* help.el (describe-key): Handle string and vector `follow-link' values.
[emacs.git] / src / ChangeLog
blob1f27fc7a6f9e00398ae350c9eb2b5f2af1cc5bab
1 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
3         * xdisp.c (handle_invisible_prop): Don't update it->position with
4         a buffer position if we're in a display string.
6 2006-03-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8         * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
9         (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
11         * macfns.c (x_default_scroll_bar_color_parameter)
12         (x_set_scroll_bar_foreground, x_set_scroll_bar_background): Remove
13         unnecessary prototypes.
14         (x_set_scroll_bar_default_width): Use
15         MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
16         (mac_set_scroll_bar_width): New function.
17         (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
19         * macterm.c (get_control_part_bounds): Fix type of return value.
20         (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
21         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
22         scroll bar if it is not tall enough to display scroll bar thumb.
23         [USE_CARBON_EVENTS] (mac_convert_event_ref)
24         (mac_handle_command_event, mac_handle_window_event)
25         (mac_handle_mouse_event): Check error code of GetEventParameter.
26         (convert_fn_keycode) [MAC_OSX]: Likewise.
27         
28 2006-03-05  Andreas Schwab  <schwab@suse.de>
30         * xselect.c (x_catch_errors_unwind): Fix missing return value.
32 2006-03-02  Kim F. Storm  <storm@cua.dk>
34         * frame.h (struct frame): New member n_tool_bar_rows.
36         * xdisp.c: Minimize the unpleasent visual impact of the requirement
37         that non-toolkit tool-bars must occupy an integral number of screen
38         lines, by distributing the rows evenly over the tool-bar screen area.
39         (Vtool_bar_border): New variable.
40         (syms_of_xdisp): DEFVAR_LISP it.
41         (display_tool_bar_line): Add HEIGHT arg for desired row height.  Make
42         tool-bar row the desired height.  Use default face for border below
43         tool-bar.
44         (tool_bar_lines_needed): Add N_ROWS arg.  Use it to return number of
45         actual tool-bar rows.
46         (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
47         Adjust the height of the tool-bar rows to fill tool-bar screen area.
48         (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
49         is resized.
51 2006-03-01  Luc Teirlinck  <teirllm@auburn.edu>
53         * search.c (Fregexp_quote): Do not precede a literal `]' with two
54         backslashes to try to make clear that it has a literal meaning; it
55         does not do that.  (It could close a character alternative
56         containing a backslash.)
58 2006-02-28  Chong Yidong  <cyd@stupidchicken.com>
60         * xselect.c (x_catch_errors_unwind): New function.
61         (x_reply_selection_request): Put x_uncatch_errors in an unwind.
62         (Fx_get_atom_name): Call x_uncatch_errors earlier.
64         * window.c (Qscroll_up, Qscroll_down): New syms.
65         (window_scroll_pixel_based): Make preserve_y static to avoid
66         getting point stuck when scrolling 1 line.
68 2006-02-26  Chong Yidong  <cyd@stupidchicken.com>
70         * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary
71         argument.
73         * xterm.c: (x_load_font, x_term_init, XTmouse_position)
74         (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for
75         x_uncatch_errors.
77         * xselect.c (x_own_selection, x_decline_selection_request)
78         (x_reply_selection_request, x_get_foreign_selection)
79         (Fx_get_atom_name, Fx_send_client_event): Likewise.
81         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
82         Likewise.
84 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
86         * lread.c: Declare Vload_file_rep_suffixes instead of
87         deleted variable default_suffixes.
88         (Fget_load_suffixes): New function.
89         (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
90         No longer use deleted variable default_suffixes.  Update docstring.
91         (syms_of_lread): defsubr Sget_load_suffixes.
92         Expand `load-suffixes' docstring.
93         Delete default_suffixes and DEFVAR_LISP the new variable
94         `load-file-rep-suffixes'.
96         * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
97         of Vload_suffixes.
99         * lisp.h: EXFUN Fget_load_suffixes.
100         Extern Vload_file_rep_suffixes.
102         * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
103         with lisp.h.
105 2006-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
108         qualifier which was trying to avoid the bug that was fixed by
109         yesterday's changes to xterm.c.
111 2006-02-25  Chong Yidong  <cyd@stupidchicken.com>
113         * xterm.h (x_catch_errors) Return value changed to void.
114         (x_uncatch_errors): Delete unused count argument.
116         * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
117         it can be called in a signal handler.
118         (x_catch_errors_unwind): Function deleted.
119         (x_uncatch_errors): Deallocate last x_error_message_stack struct.
120         (x_check_errors): Call x_uncatch_errors before signalling error.
122         (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
123         (x_connection_closed, x_list_fonts): Use new versions of
124         x_catch_errors and x_uncatch_errors.
126         * xselect.c (x_own_selection, x_decline_selection_request)
127         (x_reply_selection_request, x_get_foreign_selection)
128         (Fx_get_atom_name, Fx_send_client_event): Likewise.
130         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
131         Likewise.
133         * eval.c (record_unwind_protect): Add an assertion.
135 2006-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * process.c (Fmake_network_process): Init the process's mark.
139 2006-02-25  Kim F. Storm  <storm@cua.dk>
141         * buffer.c (modify_overlay): Force redisplay if we modify an
142         overlay at the end of the buffer.
144 2006-02-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
146         * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
147         nil the image file has been removed, in that case use the (cached)
148         pixmap.
150 2006-02-24  Kenichi Handa  <handa@m17n.org>
152         * fileio.c (Finsert_file_contents): When a text is replaced
153         partially, be sure to set point before the inserted characters.
155 2006-02-23  Zhang Wei  <id.brep@gmail.com>  (tiny change)
157         * xfns.c (Fx_file_dialog): Return a decoded file name.
159 2006-02-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
161         * dispnew.c (update_text_area): Avoid needless redraw of rightmost
162         glyph whose face is extended to the text area end.
164         * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
165         values if control is not visible or values are not changed.
167 2006-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * window.c (Fwindow_list): Check `window' before doing XWINDOW.
170         The default `window' should not be "on a different frame".
172 2006-02-22  Kim F. Storm  <storm@cua.dk>
174         * indent.c (Fvertical_motion): Only try to move back if we can.
176 2006-02-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
178         * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
179         n_clip_rects.
181         * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
182         xmenu.c.
184         * macterm.c (GC_CLIP_REGION): Remove macro.
185         (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
186         All uses changed.  Don't do clipping if n_clip_rects is zero.
187         (mac_set_clip_rectangles): Use xassert instead of abort.
188         Set n_clip_rects.  Don't make clip_region empty when number of
189         clipping rectangles is zero.
190         (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
191         calling mac_set_clip_rectangles.
192         (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
193         avoid multiple redraws.
195 2006-02-22  Kim F. Storm  <storm@cua.dk>
197         * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
199 2006-02-21  Kim F. Storm  <storm@cua.dk>
201         * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
203 2006-02-21  Zhang Wei <brep@newsmth.org>
205         * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
206         returning it.
208 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
210         * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
211         (standard_bitmaps): Use it.
213 2006-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
215         * macterm.c (mac_draw_string_common): Remove arg MODE.  New arg
216         BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
217         (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
218         [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
219         mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.
220         Draw background if BG_WIDTH is not zero.  Use float constants as
221         divisors instead of double.  Use alloca instead of xmalloc/xfree.
222         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
223         [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
224         mac_draw_image_string* functions.
225         (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
226         some fonts when srcCopy text transfer mode might be used.
227         (mac_begin_clip, mac_end_clip): Check if region is empty.
228         (mac_set_clip_rectangles): When resetting clip region, make it
229         empty instead of disposing of it.
231 2006-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
234         Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8).
236 2006-02-20  Kim F. Storm  <storm@cua.dk>
238         * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
240         * buffer.h (struct buffer): New members fringe_indicator_alist and
241         fringe_cursor_alist.
243         * buffer.c (init_buffer_once): Set dummy default values for
244         fringe-indicator-alist and fringe-cursor-alist.  The proper
245         default values are set by pre-loading fringe.el.
246         (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
247         fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
248         corresponding default- variables.
250         * fringe.c (enum fringe_bitmap_type): Remove.  Change all uses
251         to use `int'.
252         (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
253         Define explicitly.
254         (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
255         (Qhollow_small): New variables.
256         (syms_of_fringe): Intern and staticpro them.
257         (question_mark_bits): Rename from unknown_bits.
258         (left_curly_arrow_bits): Rename from continuation_bits.
259         (right_curly_arrow_bits): Rename from continued_bits.
260         (left_triangle_bits): Rename from ov_bits.
261         (right_triangle_bits): Add.
262         (filled_rectangle_bits): Rename from filled_box_cursor_bits.
263         (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
264         (filled_square_bits): Add.
265         (vertical_bar_bits): Rename from bar_cursor_bits.
266         (horizontal_bar_bits): Rename from hbar_cursor_bits.
267         (empty_line_bits): Rename from zv_bits.
268         (standard_bitmaps): Update to use new names.
269         (draw_fringe_bitmap_1): Make static.
270         (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
271         to map from logical cursors and indicators to physical bitmaps.
272         (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
273         bitmaps using symbol names instead of bitmap numbers.
274         (update_window_fringes): Use logical indicator symbol names
275         instead of bitmap numbers for logical.  Add bitmap cache.
276         (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
278 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
280         * regex.c: Revert 2006-02-19 change.
281         (xmalloc, xrealloc): Define these when not linked to Emacs.
282         Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
284 2006-02-19  Luc Teirlinck  <teirllm@auburn.edu>
286         * regex.c (extend_range_table_work_area): Fix typo.
288 2006-02-19  Richard M. Stallman  <rms@gnu.org>
290         * xterm.c (x_catch_errors): Use xmalloc.
292         * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
293         (regex_compile): Likewise.
294         (regcomp): Use xmalloc.
296         * gtkutil.c (malloc_widget_value): Use xmalloc.
298         * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
299         (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
301         * xmenu.c (digest_single_submenu): When pane_string is empty,
302         do initialize save_wv.
304 2006-02-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
306         * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
307         w->update_mode_line if arg F is not the selected frame.
309         * macmenu.c (popup_activated_flag, submenu_id)
310         (next_menubar_widget_id): Remove variables.
311         (initialize_frame_menubar): Remove function.
312         (pop_down_menu, mac_menu_show): Simplify save value.
313         (dispose_menus): New function.
314         (pop_down_menu, fill_menubar): Use it.
315         (fill_submenu): Remove function.  All uses changed to fill_menu.
316         (add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
317         POS.  Don't call SetMenuItemHierarchicalID here.
318         (fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
319         used next.  Call SetMenuItemHierarchicalID here.
320         (fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
321         objects if needed.  Reuse existing menu bar titles if possible.
322         (set_frame_menubar): Don't clean up menu objects here.
324 2006-02-18  Chong Yidong  <cyd@stupidchicken.com>
326         * window.c (window_min_size_1): Ensure room for the scroll bar and
327         fringes.
329 2006-02-17  Romain Francoise  <romain@orebokech.com>
331         * puresize.h (BASE_PURESIZE): Increment to 1200000.
333 2006-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
336         addition of the BLOCK_INPUTs.
338 2006-02-17  Juanma Barranquero  <lekktu@gmail.com>
340         * window.c (Fset_window_scroll_bars): Doc fix.
342 2006-02-17  Kenichi Handa  <handa@m17n.org>
344         * xdisp.c (display_mode_element): Call display_string with correct
345         PREC arg (which must be a number of characters, not column width).
347 2006-02-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
349         * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
351         * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
353         * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
355 2006-02-14  Richard M. Stallman  <rms@gnu.org>
357         * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
359         * m/ibms390x.h: New file.
361 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
363         * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
364         value of x-gtk-whole-detached-tool-bar.
365         (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
367         * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
369 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
371         * xterm.c (x_x_to_emacs_modifiers): Make non-static.
373         * xterm.h: Declare x_x_to_emacs_modifiers.
375         * gtkutil.c (xg_tool_bar_button_cb): New function.
376         (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
377         store modifiers in event.
378         (update_frame_tool_bar): Connect button-release-event to
379         xg_tool_bar_button_cb.
381 2006-02-13  Richard M. Stallman  <rms@gnu.org>
383         * .gdbinit (xwindow): Update the code to show the window box.
385 2006-02-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
387         * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
389 2006-02-12  Richard M. Stallman  <rms@gnu.org>
391         * cmds.c (internal_self_insert): Handle weird auto-fill-function.
393 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
395         * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
396         (syms_of_keyboard): DEVFAR_LISP and initialize it.
397         (parse_tool_bar_item, parse_menu_item): If that variable is
398         non-nil, don't disable menu items and tool-bar buttons.
400 2006-02-11  Juanma Barranquero  <lekktu@gmail.com>
402         * doc.c (Fsubstitute_command_keys): Doc fix.
404 2006-02-10  Thien-Thi Nguyen  <ttn@gnu.org>
406         * data.c (Findirect_function): Rewrite docstring.
407         Fix omission bug: Declare new arg NOERROR.
409 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
411         * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
412         if window_desc is not set yet.
413         (Fx_create_frame): Remove variable x_frame_name.  Apply 2005-12-07
414         and 2006-01-26 changes for xfns.c.  Call x_iconify_frame if frame
415         parameter `visibility' is `icon'.
416         (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
417         instead of "fontset-mac".
418         (Fx_focus_frame): New defun.
419         (syms_of_macfns): Defsubr it.
421         * macterm.c (mac_define_frame_cursor): Don't change pointer shape
422         for unfocused frame.
423         (x_raise_frame): Call BringToFront instead of SelectWindow.
424         (x_lower_frame): Use NULL instead of nil.
425         (x_make_frame_visible): Don't call SelectWindow.
426         (XTread_socket): Increment handling_signal at the start, decrement
427         it at the end.
428         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
429         CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
431 2006-02-10  Kim F. Storm  <storm@cua.dk>
433         * data.c (Findirect_function): Add NOERROR arg.  All callers changed
434         to pass Qnil for NOERROR.
436         * keymap.c (current_minor_maps_error): Remove.
437         (current_minor_maps): Pass Qt for NOERROR to Findirect_function
438         instead of using internal_condition_case_1+current_minor_maps_error.
440 2006-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
442         * xterm.c (handle_one_xevent): Must note mouse movement even for nil
443         frames for GTK, in that case it is the tool bar.  This is so that
444         highlighted text get reset properly.
446 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
448         * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
450 2006-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
452         * window.c (adjust_window_trailing_edge): Check that shrinking
453         does not set a window to size zero or less.
455 2006-02-08  Miles Bader  <miles@gnu.org>
457         * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
458         of Fget_text_property (other field functions work with overlays as
459         well as text-properties).
461 2006-02-07  Kenichi Handa  <handa@m17n.org>
463         * dispextern.h (unibyte_display_via_language_environment): Extern it.
465         * xterm.h (unibyte_display_via_language_environment):
466         * w32term.h (unibyte_display_via_language_environment):
467         * macterm.h (unibyte_display_via_language_environment): Delete extern.
469 2006-02-07  Kenichi Handa  <handa@m17n.org>
471         * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
472         (produce_glyphs): Set the character to print in
473         it->char_to_display.  Handle unibyte-display-via-language-environment.
474         (produce_stretch_glyph): Set character to print in it->char_to_display.
476 2006-02-06  Kenichi Handa  <handa@m17n.org>
478         * lread.c (openp): Initialize encoded_fn before GCPRO it.
480 2006-02-05  Ken Raeburn  <raeburn@raeburn.org>
482         * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
484         * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
485         Cast bitfield value to EMACS_INT, to suppress gcc warning.
487         * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
488         defining.
490 2006-02-03  Kim F. Storm  <storm@cua.dk>
492         * xdisp.c: Cache last merged escape glyph face.
493         (last_escape_glyph_frame, last_escape_glyph_face_id)
494         (last_escape_glyph_merged_face_id): New variables.
495         (get_next_display_element): Use/update them.
496         (redisplay_internal): Reset them before redisplay.
498         * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
499         Only recheck faces after displaying ellipsis.
501 2006-02-02  Kenichi Handa  <handa@m17n.org>
503         * coding.c (decode_composition_emacs_mule): Fix handling of
504         incorrect format data.
506 2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
508         * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
509         (gtk_toolbar_insert) so we can have tool bars of different sizes.
511 2006-01-30  Luc Teirlinck  <teirllm@auburn.edu>
513         * data.c (Flistp): Doc fix.
515 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
517         * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
518         Fix typos in docstrings.
520 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
522         * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
524 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
526         * alloc.c (make_interval, allocate_string)
527         (allocate_string_data, make_float, Fcons, allocate_vectorlike)
528         (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
529         global variables.
531 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
533         * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
534         the MSDOS definition.
536 2006-01-26  Richard M. Stallman  <rms@gnu.org>
538         * alloc.c (check_pure_size): Make overflow message an "error message".
540         * keymap.c (Fmap_keymap): Doc fix.
542         * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
543         unless they were cleared out.
545         * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
547 2006-01-26  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
549         * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
550         (find_field): Set before_field to after_field when pos is at BEGV.
551         (Fline_beginning_position, Fline_end_position): Clarify
552         confusing doc string.
554         * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
555         string.
557 2006-01-26  Kenichi Handa  <handa@m17n.org>
559         * callproc.c (Fcall_process): GCPRO error_file.  Encode infile,
560         current_dir, and error_file.  On reporting an error, decode them
561         back.
563 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
566         (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
567         Don't check for quit, since any loop will go through fail or jump.
569 2006-01-24  Chong Yidong  <cyd@stupidchicken.com>
571         * alloc.c (allocate_string_data): Update next_free immediately, to
572         reduce risk of memory clobberage.
574 2006-01-24  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
576         * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
577         display when point moves across an ellipsis.  If there are
578         adjacent invisible texts, don't lose the second one's ellipsis.
579         (x_produce_glyphs): Doc fix.
581 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
583         * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
585 2006-01-23  Kim F. Storm  <storm@cua.dk>
587         * xdisp.c (handle_single_display_spec): Fix handling of space
588         property on char from string: set *position rather than
589         it->current.pos.
590         (produce_stretch_glyph): Reduce width of stretch glyphs so they
591         don't get wider than the window (unless truncate-lines is on).
593 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * xterm.c: Avoid allocating Lisp data from a signal handler.
596         (x_error_message): New var to replace x_error_message_string.
597         (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
598         (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
599         (syms_of_xterm): Use it instead of x_error_message_string.
601         * alloc.c (lisp_align_free): Add an assertion.
602         (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
603         (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
604         a signal handler.
606 2006-01-21  Luc Teirlinck  <teirllm@auburn.edu>
608         * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
610 2006-01-21  Romain Francoise  <romain@orebokech.com>
612         * xdisp.c (get_window_cursor_type): Fix last change.
613         Update copyright year.
615 2006-01-20  Eli Zaretskii  <eliz@gnu.org>
617         * lread.c (Fload): Don't leak the file descriptor returned by
618         openp if we are going to signal an error.
620         * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
621         directly to _close.
622         (sys_dup): Protect against new_fd larger than fd_info[] can handle.
623         (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
624         to _read.
625         (sys_write): If FD is outside [0..MAXDESC) limits, pass it
626         directly to _write.
628         * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
629         if it is NULL.
631 2006-01-20  Kenichi Handa  <handa@m17n.org>
633         * puresize.h (BASE_PURESIZE): Increment to 1190000.
635 2006-01-19  Chong Yidong  <cyd@stupidchicken.com>
637         * xdisp.c (get_window_cursor_type): Use cursor type specified by
638         the selected buffer for the echo area too.
640 2006-01-19  Richard M. Stallman  <rms@gnu.org>
642         * keymap.c (Fmap_keymap): Doc fix.
644         * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
646         * keyboard.c (echo_char): Don't omit the space between first two
647         echoed chars.
649         * minibuf.c (read_minibuf): Fix previous change.
651 2006-01-19  Kenichi Handa  <handa@m17n.org>
653         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
655 2006-01-17  Richard M. Stallman  <rms@gnu.org>
657         * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
658         value in f->param_alist.
660 2006-01-15  Andreas Schwab  <schwab@suse.de>
662         * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
664 2006-01-13  Richard M. Stallman  <rms@gnu.org>
666         * Makefile.in: Define new macro WINDOW_SUPPORT.
667         (lisp): Use it.
668         (SOME_MACHINE_LISP): Add conditionally loaded files.
670 2006-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
672         * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
673         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
674         (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
675         decomposed form.
677         * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
678         (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
679         (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
680         macro.  Also try member ifr_addr when getting netmask.
682 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * fileio.c (Fexpand_file_name): Remove redundant tests.
685         Fix elimination of // so that it doesn't prevent elimination of an
686         immediately following /. or /..
688 2006-01-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
690         * gtkutil.c (xg_toggle_notify_cb): New function.
691         (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
692         xg_toggle_notify_cb.
693         (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
694         parameter value changes so the toggle button gets updated.
696 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
698         * .gdbinit: Fix typo.
700 2006-01-05  Eli Zaretskii  <eliz@gnu.org>
702         * .gdbinit: Fix last change.
704 2006-01-05  Kim F. Storm  <storm@cua.dk>
706         * process.c (Fmake_network_process): Use AF_INET instead of
707         AF_UNSPEC when AF_INET6 is not defined.
709 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
711         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
712         Don't check that the other type is known file-related one.
714         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
715         gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
716         OS X 10.4 and later.
718 2006-01-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
720         * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
721         let GTK do all image processing.  Importing Emacs own pixmaps to GTK
722         looks bad for inactive tool bar items with some Gnome themes.
724 2006-01-04  Eli Zaretskii  <eliz@gnu.org>
726         * .gdbinit: Avoid a warning message when x_error_quitter is not
727         compiled in.
729         * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
730         for w32.
732 2006-01-04  Kim F. Storm  <storm@cua.dk>
734         * process.c: Add IPv6 support.
735         (Qipv4, Qipv6): New vars.
736         (syms_of_process): Intern and staticpro them.
737         (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
738         with or without port number.  Handle 4 element vector as IPv4 address
739         without port number.
740         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
741         (conv_lisp_to_sockaddr): Handle IPv6 addresses.
742         (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
743         request that address family only.  :family nil or omitted means to
744         determine address family from the specified :host and :service.
745         (ifflag_table): Add missing OpenBSD IFF_ flags.
746         (server_accept_connection): Handle IPv6 addresses.
747         (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
749         * .gdbinit: Undo last change.  Instead, look at Vsystem_type to
750         determine which breakpoints to set.
752 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
756         * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
758 2006-01-03  Romain Francoise  <romain@orebokech.com>
760         * emacs.c (main): Update copyright year.
762 2006-01-03  Ken Raeburn  <raeburn@gnu.org>
764         * callproc.c (delete_temp_file): Bind file-name-handler-alist to
765         nil for the call to internal_delete_file.
767 2006-01-01  Ken Raeburn  <raeburn@gnu.org>
769         * callproc.c (Fcall_process_region): Bind file-name-handler-alist
770         to nil for the call to Fwrite_region.
772 2005-12-31  Richard M. Stallman  <rms@gnu.org>
774         * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
776 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
778         * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
780 2005-12-30  Luc Teirlinck  <teirllm@auburn.edu>
782         * textprop.c (set_text_properties): Reword description of return value.
783         Return Qnil if caller wants to remove all text properties from a
784         string and the string already has no intervals.
786 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
788         * term.c (visible_cursor): New boolean var.
789         (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
790         visible_cursor.
791         (syms_of_term): Export the new var as "visible-cursor".
793 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
795         * .gdbinit: Tell users not to worry about GDB warnings that some
796         functions do not exist in the binary.
798 2005-12-30  Andreas Schwab  <schwab@suse.de>
800         * process.c (Fnetwork_interface_info): Correctly terminate the
801         loop over ifflag_table.
803 2005-12-29  Richard M. Stallman  <rms@gnu.org>
805         * lread.c (readevalloop): Test for reading a whole buffer
806         before actually reading anything.  Handle all cases, including
807         START = END = nil and an already-narrowed buffer.
808         Convert END to a marker if it is a number.
810         * keymap.c (describe_map): Put sparse map elements into an array,
811         sort them, then output a sequence of identical bindings on one line.
812         (struct describe_map_elt): New data type.
813         (describe_map_compare): New function.
815 2005-12-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
817         * gtkutil.c (xg_get_file_with_chooser): Change message shown
818         in file chooser.
820 2005-12-27  Richard M. Stallman  <rms@gnu.org>
822         * lread.c (readevalloop): Set PT and ZV in the proper buffer,
823         not the current one.
825         * minibuf.c (Fminibuffer_message): Doc fix.
826         (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
828         * eval.c (do_autoload): Ignore elements of Vautoload_queue
829         where car is not symbol.
831 2005-12-27  Kenichi Handa  <handa@m17n.org>
833         * charset.c (lisp_string_width): Check multibyteness of STRING.
835 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
837         * xfns.c: x_show_hidden_files, new variable.
838         (syms_of_xfns): Defvar it.
840         * gtkutil.c (xg_toggle_visibility_cb): New function.
841         (xg_get_file_with_chooser): Add toggle hidden files and a message
842         to the new file chooser dialog.  Show hidden files if
843         x_show_hidden_files is non-zero.
845 2005-12-26  Richard M. Stallman  <rms@gnu.org>
847         * keyboard.h: Undo previous change.
849         * Makefile.in (undo.o): Undo previous change.
851         * undo.c: Undo previous change.
853 2005-12-26  Luc Teirlinck  <teirllm@auburn.edu>
855         * keyboard.h: extern last_point_position_window.
857         * undo.c: include keyboard.h.
859         * Makefile.in (undo.o): Depend on keyboard.h.
861 2005-12-26  Richard M. Stallman  <rms@gnu.org>
863         * commands.h (last_point_position_window): Declare.
865         * undo.c: Depend on window.h.
866         (record_point): Save old point from the correct window.
868         * keyboard.c (last_point_position_window): New variable.
869         (command_loop_1): Set last_point_position_window.
870         (syms_of_keyboard): Init it.
872         * Makefile.in (undo.o): Depend on window.h.
874 2005-12-25  Richard M. Stallman  <rms@gnu.org>
876         * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
877         to undo a `provide'.
879         * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
881 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>
883         * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
884         define for FreeBSD on this platform.
886 2005-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
888         * macterm.h (TYPE_FILE_NAME): New define.
889         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
891         * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
892         Add prototypes.  Make static.
893         (mac_aedesc_to_lisp): Initialize err to noErr.
894         (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
895         (init_coercion_handler): New functions.
896         (Fmac_coerce_ae_data): Use coercion of Apple event data for
897         translation from/to file names.
899         * macterm.c: Don't include sys/param.h.
900         (init_coercion_handler): Add extern.
901         [MAC_OS8] (main): Call init_coercion_handler.
902         (mac_initialize) [MAC_OSX]: Likewise.
903         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
904         Apple event data for translation from/to file names.
906         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
908         * image.c [MAC_OS] (find_image_fsspec): Likewise.
910 2005-12-23  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
912         * insdel.c (insert, insert_and_inherit, insert_before_markers)
913         (insert_before_markers_and_inherit): Make sure FROM is correct
914         when `after-change-functions' are called.
916 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
918         * xfns.c (Fx_uses_old_gtk_dialog): New function.
920         * gtkutil.c (xg_uses_old_file_dialog): New function.
921         (xg_get_file_name): Use xg_uses_old_file_dialog.
923         * gtkutil.h: Declare xg_uses_old_file_dialog.
925 2005-12-22  Richard M. Stallman  <rms@gnu.org>
927         * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
929 2005-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
931         * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
933         * macgui.h (XCharStruct): Remove member `valid_p'.
934         (STORE_XCHARSTRUCT): Don't set member `valid_p'.
935         (XCharStructRow): New typedef.
936         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
937         New macros.
938         (struct MacFontStruct): Add member `bounds'.  Remove member
939         `per_char'.  All uses for QuichDraw Text fonts are changed to
940         `bounds.per_char'.  ATSUI font bounds are represented as an array
941         `bounds.rows' of XCharStructRow's, each of which consists of a
942         bitmap of valid entries and an array of char bounds.
944         * macterm.c (mac_per_char_metric): Add prototype.
945         (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
946         (mac_query_char_extents): New function.
947         (x_per_char_metric): Use it.
948         (XLoadQueryFont): Likewise.  Consolidate min/max_bounds calculations.
949         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
950         Use mac_per_char_metric instead of x_per_char_metric.
951         (mac_text_extents_16): New function.
952         (mac_compute_glyph_string_overhangs): Use it.
953         (mac_unload_font): Free member `bounds' in struct MacFontStruct.
955 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
958         (Fminibuffer_completion_help): Remove duplicates before display.
960 2005-12-21  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
962         * print.c (print_preprocess): Don't lose print_depth levels while
963         iterating.
965 2005-12-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
967         * macmenu.c (Qmac_apple_event): Add extern.
968         (set_frame_menubar, mac_menu_show keymp_panes)
969         (single_keymap_panes, list_of_panes, list_of_item)
970         (single_menu_item): Add argument types to prototypes.
971         (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
972         (struct skp): New struct (from xmenu.c).
973         (single_keymap_panes, single_menu_item, list_of_panes)
974         (list_of_item): Sync with xmenu.c.
975         (Fx_popup_menu, Fx_popup_dialog): Likewise.  Don't get window from
976         POSITION if it is mac-apple-event event.
977         (menubar_selection_callback): Don't use menu_command_in_progress.
978         (set_frame_menubar): First parse all submenus, then make
979         widget_value trees from them.  Don't allocate any widget_value
980         objects until we are done with the parsing.
981         (parse_single_submenu, digest_single_submenu): New functions.
982         (single_submenu): Function deleted, replaced by those two.
983         (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
984         create or dispose of EventHandlerUPP.  Install hander to all submenus.
985         (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
986         instead of ENCODE_SYSTEM.
987         (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
988         integer values.
989         [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
990         (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
991         format menu item string.  Don't use NULL for integer value.
993         * macterm.h (struct mac_output): Remove unused member
994         menu_command_in_progress.
996 2005-12-20  Juri Linkov  <juri@jurta.org>
998         * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
999         position is non-nil, else set it to nil.
1001         * macmenu.c (Fx_popup_menu): Add `else' to set
1002         Vmenu_updating_frame to nil only if position is nil.
1004         * w32menu.c (Fx_popup_menu): Add `else' to set
1005         Vmenu_updating_frame to nil only if position is nil.
1007 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1009         * keyboard.c (make_lispy_event): Drag-and-drop items are now
1010         stored in member `args' of struct input_event.
1012         * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
1014         * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
1015         stored in member `args' of struct input_event.
1017         * w32term.c (construct_drag_n_drop): Likewise.
1019         * macterm.c (mac_do_receive_drag): Likewise.
1020         (x_use_underline_position_properties): Undo 2005-07-13 change.
1021         (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
1022         (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
1023         (mac_pass_command_to_system, mac_pass_control_to_system):
1024         New boolean variables renamed from Lisp_Object ones
1025         Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
1026         Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
1027         All uses changed.
1028         (syms_of_macterm): DEFVAR_BOOL them.  Remove previous DEFVAR_LISPs.
1029         Make them user options.
1030         (mac_handle_command_event, mac_store_services_event):
1031         Call create_apple_event_from_event_ref without 5th argument.
1032         (backtranslate_modified_keycode): Mask off modifier keys that are
1033         mapped to some Emacs modifiers before passing it to KeyTranslate.
1034         (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
1035         `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
1036         Fix docstrings of `mac-*-modifier'.
1038         * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
1039         (do_applescript): Change argument types to Lisp_Object.
1040         All uses changed.
1042         * macterm.h (create_apple_event_from_event_ref): Remove 5th
1043         argument from extern.
1045 2005-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
1047         * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
1048         the answer, return `lambda', not nil.
1050 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1052         * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
1053         enclosed in $(ARGQUOTE)s should not be split between two lines, as
1054         that will break with GNU Make >3.80, when sh.exe is used and
1055         arg quoting is with '..'.
1057 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
1059         * print.c (print_preprocess): Just signal an error if print_depth
1060         is exceeded.
1062 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
1064         * .gdbinit: Set a breakpoint on w32_abort.
1066 2005-12-16  Juri Linkov  <juri@jurta.org>
1068         * minibuf.c (Fminibuffer_completion_contents): New Lisp function
1069         created from minibuffer_completion_contents.
1070         (minibuffer_completion_contents): Remove.
1071         (do_completion, Fminibuffer_complete_word)
1072         (Fminibuffer_completion_help): Replace minibuffer_completion_contents
1073         with Fminibuffer_completion_contents.
1074         (syms_of_minibuf): Add Sminibuffer_completion_contents.
1075         (Fdisplay_completion_list): Doc fix.
1076         (display_completion_list_1): Use `nil' for second arg of
1077         `Fdisplay_completion_list'.
1079 2005-12-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1081         * xfns.c (compute_tip_xy): Handle negative dx and dy.
1083         * w32fns.c (compute_tip_xy): Ditto.
1085         * macfns.c (compute_tip_xy): Ditto.
1087 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
1089         * print.c (print_preprocess): Go to a deeper print_depth to avoid
1090         print_object loop.
1092 2005-12-14  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
1094         * coding.c (code_convert_region_unwind): GCPRO arg.
1096 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1098         * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
1099         i.e. dy is offset from top of frame instead of bottom.
1101         * macfns.c (compute_tip_xy): Ditto.
1103         * w32fns.c (compute_tip_xy): Ditto.
1105         * gtkutil.c (SSDATA): New macro to remove compiler warnings.
1106         (xg_get_image_for_pixmap, xg_create_frame_widgets)
1107         (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
1109         * xmenu.c (menubar_selection_callback): Do nothing if the callback
1110         is for an unselected radio menu item.
1112 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1114         * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
1116         * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
1118         * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
1119         (Flookup_key): Doc fix.
1120         (syms_of_keymap) <function-key-map>: Doc fix.
1122         * fns.c (Frequire): Treat evaluating from a source file
1123         like loading the file.
1125         * floatfns.c (Flog): Doc fix.
1127         * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
1128         when we change the buffer.
1130 2005-12-11  Juri Linkov  <juri@jurta.org>
1132         * minibuf.c (display_completion_list_1):
1133         Call `minibuffer_completion_contents' instead of using `nil' as
1134         second arg of `Fdisplay_completion_list'.
1135         (keys_of_minibuf): Unbind SPC in
1136         Vminibuffer_local_filename_completion_map (see also related
1137         change on 2005-12-06).
1139 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1141         * emacs.c (main) [MAC_OS8]: Undo previous change.
1143         * macselect.c (syms_of_macselect) <mac-apple-event-map>:
1144         Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
1146 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1148         * Makefile.in (macselect.o): Depend on keymap.h.
1150         * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
1151         syms_of_macselect.
1153         * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
1154         [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
1156         * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
1157         (syms_of_keyboard) [MAC_OS]: Initialize it.
1158         (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
1160         * mac.c (Qundecoded_file_name): New variable.
1161         (syms_of_mac): Initialize it.
1162         (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
1163         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
1164         (Fmac_coerce_ae_data): New defun.
1165         (syms_of_mac): Defsubr it.
1167         * macselect.c: Include keymap.h.
1168         (mac_ready_for_apple_events): New variable.
1169         (Vmac_apple_event_map, Qmac_apple_event_class)
1170         (Qmac_apple_event_id): New variables.
1171         (syms_of_macselect): Initialize them.
1172         (Qundefined, mac_store_apple_event): Add externs.
1173         (struct apple_event_binding): New struct.
1174         (find_event_binding_fun, find_event_binding)
1175         (mac_find_apple_event_spec, defer_apple_events)
1176         (mac_handle_apple_event, init_apple_event_handler)
1177         (copy_scrap_flavor_data): New functions.
1178         (Fmac_process_deferred_apple_events): New defun.
1179         (syms_of_macselect): Defsubr it.
1180         (mac_store_services_event): Fix extern.
1181         (mac_handle_service_event): Don't allocate Lisp objects during
1182         asynchronous input processing.  Use mac_store_services_event
1183         instead of mac_store_application_menu_event.
1185         * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
1186         (Qpreferences): Remove variables.
1187         (syms_of_macterm) : Don't initialize them.
1188         (Qhicommand) [USE_CARBON_EVENTS]: New variable.
1189         (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
1190         (init_required_apple_events, do_ae_open_application)
1191         (do_ae_print_documents, do_ae_open_documents)
1192         (do_ae_quit_application): Remove functions and prototypes.
1193         (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
1194         (mac_find_apple_event_spec): Add externs.
1195         (mac_store_application_menu_event): Remove function.
1196         (mac_store_apple_event, mac_make_lispy_event_code): New functions.
1197         (mac_handle_command_event): Create Apple event from Carbon event.
1198         Use mac_store_apple_event instead of mac_store_application_menu_event.
1199         [MAC_OSX] (mac_store_services_event): Likewise.
1200         (struct SelectionRange, SelectionRange): Remove struct and typedef.
1201         [MAC_OS8] (main): Call init_apple_event_handler instead of
1202         init_required_apple_events.
1203         (mac_initialize) [MAC_OSX]: Likewise.
1204         [!USE_CARBON_EVENTS] (mac_wait_next_event):
1205         Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
1207         * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
1208         Add externs.
1209         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
1210         (Fmac_get_preference): Add EXFUN.
1212         * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
1213         event.
1215 2005-12-09  Richard M. Stallman  <rms@gnu.org>
1217         * xfns.c (Fx_create_frame): Reinstate previous change.
1219 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
1221         * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
1222         GDB to the abort dialog.
1224 2005-12-09  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
1226         * indent.c (Fvertical_motion): Force move if starting on
1227         stretch glyph.
1229 2005-12-08  Richard M. Stallman  <rms@gnu.org>
1231         * lread.c (read_escape) <\s>: Don't treat strings specially.
1233         * xfns.c (Fx_create_frame): Comment out previous change.
1235 2005-12-07  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1237         * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
1238         when needed.
1240 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * minibuf.c (keys_of_minibuf): Just unbind SPC in
1243         Vminibuffer_local_filename_completion_map rather than forcing it
1244         explicitly to the same binding as the global map.
1246 2005-12-06  Ken Raeburn  <raeburn@gnu.org>
1248         * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
1249         * bytecode.c (Fbyte_code): Likewise.
1250         * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
1251         * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
1252         * undo.c (truncate_undo_list): Likewise.
1254 2005-12-05  Richard M. Stallman  <rms@gnu.org>
1256         * window.c (enlarge_window): Eliminate arg preserve_before.
1257         Assume it is 0.  All callers changed.
1258         (Fenlarge_window, Fshrink_window): Likewise.
1260 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
1262         * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
1263         fit below.
1265 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1267         * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
1269         * xfns.c (x_real_positions): int ign => unsigned int.
1270         (xg_set_icon_from_xpm_data): Remove unused variable err.
1271         (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
1272         to remove compiler warning.
1273         (compute_tip_xy): Put tip above pointer if it doesn't fit below.
1275 2005-12-02  David Reitter  <david.reitter@gmail.com>
1277         * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
1278         non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
1279         and Vminibuffer_local_must_match_filename_map keymaps.
1280         (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
1282         * keymap.c (Vminibuffer_local_filename_completion_map)
1283         (Vminibuffer_local_must_match_filename_map): New variables.
1284         (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
1285         parent to be Vminibuffer_local_completion_map and
1286         Vminibuffer_local_must_match_map, respectively.
1288         * commands.h (Vminibuffer_local_filename_completion_map)
1289         (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
1291 2005-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1293         * window.c (Fset_window_configuration): Don't accidentally copy the
1294         window-point of one window to another.
1296 2005-11-30  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1298         * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
1300 2005-11-30  Kim F. Storm  <storm@cua.dk>
1302         * alloc.c: Include fcntl.h.  Define O_WRONLY if not defined.
1303         (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
1304         passing it to `emacs_write'.
1306 2005-11-29  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
1308         * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
1310 2005-11-27  Richard M. Stallman  <rms@gnu.org>
1312         * window.c (adjust_window_trailing_edge): New function.
1313         (Fadjust_window_trailing_edge): New function.
1314         (syms_of_window): Defsubr it.
1315         (window_deletion_count): New variable.
1316         (delete_window): Update window_deletion_count.
1318 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
1320         * minibuf.c (syms_of_minibuf): Mention the extension of
1321         `completion-auto-help's meaning by complete.el.
1323 2005-11-26  Henrik Enberg  <henrik.enberg@telia.com>
1325         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
1326         Handle :inherit property as a lisp expression.
1328 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1330         * macterm.c (Qcontrol): Rename from Qctrl.  All uses changed.
1331         (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
1332         Qsuper, and Qmodifier_value.
1333         (Vmac_control_modifier, Vmac_option_modifier)
1334         (Vmac_command_modifier, Vmac_function_modifier)
1335         (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
1336         (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
1337         (Vmac_charset_info_alist): Doc fixes.
1339 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1341         * emacs.c (main) [MAC_OSX]: Change working directory to home
1342         directory if `-psn_*' option is specified.
1344         * mac.c (DECODE_UTF_8): Remove macro.
1345         [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
1346         created from cfstring_to_lisp.
1347         [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
1348         (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
1350         * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
1351         Add prototype.
1353 2005-11-21  Ken Raeburn  <raeburn@gnu.org>
1355         * keymap.c (shadow_lookup): Use make_number to pass a number to
1356         Fsubstring.
1358 2005-11-21  Juri Linkov  <juri@jurta.org>
1360         * puresize.h (BASE_PURESIZE): Increment to 1180000.
1362 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
1364         * xfaces.c (Finternal_set_lisp_face_attribute):
1365         Use :ignore-defface for new frame defaults when `unspecified' is
1366         supplied.
1367         (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
1368         (merge_face_vectors): Don't do :ignore-defface overwriting here.
1369         (Finternal_merge_in_global_face): Do it here.
1371 2005-11-20  Juri Linkov  <juri@jurta.org>
1373         * charset.c (invalid_character): Use Lisp-readable syntax
1374         for octal and hex.  Reorder decimal, octal and hex values.
1376 2005-11-20  Nick Roberts  <nickrob@snap.net.nz>
1378         * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
1379         this type is recognised when debugging.
1381 2005-11-19  Andreas Schwab  <schwab@suse.de>
1383         * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
1384         Lisp_Cons and Lisp_Float.
1386 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1388         * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
1389         New variable.
1390         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
1391         (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
1392         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
1393         font size is smaller than or equal to cg_text_anti_aliasing_threshold.
1395 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1397         * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
1399         * xfaces.c (Qignore_defface): New variable.
1400         (syms_of_xfaces): Provide `:ignore-defface'.
1401         (IGNORE_DEFFACE_P): New macro.
1402         (check_lface_attrs, lface_fully_specified_p)
1403         (Finternal_set_lisp_face_attribute)
1404         (Fface_attribute_relative_p, Fmerge_face_attribute):
1405         Handle Qignore_defface as a possible value.
1406         (merge_face_vectors): The merged face is `unspecified' if the
1407         mergee specifies `:ignore-defface'.
1409 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1411         * lread.c (readevalloop): Add missing GCPROs.
1413 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
1415         * xfns.c (xg_set_icon_from_xpm_data): New function.
1417         * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
1418         (gnu_xbm_bits): Rename from gnu_bits (xbm version).
1420         * xterm.c (x_bitmap_icon): Use the xpm if available.
1422         * image.c (x_create_bitmap_from_xpm_data): New function.
1423         (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
1425 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
1427         * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
1429 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
1431         * .gdbinit: Make SIGTSTP work like SIGINT normally does.
1433 2005-11-15  Andreas Schwab  <schwab@suse.de>
1435         * lisp.h (struct Lisp_Cons): Make cdr a union.
1436         (XCDR_AS_LVALUE): Adjust.
1437         (struct Lisp_Float): Make data a union.
1438         (XFLOAT_DATA): Adjust.
1440         * alloc.c (free_float): Make free list chaining aliasing-safe.
1441         (make_float): Likewise.
1442         (free_cons): Likewise.
1443         (Fcons): Likewise.
1444         (check_cons_list): Likewise.
1445         (Fmake_symbol): Likewise.
1446         (allocate_misc): Likewise.
1447         (free_misc): Likewise.
1448         (gc_sweep): Likewise.
1450 2005-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1452         * mac.c (HASHKEY_QUERY_CACHE): New define.
1453         (xrm_create_database, xrm_q_put_resource): Empty query cache.
1454         (xrm_get_resource): Use query cache.
1456         * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
1457         inhibit_window_system is set.
1459 2005-11-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1461         * macgui.h (USE_CG_TEXT_DRAWING): New define.
1462         (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
1463         and cg_glyphs.
1465         * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
1466         (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
1467         (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
1468         cg_glyphs in struct MacFontStruct if synthesized bold or italic is
1469         not used and font substitution never occurs for ASCII and Latin-1
1470         characters.
1471         (XLoadQueryFont): Maximum and minimum metrics are now those among
1472         ASCII characters.
1473         (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
1474         height adjustments for Courier, Helvetica, and Times.
1476         * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
1478 2005-11-11  David Reitter  <david.reitter@gmail.com>
1480         * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
1481         macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
1482         Vmac_control_modifier / mac-control-modifier,
1483         Vmac_option_modifier / mac-option-modifier,
1484         Vmac_command_modifier / mac-command-modifier.
1485         (mac_to_emacs_modifiers): Use the new style modifier
1486         variables.  Return UInt32 (modifiers are longs now.)
1487         (backtranslate_modified_keycode): New function (refactoring).
1488         (XTread_socket): Use new modifier variables and refactored function.
1489         (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
1490         no dedicated meta key.  Not in use anyway.)
1491         (convert_fn_keycode): Map Fn-keys to their original keycode
1492         using a table (english keyboard only).
1494 2005-11-11  Kim F. Storm  <storm@cua.dk>
1496         * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
1497         Add post hook to "backtrace" to always dump lisp call stack to
1498         increase chance of people sending it to us when reporting bugs.
1500         * doc.c (Fsubstitute_command_keys): Doc fix.
1502         * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
1504         * xdisp.c (handle_stop): Skip overlay string handling if
1505         ignore_overlay_strings_at_pos_p is set.
1506         (set_iterator_to_next): At end of display vector, set
1507         ignore_overlay_strings_at_pos_p if dpvec came from an overlay
1508         string, so we skip those overlay strings at current pos.
1510 2005-11-10  Lars Hansen  <larsh@soem.dk>
1512         * fileio.c (file-regular-p): Doc fix.
1514 2005-11-10  Kim F. Storm  <storm@cua.dk>
1516         * alloc.c (valid_lisp_object_p): New function to validate that
1517         an object is really a valid Lisp_Object.
1519         * lisp.h (valid_lisp_object_p): Add prototype.
1521         * print.c (safe_debug_print): New function to be called from gdb
1522         to print Lisp objects; use valid_lisp_object_p to avoid crashing
1523         if user tries to print something which is not a Lisp object.
1525         * .gdbinit (pp, pp1): Use safe_debug_print.
1526         (pv, pv1): New commands to print value of a lisp variable.
1528 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
1530         * .gdbinit (pp1): New user-defined function.
1532 2005-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1534         * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
1536         * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
1537         related variables for dumped executable.
1539         * unexmacosx.c (unexec_write_zero): New function.
1540         (copy_data_segment): Clear uninitialized local variables in
1541         statically linked libraries.
1543         * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
1545 2005-11-09  Juri Linkov  <juri@jurta.org>
1547         * keymap.c (shadow_lookup): If Flookup_key returns a number,
1548         call it again with a sub-key-sequence, and if its return value
1549         is non-nil (sub-key is bound), return nil.
1551 2005-11-08  Kim F. Storm  <storm@cua.dk>
1553         * process.c (Fsignal_process): Recognize signal names with and
1554         without SIG prefix, e.g. SIGHUP and HUP.
1556         * search.c (search_buffer): No need to initialize base_pat.
1558 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * window.c (Fget_lru_window, Fget_largest_window, window_loop):
1561         Don't abuse the `mini' arg.  Use the `obj' arg instead.
1563 2005-11-04  Kim F. Storm  <storm@cua.dk>
1565         * xdisp.c (show_mouse_face): Clear mouse face to eol.
1567 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1569         * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
1570         font-lock.elc and jit-lock.elc.
1572 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1574         * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
1575         (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
1576         (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
1578         * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
1580         * alloc.c (refill_memory_reserve): Move decl out of conditionals.
1582 2005-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1584         * window.c (Fdisplay_buffer): Fix last change to not use
1585         a dedicated window.
1587 2005-11-01  Kim F. Storm  <storm@cua.dk>
1589         * fringe.c (update_window_fringes): Undo 2005-10-27 change.
1590         Instead, rotate the bottom angle bitmap 180 degrees to indicate
1591         that the bottom row does not end in a newline.
1593 2005-11-01  Andreas Schwab  <schwab@suse.de>
1595         * unexelf.c (unexec): Handle .plt section in BSS segment.
1597 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1599         * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
1601         * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
1602         determine whether to consider dedicated windows as well.
1603         (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
1604         (Fdisplay_buffer): Do consider dedicated windows in those cases where
1605         we will split the window rather than reuse it.
1606         Don't try to use windows on other displays.
1608 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1610         * puresize.h (BASE_PURESIZE): Increment to 1170000.
1612 2005-10-31  Romain Francoise  <romain@orebokech.com>
1614         * macfns.c: Update copyright year.
1615         * m/gould.h: Likewise.
1617 2005-10-30  Kim F. Storm  <storm@cua.dk>
1619         * xdisp.c (display_line): Restore it->current_x and call
1620         extend_face_to_end_of_line when last glyph doesn't fit on line.
1621         (set_glyph_string_background_width): Remove specific tests here
1622         to see if face background should extend to end of line.  Simplify.
1624 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1626         * alloc.c (BYTES_USED): Use uordblks, not arena.
1627         (bytes_used_when_reconsidered): New variable.
1628         (emacs_blocked_free): Set that.
1630 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1632         * alloc.c (emacs_blocked_free): Fix typo.
1634 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1636         * data.c (Fmake_variable_frame_local): Doc fix.
1638         * xdisp.c (handle_fontified_prop): Do nothing if memory full.
1639         (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
1640         controls whether to save and restore mode_line_proptrans_alist.
1641         Callers changed.
1642         (unwind_format_mode_line): Work with that feature.
1643         (redisplay_internal): Don't call prepare_menu_bars if memory full.
1644         (move_elt_to_front): New function.
1645         (display_mode_element): Use move_elt_to_front.
1646         Don't bother munging text props on a null string.
1647         Delete obsolete elts from mode_line_proptrans_alist.
1648         (decode_mode_spec): Test Vmemory_full, not spare_memory.
1649         (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
1651         * lisp.h (memory_full_cons_threshold): Declare.
1652         (internal_lisp_condition_case): Declare.
1654         * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
1655         (Fmemory_full_p): Function deleted.
1656         (syms_of_alloc): Don't defsubr it.
1657         (memory_full_cons_threshold): New variable.
1658         (spare_memory): Now a vector of 7 elts.
1659         (buffer_memory_full): Don't set Vmemory_full here.
1660         (xfree): Don't try to refill here.
1661         (emacs_blocked_free): Record BYTES_USED in local var.
1662         (memory_full): Now free all the slots in spare_memory.
1663         (refill_memory_reserve): Allocate each slot in spare_memory.
1664         (init_alloc_once): Call refill_memory_reserve.
1666         * keyboard.c (command_loop_1): Don't set Vmemory_full here.
1668         * eval.c (internal_lisp_condition_case): New function.
1669         (Fcondition_case): Use internal_lisp_condition_case.
1670         (Feval): Test Vmemory_full and memory_full_cons_threshold.
1671         (Ffuncall): Likewise.
1673         * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
1675 2005-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1677         * syntax.c (Fparse_partial_sexp): Fix docstring.
1679 2005-10-28  Romain Francoise  <romain@orebokech.com>
1681         * puresize.h (BASE_PURESIZE): Increment to 1130000.
1683 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1685         * xfns.c (syms_of_xfns): Provide `x' as feature.
1687         * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
1689         * editfns.c (Fformat): Don't include string padding
1690         between info[n].start and info[n].end.
1692         * alloc.c (spare_memory): No longer static.
1693         (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
1695         * puresize.h (BASE_PURESIZE): Increment to 1120000.
1697 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1699         * data.c (Fmake_variable_frame_local): Add clarification to docstring.
1701         * fringe.c (update_window_fringes): Handle case where buffer ends
1702         with a newline.
1704 2005-10-27  Kenichi Handa  <handa@m17n.org>
1706         * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
1708 2005-10-24  Kenichi Handa  <handa@m17n.org>
1710         * charset.h (charset_mule_unicode_0100_24ff)
1711         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
1712         Extern them.
1714         * charset.c (charset_mule_unicode_0100_24ff)
1715         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
1716         New variables.
1717         (Fsetup_special_charsets): Initialize them.
1719         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
1720         supported Unicode characters.
1722 2005-10-25  Jason Rumney  <jasonr@gnu.org>
1724         * w32fns.c (w32_to_x_font): Avoid forcing font widths.
1726 2005-10-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1728         * image.c [MAC_OS] (image_load_qt_1): Check image size.
1729         Use GraphicsImportGetImageDescription instead of
1730         GraphicsImportGetNaturalBounds.
1731         [MAC_OSX] (image_load_quartz2d): Check image size.
1732         [MAC_OS] (xpm_load_image): Likewise.
1734         * macterm.c (last_mouse_glyph_frame): New var.
1735         (note_mouse_movement): Say mouse moved if current frame differs
1736         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
1737         (XTmouse_position): Set last_mouse_glyph_frame.
1738         (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
1739         (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
1740         Use EndianU16_BtoN.
1741         (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
1742         (x_per_char_metric, XLoadQueryFont)
1743         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
1744         glyph bounds.
1745         (mac_to_x_fontname, mac_do_list_fonts)
1746         (mac_initialize_display_info): Change screen resolutions to 72dpi.
1748 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1750         * minibuf.c (Fdisplay_completion_list): Small doc fix.
1752 2005-10-24  Kim F. Storm  <storm@cua.dk>
1754         * xterm.c: Undo 2005-10-23 change.
1755         (last_mouse_glyph_frame): New var.
1756         (note_mouse_movement): Say mouse moved if current frame differs
1757         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
1758         (XTmouse_position): Set last_mouse_glyph_frame.
1759         (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
1760         last_mouse_glyph] on mouse up/down event.
1762         * editfns.c (Fcompare_buffer_substrings): Fix last change.
1764 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
1768 2005-10-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1770         * xterm.c (note_mouse_movement): Always call note_mouse_highlight
1771         so tool tips don't interfere with press on tool bar button.
1773 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1775         * casetab.c (Fset_case_table): Doc fix.
1777         * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
1778         (readevalloop): Compute ENTIRE properly.
1779         (syms_of_lread) <load-history>: Doc fix.
1781 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1783         * lread.c (Fload): Simplify gcpro structure.
1784         Gcpro FOUND as well as FILE, but not EFOUND.
1785         Unless preloading, record FOUND instead of FILE in Vload_history.
1786         Rename repeat local FILE to MSG_FILE.
1787         (syms_of_lread) <load-history>: Doc fix.
1789 2005-10-21  Kenichi Handa  <handa@m17n.org>
1791         * search.c (boyer_moore): Add parens to fix and/or precedence bug.
1793 2005-10-20  Kim F. Storm  <storm@cua.dk>
1795         * buffer.c (clone_per_buffer_values): Remove unused var tem.
1796         (init_buffer): Remove unused vars dotstat, pwdstat.
1798         * ccl.c (check_ccl_update): Remove unused var vp.
1800         * fileio.c (auto_save_error): Call SAFE_FREE.
1802         * fns.c (Fchar_table_range): Remove unused var i.
1804         * minibuf.c (display_completion_list_1): New wrapper function
1805         for Fdisplay_completion_list.
1806         (Fminibuffer_completion_help): Use it.
1808         * term.c (encode_terminal_code): Remove unused var src_start.
1810         * window.c (Fwindow_tree): Remove unused var alist.
1812         * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
1814 2005-10-20  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
1816         * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
1818 2005-10-20  Olli Savia  <ops@iki.fi>  (tiny change)
1820         * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
1822 2005-10-20  Andreas Schwab  <schwab@suse.de>
1824         * minibuf.c (Fdisplay_completion_list): Doc fix.
1826 2005-10-19  Kim F. Storm  <storm@cua.dk>
1828         * image.c (check_image_size): Handle integer Vmax_image_size value
1829         directly as max pixel value.  Use default frame size for null frame.
1830         (syms_of_image) <max-image-size>: Describe integer value.
1832 2005-10-19  Romain Francoise  <romain@orebokech.com>
1834         * emacs.c (main): Update copyright year.
1836 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1838         * image.c (Vmax_image_size): New variable.
1839         (check_image_size): New function.
1840         (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
1841         (gif_load, gs_load): Use it.
1842         (lookup_image): Try loading again if previous load failed.
1843         (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
1844         to display in, NULL if none.
1845         (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
1846         argument.
1848 2005-10-18  Richard M. Stallman  <rms@gnu.org>
1850         * search.c (Fstring_match): Doc fix.
1852 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1854         * macterm.c (note_mouse_movement): Use PtInRect.
1855         (XTread_socket): Also ignore mouse motion just before a button
1856         release event.  Don't process button release event when mouse is
1857         not grabbed.
1859 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1861         * minibuf.c (Fdisplay_completion_list): Add new optional
1862         argument COMMON_SUBSTRING.  Bind `completion-common-substring'
1863         to the optional argument during running `completion-setup-hook'.
1865 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1867         * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
1868         Allow nil as argument.
1869          [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
1870         for encoding arguments as UTF-16 in native byte order, no BOM.
1872         * macfns.c (Fx_create_frame): Add debugging code.
1873         (Fx_show_tip): Set frame pixel width and height.
1875         * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
1876         (FRAME_NORMAL_GC): New macro.
1877         (mac_draw_line, mac_clear_area, mac_clear_window)
1878         (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
1879         (mac_draw_image_string, mac_draw_image_string_16): Rename from
1880         XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
1881         XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
1882         All uses changed.
1883         (mac_draw_line, mac_erase_rectangle, mac_clear_area)
1884         (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
1885         (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
1886         (mac_draw_string_16, mac_draw_image_string)
1887         (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
1888         (mac_scroll_area): Drawing functions now take frame as destination.
1889         All uses changed.
1890         (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
1891         (x_draw_fringe_bitmap): Set clipping area in face->gc.
1893         * macterm.h (mac_clear_area): Add extern.
1895 2005-10-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1897         * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
1898         changes for xterm.c.
1900         * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
1902 2005-10-14  Kenichi Handa  <handa@m17n.org>
1904         * search.c (search_buffer): Give up BM search on case-fold-search
1905         if one of a target character has a case-equivalence of different
1906         charset even if that target charcter is an ASCII.
1908         * casefiddle.c (casify_object): Fix for the case that case
1909         conversion change the byte length.
1911 2005-10-14  Kim F. Storm  <storm@cua.dk>
1913         * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
1914         (handle_one_xevent): Only clear help_echo_string; restore it if
1915         note_mouse_movement didn't record any mouse movement.
1917         * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
1918         (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
1920         * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
1921         (Fposn_at_x_y): Fix calculation of x coordinate.
1922         (Fposn_at_point): Return nil if point is hscrolled out of view.
1924 2005-10-13  Andreas Schwab  <schwab@suse.de>
1926         * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
1927         non-interactive mode.
1929 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1931         * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
1933 2005-10-12  Kim F. Storm  <storm@cua.dk>
1935         * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
1937 2005-10-12  Romain Francoise  <romain@orebokech.com>
1939         * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
1941 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1943         * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
1944         get end of text rows.  Obtain header-line/mode-line rows directly.
1946         * xterm.c, w32term.c, macterm.c (note_mouse_movement):
1947         Restore help_echo_string if mouse is moved inside last_mouse_glyph.
1949 2005-10-12  Kim F. Storm  <storm@cua.dk>
1951         * xdisp.c (remember_mouse_glyph): New generic version based on
1952         glyph_rect and remember_mouse_glyph from xterm.c enhanced to
1953         properly handle all different window areas.
1955         * dispextern.h (remember_mouse_glyph): Add prototype.
1957         * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
1958         (note_mouse_movement, XTmouse_position): Use generic
1959         remember_mouse_glyph, add last_mouse_glyph arg.
1961         * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
1962         (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
1963         (note_mouse_movement, w32_mouse_position): Use generic
1964         remember_mouse_glyph, add last_mouse_glyph arg.
1966         * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
1967         (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
1968         (XTmouse_position): Adapt to use generic remember_mouse_glyph
1969         instead of pixel_to_glyph_coords.
1971         * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
1972         Fix x position for ON_TEXT when left margin width > 0.
1974 2005-10-11  Kim F. Storm  <storm@cua.dk>
1976         * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
1978         * keyboard.c (make_lispy_position): Fix buffer calculations for
1979         mouse click or movement in right fringe and the margins.
1981 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1983         * image.c (fn_jpeg_stdio_src): Don't define it.
1984         (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
1985         (our_common_init_source): Rename from `our_init_source'.
1986         (our_common_term_source): Rename from `our_term_source'.
1987         (our_memory_fill_input_buffer): Rename from
1988         `our_fill_input_buffer'.
1989         (our_memory_skip_input_data): Rename from `our_skip_input_data'.
1990         (jpeg_memory_src): Use the new names.
1991         (struct jpeg_stdio_mgr): New struct.
1992         (JPEG_STDIO_BUFFER_SIZE): New constant.
1993         (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
1994         (jpeg_file_src): New functions.
1995         (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
1997 2005-10-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1999         * macterm.c (PER_CHAR_METRIC): Remove unused macro.
2000         (fm_font_family_alist): New variable.
2001         (syms_of_macterm): Initialize and staticpro it.
2002         (decode_mac_font_name): Replace '-' in family name with '_' if it
2003         occurs just once.  Lower family name.
2004         (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
2005         All uses changed.  Remove argument MF and code conversion for it.
2006         Add argument SIZE.  Rename argument MF_DECODED to FAMILY, and CS
2007         to CHARSET.  Parse font size.  Lower family name.  Return integer
2008         value for status of parsing.
2009         (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
2010         Don't use Fdowncase because family name is already lowered by
2011         decode_mac_font_name.
2012         (init_font_name_table): Always call decode_mac_font_name.
2013         Add pair of family name and its reference to fm_font_family_alist.
2014         (mac_clear_font_name_table): Clear fm_font_family_alist.
2015         (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
2016         Lookup fm_font_family_alist to get font family reference.
2017         (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
2018         name is already lowered by parse_x_font_name.
2020 2005-10-11  Kim F. Storm  <storm@cua.dk>
2022         * xterm.c (glyph_rect): Return 0 if position is outside text area.
2024         * keyboard.c (make_lispy_position): Fix buffer position calculation for
2025         mouse click or movement in fringe.
2027 2005-10-10  Jason Rumney  <jasonr@gnu.org>
2029         * xterm.c (remember_mouse_glyph): New function.
2030         (note_mouse_movement): Use it to remember the current glyph if changed.
2031         (XTmouse_position): Fix calculation of fake glyph under mouse.
2032         Move code to calculate glyph under mouse into remember_mouse_glyph.
2034 2005-10-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2036         * emacs.c (USAGE3, standard_args): -nb => -nbi.
2038 2005-10-10  Juanma Barranquero  <lekktu@gmail.com>
2040         * frame.c (Fredirect_frame_focus): Fix typos in docstring.
2041         (next_frame, prev_frame, set_term_frame_name): Make static.
2043         * window.c (Fwindow_tree): Fix spelling.
2045 2005-10-09  Romain Francoise  <romain@orebokech.com>
2047         * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
2049 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2051         * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
2052         Add options -nb, --no-bitmap-icon.
2054         * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
2056 2005-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2058         * macgui.h (MAX_CLIP_RECTS): New define.
2059         (struct _XGC): New member clip_region.
2060         (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
2061         clip_rects.
2063         * macterm.c (GC_CLIP_REGION): New macro.
2064         (saved_port_clip_region): New variable.
2065         (mac_begin_clip, mac_end_clip): New functions.
2066         (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
2067         (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
2068         (mac_copy_area_with_mask, mac_scroll_area): Use them.
2069         (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
2070         [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
2071         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
2072         (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
2073         rectangles stored in gc.
2074         (XFreeGC): Dispose of clipping region.
2075         (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
2076         (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
2077         (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
2078         (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
2079         (x_draw_bar_cursor): Use them.
2080         (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
2081         get multiple clipping rectangles.
2083         * macterm.h (mac_term_init): Add types to extern.
2084         (struct mac_output): Remove members mWP and pending_menu_activation.
2085         Put members scroll_bar_foreground_pixel and
2086         scroll_bar_background_pixel in #if 0.
2087         (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
2089         * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
2090         Add debugging code.
2092 2005-10-08  Kim F. Storm  <storm@cua.dk>
2094         * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
2096 2005-10-07  Kim F. Storm  <storm@cua.dk>
2098         * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
2099         [!HAVE_WINDOW_SYSTEM]: Don't declare them...
2100         (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
2102 2005-10-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2104         * dispextern.h (struct glyph_string): Rename member for_overlaps_p
2105         to for_overlaps.  Now occupy 3 bits.
2106         (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
2107         (OVERLAPS_ERASED_CURSOR): New defines.
2108         (struct redisplay_interface): Add new OVERLAPS arg to member
2109         fix_overlapping_area.
2110         (x_fix_overlapping_area): Add new OVERLAPS arg.
2111         (get_glyph_string_clip_rects): Add extern.
2113         * dispnew.c (redraw_overlapping_rows):
2114         Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
2116         * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
2117         for_overlaps.
2118         (get_glyph_string_clip_rects): New function created from
2119         get_glyph_string_clip_rect.  Set clipping rectangles according to the
2120         value of for_overlaps.  Enable to store multiple clipping rectangles.
2121         (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
2122         (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
2123         Rename argument OVERLAPS_P to OVERLAPS.  All uses in macros changed.
2124         (x_fix_overlapping_area): Add OVERLAPS arg.  Pass it to draw_glyphs.
2125         (draw_phys_cursor_glyph): Set width of erased cursor to use it for
2126         calculating clipping rectangles later.  Call x_fix_overlapping_area
2127         with new OVERLAPS arg to draw only erased cursor area.
2128         (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
2129         to draw overlaps in both preceding and succeeding rows.
2131         * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
2132         struct glyph_string to for_overlaps.
2134 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2136         * alloc.c (refill_memory_reserve): Conditionalize the body,
2137         not the function's existence.
2139 2005-10-04  Kim F. Storm  <storm@cua.dk>
2141         * window.c (window_split_tree): New function.
2142         (Fwindow_split_tree): New defun.
2143         (syms_of_window): Defsubr it.
2145 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2147         * macterm.c (mac_invert_rectangle): New function.
2148         (XTflash): Use it.
2150 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * regex.h (re_char): Don't expose it in the interface.
2153         (re_set_whitespace_regexp): Adjust the arg's type to not use it.
2155         * regex.c (re_char): Move it back here.
2156         (re_set_whitespace_regexp): Change the arg's type to not use it.
2158         * keyboard.c (make_lispy_event): If point has moved between down and up
2159         event, make it a drag, not a click, to mirror what
2160         mouse-drag-region expects.
2162 2005-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
2164         * lisp.h (fatal): Undo previous change.
2165         * term.c (fatal): Undo previous change.
2167 2005-10-01  Richard M. Stallman  <rms@gnu.org>
2169         * xfaces.c (face_color_gray_p): Colors close to black count as gray.
2171 2005-10-01  Kim F. Storm  <storm@cua.dk>
2173         * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
2175 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2177         * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
2179         * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
2180         (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
2181         (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
2182         Try ATSUI-compatible 12pt Monaco font first.
2184         * macgui.h (struct _XCharStruct): New member valid_p.
2185         (STORE_XCHARSTRUCT): Set valid_p.
2186         (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
2188         * macterm.c (mac_draw_string_common, x_per_char_metric)
2189         (mac_compute_glyph_string_overhangs, init_font_name_table)
2190         (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
2191         (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
2192         (x_draw_glyph_string_background)
2193         (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
2194         XDrawImageString.  Always draw background and foreground separately.
2195         (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
2196         functions for one-byte chars when using ATSUI-compatible fonts.
2197         (atsu_font_id_hash) [USE_ATSUI]: New variable.
2198         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
2199         (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
2200         max_char_or_byte2 more in detail.
2201         (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
2203 2005-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
2205         * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
2206         * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
2208         * unexelf.c (fatal): Fix prototype.
2210         * term.c (fatal): Implement using varargs.
2212         * regex.c (re_char): Move typedef ...
2213         * regex.h (re_char): ... here.
2214         (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
2216         * emacs.c (malloc_set_state): Fix return type.
2217         (endif): Fix type.
2219         * lisp.h (fatal): Add argument types.
2221         * dispextern.h (fatal): Delete prototype.
2223         * systime.h (make_time): Prototype moved from ...
2224         * editfns.c (make_time): ... here.
2226         * editfns.c: Move systime.h include after lisp.h.
2227         * dired.c:
2228         * xsmfns.c:
2229         * process.c: Likewise.
2231         * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
2232         Add parameter types.
2233         (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
2234         (emacs_blocked_free): Change definition to match __free_hook.
2235         (emacs_blocked_malloc): Change definition to match __malloc_hook.
2236         (emacs_blocked_realloc): Change definition to match __realloc_hook.
2238 2005-09-30  Romain Francoise  <romain@orebokech.com>
2240         * minibuf.c (Fread_buffer): Follow convention for reading from the
2241         minibuffer with a default value.  Doc fix.
2243 2005-09-29  Juri Linkov  <juri@jurta.org>
2245         * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
2246         Rename argument name `string' to `format-string'.
2247         (Fformat): Doc fix.
2249 2005-09-28  Kim F. Storm  <storm@cua.dk>
2251         * image.c (gif_load): Fix size of allocated image buffer
2252         for images where a sub-image may be larger than the image's
2253         total height/width specifications.
2255 2005-09-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2257         * macgui.h (struct _XCharStruct): Each member now takes short value.
2259 2005-09-27  Dan Nicolaescu  <dann@ics.uci.edu>
2261         * xfaces.c (lookup_derived_face): Add parameter type.
2263         * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
2265         * marker.c (verify_bytepos): Add parameter type.
2267         * process.c (get_operating_system_release): Move prototype ...
2269         * systime.h (get_operating_system_release): ... here.
2271         * xterm.c (handle_one_xevent): Refer to union field to match the
2272         type required by the function definition.
2273         (set_vertical_scroll_bar): Move prototype ...
2275         * xterm.h: ... here.
2277         * fns.c (internal_equal, seed_random): Fix prototypes.
2278         (internal_equal): Add missing parameter.
2280 2005-09-25  Richard M. Stallman  <rms@gnu.org>
2282         * keyboard.c (update_menu_bindings): Variable deleted.
2283         (syms_of_keyboard): Don't defvar it.
2284         (parse_menu_item): Don't test it.
2286 2005-09-23  Richard M. Stallman  <rms@gnu.org>
2288         * editfns.c (Fformat): Explicitly test for end of format string
2289         and don't use `index'.
2291 2005-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
2293         * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
2294         Define BROKEN_GET_CURRENT_DIR_NAME.
2296         * sysdep.c (get_current_dir_name): Also define if
2297         BROKEN_GET_CURRENT_DIR_NAME.
2299         * m/ibmrs6000.h: Test for USG5, not USG5_4.
2301 2005-09-22  Kim F. Storm  <storm@cua.dk>
2303         * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
2304         (message2): Fix commentary.  Ok to use alloca'ed memory.
2305         Still not ok to use Lisp string data (because of GC).
2306         (set_message): Add comment why GC cannot happen.
2308 2005-09-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2310         * macterm.c (xlfdpat_block_match_1): Fix assertion.
2311         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
2312         variants for a scalable font multiple times.
2314 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2316         * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
2317         Setup slave tty options before forking.
2319 2005-09-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2321         * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
2322         positions have been set for the frame (as is done for frames in
2323         special-display-buffer-names).
2325 2005-09-19  Kim F. Storm  <storm@cua.dk>
2327         * editfns.c (Fformat): Don't scan past end of format string that
2328         ends in %.  Reported by: Johan Bockg\e,Ae\e(Brd.
2330 2005-09-18  Andreas Schwab  <schwab@suse.de>
2332         * window.h (struct window): Remove height_fixed_p, no longer set.
2334         * window.c (make_window): Don't initialize height_fixed_p.
2335         (window_fixed_size_p): Don't use it.
2337 2005-09-18  John Paul Wallington  <jpw@pobox.com>
2339         * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
2341 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2343         * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
2345         * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
2346         New variables.
2347         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
2348         file selection.
2350         * sysdep.c [MAC_OS8]: Don't include stdlib.h.  Include sys/param.h.
2352 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
2354         * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
2355         (obj): Use XMENU_OBJ, not a literal xmenu.o.
2357 2005-09-16  Romain Francoise  <romain@orebokech.com>
2359         * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
2361 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2363         * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
2364         (display_mode_element): Instead of `lisp_string' and `this',
2365         record `offset' and increment that.
2366         `last_offset' replaces `last'.
2368         * Makefile.in (XMENU_OBJ): Variable deleted.
2369         (obj): Use xmenu.o unconditionally.
2370         (SOME_MACHINE_OBJECTS): Delete xmenu.o.
2372         * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
2374 2005-09-15  Kim F. Storm  <storm@cua.dk>
2376         * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
2377         (reseat_at_next_visible_line_start): Likewise (in xassert).
2379 2005-09-14  Romain Francoise  <romain@orebokech.com>
2381         * fileio.c (write_region_inhibit_fsync): New variable.
2382         (Fwrite_region): Use it to skip call to fsync.
2383         (syms_of_fileio): Initialize it.
2385 2005-09-14  Kenichi Handa  <handa@m17n.org>
2387         * coding.c (code_convert_region_unwind): Argument format changed.
2388         (run_pre_post_conversion_on_str): If pre-write-conversion function
2389         changed the current buffer, delete the new buffer.
2390         (run_pre_write_conversin_on_c_str): Likewise.
2392         * fileio.c (Fexpand_file_name): Check multibyteness of
2393         default_directory.
2395 2005-09-13  Kenichi Handa  <handa@m17n.org>
2397         * composite.c (compose_chars_in_text): Delete it.
2399         * composite.h (compose_chars_in_text): Delete extern.
2401 2005-09-13  Kim F. Storm  <storm@cua.dk>
2403         * print.c (print_error_message): Fix last change.
2405 2005-09-12  Kim F. Storm  <storm@cua.dk>
2407         * composite.c (compose_chars_in_text): Fix setup of `pend'.
2408         Unconditionally reload `ptr' and `pend' after eval.
2410         * xdisp.c (message3): Pass copy of lisp string to message_dolog.
2412         * print.c (print_error_message): Pass copy of caller name to
2413         message_dolog.
2415         * fileio.c (auto_save_error): Pass copy of lisp string to message2.
2417 2005-09-12  Kenichi Handa  <handa@m17n.org>
2419         * xdisp.c (display_mode_element): Be sure to make variables THIS
2420         and LISP_STRING point into a string data of ELT.
2422 2005-09-12  Kim F. Storm  <storm@cua.dk>
2424         * editfns.c (Ftranslate_region_internal): Reload `tt' after
2425         signal_after_change that may have GC'ed.
2426         (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
2428         * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
2429         after insert while runs signal_after_change.
2431         * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
2432         declaration to where it is used.
2434         * w32.c (check_windows_init_file): Fix allocation of error buffer.
2436         * xfns.c (x_encode_text): Declare static.  Add FREEP arg.
2437         (x_set_name_internal): Call x_encode_text with new FREEP arg to
2438         know if xfree is needed instead of guessing.
2440         * xterm.h (x_encode_text): Remove prototype.
2442 2005-09-11  Chris Prince  <cprince@gmail.com>  (tiny change)
2444         * w32term.c (x_bitmap_icon): Load small icons too.
2446 2005-09-10  Romain Francoise  <romain@orebokech.com>
2448         * buffer.c (init_buffer): Grow buffer to add directory separator
2449         and terminal zero.  Fix typos.
2451 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2453         * buffer.c (init_buffer): Fix error message for failed call to
2454         get_current_dir_name.
2455         (get_current_dir_name): Remove prototype.
2457         * xsmfns.c (get_current_dir_name): Remove prototype.
2459         * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
2460         Add prototype.
2462         * sysdep.c [WINDOWSNT]: Add prototype for getwd.
2463         Don't #undef NULL after including blockinput.h.
2465         * config.in: Regenerated.
2467 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
2469         Remove the MAXPATHLEN limitations:
2471         * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
2472         New function.
2474         * buffer.c (init_buffer): Use it.
2476         * xsmfns.c (smc_save_yourself_CB): Ditto.
2478 2005-09-09  Kim F. Storm  <storm@cua.dk>
2480         * doc.c (Fsubstitute_command_keys): Lookup key binding for
2481         commands that are remapped from some other command.
2483         * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
2484         flag in disabled rows below the window.
2486         * frame.h (struct frame): New member updated_p.
2488         * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
2489         member.  Remove local `updated' array and associated variables.
2491 2005-09-07  Kim F. Storm  <storm@cua.dk>
2493         * xdisp.c (handle_display_prop): Respect overlay window property.
2495         * xdisp.c (try_window): Remove superfluous cursor_height calculation.
2496         Fixes crash reported by YAMAMOTO Mitsuharu.
2498 2005-09-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2500         * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
2501         (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
2502         (xlfdpat_block_match_1, xlfdpat_match): New functions.
2503         (xlfdpat_block_match): New macro.
2504         (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
2505         (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
2506         (add_font_name_table_entry): Increase font_name_table_size more
2507         rapidly.
2508         (mac_c_string_match): Remove function.
2509         (mac_do_list_fonts): Use XLFD pattern match instead of regular
2510         expression match.
2512         * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
2514 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2516         * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
2517         (move_it_in_display_line_to): Stop after last char on line even
2518         on a windowing terminal, if that's the specified stop position.
2520         * fns.c (Fsort): Doc fix.
2522         * editfns.c (Fpropertize): Don't insist that properties be symbols.
2524 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2526         * dired.c (directory_files_internal_unwind, directory_files_internal)
2527         (file_name_completion): Use a Save_Value object rather than a cons of
2528         two 16bit ints to store the DIR*.
2529         (directory_files_internal, file_name_completion): Handle both EINTR and
2530         EAGAIN consistently after `readdir'.
2532 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * intervals.c (update_interval): Add position info in error.
2536         * dispnew.c (window_to_frame_hpos, update_window):
2537         Avoid gcc warning about unused variable `f'.
2539 2005-08-31  Jason Rumney  <jasonr@gnu.org>
2541         * w32menu.c (add_menu_item): If unicode_append_menu returns an
2542         error, revert to using AppendMenu.
2544 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2546         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
2547         All uses changed.
2548         [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
2549         cases.
2550         (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
2551         [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
2552         Use posix_pathname_to_fsspec.
2553         [MAC_OS] (xpm_load_image): Fill in background_transparent field
2554         while we have mask.
2556         * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
2558         * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
2560 2005-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * syntax.c (update_syntax_table): Properly reproduce the special +1
2563         setting of e_property at the end of the buffer when bumping into the
2564         INTERVALS_AT_ONCE limit.
2566 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2568         * emacs.c (USAGE1): Fix the description of the -Q option.
2570 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2572         * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
2574 2005-08-26  Kim F. Storm  <storm@cua.dk>
2576         * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
2577         Don't move PT to new window start.
2579 2005-08-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2581         * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
2582         ICONIFY/DEICONIFY_EVENT.
2584         * macterm.c (mac_copy_area, mac_copy_area_with_mask):
2585         Restore background color.
2586         (mac_handle_visibility_change): New function.
2587         (x_make_frame_invisible, x_iconify_frame)
2588         (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
2589         [USE_CARBON_EVENTS] (mac_handle_window_event)
2590         (install_window_handler): Handle visibility change events.
2591         (x_make_frame_visible): Don't reposition window if it is iconified
2592         or asked for visible before.  Select and uncollapse window when it
2593         is made visible.
2594         (x_make_frame_invisible): Don't reset x_highlight_frame.
2595         (x_iconify_frame): Likewise.  Make invisible frame visible before
2596         it is iconified.
2597         (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
2598         (do_window_update): Don't change visibility of invisible frame.
2600 2005-08-22  Juri Linkov  <juri@jurta.org>
2602         * term.c (turn_on_face): Check for TS_set_foreground and
2603         TS_set_background depending on standout_mode.  Simplify.
2605 2005-08-21  Kim F. Storm  <storm@cua.dk>
2607         * fringe.c (update_window_fringes): Only put TOP and BOTTOM
2608         bitmaps on fully visible rows.
2610         * fringe.c (update_window_fringes): Replace FORCE_P arg with
2611         KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
2612         and return 0.
2614         * xdisp.c (redisplay_window): Call update_window_fringes with
2615         KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
2617 2005-08-20  Richard M. Stallman  <rms@gnu.org>
2619         * xdisp.c (display_echo_area_1): Get display start pos from w->start.
2620         (resize_mini_window): Set w->start, and PT, so as to display the tail
2621         end of the buffer, if it doesn't all fit.
2623 2005-08-18  Kim F. Storm  <storm@cua.dk>
2625         * xdisp.c (calc_pixel_width_or_height): Use actual display
2626         resolution when available instead of Vdisplay_pixels_per_inch.
2628 2005-08-17  Kim F. Storm  <storm@cua.dk>
2630         * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
2632         * dispnew.c (buffer_posn_from_coords): Check that target row is
2633         within matrix.
2635 2005-08-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2637         * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
2638         xg_set_frame_icon and call it.
2640         * gtkutil.c (xg_set_frame_icon): New function.
2642         * gtkutil.h (xg_set_frame_icon): Declare it.
2644 2005-08-16  Kim F. Storm  <storm@cua.dk>
2646         * dispnew.c (increment_row_positions): Skip non-enabled rows.
2648         * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
2649         (Fcurrent_window_configuration): Use VECSIZE macro instead.
2651 2005-08-15  Richard M. Stallman  <rms@gnu.org>
2653         * xdisp.c (message3_nolog): Clear echo_message_buffer.
2655 2005-08-15  Kim F. Storm  <storm@cua.dk>
2657         * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
2659         * process.c (deactivate_process, status_notify, read_process_output)
2660         (update_status, status_convert, decode_status, allocate_pty)
2661         (make_process, remove_process, list_processes_1)
2662         (create_process_1, unwind_request_sigio, read_process_output)
2663         (send_process, keyboard_bit_set): Declare static.
2664         (Fdelete_process): Simplify.  Pass process to status_notify, so we
2665         don't try to read output from it.
2666         (status_notify): New arg deleting_process--don't try to read
2667         output from that process.
2669         * lisp.h (deactivate_process, status_notify, read_process_output):
2670         Remove prototypes.
2672 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2674         * image.c (syms_of_image): Init Qxbm, Qpbm before calling
2675         define_image_type.
2677 2005-08-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2679         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
2680         (xg_get_image_for_pixmap): Move some code to
2681         xg_get_pixbuf_from_pix_and_mask, and call it.
2683         * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
2685         * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
2686         to get an GTK icon and set it with GTK functions to avoid having GTK
2687         override an icon set with just X functions.
2689 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2691         * image.c (syms_of_image): Init image_types here, and call
2692         define_image_type.
2693         (init_image): Not here.
2695 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2697         * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
2699         * lisp.h (QUIT): Throw t to Vthrow_on_input.
2701 2005-08-09  Thien-Thi Nguyen  <ttn@gnu.org>
2703         * floatfns.c (Fexpt): Use floats for negative exponent.
2705 2005-08-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2707         * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
2708         should not be there, causing menu display errors with GTK 2.6.9.
2710 2005-08-07  Richard M. Stallman  <rms@gnu.org>
2712         * floatfns.c (Fexpt): Undo previous change.
2714         * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
2715         so it can be used with various state vectors.
2717         * emacs.c (endif): Convert -script into -scriptload.
2718         (standard_args): Add -scriptload.  Allow -basic-display with one dash.
2720         * fns.c (syms_of_fns): Add `emacs' to features.
2722         * term.c (set_terminal_modes): If no TS_termcap_modes string,
2723         output newlines to scroll the old screen contents off the screen.
2725 2005-08-06  Thien-Thi Nguyen  <ttn@gnu.org>
2727         * floatfns.c (Fexpt): Use floats for negative exponent.
2728         Reported by D Goel.
2730 2005-08-02  Richard M. Stallman  <rms@gnu.org>
2732         * frame.c (Fframe_char_width): Doc fix.
2734 2005-07-30  Juanma Barranquero  <lekktu@gmail.com>
2736         * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
2737         Defvar it.
2739 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2741         * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
2742         (my_create_window, my_create_tip_window): Make static.
2744         * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
2745         (my_set_foreground_window, my_destroy_window): Make static.
2747 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
2749         Merge gnulib getopt implementation into Emacs.
2751         * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
2752         now part of lib-src.
2754 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2756         * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
2758 2005-07-25  Jason Rumney  <jasonr@gnu.org>
2760         * w32menu.c (w32_menu_display_help): Suppress tooltip when
2761         navigating menus with the keyboard.
2763 2005-07-23  Richard M. Stallman  <rms@gnu.org>
2765         * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
2767         * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
2768         gc_relative_threshold, one by one.
2770         * keyboard.c (read_char): Test gc_cons_threshold.
2771         (syms_of_keyboard): staticpro Qecho_area_clear_hook.
2773         * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
2774         gc_relative_threshold, one by one.
2776         * alloc.c (gc_cons_threshold): Not static.
2777         (gc_cons_combined_threshold): Var deleted.
2778         (gc_relative_threshold): New variable.
2779         (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
2780         instead of gc_cons_combined_threshold.
2782         * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
2783         (gc_cons_combined_threshold): Declaration deleted.
2785 2005-07-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2787         * mac.c: Don't include stdlib.h or string.h.
2788         (Fdo_applescript, Fmac_file_name_to_posix)
2789         (Fmac_file_name_to_posix): Doc fixes.
2790         [TARGET_API_MAC_CARBON] (Fmac_get_preference)
2791         (Fmac_code_convert_string): Likewise.
2792         [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
2793         if the executable is not contained in a bundle.
2795         * macfns.c: Don't include stdlib.h or string.h.  Include atimer.h.
2796         (gray_width, gray_height): Remove defines.
2797         (gray_bits, gray_bitmap_width, gray_bitmap_height)
2798         (gray_bitmap_bits): Remove variables.
2799         (lispy_function_keys): Remove extern.
2800         (free_frame_menubar): Add extern.
2801         (x_window_to_frame): Remove function.
2802         (unwind_create_tip_frame): Add declaration.
2803         (x_set_name_internal): New function.
2804         (x_set_name, x_set_title): Use it.
2805         (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
2806         (Fx_display_pixel_height, Fx_display_planes)
2807         (Fx_display_color_cells, Fx_server_max_request_size)
2808         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2809         (Fx_display_mm_height, Fx_display_mm_width)
2810         (Fx_display_backing_store, Fx_display_visual_class)
2811         (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
2813         * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
2815         * macselect.c (Fx_own_selection_internal): Follow error conventions.
2816         (Fx_get_selection_internal, Fx_selection_owner_p)
2817         (Fx_selection_exists_p): Doc fixes.
2818         (syms_of_macselect) <selection-converter-alist>: Likewise.
2820 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
2822         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
2824         * ccl.c (Fregister_ccl_program): Fix typos in docstring.
2825         (Fccl_execute_on_string): Likewise; add usage info.
2827         * composite.c (Fcompose_region_internal)
2828         (Fcompose_string_internal):
2829         Improve argument/docstring consistency.
2831         * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
2832         Fix typos in docstrings.
2834         * textprop.c (Fnext_char_property_change)
2835         (Fprevious_char_property_change): Doc fixes.
2837         * window.c (Fset_window_margins, Fset_window_fringes):
2838         Improve argument/docstring consistency.
2840         * xfaces.c (Finternal_lisp_face_p): Doc fix.
2842 2005-07-21  Andreas Schwab  <schwab@suse.de>
2844         * eval.c (restore_stack_limits): Return a value.
2846 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
2848         * eval.c (Fdefvar): Doc fix.
2850 2005-07-20  Kim F. Storm  <storm@cua.dk>
2852         * fileio.c (Fdo_auto_save, do_auto_save_unwind):
2853         Use make_save_value to unwind protect stream.
2855         * lread.c (Fload, load_unwind):
2856         Use make_save_value to unwind protect stream.
2858 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
2860         * eval.c (Fprog2, Fcalled_interactively_p),
2861         (syms_of_eval) <debug-on-quit>: Doc fixes.
2862         (syms_of_eval) <max-specpdl-size>:
2863         (Finteractive_p): Fix typos in docstrings.
2865 2005-07-19  Kim F. Storm  <storm@cua.dk>
2867         * w32fns.c (Vx_hand_shape): Variable removed.
2868         (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
2870 2005-07-19  Kenichi Handa  <handa@m17n.org>
2872         * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
2874 2005-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2876         * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
2878 2005-07-18  Kim F. Storm  <storm@cua.dk>
2880         * frame.h (struct frame): New member already_hscrolled_p.
2882         * xdisp.c (redisplay_internal): Only try to hscroll each frame once
2883         to avoid redisplay looping hscrolling back and forth ad infinitum.
2885 2005-07-18  Juri Linkov  <juri@jurta.org>
2887         * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
2888         * keymap.c (Fminor_mode_key_binding):
2889         * macterm.c (mac-emulate-three-button-mouse):
2890         Delete duplicate duplicate words.
2892 2005-07-18  Ken Raeburn  <raeburn@gnu.org>
2894         * minibuf.c (Ftest_completion): Fix odd syntax in test.
2896 2005-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2898         * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
2900         * macgui.h (struct _XGC): New struct.
2901         (GC): Use it.
2902         (GCForeground, GCBackground, GCFont): Use X11 mask values.
2903         (XCreateGC, XParseGeometry): Move externs to macterm.h.
2905         * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
2906         (XSetFont): Add declaration.
2907         (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
2908         Remove functions.
2909         (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
2910         New defines.
2911         (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
2912         (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
2913         (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
2914         Use them.
2915         (mac_erase_rectangle): New function.
2916         (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
2917         (x_draw_stretch_glyph_string): Use it.
2918         (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
2919         (XSetBackground, XSetFont): Adjust for new GC implementation.
2920         (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
2921         (XTset_vertical_scroll_bar): Clear area under scroll bar.
2923         * macterm.h (struct mac_display_info): Change types of
2924         scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
2925         (XCreateGC, XParseGeometry): Move externs from macgui.h.
2927         * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
2929 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2931         * buffer.c (Fmake_overlay): Doc fix.
2933 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
2935         * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
2936         Vw32_valid_locale_ids, and Vw32_valid_codepages.
2938 2005-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2940         * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
2941         Use Fstring_as_unibyte instead of string_make_unibyte.
2943 2005-07-15  Richard M. Stallman  <rms@gnu.org>
2945         * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
2947 2005-07-15  Kim F. Storm  <storm@cua.dk>
2949         * xdisp.c: Fix redisplay loop in last change.
2950         (IT_POS_VALID_AFTER_MOVE_P): New macro.
2951         (move_it_vertically_backward, move_it_by_lines): Use it.
2953 2005-07-14  Jason Rumney  <jasonr@gnu.org>
2955         * w32.c (init_environment): Default HOME directory to user's
2956         appdata directory if possible.
2958 2005-07-14  Kim F. Storm  <storm@cua.dk>
2960         * .gdbinit (pitx): Fix output format.  Print string charpos.
2962         * lread.c (syms_of_lread): Initialize seen_list.
2964         * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
2966         * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
2967         Staticpro re_match_object.
2969 2005-07-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2971         * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
2972         dereference.
2974         * macterm.c (mac_window_to_frame): Remove duplicate define.
2976 2005-07-14  Kenichi Handa  <handa@m17n.org>
2978         * coding.c (code_convert_region_unwind): ARG is changed to a cons.
2979         (code_convert_region): Adjust for the above change.
2980         (set_conversion_work_buffer): If the work buffer is already in
2981         use, generate a new buffer and return it.  Otherwise return Qnil.
2982         (run_pre_post_conversion_on_str): Adjust for the above change.
2983         (run_pre_write_conversin_on_c_str): Likewise.
2985 2005-07-13  Kim F. Storm  <storm@cua.dk>
2987         * xdisp.c (start_display): Don't reseat to next visible line start
2988         if current start position is in a string or image.
2989         (move_it_vertically_backward): Be sure to move out of strings and
2990         images when moving it2 forward.
2991         (move_it_by_lines): When moving forward, move to next buffer
2992         position if we end up in a string or image.  When moving backward,
2993         count rows moved over when moving to start of current row in case
2994         row starts in middle of a string or image.  Also move further
2995         backward if we end up in a string or image.
2996         (try_cursor_movement): If overlay string spans multiple lines,
2997         move backward to set cursor on start of an overlay string.
2998         (cursor_row_p): Row is ok if cursor is at newline from string, but
2999         string starts on this line (so we always position cursor at start
3000         of string).
3002         * indent.c (Fvertical_motion): If start position is on an image,
3003         don't move back if we move too far (that's almost certain to happen).
3005         * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
3006         row in minibuffer windows.
3007         (try_window): Don't check margins in minibuffer windows.
3009 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3011         * macterm.c: Don't include stdlib.h or composite.h.
3012         (x_use_underline_position_properties, last_mouse_press_frame)
3013         (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
3014         (syms_of_macterm, mac_initialize): Don't initialize them.
3015         (waiting_for_input, initial_argv, initial_argc)
3016         (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
3017         (set_frame_menubar, path_from_vol_dir_name): Remove externs.
3018         (extra_keyboard_modifiers): Fix type in extern.
3019         (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
3020         (x_scroll_bar_report_motion): Add argument types to declaration.
3021         (mac_compute_glyph_string_overhangs): Add declaration.
3022         (disable_mouse_highlight): Remove unused variable.
3023         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
3024         (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
3025         (x_scroll_bar_handle_drag): Remove argument `timestamp'.
3026         All callers changed.
3027         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
3028         timestamp.
3029         [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
3030         (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
3031         only when its width is less than the height.
3032         (XTredeem_scroll_bar): Sync with xterm.c.
3033         (font_name_table, font_name_table_size, font_name_count):
3034         Make static.
3035         (drag_and_drop_file_list): Remove variable.  Previous use is now
3036         local to function.
3037         (do_ae_open_documents): Move DRAG_N_DROP event construction part
3038         from XTread_socket.
3039         (XTread_socket): Consolidate setting of event timestamp.
3040         Move DRAG_N_DROP event construction part to do_ae_open_documents.
3041         Support extra_keyboard_modifiers.
3043         * xfaces.c (try_font_list) [MAC_OS]: Try font family name
3044         beginning with that for ASCII.
3046 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3048         * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
3049         (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
3050         (syms_of_alloc): Declare gc-cons-percentage.
3052         * eval.c (Feval, Ffuncall):
3053         * keyboard.c (read_char):
3054         * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
3056         * lisp.h (gc_cons_combined_threshold): Declare.
3058 2005-07-12  Kim F. Storm  <storm@cua.dk>
3060         * coding.c (Qprocess_argument):
3061         * coding.h (Qprocess_argument): Remove unused var.
3063         * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
3065 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3067         * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
3068         Endian.h.
3069         [!MAC_OSX] (fchmod, fchown): New functions.
3070         (mac_get_code_from_arg): Don't accept Lisp integer as argument.
3071         Use SBYTES and EndianU32_BtoN.
3072         (mac_get_object_from_code): Return 4 byte string even if argument
3073         is 0.  Use make_unibyte_string and EndianU32_NtoB.
3074         (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
3075         (Fmac_set_file_type): Fix documents and argument declarations.
3076         Don't specify kFSCatInfoNodeFlags.  Support Mac OS Classic.
3078 2005-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3080         * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
3082 2005-07-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3084         * xfaces.c (x_update_menu_appearance): Use fontSet resource for
3085         Lucid if X_I18N, font otherwise.
3087 2005-07-10  Steven Tamm  <steventamm@mac.com>
3089         * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
3090         (Fmac_set_file_type, Fmac_set_file_creator): Add.
3091         (mac_get_object_from_code, mac_get_code_from_arg): Add.
3093 2005-07-10  Richard M. Stallman  <rms@gnu.org>
3095         * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
3096         (syms_of_lread): Set up eval-buffer-list.
3097         (Feval_buffer, Feval_region): Bind eval-buffer-list.
3099 2005-07-08  Richard M. Stallman  <rms@gnu.org>
3101         * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
3103 2005-07-08  Kim F. Storm  <storm@cua.dk>
3105         * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
3106         (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
3108 2005-07-07  Kim F. Storm  <storm@cua.dk>
3110         * window.c (Frecenter): Fix last change (set iarg before use).
3112 2005-07-06  Richard M. Stallman  <rms@gnu.org>
3114         * window.c (Frecenter): When arg is inside the scroll margin,
3115         move it out of the margin.
3117 2005-07-06  Jason Rumney  <jasonr@gnu.org>
3119         * w32console.c (initialize_w32_display): Detect when the console
3120         dimensions are insane, and default to 80x25 instead.
3121         (w32_use_full_screen_buffer): Default to NIL.
3123 2005-07-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3125         * macterm.c (mac_draw_vertical_window_border): Use foreground of
3126         VERTICAL_BORDER_FACE_ID for vertical border line.
3127         (mac_encode_char): Call check_ccl_update in advance.
3128         (mac_to_x_fontname, x_font_name_to_mac_font_name)
3129         (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
3130         Don't assume that font family length is less than 32.
3131         (x_compute_min_glyph_bounds): Make static.
3132         (x_load_font): Never set fonts_changed_p to zero.
3134 2005-07-04  Lute Kamstra  <lute@gnu.org>
3136         * Update FSF's address in GPL notices.
3138 2005-07-03  Richard M. Stallman  <rms@gnu.org>
3140         * xdisp.c (try_window): Fix previous change in how it handles
3141         a partially-visible line or one only partly past the margin.
3143         * window.c (window_scroll_pixel_based): Take account
3144         of this_scroll_margin when finding point when scrolling up.
3146 2005-06-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
3148         * window.c (window_scroll_pixel_based, window_scroll_line_based):
3149         Handle `scroll-preserve-screen-position' non-nil, non-t specially.
3150         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
3152 2005-07-02  Juri Linkov  <juri@jurta.org>
3154         * w32term.c (w32_draw_vertical_window_border): Use foreground of
3155         VERTICAL_BORDER_FACE_ID for vertical border line.
3157 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
3159         * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
3160         fchmod so that chmod doesn't get called on MSDOS before the file
3161         is closed.
3163 2005-07-01  Jason Rumney  <jasonr@gnu.org>
3165         * w32term.c (cleartype_active): New flag for enabling sub-pixel
3166         workaround.
3167         (w32_initialize): Initialize it.
3168         (w32_native_per_char_metric): Allow a couple of extra pixels when
3169         Cleartype is active.
3171         * w32term.c (w32_initialize): Move check for screen reader here
3172         from syms_of_w32term.
3174 2005-06-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3176         * xterm.c (handle_one_xevent): bzero compose_status when nbytes
3177         is not zero.
3179 2005-07-01  Masatake YAMATO  <jet@gyve.org>
3181         * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
3183 2005-06-30  Juri Linkov  <juri@jurta.org>
3185         * xdisp.c (x_draw_vertical_border): If left fringe is not present
3186         decrease x coord of vertical border by 1 pixel to not occupy text
3187         area of the right window.
3189         * xterm.c (x_draw_vertical_window_border): Use foreground of
3190         VERTICAL_BORDER_FACE_ID for vertical border line.
3192         * term.c (turn_on_face): In standout mode apply specified
3193         fg to bg, and specified bg to fg (this makes the logic of
3194         inversion on terminal consistent with X).
3196 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
3198         * eval.c (user_variable_p_eh): New function.
3199         (Fuser_variable_p): Use it.  Clarify docstring.
3200         Return t for aliases of user options, nil for alias loops.
3202 2005-06-27  Richard M. Stallman  <rms@gnu.org>
3204         * eval.c (Fdefvar): Improve error message.
3206 2005-06-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3208         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
3209         change.
3211 2005-06-27  Juanma Barranquero  <lekktu@gmail.com>
3213         * eval.c (Fdefvar): Don't try to set constant symbols.
3215 2005-06-25  Richard M. Stallman  <rms@gnu.org>
3217         * macfns.c (Fx_show_tip): Pass new arg to try_window.
3219         * w32fns.c (Fx_show_tip): Pass new arg to try_window.
3221         * xfns.c (Fx_show_tip): Pass new arg to try_window.
3223         * xdisp.c (try_window): New arg CHECK_MARGINS.  Calls changed.
3224         (redisplay_window): Handle try_window reporting point in scroll margin.
3226         * dispextern.h (try_window): Declare new arg.
3228         * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
3229         Use fchmod to copy the file modes.
3230         (Frename_file): Don't copy UID and GID here;
3231         instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
3233         * eval.c (call_debugger): Take full care of extending stack limits
3234         to make space for the debugger, and restore the change afterward.
3235         Bind debug-on-error to nil.
3236         (restore_stack_limits): New subroutine.
3237         (Fsignal): Extend specpdl bound along with eval depth bound,
3238         for calling edebug.  Don't do either one, for calling debugger.
3239         (find_handler_clause): Don't bind debug-on-error here.
3240         Don't unbind anything either.
3241         Temporarily advance max_specpdl_size for calling
3242         internal_with_output_to_temp_buffer.
3243         (grow_specpdl): Don't alter max_specpdl_size before signaling
3244         an error.
3245         (syms_of_eval) <max-specpdl-size>: Doc fix.
3247         * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
3249 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
3251         * fileio.c (Frename_file): Undo last change: no need to ifdef away
3252         chown on DOS_NT platforms.
3254         * w32.c (sys_chown): New function.
3256         * s/ms-w32.h (chown): New; define to sys_chown.
3258 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3260         * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
3261         (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
3263         * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
3265 2005-06-23  Richard M. Stallman  <rms@gnu.org>
3267         * xdisp.c (get_next_display_element): Finish reversing the tests of
3268         Vnobreak_char_display.
3270         * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
3271         All uses changed.
3272         (Qnobreak_space): Rename from Qno_break_space.  All uses changed.
3273         (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
3275         * fileio.c (Frename_file): Preserve owner and group, if possible,
3276         when copying.
3278 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
3280         * abbrev.c (Funexpand_abbrev):
3281         * category.c (Fmake_category_set):
3282         * dispnew.c (Fsleep_for, Fsit_for):
3283         * editfns.c (Fsubst_char_in_region):
3284         * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
3285         * frame.c (make_frame_without_minibuffer):
3286         * lread.c (read_vector):
3287         * macfns.c (check_x_frame):
3288         * process.c (Fstop_process, Fcontinue_process):
3289         * search.c (Freplace_match):
3290         * syntax.c (Fstring_to_syntax):
3291         * w32fns.c (check_x_frame, check_x_display_info):
3292         * xfaces.c (x_supports_face_attributes_p):
3293         * xselect.c (Fx_own_selection_internal): Follow error conventions.
3295         * image.c (fn_png_init_io): Don't define it.
3296         (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
3297         (png_read_from_file): New function, based on png_read_from_memory.
3298         (png_load): Use it, instead of fn_png_init_io.
3300 2005-06-23  Kim F. Storm  <storm@cua.dk>
3302         * search.c (Fmatch_data): Remove evaporate option.
3303         (Fset_match_data): Do not mention evaporate option in doc string.
3304         Add commentary explaining evaporate arg (for internal use only).
3305         (unwind_set_match_data): Add comment on evaporate use.
3307 2005-06-22  Miles Bader  <miles@gnu.org>
3309         * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
3310         (realize_basic_faces, syms_of_xfaces): Update references to it.
3311         * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
3312         to `VERTICAL_BORDER_FACE_ID'.
3313         * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
3315 2005-06-21  Juri Linkov  <juri@jurta.org>
3317         * dispextern.h: Add extern Qframe_set_background_mode.
3319         * xfaces.c: Rename obsolete function Qframe_update_face_colors to
3320         Qframe_set_background_mode.
3322         * frame.c (Fmodify_frame_parameters):
3323         Call frame-set-background-mode after changing the background color
3324         on non-window non-dos branch.
3326 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3328         * fns.c (Fchar_table_range):
3329         * process.c (Fmake_network_process): Fix spellings.
3331 2005-06-20  Kim F. Storm  <storm@cua.dk>
3333         * fns.c (Fsort): Doc fix.
3335 2005-06-20  Miles Bader  <miles@gnu.org>
3337         * xfaces.c (Qvertical_divider): New variable.
3338         (realize_basic_faces): Realize its face.
3339         (syms_of_xfaces): Initialize it.
3341         * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
3343         * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
3344         window-separator on ttys using `vertical-divider' face by default.
3346 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3348         * xdisp.c (get_next_display_element):
3349         Reverse test of Vshow_nonbreak_escape.
3351         * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
3352         (Ftty_no_underline): New function.
3353         (syms_of_term): defsubr it.
3355         * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
3357         * dispnew.c (spec_glyph_lookup_face): New function.
3358         (build_frame_matrix_from_leaf_window): Use it.
3360         * dispextern.h (spec_glyph_lookup_face): Add declaration.
3362         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
3364 2005-06-12  Richard M. Stallman  <rms@gnu.org>
3366         * keyboard.c (read_char): After catching a longjmp,
3367         call restore_getcjmp.
3369 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
3371         * xselect.c (lisp_data_to_selection_data): Fix spelling.
3373 2005-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3375         * macterm.c (mac_compute_glyph_string_overhangs): Don't set
3376         overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
3377         [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
3378         events.
3379         (XTread_socket): Don't pass keyboard events with the option
3380         modifier to the system when Vmac_command_key_is_meta is nil or
3381         Vmac_option_modifier is non-nil.
3382         [USE_CARBON_EVENTS] (read_socket_inev): New variable.
3383         [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
3384         [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
3385         handler function.
3386         (install_window_handler) [USE_CARBON_EVENTS]: Install it.
3387         (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
3388         handler part to mac_handle_mouse_event.
3390 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3392         * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
3393         NEW-ALIAS and BASE-VARIABLE, respectively.
3395 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3397         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
3398         (get_phys_cursor_geometry, format_mode_line_unwind_data)
3399         (get_line_height_property, x_produce_glyphs): Remove unused vars.
3401         * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
3403 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
3405         * w32term.c (x_use_underline_position_properties): New variable.
3406         (x_draw_glyph_string): Remind in a comment to change doc string of
3407         x-use-underline-position-properties if/when underline positioning
3408         is implemented.
3409         (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
3410         and initialize it to nil.
3412 2005-06-12  Jason Rumney  <jasonr@gnu.org>
3414         * w32fns.c (NEWOPENFILENAME): New struct.
3415         (Fx_file_dialog): Use it to trick the system into giving us up to
3416         date dialogs on systems that are documented to support it.
3417         Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
3419 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
3421         * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
3422         MB_ABORTRETRYIGNORE.  Never return, even if DebugBreak does.
3424 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
3426         * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
3427         to CreateDIBSection to avoid a compiler warning.
3428         (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
3429         warning.
3430         (png_load): Cast return values of fn_png_create_read_struct and
3431         fn_png_create_info_struct, to avoid compiler warnings on W32.
3432         Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
3433         to avoid compiler warnings.
3434         (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
3435         compiler warning on W32.  Cast 3rd arg to IMAGE_BACKGROUND to
3436         avoid a compiler warning.
3437         (tiff_load): Cast return values of fn_TIFFOpen and
3438         fn_TIFFClientOpen to avoid compiler warning on W32.  Cast 3rd arg
3439         to IMAGE_BACKGROUND to avoid a compiler warning.
3440         (gif_load): Cast return values of fn_DGifOpenFileName and
3441         fn_DGifOpen to avoid compiler warnings on W32.  Cast 3rd arg to
3442         IMAGE_BACKGROUND to avoid a compiler warning.
3443         (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
3444         before redefining.
3446         * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
3447         the call to CreateDIBSection, to avoid a compiler warning.
3449 2005-06-11  Jason Rumney  <jasonr@gnu.org>
3451         * w32fns.c (Fx_file_dialog): Unblock input before falling back to
3452         minibuffer.
3453         * macfns.c (Fx_file_dialog): Likewise.
3455 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
3457         * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
3459 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3461         * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
3462         * w32fns.c (syms_of_w32fns): Fix spellings.
3464 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
3466         * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
3467         `verbose'; print diagnostic messages only if it is non-zero.
3468         All callers changed to pass a zero value unless DEBUG_DUMP is defined
3469         in the environment.
3470         (copy_executable_and_dump_data): Print section names with %.8s.
3472 2005-06-10  Masatake YAMATO  <jet@gyve.org>
3474         * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
3475         when mouse_face is not given.
3477 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
3479         * window.c (Fselect_window): Adapt call to Fselect_frame.
3481         * lisp.h: Update EXFUN of Fselect_frame.
3483         * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
3485         * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
3486         no_enter.
3487         (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
3488         Adapt to above change.
3490 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3492         * fns.c (Fmemq, Fmaphash): Doc fixes.
3494 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
3496         * xfaces.c (Fdisplay_supports_face_attributes_p):
3497         Fix typo in docstring.
3499 2005-06-08  Steven Tamm  <steventamm@mac.com>
3501         * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
3502         used by gcc4 on intel mac.
3504 2005-06-09  Kim F. Storm  <storm@cua.dk>
3506         * search.c (Fmatch_data): Add optional RESEAT arg.  Unchain markers
3507         in REUSE list if non-nil; free them if equal to evaporate.
3508         (Fset_match_data): Add optional RESEAT arg.  Unchain markers in LIST
3509         if non-nil; free them if equal to evaporate.  Use XCAR/XCDR.
3510         (restore_search_regs): Rename from restore_match_data.  Uses changed.
3511         (unwind_set_match_data): New function.
3512         (record_unwind_save_match_data): New function like save-match-data.
3514         * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
3515         (record_unwind_save_match_data): Add prototype.
3516         (restore_search_regs): Rename from restore_match_data.
3518         * composite.c (compose_chars_in_text):
3519         * eval.c (do_autoload):
3520         * macmenu.c (set_frame_menubar):
3521         * process.c (read_process_output, exec_sentinel):
3522         * xmenu.c (set_frame_menubar):
3523         * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
3524         * w32menu.c (set_frame_menubar):
3525         Use record_unwind_save_match_data.
3527 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3529         * xdisp.c (get_next_display_element): Alter previous change:
3530         Distinguish Vshow_nonbreak_escape = t or not t.
3531         For t, use escape_glyph once again, as before previous change.
3532         Use space or hyphen for display, instead of the non-ASCII char.
3533         (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
3535         * process.c (Fstart_process): Don't touch command_channel_p slot.
3537         * process.h (struct process): Delete command_channel_p.
3539 2005-06-07  Masatake YAMATO  <jet@gyve.org>
3541         * xdisp.c (note_mode_line_or_margin_highlight):
3542         Check the overlapping of re-rendering area to avoid flickering.
3543         (note_mouse_highlight): Call clear_mouse_face if PART
3544         is not ON_MODE_LINE nor ON_HEADER_LINE.
3546 2005-06-07  Kim F. Storm  <storm@cua.dk>
3548         * process.c: Improve commentary for adaptive read buffering.
3550 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3552         * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
3553         if available.
3555 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3557         * macmenu.c (menu_quit_handler, install_menu_quit_handler):
3558         New functions for popping down menus on C-g.
3559         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
3561         * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
3562         non-static.
3564         * config.in: Add HAVE_CANCELMENUTRACKING.
3566 2005-06-06  Eli Zaretskii  <eliz@gnu.org>
3568         * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
3570         * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
3572         * w32proc.c (RVA_TO_PTR): New macro.
3574         * w32heap.c (RVA_TO_PTR): No need to #undef now.
3576         * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
3577         Depend on w32heap.h.
3579 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
3581         * keyboard.c (command_loop_1): Update Vthis_original_command.
3583 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3585         * xmenu.c (popup_get_selection): Undo previous change.
3587 2005-06-06  Juri Linkov  <juri@jurta.org>
3589         * xdisp.c (Qno_break_space): New variable.
3590         (syms_of_xdisp): Initialize it.
3591         (get_next_display_element): Add no-break space and soft hypen
3592         codes for iso8859-2 and iso8859-5.  Don't add `\' for them.
3593         Use `no-break-space' face for no-break spaces.
3595 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3597         * window.c (delete_window): Handle the case where a h/vchild has
3598         a h/vchild.
3600 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
3602         * w32.c (sys_setsockopt): Change arg 4 to `const void *'.  In the
3603         call to pfn_setsockopt, cast optval to `const char *'.
3605 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
3607         * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
3608         (open_unc_volume): Cast return value of map_w32_filename, to avoid
3609         compiler warnings.
3611         * s/ms-w32.h (fileno): Don't define if already defined.
3613         * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
3615         * makefile.w32-in (DOC): Define to point to the generated DOC-X.
3617 2005-06-04  Richard M. Stallman  <rms@gnu.org>
3619         * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
3621 2005-06-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3623         * macmenu.c (cleanup_popup_menu): New function.
3624         (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
3625         mac_menu_show Quit:s.
3626         (mac_menu_show): Quit on cancel if not popped up on click (i.e.
3627         a dialog).
3629 2005-06-04  Kim F. Storm  <storm@cua.dk>
3631         * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
3633         * callproc.c (Fcall_process): Don't use alloca to gradually
3634         increase size of buf, as it effectively uses twice the necessary
3635         space on the stack.  Instead, pre-allocate buf of full size, and
3636         gradually increase the read size.
3638         * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
3640         * eval.c (unbind_to): Preserve value of Vquit_flag.
3642         * xterm.c (handle_one_xevent): Also ignore mouse motion just
3643         before a button release event.
3645 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
3647         * xfaces.c (Finternal_lisp_face_equal_p): Really report
3648         on faces in a frame, if the argument FRAME is non-nil.
3649         Improve argument/docstring consistency.
3651 2005-06-02  Kim F. Storm  <storm@cua.dk>
3653         * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
3654         (x_consider_frame_title, Fformat_mode_line): Save offset into
3655         mode_line_noprop_buf rather than pointer, in case buffer is relocated.
3657 2005-06-01  Kim F. Storm  <storm@cua.dk>
3659         * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
3661 2005-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3663         * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
3664         resolution fields for scalable fonts to 0.
3666         * xfaces.c (build_scalable_font_name): Round pixel size to the
3667         nearest integer.
3669 2005-06-01  Kim F. Storm  <storm@cua.dk>
3671         * xdisp.c (display_mode_line): Support nested calls to redisplay
3672         and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.
3674 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * fileio.c (Finsert_file_contents):
3677         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
3679 2005-05-31  Kim F. Storm  <storm@cua.dk>
3681         * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
3682         (mode_line_noprop_ptr): Rename from frame_title_*.
3683         (store_mode_line_noprop_char): Rename from store_frame_title_char.
3684         (store_mode_line_noprop): Rename from store_frame_title.
3685         (mode_line_target): New enum to specify current output target
3686         for mode line formatting.
3687         (display_mode_element): Test it rather than frame_title_ptr and
3688         mode_line_string_list to determine where output should go.
3689         (mode_line_proptrans_alist, mode_line_string_alist): Make static.
3690         (Vmode_line_unwind_vector): New variable.
3691         (format_mode_line_unwind_data, unwind_format_mode_line):
3692         New functions for unwind protection in mode line formatting.
3693         (x_consider_frame_title): Use them and new local var 'title_start'
3694         to support nested calls to format-mode-line and redisplay.
3695         Set mode_line_target to MODE_LINE_TITLE.
3696         (Fformat_mode_line): Use them and new local var 'string_start' to
3697         support nested calls to format-mode-line and redisplay.
3698         Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
3699         Don't trim trailing dashes.
3700         (decode_mode_spec): Don't make infinite number of trailing dashes
3701         for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
3702         (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
3703         mode_line_string_face_prop, and Vmode_line_unwind_vector.
3704         (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
3705         Initialize mode_line_target to MODE_LINE_DISPLAY.
3707 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3709         * buffer.c (Fbuffer_local_value): Call indirect_variable.
3711 2005-05-28  Masatake YAMATO  <jet@gyve.org>
3713         * xdisp.c (note_mode_line_or_margin_highlight): Change the
3714         pointer to a hand cursor when hoovering over a mouse-face.
3716 2005-05-27  Kenichi Handa  <handa@m17n.org>
3718         * xterm.c (x_encode_char): Call check_ccl_update in advance.
3720         * ccl.c: Now an element of Vccl_program_table is a vector of
3721         length 4, not 3.
3722         (ccl_get_compiled_code): New arg idx.  Caller changed.
3723         Adjust for the change of Vccl_program_table.
3724         (setup_ccl_program): Adjust for the change of Vccl_program_table.
3725         (check_ccl_update): New function.
3726         (Fregister_ccl_program): Use ASET to set an element of a vector.
3727         Adjusted for the change of Vccl_program_table.
3729         * ccl.h (struct ccl_program): New member idx.
3730         (check_ccl_update): Extern it.
3732 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
3734         * image.c (Vimage_library_alist): Move from image.el.
3735         (syms_of_image): Defvar it.
3736         (lookup_image_type): Use it.
3738         * buffer.c (Fbuffer_local_value): Make argument name match its use
3739         in docstring.
3741 2005-05-26  Juanma Barranquero  <lekktu@gmail.com>
3743         * keyboard.c (Frecursive_edit): Fix typo in docstring.
3744         (Fposn_at_x_y): Make argument name match its use in docstring.
3746 2005-05-26  Lute Kamstra  <lute@gnu.org>
3748         * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
3750 2005-05-24  Masatake YAMATO  <jet@gyve.org>
3752         * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
3753         as loop sentinels.
3755 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3757         * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
3758         select frame title ("Question"/"Information").
3759         (xdialog_show): Use it.
3761         * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
3763         * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
3765         * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
3766         a third argument (Qnil).
3768         * lisp.h: x-popup-dialog can have three arguments.
3770         * editfns.c (Fmessage_box): Use "Information" for frame title.
3772 2005-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
3774         * termcap.c [VMS]: Include <starlet.h>.
3776 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3778         * xdisp.c (note_mode_line_or_margin_highlight): Add code
3779         for mouse-face.  Change the type of the first argument from `window'
3780         to `Lisp_Object'.
3781         (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
3782         window instead of w.
3784 2005-05-22  Andreas Schwab  <schwab@suse.de>
3786         * process.c (send_process): Move misplaced volatile.
3788 2005-05-21  Richard M. Stallman  <rms@gnu.org>
3790         * xdisp.c (display_mode_element): If we're processing a list and
3791         padding is specified, put it after the last element.
3793 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3795         * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
3796         "superroot" on DOS_NT systems.
3798 2005-05-21  David Hunter  <hunterd42@comcast.net>  (tiny change)
3800         * process.c (send_process): Restore the SIGPIPE handler if we
3801         catch a SIGPIPE.
3803 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
3805         * image.c (lookup_image, png_read_from_memory): Remove hacks (and
3806         misleading comments).
3807         (DEF_IMGLIB_FN): Use C calling convention for image libraries.
3809 2005-05-20  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
3811         * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
3812         Correct the right value.
3814 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3816         * keyboard.c (syms_of_keyboard): Remove Lisp variables
3817         post-command-idle-hook and post-command-idle-delay.
3818         (command_loop_1): Don't try to execute post-command-idle-hook.
3820 2005-05-16  Kim F. Storm  <storm@cua.dk>
3822         * xdisp.c (handle_display_prop): Handle empty replacement.
3823         (handle_single_display_spec): Return -1 for empty replacement.
3825         * keyboard.c (adjust_point_for_property): Skip empty overlay string.
3827         * .gdbinit (pitx): Print more info about iterator.
3829 2005-05-16  Andreas Schwab  <schwab@suse.de>
3831         * unexmacosx.c (unexec_realloc): Move declarations before statements.
3833 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3835         * xdisp.c (message3): Call cancel_echoing.
3837         * alloc.c (Fmemory_full_p): New function.
3838         (syms_of_alloc): defsubr it.
3840         * process.c (send_process_trap): Unblock SIGPIPE.
3841         (send_process): Reset SIGPIPE handler before reporting error.
3843 2005-05-14  Nick Roberts  <nickrob@snap.net.nz>
3845         * emacs.c (syms_of_emacs): Fix doc string for system-type.
3847 2005-05-13  Richard M. Stallman  <rms@gnu.org>
3849         * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
3850         (Finsert_file_contents): If we read 0 bytes from a special file,
3851         unlock the visited file if we locked it.
3852         (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
3853         (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
3855 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3857         * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
3859         * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
3860         Regard toolkit scroll bar thumb drag events as squeezable and prevent
3861         redisplay from being paused by them.
3863         * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
3864         [!MAC_OSX] (target_ticks): Remove variable.
3865         [!MAC_OSX] (check_alarm, pause, index): Remove functions.
3866         [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
3867         [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
3868         event occurs before timeout, behave as if the function were interrupted.
3869         [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
3870         handling using Time Manager routines.
3871         [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
3872         New variables.
3873         [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
3874         (setitimer): New functions.
3876         * macfns.c, macmenu.c: Don't include signal.h.
3878         * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
3879         Rename from get_control_part_bound.  All callers changed.
3880         (x_scroll_bar_clear): New function.
3881         (x_clear_frame): Use it.
3882         (XTset_vertical_scroll_bar): Don't call Draw1Control.
3883         (x_scroll_bar_handle_click): Change type of second argument from
3884         int to ControlPartCode.
3885         (check_alarm): Remove declaration.
3886         (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
3887         (XTread_socket): Use ControlPartCode instead of SInt16.
3889 2005-05-13  Nozomu Ando  <nand@mac.com>
3891         * unexmacosx.c: Include assert.h.
3892         (MACOSX_MALLOC_MULT16): New define.
3893         [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
3894         ptr is in unexec regions by checking it is multiple of 16.
3895         (unexec_malloc_header_t): New typedef.
3896         (unexec_malloc, unexec_realloc, unexec_free): Store and use
3897         allocated size information in unexec_malloc_header.
3899 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3901         * xterm.c (noinclude): Add #undef.
3903         * image.c, xfns.c, xmenu.c: Don't include signal.h.
3905 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
3907         * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
3908         (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
3909         Doc fixes.
3911         * dired.c (Ffile_name_completion): Make argument name
3912         match its use in docstring.
3914 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
3916         * eval.c (Fdefvaralias): Remove any pre-existing
3917         variable-documentation property of the alias.
3919 2005-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
3921         * xfns.c (start_hourglass): Do nothing when running on a tty.
3923 2005-05-07  Juanma Barranquero  <lekktu@gmail.com>
3925         * fns.c (Fchar_table_range): Fix typos in docstring.
3927 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
3931 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
3933         * lread.c (Flocate_file_internal): Doc fix.
3935         * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
3937 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3939         * macselect.c (x_own_selection): Accept Lisp string as result of
3940         selection converter function.
3941         (x_clear_frame_selections): Don't call x-lost-selection-functions
3942         if Emacs is not owner of the selection.
3943         (Vmac_services_selection): Put variable and initialization in
3944         #ifdef MAC_OSX.
3945         (syms_of_macselect) [MAC_OSX]: Set default value of
3946         Vmac_services_selection to PRIMARY.
3948         * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
3949         (mac_handle_tool_bar_click): Remove unused function and declaration.
3950         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
3951         (install_scroll_bar_timer, set_scroll_bar_timer)
3952         (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
3953         (get_control_part_bound, x_scroll_bar_handle_press)
3954         (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
3955         (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
3956         [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
3957         (scroll_bar_timer_event_posted_p): New variables.
3958         [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
3959         (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
3960         (x_scroll_bar_create): Set control reference with NewControl.
3961         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
3962         Initialize track_top and track_height to nil.
3963         (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
3964         Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
3965         (XTset_vertical_scroll_bar): Don't make space between scroll bar
3966         and associated window.
3967         (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
3968         from window config.
3969         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
3970         Set track_top and track_height to nil when scroll bar size is changed.
3971         Recalculate them if they are nil.
3972         (XTread_socket) [MAC_OSX]: Use control kind to determine if the
3973         clicked control is a scroll bar.
3974         (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
3975         event handler functions.  Don't add modifiers to scroll bar click
3976         events.  Call scroll bar release handler when window is deactivated.
3977         (mac_initialize): Remove unused code for X toolkit.
3978         (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
3979         Initialize Vx_toolkit_scroll_bars to nil.
3981         * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
3982         New members track_top and track_height.
3984         * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
3985         init_process when including sys/select.h.
3987 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3989         * eval.c (Fdefvaralias): Doc fix.
3991         * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
3993 2005-05-05  Kim F. Storm  <storm@cua.dk>
3995         * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
3996         default value.
3997         (syms_of_buffer): Add default-cursor-in-non-selected-windows.
3998         Fix type of cursor-in-non-selected-windows.
4000 2005-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4002         * mac.c: #undef init_process so not to conflict with system headers.
4004 2005-05-02  Richard M. Stallman  <rms@gnu.org>
4006         * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
4008         * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
4010         * xdisp.c (Vcursor_in_non_selected_windows)
4011         (Qcursor_in_non_selected_windows): Vars deleted.
4012         (syms_of_xdisp): Don't initialize them.
4013         (get_window_cursor_type): Use cursor_in_non_selected_windows
4014         buffer slot.
4016 2005-05-02  Kim F. Storm  <storm@cua.dk>
4018         * macros.c (executing_kbd_macro_index): Rename from
4019         executing_macro_index.  All uses changed.
4020         (executing_kbd_macro_iterations): Rename from
4021         executing_macro_iterations.  All uses changed.
4022         (executing_kbd_macro): Rename from executing_macro.
4023         All uses changed.
4024         (syms_of_macros): Rename Lisp var executing-macro-index to
4025         executing-kbd-macro-index.
4027         * xdisp.c (move_it_in_display_line_to): Fix last change.
4029 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4031         * xmenu.c (Fx_popup_menu): Doc fix.
4033         * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
4035 2005-05-02  Jason Rumney  <jasonr@gnu.org>
4037         * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
4039 2005-05-02  Nozomu Ando  <nand@mac.com>
4041         * sysselect.h: Fix typo.
4043 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4045         * charset.c (Fchars_in_region): Remove as obsolete.
4047 2005-05-01  Kim F. Storm  <storm@cua.dk>
4049         * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
4050         TO_CHARPOS.  This may happen if last glyphs was an image or stretch
4051         glyph.
4053 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4055         * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
4057 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4059         * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
4060         If user cancels the menu, quit unless FOR_CLICK.
4062         * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
4063         All uses changed.
4064         (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
4065         * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
4066         * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
4067         * commands.h (Vexecuting_kbd_macro): Likewise.
4069 2005-05-01  Thien-Thi Nguyen  <ttn@gnu.org>
4071         * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
4073 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4075         * fileio.c (Ffind_file_name_handler): Handle the `operations'
4076         property of the file name handler.
4077         (Qoperations): New variable.
4078         (syms_of_fileio): Initialize and staticpro it.
4080         * xdisp.c (set_message_1): Delete xassert.
4082 2005-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4084         * mac.c: Don't include time.h.  Include sysselect.h after systime.h.
4086         * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
4088         * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
4089         before/after including Carbon.h if there is a working mktime.
4091 2005-04-28  Kim F. Storm  <storm@cua.dk>
4093         * xfaces.c (resolve_face_name): Add arg SIGNAL_P.  Calls changed.
4094         Fix cyclic alias check.  If alias loop is detected, signal
4095         circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
4097 2005-04-28  Lute Kamstra  <lute@gnu.org>
4099         * eval.c (do_autoload): Record only autoloads in the autoload
4100         property of symbols.
4102 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
4104         * emacs.c (USAGE1): Add --basic-display and --quick options.
4106 2005-04-27  Kim F. Storm  <storm@cua.dk>
4108         * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
4110 2005-04-26  Richard M. Stallman  <rms@gnu.org>
4112         * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
4113         (syms_of_window): Doc fixes.
4115         * indent.c (Fvertical_motion): Undo previous change.
4117 2005-04-26  Kenichi Handa  <handa@m17n.org>
4119         * fns.c (char_table_range): New function.
4120         (Fchar_table_range): Signal an error if characters in the range
4121         have inconsistent values.  Don't check the parent.
4123 2005-04-25  Kenichi Handa  <handa@m17n.org>
4125         * fontset.c (fontset_set): Fix previous change.
4127 2005-04-24  Richard M. Stallman  <rms@gnu.org>
4129         * indent.c (Fvertical_motion): Bind fontification-functions to nil.
4131 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
4133         * regex.c (re_search_2, re_match_2_internal): Convert second arg
4134         of RE_TRANSLATE to int, to shut up GCC warnings.
4136         * fileio.c (Fcopy_file): Doc fix.
4137         [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
4138         not needed.
4140 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4142         * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
4143         (SOME_MACHINE_OBJECTS): Likewise.
4144         (mac.o): Depend on ccl.h.
4145         (macselect.o): New target.
4147         * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
4148         Call syms_of_macselect.
4150         * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
4152         * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
4153         (QCLIPBOARD): Remove variable.
4154         (syms_of_mac): Don't initialize it.
4155         (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
4156         Remove functions.
4157         (syms_of_mac): Don't defsubr them.
4158         [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
4159         (QHFS_plus_D, QHFS_plus_C): New variables.
4160         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
4161         [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
4162         (cfstring_create_normalized): New functions.
4163         [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
4164         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4166         * macterm.c (handling_window_update, terminate_flag):
4167         Remove variables.
4168         (do_window_update, do_ae_quit_application, XTread_socket):
4169         Don't use them.
4170         (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
4171         [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
4172         (init_service_handler): Move to macselect.c.  Remove declarations.
4173         [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
4174         (Qapplication, Qabout): New variables.
4175         (syms_of_mac): Initialize them.
4176         [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
4177         (Qperform): New variables.
4178         (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
4179         (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
4180         (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
4181         (mac_store_application_menu_event, init_menu_bar): New functions.
4182         [USE_CARBON_EVENTS] (mac_handle_command_event)
4183         (init_command_handler): New functions.
4184         (mac_handle_window_event): Return noErr on window update event.
4185         (do_ae_quit_application): Call mac_store_application_menu_event.
4186         (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
4187         and init_menu_bar.
4189         * macterm.h (x_clear_frame_selections): Add extern.
4191         * macselect.c: New file for selection processing on Mac OS.
4193 2005-04-23  Richard M. Stallman  <rms@gnu.org>
4195         * fileio.c (Fcopy_file): New arg MUSTBENEW.
4196         (Frename_file): Pass new arg to Fcopy_file.
4198         * window.c (window_size_fixed): Variable deleted.
4199         (syms_of_window): Initialize window-size-fixed to nil.
4200         But don't DEFVAR window_size_fixed.
4202 2005-04-23  Andreas Schwab  <schwab@suse.de>
4204         * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
4205         (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
4206         use lib64 instead of lib.
4207         (_LP64) [_ARCH_PPC64]: Define if not defined.
4209 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
4211         * s/ms-w32.h (HAVE_PWD_H): Define.
4213 2005-04-22  Kenichi Handa  <handa@m17n.org>
4215         * fns.c (copy_sub_char_table): Explicitly copy the default value
4216         of the sub-chartable.
4218         * fontset.c (fontset_set): When a sub-chartable is created,
4219         explicitly sets the defalt value.
4221 2005-04-22  Kim F. Storm  <storm@cua.dk>
4223         * fns.c (Fplist_get): Replace by Fsafe_plist_get.
4224         (Fsafe_plist_get): Rename to Fplist_get.
4225         (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
4226         (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
4228         * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
4230         * xdisp.c (store_mode_line_string, produce_stretch_glyph)
4231         (note_mode_line_or_margin_highlight, note_mouse_highlight):
4232         Use Fplist_get instead of Fsafe_plist_get.
4234         * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
4236 2005-04-21  Miles Bader  <miles@gnu.org>
4238         * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
4240 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
4242         * sysdep.c: Remove reference to defunct vms-pwd.h.
4243         * dired.c: Likewise.  Also, for pwd.h, use HAVE_PWD_H, not !VMS.
4244         * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
4246         * config.in: Regenerate.
4248 2005-04-20  Kenichi Handa  <handa@m17n.org>
4250         * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
4251         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
4252         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
4254         * alloc.c (make_sub_char_table): Argument changed to initial
4255         value of the slots.
4257         * data.c (Faref): Handle special slots used as default values of
4258         ascii, eight-bit-control, eight-bit-control.  Don't ignore a
4259         default value set for a group of characters.
4260         (Faset): Signal an error if IDXVAL is not a valid character code.
4261         Make a sub-chartable with correct initial value.
4263         * fns.c (Fset_char_table_range): Don't set slots used as default
4264         values for ascii, eight-bit-control, eight-bit-graphic.
4265         Don't call Faref with charset-id.
4266         (Fset_char_table_default): Document how to treat normal character
4267         argument.  Handle special slots used as default values of ascii,
4268         eight-bit-control, eight-bit-control.  Make a sub chartable if
4269         necessary.
4271 2005-04-20  Kenichi Handa  <handa@m17n.org>
4273         * search.c (boyer_moore): Fix previous change.
4275 2005-04-19  Kim F. Storm  <storm@cua.dk>
4277         * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
4278         face unless last visible char and first invisible char have the
4279         same face.  Also use default face if saved_face_id is undefined.
4281 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4283         * macgui.h (MacFontStruct): Remove member `fontname'.  Add member
4284         `full_name'.
4285         [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
4286         mac_scriptcode member.
4288         * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
4289         (syms_of_mac): Don't initialize them.
4290         (Vmac_charset_info_alist): New variable.
4291         (syms_of_mac): Defvar it.
4292         (create_text_encoding_info_alist): New function.
4293         (decode_mac_font_name, mac_to_x_fontname)
4294         (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
4295         code the correspondence among XLFD charsets, Mac script codes, and
4296         Emacs coding systems.  Use Vmac_charset_info_alist and result of
4297         create_text_encoding_info_alist instead.
4298         (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
4299         routines also on Mac OS Classic.
4300         (init_font_name_table) [!TARGET_API_MAC_CARBON]:
4301         Use add_font_name_table_entry.
4302         (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
4303         specified.  Derive unspecified scalable fields from specified one.
4304         (x_list_fonts): Consider Valternate_fontname_alist.
4305         (kDefaultFontSize): Change value from 9 to 12.
4306         (XLoadQueryFont): Get decoded font family, font face, and charset
4307         from x_font_name_to_mac_font_name.  Set full name of loaded font.
4308         (mac_unload_font): Free `full_name' member.
4309         (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
4310         NULL.  Copy full_name member of struct MacFontStruct to that of
4311         struct font_info.
4313 2005-04-19  Kim F. Storm  <storm@cua.dk>
4315         * xdisp.c (handle_stop): Set saved_face_id to current face if
4316         selective_display_ellipsis_p so ellipsis will be shown in same
4317         face as preceding text.
4318         (setup_for_ellipsis): Don't set saved_face_id here.
4319         (next_element_from_display_vector): Default to saved_face_id.
4321         * fns.c (Fsafe_get): New function.
4322         (syms_of_fns): Defsubr it.
4324         * lisp.h (Fsafe_get): EXFUN it.
4326         * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
4327         loops in case of bad face property lists.  Limit number of face
4328         alias lookups to 10 (in case of face alias loops).
4330 2005-04-18  Kim F. Storm  <storm@cua.dk>
4332         * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
4333         It replaces the corresponding member from struct window, as a
4334         window may now show multiple overlay arrows.
4335         Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
4337         * dispnew.c (row_equal_p, update_window_line, scrolling_window):
4338         Compare overlay_arrow_bitmap than overlay_arrow_p members.
4340         * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
4341         rather than from window.
4342         (update_window_fringes): Compare overlay_arrow_bitmap rather than
4343         overlay_arrow_p members.
4344         (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
4345         if not default.
4347         * window.h (struct window): Remove member overlay_arrow_bitmap.
4349         * window.c (make_window): Don't initialize overlay_arrow_bitmap.
4351         * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
4352         Calls changed.  Don't check for overlay-arrow-bitmap property here.
4353         (overlay_arrow_at_row): Remove PBITMAP arg.  Instead, if left
4354         fringe is present, return Lisp integer for bitmap (or -1 for default).
4355         Fix value of overlay-arrow-bitmap property to be a symbol, use
4356         lookup_fringe_bitmap to parse it.
4357         (display_line): Change call to overlay_arrow_at_row.  Store integer
4358         return value as overlay bitmap in row rather than window.
4359         Only show overlay arrow if row displays text, or if no other overlay
4360         arrow is seen in window (if overlay marker is at point-max).
4362 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
4364         * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
4366 2005-04-18  Lute Kamstra  <lute@gnu.org>
4368         * lread.c (Vloads_in_progress): Static.
4369         * fns.c (Vloads_in_progress): Remove extern.
4370         (load_in_progress): Add extern.
4371         (Frequire): Use load_in_progress instead of Vloads_in_progress.
4373 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
4375         * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
4377 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4379         * macterm.c (XTread_socket): Don't beep on keyboard input even if
4380         no frame is visible.
4382 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4384         * term.c (struct keys): Add support for shifted keys.
4386 2005-04-16  Richard M. Stallman  <rms@gnu.org>
4388         * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
4389         (set_message): Call with_echo_area_buffer with WHICH = 0.
4390         (set_message_1): Erase the echo area buffer first thing.
4391         (echo_area_display): Don't clear echo_message_buffer.
4393 2005-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4395         * Makefile.in (mac.o): Depend on charset.h and coding.h.
4397         * mac.c: Include charset.h and coding.h.
4398         [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
4399         [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
4400         [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
4402         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4404         * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
4406         * macterm.c (x_autoselect_window_p): Remove variable.
4407         (last_window): New variable.
4408         (XTreassert_line_highlight, x_change_line_highlight):
4409         Remove declarations.
4410         (mac_focus_changed, x_detect_focus_change): New functions and
4411         declarations.
4412         (XTextExtents16, front_emacs_window): Remove function.
4413         (mac_focus_frame): New function.
4414         (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
4415         (mac_check_for_quit_char): Use it instead of front_emacs_window.
4416         (x_scroll_bar_report_motion): Obtain window from control owner.
4417         (x_make_frame_invisible): Set window manager size hint.
4418         (do_mouse_moved): Remove function.
4419         (XTread_socket): Move its contents here.  Generate select-window
4420         event on mouse movement if needed.  Use x_detect_focus_change on
4421         activate/deactivate events.  Don't deiconify frame or invalidate
4422         window rectangle when dnd items are dropped.
4423         Don't activate/deactivate root control.
4424         (frame_highlight, frame_unhighlight): Activate/deactivate root
4425         control here.
4426         (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
4428         * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
4429         New extern.
4431 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
4433         * Makefile.in: Define new macro TOOLTIP_SUPPORT.
4434         (lisp): Use it.
4435         (SOME_MACHINE_LISP): Add tooltip.
4437 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4439         * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
4440         Don't include TextEncodingConverter.h.
4441         (mac_system_script_code, Vmac_system_locale): New variables.
4442         (syms_of_mac): Defvar them.
4443         (mac_get_system_locale): New function.
4445         * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
4446         Use ENCODE_SYSTEM to encode title bar string.
4447         (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
4448         (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
4449         Use CFStringGetSystemEncoding to get system default string encoding.
4451         * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
4452         TextEncodingConverter.h.
4454 2005-04-13  Steven Tamm  <steventamm@mac.com>
4456         * macterm.c (syms_of_macterm): Remove redundant definition of
4457         mac-pass-control-to-system.
4459 2005-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * window.c (Fset_window_configuration): Be careful when you choose
4462         among several possible points for the new_current_buffer.
4464 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4466         * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
4467         poll_for_input_1.  Set interrupt_input_pending to 1 instead.
4468         (Qlanguage_change) [MAC_OS]: New variable.
4469         (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
4470         (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
4472         * macterm.c (mac_keyboard_text_encoding)
4473         (current_mac_keyboard_text_encoding): Remove variables.
4474         (XTread_socket): Store language-change event if keyboard script change
4475         is detected.  Don't convert input to `mac_keyboard_text_encoding'.
4476         (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
4478         * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
4480 2005-04-10  Richard M. Stallman  <rms@gnu.org>
4482         * emacs.c (standard_args): Rename --bare-bones to --quick.
4483         Add -D aka --basic-display.
4485         * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
4487 2005-04-09  Richard M. Stallman  <rms@gnu.org>
4489         * keymap.c (where_is_internal): Convert a string used as event type
4490         into "(any string)".
4492         * lread.c (Vloads_in_progress): Not static.
4493         * fns.c (Vloads_in_progress): Add extern.
4494         (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
4496 2005-04-09  Thien-Thi Nguyen  <ttn@surf.glug.org>
4498         * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
4500 2005-04-09  Lute Kamstra  <lute@gnu.org>
4502         * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
4503         within the accessible part of the buffer.
4505 2005-04-09  Kim F. Storm  <storm@cua.dk>
4507         * lread.c (readevalloop): Add args START and END as region in
4508         current buffer to read.  Callers changed.
4509         When specified, narrow to this region only when reading,
4510         not during eval.  Track next point to read from during eval.
4511         Also restore point to "real" buffer position before eval.
4512         (Feval_region): Don't save excursion and restriction here, and
4513         don't narrow to region.  Just pass region to readevalloop.
4514         Note: Point is now preserved even when PRINTFLAG is nil.
4516 2005-04-08  Kim F. Storm  <storm@cua.dk>
4518         * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
4520 2005-04-06  Kim F. Storm  <storm@cua.dk>
4522         * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
4524 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4526         * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
4527         (Fmac_get_preference): Doc fix.
4529         * macfns.c (Fx_create_frame, x_create_tip_frame):
4530         Add "fontset-mac" to fallback font/fontsets.
4532 2005-04-04  Kim F. Storm  <storm@cua.dk>
4534         * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
4536         * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
4537         Call it again after autoload.
4539 2005-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4541         * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
4542         mallopt.
4544         * ralloc.c (r_alloc_init): Ditto.
4546 2005-04-01  Kenichi Handa  <handa@m17n.org>
4548         * lisp.h (Vascii_upcase_table, Vascii_canon_table)
4549         (Vascii_eqv_table): Extern them.
4551         * casetab.c (set_case_table): If standard is nonzero, setup
4552         Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
4554         * search.c (looking_at_1): Use current_buffer->case_canon_table,
4555         not DOWNCASE_TABLE.
4556         (string_match_1): Likewise.
4557         (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
4558         Vascii_downcase_table.
4559         (fast_string_match_ignore_case): Likewise.
4560         (search_buffer): Fix checking of boyer-moore usability.
4561         (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
4562         No need of tranlating characters in PAT.  Fix calculation of
4563         simple_translate.
4565 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
4568         (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
4569         Use XtNtopShadowPixel and XtNbottomShadowPixel.
4570         (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
4571         really work and that breaks with some versions of Xaw3d.
4573 2005-03-31  Kenichi Handa  <handa@m17n.org>
4575         * coding.c (syms_of_coding): Fix previous change.
4577 2005-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4579         * fileio.c (search_embedded_absfilename): Fix last change.
4581 2005-03-25  Kenichi Handa  <handa@m17n.org>
4583         * coding.c (syms_of_coding): Suggest to use set-coding-category in
4584         the docstring of coding-category-list.
4586 2005-03-31  Kim F. Storm  <storm@cua.dk>
4588         * keyboard.c (Qmouse_fixup_help_message): New var.
4589         (syms_of_keyboard): Intern and staticpro it.
4590         (show_help_echo): Apply mouse-fixup-help-message to help string.
4592 2005-03-30  Kim F. Storm  <storm@cua.dk>
4594         * xdisp.c (display_line): Allow multiple overlay arrows in window.
4596 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4598         * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
4599         (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
4600         (Ffile_name_absolute_p): Use it.
4601         (search_embedded_absfilename): New fun, extracted from
4602         Fsubstitute_in_file_name.  Use file_name_absolute_p.
4603         Free the pw data after use.
4604         (Fsubstitute_in_file_name): Use it.
4605         After cutting a prefix, re-check file-name-handler.
4607 2005-03-26  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4609         * w32term.h (x_output): Add focus_state.
4611         * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
4612         (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
4614 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
4617         Use Fexit_minibuffer.
4618         (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
4620 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4622         * dired.c (Ffile_attributes): Add a missing gcpro.
4624         * alloc.c (make_number): The arg can be bigger than `int'.
4625         * lisp.h (make_number): Make prototype more precise.
4627         * process.c, dired.c (Vfile_name_coding_system)
4628         (Vdefault_file_name_coding_system):
4629         * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
4630         (Vdefault_file_name_coding_system): Remove unused declarations.
4632 2005-03-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4634         * xmenu.c (create_and_show_popup_menu): Just remove menu and return
4635         if it failed to pop up (Gnome "show pointer on ctrl" option makes
4636         menus fail to pop up).
4638 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
4641         Just prepend a backslash without replacing the NBSP by an SPC.
4643 2005-03-22  Kim F. Storm  <storm@cua.dk>
4645         * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
4646         * dispextern.h (lookup_derived_face): Fix prototype.
4647         * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
4649         * xdisp.c (handle_single_display_spec): Derive left-fringe and
4650         right-fringe face from fringe face.
4652         * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
4653         Derive face from fringe face.
4655 2005-03-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4657         * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
4659 2005-03-22  David Kastrup  <dak@gnu.org>
4661         * textprop.c (Fnext_char_property_change)
4662         (Fprevious_char_property_change): Allow marker as limit.
4663         (Fnext_single_char_property_change)
4664         (Fprevious_single_char_property_change): Check that limit is a
4665         number in strings.
4666         (Fnext_single_char_property_change): Coerce position to integer.
4667         (Fprevious_single_char_property_change): Same here.
4669 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
4671         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
4673 2005-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4675         * frame.c (Fignore_event): Remove.
4676         (syms_of_frame): Don't defsubr it.
4678         * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
4679         redundant `ignore-event'.
4681 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4683         * unexec.c (write_segment, unexec): Move these functions to avoid
4684         forward references (which cause errors with "gcc -gcoff").
4686 2005-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4688         * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
4689         that it doesn't become "tooltip".  The specbind is enough.
4691         * xrdb.c (x_load_resources): Use different char *helv when I18N
4692         is present.
4694 2005-03-17  Kenichi Handa  <handa@m17n.org>
4696         * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
4698 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4700         * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
4701         Use xic_create_fontsetname even for non-Motif menus.
4702         Don't forget to free the fontsetname.
4704         * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
4706 2005-03-17  Richard M. Stallman  <rms@gnu.org>
4708         * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
4710         * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
4711         (Fmake_symbolic_link): Use G to read the new file name.
4713         * callint.c (Finteractive): Document G option.
4714         (Fcall_interactively): Implement G option.
4716         * buffer.c (buffer_lisp_local_variables): New function,
4717         broken out from Fbuffer_local_variables.
4718         (clone_per_buffer_values): Use buffer_lisp_local_variables.
4720 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4722         * xfns.c (xic_create_fontsetname): Add `motif' argument.
4723         Always return a freshly allocated string.
4724         (xic_create_xfontset): Adjust call.
4726         * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
4727         Use xic_create_fontsetname to create a fontset so utf-8 locales work.
4728         (dump_realized_face): Fix warning.
4730         * emacs.c (Fkill_emacs): YAILOM.
4732         * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
4734 2005-03-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4736         * mac.c (HASHKEY_TERMINAL): Remove.
4737         (HASHKEY_MAX_NID): New macro.
4738         (xrm_q_get_resource_1): Rename from xrm_q_get_resource.  Add extra
4739         argument.
4740         (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
4741         (xrm_create_database, xrm_q_put_resource)
4742         (xrm_merge_string_database, xrm_q_get_resource_1)
4743         (xrm_q_get_resource): Change resource database representation so
4744         that it may not use multiple hash tables for a single database.
4745         [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
4747 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4749         * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
4751         * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
4752         locale-coding-system, as was already done for WINDOWSNT.
4754         * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
4755         translation for chars in the 0-255 range.
4757 2005-03-16  Lute Kamstra  <lute@gnu.org>
4759         * floatfns.c (Ffloor): Doc fix.
4761 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4763         * mac.c: Include macterm.h instead of directly including Carbon.h.
4764         [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
4765         (Qarray, Qdictionary): New variables.
4766         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
4767         [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
4768         [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
4769         [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
4770         in callback for CFDictionaryApplyFunction.
4771         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
4772         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
4773         (cfobject_desc_to_lisp, cfdictionary_add_to_list)
4774         (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
4775         [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
4776         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4777         (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
4778         (skip_white_space, parse_comment, parse_include_file)
4779         (parse_binding, parse_component, parse_resource_name, parse_value)
4780         (parse_resource_line, xrm_create_database, xrm_q_put_resource)
4781         (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
4782         (xrm_cfproperty_list_to_value, xrm_get_preference_database):
4783         New functions.
4785         * macfns.c (mac_get_rdb_resource): Remove function.
4786         (x_get_string_resource): Use xrm_get_resource.
4788         * macgui.h (XrmDatabase): Typedef to Lisp_Object.
4790         * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
4791         name_list_element.
4792         (mac_make_rdb): Create resource database from preferences and
4793         argument string.
4794         (mac_term_init): Save resource database to cddr part of
4795         name_list_element.
4797         * macterm.h (xrm_merge_string_database, xrm_get_resource)
4798         (xrm_get_preference_database): Add externs.
4799         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
4800         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
4801         (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
4803         * process.c (init_process): Change `#ifdef DARWIN' to `#if
4804         defined (DARWIN) || defined (MAC_OSX)'
4806         * s/darwin.h (DARWIN): Don't define.
4808 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4810         * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
4811         Remove unused variables.
4812         (syms_of_macfns): Don't initialize them.  Likewise for
4813         Qface_set_after_frame_default.  Defvar and initialize
4814         Vx_window_horizontal_drag_shape.
4815         (x_set_mouse_color): Change mouse pointer shape.
4816         (mac_window) [!MAC_OSX]: Create root control.
4817         (Fx_create_frame): Remove initializations of mouse pointer shapes.
4818         (hourglass_started): New function (from xfns.c).
4819         (start_hourglass, cancel_hourglass): Put function body in #ifdef
4820         MAC_OSX.
4821         (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
4822         indicator for each non-tooltip frame if needed, and show it.
4823         (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
4825         * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
4826         Controls.h.  Use ThemeCursor instead of CursHandle.
4828         * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
4829         Remove functions and declarations.
4830         (mac_set_colors): Take argument for saving background color.
4831         All callers changed.
4832         (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
4833         (mac_draw_rectangle, mac_draw_string_common): Save and Restore
4834         background color.
4835         (x_update_end, mac_do_track_drag): Don't reset background color.
4836         (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
4837         Use SetThemeCursor.
4838         (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
4839         indicator control to the upper-right corner of the window.
4840         (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
4841         (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
4842         (do_window_update): Update controls after updating content area.
4843         (mac_handle_window_event): Remove unused extern.
4844         (XTread_socket): Check both control handle and control part code
4845         to determine whether a scroll bar is clicked.  Activate/deactivate
4846         root control instead of contained scroll bar controls.
4847         (make_mac_terminal_frame): Use ThemeCursor constants.
4849         * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
4850         New member hourglass_control.
4851         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
4852         (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
4854 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4856         * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
4857         coincides with that in Apple X11 except `clear', `enter' on
4858         laptops, and fn + `enter' on laptops.
4860 2005-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4862         * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
4863         (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
4864         (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
4866         * xfns.c (xic_defaut_fontset): New constant.
4867         (xic_create_fontsetname): New function.
4868         Extracted from create_frame_xic.  Try to generate a slightly
4869         better fontset.
4870         (xic_create_xfontset): Use it.
4871         (create_frame_xic): Simplify.
4873 2005-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * fileio.c (Fmake_symbolic_link): Fix last change.
4877 2005-03-11  Richard M. Stallman  <rms@gnu.org>
4879         * fileio.c (Frename_file, Fadd_name_to_file)
4880         (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
4881         expand the basename of FILE relative to it.
4883 2005-03-11  Kenichi Handa  <handa@m17n.org>
4885         * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
4886         before calling setup_coding_system so that autoloading of a coding
4887         system work.
4889 2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4891         * xfns.c (hourglass_started): New function.
4893         * dispextern.h: Declare hourglass_started.
4895         * keyboard.c (Fexecute_extended_command): Restart hourglass
4896         after call to Fcompleting_read if already started.
4898         * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
4899         GTK main loop is entered in xterm.c, thus doing the redraw.
4901 2005-03-10  Kim F. Storm  <storm@cua.dk>
4903         * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
4905 2005-03-08  Kenichi Handa  <handa@m17n.org>
4907         * frame.c (x_set_font): Call set_default_ascii_font if an
4908         available font is found.
4910         * fontset.c (set_default_ascii_font): New function.
4911         (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
4913         * fontset.h (set_default_ascii_font): Extern it.
4915 2005-03-07  Kim F. Storm  <storm@cua.dk>
4917         * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
4918         (clear_image_cache_count): New var.
4919         (redisplay_internal): Don't clear face and image caches in the
4920         middle of redisplay; do it afterwards.
4922         * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
4924         * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
4925         is valid.  If not, clear phys_cursor_on_p and return.
4927 2005-03-07  Andreas Schwab  <schwab@suse.de>
4929         * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
4931 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4933         * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
4935         * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
4936         (Feval, Ffuncall): Use CHECK_CONS_LIST.
4938         * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
4940         * blockinput.h (UNBLOCK_INPUT_TO): New macro.
4941         (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
4943 2005-03-05  Juri Linkov  <juri@jurta.org>
4945         * emacs.c (USAGE1): Replace Info node name "command arguments"
4946         with "emacs invocation".
4947         (USAGE3): Fix usage of `--color=MODE' which actually doesn't
4948         allow arguments `--color' and `MODE' to be separated by space.
4949         Add --no-blinking-cursor, -nbc.
4950         (standard_args): Add -nbc, --no-blinking-cursor.
4952 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
4954         * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
4955         * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
4956         * fileio.c (Fexpand_file_name) [VMS]:
4957         Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
4958         * doc.c (munge_doc_file_name) [VMS]: Likewise.
4959         (Fsnarf_documentation): Call munge_doc_file_name.
4961 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
4963         * s/vms.h (FILE_SYSTEM_CASE): New macro.
4964         * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
4965         "manually"; this is now handled generally via FILE_SYSTEM_CASE.
4967 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4969         * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
4970         defined (MAC_OSX) && defined (HAVE_CARBON)'.
4972         * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
4974         * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
4975         [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
4976         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
4977         (mac_clear_font_name_table): Move extern to macterm.h.
4979         * macfns.c (install_window_handler): Move extern to macterm.h.
4980         (Fx_file_dialog): Check STRINGP (default_filename) to see it is
4981         valid.  Don't check !NILP (dir) because it is already checked with
4982         CHECK_STRING.
4983         (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
4984         specifying the default location and obtaining the selected filename.
4986         * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
4988         * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
4989         are included via Carbon.h.
4991         * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
4992         Define USE_CARBON_EVENTS to 1.
4993         (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
4994         (x_free_frame_resources): Call remove_window_handler for
4995         non-tooltip windows.
4996         [TARGET_API_MAC_CARBON]: Don't include headers that are included
4997         via Carbon.h.
4998         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
4999         (mac_do_receive_dragUPP): New variables.
5000         (mac_handle_service_event, init_service_handler): Put declarations
5001         and definitions in #ifdef MAC_OSX.
5002         (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
5003         drag-and-drop handler functions and register them.
5004         (remove_window_handler): New function.
5005         (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
5006         Use fsspec_to_posix_pathname.
5007         (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
5008         (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
5009         [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
5010         Set default cursors.
5011         (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
5012         init_service_handler or init_quit_char_handler.
5013         (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
5015         * macterm.h (install_window_handler, remove_window_handler)
5016         (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
5017         (mac_clear_font_name_table): New externs.
5019 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
5021         * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
5022         (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
5023         (Fexpand_file_name): Likewise.
5025 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
5027         * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
5028         no longer special-case VMS.  Add bogus return value.
5030 2005-03-02  Kim F. Storm  <storm@cua.dk>
5032         * dispextern.h (XASSERTS): Define to 0 if not already defined.
5033         (xassert) [!XASSERTS]: Define dummy version.
5035 2005-03-02  Kim F. Storm  <storm@cua.dk>
5037         * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
5038         Reported by David Kastrup.
5040 2005-03-01  Ehud Karni  <ehud@unix.mvs.co.il>
5042         * xdisp.c (get_next_display_element): Fix control and escape
5043         glyph from display vector.
5045 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5047         * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
5049 2005-02-27  Richard M. Stallman  <rms@gnu.org>
5051         * xdisp.c (fast_find_position): Rename END to BEG.
5052         (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
5054 2005-02-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5056         * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
5057         gtk_window_resize and x_wm_set_size_hint.
5059 2005-02-25  Kim F. Storm  <storm@cua.dk>
5061         * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
5063         * xdisp.c (init_from_display_pos): Don't read past end of
5064         it->overlay_strings array.
5066 2005-02-25  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5068         * buffer.c (syms_of_buffer): Fix typo.
5070 2005-02-23  Lute Kamstra  <lute@gnu.org>
5072         * buffer.c (Foverlay_buffer): Doc fix.
5074 2005-02-22  Kim F. Storm  <storm@cua.dk>
5076         * minibuf.c (Ftry_completion, Fall_completions): Allow both string
5077         and symbol keys in alists and hash tables.
5079         * xdisp.c (fast_find_position): Fix search for start of overlay.
5081 2005-02-21  Kim F. Storm  <storm@cua.dk>
5083         * window.c (window_scroll_pixel_based): When scrolling backwards,
5084         handle partial visible line at end of window even when we hit PT.
5086 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5088         * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
5090 2005-02-21  Kim F. Storm  <storm@cua.dk>
5092         * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
5093         I think those asserts are bogus if buffer contains invisible text
5094         or images.
5096 2005-02-21  David Kastrup  <dak@gnu.org>
5098         * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
5100 2005-02-20  Kim F. Storm  <storm@cua.dk>
5102         * xdisp.c (pos_visible_p): Be sure to move to the specified
5103         position.  Always get the full ascent / descent of the
5104         corresponding row, to return reliable rtop and rbot values.
5105         (back_to_previous_visible_line_start): Fix 2005-01-18 change.
5106         Must look one character back, as back_to_previous_line_start
5107         returns position after the newline.
5108         (move_it_vertically_backward): Fix heuristic for when to move further
5109         back in case line_height * 2/3 is larger than window height.
5110         (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
5111         as it does not do anything anymore.  Add arg current_matrix_p to
5112         use current matrix rather than desired matrix when set.
5113         (try_cursor_movement): Don't scroll to make cursor row fully
5114         visible if cursor didn't move.  This avoids unexpected recentering
5115         in case of blinking cursor or accepting process output.
5116         Use current matrix to check cursor row visibility.
5117         (redisplay_window): Fix whether to recenter or move to top in case
5118         cursor line is taller than window height.
5119         (find_first_unchanged_at_end_row): Stop search if we reach a row
5120         which not enabled (instead of abort).
5122 2005-02-18  Kim F. Storm  <storm@cua.dk>
5124         * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
5125         to be nil in a :box attribute value list; customize prints that
5126         as lisp value when no box color is specified.
5128         * .gdbinit (pitx, pit): Pretty print display iterator.
5129         (prowx, prow): Pretty print glyph row.
5130         (pcursorx, pcursor): Pretty print a window cursor.
5131         (pwinx, pwin): Pretty print struct window.
5133 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5135         * alloc.c (BLOCK_BYTES): Harmless typo.
5137 2005-02-17  Andreas Schwab  <schwab@suse.de>
5139         * xfns.c (hack_wm_protocols): Use correct type for last parameter
5140         of XGetWindowProperty to avoid aliasing issues.
5141         (Fx_window_property): Likewise.
5143         * xselect.c (Fx_disown_selection_internal): Use union of struct
5144         input_event and struct selection_input_event to avoid aliasing issues.
5146         * xterm.c (handle_one_xevent): Use union of struct input_event and
5147         struct selection_input_event to avoid aliasing issues.
5148         (SET_SAVED_MENU_EVENT): Adapt reference to inev.
5150 2005-02-17  Kim F. Storm  <storm@cua.dk>
5152         * dispextern.h (enum it_method): New enum.
5153         (GET_FROM_*): Its members.
5154         (struct it): Change member method from function pointer to enum.
5156         * xdisp.c (check_it, init_from_display_pos, handle_stop)
5157         (setup_for_ellipsis, handle_single_display_spec)
5158         (handle_composition_prop, next_overlay_string)
5159         (get_overlay_strings, reseat_1, reseat_to_string)
5160         (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
5161         (in_display_vector_p, display_line, get_next_display_element):
5162         Change it->method from function pointer to enum.
5163         (get_next_element): New array to map it->method to function.
5164         (get_next_display_element): Use it.
5165         (set_iterator_to_next): Use switch instead of if/else chain.
5167 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
5169         * w32select.c: Summary: Thorough rework to implement Unicode
5170         clipboard operations and delayed rendering.
5172         Drop last_clipboard_text and related code, keep track of
5173         ownership via clipboard_owner instead.  Drop old #if0 sections.
5175         (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
5176         (clipboard_owner, modifying_clipboard, cfg_coding_system)
5177         (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
5178         (current_coding_system, current_requires_encoding)
5179         (current_num_nls, current_clipboard_type, current_lcid):
5180         New static variables.
5182         (convert_to_handle_as_ascii, convert_to_handle_as_coded)
5183         (render, render_all, run_protected, lisp_error_handler)
5184         (owner_callback, create_owner, setup_config)
5185         (enum_locale_callback, cp_from_locale, coding_from_cp):
5186         New local functions.
5188         (term_w32select, globals_of_w32select): New global functions.
5190         (Fw32_set_clipboard_data): Ignore parameter FRAME, use
5191         clipboard_owner instead.  Use delayed rendering and provide
5192         all text formats.  Provide CF_LOCALE if necessary.
5194         (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
5195         CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
5196         available.  Force DOS line-ends for decoding.
5198         (Fx_selection_exists_p): Handle CF_UNICODETEXT.
5200         (syms_of_w32select): Init and register new variables.
5202         * w32.h: Add prototypes for globals_of_w32select and
5203         term_w32select.  Make the neighboring K&R declarations into
5204         prototypes, too.
5206         * emacs.c: Include w32.h to get function prototypes.
5207         (main): Call globals_of_w32select.
5209         * w32.c (term_ntproc): Call term_w32select.
5211         * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
5213 2005-02-16  Kim F. Storm  <storm@cua.dk>
5215         * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
5216         at end of display vector.
5218 2005-02-15  Richard M. Stallman  <rms@gnu.org>
5220         * xdisp.c (get_next_display_element): Fix escape-glyph criterion
5221         for mode and header lines.
5223         * lread.c (syms_of_lread) <user-init-file>: Doc fix.
5225         * keymap.h (describe_map_tree): Change decl.
5227         * keyboard.c (command_loop_1): Always use safe_run_hooks
5228         to run Qdeferred_action_function.
5230         * keymap.c (describe_map_tree): New arg MENTION_SHADOW.  Calls changed.
5231         (describe_map, describe_vector): Likewise.  When it's 1,
5232         don't omit shadowed bindings, instead mark them as shadowed.
5234         * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
5235         for describe_map_tree.  Pass 1 for MENTION_SHADOW.
5237         * data.c (Fsetq_default): Allow no arg case.
5239 2005-02-14  Kenichi Handa  <handa@m17n.org>
5241         * coding.c (encode_coding_string): Always return a unibyte string.
5242         If NOCOPY is nonzero and there's no need of encoding, make STR
5243         unibyte directly.
5245         * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
5246         multibyte string, signal an error instead of aborting.
5248 2005-02-12  Dan Nicolaescu  <dann@ics.uci.edu>
5250         * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
5252 2005-02-12  Kim F. Storm  <storm@cua.dk>
5254         * xdisp.c (expose_window): Don't fix overlaps for mode lines.
5256 2005-02-10  Kim F. Storm  <storm@cua.dk>
5258         * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
5259         if it moves outside window or it doesn't display text.
5261 2005-02-09  Kim F. Storm  <storm@cua.dk>
5263         * undo.c (Fprimitive_undo): Check that undo function does not
5264         switch buffer.
5266 2005-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5268         * xselect.c (selection_data_to_lisp_data): For the special case
5269         type == XA_ATOM, data contains array of int, not array of Atom.
5270         (x_property_data_to_lisp, selection_data_to_lisp_data):
5271         Comment update: data must be array of int for format == 32.
5273 2005-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5275         * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
5277 2005-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5279         * xfns.c (Fx_change_window_property): Use long array when format is 32.
5280         (Fx_window_property): If format is 32 and long is bigger than 32 bits,
5281         convert long array returned from XGetWindowProperty to an int array.
5282         (x_set_tool_bar_lines): Check that width and height is greater than
5283         zero before clearing area.
5285         * xselect.c (x_reply_selection_request): Pass long array to
5286         XChangeProperty so that 64 bit longs are handeled correctly.
5287         (x_get_window_property): If format is 32 and long is bigger than 32
5288         bits convert data from XGetWindowProperty from long array to int array.
5289         (lisp_data_to_selection_data): When the input is a vector and the
5290         format is 32, allocate a long array even if long is bigger than 32 bits.
5291         (x_fill_property_data): Use char, short and long as the man page
5292         for XChangeProperty specifies.  This way the data returned is OK for
5293         both 32 and 64 bit machines.
5294         (x_handle_dnd_message): Calculate size correctly even for 64 bit
5295         machines.
5296         (Fx_send_client_event): Undo change from 2005-02-05,
5297         x_fill_property_data now handles that case.
5299         * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
5300         reason for the approach in the code.
5302 2005-02-07  Kim F. Storm  <storm@cua.dk>
5304         * undo.c (Fprimitive_undo): Record max one dummmy apply element.
5306 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5308         * eval.c (Frun_hook_with_args)
5309         (Frun_hook_with_args_until_success)
5310         (Frun_hook_with_args_until_failure): Doc fixes.
5312 2005-02-05  Andreas Schwab  <schwab@suse.de>
5314         * sysdep.c (sys_subshell): Properly terminate execlp argument list.
5316 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5318         * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
5319         the longs in a XClientMessageEvent correctly when long is 64 bits.
5321 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5323         * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
5324         instead of HAVE_X_WINDOWS, for non-X windowed sessions.
5326 2005-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5328         * xmenu.c (menubar_selection_callback): Force out GTK buffered
5329         events so the menu event comes after them.  This is to prevent sit-for
5330         from exiting on buffered events directly after a menu selection,
5331         lisp code for Help => About Emacs uses sit-for.
5333         * gtkutil.c (create_menus): Connect selection-done event instead of
5334         the deactivate event to deactivate_cb.  This will make the last
5335         leave event come before the call to deactivate_cb, so the leave
5336         event does not make sit-for exit after a menu selection.
5338 2005-02-03  Kim F. Storm  <storm@cua.dk>
5340         * dispnew.c (build_frame_matrix_from_leaf_window)
5341          [!GLYPH_DEBUG]: Fix xassert.
5343         * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
5345         * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5347 2005-02-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5349         * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
5350         the compiling OS version.
5352         * macfns.c (x_create_tip_frame): Likewise.
5354         * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
5356 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5358         * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
5360         * xdisp.c (echo_area_display): Clear echo_message_buffer.
5362         * buffer.c (Fbury_buffer): Doc fix.
5364 2005-02-02  Steven Tamm  <steventamm@mac.com>
5366         * macfns.c (unwind_create_frame): Fix compile error due to
5367         xassert being uncondition, but predicate is.
5368         * dispnew.c (update_window): Fix compile error due to
5369         xassert being uncondition, but predicate is.
5371 2005-02-02  Miles Bader  <miles@gnu.org>
5373         * dispextern.h (xassert): Enable unconditionally.
5375 2005-02-02  Kim F. Storm  <storm@cua.dk>
5377         * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
5379 2005-02-02  Kenichi Handa  <handa@m17n.org>
5381         * casefiddle.c (casify_object): Enable changing characters of
5382         different byte length.
5383         (casify_region): Fix loop condition, args to replace_range_2, and
5384         update opoint_byte.
5386         * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
5388 2005-02-01  Kim F. Storm  <storm@cua.dk>
5390         * xdisp.c (back_to_previous_visible_line_start): Reset iterator
5391         stack before calling handle_display_prop.
5393 2005-01-31  Kim F. Storm  <storm@cua.dk>
5395         * undo.c (Qapply): New lisp var.
5396         (syms_of_undo): Intern and staticpro it.
5397         (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
5398         (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
5400         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
5402 2005-01-30  Jesper Harder  <harder@phys.au.dk>
5404         * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
5405         <mac-emulate-three-button-mouse>: Fix docstring indentation.
5407 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
5409         * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
5410         Increase value to 3 Meg.
5412 2005-01-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5414         * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
5415         button events are not received otherwise.
5417 2005-01-29  Richard M. Stallman  <rms@gnu.org>
5419         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
5421         * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
5423 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * keymap.c (access_keymap): YAILOM.
5427 2005-01-27  Kim F. Storm  <storm@cua.dk>
5429         * xdisp.c (get_phys_cursor_geometry): New function to calculate
5430         phys cursor position and size for hollow cursor.  Position is
5431         aligned with get_glyph_string_clip_rect and ensures that a hollow
5432         cursor is shown, even when the actual glyph is not visible.
5434         * dispextern.h (get_phys_cursor_geometry): Add prototype.
5436         * xterm.c (x_clip_to_row): Ensure y >= 0.
5437         (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5439         * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5441         * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5443 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * xterm.c (x_error_quitter): Add a prototype.  Make it static again.
5447 2005-01-27  Kim F. Storm  <storm@cua.dk>
5449         * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
5450         glyph, even when row is only partially visible and actual cursor
5451         position is not visible.
5453 2005-01-24  Richard M. Stallman  <rms@gnu.org>
5455         * xterm.c (x_error_quitter): No longer static, and moved after
5456         x_error_handler.
5458 2005-01-24  Kim F. Storm  <storm@cua.dk>
5460         * xdisp.c (move_it_by_lines): If we move forward after going too
5461         far back, cancel move if end position is same as start position.
5463 2005-01-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5465         * dispextern.h (struct glyph_string): New members clip_head and
5466         clip_tail.
5468         * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
5469         region to the area between clip_head and clip_tail.
5470         (draw_glyphs): Record the area that need to be actually redrawn to
5471         the new variables clip_head and clip_tail when there are
5472         overhangs.  Set values of these variables to the corresponding
5473         members in struct glyph_string.  Refine x coordinates for
5474         notice_overwritten_cursor using clip_head and clip_tail.
5476         * macgui.h (STORE_XCHARSETSTRUCT): New macro.
5478         * macterm.c (mac_compute_glyph_string_overhangs): Implement with
5479         QDTextBounds.
5480         (x_draw_glyph_string): Don't fill the background of the successor
5481         of a glyph with a right overhang if the successor will draw a cursor.
5482         (XLoadQueryFont): Obtain font metrics using QDTextBounds.
5483         (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
5485 2005-01-24  Kim F. Storm  <storm@cua.dk>
5487         * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
5488         direction if window height was smaller than next-screen-context-lines.
5489         Now always scroll at least one line in the requested direction.
5490         Ensure that we actually do scroll backwards when requested to do so.
5492         * xdisp.c (redisplay_window): Only try to make cursor line fully
5493         visible once (to avoid redisplay loop).
5495 2005-01-23  Kim F. Storm  <storm@cua.dk>
5497         * window.c (Fpos_visible_in_window_p): Simplify return value for
5498         partially visible rows.
5499         (window_scroll_pixel_based): Adapt to that change.
5501         * window.c (window_scroll_pixel_based): Force moving to next line
5502         if scrolling doesn't move start point, e.g. if looking at tall image.
5504         * xdisp.c (pos_visible_p): Return 0 if non-interactive.
5505         Clear last_height before calling line_bottom_y to get real height.
5506         Fix calculation of y.
5508 2005-01-22  Steven Tamm  <steventamm@mac.com>
5510         * s/darwin.h: Removed PTY_ITERATION from here.
5511         (DARWIN): Define.
5513         * process.c (init_process): Default process-connection-type to
5514         nil on darwin 6 or less, t if it is 7 or higher.  This way the
5515         broken pty behavior is still allowed on darwin 6 for interactive
5516         processes for people that know what they are doing.
5518 2005-01-22  Kim F. Storm  <storm@cua.dk>
5520         * window.c (auto_window_vscroll_p): New boolean.
5521         (syms_of_window): DEFVAR_BOOL it.
5522         (Fpos_visible_in_window_p): Extend return value to include RTOP
5523         and RBOT values if FULLY is nil.
5524         (window_scroll_pixel_based): Adjust vscroll for partially visible
5525         rows if auto_window_vscroll_p is set.
5526         (Fset_window_vscroll): Do nothing if vscroll is not modified.
5528         * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
5529         to return number of partially invisible pixels at top and bottom
5530         of the dislay row at POS.
5532         * lisp.h (pos_visible_p): Fix prototype.
5534 2005-01-21  Richard M. Stallman  <rms@gnu.org>
5536         * fileio.c (Fcopy_file): Doc fix.
5538 2005-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5540         * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
5541         (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
5542         start of function for older compilers.
5544 2005-01-20  Richard M. Stallman  <rms@gnu.org>
5546         * editfns.c (Fmessage): If arg is "", return "" (as before).
5548         * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
5550         * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
5551         variable.
5553 2005-01-20  Steven Tamm  <steventamm@mac.com>
5555         * editfns.c (Voperating_system_release): Add.
5556         (init_editfns): Assign new variable operating-system-release
5557         based on call to uname if available.
5558         (get_operating_system_release): Add function to
5559         allow c-level access to operating system release.
5561         * config.h: Regenerated.
5563         * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
5564         (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
5565         using ptys as '7'.
5567 2005-01-20  Kim F. Storm  <storm@cua.dk>
5569         * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
5571         * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
5572         Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
5574         * macterm.c (x_draw_glyph_string_box): Likewise.
5576         * w32term.c (x_draw_glyph_string_box): Likewise.
5578         * indent.c (Fvertical_motion): Temporarily disable selective display.
5580 2005-01-19  Kim F. Storm  <storm@cua.dk>
5582         * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
5583         image property.
5585         * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
5587 2005-01-18  Kim F. Storm  <storm@cua.dk>
5589         * xdisp.c (fast_find_position): Backtrack to find first row if
5590         charpos is inside a display overlay that spans multiple lines.
5592 2005-01-18  Kenichi Handa  <handa@m17n.org>
5594         * coding.c (decode_coding_iso2022): Translate invalid codes if
5595         translation-table is specified.
5597 2005-01-18  Kim F. Storm  <storm@cua.dk>
5599         * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
5600         change.  If handle_display_prop indicates newline is replaced by
5601         image or text, move back to start of relevant overlay or interval
5602         and continue scan from there.  Simplify.
5604 2005-01-17  Kim F. Storm  <storm@cua.dk>
5606         * dispnew.c (mode_line_string, marginal_area_string):
5607         Fix off-by-one error in search for glyph.
5609 2005-01-16  Kim F. Storm  <storm@cua.dk>
5611         * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
5613 2005-01-16  Steven Tamm  <steventamm@mac.com>
5615         * macterm.c (mac_to_x_fontname): Remove spurious argument.
5617 2005-01-16  Andreas Schwab  <schwab@suse.de>
5619         * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
5621 2005-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5623         * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
5624         fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
5626 2005-01-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5628         * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
5629         (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
5630         New flags for readable_events.
5631         (get_filtered_input_pending, readable_filtered_events): Remove.
5632         (tracking_off): Call readable_events and get_input_pending with
5633         flag READABLE_EVENTS_DO_TIMERS_NOW.
5634         (readable_events): Move code from old readable_filtered_events here,
5635         but check new READABLE_EVENTS_* in argument flags instead of previous
5636         two boolean arguments do_timers_now and filter_events.
5637         If we are doing mouse tracking and the mouse moved, return only if
5638         READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
5639         (swallow_events): Call get_input_pending with flag
5640         READABLE_EVENTS_DO_TIMERS_NOW.
5641         (get_input_pending): Move code from old get_filtered_input_pending
5642         here.  Replace boolean arguments do_timers_now, filter_events with
5643         flags, and pass flags to readable_events.  Document new
5644         READABLE_EVENTS_* flags.
5645         (detect_input_pending_ignore_squeezables): New function.
5646         (detect_input_pending_run_timers): Call get_input_pending with flag
5647         READABLE_EVENTS_DO_TIMERS_NOW.
5648         (Finput_pending_p): Call get_input_pending with flags
5649         READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
5651         * dispnew.c (update_window, update_frame_1): Replace calls to
5652         detect_input_pending with detect_input_pending_ignore_squeezables
5653         so that redisplay is not paused if the event queue contains only
5654         mouse movements.
5656         * lisp.h: Declare detect_input_pending_ignore_squeezables.
5658 2005-01-15  Steven Tamm  <steventamm@mac.com>
5660         * macterm.c (Vmac_use_core_graphics): Declare variable for
5661         mac-allow-anti-aliasing.
5662         (syms_of_macterm): DEFVAR_LISP and initialize it.
5663         (mac_draw_string_common): Use core graphics text rendering if
5664         mac-allow-anti-aliasing is enabled.
5666         * macfns.c (Fx_file_dialog): Save As dialog includes only the
5667         file name in the text box.
5669 2005-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5671         * macfns.c (x_set_foreground_color, x_set_background_color):
5672         Sync with xfns.c.
5673         (mac_window, x_create_tip_frame): Use XSetWindowBackground.
5674         * macterm.c (XSetBackground, XSetWindowBackground): New functions.
5675         * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
5677 2005-01-14  Kim F. Storm  <storm@cua.dk>
5679         * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
5681 2005-01-13  Richard M. Stallman  <rms@gnu.org>
5683         * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
5684         if Voverriding_terminal_local_map is non-nil.
5686         * keyboard.c (syms_of_keyboard): Doc fix.
5688 2005-01-13  Kim F. Storm  <storm@cua.dk>
5690         * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
5691         (specify 0 for FACE instead).  Reorder arg list.  Doc fix.
5693 2005-01-12  Richard M. Stallman  <rms@gnu.org>
5695         * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
5696         face property for characters that don't specify one.
5698         * fns.c (Frequire): Record in load-history unconditionally.
5700 2005-01-10  Kim F. Storm  <storm@cua.dk>
5702         * dispextern.h (merge_faces): Rename from merge_into_realized_face.
5704         * xfaces.c (merge_faces): Rename from merge_into_realized_face.
5705         Callers changed.
5706         Add support to merge with lisp face id too (if face_name is t).
5708         * xdisp.c (get_next_display_element, next_element_from_display_vector):
5709         Don't lookup lface_id from display table glyphs here; instead use
5710         merge_faces to merge the lisp face id into current face.
5712 2005-01-09  Kim F. Storm  <storm@cua.dk>
5714         * dispextern.h (struct it): New member dpvec_face_id.
5715         (merge_into_realized_face): Add prototype.
5717         * xfaces.c (merge_into_realized_face): New function.  Used to
5718         merge escape-glyph face or face from display table into current face.
5720         * xdisp.c (Vshow_nonbreak_escape): New lisp var.
5721         (syms_of_xdisp): DEFVAR_LISP it.
5722         (escape_glyph_face): Remove var.
5723         (redisplay_window): Don't initialize it.
5724         (setup_for_ellipsis, get_next_display_element):
5725         Set it->dpvec_face_id to -1.
5726         (get_next_display_element): Test Vshow_nonbreak_escape.
5727         Do not setup escape_glyph_face.
5728         Properly merge escape-glyph face or face from display table with
5729         current face for escape and control characters.
5730         Set it->dpvec_face_id to relevant face id instead of adding it to each
5731         element of display vector.
5732         (next_element_from_display_vector): If it->dpvec_face_id is set,
5733         use that instead of lface_id from glyph itself.
5735 2005-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5737         * xterm.h (struct x_output): New member, toolbar_detached.
5739         * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
5740         38.
5741         (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
5742         (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
5743         (xg_create_tool_bar): Initialize toolbar_detached.
5744         (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
5745         toolbar_detached is zero.
5747 2005-01-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5749         * xmenu.c (create_and_show_popup_menu): Pass zero as button to
5750         gtk_menu_popup if not for_click, so callbacks for the menu are called.
5752         * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
5753         (xg_tool_bar_callback, xg_tool_bar_help_callback)
5754         (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
5756         * xselect.c (x_get_foreign_selection, x_fill_property_data)
5757         (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
5758         XFLOAT_DATA to get extract number from Lisp object.
5760 2005-01-07  Kim F. Storm  <storm@cua.dk>
5762         * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
5763         Set stop_charpos to current charpos instead of 0.
5765 2005-01-06  Nick Roberts  <nickrob@snap.net.nz>
5767         * xdisp.c (Fformat_mode_line): First arg now required.
5769 2005-01-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5771         * macterm.c (XLoadQueryFont): Correctly handle 0 size
5772         font widths that are returned from some Japanese fonts.
5774 2005-01-06  Kim F. Storm  <storm@cua.dk>
5776         * fringe.c (fringe_faces): Change to Lisp_Object pointer.
5777         (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
5778         (destroy_fringe_bitmap): Set fringe_faces element to nil.
5779         (Fdefine_fringe_bitmap, init_fringe): Change allocation of
5780         fringe_faces array and init elements to nil.
5781         (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
5782         non-persistent face id.
5783         (mark_fringe_data): New function for GC.
5785         * alloc.c (mark_fringe_data): Declare extern.
5786         (Fgarbage_collect): Call mark_fringe_data.
5788         * alloc.c (overrun_check_free): Invalidate freed memory if
5789         XMALLOC_CLEAR_FREE_MEMORY is defined.
5791 2005-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5793         * macfns.c: Include sys/param.h.
5794         [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
5795         and function.
5796         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
5797         of filename string.  Set event callback function when creating
5798         dialog boxes.  Add code conversions for filenames.  Don't dispose
5799         of apple event descriptor record if failed to create it.
5801         * macterm.c: Include sys/param.h.
5802         [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
5803         kEventWindowUpdate.
5804         (install_window_handler) [USE_CARBON_EVENTS]: Register it.
5805         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
5806         of FSSpec from apple event descriptor record.
5807         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
5808         size of filename string.
5809         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
5810         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
5811         file dialog is in action.
5812         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
5813         Reject only when there are no filename items.  Set background color
5814         before (un)highlighting the window below the dragged items.
5815         (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
5817 2005-01-05  Romain Francoise  <romain@orebokech.com>
5819         * term.c (encode_terminal_code): Fix buffer size computation.
5821 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5823         * xdisp.c (Fformat_mode_line): Doc fix.
5825 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5827         * alloc.c (refill_memory_reserve): Move.
5828         (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
5829         (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
5831 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5833         * window.c (window_scroll_pixel_based): Don't correct preserve_y
5834         for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
5836 2005-01-03  Jason Rumney  <jasonr@gnu.org>
5838         * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
5839         fontp->space_width to FONT_WIDTH so they are valid.
5841         * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
5842         average width.  Set fontp->average_width and fontp->space_width to
5843         their appropriate values.
5845         * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
5846         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
5847         fontp->space_width.
5849 2005-01-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5851         * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
5852         (x_font_min_bounds, XLoadQueryFont): Use the correct font width
5853         metrics for max and min bounds.
5854         (x_load_font): Correctly calculate average font width metrics.
5856 2005-01-02  Richard M. Stallman  <rms@gnu.org>
5858         * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
5860 2004-12-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5862         * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
5864 2004-12-31  Richard M. Stallman  <rms@gnu.org>
5866         * xdisp.c (setup_for_ellipsis, get_next_display_element):
5867         Set it->ellipsis_p to 1 or 0.
5868         (display_line): Record whether row ends in mid-ellipsis.
5869         (set_cursor_from_row): If ends in ellipsis, find start of it.
5870         (cursor_row_p): If PT's at the end of the ellipsis the row
5871         ends within, don't display cursor on this row.
5873         * dispextern.h (struct it): New element ellipsis_p.
5874         (struct glyph_row): New element ends_in_ellipsis_p.
5876         * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
5877         position if we're reading from something other than the buffer.
5879         * window.c (window_scroll_pixel_based): Only look at
5880         Vscroll_preserve_screen_position if the old PT can't be kept.
5881         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
5883 2004-12-30  Kim F. Storm  <storm@cua.dk>
5885         * xdisp.c (get_line_height_property): New function extracted from
5886         original calc_line_height_property.
5887         (calc_line_height_property): Rework.  Handle t and (nil . ratio).
5888         (x_produce_glyphs): Use them to handle line-height and
5889         line-spacing according to new height spec.
5890         (Qtotal): Remove.
5891         (syms_of_xdisp): Remove intern and staticpro for Qtotal.
5893 2004-12-30  Kenichi Handa  <handa@m17n.org>
5895         * fileio.c (Finsert_file_contents): Don't use
5896         current_buffer->buffer_file_coding_system even if REPLACE is
5897         non-nil.  Call Qafter_insert_file_set_coding with the second arg VISIT.
5899         * fontset.h (struct font_info): New members space_width and
5900         average_width.
5902         * frame.h (struct frame): New member space_width.
5903         (FRAME_SPACE_WIDTH): New macro.
5905         * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
5907         * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
5908         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
5909         fontp->space_width.
5910         (x_load_font): Calculate fontp->space_width and fontp->average_width.
5911         (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
5913         * xdisp.c (x_produce_glyphs): Calculate tab width by
5914         FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
5916 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
5918         * macterm.c (SelectionRange): Add Xcode position apple event struct.
5919         (do_ae_open_documents): Handle Xcode-style file position open events.
5921 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5923         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
5925 2004-12-29  Richard M. Stallman  <rms@gnu.org>
5927         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
5929 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5931         * macfns.c (install_window_handler): Modify extern to return OSErr
5932         value.
5933         (mac_window): Handle return value of install_window_handler.
5935         * macterm.c (reflect_byte): Remove function.
5936         (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
5937         Lookup table instead.
5938         (mac_do_font_lists): Simplify calculation of the longest
5939         nonspecial string.
5940         (init_mac_drag_n_drop): Remove function and declaration.
5941         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
5942         init_mac_drag_n_drop.
5943         (mac_do_track_drag): New function and declaration.
5944         (install_window_handler): Return OSErr value.
5945         (install_window_handler) [TARGET_API_MAC_CARBON]:
5946         Register handlers for tracking/receiving drag-and-drop items.
5947         (do_ae_open_documents): Generate unibyte strings for filenames.
5948         (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
5949         Reject only non-filename items.  Set event modifiers, and return value.
5951 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5953         * coding.c (decode_coding): Fix previous change.
5955 2004-12-28  Richard M. Stallman  <rms@gnu.org>
5957         * xdisp.c (back_to_previous_visible_line_start):
5958         Don't call handle_display_prop.
5960 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5962         * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
5963         (decode_coding_emacs_mule, encode_coding_emacs_mule)
5964         (decode_coding_iso2022, encode_designation_at_bol)
5965         (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
5966         (decode_coding): Constify arguments and local vars.
5968 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5970         * xmenu.c (popup_get_selection): Only pop down dialogs
5971         on C-g and Escape.
5972         (popup_get_selection): Remove parameter down_on_keypress.
5973         (create_and_show_popup_menu, create_and_show_dialog):
5974         Remove parameter down_on_keypress to popup_get_selection.
5976 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5978         * dispextern.h: Change HAVE_CARBON to MAC_OS.
5979         (struct glyph_string): Likewise.
5981         * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
5982         mac_initialize.
5984         * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
5985         Change TARGET_API_MAC_CARBON to HAVE_CARBON.
5987         * fns.c (vector): Change MAC_OSX to MAC_OS.
5989         * frame.c (x_set_frame_parameters, x_report_frame_params)
5990         (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
5991         (x_set_border_width, Vdefault_frame_scroll_bars):
5992         Change HAVE_CARBON to MAC_OS.
5994         * image.c [MAC_OS]: Include sys/stat.h.
5995         [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
5996         QuickTimeComponents.h.
5998         * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
5999         [!MAC_OSX] (select): Use mac_wait_next_event.
6000         [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
6001         [!MAC_OSX] (select, run_mac_command): Change `#ifdef
6002         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
6003         (mac_clear_font_name_table): Add extern.
6004         (Fmac_clear_font_name_table): New defun.
6005         (syms_of_mac): Defsubr it.
6006         [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
6007         [MAC_OSX] (select_and_poll_event): New function.
6008         [MAC_OSX] (sys_select): Use it.
6009         [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
6010         [MAC_OSX && SELECT_USE_CFSOCKET]
6011         (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
6012         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
6013         RunLoop for simultaneously monitoring two kinds of inputs, window
6014         events and process outputs, without periodically polling.
6016         * macfns.c (mac_initialized): Remove extern.
6017         (stricmp): Put in #if 0.  All callers changed to use xstricmp in
6018         xfaces.c.
6019         (strnicmp): Decrement `n' at the end of each loop, not the beginning.
6020         (check_mac): Use the term "Mac native windows" instead of "Mac OS".
6021         (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
6022         (mac_get_rdb_resource): New function (from w32reg.c).
6023         (x_get_string_resource): Use it.
6024         (install_window_handler): Add extern.
6025         (mac_window): New function.
6026         (Fx_create_frame): Use it instead of make_mac_frame.
6027         Set parameter for Qfullscreen.  Call x_wm_set_size_hint.
6028         (Fx_open_connection, Fx_close_connection): New defuns.
6029         (syms_of_macfns): Defsubr them.
6030         (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
6031         Add kWindowNoUpdatesAttribute to the window attribute.
6032         (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
6033         (x_create_tip_frame): Don't call ShowWindow.
6034         (Fx_show_tip): Call ShowWindow.
6035         (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
6036         TARGET_API_MAC_CARBON'.
6037         (mac_frame_parm_handlers): Set handlers for Qfullscreen.
6038         (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
6040         * macgui.h [!MAC_OSX]: Don't include Controls.h.  Include Windows.h.
6041         (Window): Typedef to WindowPtr and move outside `#if
6042         TARGET_API_MAC_CARBON'.
6043         (XSizeHints): New struct.
6045         * macterm.c (x_update_begin, x_update_end)
6046         [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
6047         frame.
6048         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
6049         [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
6050         (construct_mouse_click): Put in #if 0.
6051         (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
6052         (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
6053         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
6054         (activate_scroll_bars, deactivate_scroll_bars)
6055         [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
6056         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
6057         if the position is neither user-specified nor program-specified.
6058         (x_free_frame_resources): Free size_hints.
6059         (x_wm_set_size_hint): Allocate size_hints if needed.  Set size_hints.
6060         (mac_clear_font_name_table): New function.
6061         (mac_do_list_fonts): Initialize font_name_table if needed.
6062         (x_list_fonts): Don't initialize font_name_table.  Add BLOCK_INPUT
6063         around mac_do_list_fonts.
6064         (mac_unload_font): New function.
6065         (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
6066         (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
6067         and definitions with #if TARGET_API_MAC_CARBON.
6068         [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
6069         (install_window_handler): Add decl.
6070         (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
6071         window.  Use UpdateControls.  Get the rectangle that should be
6072         updated and restrict the target of expose_frame to it.
6073         (do_grow_window): Set minimum height/width according to size_hints.
6074         (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
6075         (do_zoom_window): Don't use x_set_window_size.
6076         [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
6077         (install_window_handler): New function.
6078         [!USE_CARBON_EVENTS] (mouse_region): New variable.
6079         [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
6080         (XTread_socket) [USE_CARBON_EVENTS]: Move call to
6081         GetEventDispatcherTarget inside BLOCK_INPUT.
6082         (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
6083         Update mouse_region when mouse is moved.
6084         (make_mac_frame): Remove.
6085         (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
6086         Initialize mouse pointer shapes.  Change values of f->left_pos and
6087         f->top_pos.  Don't use make_mac_frame.  Use NewCWindow.
6088         Don't call ShowWindow.
6089         (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
6090         Vinvocation_name and Vsystem_name.
6091         (mac_make_rdb): New function (from w32term.c).
6092         (mac_term_init): Use it.  Add BLOCK_INPUT.  Error if display has
6093         already been opened.  Don't pass argument to
6094         mac_initialize_display_info.  Don't set dpyinfo->height/width.
6095         Add entries to x_display_list and x_display_name_list.
6096         (x_delete_display): New function.
6097         (mac_initialize): Don't call mac_initialize_display_info.
6098         (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
6100         * macterm.h (check_mac): Add extern.
6101         (struct mac_output): New member size_hints.
6102         (FRAME_SIZE_HINTS): New macro.
6103         (mac_unload_font): Add extern.
6105         * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
6107         * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
6109 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6111         * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
6112         (syms_of_buffer): Don't defsubr it.
6114         * process.c (list_processes_1): Set undo_list instead
6115         of calling Fbuffer_disable_undo.
6117         * xdisp.c (single_display_spec_string_p): Rename from
6118         single_display_prop_string_p.
6119         (single_display_spec_intangible_p): Rename from
6120         single_display_prop_intangible_p.
6121         (handle_single_display_spec): Rename from handle_single_display_prop.
6122         Rewritten to be easier to understand.
6124         Change in load-history format.  Functions now get (defun . NAME),
6125         and variables get just NAME.
6127         * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
6129         * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
6130         (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
6131         (Qdefvar): Var deleted.
6132         (syms_of_eval): Don't initialze it.
6134         * lread.c (syms_of_lread) <load-history>: Doc fix.
6136 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6138         * xmenu.c (popup_get_selection): Pop down on C-g.
6139         (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
6140         pops down menu on C-g.
6141         (xdialog_show): If dialog popped down and no button in the dialog was
6142         pushed, call Fsignal to quit.
6143         (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
6144         Fsignal to quit.
6146         * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
6148         * gtkutil.c (xg_initialize): Install bindings for C-g so that
6149         dialogs and menus pop down.
6151 2004-12-27  Kenichi Handa  <handa@m17n.org>
6153         * coding.c (code_convert_region): Fix calculation of `ratio'.
6155 2004-12-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6157         * gtkutil.c (update_frame_tool_bar): Make the value of
6158         tool-bar-button-margin control margins of images in tool bar.
6160         * alloc.c (check_depth): New variable.
6161         (overrun_check_malloc, overrun_check_realloc): Only add
6162         overhead and write check pattern if check_depth is 1 (to handle
6163         recursive calls).  Increase/decrease check_depth in entry/exit.
6164         (overrun_check_free): Only check for overhead if check_depth is 1.
6165         Increase/decrease check_depth in entry/exit.
6167 2004-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6169         * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
6170         before touching input_available_clear_time, to avoid accessing it
6171         from multiple threads.
6173 2004-12-23  Jason Rumney  <jasonr@gnu.org>
6175         * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
6176         of JPEG library.
6178 2004-12-22  Richard M. Stallman  <rms@gnu.org>
6180         * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
6182         * lisp.h (Vundo_outer_limit): Fix decl.
6184         * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
6185         Uses changed.
6186         (syms_of_undo): Initialize appropriately.
6187         (truncate_undo_list): If it's nil, there's no limit.
6189 2004-12-22  Kenichi Handa  <handa@m17n.org>
6191         * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
6193 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6195         * eval.c (unwind_to_catch): Clear immediate_quit.
6197         * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
6198         specially as `\ ' and `\-'.
6200         * keyboard.c (kbd_buffer_store_event_hold):
6201         In the code for while-no-input, handle immediate_quit.
6203         * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
6204         Call that at the very start.
6205         (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
6206         (syms_of_alloc): Don't define undo-limit,
6207         undo-strong-limit and undo-outer-limit here.
6209         * undo.c (truncate_undo_list): Return void.
6210         Take just one argument, the buffer.
6211         Make it current, and inhibit recursive GC.
6212         Access and update the undo list directly; return void.
6213         Refer to the undo...limit variables directly.
6214         Test undo_outer_limit only after counting the whole current command.
6215         When it's exceeded, call the function in undo-outer-limit-function.
6216         (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
6217         (Vundo_outer_limit_function): New variable.
6218         (syms_of_undo): Define undo-limit, undo-strong-limit
6219         and undo-outer-limit here, and undo-outer-limit-function.
6220         Doc fixes.
6222         * lisp.h (truncate_undo_list): Update decl.
6224 2004-12-21  Piet van Oostrum  <piet@cs.uu.nl>
6226         * fileio.c (Fread_file_name): Delete duplicates in
6227         file-name-history when history_delete_duplicates is true.
6229 2004-12-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6231         * macterm.c (mac_do_list_fonts): Fix memory leak
6233 2004-12-20  Richard M. Stallman  <rms@gnu.org>
6235         * regex.c (re_match_2_internal) <symend, wordend>:
6236         Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
6238 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6240         * macterm.c (endif, x_font_name_to_mac_font_name):
6241         Use maccentraleurroman instead of maccentraleuropean
6242         (mac_c_string_match, mac_do_list_fonts): Speed up font search by
6243         quickly finding a specific font without needing regexps.
6245 2004-12-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6247         * syssignal.h: Declare main_thread.
6248         (SIGNAL_THREAD_CHECK): New macro.
6250         * keyboard.c (input_available_signal): Move thread checking code
6251         to macro SIGNAL_THREAD_CHECK and call that macro.
6252         (interrupt_signal): Call SIGNAL_THREAD_CHECK.
6254         * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
6256         * emacs.c: Define main_thread.
6257         (main): Initialize main_thread.
6258         (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
6259         (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
6261         * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
6263         * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
6265         * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
6267         * process.c (send_process_trap, sigchld_handler):
6268         Call SIGNAL_THREAD_CHECK.
6270         * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
6272         * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
6274         * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
6275         returning when xg_ignore_gtk_scrollbar is true.
6277 2004-12-14  Kim F. Storm  <storm@cua.dk>
6279         * keyboard.c (read_char): Save and restore echo_string when
6280         handling input method.
6282 2004-12-13  Richard M. Stallman  <rms@gnu.org>
6284         * eval.c (syms_of_eval) <quit-flag>: Doc fix.
6286         * keyboard.c (Vthrow_on_input): New variable.
6287         (syms_of_keyboard): Defvar and initialize it.
6288         (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
6290         * lisp.h (QUIT): Check for Vthrow_on_input.
6291         (Vthrow_on_input): Declare it.
6293 2004-12-13  Kim F. Storm  <storm@cua.dk>
6295         * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
6296         vector.
6298 2004-12-12  Richard M. Stallman  <rms@gnu.org>
6300         * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
6302         * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
6303         (Ftry_completion): Really use outer `zero'; eliminate inner one.
6305 2004-12-12  Kenichi Handa  <handa@m17n.org>
6307         * term.c (encode_terminal_code): Fix previous change.
6309 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * keyboard.c (handle_async_input): Remove pthread mutex handling.
6312         (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
6314         * syntax.c (Fforward_word): Avoid non-idempotent side-effects
6315         in macro arguments.
6317         * minibuf.c (Ftry_completion, Fall_completions): Don't use
6318         XFASTINT blindly.
6320         * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
6322 2004-12-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6324         * w32term.c (x_calc_absolute_position): Remove calculation of
6325         difference between inner and outer window.  Don't subtract difference
6326         for left and top calculations.
6328         * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
6329         for left and top calculations.  Remove call to x_real_positions.
6330         [Bug report by Drew Adams in November]
6331         (x_check_expected_move): Do not set change_gravity to 1 when calling
6332         x_set_offset.
6334 2004-12-08  Richard M. Stallman  <rms@gnu.org>
6336         * xdisp.c (get_next_display_element): Use `escape-glyph' for
6337         control chars and escaped octal codes.
6338         (Qescape_glyph): New variable.
6339         (syms_of_xdisp): Initialize it.
6340         (escape_glyph_face): New variable.
6341         (redisplay_window): Initialize it.
6343 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6345         * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
6346         (init_image): Use 1 rather than TRUE.  TRUE's not always defined.
6348 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6350         * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
6351         reset_malloc_hooks.
6353         * keyboard.c (handle_async_input, input_available_signal):
6354         Add ! defined (SYSTEM_MALLOC) around thread code.
6356         * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
6358 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6360         * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
6362         * config.in: Regenerate.
6364 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6366         * xmenu.c (Fx_popup_menu): Correct documentation about position.
6367         (xmenu_show): Do not call XTranslateCoordinates.  Adjust position
6368         if not given by a mouse click to correspond with x-popup-menu
6369         documentation.
6371         * config.in: Regenerate.
6373         * gtkutil.c: Include signal.h and syssignal.h.
6374         (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
6376         * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
6377         new variables main_thread and alloc_mutex,
6378         define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
6379         emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
6380         If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
6381         (UN)BLOCK_INPUT.
6382         (emacs_blocked_free, emacs_blocked_malloc)
6383         (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
6384         (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
6385         (reset_malloc_hooks): New function.
6387         * lisp.h: Declare reset_malloc_hooks.
6389         * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
6391         * keyboard.c: Conditionally include pthread.h
6392         (handle_async_input, input_available_signalt): If not in the main
6393         thread, block signal, send signal to main thread and return.
6395         * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
6396         Set current folder in file chooser if default_filename is a directory.
6398 2004-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6400         * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
6401         Remove redundant correctness checks.
6402         (regex_compile): Fix up error codes for \{..\} expressions.
6404 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6406         * regex.c (regex_compile): Fix end-of-pattern case for space.
6408 2004-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6410         * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
6411         * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
6412         crashes with invalid characters.
6413         * macmenu.c (add_menu_item): Use it.
6414         * image.c (image_load_quartz2d): Likewise.
6415         * macfns.c (x_set_name, x_set_title): Likewise.
6416         (Fx_file_dialog): Likewise.  Use constant CFRefs instead of
6417         creating them each time for labels.
6419 2004-12-02  Richard M. Stallman  <rms@gnu.org>
6421         * config.in (RE_TRANSLATE_P): If make_number is not a macro,
6422         don't use it here.
6424         * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
6425         (interactive_p): Skip Scalled_interactively_p frames
6426         like Sinteractive_p frames.
6427         (unwind_to_catch): Clear handling_signal.
6429         * data.c (Fmake_variable_buffer_local): Doc fix.
6430         (Fmake_local_variable): Doc fix.
6432         * insdel.c (insert_from_string_before_markers)
6433         (insert_from_string): Don't modify buffer on empty insertion.
6435         * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
6437 2004-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6439         * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
6440         menu text as UTF8 fails.
6442 2004-12-01  Kim F. Storm  <storm@cua.dk>
6444         * alloc.c: Add commentary for last change.
6445         (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
6446         sizeof(size_t) != 4.
6447         (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
6448         Use them.  Also clear header and trailer of freed memory.
6449         (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
6450         (string_overrun_cookie): Rename from string_overrun_pattern.
6451         (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
6453 2004-12-01  Andreas Schwab  <schwab@suse.de>
6455         * lisp.h: Declare string_to_multibyte.
6457 2004-12-01  Kenichi Handa  <handa@m17n.org>
6459         * w32console.c (w32con_write_glyphs): Decide coding here.
6460         Adjusted for the change of encode_terminal_code.
6462         * term.c (encode_terminal_code): Don't make it "static".
6464 2004-11-30  Kenichi Handa  <handa@m17n.org>
6466         * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
6467         (encode_terminal_code): Argument changed.  Encode all
6468         characters at once, and return a pointer to the result of encoding.
6469         (write_glyphs): Decide coding here.  Adjusted for the above change.
6470         (insert_glyphs): Likewise.
6471         (term_init): Initialize encode_terminal_bufsize to 0.
6473         * coding.c (Vcode_conversion_workbuf_name): New variable.
6474         (syms_of_coding): Initialize and staticpro it.
6475         (set_conversion_work_buffer): New function.
6476         (run_pre_post_conversion_on_str): Use it.
6477         (run_pre_write_conversin_on_c_str): New function.
6479         * coding.h (run_pre_write_conversin_on_c_str): Extern it.
6481 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6483         * keyboard.c: Don't undef SIGIO
6484         * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
6485         * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
6486         (macfns.o): Don't depend on ccl.h.
6487         * macfns.c (mac_frame_parm_handlers): Set handlers for
6488         Qleft_fringe and Qright_fringe.
6489         * macterm.c (mac_fill_rectangle_to_pixmap)
6490         (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
6491         (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
6492         Put in #if 0.
6493         (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
6494         (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
6495         (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
6496         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
6497         [!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
6498         XDrawImageString.  Always draw background and foreground separately.
6499         (x_draw_image_foreground): Use clipping instead of computing the
6500         intersection rectangle.
6501         (x_draw_image_glyph_string): Don't draw an image with mask to a
6502         pixmap.
6503         (x_redisplay_interface): Set flush_display_optional member to 0.
6504         (XTread_socket): Correctly reset the TEConverter
6505         object.
6507 2004-11-30  Kim F. Storm  <storm@cua.dk>
6509         * lisp.h: New defines to enable buffer overrun checking.
6510         (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
6511         (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
6513         * alloc.c: Add more checks for buffer overruns.
6514         (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
6515         xmalloc_overrun_check_trailer, overrun_check_malloc)
6516         overrun_check_realloc, overrun_check_free): Add.
6517         (GC_STRING_EXTRA, string_overrun_pattern): Add.
6518         (check_sblock, allocate_string_data, compact_small_strings):
6519         Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
6520         (check_cons_list): Condition on GC_CHECK_CONS_LIST.
6521         (check_string_free_list): Add.
6522         (allocate_string, sweep_strings): Call check_string_free_list.
6524         * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
6525         XMALLOC_OVERRUN_CHECK to avoid crash during load.
6527 2004-11-29  Kim F. Storm  <storm@cua.dk>
6529         * fns.c (concat): Use SAFE_ALLOCA.
6531 2004-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6533         * sysdep.c (emacs_write): Don't use QUIT.
6535 2004-11-29  Kenichi Handa  <handa@m17n.org>
6537         * buffer.c (init_buffer): Set current_buffer->directory to a
6538         multibyte string made by string_to_multibyte.
6540         * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
6542 2004-11-27  Andreas Schwab  <schwab@suse.de>
6544         * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
6546         * s/gnu-linux.h: Enable no-op gcpros on ia64.
6547         (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
6549         * filelock.c (lock_file_1): Call get_boot_time early.
6550         Increase buffer size.
6552 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
6554         * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
6555         is not defined.
6557 2004-11-27  Kim F. Storm  <storm@cua.dk>
6559         * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
6560         marker out of doc string.
6562 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
6565         which was not mentioned in the log.
6567 2004-11-26  Kim F. Storm  <storm@cua.dk>
6569         * fringe.c (update_window_fringes): Prefer truncation bitmaps over
6570         angle bitmaps at top/bottom line.
6572         * xdisp.c: Undo recent changes for restoring saved_face_id.  Instead,
6573         set it when it->method is set to next_element_from_display_vector.
6574         (setup_for_ellipsis): Add LEN argument.  Callers changed.
6575         Set it->saved_face_id.
6576         (get_next_display_element): Use loop instead of recursion.
6577         Set it->saved_face_id.  Combine duplicate code for ctr chars.
6578         (next_element_from_display_vector): Do not set it->saved_face_id.
6579         (next_element_from_ellipsis): Use setup_for_ellipsis.
6581 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
6583         * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
6584         prevent compiler warnings.
6586 2004-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6588         * keyboard.c (command_loop_1): Print a message describing the key
6589         the user just pressed when this key has no binding.
6591         * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
6592         (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
6594         * lread.c (readchar): Check QUIT when `getc' is interrupted.
6596 2004-11-24  Richard M. Stallman  <rms@gnu.org>
6598         * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
6600         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
6602 2004-11-24  Kim F. Storm  <storm@cua.dk>
6604         * xdisp.c (move_it_in_display_line_to, display_line):
6605         Restore saved_face_id also when truncate-lines or hscrolled.
6607 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6609         * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
6610         x-use-old-gtk-file-dialog.
6612         * xfns.c: Define x_use_old_gtk_file_dialog.
6613         (syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
6614         outside ifdef USE_GTK.
6616 2004-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
6619         Don't use XFASTINT blindly.
6621         * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
6623         * indent.c (skip_invisible): Avoid non-idempotent side-effects
6624         in macro arguments.
6626         * keymap.c (Flookup_key): Check INTEGERP before XINT.
6628         * lread.c (oblookup): Don't use XFASTINT blindly.
6630         * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
6631         (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
6633 2004-11-23  Kim F. Storm  <storm@cua.dk>
6635         * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
6636         (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
6638         * xfaces.c (lookup_named_face): Add signal_p arg.  Return -1 if
6639         signal_p is zero and face name is unknown.
6640         (Fx_list_fonts): Don't signal error in lookup_named_face.
6641         (Fface_font): Signal error in lookup_named_face.
6642         (ascii_face_of_lisp_face): Likewise.
6644         * dispextern.h (lookup_named_face): Fix prototype.
6646         * xdisp.c (handle_single_display_prop): Don't signal error in
6647         lookup_named_face for unknown fringe face name.
6648         (highlight_trailing_whitespace): Don't signal error in
6649         lookup_named_face if trailing-whitespace face unknown.
6650         (calc_line_height_property): Don't signal error in
6651         lookup_named_face if specified face name is unknown.
6653         * fringe.c (update_window_fringes): Show top row indicator if
6654         window has header-line.  Don't show arrow at bob and eob
6655         if the boundary indicators are not used.
6656         (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
6658         * window.c (set_window_buffer): Clear display_error_modiff.
6660 2004-11-22  Kim F. Storm  <storm@cua.dk>
6662         * fringe.c (update_window_fringes): Provide sensible fall-back
6663         value for non-nil indicate-buffer-boundaries setting.
6665 2004-11-22  Markus Rost  <rost@ias.edu>
6667         * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
6669 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         * eval.c (Fdefvar): Warn when var is let-bound but globally void.
6673 2004-11-21  Kim F. Storm  <storm@cua.dk>
6675         * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
6677         * xterm.c (x_clip_to_row): Add area arg.  Callers changed.
6678         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6680         * w32term.c (w32_clip_to_row): Add area arg.  Callers changed.
6681         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6683         * macterm.c (x_clip_to_row): Add area arg.  Callers changed.
6684         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6686         * xdisp.c (move_it_in_display_line_to, display_line):
6687         Restore saved_face_id if overflow-newline-into-fringe is enabled and
6688         line is continued before or in middle of element from display vector.
6690         * indent.c (Fvertical_motion): Fix last change.  Use another
6691         method to detect if iterator moved too far ahead after reseat.
6693         * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
6694         expand matrix width for overflow in zero-width area.
6695         (append_glyph, append_composite_glyph, produce_image_glyph)
6696         (append_stretch_glyph): Use it to avoid loop in redisplay.
6697         (note_mode_line_or_margin_highlight): Don't let help-echo from
6698         string override help-echo from image map.
6700 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
6702         * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
6703         * callint.c (Fcall_interactively): Ditto.
6705 2004-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * minibuf.c (Fminibuffer_complete_and_exit):
6708         Fixup the case of the completed value, for case-indep completion.
6710 2004-11-20  Richard M. Stallman  <rms@gnu.org>
6712         * lisp.h (Fread_from_minibuffer): Add arg in decl.
6714         * minibuf.c (read_minibuf): New arg KEEP_ALL.  Callers changed.
6715         (Fread_from_minibuffer): New arg KEEP_ALL.  Callers changed.
6717         * search.c (Vsearch_spaces_regexp):
6718         Rename from Vsearch_whitespace_regexp.  All uses changed.
6720 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6722         * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
6724 2004-11-19  Richard M. Stallman  <rms@gnu.org>
6726         * search.c (Vsearch_whitespace_regexp): New variable.
6727         (syms_of_search): Defvar it.
6728         (compile_pattern_1): Call re_set_whitespace_regexp with it.
6729         (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
6730         is non-nil.
6731         (struct regexp_cache): New element whitespace_regexp.
6732         (syms_of_search): Initialize whitespace_regexp elements.
6733         (compile_pattern): Compare whitespace_regexp elements.
6734         (compile_pattern_1): Set whitespace_regexp elements.
6736         * regex.c (regex_compile): Substitute whitespace_regexp
6737         for spaces, if it is nonzero.
6738         (whitespace_regexp): New variable.
6739         (re_set_whitespace_regexp): New function.
6741 2004-11-19  Kim F. Storm  <storm@cua.dk>
6743         * indent.c (Fvertical_motion): Fix last change.
6745 2004-11-18  Kim F. Storm  <storm@cua.dk>
6747         * indent.c (Fvertical_motion): Undo 2004-11-16 change.
6748         Instead, move back again if reseating moves too far ahead.
6750 2004-11-17  Luc Teirlinck  <teirllm@auburn.edu>
6752         * xdisp.c (message3): Call clear_message.
6754 2004-11-17  Kim F. Storm  <storm@cua.dk>
6756         * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
6758 2004-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6760         * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
6762         * xmenu.c (x_menu_in_use): Remove.
6763         (x_menu_set_in_use): Also set popup_activated_flag.
6765         * xfns.c (Fx_file_dialog): Call popup_activated instead of
6766         x_menu_in_use.  Call x_menu_set_in_use in Motif version also.
6768         * xterm.h (x_menu_in_use): Remove.
6770 2004-11-16  Richard M. Stallman  <rms@gnu.org>
6772         * keymap.c (Fmap_keymap): New arg SORT-FIRST.
6773         Use map-keymap-internal to implement that.
6775         * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
6777 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6779         * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
6780         a window before using XWINDOW.
6782         * window.c (make_window, Fselect_window, make_dummy_parent)
6783         (save_window_save):
6784         * frame.c (make_frame):
6785         * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
6787         * lisp.h (NILP): Use EQ rather than XFASTINT.
6789 2004-11-16  Kim F. Storm  <storm@cua.dk>
6791         * fringe.c (Fdefine_fringe_bitmap): Always set 'h'.  Simplify.
6793         * indent.c (Fvertical_motion): Fix last change.  Only reseat when
6794         moving backwards.
6796 2004-11-16  Luc Teirlinck  <teirllm@auburn.edu>
6798         * dispextern.h: Extern reseat_at_previous_visible_line_start.
6800 2004-11-16  Kenichi Handa  <handa@m17n.org>
6802         * xdisp.c (display_mode_element): Fix previous change (calculate
6803         end position of substring to display correctly).
6805 2004-11-16  Kim F. Storm  <storm@cua.dk>
6807         * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
6808         Reported by Andrew M. Scott.
6810 2004-11-15  Kim F. Storm  <storm@cua.dk>
6812         * fns.c (Fsafe_plist_get): New defun.
6813         (syms_of_fns): Defsubr it.
6815         * lisp.h (Fsafe_plist_get): Add EXFUN.
6817         * xdisp.c (store_mode_line_string, produce_stretch_glyph):
6818         Use Fsafe_plist_get.
6819         (note_mode_line_or_margin_highlight, note_mouse_highlight):
6820         Fix image map element parsing.  Use Fsafe_plist_get.
6822 2004-11-15  Richard M. Stallman  <rms@gnu.org>
6824         * xdisp.c (get_next_display_element): Fix previous change.
6826 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6828         * window.c (shrink_windows): Handle special case of one window left
6829         when trying to shrink the final reminder.  Grow windows if
6830         total_removed is less than total_shrink.
6832         * xmenu.c (pop_down_menu): Remove global variable current_menu,
6833         extract pointer from arg with XSAVE_VALUE.
6834         (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
6835         Construct arg to record_unwind_protect with make_save_value.
6837 2004-11-13  Richard M. Stallman  <rms@gnu.org>
6839         * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
6840         (get_next_display_element): Fix previous change to apply only to \n.
6842         * indent.c (Fvertical_motion): Scan to PT from start of line to
6843         make iterator consistent.
6845         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
6847 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6849         * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
6851         * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
6852         Record unwind with clean_up_file_dialog.
6854         * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
6855         Declare.
6857         * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
6859 2004-11-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6861         * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
6862         (xg_file_sel_destroy): Remove.
6863         (xg_file_response_cb, pop_down_file_dialog)
6864         (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
6865         New functions.
6866         (xg_get_file_with_chooser, xg_get_file_with_selection):
6867         Take new arg func, set it to xg_get_file_name_from_chooser/selector.
6868         Move common code to xg_get_file_name.  Return widget created.
6869         (xg_get_file_name): Set name, transient for, modal and destroy
6870         with parent here.  Connect response signal to xg_file_response_cb,
6871         connect delete-event to gtk_true.  Record pop_down_file_dialog
6872         for unwind.  Do event loop and call x_menu_wait_for_event in loop.
6873         (xg_create_widget): Make dialogs modal.
6875         * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
6876         Lisp_Object.
6877         (popup_get_selection): Move unwind protect ...
6878         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
6879         Move destroy of widget to pop_down_menu.
6880         (popup_widget_loop): Move unwind protect ...
6881         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
6882         Move destroy of widget to pop_down_menu.
6883         (pop_down_menu): BLOCK_INPUT and destroy widget/window.
6884         (xmenu_show): Record unwind pop_down_menu.  Move XMenuDestroy,
6885         x_mouse_leave and grabbed = 0 to pop_down_menu.
6887 2004-11-13  Kim F. Storm  <storm@cua.dk>
6889         * xdisp.c (make_cursor_line_fully_visible_p): New variable.
6890         (syms_of_xdisp): DEFVAR_BOOL it.
6891         (make_cursor_line_fully_visible, try_cursor_movement)
6892         (try_window_id): Use it.
6894 2004-11-12  Kim F. Storm  <storm@cua.dk>
6896         * dispextern.h (struct glyph_row): New member extra_line_spacing.
6897         (struct it): New member max_extra_line_spacing.
6898         (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
6899         (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
6900         (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
6901         part of last line is only extra line spacing (so the text on the
6902         line is fully visible).  Use helper macros.
6903         Add W arg (to use them).  All callers changed.
6904         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
6905         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
6907         * window.c (window_scroll_pixel_based, Frecenter):
6908         Use move_it_vertically_backward directly.
6909         (Frecenter): Fix calculation of new start pos for negative arg.
6910         Before, the new start pos was sometimes chosen too far back, so
6911         the last line became only partially visible, and thus would be
6912         either only semi-visible or automatically scrolled to the middle
6913         of the window by redisplay.
6915         * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
6916         (move_it_vertically_backward): Don't recure to move further back.
6917         (move_it_vertically): Remove superfluous condition.
6918         (move_it_by_lines): Clear last_height when moved 0 lines.
6919         (resize_mini_window): Use it.max_extra_line_spacing.
6920         (display_tool_bar_line): Clear row->extra_line_spacing.
6921         (try_scrolling): Use move_it_vertically_backward directly.
6922         (redisplay_window): Likewise.
6923         (compute_line_metrics): Set row->extra_line_spacing.
6924         (display_line, display_string): Likewise.
6925         (x_produce_glyphs): Update it->max_extra_line_spacing.
6927         * xmenu.c (pop_down_menu): Return nil.
6929 2004-11-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6931         * xmenu.c (x_menu_wait_for_event): New function.
6932         (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
6933         to handle timers.
6934         (popup_widget_loop): Add argument do_timers.
6935         (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
6936         do_timers to popup_widget_loop.
6937         (xmenu_show): Call XMenuActivateSetWaitFunction so that
6938         x_menu_wait_for_event is called by XMenuActivate.
6939         (create_and_show_popup_menu): Pass 1 for do_timers to
6940         popup_get_selection.
6941         (pop_down_menu): New function.
6942         (popup_get_selection, popup_widget_loop): Unwind protect to
6943         pop_down_menu.
6944         (popup_widget_loop): Add argument widget.
6945         (create_and_show_popup_menu, create_and_show_dialog): Pass new
6946         argument widget to popup_widget_loop.
6948 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6950         * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
6952 2004-11-09  Kim F. Storm  <storm@cua.dk>
6954         * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
6955         Fix various comments referring to XEvents instead of input events.
6956         (x_queue_event): Fix format strings.
6957         (x_stop_queuing_selection_requests): Likewise.
6959         * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
6960         (pint2hrstr): Add extra braces to silence compiler.
6962         * print.c (print_object): Fix format string.
6964         * lread.c (read1): Fix next_char matching.
6966         * lisp.h (Fdelete): Add EXFUN.
6967         (replace_range_2): Add prototype.
6969         * keyboard.c (read_avail_input): Remove unused variable 'discard'.
6971         * intervals.h (NULL_INTERVAL_P): Add separate version when
6972         ENABLE_CHECKING is not defined to silence compiler.
6973         (compare_string_intervals): Add prototype.
6975         * fringe.c (destroy_fringe_bitmap): Fix return type.
6976         (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
6978         * emacs.c (Fdump_emacs): Fix format string.
6980         * doc.c: Include <ctype.h>.
6981         (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
6983         * data.c (store_symval_forwarding): Remove unused variables.
6985         * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
6987 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6989         * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
6990         to ${OLDXMENU}.
6992 2004-11-09  Kim F. Storm  <storm@cua.dk>
6994         * process.c (Fmake_network_process): Remove kludge for interrupted
6995         connects on BSD.  If connect is interrupted, just close socket and
6996         start over rather than sleeping and retry with same socket.
6998 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7000         * .cvsignore: Add buildobj.lst.
7002         * doc.c: New variable Vbuild_files.
7003         (Fsnarf_documentation): If Vbuild_files is nil, populate it with
7004         file names from buildobj.lst.  Only attach docstrings from files
7005         that are in Vbuild_files.
7006         (syms_of_doc): Defvar Vbuild_files.
7008         * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
7009         and w32*.o.
7010         (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
7011         (mostlyclean): Rm buildobj.lst
7013         * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
7014         is linked.
7016 2004-11-09  Kim F. Storm  <storm@cua.dk>
7018         * fringe.c (update_window_fringes): Update fringe bitmaps if
7019         cur and row ends_at_zv_p differs.  If bitmaps of a row is updated,
7020         also update previous row to get rid of misc. artifacts.
7022 2004-11-08  Kim F. Storm  <storm@cua.dk>
7024         * xdisp.c (fast_find_position): Fix start pos if header line present.
7025         (note_mouse_highlight): Clear mouse face if we move out of text area.
7027 2004-11-08  Eli Zaretskii  <eliz@gnu.org>
7029         * editfns.c: Move #include "systime.h" before <sys/resource.h>.
7030         Don't include <sys/time.h> explicitly.
7031         Include <stdio.h> unconditionally, not just on MacOS.
7033 2004-11-08  Kenichi Handa  <handa@m17n.org>
7035         * fontset.c (fontset_pattern_regexp): Cancel my previous change;
7036         don't pay attention to '\' before '*'.
7037         (fontset_pattern_regexp): Change the meaning of the second arg.
7038         (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
7039         (check_fontset_name): Try NAME as literal at first, and if it
7040         failes, try NAME as pattern.
7042 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7044         * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
7046 2004-11-07  Andreas Schwab  <schwab@suse.de>
7048         * lisp.h (Fmsdos_downcase_filename): Declare.
7049         * dired.c (Fmsdos_downcase_filename): Don't declare here.
7050         * fileio.c: Likewise.
7052 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7054         * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
7055         comparisons with integers instead of Lisp_Object address.
7056         (Fmsdos_set_keyboard): Declare argument allkeys.
7058         * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
7060         * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
7061         int/Lisp_Object mixup.
7063         * fileio.c: Ditto.
7065 2004-11-06  Steven Tamm  <steventamm@mac.com>
7067         * editfns.c: Need to include sys/time.h before resource.h on darwin.
7069 2004-11-06  Richard M. Stallman  <rms@gnu.org>
7071         * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
7073         * xfaces.c (merge_named_face): GCPRO the face_name in the
7074         named_merge_point struct that we make.
7075         (merge_face_heights): Eliminate GCPRO arg.  All callers changed.
7077         * keyboard.c (command_loop_1): Change Vtransient_mark_mode
7078         before deciding whether to inactivate mark.
7080 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
7082         * config.in: Regenerate (add HAVE_GETRUSAGE).
7083         * editfns.c (Fget_internal_run_time): New function.
7084         (syms_of_data): Defsubr it.
7085         * fns.c (sxhash): As far as possible, merge calculation of
7086         hash code for symbols and strings.
7088 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
7090         * frame.c (syms_of_frame): Fix the example in the doc string.
7092 2004-11-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7094         * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
7096         * xmenu.c (popup_get_selection, create_and_show_popup_menu)
7097         (create_and_show_dialog): Revert change from 2004-10-31.
7099 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7101         * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
7103 2004-11-05  Kim F. Storm  <storm@cua.dk>
7105         * print.c (print_object): Print Lisp_Misc_Save_Value objects.
7107         * fileio.c (Ffile_modes): Doc fix.
7108         (auto_save_1): Check for Ffile_modes nil value.
7110 2004-11-05  Kim F. Storm  <storm@cua.dk>
7112         * xselect.c (struct selection_event_queue, selection_queue)
7113         (x_queue_selection_requests, x_queue_event)
7114         (x_start_queuing_selection_requests)
7115         (x_stop_queuing_selection_requests): Add new queue for selection
7116         input events to replace previous XEvent queue in xterm.c.
7117         (queue_selection_requests_unwind): Adapt to new queue.
7118         (x_reply_selection_request): Adapt to new queue.
7119         Unexpect wait_object in case of x errors (memory leak).
7120         (x_handle_selection_request, x_handle_selection_clear): Make static.
7121         (x_handle_selection_event): New function.  May queue selection events.
7122         (wait_for_property_change_unwind): Use save_value instead of cons.
7123         Clear property_change_reply_object.
7124         (wait_for_property_change): Abort if already waiting.
7125         Use save_value instead of cons for unwind data.
7126         (x_handle_property_notify): Skip events already arrived, but don't
7127         free them, as "arrived" field is checked by wait_for_property_change,
7128         and it will be freed by unwind or explicit unexpect_property_change.
7129         (x_get_foreign_selection): Add to new queue.
7130         (receive_incremental_selection): Don't unexpect wait_object when done
7131         as it has already been freed by previous wait_for_property_change.
7133         * xterm.h (x_start_queuing_selection_requests)
7134         (x_stop_queuing_selection_requests, x_handle_selection_request)
7135         (x_handle_selection_clear): Remove prototypes.
7136         (x_handle_selection_event): Add prototype.
7138         * xterm.c (handle_one_xevent): Don't queue X selection events
7139         here, it may be too late if we start queuing after we have already
7140         stored some selection events into the kbd buffer.
7141         (struct selection_event_queue, queue, x_queue_selection_requests)
7142         (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
7143         (x_stop_queuing_selection_requests): Remove/move to xselect.c.
7144         (x_catch_errors_unwind): Block input around final XSync.
7146         * keyboard.h (kbd_buffer_unget_event): Add prototype.
7148         * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
7149         (kbd_buffer_unget_event): New function.
7150         (kbd_buffer_get_event, swallow_events): Combine SELECTION events
7151         and use x_handle_selection_event.
7152         (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
7154 2004-11-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7156         * xselect.c (TRACE3): New debug macro.
7157         (x_reply_selection_request): Use it.
7158         (receive_incremental_selection): In call to TRACE0, the name of
7159         a symbol is in xname.
7161 2004-11-05  Kim F. Storm  <storm@cua.dk>
7163         * fontset.c (fontset_pattern_regexp): Use unsigned char.
7165 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7167         * fileio.c (Fnext_read_file_uses_dialog_p): New function.
7169         * gtkutil.h (use_old_gtk_file_dialog): Declare.
7171         * gtkutil.c: Make use_old_gtk_file_dialog non-static.
7172         (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
7173         * xfns.c (syms_of_xfns): ... to here.
7175         * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
7176         it doesn't start with /.
7178 2004-11-04  Kenichi Handa  <handa@m17n.org>
7180         * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
7181         treat it as a literal character.
7183 2004-11-03  Kim F. Storm  <storm@cua.dk>
7185         * .gdbinit (ppt): New function.
7187 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7189         * xterm.c (x_window_to_scroll_bar): Only call
7190         xg_get_scroll_id_for_window if toolkit scroll bars are used.
7192         * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
7193         of save.
7195 2004-11-02  Andreas Schwab  <schwab@suse.de>
7197         * window.c (Fscroll_right): Fix last change.
7199 2004-11-02  Kim F. Storm  <storm@cua.dk>
7201         * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
7203 2004-11-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7205         * callproc.c (Fcall_process): Block input around vfork.
7207 2004-11-02  Kim F. Storm  <storm@cua.dk>
7209         * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
7210         (syms_of_eval): Defsubr it.
7212 2004-11-02  Richard M. Stallman  <rms@gnu.org>
7214         * insdel.c (replace_range_2): New function.
7216         * casefiddle.c (casify_region): Handle changes in byte-length
7217         using replace_range_2.
7219         * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
7221         * xdisp.c (back_to_previous_visible_line_start):
7222         Subtract 1 from pos when checking previous newline for invisibility.
7224         * window.c (window_scroll_pixel_based): Update preserve_y
7225         for header line if any.
7226         (Fscroll_left, Fscroll_right): Don't call interactive_p;
7227         use a new second argument instead.
7229         * eval.c (Fcall_interactive_p): New function.
7230         (interactive_p): Don't test INTERACTIVE here.
7231         (Finteractive_p): Doc fix.
7233         * eval.c (Feval): Abort if INPUT_BLOCKED_P.
7235 2004-11-02  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
7237         * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
7238         comparing font names.
7240 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7242         * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
7243         Fx_file_dialog if only directories should be read.
7245         * lisp.h: Fx_file_dialog takes 5 parameters.
7247         * xfns.c (Fx_file_dialog): Both Motif and GTK version:
7248         Add parameter only_dir_p.
7249         In Motif version, don't put DEFAULT_FILENAME in filter part of the
7250         dialog, just text field part.  Do not add DEFAULT_FILENAME
7251         to list of files if it isn't there.
7252         In GTK version, pass only_dir_p parameter to xg_get_file_name.
7254         * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
7255         Check only_dir_p instead of comparing prompt to "Dired".  When using
7256         a save dialog, add option kNavDontConfirmReplacement, change title
7257         to "Enter name", change text for save button to "Ok".
7259         * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
7260         Check only_dir_p instead of comparing prompt to "Dired".
7262         * gtkutil.c (xg_get_file_with_chooser)
7263         (xg_get_file_with_selection): New functions, only defined ifdef
7264         HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
7265         respectively.
7266         (xg_get_file_name): Add parameter only_dir_p.
7267         Call xg_get_file_with_chooser or xg_get_file_with_selection
7268         depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
7269         (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
7271         * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
7273         * config.in: Rebuild (added HAVE_GTK_FILE_*).
7275 2004-11-01  Kim F. Storm  <storm@cua.dk>
7277         * process.c (connect_wait_mask, num_pending_connects):
7278         Only declare and use them if NON_BLOCKING_CONNECT is defined.
7279         (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
7280         (IF_NON_BLOCKING_CONNECT): New helper macro.
7281         (wait_reading_process_output): Only declare and use local vars
7282         Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
7284 2004-11-01  Andy Petrusenco  <Igrek@star-sw.com>  (tiny change)
7286         * w32term.c (x_scroll_run): Delete region objects after use.
7288 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7290         * xmenu.c: Add prototypes for forward function declarations.
7291         (popup_get_selection): Remove parameter do_timers, remove call to
7292         timer_check.
7293         (create_and_show_popup_menu, create_and_show_dialog):
7294         Remove parameter do_timers from call to popup_get_selection.
7296         * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
7297         tool_bar_items and assign the result to f->tool_bar_items if
7298         not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
7299         tool_bar_items to assignment of result.
7301         * atimer.c (alarm_signal_handler): Do not call set_alarm if
7302         pending_atmers is non-zero.
7304 2004-10-31  Kim F. Storm  <storm@cua.dk>
7306         * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
7308 2004-10-28  Will  <will@glozer.net>
7310         * macterm.c: Allow user to assign key modifiers to the Mac Option
7311         key via a 'mac-option-modifier' variable.
7313 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
7316         Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
7317         (x_handle_selection_request, x_handle_selection_clear)
7318         (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
7320 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7322         * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
7324         * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
7326 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         * syntax.c (scan_sexps_forward): Give precedence to a 2-char
7329         comment-starter over a 1-char one.
7331 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7333         * xdisp.c (get_next_display_element): In mode lines,
7334         treat newline and tab like other control characters.
7336         * editfns.c (Fmessage): Doc fix.
7338         * indent.c (vmotion): When moving up, check the newline before.
7339         Make prevline an int, not a Lisp_Object.
7341 2004-10-27  Kim F. Storm  <storm@cua.dk>
7343         * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
7344         Only allocate info and discarded tables once.
7346         * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
7347         (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
7348         (SAFE_FREE): Test it to determine if we need to unwind to free.
7349         Remove size arg.  All users changed.
7350         (SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.
7352 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7354         * gtkutil.c: Put empty line between comment and function body.
7355         (xg_destroy_widgets): Rename from remove_from_container.
7356         Just destroy all widgets in list.  Argument wcont removed.
7357         (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
7358         instead of remove_from_container.
7359         (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
7360         (free_frame_tool_bar): Add comment.
7362         * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
7363         is not NULL before strcmp.
7365 2004-10-26  Kim F. Storm  <storm@cua.dk>
7367         * callint.c (Fcall_interactively): Add 'U' code to get the
7368         up-event discarded by a previous 'k' or 'K' argument.
7370 2004-10-26  David Kastrup  <dak@gnu.org>
7372         * buffer.c (syms_of_buffer): Fix a few typos.
7374 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7376         * xsmfns.c: Put empty line between comment and function body.
7377         Use two spaces before comment end.
7379 2004-10-25  Kenichi Handa  <handa@m17n.org>
7381         * fontset.c (fontset_pattern_regexp): Optimize for the case that
7382         PATTERN is full XLFD.
7384 2004-10-24  Kenichi Handa  <handa@m17n.org>
7386         * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
7388         * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
7389         (regex_compile): Return REG_ERANGEX if appropriate.
7391 2004-10-22  Kenichi Handa  <handa@m17n.org>
7393         * editfns.c (Ftranslate_region_internal): New function.
7394         (syms_of_editfns): Defsubr it.
7396 2004-10-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7398         * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
7400 2004-10-21  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
7402         * xterm.h (x_output): New member `xic_base_fontname'.
7403         (FRAME_XIC_BASE_FONTNAME): New macro.
7404         (xic_free_xfontset): Declare.
7406         * xfns.c (xic_create_xfontset): Share fontsets between frames
7407         based on base_fontname.
7408         (xic_free_xfontset): New function.
7409         (free_frame_xic): Use it.
7410         (xic_set_xfontset): Ditto.
7412         * xterm.c (xim_destroy_callback): Ditto.
7415 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
7417         * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
7419 2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7421         * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
7422         XSync.
7424         * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
7425         New variables and constant.
7426         (main): Calculate heap_bss_diff.  If we are dumping and the
7427         heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
7428         and exec ourself again.
7429         (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
7430         print a warning.
7432         * lastfile.c: Make my_endbss and my_endbss_static available on all
7433         platforms.
7435         * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
7436         * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
7438 2004-10-19  Luc Teirlinck  <teirllm@auburn.edu>
7440         * data.c (Flocal_variable_if_set_p): Doc fix.
7442 2004-10-19  Jason Rumney  <jasonr@gnu.org>
7444         * w32.c (init_environment): Set emacs_dir correctly when running
7445         emacs from the build directory.
7447 2004-10-19  Richard M. Stallman  <rms@gnu.org>
7449         * editfns.c (Fdelete_and_extract_region):
7450         If region is empty, return null string.
7452 2004-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7454         * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
7455         and canon_width.
7456         (xg_frame_cleared): Remove.
7458         * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
7459         (xg_find_top_left_in_fixed): Remove.
7460         (xg_create_scroll_bar): Put an event box widget between
7461         the scroll bar widget and the edit widget.
7462         (xg_show_scroll_bar): Show the parent widget (the event box).
7463         (xg_remove_scroll_bar): Destroy parent (the event box) also.
7464         (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
7465         Move the parent (the event box) widget inside the fixed widget.
7466         Move window clear to xterm.c.
7468         * gtkutil.h (xg_frame_cleared): Remove.
7470         * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
7471         (x_scroll_bar_create, XTset_vertical_scroll_bar):
7472         Remove arguments left and width to xg_update_scrollbar_pos.
7473         (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
7475 2004-10-19  Kenichi Handa  <handa@m17n.org>
7477         * xdisp.c (display_mode_element): Fix display of wide chars.
7479 2004-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7481         * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
7482         gdk_window_clear and move gdk_window_process_all_updates after
7483         clear so events are sent to the X server in correct order.
7485 2004-10-18  Kenichi Handa  <handa@m17n.org>
7487         * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
7488         comparing font names.
7489         (fs_query_fontset): Use fast_string_match for comparing fontset names.
7490         (list_fontsets): Likewise.
7492         * search.c (fast_string_match_ignore_case): New function.
7494         * lisp.h (fast_string_match_ignore_case): Extern it.
7496 2004-10-17  Kim F. Storm  <storm@cua.dk>
7498         * xdisp.c (overlay_arrow_at_row): Return overlay string rather
7499         than bitmap if there is not left fringe.
7500         (get_overlay_arrow_glyph_row): Also used on windows system.
7501         (display_line): Display overlay string if no left fringe.
7503 2004-10-16  Jason Rumney  <jasonr@gnu.org>
7505         * w32fns.c (w32_font_match): Encode font name being matched.
7507 2004-10-16  Richard M. Stallman  <rms@gnu.org>
7509         * window.c (Fspecial_display_p): Doc fix.
7511 2004-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * doc.c (Fsubstitute_command_keys): Fix remap-handling.
7514         Don't ignore menus, because where-is-internal already does it for us.
7516 2004-10-15  Kim F. Storm  <storm@cua.dk>
7518         * xdisp.c (redisplay_window): Only update fringes and vertical
7519         border on window frames.
7521 2004-10-14  Andreas Schwab  <schwab@suse.de>
7523         * m/ia64.h (DATA_SEG_BITS): Don't define.
7525 2004-10-14  Kim F. Storm  <storm@cua.dk>
7527         * xterm.h: Include Xutil.h after keysym.h to work around bug
7528         in some X versions.
7530 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * fns.c (map_char_table): Add missing gcpros.
7534 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * keymap.c (get_keymap): An autoload form is not a keymap.
7538         * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
7540 2004-10-13  Kim F. Storm  <storm@cua.dk>
7542         * callproc.c (Fcall_process): Simplify handling of display arg.
7543         Resume `display_on_the_fly' once a coding system is determined.
7545         * xdisp.c (redisplay_preserve_echo_area): Fix last change.
7547 2004-10-12  Kim F. Storm  <storm@cua.dk>
7549         * xdisp.c (redisplay_preserve_echo_area): Flush display in case
7550         caller, such as call-process, is not going to poll for input.
7551         (calc_line_height_property): Handle case where it->object is nil.
7553         * xterm.c (x_redisplay_interface): Fix flush_display_optional.
7555 2004-10-12  Kenichi Handa  <handa@m17n.org>
7557         * xdisp.c (get_next_display_element):
7558         If unibyte_display_via_language_environment is zero, display 8-bit
7559         chars in octal in unibyte buffer.
7561 2004-10-12  Kim F. Storm  <storm@cua.dk>
7563         * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
7564         are no ordinary bindings.
7566 2004-10-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7568         * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
7570 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7572         * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
7573         (x_lower_frame): Add BLOCK_INPUT around SendBehind.
7574         (make_mac_frame): Add BLOCK_INPUT around the making of a
7575         terminal frame.
7576         (mac_initialize): Add BLOCK_INPUT around carbon initialization.
7577         * macgui.h (mktime): Use emacs_mktime.
7578         * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
7579         Make a cancel file-open dialog be like C-g.
7580         * mac.c (mktime): Use emacs_mktime.
7581         (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
7582         (Fmac_paste_function): Add better error handling for carbon cut/paste.
7584 2004-10-10  Kim F. Storm  <storm@cua.dk>
7586         * keyboard.c (timer_resume_idle): New function to resume idle
7587         timer without resetting timers on the idle list.
7588         (read_char): Use timer_resume_idle.  Remove local var last_idle_start.
7589         (timer_start_idle, timer_stop_idle): Declare static.
7590         (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
7592         * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
7594 2004-10-08  Steven Tamm  <steventamm@mac.com>
7596         * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
7597         * macterm.c (mac_check_for_quit_char): Remove warning for using
7598         NULL where 0 should be used.
7599         * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
7600         objc/malloc.h
7601         * mac.c: Include time.h for Tiger compatibility.
7603 2004-10-07  Kim F. Storm  <storm@cua.dk>
7605         * xdisp.c (redisplay_window): Fix flicker on vertical line between
7606         windows.  Update vertical line after drawing window fringes, but
7607         only if actually drawing any bitmaps--or there is no fringe.
7609         * xterm.c (x_update_window_end): Likewise.
7610         * macterm.c (x_update_window_end): Likewise.
7611         * w32term.c (x_update_window_end): Likewise.
7613         * fringe.c (draw_window_fringes): Return value now indicates if
7614         any fringe bitmaps were redrawn (or there are no fringes).
7616         * dispextern.h (draw_window_fringes): Update prototype.
7618 2004-10-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7620         * macfns.c (mac_get_window_bounds): Add extern.
7621         (x_real_positions): Use mac_get_window_bounds.
7623         * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
7624         xmenu.c (YAILOM).
7626         * macterm.c [!MAC_OSX]: Include Windows.h.
7627         (front_emacs_window): Rename from mac_front_window.  All uses
7628         changed.  Return the frontmost non-tooltip emacs window.
7629         (mac_get_window_bounds): New function.
7630         (x_calc_absolute_position): Use the difference of width and height
7631         between the inner and outer window.
7632         (x_set_offset): Specify window position by the coordinae of the
7633         outer window.  Adjust the position if the title bar is completely
7634         outside the screen.
7635         (app_is_suspended, app_sleep_time): Remove unused variables.
7636         (do_app_resume, do_app_suspend): Remove their contents because
7637         window-activate/deactivate events will do the job.
7638         (do_zoom_window): Remove unused variables.  Make compliant to the
7639         standard way of zooming.  Set f->left_pos and f->top_pos.
7640         (XTread_socket): Don't use argument `expected'.  Don't use
7641         FrontWindow to determine the clicked window.  Exclude unprocessed
7642         mouseUp cases in the early stage.  Add parentheses to fix operator
7643         precedence.
7644         (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
7646 2004-10-05  Jan Dj\e,Ad\e(Brv.  <jan.h.d@swipnet.se>
7648         * config.in: Regenerate.
7650         * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
7651         HAVE_EXECSHIELD.
7653 2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7655         * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
7656         a row if Alt or Meta has been found for that row.  Also stop scanning
7657         for Keysyms for that row.
7659 2004-10-04  Kim F. Storm  <storm@cua.dk>
7661         * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
7662         to list.  Include overlay arrow bitmap in return value.
7664         * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
7665         bars with fractional column width.  If scroll bar separates two
7666         windows, move it towards the window it belongs to.  Only update
7667         the padding area below the scroll bar widget when necessary,
7668         i.e. when scroll bar widget is created, moved, or resized.
7670         * xdisp.c (define_frame_cursor1): Do not change frame cursor
7671         while tracking/dragging mouse.
7672         (x_draw_vertical_border): Do not draw line if frame has scroll bars.
7674         * window.c (coordinates_in_window): Relax check for cursor
7675         on vertial border between mode lines.
7676         (Fset_window_fringes): Do not allow negative widths.
7677         (Fset_window_scroll_bars): Likewise.
7679         * .gdbinit (pp): Shorthand for p ARG + pr.
7680         (ff): New command: flush frame updates (X only).
7682 2004-10-03  Michael Albinus  <michael.albinus@gmx.de>
7684         * fileio.c (auto_save_1) Call Ffile_modes for remote files.
7686 2004-09-30  Kenichi Handa  <handa@m17n.org>
7688         * process.c (send_process): Free composition data.
7690         * fileio.c (Finsert_file_contents): Free composition data.
7692         * coding.c (code_convert_region): Don't skip ASCIIs if there are
7693         compositions to encode.
7694         (encode_coding_string): Likewise.  Free composition data.
7696 2004-09-30  Florian Weimer  <fw@deneb.enyo.de>
7698         * coding.c (code_convert_region): Free composition data.
7700 2004-09-29  Kim F. Storm  <storm@cua.dk>
7702         * fringe.c: Remove limit on number of bitmaps.
7703         (fringe_bitmaps, fringe_faces): Change to pointers.
7704         (max_fringe_bitmaps): New var.
7705         (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
7706         (init_fringe): Allocate fringe_bitmaps and fringe_faces.
7708         * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
7709         (struct glyph_row): Reorder fringe_bitmap related fields.
7710         (struct it): Likewise.
7712         * w32term.c (fringe_bmp): Change to pointer.
7713         (max_fringe_bmp): New var.
7714         (w32_define_fringe_bitmap): Expand fringe_bmp.
7715         (w32_draw_fringe_bitmap): Check max_fringe_bmp.
7716         (w32_destroy_fringe_bitmap): Likewise.
7718 2004-09-29  Kim F. Storm  <storm@cua.dk>
7720         * fringe.c: Simplify last change.
7721         (lookup_fringe_bitmap): New function.
7722         (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
7723         (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
7724         Keep standard bitmaps in Vfringe_bitmaps.
7725         (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
7726         (Fset_fringe_bitmap_face): Likewise.
7728         * dispextern.h (lookup_fringe_bitmap): Add prototype.
7729         (valid_fringe_bitmap_p): Remove prototype.
7731         * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
7733 2004-09-29  Kim F. Storm  <storm@cua.dk>
7735         * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
7736         (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
7738         * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
7740         * fringe.c (Vfringe_bitmaps): New variable.
7741         (syms_of_fringe): DEFVAR_LISP it.
7742         (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
7743         Change arg to Lisp_Object and fail if not an integer.
7744         (get_fringe_bitmap_name, resolve_fringe_bitmap)
7745         (destroy_fringe_bitmap): New functions.
7746         (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
7747         Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
7748         clear its fringe property.
7749         (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
7750         Fdestroy_fringe_bitmap.
7751         (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
7752         bitmap symbol; remove WHICH arg.  Add symbol to Vfringe_bitmaps
7753         and set fringe property.  Signal error if no free slots.
7754         (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
7755         (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
7757         * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
7758         symbols with a fringe property.
7760 2004-09-27  Kim F. Storm  <storm@cua.dk>
7762         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
7763         Doc fix.  Format may now be a symbol or alist, not a cons.
7765         * fringe.c (update_window_fringes): Handle new formats of
7766         indicate-buffer-boundaries (symbol or alist).  No longer
7767         allow a simple cons.
7768         (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
7770 2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7772         * config.in: Rebuild.
7774 2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7776         * config.in: Rebuild.
7778         * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
7780 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7782         * xterm.c (x_term_init): Work around a bug in some X servers.
7784 2004-09-18  Richard M. Stallman  <rms@gnu.org>
7786         * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
7788         * xdisp.c (try_window_reusing_current_matrix):
7789         Handle the case where we reach the old displayed text,
7790         out of sync with the old line boundary.
7792 2004-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7794         * fileio.c (Finsert_file_contents): Fix case of replacement in a
7795         narrowed buffer.
7797 2004-09-14  Kim F. Storm  <storm@cua.dk>
7799         * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
7801         * xfaces.c (Qface_no_inherit): New var.
7802         (syms_of_xfaces): Intern and staticpro it.
7803         (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
7804         (Finternal_copy_lisp_face, update_face_from_frame_parameter):
7805         Don't increment face_change_count when face has non-nil
7806         face-no-inherit property.
7808 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
7811         (Fbyte_code): Remove dead code after `wrong_type_argument'.
7813         * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
7814         before doing the mark_stack_check_gcpros since they're not on the stack.
7816 2004-09-12  Kim F. Storm  <storm@cua.dk>
7818         * editfns.c (Fformat): Handle format strings with multiple text
7819         properties.  Reverse text property list from the format string,
7820         so the positions are in increasing order.
7822 2004-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7824         * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
7825         x_uncatch_errors so that possible protocol errors are delivered.
7827 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
7829         * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
7830         blockinput.h.
7831         (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
7832         charset.h, and coding.h
7833         (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
7834         (term.o): Depend on window.h and keymap.h.
7835         (abbrev.o): Depend on syntax.h.
7836         (callint.o): Depend on keymap.h.
7837         (casefiddle.o): Depend on charset.h and keymap.h.
7838         (category.o): Depend on keymap.h.
7839         (coding.o): Depend on dispextern.h.
7840         (cmds.o): Depend on keyboard.h and keymap.h.
7841         (dispnew.o): Depend on indent.h and intervals.h.
7842         (doc.o): Depend on keymap.h.
7843         (editfns.o): Depend on frame.h.
7844         (emacs.o): Depend on dispextern.h.
7845         (fileio.o): Don't depend on ccl.h.
7846         (filelock.o): Depend on charset.h and coding.h.
7847         (frame.o): Depend on w32term.h and macterm.h.
7848         (insdel.o): Depend on region-cache.h.
7849         (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
7850         (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
7851         (search.o): Depend on $(INTERVALS_SRC).
7852         (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
7853         (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
7854         xterm.h, w32term.h, and macterm.h.
7855         (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
7856         w32term.h, and macterm.h.
7857         (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
7858         region-cache.h, xterm.h, w32term.h, and macterm.h.
7859         (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
7860         (data.o): Depend on frame.h.
7861         (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
7862         (print.o): Depend on termchar.h and $(INTERVALS_SRC).
7863         (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
7864         (intervals.o): Depend on keymap.h.
7866         * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
7867         Add debugging print-out to termscript.
7869 2004-09-09  Richard M. Stallman  <rms@gnu.org>
7871         * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
7873 2004-09-08  Richard M. Stallman  <rms@gnu.org>
7875         * window.c (Fset_window_buffer): Doc fix.
7877         * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
7879 2004-09-08  Dan Nicolaescu  <dann@ics.uci.edu>
7881         * minibuf.c (history_delete_duplicates): New variable.
7882         (read_minibuf): Use it.
7883         (syms_of_minibuf): Create the corresponding lisp variable.
7885 2004-09-08  Kim F. Storm  <storm@cua.dk>
7887         * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
7888         overlay just before point.
7890 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7892         * buffer.h (struct buffer): Add auto_save_file_format field.
7893         * buffer.c (reset_buffer, init_buffer_once):
7894         Handle auto_save_file_format field.
7895         (syms_of_buffer): Add DEFVAR_PER_BUFFER for
7896         `buffer-auto-save-file-format'.
7897         * fileio.c: Delete declaration for removed Vauto_save_file_format.
7898         (build_annotations): Adapt to replacement of
7899         `auto-save-file-format' with the new buffer-local variable
7900         `buffer-auto-save-file-format'.
7901         (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
7903 2004-09-07  Jason Rumney  <jasonr@gnu.org>
7905         * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
7907         * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
7908         Handle Unicode menu titles.
7910 2004-09-07  Kim F. Storm  <storm@cua.dk>
7912         * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
7913         property from text property or overlay strings at point.
7915 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7917         * xmenu.c (update_submenu_strings): YAILOM.
7918         (set_frame_menubar): Make sure last_i is initialized.
7920 2004-09-03  Jason Rumney  <jasonr@gnu.org>
7922         * w32menu.c (_widget_value): Add lname and lkey.
7923         (digest_single_submenu): Set lname and lkey in widget_value
7924         instead of name and key.
7925         (update_submenu_strings): New function.
7926         (set_frame_menubar): Remove call to inhibit_garbage_collection,
7927         call update_submenu_strings.
7929         * w32menu.c (globals_of_w32menu): Check for Unicode API.
7930         (digest_single_submenu, w32_menu_show): Encode menu strings as
7931         UTF-8 if Unicode API is available.
7932         (utf8to16): New function.
7933         (add_menu_item): Use it when calling Unicode API.
7935 2004-09-03  Kim F. Storm  <storm@cua.dk>
7937         * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
7938         in overlay or text-property strings; set cursor on corresponding
7939         glyph rather than at end of the string.
7941 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7943         * macfns.c (x_real_positions): Save the current window port and
7944         set a new one before obtaining the global coordinate.
7945         Use FRAME_MAC_WINDOW.
7946         (x_set_name, x_set_title): Encode title to UTF8.
7947         Use SetWindowTitleWithCFString.
7948         (Fx_server_version): Get correct OS version.
7950         * macmenu.c (add_menu_item): Remove unused variable `i'.
7951         Don't let separator items destroy refence constants of other menu items.
7953         * macterm.c (x_update_end): Move SetPortWindowPort to inside
7954         BLOCK_INPUT.
7955         (x_set_offset): Use FRAME_MAC_WINDOW.
7957         * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
7958         nontext_cursor if it is on a scroll bar.
7960         * s/darwin.h (LIBS_CARBON): New define to specify libraries for
7961         Carbon support.
7962         (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
7963         Use LIBS_CARBON.
7965 2004-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7967         * xfns.c (x_set_name_internal): New function.  Check if we shall call
7968         xfree before ENCODE_UTF_8.
7969         (x_set_name, x_set_title): Call x_set_name_internal.
7971 2004-08-31  NAKAMURA Toshikazu  <nr-tkz@nifty.com>  (tiny change)
7973         * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
7974         reload it.
7976 2004-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7978         * macmenu.c (_widget_value): Add lname and lkey.
7979         (single_submenu): Set lname and lkey in widget_value
7980         instead of name and key.
7981         (update_submenu_strings): New function.
7982         (set_frame_menubar): Remove call to inhibit_garbage_collection,
7983         call update_submenu_strings.
7985         * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
7986         instead of name and key.
7987         (update_submenu_strings): New function.
7988         (set_frame_menubar): Remove call to inhibit_garbage_collection,
7989         call update_submenu_strings.
7991         * gtkutil.h (_widget_value): Added lname and lkey.
7993 2004-08-30  Steven Tamm  <steventamm@mac.com>
7995         * macmenu.c (mac_menu_show): Remove shadowing of menu variable
7996         by using different names for inner loop variables.
7998 2004-08-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8000         * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
8001         from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
8003         * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
8004         tool bar items is 0.
8006 2004-08-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8008         * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
8009         strings in menu items.
8010         (single_submenu): Use ENCODE_MENU_STRING
8011         (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
8012         button release isn't passed to event loop
8013         (add_menu_item): Use SetMenuItemWithCFString
8015 2004-08-26  Steven Tamm  <steventamm@mac.com>
8017         * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
8018         tool-bar/menu click.
8019         * macfns.c (Fx_file_dialog): Implement using NavServices.
8021 2004-08-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8023         * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
8025         * xfns.c (x_window_to_frame, x_any_window_to_frame)
8026         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
8027         (x_top_window_to_frame): Return 0 if wdesc is None.
8029 2004-08-22  Richard M. Stallman  <rms@gnu.org>
8031         * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
8032         HAVE_TERMIOS]: If there's no char for this signal, drop through
8033         and use system calls.
8035         * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
8037 2004-08-20  Kim F. Storm  <storm@cua.dk>
8039         * process.c (wait_reading_process_output): Rename from
8040         wait_reading_process_input.  All uses changed.
8041         (wait_reading_process_output_1): Rename from
8042         wait_reading_process_input_1.  All uses changed.
8044         * dispnew.c (Fsleep_for): Remove obsolete code.
8046 2004-08-20  Kenichi Handa  <handa@m17n.org>
8048         * syntax.c (skip_chars): Fix for unibyte case.
8050 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * syntax.c (char_quoted): Mixup byte/char pos.
8053         (back_comment): Fixup globals in all cases.
8055 2004-08-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8057         * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
8058         passing it to gtk_window_set_title.
8060 2004-08-19  Kim F. Storm  <storm@cua.dk>
8062         * process.c (wait_reading_process_input): Clean up.
8063         Add wait_for_cell, wait_proc, and just_wait_proc args
8064         to avoid overloading `read_kbd' and `do_display' args.
8065         Change read_kbd arg to int.  All callers changed.
8067         * process.c (process_send_signal): Use CDISABLE.
8069         * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
8071 2004-08-18  Kim F. Storm  <storm@cua.dk>
8073         * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
8074         forward to wait_reading_process_input via DO_DISPLAY arg.
8075         (wait_reading_process_input): If DO_DISPLAY < 0 for a process
8076         object, only process output from that process; also inhibit
8077         running timers if DO_DISPLAY==-2.
8079 2004-08-17  Kim F. Storm  <storm@cua.dk>
8081         * process.c (process_send_signal): Fix last change--use
8082         _POSIX_VDISABLE instead of CVDISABLE when available.
8084 2004-08-16  Richard M. Stallman  <rms@gnu.org>
8086         * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
8087         Set VQUIT and VINTR chars to the standard ones if they are unset.
8088         [AIX]: Don't do that here.  And don't force VINTR to standard
8089         when SIGNALS_VIA_CHARACTERS.
8091         * process.c (process_send_signal)
8092         [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
8093         Do nothing if the character is CVDISABLE.
8095         * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
8097         * intervals.c (move_if_not_intangible):
8098         Force POSITION to be between BEGV and ZV.
8100 2004-08-14  John Paul Wallington  <jpw@gnu.org>
8102         * buffer.c (Frestore_buffer_modified_p): Doc fix.
8104         * fileio.c (Fread_file_name): Doc fix.
8106         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
8108 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8110         * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
8112 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8114         * keyboard.c: Declare Qdisabled_command_function instead of
8115         Qdisabled_command_hook.
8116         (Fcommand_execute): Use Qdisabled_command_function instead of
8117         Qdisabled_command_hook.
8118         (syms_of_keyboard): Ditto.
8120 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8122         * keymap.c (Flocal_key_binding, Fglobal_key_binding)
8123         (syms_of_keymap) <key-translation-map>: Doc fixes.
8125 2004-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8127         * window.c (window_list_1): YAILOM.
8129         * fileio.c (make_temp_name): Handle multibyte prefixes.
8131 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8133         * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
8134         Doc fix.
8136 2004-08-03  Kenichi Handa  <handa@m17n.org>
8138         * coding.c (decode_coding_string): Adjust coding->consumed, and
8139         etc. with shrinked_bytes.
8141 2004-08-03  Kim F. Storm  <storm@cua.dk>
8143         * indent.c (compute_motion): Fix check for full width window
8144         in non-window case.  Do not count left truncation glyph on
8145         window systems.
8147 2004-08-02  Luc Teirlinck  <teirllm@auburn.edu>
8149         * data.c (Finteractive_form): Doc fix.
8151 2004-08-02  Kim F. Storm  <storm@cua.dk>
8153         * indent.c (compute_motion): Use actual window width if WIDTH is -1,
8154         properly accounting for continuation glyph on non-window systems.
8155         (Fcompute_motion): Use actual window width if WIDTH is nil, and
8156         actual window width/height if TOPOS is nil, properly accounting for
8157         continuation glyphs on non-window systems, and optional header lines.
8158         (vmotion): Let compute_motion calculate actual window width.
8160         * window.c (window_scroll_line_based): Let compute_motion
8161         calculate actual window width.
8163 2004-08-02  Kim F. Storm  <storm@cua.dk>
8165         * process.c (read_process_output): Use whole read buffer.
8166         Don't trigger adaptive read buffering on errors.
8168 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
8170         * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
8172         * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
8174         * callint.c (Fcall_interactively): Doc fix.
8176 2004-07-30  Richard M. Stallman  <rms@gnu.org>
8178         * abbrev.c (Fexpand_abbrev): Undo previous change.
8180 2004-07-30  Kim F. Storm  <storm@cua.dk>
8182         * editfns.c (Fformat): Allocate extra (dummy) element in info.
8184 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
8186         * eval.c (Fdefvar, Fdefconst): Doc fixes.
8188 2004-07-27  Kim F. Storm  <storm@cua.dk>
8190         * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
8191         we have ensured that the glyph fits on the current line (or returned
8192         MOVE_LINE_CONTINUED otherwise).
8194 2004-07-26  Kim F. Storm  <storm@cua.dk>
8196         * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
8197         is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
8198         if target position is at end of display line but char is not a newline.
8200 2004-07-25  Richard M. Stallman  <rms@gnu.org>
8202         * window.c (coordinates_in_window): Return ON_SCROLL_BAR
8203         instead of ON_VERTICAL_BORDER, when on scroll bar.
8204         (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
8206         * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
8208         * window.c (Fcoordinates_in_window_p):
8209         Take account of FRAME_INTERNAL_BORDER_WIDTH.
8211         * alloc.c (check_cons_list): New function (contents commented out).
8213 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8215         * xfaces.c (Fcolor_supported_p): Doc fix.
8217         * frame.c (Fselect_frame, Fset_frame_selected_window)
8218         (Fframe_visible_p, Fraise_frame): Doc fixes.
8220 2004-07-24  Richard M. Stallman  <rms@gnu.org>
8222         * keyboard.h (not_single_kboard_state): Declare.
8224         * fileio.c (Fwrite_region): Doc fix.
8226         * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
8228         * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
8229         only when a real abbrev is present.
8231         * xfns.c (x_icon_verify): New function.
8232         (Fx_create_frame): Use it.
8234 2004-07-22  Barry Fishman  <barry_fishman@att.net>  (tiny change)
8236         * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
8238 2004-07-21  Kim F. Storm  <storm@cua.dk>
8240         * window.h (struct glyph_matrix): New members nrows_scale_factor
8241         and ncols_scale_factor.
8243         * window.c (make_window): Initialize nrows_scale_factor and
8244         ncols_scale_factor members.
8246         * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
8247         (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
8248         (required_matrix_height): Apply nrows_scale_factor.
8249         (required_matrix_width): Apply ncols_scale_factor.
8251         * xdisp.c (display_line): Increment nrows_scale_factor and set
8252         fonts_changed_p if past last allocated row.
8253         (append_glyph, append_composite_glyph, produce_image_glyph)
8254         (append_stretch_glyph): Increment ncols_scale_factor and set
8255         fonts_changed_p if current area is full.
8257 2004-07-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8259         * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
8261 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8263         * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
8264         (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
8265         (Fset_window_start, Fscroll_up, Fscroll_down)
8266         (Fother_window_for_scrolling, Fscroll_other_window)
8267         (Fsave_window_excursion, Fset_window_vscroll)
8268         (syms_of_window) <window-size-fixed>: Doc fixes.
8270 2004-07-19  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
8272         * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
8273         ENCODE_SYSTEM for filenames.
8275 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8277         * mac.c (sys_select): Block input around call to
8278         ReceiveNextEvent to prevent breakage.  Correctly handle
8279         blocking on event queue only by calling ReceiveNextEvent
8280         instead of select (since GUI events aren't on an fd).
8281         (sys_read): Remove function
8282         * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
8284 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8286         * mac.c (sys_select): Redo sys_select to use alarm-based
8287         polling instead of 1 sec timeouts (like solaris).
8289         * macterm.c (x_make_frame_visible): Comment in polling on
8290         frame creation.
8292         * keyboard.c: Undef SIGIO on Carbon
8294         * atimer.c (alarm_signal_handler): Call alarm handlers after
8295         scheduling.
8297         * eval.c (Feval): Remove quit_char test
8299         * process.c (wait_reading_process_input): Remove clearing
8300         stdin for select call on process input.
8302 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
8304         * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
8305         capitalization error in docstring.
8307 2004-07-17  Juanma Barranquero  <lektu@terra.es>
8309         * keyboard.c (not_single_kboard_state): Do nothing unless
8310         MULTI_KBOARD is defined.
8312 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8314         * window.c (coordinates_in_window): Inside the window but outside
8315         its box to the L or R, return ON_VERTICAL_BORDER.
8316         (window_list_1): Rotate the list to start with WINDOW.
8318         * print.c (print_preprocess): Test for print_depth at limit
8319         before entering in being_printed.
8321         * keyboard.c (not_single_kboard_state): New function.
8322         (stuff_buffered_input): Now no-op only if no SIGTSTP.
8324         * frame.c (Fdelete_frame): If we're in single_bboard_state on
8325         this kboard, and we delete its last frame, go to any_kboard_state.
8327         * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
8329 2004-07-15  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
8331         * w32fns.c (Fx_file_dialog): Encode strings in system coding
8332         system before passing them to OS functions for display.
8334 2004-07-15  David Kastrup  <dak@gnu.org>
8336         * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
8337         Apparently fixes an abort condition.
8339 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8341         * fileio.c (Fvisited_file_modtime): Return a list of two integers,
8342         instead of a cons.
8344 2004-07-14  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
8346         * keyboard.c (echo_dash): Do nothing if there already is a dash
8347         at the end of the echo string.
8349 2004-07-12  Kim F. Storm  <storm@cua.dk>
8351         * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
8352         if GC_MARK_STACK.
8354 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
8356         * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
8358         * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
8359         (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
8360         (Freplace_buffer_in_windows, Fset_window_buffer)
8361         (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
8362         (syms_of_window): Expand docstring of `display-buffer-function'.
8364 2004-07-09  Luc Teirlinck  <teirllm@auburn.edu>
8366         * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
8367         (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
8368         that time values of the type (HIGH . LOW) are considered obsolete.
8370 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8372         * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
8373         docstring.
8375         * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
8377 2004-07-06  John Paul Wallington  <jpw@gnu.org>
8379         * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
8381         * fns.c (Fclear_string): Signal an error if STRING is not a string.
8383 2004-07-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8385         * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
8386         instead of CGMainDisplayID (only in OSX 10.2 and later).
8388 2004-07-04  John Paul Wallington  <jpw@gnu.org>
8390         * fileio.c (read_file_name_completion_ignore_case): New variable.
8391         (syms_of_fileio): Declare and initialise it.
8392         (Fread_file_name): Bind `completion-ignore-case' to respect it.
8394 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
8396         * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
8397         for event.x and event.y.
8399 2004-07-01  Kenichi Handa  <handa@m17n.org>
8401         * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
8402         after getting a new string by pre-write-conversion.
8404 2004-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8406         * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
8407         (x_calc_absolute_position): Remove unused var `child'.
8409         * xfaces.c (x_supports_face_attributes_p)
8410         (Fdisplay_supports_face_attributes_p): YAILOM.
8411         (tty_supports_face_attributes_p): Remove unused var `i'.
8413         * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
8414         back_unibyte_ok.
8416         * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
8418         * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
8420         * Makefile.in (${etc}DOC): Fix file name of make-docfile.
8422 2004-06-30  Andreas Schwab  <schwab@suse.de>
8424         * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
8425         (Finit_image_library): Pass LIBRARIES through to
8426         CHECK_LIB_AVAILABLE.  Declare parameters.  Doc fix.
8427         (lookup_image_type): Pass Qnil as second argument to
8428         Finit_image_library.
8430         * lisp.h (Finit_image_library): Declare.
8432 2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8434         * macterm.c (do_window_activate, do_window_deactivate): Remove.
8435         (XTread_socket): Send mouse button events to the toolbox
8436         dispatcher even when the mouse is grabbed.  Don't process window
8437         activate events for non-Emacs windows.  Replace function calls to
8438         do_window_activate and do_window_deactivate with their contents.
8439         Reset mouse grabbing status when a window is deactivated.
8441 2004-06-29  Steven Tamm  <steventamm@mac.com>
8443         * macterm.c (mac_get_emulated_btn)
8444         (mac_event_to_emacs_modifiers): Fix emulated mouse button
8445         support to correctly mask out modifiers.
8447 2004-06-29  David Kastrup  <dak@gnu.org>
8449         * search.c (Fset_match_data): Allow buffer before end of list
8450         which can happen if set-match-data is using a pre-consed list.
8452 2004-06-28  Steven Tamm  <steventamm@mac.com>
8454         * macterm.c (XTread_socket): Correctly set the frame position
8455         after the window is moved.
8457 2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8459         * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
8460         gpix and gmask just before return to avoid memory leak.
8461         (xg_get_image_for_pixmap): Add workaround for monochrome displays
8462         so insensitive and activated icons look ok.
8464 2004-06-27  Jason Rumney  <jasonr@gnu.org>
8466         * w32fns.c (file_dialog_callback): Disable edit control if set
8467         to directories only on CDN_INITDONE message.
8468         (Fx_file_dialog): Default to directories only when prompt starts
8469         with "Dired".
8471 2004-06-25  Kim F. Storm  <storm@cua.dk>
8473         * alloc.c (allocate_misc): Update total_free_markers.
8474         (free_misc): New function.
8475         (safe_alloca_unwind, free_marker): Use it.
8477         * lisp.h (free_misc): Add prototype.
8479         * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
8481 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8483         * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
8484         (syms_of_emacs): Lisp variables deleted.
8486 2004-06-23  David Kastrup  <dak@gnu.org>
8488         * search.c (Freplace_match): Adjust the match-data more thoroughly
8489         when replacing strings in the buffer.
8490         (Fmatch_data): When INTEGERS is non-nil and the last match was in
8491         a buffer, add the buffer as last element to the match data.
8492         (Fset_match_data): If an additional element of the match-data is a
8493         buffer, restore it to last_thing_searched.
8494         (save_search_regs): Save last_thing_searched as part of the match data.
8495         (restore_match_data): Restore it again.
8497 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8499         * keymap.c (Ftext_char_description): Doc fix.
8500         * doc.c (Fsnarf_documentation): Doc fix.
8502 2004-06-22  Kim F. Storm  <storm@cua.dk>
8504         * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
8506         * lisp.h (struct Lisp_Save_Value): New member dogc.
8507         (SAFE_ALLOCA_LISP): Change second arg to number of elements.
8508         Set dogc member in Lisp_Save_Value object so it will be GC'ed.
8509         (SAFE_FREE_LISP): New macro.
8511         * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
8512         (make_save_value): Init new dogc member.
8513         (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
8515         * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
8516         SAFE_FREE_LISP macros.
8518 2004-06-22  Kim F. Storm  <storm@cua.dk>
8520         * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
8521         Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
8522         in that memory area are unknown to GC.  Add comments.
8524         * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
8526 2004-06-21  Kim F. Storm  <storm@cua.dk>
8528         * lisp.h (MAX_ALLOCA): Define here.
8529         (safe_alloca_unwind): Add prototype.
8530         (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
8532         * alloc.c (safe_alloca_unwind): New function.
8534         * casefiddle.c (casify_object): Use SAFE_ALLOCA.
8536         * charset.c (Fstring): Use SAFE_ALLOCA.
8538         * coding.c (MAX_ALLOCA): Remove define.
8540         * data.c (MAX_ALLOCA): Remove define.
8541         (Faset): Use SAFE_ALLOCA.
8543         * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
8545         * fns.c (string_make_multibyte, string_to_multibyte)
8546         (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
8547         (MAX_ALLOCA): Remove define.
8548         (Fbase64_encode_region, Fbase64_encode_string)
8549         (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
8550         (Fbase64_encode_region, Fbase64_encode_string): Fix potential
8551         memory leak if encoding fails.
8553         * xdisp.c (add_to_log): Use SAFE_ALLOCA.
8555 2004-06-21  Eli Zaretskii  <eliz@gnu.org>
8557         * print.c (Fwith_output_to_temp_buffer): Doc fix.
8559 2004-06-20  Richard M. Stallman  <rms@gnu.org>
8561         * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
8563         * search.c (match_limit): Cleaner err msg when no match data available.
8565         * window.c (syms_of_window): Doc fix.
8567         * keyboard.c (command_loop_1): Handle values `only' and `identity'
8568         for Vtransient_mark_mode.
8570         * buffer.c (syms_of_buffer): Doc fix.
8572 2004-06-21  David Kastrup  <dak@gnu.org>
8574         * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
8575         and unbinding of `case-fold-search' according to
8576         `completion-ignore-case' around calls of string-match and
8577         predicates, respectively.  Should give satisfactory performance
8578         in all relevant cases.
8580 2004-06-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8582         * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
8583         clip_x/y_origin.
8585         * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
8587         * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
8589         * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
8590         on Mac OSX.
8592 2004-06-16  Luc Teirlinck  <teirllm@auburn.edu>
8594         * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
8596 2004-06-16  Kim F. Storm  <storm@cua.dk>
8598         * dispextern.h (Vimage_types): Remove extern.
8600 2004-06-16  Miles Bader  <miles@gnu.org>
8602         * image.c (lookup_image_type): Initialize image type if necessary.
8604 2004-06-15  Kim F. Storm  <storm@cua.dk>
8606         * xdisp.c (try_cursor_movement): Exclude header line from scroll
8607         margin at top of window.
8608         (try_window_reusing_current_matrix): Calculate proper cursor position
8609         after scrolling up with non-zero scroll margin, as the old cursor
8610         position corresponds to value of PT before executing this command.
8611         (try_window_id): Consider scroll margin at bottom of window too;
8612         otherwise we fail to scroll when hl-line-mode is enabled.
8614         * syntax.c (skip_chars): Only recognize [:class:] when it has the
8615         proper format and class is a lower-case word.
8617 2004-06-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8619         * gtkutil.c (xg_get_image_for_pixmap): New function.
8620         (xg_get_gdk_pixmap_and_mask): Remove.
8621         (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
8622         xg_get_gdk_pixmap_and_mask.
8624         * xterm.h (struct x_display_info): Typo in comment fixed.
8626 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8628         * dispextern.h (Vimage_types): Make it conditional on
8629         HAVE_WINDOW_SYSTEM.
8631         * image.c (Vimage_types): Move from xdisp.c.
8632         (Vimage_type_cache): New variable.
8633         (define_image_type): New argument indicating whether an image
8634         library was loaded; cache loaded status and return t on success,
8635         nil otherwise.
8636         (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
8637         (w32_delayed_load): New function to load an image library from a
8638         list of possible filenames.
8639         (init_xpm_functions, init_png_functions, init_jpeg_functions)
8640         (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
8641         (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
8642         (Finit_image_library): New function, extracted from `init_image'.
8643         Try to initialize an image library on demand and cache whether we
8644         were successful or not.
8645         (syms_of_image): Initialize `Vimage_types' and
8646         `Vimage_type_cache'.  Add recognized image types to Vimage_types.
8647         Export `init-image-library'.
8648         (init_image): Remove initialization of all image types, except xbm
8649         and pbm.
8651         * xdisp.c (Vimage_types): Delete (moved to image.c).
8653 2004-06-14  Andreas Schwab  <schwab@suse.de>
8655         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
8656         Avoid calling specbind when completion-regexp-list is empty.
8658 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8660         * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
8661         (re_wctype, re_iswctype, re_wctype_to_bit):
8662         Non-function definitions moved here from regex.c.
8664         * regex.c (re_wctype, re_iswctype): Function defs longer static.
8665         (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
8666         (re_wctype, re_iswctype, re_wctype_to_bit):
8667         Non-function definitions moved to regex.h.
8669         * window.c (Fselect_window): Doc fix.
8671         * syntax.c: Include regex.h.
8672         (skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
8673         If requested, make a list of classes, then check the scanned
8674         chars for membership in them.
8675         (in_classes): New function.
8676         Doc fix.
8678         * keyboard.c (cmd_error): Don't call any_kboard_state
8679         if inside a recursive edit level.
8681 2004-06-13  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
8683         * keyboard.c (command_loop): Call any_kboard_state before
8684         command_loop_2 when at top level.
8686 2004-06-13  Andreas Schwab  <schwab@suse.de>
8688         * print.c (print_object): Always use %ld for printing EMACS_INT.
8690         * keyboard.c (cancel_hourglass_unwind): Return a value.
8691         (modify_event_symbol): Always use %ld for printing EMACS_INT.
8692         (Fexecute_extended_command): Likewise.
8694         * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
8695         avoid clashes.
8696         (SYNTAX): Likewise.
8697         (SYNTAX_WITH_FLAGS): Likewise.
8698         (SYNTAX_MATCH): Likewise.
8700         * syntax.c (char_quoted): Avoid warning about undefined operation.
8701         (find_defun_start): Likewise.
8702         (scan_lists): Likewise.
8703         (INC_FROM): Likewise.
8704         (scan_sexps_forward): Likewise.
8706         * image.c: Include <ctype.h>.
8708         * xfaces.c (face_attr_equal_p): Declare parameters.
8710 2004-06-13  Kenichi Handa  <handa@m17n.org>
8712         * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
8714 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
8716         * eval.c (Fdefun): Signal an error if NAME is not a symbol.
8718 2004-06-12  Kenichi Handa  <handa@m17n.org>
8720         * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
8721         ccl_prog_stack_struct and update it.
8722         (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
8723         (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
8724         ccl->eof_ic on EOF.
8725         (ccl_debug_hook): New function.
8726         (struct ccl_prog_stack): New member eof_ic.
8727         (ccl_driver): Handle EOF in subrountine call correctly.
8729 2004-06-11  Kenichi Handa  <handa@m17n.org>
8731         * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
8733 2004-06-11  Kim F. Storm  <storm@cua.dk>
8735         * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
8737 2004-06-11  Juanma Barranquero  <lektu@terra.es>
8739         * keyboard.c (Fposn_at_point): Doc fix.
8741 2004-06-11  David Kastrup  <dak@gnu.org>
8743         * search.c (match_limit): Don't flag an error if match-data
8744         exceeding the allocated search_regs.num_regs gets requested, just
8745         return Qnil.
8747 2004-06-08  Miles Bader  <miles@gnu.org>
8749         * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
8751 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8753         * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
8754         (Fcurrent_time_string, Fcurrent_time_zone)
8755         (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
8757 2004-06-07  Miles Bader  <miles@gnu.org>
8759         * xfaces.c (struct named_merge_point): New type.
8760         (push_named_merge_point): New function.
8761         (merge_named_face): New function.
8762         (merge_face_ref, face_at_buffer_position, face_at_string_position):
8763         Use `merge_named_face'.
8764         (merge_face_inheritance): Function removed.
8765         (merge_face_ref): Rename from `merge_face_vector_with_property'.
8766         Add new `err_msgs' and `named_merge_points' args.  Return error
8767         status.  Only print error messages if ERR_MSGS is true.  Don't try to
8768         do :inherit attribute validation.
8769         (merge_face_heights): Handle `unspecified' in both directions.
8770         (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
8771         Call `merge_face_ref' instead of `merge_face_inheritance'.
8772         (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
8773         (compute_char_face, face_at_buffer_position)
8774         (face_at_string_position): Call `merge_face_ref' instead of
8775         `merge_face_vector_with_property'.
8777 2004-06-07  Kenichi Handa  <handa@m17n.org>
8779         * coding.c (find_safe_codings): Check NILP (safe_codings) only at
8780         the necessary places.
8782 2004-06-07  Kim F. Storm  <storm@cua.dk>
8784         * process.c (Fdelete_process): Undo 2004-05-28 change.
8785         Instead, call status_notify also for network process.
8786         (status_message): Use process instead of status as arg.
8787         Give messages "deleted" or "connection broken by remote peer" for
8788         an exited network process.
8789         (status_notify): Change call to status_message.
8790         (read_process_output): Increase readmax to 4096.  Do not increase
8791         buffer size for datagram channels (default is now large enough).
8793 2004-06-06  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
8795         * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
8796         problem due to newly defined variable.
8798 2004-06-06  Miles Bader  <miles@gnu.org>
8800         * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
8801         immediately if non-interactive or not initialized.
8803 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8805         * minibuf.c (Fcompleting_read): Doc fix.
8807 2004-06-05  Andreas Schwab  <schwab@suse.de>
8809         * macfns.c (x_create_tip_frame): Fix declaration after statement.
8811 2004-06-05  Juanma Barranquero  <lektu@terra.es>
8813         * keymap.c (Fdescribe_vector): Fix docstring.
8814         (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
8816 2004-06-05  Miles Bader  <miles@gnu.org>
8818         * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
8819         attributes have different values than the default face.
8821 2004-06-04  Eli Zaretskii  <eliz@gnu.org>
8823         * xfaces.c (x_supports_face_attributes_p): Make this function
8824         conditional on HAVE_WINDOW_SYSTEM.
8825         (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
8826         Don't call x_supports_face_attributes_p if it was not compiled in.
8828 2004-06-04  Miles Bader  <miles@gnu.org>
8830         * xfaces.c (tty_supports_face_attributes_p): New function, mostly
8831         from Ftty_supports_face_attributes_p.
8832         (x_supports_face_attributes_p): New function.
8833         (Ftty_supports_face_attributes_p): Function deleted.
8834         (Fdisplay_supports_face_attributes_p): New function.
8835         (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
8836         (face_attr_equal_p): New function.
8837         (lface_equal_p): Use it.
8839 2004-06-03  Juanma Barranquero  <lektu@terra.es>
8841         * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
8842         (Vw32_color_map): Fix typo in docstring.
8843         (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
8844         (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
8845         Make argument names match their use in docstring.
8847 2004-06-02  Juanma Barranquero  <lektu@terra.es>
8849         Work around bugs/problems with MinGW builds of graphics libraries
8850         called from MSVC builds of Emacs.
8852         * image.c (lookup_image): Make pointer to img static.
8853         (png_read_from_memory): Disable "global" optimization.
8855 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8857         * eval.c (Fcondition_case): Fix usage.  Simplify.
8859         * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
8861 2004-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8863         * macfns.c: Don't include ccl.h.
8864         [MAC_OSX]: Don't include QuickTime/QuickTime.h.
8865         [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
8866         TextUtils.h.
8867         (Fx_create_frame): Sync with xfns.c.  Initialize cursor descriptors.
8868         (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
8869         display height/width.
8870         (compute_tip_xy, Vx_max_tooltip_size): Declare.
8871         (unwind_create_tip_frame, compute_tip_xy): New functions.
8872         (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
8873         (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
8874         and last_show_tip_args.
8876         * macgui.h [!MAC_OSX]: Include Gestalt.h.
8877         (Cursor, No_Cursor): New defines.
8878         [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
8879         [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
8881         * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
8883         * macterm.c: Don't include Gestalt.h.
8884         (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
8885         (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
8886         (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
8887         (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
8888         (mac_copy_area, mac_copy_area_with_mask, x_update_end)
8889         (construct_mouse_click, XTmouse_position)
8890         (x_scroll_bar_report_motion, x_calc_absolute_position)
8891         (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
8892         (XTread_socket, make_mac_frame): Use SetPortWindowPort.
8893         (note_mouse_movement): Clear the mouse face and reset the pointer
8894         shape when the pointer goes outside the frame without grabbing.
8895         (mac_front_window): New function.
8896         (mac_window_to_frame): New macro.
8897         (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
8898         (do_window_activate, do_window_deactivate, do_app_resume)
8899         (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
8900         (do_zoom_window, mac_do_receive_drag, XTread_socket)
8901         (mac_check_for_quit_char): Use mac_front_window and/or
8902         mac_window_to_frame.
8903         (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
8904         scroll-bar click event.
8905         (mac_define_frame_cursor): Change the pointer shape.
8906         (x_free_frame_resources): Reset tip_window to NULL when it is
8907         disposed of.
8908         [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
8909         [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
8910         (do_window_update): Don't do anything if the updated window is the
8911         tooltip window.
8912         (do_mouse_moved): Handle mouse movement events here (previously in
8913         XTread_socket).  Clear the mouse face if
8914         dpyinfo->mouse_face_hidden is set.
8915         (do_os_event, do_events): Remove (now in XTread_socket).
8916         (XTread_socket): Immediately return if interrupt_input_blocked.
8917         Loop until all the events in the queue are processed.
8918         Rearrange codes for mouse grabbing.  Add tooltip support.  Include the
8919         contents of do_os_event and do_events.  Remove mouse movement
8920         handling (now in do_mouse_moved).  Add the case where
8921         Vmouse_highlight has an integer value.
8922         (NewMacWindow): Remove.
8923         (make_mac_frame): Do what NewMacWindow previously did.  Don't do
8924         excess initializations.
8925         (make_mac_terminal_frame): Previous initializations in
8926         make_mac_frame are moved here.
8927         (mac_initialize_display_info):
8928         Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
8930         * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
8931         (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
8933 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8935         * lisp.h (truncate_undo_list): Update decl.
8937         * alloc.c (undo_outer_limit): New variable.
8938         (syms_of_alloc): Defvar it.
8939         (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
8941         * undo.c (truncate_undo_list): New arg LIMITSIZE.
8943         * alloc.c (lisp_align_malloc): Check for base == 0
8944         regardless of HAVE_POSIX_MEMALIGN.
8945         Clean up HAVE_POSIX_MEMALIGN handling of `err'.
8947 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8949         * alloc.c: Undo Kim's recent changes and fix the same bug differently.
8950         (marker_blocks_pending_free): Remove.
8951         (Fgarbage_collect): Sweep after cleaning up undo-lists.
8952         Mark the undo lists after claning them up.
8953         Don't free block in marker_blocks_pending_free.
8954         (mark_buffer): Don't mark undo_list.
8955         (gc_sweep): Sweep hash-tables and strings first.
8956         Do free marker blocks that are empty.
8958 2004-05-28  Jim Blandy  <jimb@redhat.com>
8960         * regex.c (print_partial_compiled_pattern): Add missing 'break'
8961         after 'case wordend'.  For symbeg and symend, print to stderr,
8962         like the other cases.
8964 2004-05-28  Noah Friedman  <friedman@splode.com>
8966         * process.c (Fdelete_process): Do not call remove_process.
8968 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8970         * alloc.c (struct backtrace): Remove.
8971         (Fgarbage_collect): Use the new mark_backtrace.
8973         * eval.c (mark_backtrace): New function.
8975         * minibuf.c (run_exit_minibuf_hook): New function.
8976         (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
8977         (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
8979 2004-05-27  Kim F. Storm  <storm@cua.dk>
8981         * xdisp.c (back_to_previous_visible_line_start): Skip backwards
8982         over display properties, e.g. images, that replace buffer text.
8984 2004-05-25  Kim F. Storm  <storm@cua.dk>
8986         * alloc.c (marker_blocks_pending_free): New var.
8987         (gc_sweep): Store free marker blocks on that list.
8988         (Fgarbage_collect): Free them after undo-list cleanup.
8990         * process.c (wait_reading_process_input): Check connect_wait_mask
8991         before actually accepting connection in case it has already been
8992         accepted due to recursion.
8994 2004-05-23  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
8996         * coding.c (Fset_safe_terminal_coding_system_internal):
8997         Set suppress_error in safe_terminal_coding, not terminal_coding.
8999 2004-05-22  Richard M. Stallman  <rms@gnu.org>
9001         * alloc.c (Fmake_string): Doc fix.
9003         * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
9004         and the alist pairs too.
9006         * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
9008         * emacs.c (main): Update copyright year.
9010         * fileio.c (Fread_file_name): Expand DIR if not absolute.
9012         * insdel.c (del_range_2, replace_range): Don't write an anchor
9013         if the gap is empty.
9015         * xdisp.c (try_scrolling): If scroll-up-aggressively or
9016         scroll-down-aggressively is small but positive, put point
9017         near the screen edge.
9019 2004-05-22  Juanma Barranquero  <lektu@terra.es>
9021         * keymap.c (Fdefine_key): Doc fix.
9023 2004-05-22  Kim F. Storm  <storm@cua.dk>
9025         * alloc.c (struct backtrace): Add debug_on_exit member.
9026         (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
9027         Identify those markers as Lisp_Misc_Free objects.  Clear car and cdr of
9028         the removed cons cells.
9029         (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
9030         (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
9031         any cons cells pointing to unallocated stings.
9032         Do not lisp_free any marker blocks, as there may still be pointers
9033         to them from buffer undo lists at this stage of GC.
9035         * keyboard.c (struct backtrace): Add debug_on_exit member.
9036         (Fcommand_execute): Clear it.
9038 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
9040         * intervals.c (lookup_char_property): Do not prematurely return nil.
9042 2004-05-19  Jim Blandy  <jimb@redhat.com>
9044         Add support for new '\_<' and '\_>' regexp operators, matching the
9045         beginning and end of symbols.
9047         * regex.c (enum syntaxcode): Add Ssymbol.
9048         (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
9049         (re_opcode_t): New opcodes `symbeg' and `symend'.
9050         (print_partial_compiled_pattern): Print the new opcodes properly.
9051         (regex_compile): Parse the new operators.
9052         (analyse_first): Skip sym(beg|end) (they match only the empty string).
9053         (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
9054         \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
9055         (re_match_2_internal): Match symbeg and symend.
9057         * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
9059 2004-05-19  Kim F. Storm  <storm@cua.dk>
9061         * .gdbinit (xsymbol): Fix last change.
9063 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9065         * .gdbinit (xprintstr): New fun.
9066         (xstring, xprintsym): Use it.
9068         * w32proc.c (create_child): Use INTMASK.
9070         * alloc.c (Fgarbage_collect): Do all the marking before flushing
9071         unmarked elements of the undo list.
9073 2004-05-18  David Ponce  <david@dponce.com>
9075         * print.c (print): Reset print_depth before to call print_object.
9077 2004-05-18  Jason Rumney  <jasonr@gnu.org>
9079         * w32console.c: Prefix RIF functions with w32con_ to avoid
9080         namespace clash with functions in term.c and w32term.c.
9082         * w32menu.c (add_menu_item, w32_menu_display_help)
9083         [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
9085         * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
9087 2004-05-18  Eli Zaretskii  <eliz@gnu.org>
9089         * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
9091         * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
9092         with make_number.
9093         (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
9094         with XINT.
9096 2004-05-18  Kim F. Storm  <storm@cua.dk>
9098         * blockinput.h (INPUT_BLOCKED_P): New macros.
9100         * keyboard.c (Frecursive_edit): Return immediately if input blocked.
9101         (Ftop_level): Unblock input if blocked.
9103         * buffer.h (GET_OVERLAYS_AT): New macro.
9104         * msdos.c (IT_note_mouse_highlight): Use it.
9105         * textprop.c (get_char_property_and_overlay): Use it.
9106         * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
9107         * xfaces.c (face_at_buffer_position): Use it.
9109         * print.c (print_object): Increase buf size.
9111 2004-05-17  Jason Rumney  <jasonr@gnu.org>
9113         * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
9114         (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
9115         Lisp_Object using i member.
9116         (w32_quit_key): Rename from Vw32_quit_key, and make an int.
9117         (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
9118         consistently.
9120         * w32proc.c (create_child): Use make_number instead of masking pid.
9122         * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
9123         (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
9124         Use EQ to compare Lisp_Objects.
9125         (w32_parse_hot_key): Use int for lisp_modifiers consistently.
9127         * w32term.c (w32_num_mouse_buttons): Rename from
9128         Vw32_num_mouse_buttons and make it an int.
9130         * w32.c (init_environment): Use it.
9132         * w32fns.c (w32_wnd_proc): Likewise.
9134         * w32proc.c (w32_pipe_read_delay): Rename from
9135         Vw32_pipe_read_delay and make it an int.
9137         * w32.c (_sys_read_ahead): Use it.
9139         * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
9141         * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
9143         * w32inevt.c (w32_console_mouse_position, do_mouse_event)
9144         (key_event): Don't mix Lisp_Object and int.
9146         * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
9148         * keyboard.c (kbd_buffer_get_event): Don't use event->code and
9149         modifiers in language change event.
9151 2004-05-17  Kim F. Storm  <storm@cua.dk>
9153         * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
9154         Such objects may be freed markers which still exist on an undo list.
9156 2004-05-16  Juanma Barranquero  <lektu@terra.es>
9158         * data.c (Fset_default): Make argument names match their use in
9159         docstring.
9161 2004-05-15  Andreas Schwab  <schwab@suse.de>
9163         * emacs.c (gdb_array_mark_flag): Define.
9164         * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
9166 2004-05-15  Eli Zaretskii  <eliz@gnu.org>
9168         * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
9169         __attribute__((__aligned__)), so that USE_LSB_TAG would not become
9170         defined for the MS-DOS build.
9172 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
9176 2004-05-14  Kenichi Handa  <handa@m17n.org>
9178         * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
9180 2004-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9182         * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
9183         section to frame.c section.
9184         (Fxw_display_color_p, Fx_file_dialog): Declare if
9185         HAVE_WINDOW_SYSTEM defined.
9187         * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
9189         * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
9191         * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
9192         (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
9193         (XTread_socket): Fix int/Lisp_Object mixup.
9194         (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
9196         * macterm.h (struct frame, struct face, struct image)
9197         (display_x_get_resource, Fx_display_color_p)
9198         (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
9199         Add prototypes.
9201 2004-05-14  Kim F. Storm  <storm@cua.dk>
9203         * process.c (wait_reading_process_input): Make reentrant.
9204         Make Available and Connecting non-static.  Save and restore value
9205         of waiting_for_user_input_p.
9207 2004-05-13  Kim F. Storm  <storm@cua.dk>
9209         * keyboard.c (mark_kboards): Don't mark x and y members
9210         that are overloaded in selection request events.
9212 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9214         * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
9216 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9218         * window.c (Fdisplay_buffer, Fsplit_window)
9219         (split-height-threshold): Doc fix.
9221 2004-05-13  Juanma Barranquero  <lektu@terra.es>
9223         * xfaces.c (Ftty_supports_face_attributes_p)
9224         (Finternal_copy_lisp_face): Fix typo in docstring.
9225         (Finternal_get_lisp_face_attribute): Fix docstring.
9227 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9229         * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
9231 2004-05-11  Steven Tamm  <steventamm@mac.com>
9233         * macfns.c (Fx_create_frame): Default to using tool-bar by
9234         setting tool-bar-lines to 1 in default-frame-alist.
9236 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9238         * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
9239         (xpm_get_color_table_v, xpm_make_color_table_h)
9240         (xpm_put_color_table_h, xpm_get_color_table_h)
9241         (xpm_str_to_color_key, xpm_load_image, xpm_load)
9242         (syms_of_image): Support XPM on Carbon Emacs.  Does not
9243         depend on libXpm, but only supports XPM version 3 without extensions.
9245 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9247         * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
9248         instead of FRAME_X_P
9250 2004-05-11  Kim F. Storm  <storm@cua.dk>
9252         * process.c (read_process_output): Grow decoding_buf when needed;
9253         this could cause a crash in allocate_string and compact_small_strings.
9255 2004-04-29  Jim Blandy  <jimb@redhat.com>
9257         * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
9258         against proper opcode.
9260 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9262         * process.c (Fstart_process): Fix docstring.
9264         * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
9265         (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
9266         (Fsplit_char, Fchar_charset): Make argument names match their use
9267         in docstring.
9269 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9271         * print.c (print_preprocess): Use being_printed, loop_count and
9272         halftail to detect overdeep nesting and cyclic cdr chains.
9274 2004-05-10  Andreas Schwab  <schwab@suse.de>
9276         * lisp.h (Fmake_symbolic_link): Declare.
9278         * fileio.c (Frename_file): Remove extra argument in call to
9279         Fmake_symbolic_link.
9281 2004-05-10  Kim F. Storm  <storm@cua.dk>
9283         * xdisp.c (calc_line_height_property): Use string position when
9284         object is a string.
9286 2004-05-10  Kenichi Handa  <handa@m17n.org>
9288         * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
9289         inhibit-modification-hooks to t temporarily before calling
9290         Ferase_buffer.
9292         * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
9293         inhibit-modification-hooks to t temporarily before calling
9294         Ferase_buffer.
9296         * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
9297         inhibit-modification-hooks to t temporarily before calling
9298         Ferase_buffer.
9300         * fns.c (count_combining): Delete it.
9301         (concat): Don't check combining bytes.
9303 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9305         * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
9306         (globals_of_w32fns): Set it.
9308 2004-05-09  Piet van Oostrum  <piet@cs.uu.nl>
9310         * data.c (Fquo): Simplify.
9312 2004-05-08  Peter Whaite  <emacs@whaite.ca>  (tiny change)
9314         * data.c (Fquo): If any argument is float, do the computation in
9315         floating point.
9317 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9319         * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
9320         (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
9321         Fix spelling of Emacs on docstring.
9322         (Fset_process_coding_system, Fprocess_coding_system)
9323         (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
9324         Make argument names match their use in docstring.
9325         (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
9326         Fix docstring.
9328         * editfns.c (Finsert_buffer_substring): Make argument names match their
9329         use in docstring.
9331         * syntax.c (Fmodify_syntax_entry): Fix docstring.
9333 2004-05-07  Steven Tamm  <steventamm@mac.com>
9335         * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
9336         around call to ReceiveEvent to avoid certain crashes.
9338 2004-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9340         * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
9341         (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
9342         (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
9343         Save/restore the current graphics port and device handle when
9344         drawing into an offscreen graphics world.
9346         * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
9347         (gif_load): Likewise.
9349 2004-05-07  Juanma Barranquero  <lektu@terra.es>
9351         * window.c (Fset_window_buffer): Fix docstring.
9353 2004-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
9355         * emacs.c (main) [VMS]: Fix var ref.
9357 2004-05-06  Romain Francoise  <romain@orebokech.com>
9359         * data.c (Fsetq_default): Fix docstring.
9361 2004-05-06  Jason Rumney  <jasonr@gnu.org>
9363         * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
9364         to avoid name clash.
9366 2004-05-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9368         * fileio.c (barf_or_query_if_file_exists): Use lstat.
9369         (Frename_file): Handle renaming of symlinks across file systems.
9370         (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
9372 2004-05-04  Kim F. Storm  <storm@cua.dk>
9374         * xdisp.c (Qtotal): New var.
9375         (syms_of_xdisp): Intern and staticpro it.
9376         (calc_line_height_property): New arg total.  Set it if
9377         line-spacing property has format (total . VALUE).
9378         (x_produce_glyphs): Ignore line-spacing if line-height is 0.
9379         Handle total line-spacing property.
9381 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9383         * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
9384         "under" scroll bar when size/position changes.
9386 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9388         * makefile.nt: Remove.
9390 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
9392         * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
9393         Avoid compiler warnings.
9395         * Makefile.in (region-cache.o): Depend on config.h.
9397 2004-05-02  Romain Francoise  <romain@orebokech.com>
9399         * indent.c (compute_motion): Save vpos in prev_vpos when dealing
9400         with continuation lines, too.
9402 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
9404         * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
9406 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9408         * xdisp.c (calc_line_height_property): YAILOM (yet another
9409         int/Lisp_Object mixup).
9411 2004-05-01  Eli Zaretskii  <eliz@gnu.org>
9413         * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
9414         undo bad effect of pack(4) in some versions of system headers.
9416 2004-05-01  Jason Rumney  <jasonr@gnu.org>
9418         * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
9420 2004-04-30  Kim F. Storm  <storm@cua.dk>
9422         * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
9423         (syms_of_buffer) <cursor-type>: Doc fix.
9425         * dispextern.h (struct it): Remove member use_default_face.
9426         Add members override_ascent, override_descent, override_boff.
9428         * xdisp.c (init_iterator): Handle line-spacing float value.
9429         Initialize override_ascent member.
9430         (append_space_for_newline): Reset override_ascent.
9431         Remove use_default_face.
9432         (calc_line_height_property): New function to calculate value of
9433         line-height and line-spacing properties.  Look at overlays, too.
9434         Set override_ascent, override_descent, override_boff members when
9435         using another face than the current face.  Float values are now
9436         relative to the frame default font, by default; accept a cons
9437         of ratio and face name to specify value relative to a specific face.
9438         (x_produce_glyphs): Use calc_line_height_property.
9439         Use override_ascent etc. when set to handle different face heights.
9440         A negative line-spacing property value is interpreted as a total
9441         line height, rather than inter-line spacing.
9442         (note_mouse_highlight): Allocate room for 40 overlays initially.
9444 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9446         * data.c (Fsubr_name): New fun.
9447         (syms_of_data): Defsubr it.
9449 2004-04-29  Kim F. Storm  <storm@cua.dk>
9451         * xdisp.c (null_glyph_slice): New var.
9452         (append_glyph, append_composite_glyph, append_stretch_glyph):
9453         Use it to initialize glyph slice.
9455 2004-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9457         * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
9458         (on_hot_spot_p): Make sure we always return a value.
9459         (Flookup_image_map): Remove unused var ix and iy.
9460         (note_mode_line_or_margin_highlight): Remove unused var `image'.
9462 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
9464         * msdos.c (init_environment): If one of the TMP... environment
9465         variables is set to a drive letter without a trailing slash,
9466         append a slash.
9468 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9470         * editfns.c (lisp_time_argument): Provide externally.
9472         * fileio.c (Fset_file_times): New function.
9473         (syms_of_fileio): Intern and staticpro it.
9475 2004-04-27  Kim F. Storm  <storm@cua.dk>
9477         * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
9478         header line strings.
9480         * dispextern.h (struct it): New member use_default_face.
9482         * xdisp.c (Qline_height): New variable.
9483         (syms_of_xdisp): Intern and staticpro it.
9484         (append_space_for_newline): Partially undo 2004-04-25 change;
9485         add default_face_p arg, and restore callers.
9486         Clear it->use_default_face after use.
9487         (x_produce_glyphs): Set default font for ascii char if
9488         it->use_default_font is set.  Change line-spacing property to set
9489         just extra line spacing.  Handle new line-height property.
9491 2004-04-26  Andreas Schwab  <schwab@suse.de>
9493         * print.c (print_object): Print non-ascii characters in bool
9494         vector representation as octal escapes.
9496         * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
9497         * print.c (print_object): Use it instead of BITS_PER_CHAR for
9498         bool vectors.
9499         * lread.c (read1): Likewise.
9500         * alloc.c (Fmake_bool_vector): Likewise.
9501         * data.c (Faref, Faset): Likewise.
9502         * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
9503         (mapcar1): Likewise.
9505 2004-04-26  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
9507         * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
9509 2004-04-26  Miles Bader  <miles@gnu.org>
9511         * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
9513 2004-04-26  Juanma Barranquero  <lektu@terra.es>
9515         * buffer.c (Fpop_to_buffer): Fix docstring.
9517 2004-04-26  Steven Tamm  <steventamm@mac.com>
9519         * lread.c (init_lread): Don't display missing lisp directory
9520         warnings with Carbon Emacs because self-contained bundled Emacs
9521         may be built without correct installation path.
9523 2004-04-25  Kim F. Storm  <storm@cua.dk>
9525         * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9527         * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9529         * xdisp.c (append_space_for_newline): Rename from append_space.
9530         Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
9531         (x_produce_glyphs): Handle line-spacing property on newline char.
9532         If value is t, adjust ascent and descent to fit current row height.
9533         If value is an integer or float, set extra_line_spacing to integer
9534         value, or to float value x current line height.
9536 2004-04-23  Kenichi Handa  <handa@m17n.org>
9538         * fontset.c (Finternal_char_font): If POSITION is nil, return
9539         font for displaying CH with the default face.
9541 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9543         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9545 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
9548         Don't make assumptions about the relative place of i and val.
9549         (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
9551 2004-04-21  Kim F. Storm  <storm@cua.dk>
9553         * dispextern.h (struct glyph_slice): New struct.
9554         (struct glyph): New member slice.
9555         (GLYPH_SLICE_EQUAL_P): New macro.
9556         (GLYPH_EQUAL_P): Use it.
9557         (struct glyph_string): New member slice.
9558         (struct it_slice): New struct.
9559         (struct it): New member slice, add member to stack too.
9560         New member constrain_row_ascent_descent_p.
9561         (image_ascent): Add prototype.
9563         * dispnew.c (buffer_posn_from_coords): Return full image width
9564         and height even for image slices (posn is relative to full image).
9565         (marginal_area_string): Adjust x0,y0 for image slice.
9567         * image.c (image_ascent): Add slice arg; calculate ascent for
9568         image slice (or full image).
9570         * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
9571         (syms_of_keyboard): Defsubr them.
9573         * lisp.h (pos_visible_p): Fix prototype.
9575         * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
9576         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9577         (x_draw_image_foreground, x_draw_image_relief)
9578         (x_draw_image_foreground_1, x_draw_image_glyph_string):
9579         Draw sliced images.
9581         * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
9582         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9583         (x_draw_image_foreground, x_draw_image_relief)
9584         (w32_draw_image_foreground_1, x_draw_image_glyph_string):
9585         Draw sliced images.
9587         * w32term.h (image_ascent): Remove prototype.
9589         * window.c (Fpos_visible_in_window_p): Return pixel position if
9590         PARTIALLY arg is non-nil.  Simplify.  Doc fix.
9591         (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
9592         to return/set vscroll in pixels.
9594         * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
9596         * xdisp.c (Qslice): New variable.
9597         (syms_of_xdisp): Intern and staticpro it.
9598         (pos_visible_p): Return pixel position in new x and y args.
9599         (init_iterator): Reset it->slice info.
9600         (handle_display_prop): Parse (slice ...) property.
9601         (push_it, pop_it): Save/restore slice info.
9602         (make_cursor_line_fully_visible): Fix 2004-04-14 change.  Do not
9603         force repositioning of tall row if window is vscrolled, as that
9604         would reset vscroll.
9605         (append_space): Set it->constrain_row_ascent_descent_p to avoid
9606         increasing row height if row is non-empty.
9607         (fill_image_glyph_string): Copy slice info.
9608         (take_vertical_position_into_account): Simplify.
9609         (produce_image_glyph): Handle iterator slice info, setup glyph
9610         slice info.  Do not force minimum line height.
9611         (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
9612         do not increase height (ascent/descent) of non-empty row when
9613         adding normal character glyph; instead reduce glyph ascent/descent
9614         appropriately; if row is higher than current glyph, adjust glyph
9615         descent/ascent to reposition glyph within the existing row.
9616         Likewise, when char is newline, only set ascent/descent if row is
9617         currently empty.
9618         (note_mouse_highlight): Handle hotspots with sliced image.
9620         * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
9621         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9622         (x_draw_image_foreground, x_draw_image_relief)
9623         (x_draw_image_foreground_1, x_draw_image_glyph_string):
9624         Draw sliced images.
9626         * xterm.h (image_ascent): Remove prototype.
9628 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
9632 2004-04-20  John Paul Wallington  <jpw@gnu.org>
9634         * fns.c (Fassoc, Feql): Fix indentation.
9636         * fontset.c (regularize_fontname): Rename from regulalize_fontname.
9638 2004-04-19  John Paul Wallington  <jpw@gnu.org>
9640         * fns.c (Feql): New function.
9641         (syms_of_fns): Defsubr it.
9643 2004-04-18  Jason Rumney  <jasonr@gnu.org>
9645         * w32select.c (Fw32_set_clipboard_data): Get sequence number
9646         after closing the clipboard.
9648 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
9650         * buffer.c (Fbuffer_base_buffer): Doc fix.
9652 2004-04-17  Kim F. Storm  <storm@cua.dk>
9654         * keymap.c (Fkey_description): Add optional PREFIX arg.
9655         Combine prefix with KEYS to make up the full key sequence to describe.
9656         Correlate meta_prefix_char and following (simple) key to describe
9657         as meta modifier.  All callers changed.
9658         (describe_map): Rename arg `keys' to `prefix'.  Remove local
9659         `elt_prefix' var.  Use Fkey_description with prefix instead of
9660         elt_prefix combined with Fsingle_key_description.
9661         (describe_vector): Declare static.  Replace arg `elt_prefix' with
9662         `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
9663         if !KEYMAP_P.  Use Fkey_description with prefix instead of
9664         Fsingle_key_description.
9666         * keymap.h (Fkey_description): Fix prototype.
9667         (describe_vector): Remove prototype.
9669         * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
9671         * image.c (PNG_BG_COLOR_SHIFT): Remove.
9672         (png_load): Fix calculation of transparent background color on X
9673         and W32 platforms.
9675 2004-04-16  Juanma Barranquero  <lektu@terra.es>
9677         * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
9678         not too large before computing how much to scroll.
9680 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9682         * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
9684 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
9686         * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
9687         Add hyperlink to Elisp manual to the docstring.
9689 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * callint.c (fix_command): Use XDCR.
9693 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
9695         * window.c (Fget_lru_window): Doc fix.
9697 2004-04-14  Kim F. Storm  <storm@cua.dk>
9699         * editfns.c (Fformat): Fix allocation size of precision array.
9701         * dispnew.c (update_window): Only set changed_p if
9702         scrolling_window actually did scroll.
9703         (scrolling_window): Only return 1 if we actually did scroll.
9705         * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
9706         height to glyph height when cursor row is not fully visible.
9707         (make_cursor_line_fully_visible): Add FORCE_P arg to return
9708         failure in case row is higher than window.  Callers changed.
9709         (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
9710         Try to scroll partially visible, higher-than-window cursor row.
9711         (redisplay_window): Always try to scroll partially visible,
9712         higher-than-window cursor row - both initially and again with
9713         centering_position = 0.
9714         Clear desired matrix before retrying with centering_position = 0.
9716 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9718         * syntax.c (scan_lists): Simplify backward string scan.
9719         Fix off-by-one boundary check for string and comment fences.
9721 2004-04-13  Joe Buehler  <jbuehler@hekimian.com>
9723         * sheap.c, unexcw.c: New files.
9725 2004-04-12  Luc Teirlinck  <teirllm@auburn.edu>
9727         * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
9728         base buffer has been killed.  Correct the error message if the
9729         base buffer does not exist.
9731 2004-04-12  Joe Buehler  <jbuehler@hekimian.com>
9733         * s/cygwin.h: Changes for Cygwin unexec() support, changes in
9734         Cygwin itself.  Add support for Xaw3d scrollbars.
9736         * puresize.h: Set up PURE_P() for Cygwin unexec() support.
9738         * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
9740         * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
9741         before Cygwin unexec.
9743         * Makefile.in: Link changes for Cygwin unexec() support.
9745 2004-04-12  Andreas Schwab  <schwab@suse.de>
9747         * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
9749 2004-04-11  Luc Teirlinck  <teirllm@auburn.edu>
9751         * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
9752         IGNORE argument equals NAME.  Doc fix.
9754 2004-04-11  Masatake YAMATO  <jet@gyve.org>
9756         * buffer.c (fix_start_end_in_overlays): Make overlays
9757         empty if they are backwards.
9759 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * xfaces.c (face_color_supported_p): Fix compilation without X11.
9763 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9765         * doc.c (Fsnarf_documentation): Ignore new file name entries.
9767 2004-04-06  Kim F. Storm  <storm@cua.dk>
9769         * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
9770         (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
9772         * w32term.c (w32_read_socket): Set mouse_face_hidden after
9773         clearing highlight.
9775         * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
9777         * xterm.c (handle_one_xevent): Set mouse_face_hidden after
9778         clearing highlight.
9780         * indent.c (vmotion): Do not reserve one column for continuation
9781         marks on window frames.
9783 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
9785         * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
9786         from GCC.
9788 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9790         * .gdbinit-union: Remove.
9792         * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
9793         (xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
9794         ($nonvalbits): Remove.
9795         ($valmask): Set it by calling xreload to avoid redundancy.
9797         * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
9798         (gdb_emacs_intbits): Remove.
9800 2004-03-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9802         * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
9804 2004-03-30  Kenichi Handa  <handa@m17n.org>
9806         * editfns.c (Fformat): Fix initialization of the array info.
9808 2004-03-30  Kim F. Storm  <storm@cua.dk>
9810         * xterm.c (x_mouse_click_focus_ignore_position): New var.
9811         (syms_of_xterm): DEFVAR_BOOL it.
9812         (ignore_next_mouse_click_timeout): New var.
9813         (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
9814         Use it to filter mouse clicks following focus event.
9816 2004-03-29  David Ponce  <david@dponce.com>
9818         * callint.c (Fcall_interactively): Fix last change.
9820 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9822         * eval.c (Fcommandp): Simplify.
9824         * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
9825         Extend to handle all kinds of functions.
9827         * lisp.h (Finteractive_form): Declare.
9829         * callint.c (Fcall_interactively): Use it.
9831 2004-03-26  Kim F. Storm  <storm@cua.dk>
9833         * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
9834         to catch errors in calc_pixel_width_or_height during redisplay.
9836 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9838         * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
9840         * lisp.h (fix_start_end_in_overlays): Likewise.
9842         * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
9844         * editfns.c (Ftranspose_regions): Likewise.
9846 2004-03-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9848         * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
9850 2004-03-19  Richard M. Stallman  <rms@gnu.org>
9852         * s/sol2-6.h: Delete previous change.
9854 2004-03-19  Kim F. Storm  <storm@cua.dk>
9856         * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
9857         to_charpos corresponds to newline in right fringe.  Use local
9858         BUFFER_POS_REACHED_P macro.
9860 2004-03-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9862         * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
9863         to compile on non-window system.
9865 2004-03-19  Kim F. Storm  <storm@cua.dk>
9867         * dispextern.h (calc_pixel_width_or_height): Add prototype.
9869         * image.c (Qcenter): Move to xdisp.c.
9871         * xdisp.c (Qcenter): Declare here.
9872         (syms_of_xdisp): Intern and staticpro it.
9873         (handle_single_display_prop): Allow space display property on all
9874         platforms.
9875         (display_mode_line): Set mode_line_p before displaying line.
9876         (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
9877         handling.  Remove complex cases for fringes and scroll-bars.
9878         Add left, right, and center alignment positions.  Add text (area)
9879         width/height.  Return width or height for image specs.
9880         (produce_stretch_glyph): Improve handling of :align-to.  Is now
9881         relative to left of text area by default, but other base offsets
9882         can be specified -- also for text lines.
9884         * term.c (produce_glyphs): Handle IT_STRETCH.
9885         (produce_stretch_glyph): New function to handle space width and
9886         align-to display properties on non-window systems.
9888 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * fileio.c (Fread_file_name): Set completion-ignore-case for
9891         case-insensitive systems.
9893 2004-03-14  Masatake YAMATO  <jet@gyve.org>
9895         * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
9896         when keymap and cursor are setup.
9898 2004-03-14  Steven Tamm  <steventamm@mac.com>
9900         * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
9902 2004-03-14  Kim F. Storm  <storm@cua.dk>
9904         * dispextern.h (x_find_image_file): Add prototype.
9906         * image.c (x_find_image_file): Make extern.
9908         * xfns.c (x_find_image_file): Remove prototype.
9910 2004-03-13  Eli Zaretskii  <eliz@gnu.org>
9912         * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
9914         * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
9916 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9918         * fns.c (internal_equal): New arg PROPS controls comparing
9919         text properties.  All callers changed.
9920         (Fequal_including_properties): New function.
9921         (syms_of_fns): defsubr it.
9923 2004-03-12  Kim F. Storm  <storm@cua.dk>
9925         Fix image support on MAC.  From YAMAMOTO Mitsuharu.
9927         * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
9928         (image_background, image_background_transparent): Fix prototypes.
9930         * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
9932         * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
9933         (x_query_font, x_find_ccl_program, x_set_window_size)
9934         (x_make_frame_visible, mac_initialize, XCreatePixmap)
9935         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
9936         (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
9938         * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
9939         (x_query_font, x_find_ccl_program, x_set_window_size)
9940         (x_make_frame_visible, mac_initialize, XCreatePixmap)
9941         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
9942         (mac_draw_line_to_pixmap): Add prototypes.
9944 2004-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9946         * macterm.c (XTread_socket): Fix mouse click on tool bar.
9948 2004-03-11  Kim F. Storm  <storm@cua.dk>
9950         * dispextern.h: Move image related prototypes from xfns.c section
9951         to image.c.  Condition them by HAVE_WINDOW_SYSTEM rather than
9952         HAVE_X_WINDOWS.
9954         * Makefile.in (XOBJ): Consolidate into one list.  Add image.o.
9955         Move gtkutil.o to new GTK_OBJ list.
9956         (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
9957         (GTK_OBJ) [USE_GTK]: New declaration.
9958         (obj): Add $(GTK_OBJ) to list.
9960 2004-03-11  Steven Tamm  <steventamm@mac.com>
9962         * image.c [MAC_OSX]: Include sys/stat.h.
9964         * macfns.c (syms_of_macfns): Remove definitions of things now
9965         defined in image.c.
9967 2004-03-11  Kim F. Storm  <storm@cua.dk>
9969         The following changes consolidates the identical/similar image
9970         support code previously found in xfns.c, w32fns.c, and macfns.c
9971         into a new file image.c.
9973         * makefile.w32-in (OBJ1): Add image.o.
9974         ($(BLD)/image.$(O)): Add dependencies.
9976         * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
9977         (image.o): Add dependencies.
9979         * image.c: New file with consolidated image support code.
9980         (COLOR_TABLE_SUPPORT): New define to control whether
9981         color table support is available (X only).
9982         (Bitmap_Record): Common name for x_bitmap_record,
9983         w32_bitmap_record, and mac_bitmap_record.
9984         (XImagePtr): Common name for pointer to XImage or equivalent.
9985         (XImagePtr_or_DC): New type to simplify code sharing; equivalent
9986         to XImagePtr on X+MAC, and to HDC on W32.
9987         (GET_PIXEL): Wrapper for XGetPixel or equivalent.
9988         (NO_PIXMAP): Common name for "None" or equivalent.
9989         (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
9990         (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
9991         (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
9992         (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
9993         Define with suitable equivalents on W32 and MAC for code sharing.
9994         (XDrawLine): Define on MAC for code sharing.
9995         (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
9996         (IF_LIB_AVAILABLE): Macro to simplify code sharing.
9997         (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9998         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9999         (x_reference_bitmap, x_create_bitmap_from_data)
10000         (x_create_bitmap_from_file, x_destroy_bitmap)
10001         (x_destroy_all_bitmaps, x_create_bitmap_mask)
10002         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10003         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10004         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10005         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10006         (define_image_type, lookup_image_type, valid_image_p)
10007         (image_error, enum image_value_type, struct image_keyword)
10008         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10009         (make_image, free_image, prepare_image_for_display, image_ascent)
10010         (four_corners_best, image_background, image_background_transparent)
10011         (x_clear_image_1, x_clear_image, x_alloc_image_color)
10012         (make_image_cache, free_image_cache, clear_image_cache)
10013         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10014         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10015         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10016         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
10017         (init_image_func_pointer, image_load_quartz2d)
10018         (struct ct_color, init_color_table, free_color_table)
10019         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10020         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10021         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10022         (x_disable_image, x_build_heuristic_mask)
10023         (XBM support, XPM support, PBM support, PNG support, JPEG support)
10024         (TIFF support, GIF support, Ghostscript support): Consolidate image
10025         code from xfns.c, w32fns.c, and macfns.c.
10026         (syms_of_image): Consolidate image related symbol setup here.
10027         (init_image): Consolidate image related initializations here.
10029         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
10030         and init_image.  Remove call to init_xfns.
10032         * macterm.h (struct mac_bitmap_record): Add file member.
10033         Not currently used, but simplifies code sharing.
10035         * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
10036         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10037         (x_reference_bitmap, x_create_bitmap_from_data)
10038         (x_create_bitmap_from_file, x_destroy_bitmap)
10039         (x_destroy_all_bitmaps, x_create_bitmap_mask)
10040         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10041         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10042         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10043         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10044         (define_image_type, lookup_image_type, valid_image_p)
10045         (image_error, enum image_value_type, struct image_keyword)
10046         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10047         (make_image, free_image, prepare_image_for_display, image_ascent)
10048         (four_corners_best, image_background, image_background_transparent)
10049         (x_clear_image_1, x_clear_image, x_alloc_image_color)
10050         (make_image_cache, free_image_cache, clear_image_cache)
10051         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10052         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10053         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10054         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
10055         (init_image_func_pointer, image_load_quartz2d)
10056         (struct ct_color, init_color_table, free_color_table)
10057         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10058         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10059         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10060         (x_disable_image, x_build_heuristic_mask)
10061         (XBM support, XPM support, PBM support, PNG support, JPEG support)
10062         (TIFF support, GIF support, Ghostscript support): Merge with image
10063         code from xfns.c and macfns.c into image.c.
10064         (syms_of_xfns): Move image related symbols to image.c.
10065         (init_external_image_libraries, init_xfns): Remove; initialization
10066         moved to init_image in image.c.
10068         * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
10069         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10070         (x_reference_bitmap, x_create_bitmap_from_data)
10071         (x_create_bitmap_from_file, x_destroy_bitmap)
10072         (x_destroy_all_bitmaps, x_create_bitmap_mask)
10073         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10074         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10075         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10076         (define_image_type, lookup_image_type, valid_image_p)
10077         (image_error, enum image_value_type, struct image_keyword)
10078         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10079         (make_image, free_image, prepare_image_for_display, image_ascent)
10080         (four_corners_best, image_background, image_background_transparent)
10081         (x_clear_image_1, x_clear_image, x_alloc_image_color)
10082         (make_image_cache, free_image_cache, clear_image_cache)
10083         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10084         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10085         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10086         (struct ct_color, init_color_table, free_color_table)
10087         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10088         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10089         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10090         (x_disable_image, x_build_heuristic_mask)
10091         (XBM support, XPM support, PBM support, PNG support, JPEG support)
10092         (TIFF support, GIF support, Ghostscript support): Merge with image
10093         code from xfns.c and macfns.c into image.c.
10094         (syms_of_xfns): Move image related symbols to image.c.
10095         (init_external_image_libraries, init_xfns): Remove; initialization
10096         moved to init_image in image.c.
10098         * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
10099         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10100         (x_reference_bitmap, x_create_bitmap_from_data)
10101         (x_create_bitmap_from_file, x_destroy_bitmap)
10102         (x_destroy_all_bitmaps, x_create_bitmap_mask)
10103         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10104         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10105         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10106         (define_image_type, lookup_image_type, valid_image_p)
10107         (image_error, enum image_value_type, struct image_keyword)
10108         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10109         (make_image, free_image, prepare_image_for_display, image_ascent)
10110         (four_corners_best, image_background, image_background_transparent)
10111         (x_clear_image_1, x_clear_image, x_alloc_image_color)
10112         (make_image_cache, free_image_cache, clear_image_cache)
10113         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10114         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10115         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10116         (struct ct_color, init_color_table, free_color_table)
10117         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10118         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10119         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10120         (x_disable_image, x_build_heuristic_mask)
10121         (XBM support, XPM support, PBM support, PNG support, JPEG support)
10122         (TIFF support, GIF support, Ghostscript support): Merge with
10123         w32fns.c and macfns.c image code into image.c.
10124         (syms_of_xfns): Move image related symbols to image.c.
10125         (init_xfns): Remove; initialization moved to init_image in image.c.
10127         * lisp.h (syms_of_image, init_image): Add protoypes.
10128         (init_xfns): Remove prototype.
10130         * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10131         (x_reference_bitmap, x_create_bitmap_from_data)
10132         (x_create_bitmap_from_file, x_destroy_bitmap)
10133         (x_create_bitmap_mask): Move prototypes from dispextern.h.
10134         (gamma_correct) [MAC_OS]: Add prototype.
10136         * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10137         (x_reference_bitmap, x_create_bitmap_from_data)
10138         (x_create_bitmap_from_file, x_destroy_bitmap)
10139         (x_create_bitmap_mask): Move prototypes to dispextern.h.
10141 2004-03-09  Kenichi Handa  <handa@etlken2>
10143         * coding.c (decode_coding_emacs_mule): Handle insufficent source
10144         correctly.
10146 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10148         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
10150         * window.c (Fdisplay_buffer): Doc fix.
10152         * buffer.c (Fpop_to_buffer): Doc fix.
10154 2004-03-03  Kim F. Storm  <storm@cua.dk>
10156         * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
10158 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10160         * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
10162 2004-03-02  Richard M. Stallman  <rms@gnu.org>
10164         * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
10166 2004-03-02  Kenichi Handa  <handa@m17n.org>
10168         * doc.c (Fsubstitute_command_keys): Fix counding bytes.
10170 2004-03-02  Kim F. Storm  <storm@cua.dk>
10172         * window.h (struct window): New member overlay_arrow_bitmap.
10174         * window.c (make_window): Initialize overlay_arrow_bitmap.
10176         * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
10177         implement and integrate multiple overlay arrows with redisplay.
10178         (syms_of_xdisp): DEFVAR_LISP and initialize it.
10179         (last_arrow_position, last_arrow_string): Replace by properties.
10180         (Qlast_arrow_position, Qlast_arrow_string)
10181         (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
10182         (syms_of_xdisp): Intern and staticpro them.
10183         (overlay_arrow_string_or_property, update_overlay_arrows)
10184         (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
10185         (overlay_arrow_at_row): New functions for multiple overlay arrows.
10186         (redisplay_internal): Use them instead of directly accessing
10187         Voverlay_arrow_position etc. for multiple overlay arrows.
10188         (mark_window_display_accurate): Use update_overlay_arrows.
10189         (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
10190         (try_window_id): Use overlay_arrows_changed_p.
10191         (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
10192         (display_line): Use overlay_arrow_at_row to check multiple
10193         overlay arrows, and get relevant overlay-arrow-string and
10194         overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
10195         (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
10196         (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
10198         * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
10199         (update_window_fringes): Remove unused code.
10201 2004-03-01  Jason Rumney  <jasonr@gnu.org>
10203         * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
10205 2004-03-01  Juanma Barranquero  <lektu@terra.es>
10207         * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
10209         * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
10211 2004-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10213         * xfns.c (Fx_display_color_cells): Use number of planes to calculate
10214         how many colors can be displayed.
10216 2004-03-01  Kenichi Handa  <handa@m17n.org>
10218         * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
10219         correctly.
10221 2004-02-28  Kim F. Storm  <storm@cua.dk>
10223         * dispnew.c (update_window): Update header line also if there are
10224         no other changes in window (move code after set_cursor label).
10226         * lisp.h (mark_window_display_accurate): Remove prototype.
10228         * window.c (window_loop, Fforce_window_update): Force mode line
10229         updates by setting prevent_redisplay_optimizations_p and
10230         update_mode_lines.
10232 2004-02-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10234         * xfns.c (x_window): Fix indentation.
10236         * xterm.c (x_calc_absolute_position): Call x_real_positions
10237         to get WM window sizes and use those to calculate position.
10238         (x_set_offset): Remove code commented out.
10240 2004-02-28  Miles Bader  <miles@gnu.org>
10242         * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
10244 2004-02-28  Kim F. Storm  <storm@cua.dk>
10246         * keyboard.c (kbd_buffer_store_event_hold): New function to store
10247         an event into kbd fifo, but with special handling of quit event;
10248         a quit event is saved for later, and further events are discarded
10249         until the saved quit event has been processed.
10250         (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
10251         (gen_help_event): Store help event in kbd fifo.
10252         (NREAD_INPUT_EVENTS): Remove.
10253         (read_avail_input): Adapt to new read_socket_hook interface.
10254         Remove allocation and initialization of local input_event buffer,
10255         as read_socket_hook stores events directly in fifo.  Allocate and
10256         initialize local hold_quit event to handle postponed quit event
10257         (and store it if set by kbd_buffer_store_event_hold).
10259         * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
10260         (gen_help_event): Fix prototype.
10262         * macterm.c (XTread_socket): Remove bufp_r and
10263         numcharsp args.  Add hold_quit arg.
10264         Rework to use just one, local, inev input_event.  Store inev
10265         directly in fifo using kbd_buffer_store_event_hold.
10267         * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
10268         (read_input_waiting): Adapt to new read_socket_hook interface.
10269         Remove allocation and initialization of local input_event buffer,
10270         as read_socket_hook stores events directly in fifo.  Allocate and
10271         initialize local hold_quit event to handle postponed quit event
10272         (and store it if set by kbd_buffer_store_event_hold).
10274         * term.c (read_socket_hook): Fix arg list.
10276         * termhooks.h (read_socket_hook): Fix prototype.
10278         * w32inevt.c (w32_console_read_socket): Remove bufp_r and
10279         numcharsp args.  Add hold_quit arg.
10280         Rework to use just one, local, inev input_event.  Store inev
10281         directly in fifo using kbd_buffer_store_event_hold.
10283         * w32inevt.h (w32_console_mouse_position): Fix prototype.
10285         * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
10286         Add hold_quit arg.  Rework to use just one, local, inev
10287         input_event.  Store inev directly in fifo using
10288         kbd_buffer_store_event_hold.  Update count in one place.
10289         Postpone call to gen_help_event until inev is stored; use new
10290         local do_help for this.
10291         Remove local emacs_event in handing of ButtonPress event; just use
10292         inev instead (so no reason to copy it later).
10294         * xsmfns.c (x_session_check_input): Remove numchars arg.
10296         * xterm.c (x_focus_changed, x_detect_focus_change):
10297         Remove numchars arg.  Always store event into bufp arg.
10298         Return nothing.  Callers changed accordingly.
10299         (glyph_rect): Simplify.
10300         (STORE_KEYSYM_FOR_DEBUG): New macro.
10301         (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
10302         (current_bufp, current_numcharsp) [USE_GTK]: Remove.
10303         (current_hold_quit) [USE_GTK]: Add.
10304         (event_handler_gdk): Adapt to new handle_one_xevent.
10305         (handle_one_xevent): Remove bufp_r and numcharsp args.
10306         Add hold_quit arg.  Rework to use just one, local, inev
10307         input_event.  Store inev directly in fifo using
10308         kbd_buffer_store_event_hold.  Update count in one place.
10309         Postpone call to gen_help_event until inev is stored; use new
10310         local do_help for this.
10311         Simplify handling of keysyms (consolidate common code).  Fix bug
10312         where count was updated with nchars instead of nbytes.
10313         Remove local emacs_event in handing of ButtonPress event; just use
10314         inev instead (so no reason to copy it later).
10315         Remove `out' label.  Rename label `ret' to `done'; add various
10316         `goto done' to clarify code flow in deeply nested blocks.
10317         (x_dispatch_event): Simplify as handle_one_xevent now calls
10318         kbd_buffer_store_event itself.
10319         (XTread_socket): Remove bufp_r and numcharsp args.  Add hold_quit
10320         arg.  Call handle_one_xevent with new arglist.  Store event from
10321         x_session_check_input in fifo.
10322         [USE_GTK]: Setup current_hold_quit.
10323         Decrement handling_signal before unblocking input.
10324         (x_initialize) [USE_GTK]: Initialize current_count.
10326         * xterm.h (x_session_check_input): Fix prototype.
10328 2004-02-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10330         * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
10332         * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
10333         macgui.h).
10335         * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
10337         * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
10338         (mktime, DEBUG, Z, free, malloc, realloc, max, min)
10339         (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
10340         [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
10341         (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
10342         (Bitmap): Remove typedef.
10343         (Pixmap): Change int to GWorldPtr.
10345         * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10347         * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10348         (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
10349         New #define to extract 16-bit depth color components from unsigned
10350         long representation.
10351         (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
10352         colors used for masks.
10353         (struct mac_display_info): Add color_p.  Remove n_cbits.
10355         * macfns.c: Include sys/types.h and sys/stat.h.
10356         [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
10357         Include QuickTime/QuickTime.h.
10358         (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10359         (XSetForeground, mac_draw_line_to_pixmap): Add externs for
10360         functions defined in macterm.c.
10361         (XImagePtr): New typedef.  Corresponds to XImage * in xfns.c.
10362         (ZPixmap): New #define for compatibility with xfns.c.
10363         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10364         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10365         (find_image_fsspec, image_load_qt_1, image_load_quicktime):
10366         New functions.
10367         (four_corners_best, x_create_x_image_and_pixmap)
10368         (x_destroy_x_image, unwind_create_frame, x_disable_image)
10369         (x_edge_detection, init_color_table, colors_in_color_table)
10370         (lookup_rgb_color, lookup_pixel_color, postprocess_image)
10371         (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
10372         (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
10373         (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
10374         (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
10375         long mixup.
10376         (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
10377         (x_decode_color): Don't use n_cbits (in struct mac_display_info).
10378         (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
10379         (x_set_cursor_type, Fxw_color_values, valid_image_p)
10380         (image_value_type, parse_image_spec, image_ascent, x_clear_image)
10381         (x_alloc_image_color, clear_image_cache, lookup_image)
10382         (x_find_image_file, xbm_read_bitmap_file_data)
10383         (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
10384         (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
10385         (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
10386         (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
10387         (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
10388         (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
10389         (x_make_gc): Sync with xfns.c.  Enclose unused `border_tile' with
10390         #if 0.
10391         (x_free_gcs): Sync with xfns.c.  Enclose unused `border_tile' with
10392         #if 0.  Free white_relief.gc and black_relief.gc.
10393         (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
10394         New functions (from xfns.c).
10395         (Fx_create_frame): Record unwind_create_frame.
10396         (Fxw_display_color_p): Use dpyinfo->color_p.
10397         (Fx_display_grayscale_p, Fx_display_planes): Don't use
10398         dpyinfo->n_cbits.
10399         (Fx_display_color_cells): Use dpyinfo->n_planes;
10400         (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
10401         (Qheuristic, cross_disabled_images, emboss_matrix)
10402         (laplace_matrix): New variables (from xfns.c).
10403         (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
10404         (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
10405         (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
10406         (image_background_transparent): New function (from xfns.c).
10407         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10408         (image_load_quicktime): Add declaration.
10409         [MAC_OSX] (image_load_quartz2d): Likewise.
10410         [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
10411         [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
10412         [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
10413         (xbm_load_image_from_file, x_laplace_read_row)
10414         (x_laplace_write_row, pbm_read_file): Remove functions.
10415         [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
10416         (xpm_load): Sync with xfns.c (although XPM is not supported yet).
10417         (colors_in_color_table): Sync with xfns.c (although not used).
10418         (lookup_rgb_color): Don't lookup color table.  Just do gamma
10419         correction.
10420         (COLOR_INTENSITY): New #define (from xfns.c).
10421         (x_disable_image): New function (from xfns.c).
10422         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10423         (x_build_heuristic_mask): Sync with xfns.c.
10424         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10425         (HAVE_PBM): Remove #ifdef.
10426         (pbm_load): Sync with xfns.c.  Set img->width and img->height
10427         before IMAGE_BACKGROUND.
10428         (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
10429         (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
10430         Don't enclose with #if HAVE_PNG.
10431         [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
10432         symbol _CGImageCreateWithPNGDataProvider is defined.
10433         Otherwise use image_load_quicktime.
10434         [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
10435         [HAVE_PNG] (png_load): Sync with xfns.c.
10436         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10437         (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
10438         HAVE_JPEG.
10439         (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
10440         (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
10441         [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
10442         [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
10443         [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
10444         (tiff_image_p, tiff_load): Don't enclose declarations with #if
10445         HAVE_TIFF.
10446         (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
10447         (tiff_image_p): Don't enclose with #if HAVE_TIFF.
10448         [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
10449         [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
10450         New functions (from xfns.c).
10451         [HAVE_TIFF] (tiff_load): Sync with xfns.c.
10452         (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
10453         (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
10454         Don't enclose with #if HAVE_GIF.
10455         [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
10456         animated gif.  Otherwise use image_load_quicktime.
10457         [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
10458         gif_DrawText to avoid conflict with QuickdrawText.h.
10459         [HAVE_GIF] (gif_load): Sync with xfns.c.
10460         (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
10461         [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
10462         Ghostscript is not supported yet).
10463         (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
10464         QCmatrix, QCcolor_adjustment, and QCmask.  Add DEFVAR_BOOL
10465         cross_disabled_images (from xfns.c).  Remove #if 0 for supported
10466         image types.  Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
10467         HAVE_PNG.  Add defsubr for Simage_size and Simage_mask_p.
10468         (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
10469         HAVE_PNG.  Call EnterMovies to support animated gifs.
10470         Call init_image_func_pointer to bind a symbol
10471         _CGImageCreateWithPNGDataProvider if it is defined.
10473         * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10474         (x_draw_bar_cursor): Sync declaration with xterm.c.
10475         (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
10476         (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
10477         graphics).
10478         (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
10479         (mac_draw_line_to_pixmap, XCreatePixmap)
10480         (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
10481         (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
10482         New functions.
10483         (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
10484         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
10485         Cast bits to char *.
10486         (reflect_byte): New function (from w32fns.c).
10487         (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
10488         due to byte alignment.
10489         (mac_scroll_area) [TARGET_API_MAC_CARBON]:
10490         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
10491         (XSetForeground): Remove static (now used in macfns.c).
10492         (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
10493         (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
10494         (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
10495         (x_draw_glyph_string_box, x_draw_image_foreground)
10496         (x_draw_image_foreground_1, x_draw_image_glyph_string)
10497         (x_draw_stretch_glyph_string, x_draw_glyph_string)
10498         (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
10499         Sync with xterm.c.
10500         (x_draw_relief_rect): Sync with xterm.c.  Make 1 pixel shorter
10501         than the xterm.c version when a strictly horizontal or vertical
10502         line is drawn.
10503         (XTset_terminal_window): Add static.
10504         (x_make_frame_visible): Add UNBLOCK_INPUT.
10505         (x_free_frame_resources): New funcion (from xterm.c).
10506         (XTread_socket): Call handle_tool_bar_click if mouse up/down event
10507         occurs in tool bar area.
10508         (mac_initialize_display_info): Remove dpyinfo->n_cbits.
10509         Set dpyinfo->color_p.  Determine dpyinfo->n_planes using HasDepth.
10510         Initialize image cache.
10511         (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
10512         Enclose unused functions with #if 0.
10513         (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
10514         (decode_mac_font_name): New function to apply code conversions
10515         from a mac font name to an XLFD font name according to its script code.
10516         (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
10517         font name to a mac font name according to REGISTRY and ENCODING fields.
10518         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
10519         whose name starts with `.'.
10520         (init_font_name_table): Use decode_mac_font_name.  Add both
10521         jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
10522         of a font is smJapanese.
10523         (mac_do_list_fonts): New function to list fonts that match a given
10524         pattern.
10525         (x_list_fonts, XLoadQueryFont): Use it.
10526         (XLoadQueryFont): Set rbearing field for each variable width
10527         character to avoid needless redraw.
10528         (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
10530 2004-02-26  Kim F. Storm  <storm@cua.dk>
10532         * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
10533         as read_socket_hook handler on X aborts if buffer is too small
10534         and W32 handler doesn't always check buffer limit.
10536         * xdisp.c (handle_single_display_prop): Handle left-fringe and
10537         right-fringe similar to a display margin image.  Specifically,
10538         the characters having the fringe prop are no longer shown, and
10539         we use IT_IMAGE/next_element_from_image with image_id = -1 to
10540         do this.  Set fringe bitmap face_id in it->face_id.
10541         (produce_image_glyph): Handle image_id < 0 as "no image" case, but
10542         still realize it->face (i.e. the fringe bitmap face).
10544 2004-02-25  Miles Bader  <miles@gnu.org>
10546         * xdisp.c (check_it): Check string/string_pos consistency.
10547         (init_iterator): Initialize string-related fields properly.
10549 2004-02-11  Miles Bader  <miles@gnu.org>
10551         * xdisp.c (produce_image_glyph): Force negative descents to zero.
10553 2004-02-10  Miles Bader  <miles@gnu.org>
10555         * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
10556         BLOCK_INPUT can be nested, so it doesn't make much sense.
10558 2004-02-24  Michael Mauger  <mmaug@yahoo.com>
10560         * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
10561         (xbm_read_bitmap_data): Use unsigned char for image data.
10563 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10565         * abbrev.c (Finsert_abbrev_table_description): Doc fix.
10567 2004-02-22  Jason Rumney  <jasonr@gnu.org>
10569         * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
10570         correctly over other bitmaps.
10572 2004-02-21  Eli Zaretskii  <eliz@gnu.org>
10574         * emacs.c (USAGE1): Split into two halves.
10575         (USAGE2): Second half of the old USAGE1.
10576         (USAGE3): Rename from USAGE2.
10577         (USAGE4): Rename from USAGE3.
10579 2004-02-21  Juri Linkov  <juri@jurta.org>
10581         * emacs.c (USAGE1): Add --no-desktop.  Move --display from USAGE2.
10582         Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
10583         --file.  Fix -f, -l.  Sort options.  Untabify.
10584         (USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.
10586 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10588         * category.c (Fdefine_category, Fcategory_docstring)
10589         (Fget_unused_category, Fset_category_table)
10590         (Fcategory_set_mnemonics): Doc fixes.
10592 2004-02-20  Kim F. Storm  <storm@cua.dk>
10594         * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
10595         The following changes are relative to the 2004-01-21 revision.
10596         (NREAD_INPUT_EVENTS): Define as max number of input events to read
10597         in one call to read_socket_hook.  Value is 8.
10598         (read_avail_input): Separate and rework handling of read_socket_hook
10599         and non-read_socket_hook cases.  Use smaller input_event buffer
10600         in read_socket_hook case, and repeat if full buffer is read.
10601         Use new local variable 'discard' to skip input after C-g.
10602         In non-read_socket_hook case, just use a single input_event, and
10603         call kbd_buffer_store_event on the fly for each character.
10605 2004-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * lisp.h (union Lisp_Object): Give a more precise type for `type'.
10608         Remove unused `gu' alternative.
10610 2004-02-19  Andreas Schwab  <schwab@suse.de>
10612         * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
10613         warning.
10615 2004-02-18  Kim F. Storm  <storm@cua.dk>
10617         * xdisp.c (get_window_cursor_type, display_and_set_cursor):
10618         Fix last change.
10620 2004-02-17  Kim F. Storm  <storm@cua.dk>
10622         * xdisp.c (fast_find_position): Fix return value of new version;
10623         it was inverted compared to the 21.1 version.
10624         (get_window_cursor_type): Don't look at glyph if NULL.
10625         (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
10627         * keyboard.c: Rework previous change; it didn't consider that the
10628         buf array was allocated on the stack.
10629         (prev_read): Remove variable.
10630         (read_avail_input_buf): New static event buffer array.
10631         (in_read_avail_input): New static variable to handle re-entrancy.
10632         (read_avail_input): Change buf to pinter to read_avail_input_buf.
10633         Use in_read_avail_input to handle re-entrance; when re-entered,
10634         fully initialize and use tmp_buf array instead of read_avail_input_buf.
10635         Do not initialize read_avail_input_buf in full here; instead assume it
10636         is always cleared on entry.  To ensure that, we clear (just) the
10637         entries that were used before we return.
10638         (init_keyboard): Initialize read_avail_input_buf here.
10640 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10642         * cmds.c (Fend_of_line): Doc fix.
10644 2004-02-16  Dmitry Antipov  <dmitry.antipov@mail.ru>  (tiny change)
10646         * keyboard.c (prev_read): New static variable.
10647         (read_avail_input): Use it to zero out only those slots in buf[]
10648         that were used last time we were called.
10650 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10652         * Makefile.in (obj): Move fringe.o from here...
10653         (XOBJ, MAC_OBJ): ...to here.
10655 2004-02-16  Stephen Eglen  <stephen@gnu.org>
10657         * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
10659 2004-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * data.c (Fbyteorder):
10662         * fringe.c (Fdefine_fringe_bitmap):
10663         * xdisp.c (handle_single_display_prop):
10664         * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
10666 2004-02-16  Jason Rumney  <jasonr@gnu.org>
10668         * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
10670 2004-02-15  Steven Tamm  <steventamm@mac.com>
10672         * macterm.c (Vmac_emulate_three_button_mouse): New variable for
10673         controlling emulation of a three button mouse with option and
10674         command keys.
10675         (Qreverse, mac_get_enumlated_btn): Handle the emulation.
10676         (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
10678 2004-02-15  Kim F. Storm  <storm@cua.dk>
10680         * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
10682         * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
10683         Perform byte-swapping.
10685 2004-02-14  Kim F. Storm  <storm@cua.dk>
10687         * dispextern.h (struct draw_fringe_bitmap_params): Change member
10688         bits from char to short to facilitate wider bitmaps.
10689         (struct redisplay_interface): Fix prototype of define_fringe_bitmap
10690         member.
10692         * fringe.c (struct fringe_bitmap): Change member bits from char to
10693         short to facilitate 16 bits wide bitmaps.  Modify all standard
10694         bitmaps accordingly.
10695         (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
10696         (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
10697         (draw_fringe_bitmap): Ditto.
10698         (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
10699         (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
10700         handle up to 16 bits wide bitmaps.
10701         (Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.
10702         (Ffringe_bitmaps_at_pos): Add missing arg declarations.
10704         * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
10705         (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
10706         need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
10708         * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
10709         so it is no longer necessary to expand them here.
10711         * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
10713 2004-02-12  Kim F. Storm  <storm@cua.dk>
10715         * window.c (Fwindow_fringes): Doc fix.
10717 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10719         * xselect.c (x_get_foreign_selection): Add new optional parameter
10720         time_stamp.
10721         (Fx_get_selection_internal): Ditto, pass time_stamp to
10722         x_get_foreign_selection.
10724         * data.c (Fbyteorder): New function.
10726 2004-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10728         * atimer.c: Move include stdio.h to same place as in other files.
10730         * region-cache.c: Ditto.
10732         * sysdep.c: Ditto.
10734         * xfaces.c: Ditto.
10736 2004-02-09  Sam Steingold  <sds@gnu.org>
10738         * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
10740 2004-02-09  Kim F. Storm  <storm@cua.dk>
10742         * fringe.c: New file.  Move original fringe related declarations
10743         and code from dispextern.h and xdisp.c here.
10744         Rework code to support user defined fringe bitmaps, redefining
10745         standard bitmaps, ability to overlay user defined bitmap with
10746         overlay arrow bitmap, and add faces to bitmaps.
10747         (Voverflow_newline_into_fringe): Declare here.
10748         (enum fringe_bitmap_align): New enum.
10749         (..._bits): All bitmaps are now defined without bitswapping; that
10750         is now done in init_fringe_once (if necessary).
10751         (standard_bitmaps): New array with specifications for the
10752         standard fringe bitmaps.
10753         (fringe_faces): New array.
10754         (valid_fringe_bitmap_id_p): New function.
10755         (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
10756         (draw_fringe_bitmap): New function which draws fringe bitmap,
10757         possibly overlaying bitmap with cursor in right fringe or the
10758         overlay arrow in the left fringe.
10759         (update_window_fringes): Do not handle overlay arrow here.
10760         Compare and copy fringe bitmap faces.
10761         (init_fringe_bitmap): New function.
10762         (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
10763         define and destroy user defined fringe bitmaps.
10764         (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
10765         (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
10766         (syms_of_fringe): New function.  Defsubr new DEFUNs.
10767         DEFVAR_LISP Voverflow_newline_into_fringe.
10768         (init_fringe_once, init_fringe): New functions.
10769         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
10771         * Makefile.in (obj): Add fringe.o.
10772         (fringe.o): New dependencies.
10774         * dispextern.h (FRINGE_ID_BITS): New definition for number of
10775         bits allocated to hold a fringe number.  Increase number of bits
10776         from 4 to 8 to allow user defined fringe bitmaps.
10777         (struct glyph_row, struct it): New members left_user_fringe_bitmap,
10778         left_user_fringe_face_id, right_user_fringe_bitmap,
10779         right_user_fringe_face_id.
10780         (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
10781         Move to new file fringe.c.
10782         (MAX_FRINGE_BITMAPS): Define here.
10783         (struct draw_fringe_bitmap_params): New members bits, cursor_p,
10784         and overlay_p.  Change member which to int.
10785         (struct redisplay_interface): New members define_fringe_bitmap
10786         and destroy_fringe_bitmap.
10787         (valid_fringe_bitmap_id_p): Add prototype.
10788         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
10790         * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
10791         arrows.
10792         (update_frame): Do flush_display if force_flush_display_p to
10793         ensure display (specifically fringes) are updated in a timely
10794         manner when resizing the frame by dragging the mouse.
10795         (update_window_line): Update row if overlay arrow changed.
10796         (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
10797         or overlay arrow changed.
10799         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
10800         syms_of_fringe, and init_fringe.
10802         * frame.h (struct frame): New member force_flush_display_p.
10804         * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
10805         Add prototypes.
10807         * macterm.c (mac_draw_bitmap): Add overlay_p arg.
10808         (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
10809         thanks to YAMAMOTO Mitsuharu for advice on how to do this.
10810         Use cursor color for displaying cursor in fringe.
10811         (x_redisplay_interface): Add null handlers for
10812         define_fringe_bitmap and destroy_fringe_bitmap functions.
10814         * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
10815         xterm.c to handle overlayed fringe bitmaps and to use cursor color
10816         for displaying cursor in fringe.
10817         (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
10818         specific functions to define and destroy fringe bitmaps in fringe_bmp.
10819         (w32_redisplay_interface): Add them to redisplay_interface.
10820         (w32_term_init): Call w32_init_fringe instead of explicitly
10821         defining fringe bitmaps in fringe_bmp array.
10822         (x_delete_display): Call w32_reset_fringes instead of explicitly
10823         destroying fringe bitmaps in fringe_bmp array.
10825         * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
10826         (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
10827         (continued_bits, continuation_bits, ov_bits, first_line_bits)
10828         (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
10829         (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
10830         (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
10831         (draw_window_fringes, compute_fringe_widths, update_window_fringes):
10832         Move fringe handling vars and code to new file fringe.c.
10833         (handle_display_prop): Handle left-fringe and right-fringe
10834         display properties; store user fringe bitmaps in iterator.
10835         (move_it_in_display_line_to): Handle cursor in fringe at eob.
10836         (clear_garbaged_frames): Set force_flush_display_p if resized.
10837         (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
10838         (display_line): Handle cursor in fringe at eob.
10839         (display_line): Set row user fringe bitmaps from iterator.
10841         * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
10842         Use cursor color for displaying cursor in fringe.
10843         (x_redisplay_interface): Add null handlers for
10844         define_fringe_bitmap and destroy_fringe_bitmap functions.
10846 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10848         * macfns.c (Fx_change_window_property): Make doc string and
10849         parameters same as for X version.
10851         * w32fns.c (Fx_change_window_property): Ditto.
10853 2004-02-07  Kim F. Storm  <storm@cua.dk>
10855         * xdisp.c (hscroll_window_tree): Position cursor near to right
10856         margin in hscrolled window when jumping to end of line (rather
10857         than centering cursor).
10859         * process.c (wait_reading_process_input): Don't do adaptive read
10860         buffering if waiting for a specific process.
10862 2004-02-05  Luc Teirlinck  <teirllm@auburn.edu>
10864         * minibuf.c (Fminibufferp, Fread_from_minibuffer)
10865         (Fread_minibuffer, Feval_minibuffer)
10866         (Fread_string, Fread_no_blanks_input)
10867         (Fcompleting_read): Doc fixes.
10868         (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
10869         completion-regexp-list.  Define Qcase_fold_search and staticpro it.
10870         (read_minibuf): Fix initial comment.
10871         (Ftry_completion, Fall_completions, Ftest_completion): Bind
10872         case-fold-search to the value of completion-ignore-case when
10873         checking completion-regexp-list.
10874         (Fdisplay_completion_list): Make it handle arguments that are
10875         symbols.  Doc fix.
10877 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10879         * xterm.h: Add declaration of free_frame_menubar.
10881         * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
10882         (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
10883         (Fx_change_window_property): Add declaration of parameters type and
10884         format.  Remove unused variable cons.
10886         * xselect.c: Include stdio.h.
10888 2004-02-05  Kenichi Handa  <handa@m17n.org>
10890         * fns.c (Fset_char_table_range): Fix previous change.
10892         * buffer.c (Fset_buffer_multibyte): Fix docstring.
10894 2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
10896         * editfns.c (Fchar_after, Fchar_before): Doc fixes.
10898 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10900         * keymap.c (Vmouse_events): Rename from Vmenu_events.
10901         (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
10903 2004-02-04  Kenichi Handa  <handa@m17n.org>
10905         * fns.c (Fset_char_table_range): Handle charsets ascii,
10906         eight-bit-control, and eight-bit-graphic correctly.
10908 2004-02-03  Jason Rumney  <jasonr@gnu.org>
10910         * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
10912         * w32fns.c (x_to_w32_font): Likewise.
10914 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10916         * xterm.h: Add x_handle_dnd_message, x_check_property_data,
10917         x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
10919         * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
10920         ClientMessages.
10922         * xselect.c: Include termhooks.h and X11/Xproto.h
10923         (x_check_property_data, x_fill_property_data)
10924         (x_property_data_to_lisp, mouse_position_for_drop)
10925         (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
10926         (Fx_send_client_event): Move here from xfns.c.
10927         (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
10929         * xfns.c (x-send-client-message): Move to xselect.c
10930         (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
10931         OUTER_P.
10932         (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
10933         VECTOR_RET_P.  Handle AnyPropertyType.  Call x_property_data_to_lisp
10934         if vector_ret_p is true.
10935         (syms_of_xfns): Sx_send_client_message moved to xselect.c.
10937 2004-02-02  Eli Zaretskii  <eliz@gnu.org>
10939         * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
10940         basename of FILE relative to it, not FILE itself.
10942 2004-02-02  Kenichi Handa  <handa@m17n.org>
10944         * coding.c (coding_restore_composition): Check invalid
10945         composition data more rigidly.
10947 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
10949         * fileio.c (Fread_file_name_internal): Correctly handle the case
10950         where insert-default-directory is nil.
10951         (Fread_file_name): Always return an empty string if the user exits
10952         with an empty minibuffer.  Adapt the docstring accordingly.
10953         (syms_of_fileio): Adapt the docstring of insert-default-directory
10954         to the change in Fread_file_name.
10956 2004-01-29  Eli Zaretskii  <eliz@gnu.org>
10958         * alloca.c [!alloca]: Fix the prototype for xfree.
10960 2004-01-29  Kenichi Handa  <handa@m17n.org>
10962         * fns.c (string_char_to_byte): Optimize for ASCII only string.
10963         (string_byte_to_char): Likewise.
10965 2004-01-28  Peter Runestig  <peter@runestig.com>
10967         * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
10969 2004-01-27  Steven Tamm  <steventamm@mac.com>
10971         * unexmacosx.c (unexec_copy): Do not copy more than was
10972         requested to prevent overwriting during unexec.
10974 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10976         * process.c (sigchld_handler): Add comment about not calling malloc.
10978         * process.h: Add extern to synch_process_termsig.
10980 2004-01-27  Steven Tamm  <steventamm@mac.com>
10982         * macterm.c (make_mac_frame, make_mac_terminal_frame):
10983         Move setting of scroll bars from make_mac_frame to
10984         make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
10986 2004-01-26  Richard M. Stallman  <rms@gnu.org>
10988         * search.c (Freplace_match): Handle nonexistent
10989         back-references properly.
10991 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10993         * window.c (decode_any_window): New function.
10994         (Fwindow_height, Fwindow_width, Fwindow_edges)
10995         (Fwindow_pixel_edges, Fwindow_inside_edges)
10996         (Fwindow_inside_pixel_edges): Use decode_any_window.
10998 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11000         * process.h: synch_process_termsig new variable.
11002         * callproc.c: Define synch_process_termsig.
11003         (Fcall_process): Initiate synch_process_termsig to zero and
11004         check if non-zero and get signal name after subprocess has ended.
11006         * process.c (sigchld_handler): Set synch_process_termsig
11007         if terminated by a signal.  synch_process_death setting removed.
11009         * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
11011 2004-01-26  Andreas Schwab  <schwab@suse.de>
11013         * print.c (print_preprocess): Declare size as EMACS_INT to not
11014         lose bits.
11015         (print_object): Likewise.
11016         * alloc.c (Fpurecopy): Likewise.
11018 2004-01-25  Luc Teirlinck  <teirllm@auburn.edu>
11020         * window.c (Fwindow_minibuffer_p): Doc fix.
11022 2004-01-24  Jonathan Yavner  <jyavner@member.fsf.org>
11024         * editfns.c (Fformat): Make both passes accept the same set of flags.
11026 2004-01-23  Kenichi Handa  <handa@m17n.org>
11028         * fns.c (Fmd5): If OBJECT is a buffer different from the current
11029         one, set buffer to OBJECT temporarily.
11031 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11033         * keyboard.c (kbd_buffer_gcpro): Remove.
11034         (kbd_buffer_store_event, clear_event, Fdiscard_input)
11035         (stuff_buffered_input, init_keyboard, syms_of_keyboard):
11036         Don't initialize and/or maintain the variable any more.  It was made
11037         redundant by my commit of 2003-06-15.
11039         * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
11041 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11043         * lisp.h: Add undef DECL_ALIGN.
11045 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11047         * process.c (wait_reading_process_input) [SYNC_INPUT]:
11048         Check interrupt_input_pending explicitly.
11050         * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
11052         * keyboard.c (handle_async_input): New fun,
11053         extracted from input_available_signal.
11054         (input_available_signal, reinvoke_input_signal): Use it.
11056 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11058         * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
11060         * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
11061         manipulation macros for when tags are in the lower bits.
11062         (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
11063         (DECL_ALIGN): New macro.
11064         (DEFUN): Use it.
11066         * lisp.h [ENABLE_CHECKING]: Don't force union type.
11068         * s/darwin.h (__attribute__): Remove outdated workaround.
11070         * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
11072         * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
11073         Don't check range of malloc address.
11074         (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
11076         * process.c (wait_reading_process_input): Lisp_Object/int mixup.
11078         * dired.c (Ffile_attributes): Lisp_Object/int mixup.
11080 2004-01-19  Kenichi Handa  <handa@m17n.org>
11082         * fontset.c (fontset_font_pattern): Fix previous change.
11084 2004-01-16  Miles Bader  <miles@gnu.ai.mit.edu>
11086         * xdisp.c (Voverflow_newline_into_fringe)
11087         (move_it_in_display_line_to, redisplay_internal)
11088         (update_window_fringes, redisplay_window, display_line, window):
11089         Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
11090         that it compiles without a window-system.
11091         * dispnew.c (direct_output_for_insert, update_window): Likewise.
11093 2004-01-16  Kim F. Storm  <storm@cua.dk>
11095         * buffer.h (struct buffer): New member indicate_buffer_boundaries.
11097         * buffer.c (init_buffer_once): Set buffer_defaults and
11098         buffer_local_flags for indicate_buffer_boundaries.
11099         (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
11100         default- variable for it.
11102         * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
11103         right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
11104         New members exact_window_width_line_p and cursor_in_fringe_p for
11105         overflowing newlines into right fringe.
11106         New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
11107         and indicate_bottom_line_p for buffer boundaries and scrolling.
11108         (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
11109         FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
11110         HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
11111         and HOLLOW_SQUARE_BITMAP.
11112         (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
11113         Add prototypes.
11115         * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
11116         instead of related indicator fields.
11117         Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
11118         (direct_output_for_insert): Handle exact width lines like
11119         contined lines.  Call update_window_fringes.
11120         (update_window): Call update_window_fringes.
11121         (scrolling_window): Don't skip desired rows with changed bitmaps.
11122         Check if fringe bitmaps changes when assigning scrolled rows.
11124         * xdisp.c (Voverflow_newline_into_fringe): New variable.
11125         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
11126         (move_it_in_display_line_to): Overflow newline into fringe for
11127         rows that are exactly as wide as the window.
11128         (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
11129         (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
11130         (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
11131         (fringe_bitmaps): Add new bitmaps.
11132         (draw_fringe_bitmap): Make extern.  Remove WHICH arg.
11133         Select proper bitmap for cursor in fringe when appropriate.
11134         Handle alignment of bitmap to top or bottom of row.
11135         (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
11136         done by update_window_fringes.
11137         (update_window_fringes, draw_window_fringes): New functions.
11138         (redisplay_internal): Call update_window_fringes in case only
11139         cursor row is updated.
11140         (redisplay_window): Call update_window_fringes.
11141         Explicitly call draw_window_fringes if redisplay was done using
11142         the current matrix or the overlay arrow is in the window.
11143         (try_window_reusing_current_matrix): Mark scrolled rows for
11144         fringe update (to update buffer-boundaries / scrolling icons).
11145         (find_last_unchanged_at_beg_row): Handle exact width lines line
11146         continued lines.
11147         (display_line): Overflow newline into fringe for rows that are
11148         exactly as wide as the window.  Don't append space for newline
11149         in this case.
11150         (notice_overwritten_cursor): Explicitly clear cursor bitmap
11151         in fringe as if it had been overwritten.
11152         (erase_phys_cursor): Erase cursor bitmap in fringe.
11153         (syms_of_xdisp): Mark show-trailing-whitespace and
11154         void-text-area-pointer as user options.
11155         DEFVAR_LISP Voverflow_newline_into_fringe.  Enable by default.
11157         * xterm.c (x_update_window_end): Call draw_window_fringes.
11158         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11159         in row instead of actually drawing fringe bitmaps.
11160         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11161         (x_draw_window_cursor): Draw cursor in fringe.
11163         * w32term.c (x_update_window_end): Call draw_window_fringes.
11164         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11165         in row instead of actually drawing fringe bitmaps.
11166         (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11167         (w32_draw_window_cursor): Draw cursor in fringe.
11169         * macterm.c (x_update_window_end): Call draw_window_fringes.
11170         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11171         in row instead of actually drawing fringe bitmaps.
11172         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11173         (mac_draw_window_cursor): Draw cursor in fringe.
11175 2004-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11177         * xterm.c (handle_one_xevent): Don't handle characters that are part
11178         of an old style (XLookupString) compose sequence.
11180 2004-01-15  Kenichi Handa  <handa@m17n.org>
11182         * search.c (Freplace_match): Use make_multibyte_string or
11183         make_unibyte_string according to the buffer multibyteness.
11185 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * alloc.c (struct interval_block, struct string_block)
11188         (struct symbol_block, struct marker_block, live_string_p)
11189         (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
11190         Better preserve alignment for objects in blocks.
11191         (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
11193         * lread.c (defvar_per_buffer): Remove dead declaration.
11195         * macterm.c (do_check_ram_size): Don't hardcode the lisp address
11196         space size.
11198 2004-01-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11200         * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
11201         if a key press should pop down.  Only pop down if a key is pressed
11202         outside the menu/dialog.
11203         (create_and_show_popup_menu): Pass 0 for down_on_keypress to
11204         popup_get_selection.
11205         (create_and_show_dialog): Pass 1 for down_on_keypress to
11206         popup_get_selection.
11208 2004-01-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11210         * alloc.c (allocate_vectorlike): Surround calls to mallopt with
11211         BLOCK/UNBLOCK_INPUT.
11213 2004-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11215         * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
11216         specified.
11218 2004-01-08  Kenichi Handa  <handa@m17n.org>
11220         * editfns.c (Fformat): Fix '&' to '&&'.
11222 2004-01-08  Andreas Schwab  <schwab@suse.de>
11224         * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
11225         size if PSEUDOVECTOR_FLAG is set.
11227 2004-01-07  Kenichi Handa  <handa@m17n.org>
11229         * charset.c (Fdeclare_equiv_charset): Fix docstring.
11231         * fontset.c (fontset_ref_via_base): Fix previous change.
11233 2004-01-07  Kim F. Storm  <storm@cua.dk>
11235         * process.c (read_process_output): Only activate adaptive
11236         buffering if we read less than 256 bytes at a time.
11238 2004-01-06  Kim F. Storm  <storm@cua.dk>
11240         * dispnew.c (buffer_posn_from_coords): Return both buffer/string
11241         object and image object.  Return glyph width and height.
11242         (mode_line_string, marginal_area_string): Ditto.
11244         * dispextern.h (buffer_posn_from_coords, mode_line_string)
11245         (marginal_area_string): Fix prototypes.
11247         * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
11248         POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN.  All uses changed.
11249         (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
11251         * keyboard.c (make_lispy_position): Use modified mode_line_string,
11252         buffer_posn_from_coords, and marginal_area_string functions to
11253         include both string object and image object in the lispy position.
11254         Also add actual glyph width and height to position.
11255         (read_key_sequence): Use real buffer position from mouse
11256         event to find keymap property even when click is in marginal area.
11258         * xdisp.c (note_mode_line_or_margin_highlight): Use modified
11259         mode_line_string and marginal_area_string functions to handle
11260         both string object and image object properties.
11262 2004-01-06  Andreas Schwab  <schwab@suse.de>
11264         * syntax.c (skip_chars): Treat '-' at end of string as ordinary
11265         character.
11267 2004-01-02  Andreas Schwab  <schwab@suse.de>
11269         * macterm.c (emacs_options, x_initialized, same_x_server):
11270         Remove unused (and duplicated) definitions.
11272 2004-01-02  Kim F. Storm  <storm@cua.dk>
11274         * process.h (struct Lisp_Process): New members for adaptive read
11275         buffering: adaptive_read_buffering, read_output_delay, and
11276         read_output_skip.
11278         * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
11279         (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
11280         (READ_OUTPUT_DELAY_MAX_MAX): New constants.
11281         (process_output_delay_count, process_output_skip): New vars.
11282         (Vprocess_adaptive_read_buffering): New variable.
11283         (make_process): Initialize adaptive read buffering members.
11284         (Fstart_process): Set adaptive_read_buffering member.
11285         (deactivate_process): Cleanup adaptive read buffering.
11286         (wait_reading_process_input): Temporarily omit delayed
11287         subprocesses from the set of file descriptors to read from;
11288         adjust the select timeout if we skipped any subprocesses.
11289         (read_process_output): Increase adaptive read buffering delay if
11290         we read less than a full buffer; reduce delay when we read a
11291         full buffer.
11292         (send_process): Simplify using local Lisp_Process var.
11293         Reset adaptive read buffering delay after write.
11294         (init_process): Initialize process_output_delay_count and
11295         process_output_skip.
11296         (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
11298 2004-01-01  Jason Rumney  <jasonr@gnu.org>
11300         * w32term.c (w32_text_out): Use s->font, for consistency with callers.
11302 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11304         * print.c (Ferror_message_string): Add hyperlink in the docstring
11305         to the definition of `signal' in the Elisp manual.
11306         * eval.c (Fsignal): Ditto.
11308 2003-12-29  James Clark  <jjc@jclark.com>
11310         * fns.c (internal_equal): Return t for two NaN arguments.
11312 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11314         * data.c (store_symval_forwarding): Handle setting
11315         default-fill-column, etc., by changing the value in
11316         buffers that use the default.
11318         * minibuf.c (Fset_minibuffer_window): Doc fix.
11320         * fileio.c (choose_write_coding_system): Ignore auto_saving
11321         if using the visited file for auto saves.
11322         (Fwrite_region): Don't update SAVE_MODIFF
11323         if auto-saving in visited file.
11325 2003-12-29  Kenichi Handa  <handa@m17n.org>
11327         * dispextern.h (face_font_available_p): Extern it.
11329         * fontset.c (Voverriding_fontspec_alist): New variable.
11330         (lookup_overriding_fontspec): New function.
11331         (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
11332         (fontset_font_pattern): Likewise.
11333         (regulalize_fontname): New function.
11334         (Fset_fontset_font): Call regulalize_fontname.
11335         (Fset_overriding_fontspec_internal): New function.
11336         (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
11337         Defsubr Sset_overriding_fontspec_internal.
11339         * xfaces.c (face_font_available_p): New function.
11341 2003-12-28  Richard M. Stallman  <rms@gnu.org>
11343         * buffer.c (Fother_buffer): Don't crash if BUF is nil
11344         or if its name is nil.
11346         * buffer.c (Fkill_buffer): Don't delete auto-save file
11347         if it's the same as the visited file.
11349 2003-12-28  Luc Teirlinck  <teirllm@auburn.edu>
11351         * coding.c (Fcheck_coding_system): Doc fix.
11353 2003-12-28  Kim F. Storm  <storm@cua.dk>
11355         * Makefile.in (eval.o): Depend on dispextern.h.
11357         * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
11358         image glyph using image's ascent.
11359         (mode_line_string): Return image glyph as object clicked on.
11360         Adjust y0 for image glyph using image's ascent.
11362         * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
11363         (struct glyph): New members, ascent and descent.  Used to save
11364         this glyph's ascent and descent, instead of having.
11365         (struct glyph): Declare member face_id using FACE_ID_BITS.
11366         (find_hot_spot): Add prototype.
11368         * keyboard.c (Qimage): Remove extern (now in lisp.h).
11369         (QCmap): Declare extern.
11370         (make_lispy_position): When position is inside image hot-spot,
11371         use hot-spot element's id as posn element.
11373         * lisp.h (IMAGEP): New macro to test for image object type.
11374         (Qimage): Declare extern.
11376         * macfns.c (Qimage): Remove extern (now in lisp.h).
11377         (valid_image_p, parse_image_spec): Use IMAGEP macro.
11379         * macterm.c (Qface, Qmouse_face): Remove unused externs.
11381         * w32fns.c (Qimage): Remove extern (now in lisp.h).
11382         (valid_image_p, parse_image_spec): Use IMAGEP macro.
11384         * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
11386         * w32term.c (Qface, Qmouse_face): Remove unused externs.
11388         * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
11389         pointer types.
11390         (Qrelative_width, Qalign_to): Remove unused variables.
11391         (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
11392         (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
11393         image maps.
11394         (x_y_to_hpos_vpos): Return glyph relative coordinates through
11395         new dx and dy args.
11396         Remove buffer_only_p arg (always 0).  Simplify code accordingly.
11397         (get_glyph_string_clip_rect): Draw cursor using glyph's rather
11398         than row's ascent and height, to get sensible height on tall rows.
11399         (build_desired_tool_bar_string): Remove Qimage extern.
11400         (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
11401         (produce_image_glyph): Adjust it.ascent to minimum row ascent if
11402         image glyph is alone on the last line.
11403         (append_glyph, append_composite_glyph, produce_image_glyph)
11404         (append_stretch_glyph): Set glyph's ascent and descent.
11405         (on_hot_spot_p): New function to check if position is inside an
11406         rectangular, circular, or polygon-shaped image hot-spot,
11407         (find_hot_spot): New function to search for image hot-spot.
11408         (Flookup_image_map): New defun to search for image hot-spot.
11409         (define_frame_cursor1): New aux function to determine frame pointer.
11410         (note_mode_line_or_margin_highlight, note_mouse_highlight):
11411         Handle `pointer' text property and :pointer image property to
11412         control frame pointer shape.  Detect image hot-spots for pointer
11413         and help_echo properties.  Use define_frame_cursor1.
11414         (note_mouse_highlight): Use Vvoid_text_area_pointer.
11415         (syms_of_xdisp): Defsubr new defun.  Intern and staticpro new variables.
11416         DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
11418         * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
11420         * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
11421         (Qimage): Remove extern (now in lisp.h).
11422         (valid_image_p, parse_image_spec): Use IMAGEP macro.
11424         * xmenu.c (show_help_event): Remove unused code.
11426         * xterm.c (Qface, Qmouse_face): Remove unused externs.
11427         (x_draw_hollow_cursor): Draw cursor using glyph's rather than
11428         row's ascent and descent, to get a sensible height on tall rows.
11430 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
11432         * minibuf.c (Fcompleting_read): Undo previous change.
11434 2003-12-25  Lars Hansen  <larsh@math.ku.dk>
11436         * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
11437         Arguments GCPRO'ed in call to file name handler.
11439 2003-12-25  Thien-Thi Nguyen  <ttn@gnu.org>
11441         * termcap.c (tgetst1): Scan for "%pN"; if all
11442         N are continuous in [1,9], remove all "%pN".
11444 2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11446         * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
11448         * xfaces.c (lface_fully_specified_p): Take into account that
11449         MAC OS always have unspecified stipple.
11451 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11453         * tparam.c (tparam1): Add handling for `%pN', which
11454         means use param N for the next substitution.
11456 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11458         * xfaces.c (Fcolor_gray_p): Fix omission bug:
11459         In case `frame' is nil, consult the selected frame.
11460         (Fcolor_supported_p): Likewise.
11462 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
11464         * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
11465         Doc fixes.
11467         * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
11468         and an integer.  Adapt the introductory comment accordingly.
11469         (Fread_from_minibuffer): Delete code moved into read_minibuf.
11470         Doc fix.
11471         (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
11472         read_minibuf.
11473         (Fcompleting_read): Delete code moved into read_minibuf.
11474         (Ftest_completion): Make it handle obarrays and hash tables correctly.
11476 2003-12-03  Kenichi Handa  <handa@m17n.org>
11478         * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
11479         encoding sequence.
11481 2003-12-01  Kenichi Handa  <handa@m17n.org>
11483         * composite.c (syms_of_composite): Don't make the compostion hash
11484         table week.
11486 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
11488         * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
11489         * textprop.c (Fget_char_property_and_overlay): New function.
11490         (syms_of_textprop): Defsubr it.
11492 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11494         * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
11495         to compile on terminal configuration.
11497         * fileio.c (Fread_file_name): Check use_file_dialog also before
11498         calling Fx_file_dialog.
11500         * fns.c (use_file_dialog): New variable.
11501         (syms_of_fns): DEFVAR_BOOL use-file-dialog.
11503 2003-11-29  Kim F. Storm  <storm@cua.dk>
11505         * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
11506         (syms_of_msdos): Don't intern and staticpro them.
11508 2003-11-27  Kim F. Storm  <storm@cua.dk>
11510         * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
11511         coordinates relative to glyph at posn.  If glyph is an image,
11512         return that as object at posn.  Callers changed.
11513         (mode_line_string, marginal_area_string): Calculate and return
11514         pixel coordinates relative to glyph.  Callers changed.
11516         * dispextern.h (buffer_posn_from_coords, mode_line_string)
11517         (marginal_area_string): Fix prototypes.
11518         (window_box_left_offset, window_box_right_offset): Add prototypes.
11520         * frame.h (get_specified_cursor_type, get_window_cursor_type):
11521         Remove prototypes.
11523         * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
11525         * keyboard.c (make_lispy_position): Add x and y coordinates
11526         relative to the current glyph as 7th element of position.
11527         If glyph is an image, return it in the object element.
11528         (read_key_sequence): Skip checks for keymap property in cases
11529         where POSN_STRING is not a string (e.g. an image).
11531         * xdisp.c (Vdisplay_pixels_per_inch): New variable.
11532         (Vshow_text_cursor_in_void): New variable.
11533         (glyph_to_pixel_coords): Don't use negative hpos.
11534         (x_y_to_hpos_vpos): Fix for partially visible first glyph.
11535         (append_stretch_glyph): Change ascent arg to be actual value
11536         in pixels rather than ratio to height.  Callers changed.
11537         (calc_pixel_width_or_height): New aux function, implementing
11538         pixel based artihmetic for glyph widths and heights.
11539         (produce_stretch_glyph): Use calc_pixel_width_or_height for
11540         :width, :height, :align-to, and :ascent, thus allowing these to
11541         be specified in pixels as well as multiples of characters.
11542         Don't produce stretch glyphs with zero width or height.
11543         (get_specified_cursor_type): Declare static.
11544         (get_window_cursor_type): Declare static.  Add glyph arg to be
11545         able to know when cursor is on an image; always substitute
11546         hollow-box cursor for filled-box cursor on images, to avoid
11547         negative images and flicker when blinking the cursor.
11548         (display_and_set_cursor): Pass glyph to get_window_cursor_type.
11549         (note_mode_line_or_margin_highlight): Use non-text cursor rather
11550         than vertical scroll-bar cursor in display margins.
11551         (note_mouse_highlight): Use non-text cursor rather than text
11552         cursor in fringes and over images in the text area.
11553         Use non-text cursor when mouse pointer is outside editable text,
11554         i.e. in the void after end-of-line or end-of-buffer; this was
11555         already done for W32, but is now standard for all systems --
11556         user can toggle show-text-cursor-in-void to get old behaviour.
11557         (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
11558         Vdisplay_pixels_per_inch.
11560 2003-11-25  Andreas Schwab  <schwab@suse.de>
11562         * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
11563         EMACS_INT to not lose bits.
11564         (Ffillarray): Don't set bits beyond the size of a bool vector.
11566 2003-11-25  Kim F. Storm  <storm@cua.dk>
11568         * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
11569         define this defun on systems that cannot use stderr as lvalue.
11571 2003-11-24  Gerd Moellmann  <gerd@gnu.org>
11573         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
11574         [__FreeBSD_version >= 500042]: Define as -znocombreloc because
11575         ld's default is incompatible with unexec.
11577 2003-11-23  Kim F. Storm  <storm@cua.dk>
11579         * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
11580         (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
11581         (Fforce_window_update): New defun.
11582         (syms_of_window): Defsubr it.
11583         (Fset_window_margins, Fset_window_fringes): Doc fix.
11585         * print.c (Fredirect_debugging_output): New defun.
11586         (syms_of_print): Defsubr it.
11588 2003-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11590         * fns.c (Fset_char_table_parent): Doc fix.
11592 2003-11-22  Kim F. Storm  <storm@cua.dk>
11594         * dispnew.c (buffer_posn_from_coords): Return actual row/column
11595         for glyph clicked on, rather than (unused) pixel positions.
11596         (mode_line_string, marginal_area_string): Change X and Y args to
11597         pointers for returning actual row/column for glyph clicked on.
11598         Simplify and optimize loops.
11600         * dispextern.h (mode_line_string, marginal_area_string):
11601         Update prototypes.
11603         * keyboard.c (make_lispy_position): New function for generating
11604         mouse click positions from frame and pixel coordinates.
11605         Enhanced to return buffer position and actual row/column for
11606         events outside the text area using updated mode_line_string and
11607         marginal_area_string functions.
11608         Return left-fringe and right-fringe clicks as such, rather than
11609         clicks in text area.
11610         (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
11611         pixel_to_glyph_coords, as we never use the results.
11612         (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
11613         WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
11614         Eliminate unused code in WHEEL_EVENT handling.
11615         (make_lispy_movement): Use make_lispy_position.
11617         * window.c (coordinates_in_window): Remove redundant tests.
11618         Fix returned X pixel value for left-margin.
11620         * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
11621         mode_line_string and marginal_area_string parameters.
11623 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
11625         * w32.c (struct the_group, getgrgid): Add.
11626         * mac.c (struct my_group, getgrgid): Add.
11628 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11630         * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
11632 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
11634         * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
11635         include in call to file name handler.  Optionally translate numeric
11636         UID and GID to strings.  Update docstring.
11637         (directory_files_internal): Add parameter ID-FORMAT.
11638         (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
11639         include in call to file name handler and call to
11640         directory_files_internal.  Update Docstring.
11641         (Fdirectory_files): Add dummy parameter in call to
11642         directory_files_internal.
11643         * lisp.h (Qinteger): Add.
11644         (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
11645         (Ffile_attributes): Add parameter.
11646         * data.c (Qinteger): Export.
11648 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11650         * fns.c (Freverse, Fnreverse): Doc fixes.
11652 2003-11-19  Kim F. Storm  <storm@cua.dk>
11654         * xdisp.c (init_iterator): Initialize it->start to position
11655         before reseating (in case start position is invisible).
11656         (init_to_row_start): Set it->start to row-start.
11657         (redisplay_window): Accept optional_new_start if start position
11658         is invisible (in which case IT_CHARPOS overshoots PT).
11659         (display_line): Setup row->start from it->start (rather than
11660         it->current which is wrong if first char on line is invisible).
11661         When done, reseat it->start to it->current (= start of next row).
11662         (expose_area): Fix exposure of text area when first char (e.g. TAB)
11663         is only partially visible.
11665         * dispextern.h (struct it): New member start.
11667 2003-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11669         * alloc.c (make_float, Fcons): Clear the markbit at init time.
11670         (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
11671         of block_index outside of the macro call.
11672         (Fgarbage_collect): Remove null code.
11674         * m/amdx86-64.h: Don't redefine XPNTR.
11676         * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
11677         of VALMASK.
11679         * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
11680         (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
11681         (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
11683         * lisp.h (VALMASK): Only define for non-union type.
11684         (MARKBIT): Remove.
11685         (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
11686         (XTYPE): Define unconditionally.
11687         (XSETTYPE): Remove one more remnant.
11688         (EQ): Define differently for the union and non-union cases.
11689         (INTMASK): New bit mask.
11690         (struct Lisp_Marker): Move down to prepare for upcoming patch.
11691         (GC_EQ): Delegate to EQ.
11693         * coding.c (coding_restore_composition): Lisp_Object/int mixup.
11695 2003-11-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11697         * xterm.c (x_window_to_scroll_bar): Move check of display to
11698         where window_id is compared.
11700 2003-11-17  Kim F. Storm  <storm@cua.dk>
11702         * dispextern.h (struct it): New member first_vpos.
11704         * xdisp.c (start_display): Set it->first_vpos.
11705         (try_window_id): Use first_vpos to start display in first _text_
11706         line if no reusable lines at start of window with header line.
11708 2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11710         * w32fns.c (XPutPixel):
11711         * w32bdf.c (w32_init_bdf_font):
11712         * sunfns.c (sel_read):
11713         * process.c (Fmake_network_process):
11714         * frame.c (store_frame_param):
11715         * fontset.c (Fset_fontset_font):
11716         * emacs.c (shut_down_emacs):
11717         * ccl.c (ccl_driver): Remove period at end of error message.
11719         * config.in: Regenerate.
11721         * xfns.c (x_window_to_frame, x_any_window_to_frame)
11722         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11723         (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
11724         (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
11725         (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
11727         * xterm.h (struct x_display_info): New field xg_cursor for GTK.
11729         * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
11730         (XTmouse_position, handle_one_xevent): Pass Display* to
11731         x_window_to_scroll_bar.
11732         (x_window_to_scroll_bar): Take a Display* argument.
11733         Check that display for frame is equal to Display* argument.
11734         (event_handler_gdk): Remove current_dpyinfo.  Get dpyinfo from
11735         x_display_info_for_display instead.  Use Display in xev instead
11736         of GDK_DISPLAY.
11737         (x_dispatch_event): Call x_display_info_for_display.
11738         (XTread_socket): Move GTK part out of loop.  current_dpyinfo removed.
11739         (x_connection_closed): Call xg_display_close for GTK.
11740         (x_term_init): Call xg_display_open for additional displays.
11741         Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
11742         for GTK.
11744         * xmenu.c (single_menu_item, mouse_position_for_popup)
11745         (x_activate_menubar): Formatting adjustments.
11747         * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
11748         adjustments.
11750         * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
11751         (xg_display_close, xg_create_default_cursor)
11752         (xg_get_gdk_pixmap_and_mask): New functions for multiple display
11753         handling.
11754         (xg_left_ptr_cursor): Remove.
11755         (xg_set_cursor): Change cursor to GdkCursor*.  Do not create
11756         cursor here.
11757         (xg_win_to_widget): Take Display* argument, call
11758         gdk_xid_table_lookup_for_display.
11759         (xg_create_frame_widgets, xg_get_file_name, create_menus)
11760         (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
11761         (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
11762         in FRAME_X_DISPLAY_INFO.
11763         (xg_get_scroll_id_for_window): Take Display* argument.
11764         (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
11765         (xg_initialize): Remove xg_left_ptr_cursor.
11767         * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
11768         Display* argument.
11769         (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
11771 2003-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11773         * xterm.c (x_detect_focus_change): Do not change focus frame for
11774         Enter/LeaveNotify if the current focus frame has explicit focus.
11776 2003-11-14  Kim F. Storm  <storm@cua.dk>
11778         * dispnew.c (update_text_area): Fix redisplay error when hscroll
11779         is active and first glyph is only partially visible.
11781 2003-11-13  Kenichi Handa  <handa@m17n.org>
11783         * xdisp.c (select_frame_for_redisplay): New function.
11784         (redisplay_internal): Record also selected_frame for
11785         unwind_redisplay.  Call select_frame_for_redisplay before
11786         redrawing each frame.
11787         (unwind_redisplay): Argument changed to a cons.
11789 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
11791         * fns.c (Fstring_to_multibyte): Doc fix.
11793 2003-11-11  Kenichi Handa  <handa@m17n.org>
11795         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
11797 2003-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11799         * xfns.c (x_window): Set XtNx and XtNy in shell widget for
11800         program specified positions.
11802 2003-11-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11804         * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
11806 2003-11-08  Kenichi Handa  <handa@m17n.org>
11808         * Makefile.in (lisp): Add kannada.el.
11809         (shortlisp): Likewise.
11811 2003-11-07  Kenichi Handa  <handa@m17n.org>
11813         * coding.c (coding_allocate_composition_data):
11814         Reset coding->composing to COMPOSITION_NO.
11815         (coding_restore_composition): Detect invalid composition data.
11816         Give Fstring and Fvector a Lispy integer, not C int.
11818 2003-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11820         * floatfns.c (Flogb): Don't use VALMASK.
11822         * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
11823         * m/ia64.h (VALBITS, XINT, XUINT): Remove.
11825         * lisp.h (XINT): Move the cast to clarify what is going on.
11826         (GCTYPEMASK, XSETTYPE): Remove.
11827         (XGCTYPE): Make it an alias of XTYPE.
11829 2003-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11831         * xterm.c (x_term_init): Fix formatting.
11833 2003-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11835         * gtkutil.h (xg_have_tear_offs): Declare.
11836         (xg_keep_popup, xg_did_tearoff): Remove.
11838         * gtkutil.c: Remove variable xg_did_tearoff.
11839         (xg_have_tear_offs): New function.
11840         (tearoff_remove): Just decrease xg_detached_menus.
11841         (tearoff_activate): Increase xg_detached_menus and call
11842         tearoff_remove when tearoff is removed.
11843         (xg_keep_popup): Remove function.
11844         (create_menus): Give add_tearoff_p as argument to recursive
11845         call to create_menus.
11846         (xg_create_widget): Use variables instead of multiple
11847         strcmp.  Tell create_menus to create tear off only for
11848         menu bar menus.
11849         (xg_update_menubar): Change title for a detached menu also.
11850         (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
11851         of deep_p.
11852         (xg_initialize): Initialize xg_detached_menus, remove
11853         initialization of xg_did_tearoff.
11855         * xmenu.c (set_frame_menubar): For GTK, set deep_p if
11856         xg_have_tear_offs returns non-zero.
11857         (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
11858         call to xg_keep_popup.
11860 2003-11-01  Andrew Choi  <akochoi@shaw.ca>
11862         * macterm.c (XTread_socket): Handle menubar selection and grow
11863         window only for mouseDown events.
11865 2003-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11867         * xterm.c (x_term_init): For GTK part, increase x_initialized
11868         to check for more than one display.  Use error instead of return 0.
11870 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
11872         * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
11873         (copy_dysymtab): Call it.
11875 2003-10-31  Luc Teirlinck  <teirllm@auburn.edu>
11877         * eval.c (Fdefvaralias): Doc fix.
11879 2003-10-26  Luc Teirlinck  <teirllm@auburn.edu>
11881         * data.c (Fsetplist): Doc fix.
11883 2003-10-14  Lute Kamstra  <lute@gnu.org>
11885         * window.c (Fset_window_fringes): Clarify docstring.
11887 2003-10-14  Kim F. Storm  <storm@cua.dk>
11889         * window.c (Fset_window_margins): Simplify arg checking.
11891 2003-10-13  Richard M. Stallman  <rms@gnu.org>
11893         * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
11894         (print_partial_compiled_pattern): Replace assert with a printout.
11895         (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
11897         * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
11899         * window.c (Fset_window_margins): Allow only integers as args.
11900         (syms_of_window) <special-display-buffer-names, special-display-regexps>:
11901         Doc fixes.
11903 2003-10-13  Lute Kamstra  <lute@gnu.org>
11905         * window.c (Fset_window_fringes): Elaborate docstring.
11907 2003-10-12  Andrew Choi  <akochoi@shaw.ca>
11909         * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
11911         * s/darwin.h (GC_MARK_STACK): Define.
11913 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11915         * window.c (shrink_windows): New function.
11916         (size_window): Call shrink_windows to calculate window sizes when
11917         shrinking frame with more than one window.
11919 2003-10-12  Kim F. Storm  <storm@cua.dk>
11921         * xdisp.c (compute_fringe_widths): Doc fix.
11923 2003-10-08  Kenichi Handa  <handa@m17n.org>
11925         * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
11927 2003-10-07  Kenichi Handa  <handa@m17n.org>
11929         * coding.c (Qcoding_system_define_form): New variable.
11930         (syms_of_coding): Intern and staticpro it.
11931         (Fcheck_coding_system): Try to autoload the definition of
11932         CODING-SYSTEM.
11934 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
11936         * fns.c (Frequire): Doc fix.
11938 2003-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11940         * xfns.c (Fx_send_client_event): New function as a base for
11941         manipulating extended window manager hints.
11942         (Fx_send_client_event): Remove unused variable s.
11944         * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
11945         that function is removed.
11947         * xterm.c (x_set_offset): Use move_offset_left/top instead of
11948         x/y_pixels_outer_diff.
11949         (x_check_expected_move): Calculate move_offset_left/top.
11951         * xterm.h (struct x_output): New members: move_offset_top/left.
11953         * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
11954         call x_set_offset directly.
11956         * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
11958         * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
11960         * xterm.c (x_delete_display): Free font names and font_encoder
11961         in dpyinfo->font_table.
11963         * xfns.c (Fx_close_connection): Only call XFreeFont here.
11964         Move xfree of font names to x_delete_display.
11966         * xterm.h (struct x_display_info): New member, wm_type.
11967         (struct x_output): New members, expected_top/left and
11968         check_expected_move.
11970         * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
11971         is received.
11972         (handle_one_xevent): Rename x_check_expected_move from
11973         x_check_fullscreen_move.
11974         (x_set_offset): Only add WM decoration sizes to modified_top/left
11975         for X_WMTYPE_A.  Set check_expected_move when WM type is unknown.
11976         (x_check_expected_move): Rename from x_check_fullscreen_move.
11977         Removed fullscreen specific code.  Use check_expected_move,
11978         expected_left/top instead.  Also, set wm_type.
11979         (x_term_init): Initialize wm_type to unknown.
11981         * frame.c (x_fullscreen_move): Remove addition of WM decoration
11982         sizes to move_x/y.
11984 2003-10-03  Kenichi Handa  <handa@m17n.org>
11986         * macterm.c (x_load_font): Clear all members of FONTP before start
11987         filling them.
11989 2003-10-02  Kenichi Handa  <handa@m17n.org>
11991         * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
11992         before calling find_ccl_program_func.  Call find_ccl_program_func
11993         only when fontp->font_encoder is not NULL.
11995         * xterm.c (x_load_font): Clear all members of FONTP before start
11996         filling them.
11998 2003-10-03  John Paul Wallington  <jpw@gnu.org>
12000         * keymap.c (map_keymap): Don't abort when binding is a vector.
12002 2003-10-02  Jason Rumney  <jasonr@gnu.org>
12004         * makefile.w32-in (emacs.o, coding.o, bytecode.o):
12005         Sync dependencies with Makefile.in.
12006         (alloca.o): Remove.
12008         * w32fns.c (w32_load_system_font): Clear all members of FONTP before
12009         filling them.
12011         * w32bdf.c (w32_load_bdf_font): Likewise.
12013 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12015         * term.c (set_tty_color_mode): Calculate current_mode_spec
12016         regardless of value of VAL.
12018         * intervals.c (graft_intervals_into_buffer):
12019         Set BUF_INTERVALS (buffer)->up_obj when appropriate.
12020         Handle over_used when splitting UNDER.
12022 2003-09-30  YAMAMOTO  Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12024         * regex.c (regex_compile): Free the stack when returning from function.
12026 2003-09-28  Kenichi Handa  <handa@m17n.org>
12028         * fontset.c (Finternal_char_font): Change return value to
12029         cons (FONT-NAME . GLYPH-CODE).
12031 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
12033         * term.c (tty_setup_colors): Treat any negative argument as -1.
12035 2003-09-27  Gaute B Strokkenes  <biggaute@uwc.net>  (tiny change)
12037         * process.c (send_process): Delete unused temp_buf.
12039 2003-09-26  Dave Love  <fx@gnu.org>
12041         * xterm.c (x_bitmap_mask): Declare.
12043 2003-09-25  Dave Love  <fx@gnu.org>
12045         * Makefile.in (fns.o): Depend on md5.h.
12047 2003-09-25  Kim F. Storm  <storm@cua.dk>
12049         * window.c (set_window_buffer): Fix redisplay problems when
12050         switching between buffers with different display margin widths.
12052 2003-09-23  Kim F. Storm  <storm@cua.dk>
12054         * process.c (set_socket_option): Fix :bindtodevice option.
12055         (Fset_network_process_option): Update process contact list when
12056         setting option succeeds.
12057         (Fmake_network_process): Doc fix.
12059 2003-09-23  Dave Love  <fx@gnu.org>
12061         * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
12063 2003-09-22  Eli Zaretskii  <eliz@gnu.org>
12065         * term.c (set_tty_color_mode): Use INTEGERP to test whether a
12066         color mode is an integer number (it could be -1).
12068 2003-09-22  Richard M. Stallman  <rms@gnu.org>
12070         * intervals.c (graft_intervals_into_buffer): Correct the main loop
12071         in the case where OVER is longer than UNDER.
12073 2003-09-22  Masatake YAMATO  <jet@gyve.org>
12075         * window.c (Fset_window_scroll_bars): Validate the value of
12076         `vertical_type'.
12078 2003-09-21  Kim F. Storm  <storm@cua.dk>
12080         * frame.c (Vdefault_frame_scroll_bars): New variable.
12081         (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
12082         (syms_of_frame): DEFVAR_LISP it, and initialize according to
12083         window-system default scroll bar position.
12085         * window.c (Fwindow_scroll_bars): Doc fix.
12087 2003-09-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12089         * xterm.c (x_set_offset): Take window manager decorations into account.
12091 2003-09-19  Richard M. Stallman  <rms@gnu.org>
12093         * atimer.h: Don't include lisp.h.
12094         (P_): Define it here (as well as elsewhere).
12096         * print.c (Fprin1_to_string): Move the PRINTPREPARE
12097         later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
12099         * data.c (Fvariable_binding_locus): New function.
12100         (syms_of_data): defsubr it.
12101         (Flocal_variable_p): Delete duplicate call to indirect_variable.
12103 2003-09-18  Dave Love  <fx@gnu.org>
12105         * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
12107         * process.c (Fnetwork_interface_info): Fix type error.
12108         (Fnetwork_interface_list): Doc fix.
12109         (read_process_output, read_process_output): Delete unused var.
12111 2003-09-17  Kim F. Storm  <storm@cua.dk>
12113         * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
12114         Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
12115         (Fnetwork_interface_info): Check that ifreq struct has required
12116         fields before accessing them; this requires that those fields are
12117         defined as macros, which may be too restrictive on some platforms,
12118         but it is better than failing on other platforms.
12119         (syms_of_process): Only defsubr above fns when included.
12121 2003-09-17  Dave Love  <fx@gnu.org>
12123         * unexalpha.c: Don't include varargs.h.
12125 2003-09-17  Kim F. Storm  <storm@cua.dk>
12127         * process.c (Fset_process_sentinel): Add sentinel to childp plist
12128         for network process.
12129         (socket_options): Add `:' prefix to option names.  Add optbit field.
12130         (set_socket_option): Remove no_error arg and special handling of s < 0.
12131         Return 1<<optbit for known option, 0 for unknown.
12132         Do not interpret 0 as false for boolean option (only nil).
12133         Pass failed option and value to report_file_error.
12134         (Fset_network_process_options): Replace by Fset_network_process_option.
12135         (Fset_network_process_option): New function to set just one option.
12136         (Fmake_network_process): Allow :coding arg to be a cons.
12137         Allow :server arg to be an integer specifying backlog size.
12138         Remove :options arg, and allow options to be specified directly
12139         as :KEY, VALUE pairs.  Parse these options before binding socket.
12140         As before, :reuseaddr t is default for a server process, but this
12141         can now be disabled by specifying :reuseaddr nil.
12142         (Fnetwork_interface_info): Rename from Fget_network_interface_info.
12143         (init_process): Availability of network options is now checked with
12144         simpler syntax (featurep 'make-network-process :OPTION); use loop to
12145         setup features.
12146         (syms_of_process): Fix defsubr's for the replaced functions.
12148 2003-09-16  Dave Love  <fx@gnu.org>
12150         * Makefile.in: Depend on coding.h.
12152 2003-09-14  Kim F. Storm  <storm@cua.dk>
12154         * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
12155         (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
12156         (syms_of_process): Defsubr them.
12158         * config.in: Regenerate.
12160 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12162         * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
12163         * m/news-r6.h (XUNMARK): Remove.
12164         * m/mips.h (XUNMARK): Remove.
12165         * m/mips-siemens.h (XUNMARK): Remove.
12166         * m/iris4d.h (XUNMARK): Remove.
12167         * m/hp800.h (XMARKBIT, XUNMARK): Remove.
12169 2003-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12171         * lisp.h (VALBITS): Don't remove 1 for the markbit.
12172         (union Lisp_Object): Use unsigned int for types.  Remove markbit.
12173         (MARKBIT): Remove 1 from VALBITS so we still use same old val.
12174         (XTYPE): Use unsigned right-shift.
12175         (XMARKBIT, XMARK, XUNMARK): Remove.
12177         * alloc.c (init_intervals, init_symbol, init_marker):
12178         Don't preallocate anything.
12179         (Fgarbage_collect, mark_object): Ignore the markbit.
12181         * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
12183 2003-09-08  Lute Kamstra  <lute@gnu.org>
12185         * xdisp.c (pint2hrstr): New function.
12186         (decode_mode_spec): Add `%i' and `%I' specs.
12187         * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
12188         for `mode-line-format'.
12190 2003-09-07  Andreas Schwab  <schwab@suse.de>
12192         * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
12193         avoid warning.
12195 2003-09-07  Eli Zaretskii  <eliz@gnu.org>
12197         * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
12199 2003-09-03  Kim F. Storm  <storm@cua.dk>
12201         * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
12202         change (superseded by 2002-08-30 change); the default blink-off
12203         cursor is now again "no cursor".
12205 2003-09-01  Jason Rumney  <jasonr@gnu.org>
12207         * makefile.w32-in (alloca.o): Remove.
12208         (coding.o): Depend on intervals.h
12209         (emacs.o, bytecode.o): Depend on window.h
12211 2003-09-01  Dave Love  <fx@gnu.org>
12213         * Makefile.in (alloca.o): Remove commands.
12214         (coding.o): Depend on intervals.h composite.h window.h.
12215         (emacs.o): Depend on window.h keyboard.h keymap.h.
12216         (gtkutil.o): Depend on keyboard.h charset.h coding.h.
12217         (bytecode.o): Depend on window.h.
12219 2003-08-31  Jason Rumney  <jasonr@gnu.org>
12221         * w32term.c (w32_per_char_metric): Allow cached metrics to be
12222         returned even when font_type is unknown.
12224         * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
12226 2003-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12228         * xterm.c (x_term_init): Initialize new fields in x_display_info.
12230         * xterm.h (struct x_display_info): Add red/green/blue_bits and
12231         *_offset.
12233         * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
12234         calculate pixel value.
12236 2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>
12238         * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
12239         Don't tell redisplay display is accurate when it's actually been
12240         paused for pending input.
12242 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12244         * dispnew.c (adjust_glyph_matrix): Call window_box
12245         whenever W is nonzero.
12247         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12248         (Fkill_local_variable, Fmake_variable_frame_local)
12249         (Flocal_variable_p, Flocal_variable_if_set_p):
12250         Use indirect_variable to trace thru variable aliases.
12252         * config.in: Updated.
12254         * callint.c (Fcall_interactively): Save and restore
12255         Vthis_command, Vthis_original_command, real_this_command,
12256         and current_kboard->Vlast_command.
12258         * abbrev.c (Fexpand_abbrev): Insert before deleting.
12260 2003-08-29  Gerd Moellmann  <gerd@gnu.org>
12262         * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
12264 2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)
12266         * coding.c (decode_coding_iso2022): Initialize local variable c2.
12267         (decode_coding_sjis_big5): Likewise.
12269 2003-08-27  Jason Rumney  <jasonr@gnu.org>
12271         * w32.c (sys_pipe): Protect against file descriptor overflow.
12273         * w32fns.c (syms_of_w32fns): Remove non-existent functions.
12275         * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
12277 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
12279         * xfns.c (Vgtk_version_string): New variable.
12280         (syms_of_xfns): DEFVAR_LISP it.  Provide gtk.
12282 2003-08-24  Eli Zaretskii  <eliz@gnu.org>
12284         * term.c (term_init): Remove `const' from buffer_size's declaration.
12286         * Makefile.in (msdos.o): Depend on intervals.h.
12288         * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
12290 2003-08-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12292         * xterm.h (struct x_display_info): New fields: client_leader_window
12293         and Xatom_wm_client_leader.
12295         * xterm.c (x_initialize): Move call to x_session_initialize to ...
12296         (x_term_init): ... here.  Initialize client_leader fields in dpyinfo.
12298         * xsmfns.c (create_client_leader_window): New function.
12299         (x_session_initialize): Call create_client_leader_window, take
12300         dpyinfo as argument.
12302         * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
12304         * Makefile.in (xsmfns.o): Add more depenedencies.
12306 2003-08-21  Dave Love  <fx@gnu.org>
12308         * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
12310 2003-08-21  Kenichi Handa  <handa@m17n.org>
12312         * term.c (term_init): Fix previous change; don't rely on the
12313         length of `buffer' if TERMINFO is defined.
12315 2003-08-20  Dave Love  <fx@gnu.org>
12317         * atimer.h: Include lisp.h.
12319         * lisp.h (EMACS_LISP_H): New.
12320         (popup_activated_flag): Don't declare.
12322         * alloca.c: Some merging with gnulib.  Change logic and doc
12323         concerning (x)malloc/(x)free -- no longer Emacs-specific.
12324         [DO_BLOCK_INPUT]: Don't include lisp.h.
12325         (xmalloc, xfree): Declare.
12326         (malloc): Don't declare.
12328         * Makefile.in (LWLIB_OPTIONS): Remove (unused).
12329         (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
12330         atimer.h, blockinput.h.
12332         * alloc.c (lisp_align_malloc): Change type of `aligned'.
12334         * alloca.s: Remove.
12336 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
12338         * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
12339         use -lncurses.
12341         * term.c (term_init): Use a buffer of size 4096 for tgetent since
12342         FreeBSD returns something longer than 2044.  Abort if the end of
12343         the buffer is overwritten.
12345 2003-08-19  Miles Bader  <miles@gnu.org>
12347         * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
12349 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
12351         * alloc.c (lisp_align_malloc): Check for memory full when
12352         allocating ablocks, which also avoids freeing a pointer into an
12353         ablocks structure.
12355         * puresize.h (BASE_PURESIZE): Increase to 1100000.
12357         * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
12359 2003-08-16  Richard M. Stallman  <rms@gnu.org>
12361         * editfns.c (Fencode_time): Doc fix.
12363 2003-08-16  David Ponce  <david@dponce.com>
12365         * fileio.c (Fwrite_region): Fix conditional expression to issue
12366         the right message.
12368 2003-08-16  Juri Linkov  <juri@jurta.org>
12370         * syntax.c (Fforward_word): Argument changed to optional.
12371         Set default value to 1.
12373 2003-08-15  Kenichi Handa  <handa@m17n.org>
12375         * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
12376         what autoscaled.
12377         (best_matching_font): Once we find a better scalable font, set
12378         non_scalable_has_exact_height_p to 1.
12379         (try_font_list): Call try_alternative_families to try any family
12380         with the given registry.
12382 2003-08-09  Andreas Schwab  <schwab@suse.de>
12384         * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
12386         * print.c (print_string): Fix printing of multibyte string with
12387         nontrivial printcharfun.
12389 2003-07-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12391         * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
12393         * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
12395 2003-07-31  Kenichi Handa  <handa@m17n.org>
12397         * process.c (read_process_output): Return the actually read bytes
12398         instead of the result of decoding.
12400 2003-07-31  Kenichi Handa  <handa@m17n.org>
12402         * xterm.h (struct x_bitmap_record): New member have_mask.
12404         * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
12405         to 0.
12406         (x_create_bitmap_from_file): Likewise.
12407         (x_destroy_bitmap): Check have_mask member before freeing a mask.
12408         (x_destroy_all_bitmaps): Likewise.
12409         (x_create_bitmap_mask): Set have_mask member to 1.
12411 2003-07-30  Richard M. Stallman  <rms@gnu.org>
12413         * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
12415 2003-07-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12417         * gtkutil.c (xg_mark_data): Update calls to mark_object.
12419 2003-07-29  Richard M. Stallman  <rms@gnu.org>
12421         * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
12422         Conditionalize XIM code on HAVE_XIM.
12424         * fns.c (Fclear_string): New function.
12425         (syms_of_fns): defsubr it.
12427 2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
12429         * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
12431 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
12433         * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
12435         * buffer.c (delete_all_overlays): New function.
12436         * buffer.h (delete_all_overlays): Declare.
12437         * coding.c (run_pre_post_conversion_on_str):
12438         * print.c (temp_output_buffer_setup):
12439         * fileio.c (Finsert_file_contents):
12440         * minibuf.c (get_minibuffer): Use it.
12442 2003-07-22  Andrew Choi  <akochoi@shaw.ca>
12444         * unexmacosx.c (unexec_regions_sort_compare):
12445         (unexec_regions_merge): New functions.  Sort and merge unexec
12446         regions before dumping them.
12448 2003-07-22  Dave Love  <fx@gnu.org>
12450         * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
12452 2003-07-21  Stefan Monnier  <monnier@cs.yale.edu>
12454         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
12455         (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
12456         MARKBIT as the gcmarkbit for strings.
12458 2003-07-21  Richard M. Stallman  <rms@gnu.org>
12460         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
12462         * fns.c (Flocale_info): Rename from Flanginfo.  Doc fixes.
12463         (syms_of_fns): Corresponding change.
12465         * alloc.c (syms_of_alloc): Doc fixes.
12467 2003-07-20  Han Boetes  <han@mijncomputer.nl>  (tiny change)
12469         * s/netbsd.h: Use -Wl syntax.
12471 2003-07-17  Richard M. Stallman  <rms@gnu.org>
12473         * xterm.c (xim_initialize): Redo 6/24 change.
12475 2003-07-15  Stefan Monnier  <monnier@cs.yale.edu>
12477         * buffer.c (copy_overlays): Use EMACS_INT for positions.
12478         (Fswitch_to_buffer): Don't signal an error when switching to the same
12479         buffer in a dedicated window.
12481         * alloc.c: Use bitmaps for cons, as was done for floats.
12482         (init_float, init_cons): Let the normal code allocate the first block.
12483         (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
12484         (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
12485         New macros.
12486         (struct cons_block): Move conses to the beginning.  Add gcmarkbits.
12487         (Fcons): Use lisp_align_malloc and CONS_UNMARK.
12488         (live_cons_p): Check the pointer is not past the `conses' array.
12489         (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
12490         (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
12491         (survives_gc_p): Use CONS_MARKED_P and simplify.
12492         (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
12494 2003-07-13  Paul Eggert  <eggert@twinsun.com>
12496         GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
12497         puts it into BSS instead, at least on Solaris 8 and 9.
12498         This is a valid optimization, and it may occur on other platforms,
12499         so Emacs should not assume that initializing a static variable to
12500         zero puts it into data.
12501         * alloc.c (pure, staticvec):
12502         Initialize these arrays to nonzero, so that they're not
12503         put into BSS by that optimization.
12505 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
12507         * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
12508         (lisp_align_malloc): Use posix_memalign is available.
12509         (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
12510         (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
12511         for consistency.  Update users.
12513 2003-07-13  Richard M. Stallman  <rms@gnu.org>
12515         * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
12517 2003-07-13  Terje Rosten  <terjeros@phys.ntnu.no>
12519         * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
12520         and use the Gtk+ function gtk_window_icon_from_file if available.
12522         * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
12523         handle mask of bitmaps.
12524         (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
12525         mask property.
12526         (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
12528         * xterm.h (xg_set_icon): New function.
12530 2003-07-12  Paul Eggert  <eggert@twinsun.com>
12532         * unexelf.c (unexec): Consider a section to precede the .bss
12533         section if its addresses overlap that of .bss.
12535 2003-07-12  Richard M. Stallman  <rms@gnu.org>
12537         * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
12539         * config.in (HAVE_CRTIN): Add #undef.
12540         (INLINE): Really inline only if OPTIMIZE is defined.
12542         * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
12543         END_FILES_1.
12544         (START_FILES_1, END_FILES_1): New macros (conditional).
12545         (LD_SWITCH_SYSTEM_TEMACS): Define.
12547         * s/openbsd.h: Don't include bsd4-3.h.
12548         (TERMINFO): Define.
12549         (LIBS_TERMCAP): Define.
12550         (LD_SWITCH_SYSTEM): Define (two definitions).
12552         * xfns.c: Include libpng/png.h instead of png.h.
12554 2003-07-11  Andreas Schwab  <schwab@suse.de>
12556         * buffer.c (modify_overlay): Update prototype.
12557         * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
12558         Likewise.
12560 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12562         * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
12563         (struct interval): Move to intervals.h.
12564         (struct Lisp_Marker): Use EMACS_INT for position info.
12565         (forward_point): Remove prototype of defunct function.
12566         (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
12567         (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
12568         (syms_of_textprop, set_text_properties): Remove prototypes that are
12569         already in intervals.h.
12571         * intervals.h (struct interval): Move from lisp.h.
12572         Use EMACS_INT for position and size info.
12574         * coding.c: Include intervals.h for Fset_text_properties.
12576         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12577         position and length information.
12579 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12581         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12582         position and length information.
12584 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12586         Change overlays_after and overlays_before so the overlays themselves
12587         are linked into lists, rather than using cons cells.  After all each
12588         Lisp_Misc already occupies 5 words, so we can add a `next' field to
12589         Lisp_Overlay for free and save up one cons cell per overlay (not
12590         to mention one indirection when traversing the list of overlay).
12592         * lisp.h (struct Lisp_Overlay): New field `next'.
12594         * buffer.h (struct buffer): Change overlays_before and overlays_after
12595         from Lisp lists of overlays to pointers to overlays.
12597         * buffer.c (overlay_strings, recenter_overlay_lists):
12598         Fix typo in eassert in last commit.
12599         (unchain_overlay): New function.
12600         (add_overlay_mod_hooklist): Use AREF.
12601         (copy_overlays, reset_buffer, overlays_at, overlays_in)
12602         (overlay_touches_p, overlay_strings, recenter_overlay_lists)
12603         (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
12604         (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
12605         (report_overlay_modification, evaporate_overlays, init_buffer_once):
12606         Adjust to new type of overlays_(before|after).
12608         * alloc.c (mark_object): Mark the new `next' field of overlays.
12609         (mark_buffer): Manually mark the overlays_(after|before) fields.
12611         * coding.c (run_pre_post_conversion_on_str):
12612         * editfns.c (overlays_around):
12613         * xdisp.c (load_overlay_strings):
12614         * fileio.c (Finsert_file_contents):
12615         * indent.c (current_column):
12616         * insdel.c (signal_before_change, signal_after_change):
12617         * intervals.c (set_point_both):
12618         * print.c (temp_output_buffer_setup): Use new type for
12619         overlays_(before|after).
12621 2003-07-08  Stefan Monnier  <monnier@cs.yale.edu>
12623         * buffer.c (report_overlay_modification): Don't run hooks while
12624         traversing the list of overlays.
12626         * buffer.h (struct buffer): Use an int for overlay_center.
12627         (overlays_at, evaporate_overlays, recenter_overlay_lists)
12628         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
12630         * buffer.c (reset_buffer, recenter_overlay_lists)
12631         (adjust_overlays_for_insert, adjust_overlays_for_delete)
12632         (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
12633         (evaporate_overlays, init_buffer_once): Update use of overlay_center.
12634         (overlays_at, evaporate_overlays, recenter_overlay_lists)
12635         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
12637         * xdisp.c (fast_find_position): Remove unused var.
12639         * cmds.c (Qexpand_abbrev): New sym.
12640         (syms_of_cmds): Initialize it.
12641         (internal_self_insert): Use it to call expand-abbrev.
12643 2003-07-09  Kim F. Storm  <storm@cua.dk>
12645         * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
12646         was configured with --without-xim.
12647         (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
12649 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12651         * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
12653         * alloc.c (Fgarbage_collect): Doc fix.
12655 2003-07-07  Nozomu Ando  <nand@mac.com>
12657         * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
12659 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12661         * minibuf.c (read_minibuf): UNGCPRO before returning.
12662         (Ftry_completion, Fall_completions): Doc fix.
12664         * alloc.c (live_float_p): Check that p is not past the `floats' array,
12665         now that `floats' is not the last element of the struct any more.
12667 2003-07-06  Jason Rumney  <jasonr@gnu.org>
12669         * w32term.h (ClipboardSequence_Proc): New type.
12671         * w32fns.c (clipboard_sequence_fn): New variable.
12672         (globals_of_w32fns): Initialize it.
12674         * w32select.c (last_clipboard_sequence_number): New variable.
12675         (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
12676         number if possible.
12678 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12680         * m/amdx86-64.h (MARKBIT):
12681         * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
12682         MARKBIT and ARRAY_MARK_FLAG any more.
12684         * m/hp800.h (XSETMARKBIT):
12685         * m/sr2k.h (XSETMARKBIT):
12686         * lisp.h (XSETMARKBIT): Remove unused macro.
12688         * lisp.h (mark_object): Change prototype.
12690         * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
12691         (last_marked): Change accordingly.
12692         (mark_interval, mark_maybe_object, mark_maybe_pointer)
12693         (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
12694         (mark_buffer): Update calls to mark_object.
12696         * bytecode.c (mark_byte_stack):
12697         * fns.c (sweep_weak_table):
12698         * keyboard.c (mark_kboards): Update calls to mark_object.
12700 2003-07-06  Jason Rumney  <jasonr@gnu.org>
12702         * alloc.c (struct ablock): Only include padding when there is some.
12704 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
12706         * alloc.c (ALIGN): Add casts to simplify usage.
12707         (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
12708         (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
12709         (struct ablock, struct ablocks): New types.
12710         (free_ablock): New global var.
12711         (lisp_align_malloc, lisp_align_free): New functions.
12712         (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
12713         (struct float_block): Reorder and add gcmarkbits.
12714         (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
12715         (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
12716         (init_float, make_float): Use lisp_align_malloc.
12717         (free_float, live_float_p): Don't use `type' any more.
12718         (make_float): Use FLOAT_UNMARK to access to mark bit.
12719         (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
12720         Use FLOAT_MARKED_P to access the mark bit.
12721         (pure_alloc): Simplify use of ALIGN.
12722         (mark_object): Use FLOAT_MARK to access the mark bit.
12723         (gc_sweep): Use new macros to access the float's mark bit.
12724         (init_alloc_once): Init free_ablock.
12726         * lisp.h (struct Lisp_Float): Remove unused field `type'.
12728 2003-06-27  Stefan Monnier  <monnier@cs.yale.edu>
12730         * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
12731         (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
12732         (allocate_buffer): Move.
12733         (string_bytes): Don't mask markbit of `size_byte'.
12734         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
12735         (mark_object, mark_buffer, survives_gc_p, gc_sweep):
12736         Use the `size' field of buffers (rather than the `name' field) for
12737         the mark bit, as is done for all other vectorlike objects.
12738         Use the new macros to access the mark bit of vectorlike objects.
12740 2003-06-26  Richard M. Stallman  <rms@gnu.org>
12742         * puresize.h (BASE_PURESIZE): Increment base size.
12744         * xdisp.c (fast_find_position): Enable Gerd's new definition.
12746         * xterm.c (xim_initialize): Undo previous change.
12748 2003-06-26  Stefan Monnier  <monnier@cs.yale.edu>
12750         * alloc.c (survives_gc_p): Simplify.
12752         * buffer.c (set_buffer_internal_1): Test CONSP for lists.
12754         * window.c (Fset_window_dedicated_p): Simplify.
12755         (display_buffer_1): Don't raise the win from which minibuf was entered.
12756         (temp_output_buffer_show): Don't assume BEG == 1.  Simplify.
12757         (Fminibuffer_selected_window): Simplify.
12759         * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
12761         * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
12762         (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
12764         * insdel.c (check_markers, adjust_markers_for_delete)
12765         (adjust_markers_for_insert, adjust_markers_for_replace)
12766         (prepare_to_modify_buffer, RESTORE_VALUE):
12767         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
12768         (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
12769         (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
12770         * alloc.c (Fmake_marker, free_marker, gc_sweep):
12771         * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
12772         * editfns.c (save_excursion_restore, transpose_markers):
12773         * window.c (delete_window):
12774         * xdisp.c (message_dolog): Update for new types.
12776 2003-06-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12778         * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
12779         (realize_default_face): Use default_face_done_p for the force_p
12780         argument to set_lface_from_font_name.  Set default_face_done_p to one.
12782         * frame.c (make_frame): Initialize default_face_done_p.
12784         * frame.h (struct frame): Add default_face_done_p.
12786         * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
12787         will be defined.
12789 2003-06-25  Stefan Monnier  <monnier@cs.yale.edu>
12791         * alloc.c (make_interval, Fmake_symbol, allocate_misc):
12792         Initialize the new field `gcmarkbit'.
12793         (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
12794         (mark_interval_tree): Don't mark the tree separately from the nodes.
12795         (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
12796         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
12797         (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
12799         * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
12800         (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
12801         (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
12802         (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
12803         (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
12805 2003-06-24  Dave Love  <fx@gnu.org>
12807         * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
12809         * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux.  Merge changes
12810         from gnulib.
12812 2003-06-21  Richard M. Stallman  <rms@gnu.org>
12814         * fileio.c (Fwrite_region): Alternate messages
12815         for append and partial write.
12817         * keyboard.c (read_key_sequence): When converting upcase fn key to
12818         downcase, update fkey and keytran so `backspace' gets translated.
12820         * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
12822         * process.c (wait_reading_process_input): Don't signal SIGIO
12823         in batch mode.
12825 2003-06-17  Kenichi Handa  <handa@m17n.org>
12827         * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
12828         composite.h.
12830         * xselect.c: Don't include charset.h, coding.h, composite.h.
12831         (Qforeign_selection): New variable.
12832         (syms_of_xselect): Intern and static it.
12833         (selection_data_to_lisp_data): Return a unibyte string made from
12834         data with `foreign-selection' text property.
12836 2003-06-15  Stefan Monnier  <monnier@cs.yale.edu>
12838         * termhooks.h (EVENT_INIT): New macro.
12840         * keyboard.c (mark_kboards): Move from alloc.c.  Mark kbd_buffer.
12842         * alloc.c (mark_kboards): Move to keyboard.c.
12844         * keyboard.c (record_asynch_buffer_change, read_avail_input):
12845         * xterm.c (x_dispatch_event):
12846         * xmenu.c (find_and_call_menu_selection):
12847         * xdisp.c (handle_tool_bar_click):
12848         * w32menu.c (menubar_selection_callback):
12849         * sysdep.c (kbd_input_ast, read_input_waiting):
12850         * msdos.c (dos_rawgetc):
12851         * macterm.c (mac_check_for_quit_char):
12852         * macmenu.c (menubar_selection_callback):
12853         * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
12854         data to kbd_buffer_store_event.
12856 2003-06-15  Kim F. Storm  <storm@cua.dk>
12858         * xdisp.c (x_fix_overlapping_area): Always use area relative X
12859         to fix redisplay problem with tall characters (such as \e,AC\e(B).
12861 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
12863         * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
12865 2003-06-12  Kenichi Handa  <handa@m17n.org>
12867         * fileio.c (Fwrite_region): Save and restore restriction.
12869 2003-06-12  Dave Love  <fx@gnu.org>
12871         * alloca.c (alloca): Declare arg as size_t.
12873         * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
12874         Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
12876 2003-06-11  Dave Love  <fx@gnu.org>
12878         * search.c (shrink_regexp_cache): Use xrealloc.
12879         (syms_of_search): Use xmalloc.
12881 2003-06-10  Kim F. Storm  <storm@cua.dk>
12883         * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
12884         Adjust phys_cursor.x to be relative to window box, rather than
12885         text area before checking -- to ensure cursor is redrawn when
12886         exposing window.
12887         Note: This also fixes a similar (older) bug if display margins
12888         are present.
12890 2003-06-06  Kenichi Handa  <handa@m17n.org>
12892         * coding.c (encoding_buffer_size): If coding->type is
12893         coding_type_ccl, double magnification on CRLF encoding.
12895 2003-06-06  Jason Rumney  <jasonr@gnu.org>
12897         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
12898         (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
12900         * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
12901         Mac too.
12903 2003-06-05  Dave Love  <fx@gnu.org>
12905         * strftime.c: Merge changes from gnulib.
12907         * mktime.c (__mktime_internal): Merge changes from gnulib
12908         involving year 69 and dst2.
12910         Changes to merge with gnulib version and be consistent with the
12911         autoconf test:
12913         * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
12914         Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
12915         [HAVE_LOCALE_H]: Include locale.h.
12916         (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
12918 2003-06-05  Kim F. Storm  <storm@cua.dk>
12920         * window.c (coordinates_in_window): Convert X and Y to window
12921         relative coordinates inside mode-line and header-line parts.
12922         Convert X and Y to margin area relative coordinates inside left
12923         and right display margin parts.
12925 2003-06-05  Jason Rumney  <jasonr@gnu.org>
12927         * w32fns.c (add_system_logical_colors_to_map): New function.
12928         (Fx_open_connection): Use it.
12930 2003-06-04  Stefan Monnier  <monnier@cs.yale.edu>
12932         * process.c (allocate_pty): Revert part of the previous patch.
12933         (Faccept_process_output): Simplify.
12935 2003-06-04  Jason Rumney  <jasonr@gnu.org>
12937         * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
12939         * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
12940         (lispy_mouse_wheel_names): Remove.
12941         (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
12942         Always define drag_and_drop_syms.
12944         * macterm.c (XTread_socket): Map mouse wheel events to Emacs
12945         WHEEL_EVENT events.
12947 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
12949         * xdisp.c (update_tool_bar): Add missing UNGCPRO.
12951         * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
12953 2003-06-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12955         * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
12956         menu item label.
12958 2003-06-03  Richard M. Stallman  <rms@gnu.org>
12960         * window.c (Fwindow_edges): Doc fix.
12961         (Fwindow_pixel_edges, Fwindow_inside_edges)
12962         (Fwindow_inside_pixel_edges): New functions.
12963         (syms_of_window): defsubr them.
12965         * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
12966         (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
12968 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
12970         * dispnew.c (Fsit_for): Don't lie about the number of args.
12972 2003-06-02  Dave Love  <fx@gnu.org>
12974         * callproc.c: Use HAVE_FCNTL_H, not USG5.
12975         (syms_of_callproc) <process-environment>: Doc fix.
12977         * doc.c: Use HAVE_FCNTL_H, not USG5.
12979         * xfaces.c (font_rescale_ratio): Fix for K&R.
12981         * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
12983         * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
12985         * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
12987         * gtkutil.c: Include keyboard.h, charset.h, coding.h.
12988         (xg_create_frame_widgets): Use ENCODE_UTF_8.
12990         * xterm.c (Qutf_8): Move to coding.c
12992         * xmenu.c (ENCODE_MENU_STRING): New.
12993         (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
12994         Use it.
12996         * coding.h (ENCODE_UTF_8): New.
12997         (Qutf_8): Declare.
12999         * coding.c (Qutf_8): New.
13000         (syms_of_coding): Intern it.
13002         * fns.c: Doc fixes.
13004 2003-06-02  Kenichi Handa  <handa@m17n.org>
13006         * buffer.c (Fset_buffer_multibyte): Fix previous change.
13008 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
13010         * lread.c (openp): Make sure STR is a string.
13012 2003-06-01  David Ponce  <david@dponce.com>
13014         * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
13015         Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
13017         * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
13018         (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
13019         (discard_mouse_events): Discard WHEEL_EVENT events too.
13020         (lispy_wheel_names, wheel_syms): New.
13021         (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
13022         staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
13023         (make_lispy_event): Add WHEEL_EVENT handler.
13025         * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
13026         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
13027         WHEEL_EVENT events.
13029 2003-05-31  John Paul Wallington  <jpw@gnu.org>
13031         * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
13032         timer are in lisp/emacs-lisp.
13034 2003-05-31  Kenichi Handa  <handa@m17n.org>
13036         * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
13037         region when a buffer is changed to unibyte.
13039         * charset.h (VALID_LEADING_CODE_P): New macro.
13040         (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
13042         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
13043         is nonzero, accept multibyte form of eight-bit-control chars.
13044         (decode_composition_emacs_mule): Likewise.
13045         (decode_coding_emacs_mule): Likewise.
13046         (encode_coding_emacs_mule): If coding->flags is nonzero, produce
13047         multibyte form of eight-bit-control chars.
13049         * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
13050         (Finsert_file_contents): If coding-system-for-read is bound to
13051         Qauto_save_coding, use the coding system emacs-mule with special
13052         setting for recovering a file.
13053         (choose_write_coding_system): On auto saving, use the coding
13054         system emacs-mule with special setting for auto saving.
13055         (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
13057 2003-05-30  Kenichi Handa  <handa@m17n.org>
13059         * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
13060         properly before calling ccl_driver.
13062         * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
13064         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
13065         (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
13066         (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
13068 2003-05-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
13070         * xfaces.c (realize_default_face): Do not abort if lface is
13071         non-existent - reverts change from 2003-05-19.
13073 2003-05-29  Kenichi Handa  <handa@m17n.org>
13075         * coding.c (decode_coding_iso2022): Pay attention to the byte
13076         sequence of CTEXT extended segment, and retain those bytes as is.
13078 2003-05-28  Kenichi Handa  <handa@m17n.org>
13080         * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
13081         of CODING_REPLACEMENT_CHARACTER.
13082         (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
13083         CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
13084         check this flag on encoding.
13085         (encode_coding_sjis_big5):
13086         Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
13087         (Fset_terminal_coding_system_internal):
13088         Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
13089         instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
13091         * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
13092         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
13093         (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
13095 2003-05-28  Richard M. Stallman  <rms@gnu.org>
13097         * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
13099         * eval.c (unbind_to): Move init of this_binding to separate statement.
13101 2003-05-28  Kim F. Storm  <storm@cua.dk>
13103         * xdisp.c (expose_window): Fix error in calculation of
13104         window relative coordinates of area to redisplay.
13106 2003-05-27  Jason Rumney  <jasonr@gnu.org>
13108         * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
13110 2003-05-27  David Ponce  <david@dponce.com>
13112         Handle W32 mouse wheel events as mouse click events, like in X.
13114         * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
13115         MOUSE_WHEEL_EVENT anymore.
13117         * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
13118         Scrolling down/up the mouse wheel is respectively mapped to mouse
13119         button 4 and 5.
13120         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
13121         MOUSE_CLICK_EVENT events.  Forward w32 MSH_MOUSEWHEEL events as
13122         WM_MOUSEWHEEL events.
13124 2003-05-27  Andreas Schwab  <schwab@suse.de>
13126         * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
13128         * xdisp.c (try_window_id): Avoid aborting if PT is inside a
13129         partially visible line.
13131         * alloc.c (Fgarbage_collect): Fix last change.
13133 2003-05-26  John Paul Wallington  <jpw@gnu.org>
13135         * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
13137 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
13139         * window.c (Fset_window_buffer): Add type of `keep_margins'.
13140         (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
13142         * window.h (window_box_text_cols): Declare.
13144         * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
13145         (x_draw_vertical_border): Remove unused var `f'.
13147         * xfaces.c (build_scalable_font_name): Remove `unused var
13148         pixel_size' warning.
13150         * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
13152         * unexelf.c (unexec): Remove `unused var n' warning.
13154         * strftime.c (my_strftime_localtime_r): Remove `defined but
13155         unused' warning.
13157         * process.c (allocate_pty): Remove `unused var stb' and
13158         `cp might be used uninitialized' warnings.
13160         * dispnew.c (mode_line_string): Remove unused var `f'.
13162         * coding.c (find_safe_codings): Remove unused var `i'.
13164         * bytecode.c (Fbyte_code): Remove `unused val' warning.
13166         * buffer.c (Fkill_buffer): Remove unused var `list'.
13168         * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
13170 2003-05-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13172         * frame.c (make_frame): Condition want_fullscreen with
13173         HAVE_WINDOW_SYSTEM.
13175 2003-05-25  Juanma Barranquero  <lektu@terra.es>
13177         * window.c (Fset_window_scroll_bars): Fix typo in argument name.
13178         (Fwindow_scroll_bars): Fix typo in docstring.
13180 2003-05-24  Kim F. Storm  <storm@cua.dk>
13182         The following changes serve several purposes:
13184         1) Swap the position of fringes and display margins in windows, i.e.
13185         the fringes are now displayed between the margins and the text area
13186         (by default).
13188         2) Allow fringe and scroll bar parameters to be set per-buffer and
13189         per-window (like display margins).  Such settings are now stored
13190         in window configurations, preserved when frames are resized, and
13191         copied when windows are split vertically or horizontally.
13192         Several bugs related to display margins have been fixed.
13194         3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
13196         4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
13197         rather than FRAME_WIDTH (FRAME_FONT (f)).
13199         5) Introduce a consistent naming of variables, members and macros
13200         depending on whether their value is measured in pixels or in
13201         canonical columns/lines.  Pixel dimensions are named *_width and
13202         *_height, while canonical columns/lines are named *_cols and
13203         *_lines.  Pixel positions are named *_x and *_y, while column/line
13204         positions are named *_col and *_line.
13206         6) Consolidate more of the X, W32, and MAC gui code by moving
13207         common data into struct frame, and generalize it for the non-gui
13208         case by using suitable defaults.
13210         7) Cleanup and consolidate the macros controlling frame and window
13211         layout into frame.h and window.h, and generalize the use of the
13212         various window_box_* functions (enhanced to handle the new fringe
13213         position and the per-window fringe and scroll bar settings).
13215         * frame.h (struct frame): Rename members height to text_lines,
13216         width to text_cols, window_height to total_lines, window_width to
13217         total_cols, new_height to new_text_lines, new_width to
13218         new_text_cols.  All uses changed.
13219         (struct frame): New members which consolidate common members of
13220         x_output, w32_output, and mac_output structures: left_pos,
13221         top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
13222         win_gravity, size_hint_flags, border_width, internal_border_width,
13223         line_height, fringe_cols, left_fringe_width, right_fringe_width,
13224         want_fullscreen.  All uses changed.
13225         (struct frame): New member column_width contaning the canonical
13226         column width, analogue to line_height.  All uses changed.
13227         (struct frame): Rename members scroll_bar_pixel_width to
13228         config_scroll_bar_width, and scroll_bar_cols to
13229         config_scroll_bar_cols.  All uses changed.
13230         (struct frame): New member scroll_bar_actual_width which
13231         consolidates and renames the vertical_scroll_bar_extra member of
13232         x_output, w32_output, and mac_output structures.  All uses changed.
13233         (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
13234         from x/w32/macterm.h files.  All uses changed.  Also change code
13235         which referred to f->output_data...->pixel_height.
13236         (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
13237         from x/w32/macterm.h files.  All uses changed.  Also change code
13238         which referred to f->output_data...->pixel_width.
13239         (FRAME_LINES): Rename from FRAME_HEIGHT.  All uses changed.
13240         Also change code which referred to f->height.
13241         (FRAME_COLS): Rename from FRAME_WIDTH.  All uses changed.
13242         Also change code which referred to f->width.
13243         (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
13244         to update new_text_lines and new_text_cols members directly.
13245         (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
13246         FRAME_SCROLL_BAR_PIXEL_WIDTH.  All uses changed.
13247         (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
13248         FRAME_SCROLL_BAR_COLS.  All uses changed.
13249         (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
13250         Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
13251         FRAME_RIGHT_SCROLL_BAR_WIDTH, resp.  All uses changed.
13252         (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
13253         (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
13254         (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
13255         (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
13256         (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
13257         (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
13258         (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
13259         (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
13260         Unconditionally return line_height member (it now has proper value
13261         also for non-window frames).
13262         (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT.  Unconditionally
13263         return new column_width member (rather than the default font width).
13264         (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
13265         (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
13266         from x/w32/macterm.h files.  Unconditionally return corresponding
13267         member of frame structure (they now have proper values also for
13268         non-window frames).
13269         (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
13270         Calculate return value from left and right widths.
13271         (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
13272         internal_border_width member (has proper value for non-window frame).
13273         (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
13274         (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
13275         (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
13276         (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
13277         (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
13278         consolidated from xterm.h, macterm.h, and w32term.h.
13279         (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
13280         consolidated from xterm.h, macterm.h, and w32term.h.
13281         (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
13282         CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
13283         (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
13284         CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
13285         (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
13286         consolidated from x/mac/w32term.h.
13287         (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
13288         consolidated from x/mac/w32term.h.
13289         (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
13290         PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
13291         (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
13292         PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
13294         * window.h (struct window): Rename members left to left_col,
13295         top to top_line, height to total_lines, width to total_cols,
13296         left_margin_width to left_margin_cols, right_margin_width to
13297         right_margin_cols, orig_height to orig_total_lines, orig_top to
13298         orig_top_line.  All uses changed.
13299         (struct window): New members left_fringe_width, right_fringe_width,
13300         fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
13301         (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
13302         New macros primarily used to simplify other macros.
13303         (WINDOW_TOTAL_COLS): New macro.  Change relevant code that
13304         referred to XINT (w->width).
13305         (WINDOW_TOTAL_LINES): New macro.  Change relevant code that
13306         referred to XINT (w->height).
13307         (WINDOW_TOTAL_WIDTH): New macro.  Change relevant code that
13308         referred to XINT (w->width) * canon_x_unit.
13309         (WINDOW_TOTAL_HEIGHT): New macro.  Change relevant code that
13310         referred to XINT (w->height) * canon_y_unit.
13311         (WINDOW_LEFT_EDGE_COL): New macro.  Change relevant code that
13312         referred to XINT (w->left).
13313         (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE.  Change
13314         all uses and code that referred to XINT (w->left) + XINT (w->width).
13315         (WINDOW_TOP_EDGE_LINE): New macro.  Change relevant code that
13316         referred to XINT (w->top).
13317         (WINDOW_BOTTOM_EDGE_LINE): New macro.  Change relevant code that
13318         referred to XINT (w->top) + XINT (w->height).
13319         (WINDOW_LEFT_EDGE_X): New macro.  Change relevant code that
13320         referred to XINT (w->left) * canon_x_unit.
13321         (WINDOW_RIGHT_EDGE_X): New macro.  Change relevant code that
13322         referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
13323         (WINDOW_TOP_EDGE_Y): New macro.  Change relevant code that
13324         referred to XINT (w->top) * canon_y_unit.
13325         (WINDOW_BOTTOM_EDGE_Y): New macro.  Change relevant code that
13326         referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
13327         (WINDOW_LEFTMOST_P): New macro.
13328         (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
13329         All uses changed.
13330         (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
13331         All uses changed.
13332         (WINDOW_BOX_LEFT_EDGE_X): Rename from
13333         WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
13334         Do not exclude left fringe width.
13335         (WINDOW_BOX_RIGHT_EDGE_X): Rename from
13336         WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
13337         Do not exclude fringe widths.
13338         (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
13339         (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
13340         Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
13341         FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
13342         FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
13343         (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
13344         (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
13345         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
13346         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
13347         (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
13348         New macros.  Change code which referenced corresponding
13349         FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
13350         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
13351         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
13352         FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
13353         allow per-window scroll-bar settings.
13354         (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
13355         (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code that
13356         referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
13357         (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code
13358         that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
13359         FRAME_SCROLL_BAR_WIDTH.
13360         (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
13361         (WINDOW_SCROLL_BAR_AREA_X): New macros.
13362         (WINDOW_HEADER_LINE_HEIGHT): Rename from
13363         WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
13364         (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
13365         WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
13366         (WINDOW_BOX_TEXT_HEIGHT): Rename from
13367         WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
13368         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
13369         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
13370         (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
13371         (WINDOW_LEFT_MARGIN_WIDTH): Rename from
13372         WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
13373         (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
13374         WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
13375         (window_from_coordinates): Update prototype.
13376         (Fset_window_buffer): Update EXFUN.
13377         (set_window_buffer): Update prototype.
13379         * dispextern.h (struct glyph_matrix): Rename members window_left_x
13380         to window_left_col, window_top_y to window_top_line.  All uses
13381         changed.
13382         (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
13383         use FRAME_INTERNAL_BORDER_WIDTH macro instead as
13384         internal_border_width is now set to 0 for non-window frames.
13385         (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
13386         (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
13387         (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
13388         (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
13389         (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
13390         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
13391         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
13392         (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
13393         (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
13394         Move to window.h and renamed [see window.h changes].
13395         (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
13396         (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
13397         (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
13398         Use WINDOW_TOTAL_LINES.
13399         (frame_update_line_height): Remove prototype.
13401         * buffer.h (struct buffer): Rename members measured in columns:
13402         left_margin_width to left_margin_cols, right_margin_width to
13403         right_margin_cols.  All uses changed.
13404         New members left_fringe_width, right_fringe_width,
13405         fringes_outside_margins for per-buffer fringe settings.
13406         New members scroll_bar_width and vertical_scroll_bar_type for
13407         per-buffer scroll bar settings.
13409         * buffer.c (init_buffer_once): Set buffer_defaults and
13410         buffer_local_flags for new buffer-local variables
13411         left_fringe_width, right_fringe_width, fringes_outside_margins,
13412         scroll_bar_width, and vertical_scroll_bar_type.
13413         (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
13414         default-* variables for them.
13416         * dispnew.c: Make (many) trivial substitutions for renamed and
13417         new macros in dispextern.h, frame.h and window.h.
13418         (mode_line_string): No need to adjust width for mode lines, as it
13419         is already adjusted by the caller.
13420         (marginal_area_string): Handle fringes inside/outside margins.
13422         * frame.c: Make (many) trivial substitutions for renamed and
13423         new macros in dispextern.h, frame.h and window.h.
13424         (make_frame): Initialize left_fringe_width, right_fringe_width,
13425         fringe_cols, scroll_bar_actual_width, border_width,
13426         internal_border_width, column_width, line_height, x_pixels_diff,
13427         y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
13428         members with values suitable for a non-window frames.
13430         * gtkutil.c: Make (many) trivial substitutions for renamed and
13431         new macros in dispextern.h, frame.h and window.h.
13433         * indent.c: Make (few) trivial substitutions for renamed and
13434         new macros in dispextern.h, frame.h and window.h.
13436         * keyboard.c: Make (many) trivial substitutions for renamed and
13437         new macros in dispextern.h, frame.h and window.h.
13438         (make_lispy_event): Use window positions returned from
13439         window_from_coordinates when constructing the lisp event for
13440         MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
13441         (incorrect) values locally.
13442         (make_lispy_movement): Use window positions returned from
13443         window_from_coordinates when constructing the lisp event, rather
13444         than calculating (incorrect) values locally.
13446         * scroll.c: Make (some) trivial substitutions for renamed and
13447         new macros in dispextern.h, frame.h and window.h.
13449         * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
13450         scroll-bars.
13452         * sysdep.c: Make (few) trivial substitutions for renamed and
13453         new macros in dispextern.h, frame.h and window.h.
13455         * term.c: Make (some) trivial substitutions for renamed and
13456         new macros in dispextern.h, frame.h and window.h.
13458         * widget.c: Make (few) trivial substitutions for renamed and
13459         new macros in dispextern.h, frame.h and window.h.
13461         * window.c: Make (many) trivial substitutions for renamed and
13462         new macros in dispextern.h, frame.h and window.h.
13463         (make_window): Initialize new members
13464         left_margin_cols, right_margin_cols, left_fringe_width,
13465         right_fringe_width, fringes_outside_margins, scroll_bar_width,
13466         and vertical_scroll_bar_type.
13467         (coordinates_in_window): Adapt to new fringe/margin positions
13468         and per-window fringes and scroll-bars.
13469         Fix bug related to incorrectly adjusting coordinates by
13470         frame's internal_border_width (the effect normally negible since
13471         the internal_border_width is typically 0 or 1 pixel, but very
13472         noticeable for an internal_border_width of e.g. 25 pixels).
13473         Upon successful return (other than ON_NOTHING), the coordinates
13474         are now always properly converted to window relative for the
13475         given display element.
13476         (window_from_coordinates): Add new parameters wx and wy to
13477         return the window relative x and y position in the returned
13478         window and part.  A null arg means, don't return the position.
13479         All callers changed.
13480         (adjust_window_margins): New function which may reduce the width
13481         of the display margins if a window's text area is too small after
13482         resizing or splitting windows.
13483         (size_window): Fix bug that did not account for display margin
13484         widths when checking the minimum width of a window; use
13485         adjust_window_margins.
13486         (set_window_buffer): Call Fset_window_fringes and
13487         Fset_window_scroll_bars to setup per-window elements.
13488         Add new arg KEEP_MARGINS_P.  Non-nil means to keep window's
13489         existing display margin, fringe widths, and scroll bar settings
13490         (e.g. after splitting a window or resizing the frame).
13491         All callers changed.
13492         (Fset_window_buffer): New arg KEEP_MARGINS.  All callers changed.
13493         (Fsplit_window): Duplicate original window's display margin,
13494         fringe, and scroll-bar settings; then call Fset_window_buffer with
13495         KEEP_MARGINS non-nil.  This fixes a bug which caused a split
13496         window to only preserve the display margins in one of the windows.
13497         When splitting horizontally, call adjust_window_margins on both
13498         windows to ensure that the text area of the new windows is non too
13499         narrow.  This fixes a bug which could cause Emacs to trap if the
13500         width of the split window was less than the width of the display
13501         margins.
13502         (window_box_text_cols): Rename from window_internal_width.
13503         All uses changed.  Adapt to per-window fringes and scroll bars.
13504         Fix bug that caused vertical separator to be subtracted also on
13505         window frames.  Fix another bug that did not reduce the returned
13506         value by the columns used for display margins.
13507         (window_scroll_line_based): Fix bug related to scrolling too much
13508         when display margins are present (implicitly fixed by the fix to
13509         window_box_text_cols).
13510         (scroll_left, scroll_right): Fix bug related to scrolling too far
13511         by default when display margins are present (implicitly fixed by
13512         the fix to window_box_text_cols).
13513         (struct saved_window): Rename members left to left_col, top to
13514         top_line, width to total_cols, height to total_lines, orig_top to
13515         orig_top_line, orig_height to orig_total_lines.  All uses changed.
13516         New members left_margin_cols, right_margin_cols,
13517         left_fringe_width, right_fringe_width, fringes_outside_margins,
13518         scroll_bar_width, and vertical_scroll_bar_type for saving
13519         per-window display elements.
13520         (Fset_window_configuration): Restore display margins, fringes,
13521         and scroll bar settings.  This fixes a bug which caused display
13522         margins to be discarded when saving and restoring a window
13523         configuration.
13524         (save_window_save): Save display margins, fringes, and scroll bar
13525         settings.  This fixes a bug which caused display margins to be
13526         discarded when saving and restoring a window configuration.
13527         (Fset_window_margins): Do nothing if display margins are not
13528         really changed.  Otherwise, call adjust_window_margins to ensure
13529         the text area doesn't get too narrow.  This fixes a bug which
13530         could cause Emacs to trap if setting display margins wider than
13531         the width of the window.
13532         (Fset_window_fringes): New defun to allow user to specifically set
13533         this window's fringe widths and position vs. display margins.
13534         (Fwindow_fringes): New defun to return window's actual fringe settings.
13535         (Fset_window_scroll_bars): New defun to allow user to specifically
13536         set this window's scroll bar width and position.
13537         (Fwindow_scroll_bars): New defun to return window's actual scroll
13538         bar settings.
13539         (compare_window_configurations): Also compare display margins,
13540         fringes, and scroll bar settings.
13541         (syms_of_window): Defsubr new defuns for fringe and scroll bars.
13543         * xdisp.c: Make (many) trivial substitutions for renamed and
13544         new macros in dispextern.h, frame.h and window.h.
13545         (window_box_width): Adapt to per-window fringes and scroll bars,
13546         and new fringe vs. display margin position.  Note that returned
13547         value is no longer guaranteed to be a whole multiple of the frame
13548         column width, since per-window fringes may now be any width.
13549         (window_box_left_offset): New function like window_box_left, but
13550         value is relative to left border of window (rather than frame).
13551         (window_box_right_offset): New function like window_box_right,
13552         but value is relative to left border of window.
13553         (window_box_left): Adapt to per-window fringes and scroll bars,
13554         and new fringe vs. display margin position.  Simplify by using
13555         WINDOW_LEFT_EDGE_X and window_box_left_offset.
13556         (window_box): Allow null args for unnecessary return values;
13557         change/simplify relevant callers.
13558         (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
13559         and new fringe vs. display margin position.
13560         Use window_box_left_offset and window_box_right_offset
13561         (get_glyph_string_clip_rect): Adapt to per-window fringes and
13562         scroll bars, and new fringe vs. display margin position.
13563         Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
13564         (draw_fringe_bitmap): Rework to handle per-window fringes and new
13565         fringe vs. display margin position.
13566         (hscroll_window_tree): Use window_box_width instead of window_box.
13567         (redisplay_window): Adapt to per-window scroll bars.
13568         (draw_glyphs): Rework to handle per-window fringes and scroll
13569         bars, and new fringe vs. display margin position.
13570         Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
13571         (x_clear_end_of_line): Adapt to per-window fringes and scroll
13572         bars, and new fringe vs. display margin position.  Fix bug which
13573         increased total width of full_width rows by width of scroll bars
13574         although window's total width already includes that.
13575         (x_fix_overlapping_area): Simplify using window_box_left_offset.
13576         (expose_area): Simplify using window_box_left_offset.
13577         (x_draw_vertical_border): Handle per-window scroll bar settings,
13578         mixing windows with left, right and no scroll bars.
13580         * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
13581         where it's used in x_list_fonts (for clarity).
13582         (frame_update_line_height): Remove unused function; functionality
13583         is now done directly when setting the default font in x_set_font.
13585         * xfns.c: Make (many) trivial substitutions for renamed and
13586         new macros in dispextern.h, frame.h and window.h.
13588         * xmenu.c: Make (some) trivial substitutions for renamed and
13589         new macros in dispextern.h, frame.h and window.h.
13591         * xterm.h (struct x_output): Move members left_pos, top_pos,
13592         border_width, pixel_height, pixel_width, line_height,
13593         internal_border_width, vertical_scroll_bar_extra,
13594         left_fringe_width, right_fringe_width, fringe_cols,
13595         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13596         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
13597         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13598         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13599         (PIXEL_WIDTH, PIXEL_HEIGHT)
13600         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
13601         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
13602         frame.h and renamed [see frame.h changes].
13603         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13604         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
13605         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
13606         and renamed [see frame.h changes].
13608         * xterm.c: Make (several) trivial substitutions for renamed and
13609         new macros in dispextern.h, frame.h and window.h.
13610         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
13611         (scroll_run): Adapt to new fringe position.
13612         (glyph_rect): Use window coordinates returned from
13613         window_from_coordinates rather than frame_to_window_pixel_xy.
13614         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13615         scroll-bars.
13616         (handle_one_xevent): Simplify a USE_GTK conditional.
13617         (x_clip_to_row): Remove superfluous whole_line_p arg and code
13618         (fringes are now inside margins, i.e. always in the clipping area).
13619         All callers changed.
13620         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13621         directly, then call compute_fringe_widths.  Don't call
13622         frame_update_line_height.
13624         * w32term.h (struct w32_output): Move members left_pos, top_pos,
13625         border_width, pixel_height, pixel_width, line_height,
13626         internal_border_width, vertical_scroll_bar_extra,
13627         left_fringe_width, right_fringe_width, fringe_cols,
13628         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13629         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
13630         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13631         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13632         (PIXEL_WIDTH, PIXEL_HEIGHT)
13633         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
13634         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
13635         frame.h and renamed [see frame.h changes].
13636         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13637         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
13638         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
13639         and renamed [see frame.h changes].
13641         * w32term.c: Make (several) trivial substitutions for renamed and
13642         new macros in dispextern.h, frame.h and window.h.
13643         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
13644         (glyph_rect): Use window coordinates returned from
13645         window_from_coordinates rather than frame_to_window_pixel_xy.
13646         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13647         scroll-bars.
13648         (w32_clip_to_row): Remove superfluous whole_line_p arg and code
13649         (fringes are now inside margins, i.e. always in the clipping area).
13650         All callers changed.
13651         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13652         directly, then call compute_fringe_widths.  Don't call
13653         frame_update_line_height.
13655         * w32console.c: Make (few) trivial substitutions for renamed and
13656         new macros in dispextern.h, frame.h and window.h.
13658         * w32fns.c: Make (many) trivial substitutions for renamed and
13659         new macros in dispextern.h, frame.h and window.h.
13661         * w32menu.c: Make (few) trivial substitutions for renamed and
13662         new macros in dispextern.h, frame.h and window.h.
13664         * macterm.h (struct mac_output): Move members left_pos, top_pos,
13665         border_width, pixel_height, pixel_width, line_height,
13666         internal_border_width, vertical_scroll_bar_extra,
13667         left_fringe_width, right_fringe_width, fringe_cols,
13668         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13669         x_pixels_diff, y_pixels_diff to struct frame (frame.h).
13670         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13671         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13672         (PIXEL_WIDTH, PIXEL_HEIGHT)
13673         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
13674         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
13675         frame.h and renamed [see frame.h changes].
13676         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13677         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
13678         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
13679         and renamed [see frame.h changes].
13681         * macterm.c: Make (several) trivial substitutions for renamed and
13682         new macros in dispextern.h, frame.h and window.h.
13683         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
13684         (glyph_rect): Use window coordinates returned from
13685         window_from_coordinates rather than frame_to_window_pixel_xy.
13686         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13687         scroll-bars.
13688         (x_clip_to_row): Remove superfluous whole_line_p arg and code
13689         (fringes are now inside margins, i.e. always in the clipping area).
13690         All callers changed.
13691         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13692         directly, then call compute_fringe_widths.  Don't call
13693         frame_update_line_height.
13695         * macfns.c: Make (several) trivial substitutions for renamed and
13696         new macros in dispextern.h, frame.h and window.h.
13697         (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
13699         * macmenu.c: Make (few) trivial substitutions for renamed and
13700         new macros in dispextern.h, frame.h and window.h.
13702         * msdos.h (struct x_output): Remove members left_pos, top_pos,
13703         and line_height, and use corresponding new members in struct
13704         frame.  All uses changed.
13705         (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
13706         superseeded by corresponding macros in frame.h.
13708         * msdos.c: Make (several) trivial substitutions for renamed and
13709         new macros in dispextern.h, frame.h and window.h.
13710         (IT_note_mouse_highlight): Use updated window coordinates returned
13711         by window_from_coordinates, rather than adjusting them locally.
13712         (internal_terminal_init): No need to initialize line_height here;
13713         it now defaults to 1.
13715 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
13717         * keyboard.c (read_key_sequence): Adjust fkey and keytran when
13718         dropping `down' events.
13720 2003-05-24  Andreas Schwab  <schwab@suse.de>
13722         * coding.c (find_safe_codings): Fix last change.
13724 2003-05-24  Istvan Marko  <mi@imarko.dhs.org>  (tiny change)
13726         * xfns.c (x_window): Fix typo from 2003-05-21 change.
13728 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
13730         * xdisp.c (display_mode_element): Increase max depth.
13731         Simplify the error handling code.  Use a different error string
13732         for the case where we hit the depth limit.
13734         * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
13736         * buffer.c (reset_buffer_local_variables): Remove redundant setting.
13738 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
13740         * intervals.c (get_local_map): Don't get char-property of previous
13741         point any more: get_pos_property already does it and better.
13743 2003-05-21  Dave Love  <fx@gnu.org>
13745         [Merged from unicode branch.]
13747         * xfns.c (x_window, x_window): Use use_xim.
13749         * xterm.c (use_xim): Initialize.
13750         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
13751         (x_term_init): Maybe set use_xim.
13753         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
13755 2003-05-21  Jason Rumney  <jasonr@gnu.org>
13757         * unexw32.c (_start): Remove _fmode initialization.
13759         * emacs.c (main) [WINDOWSNT]: Move it here.
13761 2003-05-20  Dave Love  <fx@gnu.org>
13763         * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
13765 2003-05-19  Richard M. Stallman  <rms@gnu.org>
13767         * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
13768         as value for QCfont attribute.
13769         (realize_default_face): lface should already exist; crash if not.
13770         Specify 0 for FORCE_P when calling set_lface_from_font_name.
13772         * frame.c (Fignore_event): Doc fix.
13774 2003-05-19  Kenichi Handa  <handa@m17n.org>
13776         * coding.c (decode_coding_string): Handle post-read-conversion
13777         even if the coding doesn't require decoding.
13779 2003-05-18  Richard M. Stallman  <rms@gnu.org>
13781         * callproc.c (Fcall_process_region): Doc fix.
13783 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
13785         * lread.c (Fload): Print a message if package is obsolete.
13787         * window.c (Fselect_window): Add optional `norecord' arg.
13788         (select_window_1): Fold into Fselect_window.
13789         (select_window_norecord): New function.
13790         (temp_output_buffer_show): Use it.  Preserve current buffer.
13792         * window.h (Fselect_window): Update declaration.
13794         * window.c (delete_window, Fother_window, Fset_window_configuration):
13795         * minibuf.c (read_minibuf):
13796         * macterm.c (x_new_focus_frame):
13797         * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
13798         * callint.c (Fcall_interactively):
13799         * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
13801         * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
13803 2003-05-17  David Kastrup  <dak@gnu.org>
13805         * process.c (read_process_output): Back out change from 2003-03-09.
13807 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
13809         * editfns.c (get_pos_property): Don't assume that `object' = nil.
13811         * textprop.c (text_property_stickiness): New arg `buffer'.
13813         * intervals.h (text_property_stickiness): New arg `buffer'.
13814         (get_pos_property): Declare.
13816         * intervals.c (get_local_map): Use get_pos_property, to obey
13817         stickiness and empty overlays.
13818         (create_root_interval, graft_intervals_into_buffer): Use BEG.
13819         (merge_properties, intervals_equal, merge_properties_sticky):
13820         Use XCAR, XCDR.
13821         (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
13823 2003-05-17  Richard M. Stallman  <rms@gnu.org>
13825         * minibuf.c (read_minibuf): If buffer is empty, record the default
13826         in the history.
13827         (Fminibuffer_complete_word): When deleting the overlap, take account
13828         of its real position.
13830         * fns.c (map_char_table): Fix previous change.
13832         * syntax.c (find_defun_start):
13833         When open_paren_in_column_0_is_defun_start,
13834         return beginning of buffer.
13836         * lisp.h (map_char_table): Declare added arg.
13838         * fns.c (map_char_table): New arg TABLE gets the master table.
13839         All calls changed.
13840         Process default and inheritance, resorting to Faref if necessary.
13842         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
13843         (Faccessible_keymaps): Pass new arg to map_char_table.
13845         * fontset.c (Ffontset_info): Pass new arg to map_char_table.
13847         * casetab.c (set_case_table): Pass new arg to map_char_table.
13849         * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
13851         * lisp.h (specbinding_func): New typedef.
13852         (struct specbinding): Use specbinding_func, to put the `volatile'
13853         in the right place.
13855         * alloc.c (Fgarbage_collect): Cast pointers into specpdl
13856         to avoid GCC warning.
13858 2003-05-16  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13860         * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
13862 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
13864         * keyboard.c (apply_modifiers): Don't fill the other cache.
13866 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
13868         * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
13870         * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
13871         (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
13872         (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
13873         (Fset_window_configuration, Fcurrent_window_configuration)
13874         (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
13875         (Fpos_visible_in_window_p, mark_window_cursors_off)
13876         (window_internal_height, window_internal_width, Frecenter)
13877         (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
13878         (replace_buffer_in_all_windows, init_window_once, init_window)
13879         (syms_of_window, keys_of_window): Move from lisp.h.
13880         * lisp.h: Move window.c declarations to window.h.
13882         * bytecode.c: Include window.h.
13883         * emacs.c: Include window.h.
13885         * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
13886         (keyremap): Add `parent' field.
13887         (keyremap_step): Use it.  Remove `parent' argument.
13888         (read_key_sequence): Setup and use the new `parent' field.
13890 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
13892         * keyboard.c (adjust_point_for_property): Ensure termination.
13894 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
13896         * keyboard.c (follow_key): Remove dead variable `did_meta'.
13897         (access_keymap_keyremap, keyremap_step): New funs, extracted from the
13898         duplicated handling of function-key-map and key-translation-map
13899         in read_key_sequence.
13900         (read_key_sequence): Use them.
13902         * keyboard.c (adjust_point_for_property): Try harder to move point
13903         to the non-sticky end of an invisible property.
13905         * xdisp.c (single_display_prop_intangible_p): Make `space' display
13906         property intangible as well.
13908 2003-05-10  Andreas Schwab  <schwab@suse.de>
13910         * xmenu.c (single_menu_item): Change last parameter to void* to
13911         avoid warning.
13913 2003-05-09  Richard M. Stallman  <rms@gnu.org>
13915         * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
13916         Bind Qinhibit_modification_hooks to t so there will be no GC.
13917         Rename local `tem' to `save_deactivate_mark'.
13919         * eval.c (specpdl_ptr): Declare volatile.
13920         (unbind_to): Copy the whole binding and decrement specpdl_ptr
13921         before doing the work of unbinding it.
13923         * lisp.h (struct specbinding): Declare elements volatile.
13924         (specpdl_ptr): Declare volatile.
13926         * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
13928         * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
13929         for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
13931 2003-05-08  Dave Love  <fx@gnu.org>
13933         * coding.c (Vlast_coding_system_used): Doc fix.
13935 2003-05-07  Jason Rumney  <jasonr@gnu.org>
13937         * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
13938         when system does not support them.
13940 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
13942         * fileio.c (Qwrite_region_annotate_functions): New var.
13943         (build_annotations): Use it to process the global part of the hook.
13944         (syms_of_fileio): Init and staticpro it.
13946         * keyboard.c (safe_run_hooks_error): Display a message instead of
13947         silently ignoring the error.
13949 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
13951         * keyboard.c (input_available_signal): Mark static.
13952         (menu_bar_items): Use map_keymap.
13953         (menu_bar_one_keymap): Remove.
13954         (menu_bar_item): Adjust arglist (for use in map_keymap).
13955         Properly hide a second binding when not both are keymaps.
13957         * xmenu.c (struct skp): New struct, to pass args through map_keymap.
13958         (single_keymap_panes): Use it and map_keymap.
13959         (single_menu_item): Use skp as well.
13961         * keymap.h (map_keymap_function_t): New type.
13962         (map_keymap): Declare.
13964         * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
13965         (map_keymap_call, Fmap_keymap): New functions.
13966         (syms_of_keymap): Defsubr map-keymap.
13968 2003-05-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13970         * gtkutil.c (create_dialog, make_widget_for_menu_item)
13971         (make_menu_item, create_menus, xg_update_menu_item): Don't call
13972         ..._with_mnemonic functions for menu items.
13974 2003-05-01  Kenichi Handa  <handa@m17n.org>
13976         * coding.c (coding_system_accept_latin_extra_p): Delete this
13977         function.
13978         (find_safe_codings): Pay attention to
13979         the property tranlsation-table-for-encode of each codings.
13980         (syms_of_coding): Give Qtranslation_table the extra slot number 2.
13982 2003-05-01  Stefan Monnier  <monnier@cs.yale.edu>
13984         * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
13986 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
13988         * eval.c (unbind_to): Don't handle symbol = Qnil any more.
13990         * lisp.h (CHECK): Wrap args in parenthesis.
13991         (specbind): Fix doc: symbol = Qnil is not supported any more.
13993         * bytecode.c (Fbyte_code) <unwind-protect>:
13994         Use Fprogn rather than 0 and Qnil.
13996         * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
13997         `double', and `triple' modifiers as well.
13999 2003-04-30  Richard M. Stallman  <rms@gnu.org>
14001         * keyboard.c (echo_char): Don't clear out a dash that follows a space.
14003         * alloc.c (abort_on_gc): New variable.
14004         (Fgarbage_collect): Abort if abort_on_gc is set.
14006         * lisp.h (abort_on_gc): Add decl.
14008         * eval.c (Fsignal): Clear abort_on_gc.
14010         * editfns.c (Fformat): Set abort_on_gc during first scan of format.
14011         Reinit FORMAT_START and END before second scan.
14013         * xdisp.c (move_it_vertically_backward): Do the final big else
14014         even if nlines is 0.
14016         * xdisp.c (redisplay_internal): Finish the per-frame loop
14017         even if redisplay is suspended by input.
14019 2003-04-24  Andrew Choi  <akochoi@shaw.ca>
14021         * macterm.c (x_list_fonts): Return all fonts that match if
14022         maxnames = -1.
14024 2003-04-25  Kenichi Handa  <handa@m17n.org>
14026         * syntax.c (skip_chars): Fix previous change.
14028 2003-04-24  Kenichi Handa  <handa@m17n.org>
14030         * syntax.c (skip_chars): Make the code faster by using the common
14031         technique of *p, *stop, and *endp.
14033 2003-04-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14035         * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
14036         tool_bar_items so GTK tool bar expose callback does not access items
14037         being updated.
14039 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
14041         * eval.c (Fapply): Undo last change and add a comment about why.
14043 2003-04-18  Miles Bader  <miles@gnu.org>
14045         * data.c (Faset): Calculate nbytes earlier, to satisfy the now
14046         pickier PARSE_MULTIBYTE_SEQ.
14048 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
14050         * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
14051         Use XCDR, XCAR, CONSP.
14052         (Fdefmacro): Fix docstring.  Use XCAR, XCDR.
14053         (Fapply): Remove unnecessary GCPRO.
14055         * doc.c (Fsubstitute_command_keys): Remove spurious casts.
14057         * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
14059         * buffer.h: Don't hardcode BEG==1.
14061         * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
14063 2003-04-16  Richard M. Stallman  <rms@gnu.org>
14065         * xdisp.c (try_window, try_window_reusing_current_matrix):
14066         When at end of window, set window_end_pos to Z-ZV.
14068         * buffer.c (Foverlay_recenter): Doc fix.
14070 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
14072         * dispnew.c (Fsit_For): Support XEmacs-style arg list.
14074 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
14076         * macterm.c (mac_check_for_quit_char): Don't check more often than
14077         once a second.
14079 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
14081         * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
14082         specially, so that they can't hide an implicit switch-frame event.
14083         (make_lispy_event): Handle SELECT_WINDOW_EVENT.
14084         (head_table): Use switch-frame as event_kind for select-window.
14085         (keys_of_keyboard): Don't bind [select-window] in special-event-map.
14087         * editfns.c (Fformat): Lisp_Object/int mixup.
14088         (format2): Remove unused var numargs.
14090 2003-04-11  Kenichi Handa  <handa@m17n.org>
14092         * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
14093         (Qafter_insert_file_set_coding): New variable.
14094         (syms_of_fileio): Initialize and staticpro it.  Delete declaration
14095         for after-insert-file-adjust-coding-function.
14096         (Finsert_file_contents): Call Qafter_insert_file_set_coding
14097         instead of Vafter_insert_file_adjust_coding_function.
14099 2003-04-11  Kenichi Handa  <handa@m17n.org>
14101         * lisp.h (temp_echo_area_glyphs): Adjust prototype.
14103         * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
14104         string.  Callers changed.
14106 2003-04-10  Kenichi Handa  <handa@m17n.org>
14108         * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
14109         (syms_of_fileio): Declare it as a lisp variable.
14110         (Finsert_file_contents):
14111         Call Vafter_insert_file_adjust_coding_function before calling
14112         decode-format.
14114 2003-04-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14116         * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
14117         get GtkAdjustment as widget now is a GtkRange.
14119         * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
14120         GtkRange to avoid memory leak.
14122 2003-04-09  Kenichi Handa  <handa@m17n.org>
14124         * xfaces.c (Vface_font_rescale_alist): New variable.
14125         (struct font_name): New member rescale_ratio.
14126         (font_rescale_ratio): New function.
14127         (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
14128         (better_font_p): On comparing point sized, pay attention to
14129         recale_ratio member of fonts.
14130         (build_scalable_font_name): Reflect font->rescale_ratio in the
14131         font name.
14132         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
14134         * lread.c (read1): Before calling index, check if the 2nd
14135         arguemnt is in ASCII range.
14137 2003-04-08  Richard M. Stallman  <rms@gnu.org>
14139         * fileio.c (Ffile_symlink_p): Doc fix.
14141         * editfns.c (Fformat): Translate positions of text properties
14142         in the format string to apply them to the result.
14144         * fileio.c (Finsert_file_contents): Doc fix.
14145         (syms_of_fileio) <after-insert-file-functions>: Doc fix.
14147 2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
14149         * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
14151 2003-04-08  Steven Tamm  <steventamm@mac.com>
14153         * mac.c (init_mac_osx_environment): Switch libexec and bin so
14154         that self-contained application finds libexec files.
14156 2003-04-08  Kenichi Handa  <handa@m17n.org>
14158         * coding.c (code_convert_region_unwind):
14159         Set Vlast_coding_system_used to the argument.
14160         (code_convert_region): If post-read-conversion function changed
14161         the value of last-coding-sytem, keep the new value in
14162         coding->symbol so that it won't be overridden.
14163         (run_pre_post_conversion_on_str): Likewise.
14164         (coding_system_accept_latin_extra_p): New function.
14165         (find_safe_codings): Pay attention to characters registered in
14166         latin-extra-code-table.
14168 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
14170         * Makefile.in (md5.o): Add missing dependency info.
14172 2003-04-06  Richard M. Stallman  <rms@gnu.org>
14174         * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
14176         * marker.c (verify_bytepos): New function.
14178         * intervals.c (set_intervals_multibyte_1): When becoming
14179         multibyte, adjust right and left child sizes to a whole set of
14180         characters.  If an interval gets zero total-length, delete it.
14181         If an interval consists of just its children, delete one of them.
14183         * intervals.h (CHECK_TOTAL_LENGTH): New macro.
14184         * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
14186         * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
14187         All calls deleted.
14188         (lisp_malloc): Do the work here directly.
14190 2003-04-06  Gareth Jones  <emacs@referential.org.uk>  (tiny change)
14192         * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
14193         char tables.
14195 2003-04-04  Kenichi Handa  <handa@m17n.org>
14197         * editfns.c (Fformat): Use a copy of FORMAT string so that we can
14198         destructively change "%S" to "%s".
14200 2003-04-03  Miles Bader  <miles@gnu.org>
14202         * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
14203         always set.
14205 2003-04-01  Dave Love  <fx@gnu.org>
14207         * xfns.c (xpm_lookup_color): Grok "opaque".
14209 2003-03-31  Andrew Choi  <akochoi@shaw.ca>
14211         * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
14212         parent window ID.
14214         * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
14216         * macterm.h (struct mac_output): Define x_pixels_diff and
14217         y_pixels_diff.
14219 2003-03-31  Juanma Barranquero  <lektu@terra.es>
14221         * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
14222         blockinput.h and files included from it.
14224 2003-03-31  Kim F. Storm  <storm@cua.dk>
14226         The following changes consolidates the common code related to
14227         frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
14228         files into frame.c.
14230         * frame.c: Include blockinput.h.
14231         (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
14232         (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
14233         (Qauto_raise, Qauto_lower, ...): Define all frame parameter
14234         related vars here.
14235         (struct frame_parm_table, frame_parms): New table for describing
14236         frame parameters and their associated Q-variable.
14237         The order of the parameters corresponds to the sequence of the
14238         frame_parm_handlers table in redisplay_interface.
14239         (x_fullscreen_move, x_set_frame_parameters)
14240         (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
14241         (x_set_screen_gamma, x_set_font, x_set_fringe_width)
14242         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14243         (x_set_autoraise, x_set_autolower, x_set_unsplittable)
14244         (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
14245         Generic functions for processing of frame parameters.
14246         (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
14247         (display_x_get_resource, x_get_resource_string): Functions for
14248         generic access to X resources.
14249         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
14250         (x_default_parameter, Fx_parse_geometry): Functions for generic
14251         access to frame parameters.
14252         (x_figure_window_size): Generic calculation of frame size.
14253         Fixed to add space needed for tool bar.  Also setup size_hint_flags.
14254         (syms_of_frame): Intern and staticpro frame parameter variables.
14255         Defvar_lisp Vx_resource_class and Vx_resource_name here.
14256         Defsubr Sx_get_resource and Sx_parse_geometry.
14258         * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
14259         parameter related vars defined in frame.c.
14260         (EMACS_CLASS): Define here.
14261         (enum FULLSCREEN_*): Define here.
14262         (x_set_scroll_bar_default_width, x_wm_set_icon_position)
14263         (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
14264         (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
14265         (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
14266         (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
14267         (x_set_visibility, x_set_autoraise, x_set_autolower)
14268         (x_set_unsplittable, x_set_vertical_scroll_bars)
14269         (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
14270         (x_figure_window_size): Add prototypes.
14272         * dispextern.h (frame_parm_handler): New typedef.
14273         (struct redisplay_interface): New member frame_parm_handlers.
14274         (enum resource_types): Move declaration here.
14275         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
14276         (x_default_parameter): Add prototypes.
14278         * window.c: Remove extern decl for frame parameter vars.
14279         (change_window_heights): New generic function;
14280         replaces x_change_window_heights.  All users changed.
14282         * window.h (change_window_heights): Add prototype.
14284         * xfaces.c: Remove extern decl for frame parameter vars.
14286         * xterm.h (EMACS_CLASS): Remove.  Use generic define.
14287         (struct w32_display_info): Fix type of xrdb member.
14288         (enum FULLSCREEN_*): Remove.
14289         Remove prototypes for generic functions (in frame.h).
14291         * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14292         parameters now defined in frame.h and frame.c.
14293         (Vx_resource_name): Remove.  Use generic var.
14294         (enum x_frame_parms): Remove (bogus, unused enum).
14295         (check_x_display_info): Make non-static (for frame.c).
14296         (struct x_frame_parm_table, x_frame_parms): Remove.
14297         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14298         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14299         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14300         (x_change_window_heights, x_set_autoraise, x_set_autolower)
14301         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14302         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14303         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14304         Remove.  Use generic functions instead.
14305         (enum resource_types): Remove.
14306         (x_set_scroll_bar_default_width): New global function (for frame.c).
14307         (Fx_create_frame): Depend on x_figure_window_size to add space for
14308         toolbar and setup size_hint_flags.
14309         (x_frame_parm_handlers): New table for redisplay_interface.
14310         (syms_of_xfns): Don't intern/staticpro removed vars.
14312         * xterm.c: Remove unnecessary extern declarations.
14313         (x_fullscreen_adjust): Remove.  Use generic instead.
14314         (x_redisplay_interface): Add x_frame_parm_handlers member.
14316         * w32gui.h (XrmDatabase): New (dummy) typedef.
14318         * w32term.h (EMACS_CLASS): Remove.  Use generic define.
14319         (struct w32_display_info): Fix type of xrdb member.
14320         (enum FULLSCREEN_*): Remove.
14321         (x_fullscreen_adjust): Remove prototype.
14323         * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14324         parameters now defined in frame.h and frame.c.
14325         (Vx_resource_name): Remove.  Use generic var.
14326         (enum x_frame_parms): Remove (bogus, unused enum).
14327         (check_x_display_info): Make non-static (for frame.c).
14328         (struct x_frame_parm_table, x_frame_parms): Remove.
14329         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14330         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14331         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14332         (x_change_window_heights, x_set_autoraise, x_set_autolower)
14333         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14334         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14335         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14336         Remove.  Use generic functions instead.
14337         (enum resource_types): Remove.
14338         (x_set_scroll_bar_default_width): New global function (for frame.c).
14339         (Fx_create_frame): Depend on x_figure_window_size to add space for
14340         toolbar and setup size_hint_flags.
14341         (w32_frame_parm_handlers): New table for redisplay_interface.
14342         (syms_of_w32fns): Don't intern/staticpro removed vars.
14344         * w32term.c: Remove unnecessary extern declarations.
14345         (x_fullscreen_adjust): Remove.  Use generic instead.
14346         (x_redisplay_interface): Add w32_frame_parm_handlers member.
14348         * w32reg.c (x_get_string_resource): Use XrmDatabase.
14350         * macgui.h (XrmDatabase): New (dummy) typedef.
14352         * macterm.h (EMACS_CLASS): Remove.
14353         (struct mac_display_info): Add xrdb member.
14354         (struct mac_output): Add want_fullscreen member.
14356         * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14357         parameters now defined in frame.h and frame.c.
14358         (Vx_resource_name): Remove.  Use generic var.
14359         (check_x_display_info): Make non-static (for frame.c).
14360         (struct x_frame_parm_table, x_frame_parms): Remove.
14361         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14362         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14363         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14364         (x_change_window_heights, x_set_autoraise, x_set_autolower)
14365         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14366         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14367         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14368         Remove.  Use generic functions instead.
14369         (enum resource_types): Remove.
14370         (x_set_scroll_bar_default_width): New global function (for frame.c).
14371         (mac_frame_parm_handlers): New table for redisplay_interface.
14372         (syms_of_macfns): Don't intern/staticpro removed vars.
14374         * macterm.c: Remove unnecessary extern declarations.
14375         (x_redisplay_interface): Add mac_frame_parm_handlers member.
14377         * Makefile.in (frame.o): Add dependency on blockinput.h and files
14378         included from it (atimer.h and systime.h).
14380 2003-03-30  Andreas Schwab  <schwab@suse.de>
14382         * xdisp.c (x_insert_glyphs): Fix swapped width and height
14383         parameters for shift_glyphs_for_insert.
14385         * macterm.c (x_redisplay_interface): Add missing entry for
14386         draw_vertical_window_border.
14388 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14390         * fileio.c (Fexpand_file_name): In the no-handler case, after
14391         expanding, look again for a handler and invoke it.  This is needed
14392         for filenames like "/foo/../user@host:/bar/../baz" -- the first
14393         expansion produces "/user@host:/bar/../baz" which needs to be
14394         expanded again for the finame result "/user@host:/baz".
14396 2003-03-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14398         * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
14399         of area to be redrawn for better performance.
14401 2003-03-28  Stefan Monnier  <monnier@cs.yale.edu>
14403         * xterm.c (take_vertical_position_into_account): Remove.
14404         (xt_action_hook): Call set_vertical_scroll_bar if needed.
14405         (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
14406         (xm_scroll_callback, x_create_toolkit_scroll_bar)
14407         (x_set_toolkit_scroll_bar_thumb): Simplify.
14408         (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
14409         (XTread_socket): Remove unused var.
14410         (x_make_frame_invisible): Replace goto with else.
14412         * xdisp.c (set_vertical_scroll_bar): New fun.
14413         (redisplay_window): Use it.
14415 2003-03-26  Richard M. Stallman  <rms@gnu.org>
14417         * xdisp.c (update_tool_bar): Recompute tool bar if
14418         update_mode_lines is set.  Set w->update_mode_line
14419         only if the tool bar contents actually change.
14420         (update_menu_bar): Undo previous change.
14422 2003-03-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14424         * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
14425         (xg_frame_set_char_size): Calculate scroll bar width before frame
14426         width.  Call SET_FRAME_GARBAGED and cancel_mouse_face.
14427         (xg_separator_p): Check for all documented separator types.
14428         (xg_update_scrollbar_pos): Variable gheight not needed, use height.
14429         (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
14431         * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
14432         so tool bar gets updated.
14434 2003-03-26  Stefan Monnier  <monnier@cs.yale.edu>
14436         * data.c (store_symval_forwarding): Re-instate part of the code
14437         that was deleted with too much enthusiasm.
14439 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
14441         * data.c (store_symval_forwarding): Delete special read-only
14442         hack for type == -1, since we now use ->constant instead.
14443         (Fkill_local_variable): Don't use XBUFFER if it can be nil.
14445         * buffer.c (overlays_in): Declare static.
14446         (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
14447         `constant' field rather than the variable's `type' field.
14449 2003-03-24  Andrew Choi  <akochoi@shaw.ca>
14451         * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
14453         * dispextern.h [HAVE_CARBON]: Include Carbon.h.
14455         * fns.c [MAC_OSX]: Do not redefine vector.
14457         * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
14459         * macgui.h: Remove definition of No_Cursor.
14461         * macterm.h: Include Carbon.h.  Replace (struct Cursor *) by Cursor.
14463         * xdisp.c: Define No_Cursor.
14464         (x_write_glyphs, notice_overwritten_cursor)
14465         (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
14466         (note_mouse_highlight): Remove Mac-specific code.
14467         (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
14469 2003-03-24  John Paul Wallington  <jpw@gnu.org>
14471         * xdisp.c (redisplay_window): If mini window's buffer is not
14472         empty, then redisplay it like other windows.
14474 2003-03-23  Kim F. Storm  <storm@cua.dk>
14476         * w32term.c (w32_draw_window_cursor): Fix last change.
14478 2003-03-23  Kenichi Handa  <handa@m17n.org>
14480         * alloc.c (make_string_from_bytes, make_specified_string):
14481         Add `const' for the arg CONTENTS.
14483         * lisp.h (make_string_from_bytes, make_specified_string):
14484         Prototypes adjusted.
14486 2003-03-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14488         * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
14490         * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
14491         (XG_SB_RANGE): New define.
14493         * gtkutil.c (xg_fixed_handle_expose): New function.
14494         (xg_create_frame_widgets): Call xg_fixed_handle_expose for
14495         expose events.
14496         (xg_update_scrollbar_pos): Take two more arguments, left and width
14497         of scroll bar including borders.
14498         Clear left and right part outside scroll bar separately as some
14499         themes have bars that are not an even number of pixels.
14500         Don't set reallocate_redraws, don't call
14501         gdk_window_process_all_updates.
14502         (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
14503         so no need to change it.  Calculate size and value with XG_SB_RANGE.
14505         * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
14506         Pass left and width of scroll bar including borders to
14507         xg_update_scrollbar_pos.
14509 2003-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
14511         * Makefile.in: Make sure space precedes end-of-line backslashes.
14513 2003-03-22  Kim F. Storm  <storm@cua.dk>
14515         * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
14516         Add generic versions here.  Remove system specific versions
14517         defined elsewhere.
14519         * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
14520         Add prototypes.
14522         * xterm.h (STORE_NATIVE_RECT): New macro.
14524 2003-03-21  Kim F. Storm  <storm@cua.dk>
14526         * xdisp.c (get_glyph_string_clip_rect):
14527         Use FRAME_INTERNAL_BORDER_WIDTH.
14529         * dispextern.h (struct redisplay_interface): Add active_p
14530         argument to draw_window_cursor member.  All uses changed.
14532 2003-03-21  Kim F. Storm  <storm@cua.dk>
14534         The following changes consolidate code related to writing and
14535         inserting glyphs, exposing frame, the tool bar, the mouse face,
14536         the output cursor, and help echo from xterm.c, w32term.c and
14537         macterm.c into xdisp.c.  It also generalizes the use of the
14538         window_part enum instead of using numeric values throughout.
14540         * xdisp.c: Consolidate gui-independent code here.
14541         Include keymap.h.
14542         (Qhelp_echo): Import.
14543         (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
14544         (help_echo_string, help_echo_window, help_echo_object)
14545         (previous_help_echo_string, help_echo_pos): Declare here.
14546         (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
14547         (estimate_mode_line_height): Define here.  Handle windowing
14548         systems directly (without using estimate_mode_line_height_hook).
14549         (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
14550         (update_window_cursor, update_cursor_in_window_tree)
14551         (fast_find_position, fast_find_string_pos)
14552         (note_mode_line_highlight, note_mode_line_or_margin_highlight)
14553         (expose_area, expose_line, expose_overlaps, expose_window)
14554         (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
14555         declared static as they are only used locally in xdisp.c.
14556         (draw_glyphs): Rename from x_draw_glyphs and make static.
14557         (tool_bar_item_info, notice_overwritten_cursor): Make static.
14558         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14559         (set_output_cursor, x_cursor_to, handle_tool_bar_click)
14560         (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
14561         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14562         (display_and_set_cursor, x_update_cursor, x_clear_cursor)
14563         (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
14564         (note_mouse_highlight, x_clear_window_mouse_face)
14565         (cancel_mouse_face, x_draw_vertical_border, expose_frame)
14566         (x_intersect_rectangles): New generic functions for use by xdisp.c
14567         and GUI front-ends.
14568         (syms_of_xdisp): Initialize and staticpro help_echo* variables.
14569         Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
14571         * dispextern.h (Display_Info): Generic typedef for *_display_info.
14572         (NativeRectangle): Generic typedef for rectangle type.
14573         (enum window_part): Move here from window.c.
14574         (struct redisplay_interface): New members flush_display_optional,
14575         define_frame_cursor, clear_frame_area, draw_window_cursor,
14576         draw_vertical_window_border, shift_glyphs_for_insert.
14577         Rename member clear_mouse_face to clear_window_mouse_face.
14578         (estimate_mode_line_height_hook): Remove hook.
14579         (auto_raise_tool_bar_buttons_p): Don't declare extern.
14580         (tool_bar_item_info): Remove prototype.
14581         (help_echo_string, help_echo_window, help_echo_object)
14582         (previous_help_echo_string, help_echo_pos)
14583         (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
14584         (x_stretch_cursor_p, output_cursor): Declare extern.
14585         (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
14586         (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
14587         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14588         (display_and_set_cursor, set_output_cursor, x_cursor_to)
14589         (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
14590         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14591         (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
14592         (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
14593         (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
14594         Add prototypes.
14595         (mode_line_string, marginal_area_string): Fix prototypes.
14597         * window.c (enum window_part): Move to dispextern.h.
14598         (coordinates_in_window): Use enum window_part member names
14599         instead of numbers to describe return value.
14600         (struct check_window_data): Change part member to window_part.
14601         (check_window_containing): Return window_part unaltered.
14602         (window_from_coordinates): Change part arg from int to enum
14603         window_part.  Allow part arg to be null.  All users changed.
14605         * window.h (window_from_coordinates): Fix prototype.
14607         * term.c (estimate_mode_line_height): Move to xdisp.c.
14609         * keyboard.c (make_lispy_event): Use enum window_part.
14611         * dispnew.c (mode_line_string, marginal_area_string): Use enum
14612         window_part instead of int in arg list.  Users changed.
14614         * xterm.h (No_Cursor): Declare as None for X.
14615         (struct mac_output): Replace member cross_cursor by hand_cursor.
14617         * xterm.c: Remove consolidated defines and code.
14618         (BETWEEN): Remove unused macro.
14619         (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
14620         (x_define_frame_cursor, x_clear_frame_area)
14621         (x_draw_window_cursor): New X-specific functions for RIF.
14622         (x_redisplay_interface): Add new members.
14624         * xfns.c: Setup and use hand_cursor instead of cross_cursor.
14626         * w32term.h (struct w32_output): Remove cross_cursor member.
14628         * w32term.c: Remove consolidated defines and code.
14629         (BETWEEN): Remove unused macro.
14630         (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
14631         (w32_define_frame_cursor, w32_clear_frame_area)
14632         (w32_draw_window_cursor): New W32-specific functions for RIF.
14633         (w32_redisplay_interface): Add new members.
14635         * w32gui.h (No_Cursor): Define as 0 for W32.
14636         (XRectangle): Add X compatible rectangle type.
14637         (NativeRectangle): Declare as RECT for W32.
14638         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
14640         * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
14642         * w32console.c: Remove consolidated defines and code.
14644         * msdos.h (Display_Info): Add generic typedef.
14646         * msdos.c: Remove consolidated defines and code.
14647         (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
14649         * macterm.h (struct mac_output): Replace member cross_cursor by
14650         hand_cursor.
14651         (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
14653         * macterm.c: Remove consolidated defines and code.
14654         (BETWEEN): Remove unused macro.
14655         (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
14656         (mac_define_frame_cursor, mac_clear_frame_area)
14657         (mac_draw_window_cursor): New Mac-specific functions for RIF.
14658         (x_redisplay_interface): Add new members.
14660         * macgui.h (No_Cursor): Define as 0 for Mac.
14661         (XRectangle): Add X compatible rectangle type.
14662         (NativeRectangle): Declare as Rect for Mac.
14663         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
14665         * macfns.c (x_set_mouse_color): Setup hand_cursor.
14666         (x_set_cursor_color): Use x_display_and_set_cursor.
14668         * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
14669         included from it.  Add dependency on keymap.h.
14671         * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
14673 2003-03-21  Kenichi Handa  <handa@m17n.org>
14675         * fileio.c (Fexpand_file_name): Fix previous change.
14677 2003-03-19  Kenichi Handa  <handa@m17n.org>
14679         * fileio.c (Ffile_name_directory): Reconstruct file name by
14680         make_specified_string.
14681         (Ffile_name_nondirectory, Ffile_name_as_directory)
14682         (Fdirectory_file_name, Fexpand_file_name)
14683         (Fsubstitute_in_file_name): Likewise.
14684         (Fread_file_name): Compare decoded homedir with DIR and
14685         DEFAULT_FILENAME.
14687         * alloc.c (make_specified_string): If NCHARS is negative, count
14688         the number of characters.
14690 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14692         * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
14693         all widgets.
14695         * gtkutil.h: Removed xg_ignore_next_thumb.
14697 2003-03-18  Kenichi Handa  <handa@m17n.org>
14699         * coding.c (Vchar_coding_system_table): Remove this variable.
14700         (Vcoding_system_safe_chars): New variable.
14701         (intersection): Remove this function.
14702         (find_safe_codings): Don't use Vchar_coding_system_table, but try
14703         all codings in SAFE_CODINGS.
14704         (Ffind_coding_systems_region_internal): Adjust for the change of
14705         find_safe_codings.  Get generic coding systems from
14706         Vcoding_system_safe_chars.
14707         (Fdefine_coding_system_internal): New function.
14708         (syms_of_coding): Defsubr Sdefine_coding_system_internal.
14709         Initialize and staticpro Vcoding_system_safe_chars.
14711 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14713         * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
14714         equal old values before updating.
14716         * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
14718         * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
14720 2003-03-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14722         * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
14723         (xg_resize_widgets): Don't call foreach(handle_fixed_child).
14724         (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
14725         (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
14726         (xg_create_scroll_bar): Pass bar to button event callback.
14727         (xg_find_top_left_in_fixed): New function.
14728         (xg_update_scrollbar_pos): Don't call gdk_window_clear on
14729         whole scroll bar area.  Get old position with
14730         xg_find_top_left_in_fixed, calculate and only clear needed areas.
14731         (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
14732         dragging is in progress.  Calculate whole as for Motif.
14733         Remove code that saved last values.  Call gtk_range functions to
14734         set scroll bar sizes.
14736         * gtkutil.h: Removed xg_ignore_next_thumb.
14738 2003-03-17  Juanma Barranquero  <lektu@terra.es>
14740         * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
14741         and files included from it.
14743 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
14745         * keymap.c (accessible_keymaps_1): Break cycles but without preventing
14746         multiple occurrences of the same keymap under different prefixes.
14747         (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
14749 2003-03-16  Jason Rumney  <jasonr@gnu.org>
14751         * w32gui.h: Use HDC for Display.
14753         * w32term.c (w32_encode_char): Prevent double-byte chars from
14754         crashing Emacs.
14756         * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
14757         as binary.
14759 2003-03-16  Juanma Barranquero  <lektu@terra.es>
14761         * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
14763 2003-03-16  Kim F. Storm  <storm@cua.dk>
14765         The following changes consolidate some of the gui-independent
14766         parts of the processing and drawing of "glyph strings" from
14767         xterm.c, w32term.c, and macterm.c into xdisp.c.
14769         * dispextern.h (struct glyph): Reduce face_id member from 22 to
14770         21 bits (this reduces number of faces from 4M to 2M).
14771         Replace W32 specific w32_font_type member (2 bits) by generic
14772         font_type member (3 bits) for portability.
14773         (FONT_TYPE_UNKNOWN): New define, default for font_type member.
14774         (enum draw_glyphs_face): Define here.
14775         (struct glyph_string): Define here.  Merge W32 and X versions.
14776         (struct redisplay_interface): New members per_char_metric,
14777         encode_char, compute_glyph_string_overhangs, draw_glyph_string.
14778         (VCENTER_BASELINE_OFFSET): Define here.
14779         (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
14780         (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
14782         * xdisp.c: Consolidate gui-independent "glyph string" code here.
14783         (dump_glyph_string): Moved here.
14784         (init_glyph_string, append_glyph_string_lists, append_glyph_string)
14785         (prepend_glyph_string_lists, get_glyph_face_and_encoding)
14786         (fill_composite_glyph_string, fill_glyph_string)
14787         (fill_image_glyph_string, fill_stretch_glyph_string)
14788         (left_overwritten, left_overwriting, right_overwritten)
14789         (right_overwriting, get_char_face_and_encoding)
14790         (set_glyph_string_background_width, compute_overhangs_and_x)
14791         (append_glyph, append_composite_glyph, produce_image_glyph)
14792         (take_vertical_position_into_account, append_stretch_glyph)
14793         (produce_stretch_glyph): New generic functions (based on X version).
14794         Call platform specific functions through rif.
14795         (INIT_GLYPH_STRING): New macro, hides W32 details.
14796         (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
14797         (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
14798         (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
14799         (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
14800         (notice_overwritten_cursor):
14801         Generic functions exported to platform modules.  Users changed.
14803         * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
14804         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
14805         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
14806         New macros for consolidated code.
14808         * xterm.c: Remove consolidated defines and code.
14809         (x_per_char_metric, x_encode_char)
14810         (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
14811         (x_redisplay_interface): Add new members.
14813         * w32gui.h (Display): Add dummy typedef for consolidation.
14814         (XChar2b): Define alias for wchar_t for consolidation.
14815         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
14817         * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
14818         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
14819         New macros for consolidation.
14821         * w32term.c: Remove consolidated defines and code.
14822         (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
14823         to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
14824         (w32_per_char_metric): Change font_type arg to int for RIF.
14825         (w32_encode_char): Return int according to RIF requirements.
14826         (w32_compute_glyph_string_overhangs): Adapt to RIF.
14827         (w32_get_glyph_overhangs): New function for RIF.  Uses generic
14828         x_get_glyph_overhangs.
14829         (w32_redisplay_interface): Add new members.
14831         * macgui.h (XChar2b): Move typedef here for consolidation.
14832         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
14834         * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
14835         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
14836         consolidation.
14838         * macterm.c: Remove consolidated defines and code.
14839         (mac_per_char_metric): New function for RIF.
14840         (mac_encode_char): Adapt to new RIF requirements.
14841         (mac_compute_glyph_string_overhangs): Adapt for RIF.
14842         (x_redisplay_interface): Add new members.
14844 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
14846         * keymap.c (Vmenu_events): New var.
14847         (syms_of_keymap): Initialize it.
14848         (where_is_internal): Check more carefully what is a menu event.
14850 2003-03-14  Richard M. Stallman  <rms@gnu.org>
14852         * lread.c (read1): After #!, exit loop on eof.
14854 2003-03-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14856         * gtkutil.h: Add declaration for xg_frame_cleared.
14858         * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
14860         * gtkutil.c (struct xg_last_sb_pos): New structure.
14861         (handle_fixed_child): New function.
14862         (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
14863         and force a redraw on them.
14864         (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
14865         (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
14866         so we can avoid unneeded redraws.
14867         (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
14868         and force a redraw on the scroll bar.
14869         (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
14870         if xg_last_sb_pos shows the positions are up to date.
14871         (xg_frame_cleared): New function.
14873 2003-03-13  Kenichi Handa  <handa@m17n.org>
14875         * coding.c (Fdetect_coding_region): Fix docstring.
14876         (Fdetect_coding_string): Fix docstring.
14878 2003-03-13  Andreas Schwab  <schwab@suse.de>
14880         * gtkutil.c: Add prototype for create_menus.
14882         * data.c (long_to_cons): Fix type of top.
14884         * xselect.c (selection_data_to_lisp_data): Use int instead of
14885         long for an integer of size 4.
14887         * gtkutil.c (xg_update_frame_menubar): Add missing return value.
14888         (xg_tool_bar_help_callback): Likewise.
14890 2003-03-12  Andreas Schwab  <schwab@suse.de>
14892         * xterm.c (x_term_init) [USE_GTK]: Fix typo.
14894 2003-03-12  Kim F. Storm  <storm@cua.dk>
14896         The following changes consolidate the fringe handling from
14897         xterm.c, w32term.c, and macterm.c into xdisp.c.
14899         * xdisp.c: Consolidate fringe handling code here.
14900         (left_bits, right_bits, continued_bits, continuation_bits)
14901         (ov_bits, zv_bits): Define fringe bitmaps.
14902         (fringe_bitmaps): New array holding fringe bitmaps.
14903         (draw_fringe_bitmap): Draw a specific bitmap; call display
14904         specific drawing routine via rif->draw_fringe_bitmap.
14905         (draw_row_fringe_bitmaps): Generic replacement for
14906         x_draw_row_fringe_bitmaps; all callers changed.
14907         (compute_fringe_widths): Generic replacement for
14908         x_compute_fringe_widths; all callers changed.
14910         * dispextern.h (enum fringe_bitmap_type): Define here.
14911         (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
14912         (fringe_bitmaps): Declare extern.
14913         (struct redisplay_interface): New member draw_fringe_bitmap.
14914         (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
14916         * xterm.c: Remove generic fringe code.
14917         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
14918         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
14920         * w32term.c: Remove generic fringe code.
14921         (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
14922         (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
14924         * macterm.c: Remove generic fringe code.
14925         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
14926         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
14928 2003-03-11  Stefan Monnier  <monnier@cs.yale.edu>
14930         * print.c (Fprin1_to_string): Return unibyte string if possible.
14932 2003-03-09  David Kastrup  <dak@gnu.org>
14934         * process.c (read_process_output): We have allocated enough space
14935         for readmax and carryover, so actually use the alloted space.
14937 2003-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14939         * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
14940         toolkit scrollbar click.
14942         * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
14943         for USE_GTK.
14944         (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
14945         also.
14946         (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
14947         scrollbar and control is pressed, call x_scroll_bar_handle_click.
14949         * gtkutil.h (xg_get_scroll_id_for_window): Declare.
14951         * gtkutil.c (xg_get_scroll_id_for_window): New function.
14952         (xg_tool_bar_item_expose_callback): New function.
14953         (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
14954         (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
14955         on the tool bar widget.
14956         (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
14957         to expose on the tool bar item widgets.
14959 2003-03-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14961         * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
14962         struct image* when deciding to update (struct image* may have been
14963         deleted from the image cache).
14965         * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
14966         the event isn't for a frame (i.e. for dialogs).
14968 2003-03-07  Kenichi Handa  <handa@m17n.org>
14970         * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
14971         composition components reaches the limit, terminate composing.
14972         (COMPOSITION_OK): New macro.
14973         (detect_coding_iso2022): Use it if an escape sequence for
14974         composition is found.
14975         (coding_restore_composition): Adjust the number of composition
14976         components if it is not sane.
14978 2003-03-06  Juanma Barranquero  <lektu@terra.es>
14980         * w32term.h (struct w32_display_info): Add xrdb member to support
14981         passing resources via -xrm on Windows.
14983         * w32term.c (w32_make_rdb): New function.
14984         (w32_term_init): Use it to initialize xrdb member of w32_display_info
14985         struct.  Delete leftover code.
14987         * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
14988         for resources passed on the command line.
14990         * w32reg.c (w32_get_rdb_resource): New function.
14991         (x_get_string_resource): Use it, so resources passed with -xrm
14992         supercede the ones in the registry.
14994 2003-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14996         * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
14997         instead of x_top_window_to_frame.
14999 2003-03-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15001         * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
15002         when restarting Emacs.
15004 2003-03-03  Richard M. Stallman  <rms@gnu.org>
15006         * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
15007         to run kill-buffer-query-functions.
15008         (Qkill_buffer_query_functions): New var.
15009         (syms_of_buffer): Init and staticpro it.
15011 2003-03-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15013         * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
15015 2003-02-25  Kim F. Storm  <storm@cua.dk>
15017         * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
15018         If centering point failed to make whole line visible and vscroll
15019         is non-zero, disable vscroll and try centering point again.
15021         * lread.c (read1): Accept `single space' syntax like (? x).
15023 2003-02-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15025         * keyboard.c (cancel_hourglass_unwind): Surround with
15026         #ifdef HAVE_X_WINDOWS
15028 2003-02-25  Kenichi Handa  <handa@m17n.org>
15030         * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
15031         process only when "subprocesses" is defined.
15033 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
15035         * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
15037 2003-02-24  Juanma Barranquero  <lektu@terra.es>
15039         * callint.c (fix_command): Declare as static void and move before
15040         Fcall_interactively.
15042         * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
15043         (syms_of_xdisp): Don't initialize Qwhen.
15045 2003-02-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15047         * keyboard.c (cancel_hourglass_unwind): New function.
15048         (command_loop_1): Cancel hourglass with unwind-protect.
15050 2003-02-23  Richard M. Stallman  <rms@gnu.org>
15052         * callint.c (fix_command): New subroutine, from Fcall_interactively.
15053         Detect (when ... (region-beginning)) etc.
15054         (Fcall_interactively): Call fix_command.
15055         (Qif, Qwhen): New variables.
15056         (syms_of_callint): Init and staticpro them.
15058         * regex.c (print_partial_compiled_pattern): Output to stderr.
15060 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
15062         * dired.c (directory_files_internal): Don't expand directory.
15063         (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
15064         instead.  From Lars Hansen <larsh@math.ku.dk>.
15066 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
15068         * fns.c (string_to_multibyte): Remove unused var i.
15069         (Flanginfo): Fix int/Lisp_Object mixup.
15070         (void_call2): New fun.
15071         (Fmap_char_table): Use it in place of call2.
15073         * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
15075         * macros.c (Fstart_kbd_macro): Remove redundant assignment.
15077         * keymap.c (copy_keymap_1): Make it static.
15079         * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
15081 2003-02-22  David Ponce  <david@dponce.com>
15083         * lread.c (Fload): Don't check STRING_MULTIBYTE.
15085 2003-02-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15087         * process.h: Removed subtty field from struct Lisp_Process.
15089         * process.c (create_process): Remove setting of subtty.
15090         (emacs_get_tty_pgrp): New function.
15091         (Fprocess_running_child_p, process_send_signal):
15092         Call emacs_get_tty_pgrp instead of ioctl.
15093         (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
15095 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
15097         * keymap.c (Fdefine_key): Doc fix.
15099 2003-02-21  Juanma Barranquero  <lektu@terra.es>
15101         Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
15103         * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
15104         POLLING_PROBLEM_IN_SELECT.
15106         * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
15107         Delete #undef of POLLING_PROBLEM_IN_SELECT.
15109         * s/hpux10-20.h: New file.
15111         * process.c (wait_reading_process_input):
15112         Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
15114 2003-02-20  Kenichi Handa  <handa@m17n.org>
15116         * fontset.c (check_fontset_name): If NAME is nil, return the
15117         default fontset.
15118         (override_font_info): New function.
15119         (Fset_fontset_font): Document that NAME nil means the default fontset.
15120         (Ffontset_info): If FONTSET is not the default fontset, merge
15121         FONTSET onto the copy of the default fontset, and work on that
15122         copy.  Document that NAME nil means the default fontset.
15123         (Ffontset_font): Document that NAME nil means the default fontset.
15125         * process.c (setup_process_coding_systems): If the process's
15126         in/out descriptor is -1, do nothing.
15128 2003-02-19  Andreas Schwab  <schwab@suse.de>
15130         * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
15131         Add prototypes.
15133 2003-02-19  Kenichi Handa  <handa@m17n.org>
15135         * xfaces.c (try_alternative_families): Try all scalable fonts if
15136         Vscalable_fonts_allowed is not Qt.
15138 2003-02-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15140         * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
15142 2003-02-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15144         * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
15145         names.
15147         * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
15148         (sorted_font_list): Move allocation of struct font_name to
15149         x_face_list_fonts.
15150         (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
15151         (Fx_list_fonts): Set maxnames to -1 to get all font names.
15153 2003-02-18  Kim F. Storm  <storm@cua.dk>
15155         * lread.c (read1): Fix last change.
15156         "`" is not always special.  Allow "?" after a character constant.
15158 2003-02-18  Andrew Choi  <akochoi@shaw.ca>
15160         * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
15162 2003-02-18  Andreas Schwab  <schwab@suse.de>
15164         * window.c (window_scroll_pixel_based): Move outside a
15165         multi-glyph character before setting new window start.
15167         * xdisp.c (in_display_vector_p): New function.
15168         * dispextern.h (in_display_vector_p): Declare.
15170 2003-02-18  Kim F. Storm  <storm@cua.dk>
15172         * lread.c (read1): Fix and relax read syntax.
15173         Recognize "[", ";", "#", and "?" after a dotted-pair dot.
15174         Only recognize "," after dotted-pair dot if inside backquote.
15175         Never include "`" or "," (inside backquote) in a symbol.
15176         Allow dotted-pair dot after a character constant.
15177         Allow "`" and "," (inside backquote) after a character constant.
15179 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15181         * gtkutil.c (xg_tool_bar_expose_callback): New function.
15182         (xg_create_tool_bar): Force style of tool bar to be horizontal with
15183         icons.  Set name of tool bar to emacs-toolbar.
15184         (update_frame_tool_bar): Connect expose event to
15185         xg_tool_bar_expose_callback.
15187 2003-02-17  Richard M. Stallman  <rms@gnu.org>
15189         * keyboard.c (this_command_key_count_reset): New variable.
15190         Initiatize to 0 where this_command_key_count is set.
15191         (read_char): Save and restore this_command_key_count_reset
15192         around input method code.
15193         (read_char): If this_command_key_count_reset, echo reread commands.
15194         (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
15196 2003-02-17  Kenichi Handa  <handa@m17n.org>
15198         * fns.c (string_to_multibyte): Always return a multibyte string.
15200 2003-02-16  Jason Rumney  <jasonr@gnu.org>
15202         * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
15203         Negative max_fonts parameter means list all.
15205 2003-02-14  Dave Love  <fx@gnu.org>
15207         * fns.c (Flanginfo): Doc fix.
15209 2003-02-13  Kim F. Storm  <storm@cua.dk>
15211         * lread.c (read_escape): Interpret \s as a SPACE character, except
15212         for \s-X in a character constant which still is the super modifier.
15213         (read1): Signal an `invalid read syntax' error if a character
15214         constant is immediately followed by a digit or symbol character.
15216         * search.c (Fmatch_data): Doc fix.  Explicitly state that
15217         match-data is undefined if last search failed.
15219         * keymap.c (Fcommand_remapping): Rename from Fremap_command.
15220         All uses changed.
15222 2003-02-12  Juanma Barranquero  <lektu@terra.es>
15224         * eval.c (Fdefmacro): Fix typo.
15226 2003-02-12  Kim F. Storm  <storm@cua.dk>
15228         * macros.c (Fstart_kbd_macro): If appending, and last keyboard
15229         macro is a string, convert meta modifiers in string when copying
15230         the string into a vector.
15232 2003-02-11  Kim F. Storm  <storm@cua.dk>
15234         * keymap.c (Fremap_command): Return nil if arg is not a symbol.
15236 2003-02-11  Kenichi Handa  <handa@m17n.org>
15238         * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
15240 2003-02-10  Kim F. Storm  <storm@cua.dk>
15242         * process.c: Doc fixes.
15243         (syms_of_process): Add `:' prefix to QCfilter_multibyte.
15245 2003-02-10  Kenichi Handa  <handa@m17n.org>
15247         * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
15249         * process.c (QCfilter_multibyte): New variable.
15250         (setup_process_coding_systems): New function.
15251         (Fset_process_buffer, Fset_process_filter):
15252         Call setup_process_coding_systems.
15253         (Fstart_process): Initialize the member `filter_multibyte' of
15254         struct Lisp_Process.
15255         (create_process): Call setup_process_coding_systems.
15256         (Fmake_network_process): New keyward `:filter-multibyte'.
15257         Initialize the member `filter_multibyte' of struct Lisp_Process.
15258         Call setup_process_coding_systems.
15259         (server_accept_connection): Call setup_process_coding_systems.
15260         (read_process_output): If the process has a filter, decide the
15261         multibyteness of a string to given to the filter by
15262         `filter_multibyte' member of the process.  If the process doesn't
15263         have a filter and the result of conversion is unibyte, use
15264         Fstring_to_multibyte (not Fstring_make_multibyte) to get the
15265         multibyte form.
15266         (Fset_process_coding_system): Call setup_process_coding_systems.
15267         (Fset_process_filter_multibyte): New function.
15268         (Fprocess_filter_multibyte_p): New function.
15269         (syms_of_process): Intern and staticpro QCfilter_multibyte.
15270         Defsubr Sset_process_filter_multibyte and
15271         Sprocess_filter_multibyte_p.
15273         * process.h (struct Lisp_Process): New member filter_multibyte.
15275         * lisp.h (setup_process_coding_systems): Add prototype.
15277         * buffer.c (Fset_buffer_multibyte): If the current buffer has a
15278         process, update coding systems for the process.
15280 2003-02-09  Kenichi Handa  <handa@m17n.org>
15282         * fns.c (string_to_multibyte): New function.
15283         (Fstring_to_multibyte): New function.
15284         (syms_of_fns): Defsubr it.
15286 2003-02-08  Andreas Schwab  <schwab@suse.de>
15288         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
15289         instead of the substitution.
15291 2003-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15293         * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
15295         * xmenu.c (menu_position_func): Adjust menu popup position so that
15296         the menu is fully visible.
15298 2003-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15300         * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
15301         (x_make_frame_invisible, x_wm_set_icon_position):
15302         Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
15304         * xfns.c (x_set_name, x_set_title): Ditto.
15306 2003-02-04  Richard M. Stallman  <rms@gnu.org>
15308         * keyboard.c (echo_now): Update before_command_echo_length.
15309         (Freset_this_command_lengths): Reset this_command_key_count etc.
15310         immediately rather than arranging to do it later.
15311         (before_command_key_count_1, before_command_echo_length_1)
15312         (before_command_restore_flag): Vars deleted.
15313         (add_command_key): Don't handle before_command_restore_flag.
15314         (read_char, record_menu_key): Don't update before_command_key_count or
15315         before_command_echo_length.
15316         (read_char): Don't handle before_command_restore_flag.
15318         * keyboard.c (command_loop_1): Don't call adjust_point_for_property
15319         in direct-output clauses if it wouldn't be called in the ordinary case.
15321 2003-02-04  Kim F. Storm  <storm@cua.dk>
15323         * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
15325 2003-02-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15327         * gtkutil.c (remove_from_container): Copying list is not needed.
15328         (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
15329         (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
15330         on list returned from gtk_container_get_children to avoid memory leak.
15332 2003-02-01  Jason Rumney  <jasonr@gnu.org>
15334         * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
15335         local malloc.
15336         [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
15337         definitions in xpm.h.
15338         (init_xpm_functions): New function.
15339         (xpm_load): Sync with xfns.c.  Adapt for Windows version of libXpm.
15340         (init_external_image_libraries): Try to load libXpm.dll.
15342         * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
15343         timestamp.
15345 2003-01-31  Dave Love  <fx@gnu.org>
15347         * syntax.c (Fskip_chars_forward)
15348         (open-paren-in-column-0-is-defun-start): Doc fix.
15350 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
15352         * fileio.c: Support // at start of name for Cygwin (just added proper
15353         preprocessor tests).
15355         * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
15357         * Makefile.in: Use @EXEEXT@ for Cygwin.
15359         * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
15361         * s/cygwin.h: Added for Cygwin port.
15363 2003-01-31  Juanma Barranquero  <lektu@terra.es>
15365         * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
15366         when including gif_lib.h.
15367         (init_gif_functions, init_tiff_functions): New functions.
15368         (gif_load, tiff_load): Sync with xfns.c version.  Adjust colors for
15369         Windows.  Disable color table lookups.  Call library functions
15370         through pointers determined at runtime.
15371         (init_external_image_libraries): Try to load libungif.dll and
15372         libtiff.dll.
15374 2003-01-31  Kenichi Handa  <handa@m17n.org>
15376         * xdisp.c (SKIP_GLYPHS): New macro.
15377         (set_cursor_from_row): Skip all glyphs that comes from overlay string.
15379 2003-01-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15381         * gtkutil.c (free_frame_tool_bar): Remove debug printf.
15383 2003-01-30  Dave Love  <fx@gnu.org>
15385         * alloc.c (Vgc_elapsed, gcs_done): New variables.
15386         (Fgarbage_collect): Use them.
15387         (init_alloc, syms_of_alloc): Set them up.
15389 2003-01-30  Juanma Barranquero  <lektu@terra.es>
15391         * w32fns.c (init_external_image_libraries): Add missing operator.
15393 2003-01-29  Jason Rumney  <jasonr@gnu.org>
15395         * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
15396         an alternative name for jpeg.dll.
15398 2003-01-29  Kenichi Handa  <handa@m17n.org>
15400         * xdisp.c (set_cursor_from_row): Pay attention to string display
15401         properties.
15403 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
15405         * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
15406         <escape>.
15407         (keycode_to_xkeysym_table): Reformat and add more comments.
15408         (XTread_socket): Drop special case for backspace.
15410 2003-01-28  Andrew Choi  <akochoi@shaw.ca>
15412         * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
15413         values in old-style RGB specs.
15415 2003-01-27  Juanma Barranquero  <lektu@terra.es>
15417         * w32fns.c (init_external_image_libraries): Try alternate names for the
15418         jpeg dll.
15420 2003-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15422         * gtkutil.c (create_dialog, xg_separator_p)
15423         (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
15424         before calling strcmp or strlen.
15426 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15428         * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
15429         and handle image load failure.
15431 2003-01-26  Jason Rumney  <jasonr@gnu.org>
15433         * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
15434         New functions.
15435         (jpeg_load): Sync with xfns.c version.  Adjust colors for Windows.
15436         Disable color table lookups.  Call jpeg library functions
15437         through pointers determined at runtime.
15438         (init_external_image_libraries): Try to load jpeg.dll.
15440 2003-01-25  Richard M. Stallman  <rms@gnu.org>
15442         * lisp.h: Declare format2 instead of format1.
15444         * fileio.c (barf_or_query_if_file_exists):
15445         Call format2 instead of format1.
15447         * editfns.c (format2): New function, replaces format1
15448         but takes exactly two Lisp Objects as format args.
15450         * buffer.c (Fkill_buffer): Call format2 instead of format1.
15452 2003-01-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15454         * xterm.h: Change to return value of x_dispatch_event to int.
15456         * xterm.c (x_filter_event): New function.
15457         (event_handler_gdk, XTread_socket): Call x_filter_event.
15458         (x_dispatch_event): Change to return value of finish.
15459         (event_handler_gdk): Use return value from x_dispatch_event.
15461         * xfns.c (x_window): Call create_frame_xic for GTK version to
15462         initialize input methods.
15464         * gtkutil.h: Add (void) prototypes.
15466         * gtkutil.c (create_menus): Remove code that puts the help menu to
15467         the right.
15469 2003-01-25  Jason Rumney  <jasonr@gnu.org>
15471         * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
15472         [HAVE_PNG]: Sync with xfns.c version.
15473         (png_load): Adjust colors for Windows.  Use Windows
15474         bitmaps.  Disable color table lookups.
15475         (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
15476         (init_png_functions): New function.
15477         (png_read_from_memory, png_load): Call png library functions
15478         through pointers determined at runtime.
15479         (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
15480         (init_external_image_libraries): New function.
15481         (init_xfns): Call it.
15483 2003-01-24  Andreas Schwab  <schwab@suse.de>
15485         * minibuf.c (Fminibuffer_message): Verify type of parameter.
15487 2003-01-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15489         * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
15490         of static initializer.
15492 2003-01-24  Dave Love  <fx@gnu.org>
15494         * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
15495         architectures.
15497         * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
15498         Use __alignof__.
15500 2003-01-24  Kenichi Handa  <handa@m17n.org>
15502         * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
15503         It it is nonzero, don't pretend that an invisible area doesn't exist.
15504         (command_loop_1): Call adjust_point_for_property with proper
15505         second arg.
15507 2003-01-22  Jason Rumney  <jasonr@gnu.org>
15509         Sync changes with xterm.c and xfns.c.
15511         * w32term.c (x_draw_glyph_string_foreground)
15512         (x_draw_composite_glyph_string_foreground): Implement overstriking.
15514         * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
15515         phys_cursor's hpos is overwritten.  This is still not completely
15516         correct, as it doesn't really make sense to use hpos at all to
15517         get the cursor glyph (as that is relative to the width of the
15518         characters on the line, which may have changed during the update).
15520         * w32term.c (notice_overwritten_cursor): Handle the special case
15521         of the cursor being in the first blank non-text line at the
15522         end of a window.
15524         * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
15525         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
15526         Compute from the x position returned by x_draw_glyphs.
15528         (x_display_and_set_cursor): Don't set phys_cursor_width here,
15529         except for NO_CURSOR and system caret, to make phys_cursor_width
15530         contain what its name suggests.
15531         (notice_overwritten_cursor): Consider the cursor image erased if
15532         the output area intersects the cursor image in y-direction.
15534         * w32term.c (note_mode_line_or_margin_highlight): Rename from
15535         note_mode_line_highlight and extend.
15537         * w32term.c (last_window): New variable.
15538         (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
15539         (note_mouse_movement): Remove reimplemented code in #if 0.
15541         * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
15542         not update_mode_lines, and always set it to 1.
15544 2003-01-21  Jason Rumney  <jasonr@gnu.org>
15546         * w32fns.c (IDC_HAND): Define it if system headers don't.
15548 2003-01-21  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
15550         * w32term.h (struct w32_output): New member hand_cursor.
15551         (WM_EMACS_SETCURSOR): New message definition.
15553         * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
15554         function w32_define_cursor.
15555         (note_mouse_highlight): Initialize, setup cursor accoding to mouse
15556         position, change member name output_data.x to output_data.w32 and
15557         add function w32_define_cursor.
15558         (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
15559         and change member name output_data.x to output_data.w32.
15560         (w32_initialize_display_info):
15561         Setup dpyinfo->vertical_scroll_bar_cursor.
15563         * w32fns.c (Vx_hand_shape): New variable.
15564         (w32_wnd_proc): Add message entries for WM_SETCURSOR and
15565         WM_EMACS_SETCURSOR.
15566         (x-create-frame): Setup Cursor types.
15568 2003-01-21  David Ponce  <david@dponce.com>
15570         * w32term.c (w32_encode_char): For DIM=1 charset, set
15571         ccl->reg[2] to -1 before calling ccl_driver.
15572         (Sync. with xterm.c x_encode_char change by Kenichi Handa
15573         <handa@m17n.org> on 2002-09-30.)
15574         (w32_draw_relief_rect): Declare all args.
15575         (w32_define_cursor): New.
15577         * w32fns.c (w32_load_cursor): New function.
15578         (w32_init_class): Use it.
15579         (x_put_x_image): Declare all args.
15581 2003-01-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
15583         * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
15585 2003-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15587         * gtkutil.c: Must include stdio.h before termhooks.h
15589 2003-01-21  Dave Love  <fx@gnu.org>
15591         * alloc.c (Fgc_status): Print zombie list.
15592         (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15593         Fix assignment of zombies.
15594         (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15595         Don't take car of non-cons.
15597         * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15599         * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15601 2003-01-20  David Ponce  <david@dponce.com>
15603         * w32menu.c (digest_single_submenu): Declare all args.
15605         Sync with 2002-12-23  Richard M. Stallman  <rms@gnu.org>
15606         changes in xmenu.c:
15608         (parse_single_submenu): Use individual keymap's prompt
15609         string as pane name, if there is one.
15610         (set_frame_menubar): Save menu_items_n_panes from each call to
15611         parse_single_submenu and use it when calling digest_single_submenu.
15613 2003-01-20  Steven Tamm  <steventamm@mac.com>
15615         * macterm.c (XTread_socket): Check for valid, visible window
15616         before sending a scroll-wheel event.
15618 2003-01-20  Richard M. Stallman  <rms@gnu.org>
15620         * xdisp.c (redisplay_window): If mini window's buffer is not
15621         a minibuffer, then redisplay it like other windows.
15623 2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15625         * gtkutil.c (xg_create_frame_widgets): Check if there is an
15626         external tool bar before setting tool bar height.
15628 2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15630         * xterm.c (handle_one_xevent): Surround popup_activated
15631         with #ifdef:s for non-toolkit version.
15633         * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
15634         (gtkutil.o): New file.
15635         (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
15636         (LIBW): Set to @GTK_LIBS@ if USE_GTK.
15638         * gtkutil.c: New file for GTK version.
15640         * gtkutil.h: New file for GTK version.
15642         * xterm.h: Add xt_or_gtk_widget.
15643         Include gtk files for USE_GTK.
15644         (struct x_output): Add toolbar_height.
15645         (struct x_output): Add GTK widgets and Gdk size_hints.
15646         (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
15647         (FRAME_OUTER_WINDOW): New macros for USE_GTK.
15648         (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
15650         * xterm.c: Include gtkutil.h for USE_GTK.
15651         (free_frame_menubar): Declare extern void for USE_GTK.
15652         (note_mouse_highlight): Check popup_activated for USE_GTK.
15653         (xt_action_hook): Don't compile if USE_GTK.
15654         (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
15655         (xg_scroll_callback): New function.
15656         (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
15657         (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
15658         for USE_GTK.
15659         (x_scroll_bar_create): Call xg_update_scrollbar_pos and
15660         xg_show_scroll_bar for USE_GTK.
15661         (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
15662         (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
15663         (event_handler_gdk): New function for USE_GTK.
15664         (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
15665         (handle_one_xevent): Make sure widget is mapped before
15666         calling x_real_positions for USE_GTK.
15667         (XTread_socket): Add GTK event loop for USE_GTK.
15668         (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
15669         (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
15670         (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
15671         (x_iconify_frame): Add code for USE_GTK.
15672         (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
15673         (x_wm_set_size_hint): Only compile if not USE_GTK.  GTK version
15674         is in gtkutil.c.
15675         (x_term_init): Add initialization for GTK.
15676         (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
15678         * xmenu.c: Include gtkutil.h for USE_GTK.
15679         (Fx_popup_menu): Use current position if x and y is NIL.
15680         (single_menu_item, single_menu_item, Fx_popup_dialog):
15681         Check for USE_GTK.
15682         (popup_widget_loop): New function for USE_GTK.
15683         (x_activate_menubar): Add code for USE_GTK.
15684         (popup_activate_callback, popup_deactivate_callback)
15685         (menu_highlight_callback, menubar_selection_callback):
15686         Add USE_GTK versions.
15687         (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
15688         (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
15689         (free_frame_menubar): Only compile if not USE_GTK.  GTK version
15690         is in gtkutil.c.
15691         (popup_selection_callback): New version for USE_GTK.
15692         (create_and_show_popup_menu): New fuction, one USE_GTK version and
15693         one USE_X_TOOLKIT version.
15694         (xmenu_show): Call create_and_show_popup_menu.
15695         (dialog_selection_callback): New version for USE_GTK.
15696         (create_and_show_dialog): New fuction, one USE_GTK version and
15697         one USE_X_TOOLKIT version.
15698         (xdialog_show): Call create_and_show_dialog.
15700         * xfns.c: Include gtkutil for USE_GTK.
15701         (x_window_to_frame, x_any_window_to_frame)
15702         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
15703         (x_top_window_to_frame): Add code for USE_GTK.
15704         (x_set_background_color): Call xg_set_background_color for GTK.
15705         (x_set_menu_bar_lines): Check for USE_GTK.
15706         (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
15707         (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
15708         (x_window): Call xg_create_frame_widgets for USE_GTK.
15709         (Fx_create_frame): Check for USE_GTK
15710         (Fx_file_dialog): New implementation for USE_GTK.
15712         * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
15713         (update_menu_bar): Add check for USE_GTK.
15714         (update_tool_bar): Add check for USE_GTK and external tool bar.
15715         (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
15716         (redisplay_internal): Add check for USE_GTK and popup_activated.
15717         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
15718         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
15719         (display_menu_bar): Add check for USE_GTK
15721         * lisp.h (Vx_resource_name): Declare extern.
15723         * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
15724         for USE_GTK.
15725         (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
15727         * frame.h (struct frame): Add external_tool_bar.  Check for USE_GTK.
15728         (FRAME_EXTERNAL_TOOL_BAR): New macro.
15729         (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
15731         * fileio.c (Fread_file_name): Add check for USE_GTK.
15733         * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
15734         Add check for USE_GTK.
15736         * config.in: Added HAVE_GTK
15738         * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
15740 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
15742         * charset.h (Funibyte_char_to_multibyte): Export.
15744 2003-01-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15746         * xmenu.c (mouse_position_for_popup): New function.
15747         (Fx_popup_menu): Call mouse_position_for_popup for X and
15748         mouse_position_hook for others.
15750 2003-01-17  Kim F. Storm  <storm@cua.dk>
15752         * editfns.c (Finsert): Mention `string-make-multibyte' and
15753         `string-as-multibyte' in doc string.
15755 2003-01-17  Kenichi Handa  <handa@m17n.org>
15757         * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
15759         * editfns.c (Fformat): Convert an unibyte char argument that is
15760         formatted by "%c" to multibyte if the total result must be a
15761         multibyte string.
15763 2003-01-16  Kim F. Storm  <storm@cua.dk>
15765         * process.c (set-process-filter): Document unibyte/multibyte-ness
15766         of string argument.
15768 2003-01-16  Kenichi Handa  <handa@m17n.org>
15770         * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
15772         * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
15773         (re_search_2): Likewise.
15775 2003-01-15  Kenichi Handa  <handa@m17n.org>
15777         * xdisp.c (message_dolog): Fix bug of the case that *Message*
15778         buffer is unibyte.
15780 2003-01-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15782         * fns.c (Fsubstring): Clarify doc string.
15784         * textprop.c (Ftext_properties_at, Fnext_char_property_change)
15785         (Fprevious_char_property_change)
15786         (Fnext_single_char_property_change)
15787         (Fprevious_single_char_property_change, Fnext_property_change)
15788         (Fnext_single_property_change, Fprevious_property_change)
15789         (Fprevious_single_property_change, Fadd_text_properties)
15790         (Fput_text_property, Fset_text_properties)
15791         (Fremove_text_properties, Fremove_list_of_text_properties)
15792         (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
15794 2003-01-14  Kim F. Storm  <storm@cua.dk>
15796         * process.h (struct Lisp_Process): New member plist replaces old
15797         member private_vars.  All uses changed.
15799         * process.c: Reworked 2003-01-12 change -- call a plist a plist!
15800         (QCplist): Rename from QCvars.  Change all uses.
15801         (Fprocess_plist): Replaces Fprocess_variable.  Simplified.
15802         (Fset_process_plist): Replaces Fset_process_variable.  Simplify.
15803         (syms_of_process): Intern, staticpro, defsubr these.
15804         (Fmake_network_process): Describe :plist arg.  Remove :vars arg.
15806 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15808         * m/delta.h: Remove (obsolete).
15810 2003-01-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15812         * fileio.c (Fdelete_directory, Fdelete_file): Document the
15813         behaviour in front of symlinks.
15814         (Fdelete_file): Raise an error on directories.
15816 2003-01-13  Dave Love  <fx@gnu.org>
15818         * fns.c (Freverse): Use QUIT.
15820 2003-01-13  Richard M. Stallman  <rms@gnu.org>
15822         * minibuf.c (minibuffer_completion_contents):
15823         Error if point is inside prompt.
15825         * keyboard.c (command_loop_1): Don't redisplay directly
15826         if there's a post-command-hook.
15828         * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
15829         (Fdo_auto_save): Add gcpros around Ffile_name_directory.
15831 2003-01-12  Kim F. Storm  <storm@cua.dk>
15833         * process.h (struct Lisp_Process): New member private_vars.
15835         * process.c (QCvars): New variable.
15836         (syms_of_process): Intern and staticpro it.
15837         (Fset_process_contact): Removed function.
15838         (Fprocess_variable, Fset_process_variable): New functions.
15839         (syms_of_process): Defsubr them.
15840         (Fstart_process): Initialize private_vars plist to nil.
15841         (Fmake_network_process): New arg :vars to setup the private
15842         variables for new network process.
15843         (server_accept_connection): Copy server's private variables to
15844         client process.
15846         * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
15847         crashes).  Code rewritten and simplified.  Now directly aligns the
15848         pointer and recalculates pure_bytes_used, rather than aligning the
15849         size and adjusting the pointer.
15851 2003-01-11  Kim F. Storm  <storm@cua.dk>
15853         * process.c (Fset_process_contact): New function.
15854         (syms_of_process): defsubr it.
15855         (make-network-process): Update doc.
15857 2003-01-10  Andreas Schwab  <schwab@suse.de>
15859         * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
15860         Reported by Berthold Gunreben <b.gunreben@web.de>.
15862 2003-01-10  Dave Love  <fx@gnu.org>
15864         * composite.c (syms_of_composite): Make composition_hash_table weak.
15866 2003-01-09  Kim F. Storm  <storm@cua.dk>
15868         * process.c (Fmake_network_process): Convert new port number
15869         to host byte order for `:service t' case.  From Mario Lang.
15871 2003-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15873         * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
15874         instead of XtAppProcessEvent.
15876         * xterm.c (handle_one_xevent): New function.
15877         (x_dispatch_event): New function.
15878         (XTread_socket): Call handle_one_xevent.
15880         * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
15882         * xmenu.c (Fx_popup_menu): If popping up at mouse position,
15883         call XQueryPointer to get coordinates.
15884         (popup_get_selection): Do not set popup_activated_flag to zero,
15885         let popup_deactivate_callback do that.  Needed for Motif.
15886         Call x_dispatch_event instead of XtDispatchEvent.
15887         (xmenu_show): Calculate root coordinate from frame top/left position.
15889 2003-01-08  Kim F. Storm  <storm@cua.dk>
15891         * process.c (server_accept_connection): Fix recording of new
15892         connection's local address in :local property of contact info.
15893         (Fmake_network_process): Record local network address for new
15894         client processes in :local property of contact info.
15895         (format-network-address): Add arg OMIT-PORT.  Change callers.
15897 2003-01-07  Dave Love  <fx@gnu.org>
15899         * Makefile.in (fns.o): Depend on coding.h.
15901 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
15903         * minibuf.c (Fread_variable): Doc fix.
15905         * eval.c (Fuser_variable_p): Doc change.  For custom variables,
15906         use the same test as for custom-variable-p.
15908 2003-01-05  Richard M. Stallman  <rms@gnu.org>
15910         * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
15911         Count LAST_LINE_MISFIT in scroll margin for end of window.
15912         Move label too_near_end before setting SCROLL_MARGIN_POS.
15913         Set LAST_LINE_MISFIT before jumping there.
15915         * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
15916         scroll_conservatively case.  If scrolling that much doesn't change
15917         STARTP, move it down one line.
15919         * xdisp.c (redisplay_window): Pass last_line_misfit arg to
15920         try_scrolling.  Make it 1 after make_cursor_line_fully_visible fails.
15922         * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
15923         selected frame.
15925         * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
15926         (syms_of_keymap): Staticpro them.
15927         (Fapropos_internal): Initialize them and clear them out.
15928         Don't GCPRO them.
15930         * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
15931         Doc fixes.
15933         * lisp.h: New misc type Lisp_Save_Value.
15934         (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
15935         (XSAVE_VALUE): New macro.
15936         (struct Lisp_Save_Value): New data type.
15937         (union Lisp_Misc): Add u_save_value alternative.
15938         (make_save_value): Declare.
15940         * alloc.c (make_save_value): New function.
15942         * xterm.c (x_catch_errors): Save dpy using make_save_value.
15943         (x_catch_errors_unwind): Call XSync.
15945 2003-01-01  Richard M. Stallman  <rms@gnu.org>
15947         * window.c (window_scroll_pixel_based): Partially undo last change.
15949         * keyboard.c (command_loop_1): Call adjust_point_for_property
15950         in direct action cases for Qforward_char and Qbackward_char.
15951         Set already_adjusted so it won't be done twice.
15953 2002-12-30  Richard Dawe  <rich@phekda.freeserve.co.uk>
15955         * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
15956         type definition of size_t.
15958 2003-01-02  Steven Tamm  <steventamm@mac.com>
15960         * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
15961         distinguish Carbon GUI builds from X11 builds on darwin.
15963 2002-12-30  Steven Tamm  <steventamm@mac.com>
15965         * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
15966         to default to t.
15968 2002-12-29  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15970         * data.c (Fstring_to_number, Fminus): Better English in doc strings.
15972 2002-12-28  Steven Tamm  <steventamm@mac.com>
15974         * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
15975         allow building in a different directory than source.  Uses some
15976         GNU Make extensions, but there is no other make on Mac OS X.
15978 2002-12-26  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15980         * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
15981         (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
15982         (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
15983         (Fstring_to_number): Mention the returned value in the doc strings.
15985 2002-12-23  Richard M. Stallman  <rms@gnu.org>
15987         * buffer.c (syms_of_buffer) <scroll-up-aggressively>
15988         <scroll-down-aggressively>: Doc fix.
15990         * xmenu.c (parse_single_submenu): Use individual keymap's prompt
15991         string as pane name, if there is one.
15992         (set_frame_menubar): Save menu_items_n_panes from each call to
15993         parse_single_submenu and use it when calling digest_single_submenu.
15995         * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
15996         Don't try to make last line fully visible if it is past end of window.
15998 2002-12-22  Steven Tamm  <steventamm@mac.com>
16000         * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
16001         (mac_menu_show): Add support for hierarchical popup menus.
16002         (add_menu_item): Remove indentation support.
16003         (fill_submenu, fill_menu): Create hierarchical menus
16004         instead of using indentation.
16006 2002-12-22  Richard M. Stallman  <rms@gnu.org>
16008         * xdisp.c (try_cursor_movement): Don't call try_window here.
16009         (redisplay_window): Never redisplay minibuffer when inactive.
16011         * window.c (select_window_1): Undo 9/21 change.
16013 2002-12-22  Steven Tamm  <steventamm@mac.com>
16015         * macterm.c (XTread_socket): Call KeyTranslate for control and
16016         meta to deal correctly shifted non-alpha characters, like C-S-5
16017         being treated like C-%.  Do not look for shift key to deal
16018         with masking off control-key with mac-reverse-ctrl-meta.
16020 2002-12-21  Richard M. Stallman  <rms@gnu.org>
16022         * xmenu.c (popup_get_selection): Now static.  New arg DO_TIMERS.
16023         If it is non-nil, run timers.  Use an unwind-protect to requeue
16024         the events that were read ahead.
16025         (popup_get_selection_unwind): New subroutine.
16026         (popup_get_selection_queue): File-scope variable now holds that queue.
16027         (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
16028         (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
16029         Use an unwind-protect to pop down the dialog box.
16030         (xdialog_show_unwind): New subroutine implements that.
16032         * xdisp.c (row_containing_pos): Change exit test using last_y.
16033         (try_window_id): Abort if row_containing_pos returns null.
16035         * lread.c (load_error_handler): New function.
16036         (Fload): Handle errors in Fsubstitute_in_file_name.
16037         Don't expect Fsignal to return.
16039         * eval.c: Errors and throws work right with interrupt blocking.
16040         (struct catchtag): New elt interrupt_input_blocked.
16041         (unwind_to_catch): Restore interrupt_input_blocked from saved value.
16042         (internal_catch, Fcondition_case, internal_condition_case)
16043         (internal_condition_case_1, internal_condition_case_2): Save it.
16044         (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
16046         * editfns.c (Fformat): Add parens.
16048         * dired.c (file_name_completion): Fix that change.
16049         Delete special quit-handling code; just use QUIT.
16051 2002-12-21  Tak Ota  <Takaaki.Ota@am.sony.com>
16053         * dired.c (file_name_completion): Close directory on error
16054         just as in directory_files_internal.
16056 2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
16058         * window.c (Fset_window_configuration): Set old_point to correct
16059         value when new_current_buffer == current_buffer.
16061 2002-12-17  Ben Key  <bkey1@tampabay.rr.com>
16063         Revisited my earlier fix for the following entry in etc/PROBLEMS:
16064         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
16065         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
16067         These changes were in part based upon suggestions made by Peter
16068         'Luna' Runestig [peter@runestig.com].
16070         * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
16071         (g_b_init_get_token_information, g_b_init_lookup_account_sid)
16072         (g_b_init_get_sid_identifier_authority ): Add several static
16073         global variables.
16075         * w32.c (globals_of_w32): New function.  Used to initialize those
16076         global variables that must always be initialized on startup even
16077         when the global variable initialized is non zero.  Its primary
16078         purpose at this time is to set the global variables
16079         g_b_init_is_windows_9x, g_b_init_open_process_token,
16080         g_b_init_get_token_information, g_b_init_lookup_account_sid, and
16081         g_b_init_get_sid_identifier_authority to 0 on startup.
16082         Called from main.
16084         * w32.c (is_windows_9x): Perform initialization only if
16085         g_b_init_is_windows_9x is equal to 0.  On initialization set
16086         g_b_init_is_windows_9x equal to 1.
16088         * w32.c (open_process_token): Perform initialization only if
16089         g_b_init_open_process_token is equal to 0.  On initialization set
16090         g_b_init_open_process_token equal to 1.
16092         * w32.c (get_token_information): Perform initialization only if
16093         g_b_init_get_token_information is equal to 0.  On initialization
16094         set g_b_init_get_token_information equal to 1.
16096         * w32.c (lookup_account_sid): Perform initialization only if
16097         g_b_init_lookup_account_sid is equal to 0.  On initialization
16098         set g_b_init_lookup_account_sid equal to 1.
16100         * w32.c (get_sid_identifier_authority): Perform initialization
16101         only if g_b_init_get_sid_identifier_authority is equal to 0.
16102         On initialization set g_b_init_get_sid_identifier_authority equal to 1.
16104         * w32fns.c (globals_of_w32fns): New function.  Used to initialize
16105         those global variables that must always be initialized on startup
16106         even when the global variable initialized is non zero.
16107         Its primary purpose at this time is to initialize the global variable
16108         track_mouse_event_fn.
16110         * w32fns.c (w32_wnd_proc): Remove initialization of
16111         track_mouse_event_fn from the handler for the WM_SETFOCUS message.
16113         * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
16115         * w32menu.c (globals_of_w32menu): New function.  Used to
16116         initialize those global variables that must always be initialized
16117         on startup even when the global variable initialized is non zero.
16118         Its primary purpose at this time is to initialize the global
16119         variables get_menu_item_info and set_menu_item_info.
16121         * w32menu.c (initialize_frame_menubar): Remove initialization of
16122         get_menu_item_info and set_menu_item_info.
16124         * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
16126         * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
16127         Declare them.
16129         * emacs.c (main): Call globals_of_w32 prior to calling
16130         init_environment if WINDOWSNT is defined.  Call globals_of_w32fns
16131         and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
16132         is defined.
16134         * w32term.c (x_update_window_begin): Fix Windows API error
16135         detected by BoundsChecker.  Test to determine if
16136         w32_system_caret_hwnd is NULL prior to attempting to use
16137         SendMessage to send the WM_EMACS_HIDE_CARET message to it.
16139         * w32term.c (x_update_window_end): Fix Windows API error
16140         detected by BoundsChecker.  Test to determine if
16141         w32_system_caret_hwnd is NULL prior to attempting to use
16142         SendMessage to send the WM_EMACS_SHOW_CARET message to it.
16144 2002-12-17  Kenichi Handa  <handa@m17n.org>
16146         * coding.c (coding_system_require_warning): New variable.
16147         (syms_of_coding): DEFVAR it.
16149         * coding.h (coding_system_require_warning): Extern it.
16151         * fileio.c (choose_write_coding_system): Even if
16152         Vcoding_system_for_write is non-nil, if
16153         coding_system_require_warning is nonzero, call
16154         Vselect_safe_coding_system_function.
16156 2002-12-17  Markus Rost  <rost@math.ohio-state.edu>
16158         * Makefile.in (lisp, shortlisp): Add cus-face and timer.
16159         (lisp): Add font-core.
16161 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
16163         * textprop.c (text_read_only): New arg `propval'.
16164         (get_char_property_and_overlay): Remove unused var `next_overlay'.
16165         (verify_interval_modification): Use text_read_only's new arg.
16167 2002-12-13  Kenichi Handa  <handa@m17n.org>
16169         * coding.c (Funencodable_char_position): Set pend correctly.
16171 2002-12-12  Jason Rumney  <jasonr@gnu.org>
16173         * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
16174         (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
16175         Be more careful about when help_events are generated.
16177 2002-12-12  Steven Tamm  <steventamm@mac.com>
16179         * macterm.c (mac_check_for_quit_char): Correctly set the
16180         modifiers of the event to 0.
16181         * mac.c (sys_select): Duplicate rfds before calling select to
16182         ensure that rfds survive the while loop.
16184 2002-12-11  Kim F. Storm  <storm@cua.dk>
16186         * xdisp.c (try_window_id): Don't call set_cursor_from_row if
16187         row_containing_pos returned NULL.
16189 2002-12-10  Steven Tamm  <steventamm@mac.com>
16191         * mac.c (sys_read): Fix sys_read to not call select if IO is
16192         non-blocking.
16193         (sys_select): Fix sys_select to not use a timeout larger than
16194         the one given.
16196 2002-12-10  Juanma Barranquero  <lektu@terra.es>
16198         * editfns.c (Fformat): Use alloca, not _alloca.
16200 2002-12-09  Richard M. Stallman  <rms@gnu.org>
16202         * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
16203         as the last thing.
16205 2002-12-09  Dave Love  <fx@gnu.org>
16207         * s/sol2-8.h: Removed.  (Not necessary.)
16209 2002-12-09  Matthew Swift  <swift@alum.mit.edu>
16211         * editfns.c (Fformat): Handle precision in string conversion
16212         specifiers like libc functions do (ie, print at most that many
16213         characters).
16215 2002-12-08  Richard M. Stallman  <rms@gnu.org>
16217         * xdisp.c (row_containing_pos): Check more carefully
16218         whether charpos is really in the row before returning it.
16220 2002-12-07  Steven Tamm  <steventamm@mac.com>
16222         * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
16224         * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
16225         each stack frame.  This may change as it could be time consuming.
16227         * macterm.c (mac_check_for_quit_char, quit_char_comp)
16228         (init_quit_char_handler, mac_determine_quit_char_modifiers)
16229         (mac_initialize): Add code to check for pressing of quit_char
16230         in the OS event queue.
16232         * mac.c (sys_select): Call mac_check_for_quit_char every second
16233         while blocking on select.
16235         * mac.c (sys_read): Use sys_select to test for input first
16236         before calling read, to allow C-g to break.
16238 2002-12-07  Richard M. Stallman  <rms@gnu.org>
16240         * minibuf.c (Fcompleting_read): Doc fix.
16242         * lread.c (syms_of_lread) <load-history>: Doc fix.
16244         * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
16246         * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
16247         autoload.
16249         * data.c (Fdefalias): Record in load-history redefining an autoload.
16251         * alloca.c: Undo ifdef change accidentally made on 12-04.
16253 2002-12-06  Francesco Potorti`  <pot@gnu.org>
16255         * xfns.c (png_load): Avoid double gamma correction for PNG images.
16257 2002-12-04  Richard M. Stallman  <rms@gnu.org>
16259         * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
16261         * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
16263         * alloca.c: Don't use #error.
16265 2002-12-03  Dave Love  <fx@gnu.org>
16267         * buffer.c (Qucs_set_table_for_input): New.
16268         (Fget_buffer_create): Use it.
16269         (Qset_buffer_major_mode_hook): Deleted.
16270         (Fset_buffer_major_mode): Revert previous change.
16271         (init_buffer_once): Intern ucs-set-table-for-input.
16272         (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
16273         Add &Qucs_set_table_for_input.
16275 2002-12-03  Andreas Schwab  <schwab@suse.de>
16277         * callint.c (Fcall_interactively): Use next_event only if less
16278         than key_count.
16280 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
16282         * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
16283         names to 255 characters.
16285         * macterm.c (XTread_socket): If all frames have been collapsed,
16286         expand the first one before handling drag-and-drop events.
16288         * s/darwin.h (GETPGRP_NO_ARG): Delete.  Replaced by GETPGRP_VOID,
16289         which is detected by autoconf.
16291 2002-12-01  Steven Tamm  <steventamm@mac.com>
16293         * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
16294         offset in two hints table to allow prebinding to be redone and
16295         allow the executable to be stripped.
16297 2002-11-29  Dave Love  <fx@gnu.org>
16299         * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
16300         already provided.
16302 2002-11-29  Richard M. Stallman  <rms@gnu.org>
16304         * xdisp.c (start_display): Check more intelligently for
16305         whether the line is continued.
16306         (move_it_vertically_backward): Clear it->continuation_lines_width.
16308 2002-11-28  Dave Love  <fx@gnu.org>
16310         * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
16311         * s/alliant.h, s/altos.h: Deleted.  (Unused/empty.)
16313 2002-11-27  Steven Tamm  <steventamm@mac.com>
16315         * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
16316         more descriptive error output from lread.c:Fload upon most require
16317         cycles during boostrapping.
16319 2002-11-27  Jason Rumney  <jasonr@gnu.org>
16321         * fileio.c (Finsert_file_contents): Give a more appropriate error
16322         for files bigger than 2Gb when off_t is 32 bit.
16324         * dired.c (Ffile_attributes): Don't return negative file sizes for
16325         files bigger than 2Gb when off_t is 32 bit.
16327 2002-11-27  Dave Love  <fx@gnu.org>
16329         * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
16331         * systty.h: Don't conditionally define GETPGRP_NO_ARG.
16332         Test GETPGRP_VOID instead.
16333         [BSD_TERMIOS]: Remove definitions (never used).
16335         * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
16336         Don't define.
16337         (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
16339         * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
16341 2002-11-25  Jason Rumney  <jasonr@gnu.org>
16343         * w32.c (sys_write): Avoid non-blocking mode, which is not fully
16344         supported.
16346 2002-11-25  Dave Love  <fx@gnu.org>
16348         * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
16350         * Makefile.in (TEMACS_LDFLAGS): Update last change.
16352 2002-11-25  Andreas Schwab  <schwab@suse.de>
16354         * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
16356 2002-11-24  Steven Tamm  <steventamm@mac.com>
16358         * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
16359         determine the size of pointers alloced in unexed space instead
16360         of using possibly invalid emacs_zone pointers.  This fixes the
16361         binary incompatibility problems caused by updates to libSystem.B.
16363 2002-11-24  Richard M. Stallman  <rms@gnu.org>
16365         * search.c (Fstring_match): Doc fix.
16367         * callint.c (Fcall_interactively): If a command fails because
16368         `*' detects a read-only buffer, but RECORD_FLAG is set,
16369         record it anyway if the args don't actually do tty input.
16371 2002-11-22  Dave Love  <fx@gnu.org>
16373         * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
16375         * keyboard.c (interrupt_signal): Provide forward declaration.
16376         (kbd_buffer_store_event): Don't declare interrupt_signal.
16378         * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
16380 2002-11-21  Richard M. Stallman  <rms@gnu.org>
16382         * eval.c (interactive_p): Skip any number of bytecode
16383         and special form frames, in any order.
16385 2002-11-20  Jason Rumney  <jasonr@gnu.org>
16387         * w32fns.c (convert_mono_to_color_image): New function.
16388         (xbm_load, xbm_load_image): Use it when foreground or background
16389         is explicitly set.
16391 2002-11-19  Dave Love  <fx@gnu.org>
16393         * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
16395 2002-11-18  Jason Rumney  <jasonr@gnu.org>
16397         * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
16398         (XPutPixel): Swap blue and red.
16399         (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
16400         (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
16401         (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
16402         (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
16404 2002-11-18  Dave Love  <fx@gnu.org>
16406         * m/orion105.h (HAVE_ALLOCA): Don't define.
16408         * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
16410         * m/intel386.h: Don't include alloca.h or define alloca.
16412         * m/ia64.h: Don't include alloca.h, stdlib.h.  Don't declare
16413         malloc, realloc, calloc.
16415         * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
16416         (bcmp): Don't define.
16418         * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
16420         * m/amdahl.h: Don't define LIB_STANDARD.
16422         * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
16424         * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
16426         * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
16427         Don't include alloca.h.
16429         * s/aix3-2.h (HAVE_FSYNC): Don't define.
16431         * regex.c (_GNU_SOURCE): Don't define.
16433         * process.c (_GNU_SOURCE): Don't define.
16435         * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
16437 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
16439         * s/sol2-8.h: Include sol2-6.h.
16441 2002-11-18  Miles Bader  <miles@gnu.org>
16443         * dispextern.h (struct face): Add `overstrike' field.
16444         * xterm.c (x_draw_glyph_string_foreground)
16445         (x_draw_composite_glyph_string_foreground): Implement overstriking.
16446         * xfaces.c (load_face_font): Set `face->overstrike' based on
16447         result from choose_face_font.
16448         (best_matching_font, choose_face_font): Add `needs_overstrike'
16449         argument, and use it to return whether overstriking is desirable
16450         for this face/font combo.
16451         (set_font_frame_param: Pass new argument to choose_face_font.
16453 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
16455         This change is my fix for the following entry in etc/PROBLEMS:
16456         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
16457         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
16459         * w32.c: Added wrapper functions around the win32 API functions
16460         OpenProcessToken, GetTokenInformation, LookupAccountSid, and
16461         GetSidIdentifierAuthority.  These wrapper functions serve two
16462         purposes:
16463         1.  They ensure that the wrapped function can never be called
16464         when Emacs is running on an operating system on which they are
16465         not supported (Microsoft Windows 95 / 98 / ME).
16466         2.  They call the wrapped functions via function pointers rather
16467         than calling them directly.  This avoids taking advantage of the
16468         undocumented fact that although these functions are not supported
16469         in the 9x branch of Microsoft Windows, the functions do exist in
16470         the version of advapi32.dll that is found in the 9x branch of
16471         Microsoft Windows.
16473         * w32.c (init_user_info): Replace the calls to the win32 API
16474         functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
16475         and GetSidIdentifierAuthority with calls to the newly added
16476         wrapper functions.
16478         * w32.h: Added extern declarations for the following functions:
16479         syms_of_w32term, syms_of_w32fns, syms_of_w32select,
16480         syms_of_w32menu, and void syms_of_fontset.
16482         * w32fns.c (w32_wnd_proc): Add code to reinitialize the
16483         function pointer track_mouse_event_fn in the handler for the
16484         WM_SETFOCUS message.
16486         * w32menu.c (initialize_frame_menubar): Add code to
16487         reinitialize the function pointers set_menu_item_info and
16488         get_menu_item_info.
16490 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
16492         * sound.c: Added a partial implementation of play-sound-internal
16493         for Microsoft Windows.  Added various #ifdef / #else / #endif
16494         code blocks to separate the code that will compile under
16495         Microsoft Windows from the code that is specific to GNU/Linux.
16496         Moved several blocks of code around to make this separation of code
16497         into Windows compatible and GNU/Linux compatible code blocks easier.
16499         * makefile.w32-in: Include sound.c and link with WinMM.lib.
16501         * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
16502         added support for play-sound-internal under Windows would be
16503         included in the build of Emacs.
16505 2002-11-16  Jason Rumney  <jasonr@gnu.org>
16507         * w32fns.c (w32_load_system_font): Don't disable Cleartype.
16509         * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
16511 2002-11-15  Stefan Monnier  <monnier@cs.yale.edu>
16513         * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
16514         (adjust_point_for_property): Move out of display and invisible even if
16515         we were already inside before (in case a property was added while
16516         we weren't looking).  Be more careful when handling invisible props.
16517         Skip invisible text as if it really wasn't there at all.
16519 2002-11-15  Jason Rumney  <jasonr@gnu.org>
16521         * w32term.c (x_draw_image_foreground)
16522         (w32_draw_image_foreground_1): Use standard copy and invert
16523         operations to draw images.
16525         * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
16526         depth of 1.
16527         (xbm_read_bitmap_data): Invert bits as xbm is read in.
16528         (XPutPixel): Don't invert bits here.
16530 2002-11-15  Jason Rumney  <jasonr@gnu.org>
16532         * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
16533         (w32_draw_image_foreground_1): Handle image masks.
16534         (x_draw_image_glyph_string): Don't BitBlt transparently.
16536         * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
16537         (x_from_xcolors): Adjust RGB values for W32.
16538         (image_background, image_background_transparent)
16539         (postprocess_image, x_to_xcolors, x_disable_image)
16540         (x_build_heuristic_mask): Adapt for W32 and enable.
16541         (x_create_x_image_and_pixmap): Mark images with palettes as such.
16542         (xbm_load): Remove unused variable.
16544 2002-11-14  Richard M. Stallman  <rms@gnu.org>
16546         * buffer.c (syms_of_buffer): Doc fix.
16548 2002-11-14  Dave Love  <fx@gnu.org>
16550         * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
16552         * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
16553         * xmenu.c (unuse_menu_items, digest_single_submenu):
16554         * xfns.c (x_put_x_image):
16555         * xdisp.c (message2_nolog, set_message):
16556         * undo.c (record_point):
16557         * terminfo.c (tparam):
16558         * syntax.c (scan_sexps_forward):
16559         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16560         * composite.c (update_compositions):
16561         * cm.c (calccost, cmgoto):
16562         * charset.c (c_string_width): Declare all args (per C99).
16564         * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
16566         * lisp.h (get_specified_cursor_type, get_window_cursor_type):
16567         Don't declare.
16569         * emacs.c (main) [!VMS]: Avoid third arg.
16571         * fns.c (Fcopy_sequence): Doc fix.
16572         (Fmap_char_table): Cast `call2'.
16574 2002-11-14  Francesco Potorti`  <pot@gnu.org>
16576         * s/sol2-8.h: New file.
16578 2002-11-14  Kim F. Storm  <storm@cua.dk>
16580         * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
16581         dependency on `risky-local-variable' and the :propertize form.
16583 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
16585         * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
16587         * syntax.c (scan_sexps_forward): Undo last patch.
16588         Use a more obvious fix: check eob before updating the syntax table.
16590 2002-11-09  Stefan Monnier  <monnier@cs.yale.edu>
16592         * syntax.c (scan_sexps_forward): Update syntax table before reading
16593         a char rather than after so we don't update the table past eob.
16595 2002-11-09  Dave Love  <fx@gnu.org>
16597         * buffer.c (Fset_buffer_major_mode): Fix last change.
16599         * regex.c (regexec): Fix pmatch declaration.
16601         * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
16603         * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
16604         to self-inserting characters.
16605         (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
16607         * coding.c (Vtranslation_table_for_input): New.
16608         (syms_of_coding): DEFVAR it.
16610 2002-11-08  Juanma Barranquero  <lektu@terra.es>
16612         * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
16613         window.
16615 2002-11-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16617         * process.c (Fformat_network_address): Remove unused locals p,
16618         cp, and i.
16620 2002-11-06  Dave Love  <fx@gnu.org>
16622         * buffer.c (Qset_buffer_major_mode_hook): New.
16623         (Fset_buffer_major_mode): Use it.
16625 2002-11-06  Richard M. Stallman  <rms@gnu.org>
16627         * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
16628         and stop_polling.
16630         * process.c (wait_reading_process_input):
16631         Test POLLING_PROBLEM_IN_SELECT, not hpux.
16632         Avoid initialization for auto Lisp_Object var.
16634         * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
16636         * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
16638 2002-11-05  Richard M. Stallman  <rms@gnu.org>
16640         * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
16642         * callint.c (Fcall_interactively): New local filter_specs.
16643         (Fcall_interactively): Check for progn as well as let.
16644         Add a gcpro.
16645         (Qprogn): New variable.
16646         (syms_of_callint): Staticpro and init Qprogn.
16648 2002-11-04  John Paul Wallington  <jpw@shootybangbang.com>
16650         * lread.c (Feval_buffer): Doc fix.
16652 2002-11-04  Dave Love  <fx@gnu.org>
16654         * keyboard.c (read_char): Always translate iff
16655         Vkeyboard_translate_table is a char table and c is valid.
16657         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16658         and fix C types.
16660 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16662         * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
16664         * editfns.c (get_pos_property): Don't hardcode Qfield.
16666         * keyboard.c (adjust_point_for_property): Handle `display' prop on
16667         overlays.  Also handle `invisible' prop.
16669 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
16671         * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
16672         (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
16674 2002-11-01  Andreas Schwab  <schwab@suse.de>
16676         * editfns.c (Fmessage): Revert last change to properly handle %%.
16678 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16680         * xmenu.c (unuse_menu_items): New fun.
16681         (menu_items_inuse): New var.
16682         (syms_of_xmenu): Initialize it.
16683         (init_menu_items): Use it to detect re-entrance.
16684         (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
16685         (Fx_popup_menu): Remove spurious XSETFRAME.
16687         * editfns.c (find_field): Make an exception for nil fields.
16689 2002-11-01  Dave Love  <fx@gnu.org>
16691         * m/gec63.h: Deleted.
16693 2002-10-31  Dave Love  <fx@gnu.org>
16695         * xterm.c (XTread_socket): Fix last change.
16696         (xaw_scroll_callback): Cast call_data to long to avoid warning.
16698 2002-10-31  Stefan Monnier  <monnier@cs.yale.edu>
16700         * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
16702 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
16704         * editfns.c (overlays_around, get_pos_property): New funs.
16705         (find_field): Use them.
16706         Also be careful not to modify POS before its last use.
16707         (Fmessage): Don't Fformat if there's nothing to format.
16709 2002-10-30  Dave Love  <fx@gnu.org>
16711         * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
16712         [HAVE_PTY_H]; Include pty.h.
16714         * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
16716         * xterm.c (Qeql): Declare.
16717         (Vx_keysym_table): New.
16718         (syms_of_xterm): Initialize it.
16719         (XTread_socket): Use it.  Deal with ASCII keysyms.
16720         (XSetIMValues) [HAVE_X11R6]: Prototype.
16722         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
16723         (lispy_kana_keys): Comment out.
16724         (make_lispy_event) [XK_kana_A]: Comment out.
16725         (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
16726         Fix sprintf call.
16728         * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
16729         regexp.h change).
16730         (TERMINFO, LIBS_TERMCAP): Define.
16732         * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
16733         (bcmp): Define conditional on HAVE_BCMP.
16734         (NO_SIOCTL_H): Don't define.
16735         (TIOCSIGSEND): Don't make conditional on IRIX6.
16737         * s/sol2-5.h: Don't include strings.h.
16738         (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
16740         * s/irix6-0.h (IRIX6): Don't define.
16741         (bcopy, bcmp, bzero): Don't undef.
16743         * s/irix6-5.h: Don't include strings.h.
16744         (IRIX6): Don't define.
16745         (bcopy, bcmp, bzero): Don't undef.
16747         * syntax.c (Fforward_comment): Doc fix.
16749 2002-10-29  Kim F. Storm  <storm@cua.dk>
16751         * process.c (Fsignal_process): Allow PROCESS to be specified by
16752         name in addition to pid (as integer or string).
16754 2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)
16756         * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
16757         environments.
16759 2002-10-27  Kim F. Storm  <storm@cua.dk>
16761         * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
16763         * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
16765         * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
16767         * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
16769 2002-10-26  Richard M. Stallman  <rms@gnu.org>
16771         * editfns.c (Fformat): Detect invalid format letters for floats.
16773 2002-10-25  Kenichi Handa  <handa@m17n.org>
16775         * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
16776         (x_set_title): Likewise.
16778 2002-10-25  Juanma Barranquero  <lektu@terra.es>
16780         * macgui.h:
16781         * w32gui.h: Remove definition of XColor.
16783         * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
16785 2002-10-24  Kim F. Storm  <storm@cua.dk>
16787         * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
16788         Callers changed (supply dummy arg).
16790         * lisp.h (get_window_cursor_type): Update prototype.
16792         * w32term.c (x_display_and_set_cursor): Get active_cursor from
16793         get_window_cursor_type to track system caret.
16795 2002-10-24  Kim F. Storm  <storm@cua.dk>
16797         * process.c (Fformat_network_address): New function.
16798         (syms_of_process): Defsubr it.
16799         (list_processes_1): Use it to format :local/:remote address if
16800         service/host is not set; before Emacs would crash in that case.
16801         (Fmake_network_process): Don't use Ffind_operation_coding_system
16802         to setup coding system if host or service is not set.
16804 2002-10-23  Juanma Barranquero  <lektu@terra.es>
16806         Patch suggested by Jay Finger <jay_finger@hotmail.com>.
16808         * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
16809         COLORREF.
16811         * macgui.h:
16812         * w32gui.h: Add definition of XColor.
16814         * macfns.c:
16815         * w32fns.c:
16816         * xfaces.c: Remove definition of XColor.
16818 2002-10-22  Stefan Monnier  <monnier@cs.yale.edu>
16820         * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
16822         * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
16823         Only ignore truly dedicated windows.  For UNSHOW_BUFFER, delete the
16824         window if it is dedicated.
16825         (Fshrink_window): Add preserve_before as was done for enlarge_window.
16826         (Vspecial_display_function): Update docstring.
16828         * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
16829         (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
16830         (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
16832 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
16834         * casefiddle.c (casify_region): Don't treat a prefix char as part
16835         of a word when at the beginning.
16837 2002-10-17  Juanma Barranquero  <lektu@terra.es>
16839         * lread.c (syms_of_lread): Fix typos.
16841 2002-10-17  Dave Love  <fx@gnu.org>
16843         * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
16845 2002-10-16  Richard M. Stallman  <rms@gnu.org>
16847         * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
16849 2002-10-14  Juanma Barranquero  <lektu@terra.es>
16851         * w16select.c (syms_of_win16select): Fix docstring for
16852         `selection-coding-system'.
16854         * w32select.c (syms_of_w32select): Likewise.
16856 2002-10-14  Stefan Monnier  <monnier@cs.yale.edu>
16858         * syntax.c (scan_lists): Don't get fooled by a symbol ending with
16859         a backslash-quoted char.
16860         (scan_lists, scan_sexps_forward): Pacify the compiler.
16862 2002-10-13  Richard M. Stallman  <rms@gnu.org>
16864         * window.c (window_scroll): Set immediate_quit.
16866         * print.c (print): When backquote form is the car of a list,
16867         output in old style.  Use old_backquote_output to output all
16868         comma forms inside it in old style too.
16870         * buffer.h (struct buffer): Move `undo_list' down below `name'.
16872 2002-10-11  Markus Rost  <rost@math.ohio-state.edu>
16874         * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
16875         batch mode).
16877         * lread.c (Fload): Doc fix (load-suffixes).
16879 2002-10-10  Steven Tamm  <steventamm@mac.com>
16881         * macterm.c (syms_of_macterm, mac_get_mouse_btn):
16882         Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
16883         Also switch the default to Qnil from Qt.
16885 2002-10-08  Kenichi Handa  <handa@m17n.org>
16887         * coding.c (code_convert_region): When we need more GAP for
16888         conversion, pay attention to the case that coding->produced is not
16889         greater than coding->consumed.
16891 2002-10-07  Richard M. Stallman  <rms@gnu.org>
16893         * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
16895 2002-10-06  Andrew Choi  <akochoi@shaw.ca>
16897         * macmenu.c (mac_menu_show): Add j to count menu items; match
16898         menu_item_selection to it to find selected item.
16900 2002-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16902         * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
16903         cases.  The correct fix is to pass ReparentNotify to Xt.
16904         The shell widget interprets ConfigureNotify differently depending
16905         on if it has been reparented or not.
16907 2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
16909         * editfns.c (Fformat_time_string): Doc fix.
16911 2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
16913         * fns.c (Flength): Doc fix.
16915 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
16917         * keyboard.c (keyremap): New struct.
16918         (read_key_sequence): Use it: globally replace keytran_foo with
16919         keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
16920         keytran_next and fkey_next to just `next'.
16922 2002-10-04  Steven Tamm  <steventamm@mac.com>
16924         * macterm.c (keycode_to_xkeysym_table): Change return to be
16925         treated like an X keysym.
16927 2002-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16929         * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
16930         and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
16931         This is to also handle x/y changes that occur because of a resize.
16933 2002-10-02  John Paul Wallington  <jpw@shootybangbang.com>
16935         * frame.c (Vdelete_frame_functions): New variable.
16936         (syms_of_frame): Initialize and defvar it.
16937         (Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
16938         it when frame's `tooltip' parameter is non-nil.
16940         * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
16942         * w32fns.c (x_create_tip_frame): Likewise.
16944         * macfns.c (x_create_tip_frame): Likewise.
16946 2002-09-30  Kenichi Handa  <handa@m17n.org>
16948         * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
16949         -1 before calling ccl_driver.
16951         * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
16952         Only when it is non-nil, handle composition sequence.
16953         (setup_coding_system) <0>: Don't force composition handling.
16955         * Makefile.in (lisp, shortlisp): Add utf-16.elc
16957 2002-09-29  Richard M. Stallman  <rms@gnu.org>
16959         * search.c (Freplace_match): Adjust match data for the substitution
16960         just made in the buffer.
16962         * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
16963         (redisplay_internal): Use them.  Do RESUME_POLLING at end of function.
16965 2002-09-27  Richard M. Stallman  <rms@gnu.org>
16967         * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
16968         (read_char): Use them.  Do all exits thru the end of the function.
16970 2002-09-27  Kenichi Handa  <handa@etl.go.jp>
16972         * xfaces.c (try_font_list): Pay attention to the case that FAMILY
16973         is nil.
16975 2002-09-26  Richard M. Stallman  <rms@gnu.org>
16977         * regex.h (__restrict_arr): Don't define if already defined.
16979         * coding.c (run_pre_post_conversion_on_str):
16980         Save and restore Vdeactivate_mark.
16982 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
16984         * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
16986 2002-09-26  Kenichi Handa  <handa@etl.go.jp>
16988         * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY.  If it is
16989         nonzero, try face's family at first.  Otherwise try FAMILY at first.
16990         (choose_face_font): If C is a single byte char or latin-1, call
16991         try_font_list with PREFER_FACE_FAMILY 1.
16993 2002-09-21  Richard M. Stallman  <rms@gnu.org>
16995         * window.c (select_window_1): Don't select frame.
16996         Set frame's selected window only when frame itself is selected.
16997         (Fselect_window): Doc fix.
16999 2002-09-18  Kim F. Storm  <storm@cua.dk>
17001         * process.c (make-network-process): Doc fix (there is no
17002         network-server-log-function hook).
17004 2002-09-18  Richard M. Stallman  <rms@gnu.org>
17006         * print.c (print): Clear out the unused parts of Vprint_number_table.
17007         (syms_of_print): Doc fix for `print-number-table'.
17009         * unexelf.c (unexec): Undo previous change.
17011 2002-09-17  Andreas Schwab  <schwab@suse.de>
17013         * m/alpha.h [LINUX]: Don't define DATA_START.
17015 2002-09-16  Dave Love  <fx@gnu.org>
17017         * unexelf.c (unexec): Deal with .got, reinstating change from
17018         25-08-1999.
17020 2002-09-13  Richard M. Stallman  <rms@gnu.org>
17022         * s/sol2-6.h (UNEXEC): Comment out definition.
17024         * unexsol.c (unexec): Don't downcase first letter of error msg.
17026         * xfaces.c (Fcolor_supported_p): Just one arg is required.
17028 2002-09-12  Markus Rost  <rost@math.ohio-state.edu>
17030         * unexsol.c: Include buffer.h, charset.h, coding.h.
17032 2002-09-11  Richard M. Stallman  <rms@gnu.org>
17034         * unexsol.c: Don't use report_file_error; do it by hand
17035         using dlerror.
17037         * process.c (wait_reading_process_input, both versions):
17038         Before calling turn_on_atimers, call stop_polling.
17040         * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
17042         * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
17043         we go to too_near_end, call clear_glyph_matrix.
17044         (redisplay_window): After make_cursor_line_fully_visible,
17045         call clear_glyph_matrix and bypass `goto done'.
17047         * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
17048         and we have non-toolkit scroll bars, return nil for scroll-bar-width.
17050 2002-09-10  Richard M. Stallman  <rms@gnu.org>
17052         * fileio.c (Fdo_auto_save): Catch error making directory.
17053         Only call push_message if we need to.
17054         At the same time, make an unwind-protect to pop it.
17055         Rename local message_p to old_message_p.
17056         (do_auto_save_make_dir, do_auto_save_eh): New functions.
17057         (do_auto_save_unwind): Don't call pop_message.
17059         * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
17061         * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
17063         * alloc.c (Fgarbage_collect): Use pop_message_unwind.
17065         * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
17067 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
17069         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
17070         (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
17071         (re_match_2_internal): Be more careful with infinite loops.
17073 2002-09-10  Kim F. Storm  <storm@cua.dk>
17075         * macros.c (end_kbd_macro): New function.
17076         (Fend_kbd_macro): Use it.
17078         * macros.h (end_kbd_macro): Declare extern.
17080         * keyboard.c (Fdiscard_input): If defining keyboard macro,
17081         end and save it instead of discarding it.
17083 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
17085         * s/sol2-6.h: Fix typo.  Add comment.
17087 2002-09-09  Richard M. Stallman  <rms@gnu.org>
17089         * regex.c (regnum_t): Use signed int, not unsigned int.
17091         * s/sol2-6.h: New file.
17093         * s/sol2-5.h (UNEXEC): Definition deleted.
17095 2002-09-08  Kim F. Storm  <storm@cua.dk>
17097         * macros.c (executing_macro_index): Change type to EMACS_INT.
17098         (syms_of_macros): DEFVAR_INT it (needed by kmacro).
17100         * macros.h (executing_macro_index): Change type to EMACS_INT.
17102 2002-09-06  Richard M. Stallman  <rms@gnu.org>
17104         * casetab.c (set_case_table): Make canon table point to eqv table.
17106 2002-09-06  Juanma Barranquero  <lektu@terra.es>
17108         * coding.c (syms_of_coding): Fix spacing.
17110         * composite.c (Fcompose_region_internal)
17111         (Fcompose_string_internal): Likewise.
17113         * data.c (Flsh): Likewise.
17115         * fontset.c (Fset_fontset_font): Likewise.
17117         * macfns.c (Fx_server_max_request_size): Likewise.
17119         * w16select.c (syms_of_win16select): Likewise.
17121         * w32select.c (syms_of_w32select): Likewise.
17123         * xselect.c (syms_of_xselect): Likewise.
17125 2002-09-05  Richard M. Stallman  <rms@gnu.org>
17127         * regex.c (set_image_of_range_1): In no-TRANSLATE case,
17128         call EXTEND_RANGE_TABLE and return a proper value.
17129         (set_image_of_range): Don't call set_image_of_range_1
17130         if no TRANSLATE or if range includes all of Latin-1.
17131         Only call it for the Latin-1 part of the range.
17132         For other cases, make two separate ranges,
17133         one for the original specified characters and one for
17134         their case-conversions.
17136 2002-09-04  Richard M. Stallman  <rms@gnu.org>
17138         * s/sol2-5.h (UNEXEC): Use unexsol.o.
17140         * window.c (displayed_window_lines): Correct for one-off bug
17141         in HEIGHT on non-window displays.
17143         * regex.c (set_image_of_range_1): New function.
17144         (set_image_of_range): Use set_image_of_range_1 for Latin-1.
17145         Return a value to indicate running out of memory.
17146         (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
17147         (extend_range_table_work_area): New subroutine.
17148         (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
17149         Different calling conventions, and used from set_image_of_range{,_1}.
17150         (IMMEDIATE_QUIT_CHECK): Definitions moved.
17152 2002-09-04  Juanma Barranquero  <lektu@terra.es>
17154         * makefile.w32-in: All dependencies updated.
17156 2002-09-01  Richard M. Stallman  <rms@gnu.org>
17158         * unexsol.c: New file.
17160         * xfns.c (Qbox): Declare external, don't define.
17162         * xdisp.c (redisplay_window) <force-start case>:
17163         If point is on semi-visible last line, reposition
17164         it at previous line.
17166         * alloc.c (display_malloc_warning): Use display-warning.
17167         (malloc_warning_1): Function deleted.
17169         * alloc.c [ALLOC_DEBUG]: #undef INLINE.
17171         * lread.c (read1): Handle #! by skipping the line.
17173 2002-08-31  Richard M. Stallman  <rms@gnu.org>
17175         * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
17176         Don't include LDFLAGS.
17177         (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
17179 2002-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
17181         * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
17182         member of x_display_info unless we compile for some window system.
17184 2002-08-31  Kim F. Storm  <storm@cua.dk>
17186         * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
17187         (get_window_cursor_type): Don't use them.
17188         (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
17190 2002-08-30  Kenichi Handa  <handa@etl.go.jp>
17192         * xdisp.c (get_next_display_element): Fix previous change.
17194 2002-08-30  Andrew Choi  <akochoi@shaw.ca>
17196         * macterm.c (expose_overlaps): New function (merge code from xterm.c).
17197         (expose_window): Use it to fix the display of overlapping
17198         rows (merge code from xterm.c).
17200         * macfns.c (Qbox): Add extern declaration.
17202 2002-08-30  Juanma Barranquero  <lektu@terra.es>
17204         * w32fns.c (Qbox): Make extern.
17205         (syms_of_w32fns): Remove initialization of Qbox.
17207 2002-08-30  Rune Kleveland  <runekl@viewpoint.no>  (tiny change)
17209         * xfns.c (Fx_open_connection): Fix error message.
17211 2002-08-30  Kim F. Storm  <storm@cua.dk>
17213         The following changes consolidates the handling of the cursor
17214         type in xdisp.c, moving duplicate code and functionality from
17215         xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
17217         * frame.h (enum text_cursor_kinds): Consolidated here.
17218         Added DEFAULT_CURSOR value.
17219         (struct frame) <desired_cursor, cursor_width>
17220         <blink_off_cursor, blink_off_cursor_width>: New fields.
17221         Consolidated from output_x, output_w32 and output_mac structs.
17222         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17223         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
17225         * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
17226         Variables consolidated here.
17227         (Valternate_cursor_type, Qalternate_cursor_type): New variables.
17228         (Vcursor_in_non_selected_windows): Renamed from
17229         cursor_in_non_selected_windows and changed to Lisp_Object.
17230         (syms_of_xdisp): Define and staticpro new and moved variables.
17231         (get_specified_cursor_type): Renamed from x_specified_cursor_type;
17232         consolidated here.  Recognize Qhollow setting.
17233         (set_frame_cursor_types): New function to set frame cursor types
17234         based on the frame parameters.
17235         (get_window_cursor_type): New function to calculate new cursor
17236         type and width for the specified window.  Based on duplicated
17237         code consolidated here.
17238         Enhancements: cursor-in-non-selected-windows may be a cursor type,
17239         check buffer-local alternate-cursor-type and blink-cursor-alist
17240         before using built-in blink off methods.
17242         * dispextern.h (cursor_in_non_selected_windows): Extern removed.
17244         * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
17245         (get_specified_cursor_type, get_window_cursor_type)
17246         (set_frame_cursor_types): Added prototypes.
17248         * macfns.c (x_specified_cursor_type): Removed.
17249         (x_set_cursor_type): Use set_frame_cursor_types.
17250         (Qbar, Qbox): Removed.
17251         (syms_of_macfns): Don't intern or staticpro them.
17253         * macterm.c (x_specified_cursor_type): Remove prototype.
17254         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17255         (x_display_and_set_cursor): Use get_window_cursor_type.
17256         Remove unused local variables cursor_non_selected, active_cursor.
17257         Redraw cursor if hbar cursor width changes.
17258         (make_mac_frame): Set FRAME_DESIRED_CURSOR.
17260         * macterm.h (enum text_cursor_kinds): Removed.
17261         (struct output_mac) <current_cursor, desired_cursor, cursor_width>
17262         <blink_off_cursor, blink_off_cursor_width>: Members removed.
17263         (FRAME_DESIRED_CURSOR): Macro removed.
17265         * w32fns.c (Vblink_cursor_alist): Removed.
17266         (Qbar, Qhbar, Qbox, Qhollow): Removed.
17267         (syms_of_w32fns): Don't intern, staticpro, or define them.
17268         (x_specified_cursor_type): Removed.
17269         (x_set_cursor_type): Use set_frame_cursor_types.
17271         * w32term.c (x_specified_cursor_type): Remove prototype.
17272         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17273         (x_display_and_set_cursor): Use get_window_cursor_type.
17274         Remove unused local variables cursor_off_state.
17275         Redraw cursor if hbar cursor width changes.
17276         Changed all occurrences of w32_highlight_frame to x_highlight_frame.
17278         * w32term.h (enum text_cursor_kinds): Removed.
17279         (struct output_w32) <current_cursor, desired_cursor, cursor_width>
17280         <blink_off_cursor, blink_off_cursor_width>: Members removed.
17281         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17282         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
17283         (struct w32_display_info) <x_highlight_frame>: Renamed member from
17284         w32_highlight_frame.
17286         * xfns.c (Vblink_cursor_alist): Removed.
17287         (Qbar, Qhbar, Qbox, Qhollow): Removed.
17288         (syms_of_xfns): Don't intern, staticpro, or define them.
17289         (x_specified_cursor_type): Removed.
17290         (x_set_cursor_type): Use set_frame_cursor_types.
17292         * xterm.c (x_specified_cursor_type): Remove prototype.
17293         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17294         (x_display_and_set_cursor): Use get_window_cursor_type.
17295         Remove unused local variables cursor_off_state.
17296         Redraw cursor if hbar cursor width changes.
17298         * xterm.h (enum text_cursor_kinds): Removed.
17299         (struct output_x) <current_cursor, desired_cursor, cursor_width>
17300         <blink_off_cursor, blink_off_cursor_width>: Members removed.
17301         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17302         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
17303         (x_specified_cursor_type): Remove prototype.
17305 2002-08-28  Richard M. Stallman  <rms@gnu.org>
17307         * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
17308         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
17309         (Vblink_cursor_alist): New variable.
17310         (syms_of_w32fns): Initialize and defvar it.
17311         (x_specified_cursor_type): Recognize Qbox for filled box.
17312         Exceptions are hollow boxes.
17313         (Qbox, Qhollow): New variables.
17314         (syms_of_w32fns): Initialize and staticpro them.
17316         * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
17317         New macros.
17318         (struct w32_output): New fields blink_off_cursor,
17319         blink_off_cursor_width.
17320         (FRAME_CURSOR_WIDTH): New macro.
17322         * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
17323         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
17325         * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
17326         for bar cursor.
17328         * w32term.c (expose_overlaps): New function.
17329         (expose_window): Use it to fix the display of overlapping rows.
17331 2002-08-28  Simon Josefsson  <jas@extundo.com>
17333         * xfns.c (Fx_open_connection): Improve help when X connection
17334         fails, xhost is insecure and xauth is better.
17336 2002-08-28  Juanma Barranquero  <lektu@terra.es>
17338         * makefile.w32-in: Add missing dependencies on w32term.h and
17339         composite.h.
17341         * emacs.c (USAGE1): Add missing newline.
17343 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
17345         * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
17347 2002-08-27  Richard M. Stallman  <rms@gnu.org>
17349         * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
17350         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
17351         (Vblink_cursor_alist): New variable.
17352         (syms_of_xfns): Initialize and defvar it.
17353         (x_specified_cursor_type): Recognize Qbox for filled box.
17354         Exceptions are hollow boxes.
17355         (Qbox, Qhollow): New variables.
17356         (syms_of_xfns): Initialize and staticpro them.
17358         * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
17359         New macros.
17360         (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
17362         * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
17363         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
17365         * emacs.c (main): Handle --script.
17366         (USAGE1): Mention --script.
17367         (standard_args): Define sort order for --script.
17369 2002-08-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
17371         * xdisp.c (redisplay_updating_p): Variable removed.
17372         (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
17373         New variables.
17374         (init_iterator): Don't free realized faces if
17375         inhibit_free_realized_faces is set.
17376         (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
17377         (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
17378         initialize Qinhibit_free_realized_faces.
17380         * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
17381         when iterator is adding glyphs to a glyph matrix.
17383 2002-08-27  Kenichi Handa  <handa@etl.go.jp>
17385         * xdisp.c (get_next_display_element): In unibyte case, don't use
17386         octal form for such eight-bit characters that can be converted to
17387         multibyte char.
17389 2002-08-26  Kim F. Storm  <storm@cua.dk>
17391         * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
17392         foreground and background colors.  From Joe Buehler.
17394 2002-08-26  Miles Bader  <miles@gnu.org>
17396         * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
17398 2002-08-25  Andrew Choi  <akochoi@shaw.ca>
17400         * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
17401         defined instead of MAC_OSX.
17403         * s/darwin.h (select): Define select to sys_select only if
17404         HAVE_CARBON is defined.
17405         (HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
17406         (DONT_REOPEN_PTY): #def it.
17408         * macterm.c (XTread_socket): Remove code to call
17409         SendEventToEventTarget for keys with command modifiers when
17410         mac_command_key_is_meta is nil.
17412 2002-08-24  Andreas Schwab  <schwab@suse.de>
17414         * eval.c (Fdefvar): Fix last change.
17416 2002-08-23  Richard M. Stallman  <rms@gnu.org>
17418         * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
17419         Record variables in load history as (defvar . VAR).
17420         (Fdefvar): Don't record in load history if no initial value.
17421         (Qdefvar): New variable.
17422         (syms_of_eval): Init and staticpro it.
17424         * lread.c (syms_of_lread): Doc fix.
17425         (build_load_history): Use Fmember to see if a definition
17426         is already in the Vload_history element.
17428         * process.c (Fstart_process): Remove /: from program name.
17430         * emacs.c (decode_env_path): Don't add /: if file name handler
17431         has a `safe-magic' property.
17433         * callproc.c (Fcall_process): Remove /: from program name.
17435 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
17437         * regex.c (PATFETCH): Remove the translating fetch.
17438         (PATFETCH_RAW): Rename to PATFETCH.
17439         (set_image_of_range): New fun.
17440         (SET_RANGE_TABLE_WORK_AREA): Use it.
17441         (regex_compile): Don't translate the pattern chars so eagerly.
17442         Only do it when inserting an `exactn' bytecode or when handling
17443         a char-range.
17444         (mutually_exclusive_p): Avoid empty statement.
17446 2002-08-22  Kim F. Storm  <storm@cua.dk>
17448         * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
17449         end up on a partially visible line; this reverts a specific part
17450         of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
17451         display error which has been reported several times now.
17452         However it introduces the problem that changes was supposed to fix.
17453         See my comments in the source if you want to debug this further.
17455 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
17457         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17459 2002-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
17461         * msdos.c (croak): Add `void' to definition.
17463         * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
17464         Don't define them, they are defined in msdos.c.
17466         * mem-limits.h [MSDOS]: Declare etext.
17468         * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
17469         `const' since CORRECT_DIR_SEPS modifies its target.
17471 2002-08-19  Kim F. Storm  <storm@cua.dk>
17473         * keyboard.c (Fclear_this_command_keys): Add optional arg
17474         KEEP-RECORD to avoid clearing lossage when we just want to clear
17475         the current key sequence (kmacro needs this).
17477 2002-08-19  Kenichi Handa  <handa@localhost>
17479         * composite.c (run_composition_function): Call FUNC if it is fboundp.
17481         * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
17482         cons, return Qnil.
17484 2002-08-17  Richard M. Stallman  <rms@gnu.org>
17486         * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
17488         * sysdep.c [!VMS]: Include sys/files.h.
17490         * editfns.c (save_restriction_restore): Defend from unchained marker.
17492         * buffer.c (overlays_at): Handle extending vec uniformly.
17493         (overlays_in): Handle extending vec from length 0 as in overlays_at.
17495 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
17497         * mac.c (init_mac_osx_environment): New function.
17499         * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
17501 2002-08-14  Kim F. Storm  <storm@cua.dk>
17503         * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
17504         executing macro before appending to it (when used from Lisp).
17505         (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
17506         which is called prior to each iteration of macro (for kmacro.el).
17507         (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
17509         * lisp.h (Fexecute_kbd_macro): Update prototype.
17511         * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
17513 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
17515         * xselect.c (QUTF8_STRING): New variable.
17516         (symbol_to_x_atom): Pay attention to QUTF8_STRING.
17517         (x_atom_to_symbol): Likewise.
17518         (x_get_local_selection): New argument local_request.  If it is
17519         nonzero, call handler_fn with the second arg nil.
17520         (x_handle_selection_request): Call x_get_local_selection with
17521         local_request 0.
17522         (lisp_data_to_selection_data): Don't encode the string here.
17523         (Fx_get_selection_internal): Call x_get_local_selection with
17524         local_request 1.
17525         (syms_of_xselect): Intern and staticpro QUTF8_STRING.
17527         * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
17529         * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
17531 2002-08-13  Richard M. Stallman  <rms@gnu.org>
17533         * minibuf.c (Fminibufferp): New function.
17534         (syms_of_minibuf): Defsubr it.
17535         (Fminibuffer_prompt_end): Handle non-minibuffers specially.
17537 2002-08-13  Gerd Moellmann  <gerd.moellmann@t-online.de>
17539         * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
17541 2002-08-12  Richard M. Stallman  <rms@gnu.org>
17543         * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
17544         [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
17545         (WSTOPSIG, WTERMSIG): Define each one independently if not defined
17546         already.
17548         * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
17550 2002-08-11  Andrew Choi  <akochoi@shaw.ca>
17552         * macterm.c (XTmouse_position): Check wp with is_emacs_window.
17553         (Vmac_pass_command_to_system): New variable.
17554         (Vmac_pass_control_to_system): New variable.
17555         (do_mouse_moved): Check wp with is_emacs_window.
17556         (XTread_socket): Check window_ptr with is_emacs_window.
17557         Call FrontNonFloatingWindow instead of FrontWindow.  Send keydown
17558         events back to Mac Toolbox for processing, depending on values of
17559         Vmac_pass_command_to_system and Vmac_pass_control_to_system.
17560         (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
17561         Vmac_pass_control_to_system.
17563 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
17565         * coding.c (unencodable_char_position): New function.
17566         (Funencodable_char_position): New function.
17567         (syms_of_coding): Defsubr Funencodable_char_position.
17569 2002-08-10  Andrew Choi  <akochoi@shaw.ca>
17571         * mac.c (sys_select) [MAC_OSX]: New function.
17573         * macterm.c (MakeMeTheFrontProcess): New function.
17574         (mac_initialize): Call MakeMeTheFrontProcess.
17576         * s/darwin.h: Define select to sys_select.
17578 2002-08-09  Richard M. Stallman  <rms@gnu.org>
17580         * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
17582 2002-08-09  Gerd Moellmann  <gerd.moellmann@t-online.de>
17584         * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
17585         end of the buffer.
17587 2002-08-08  Ken Raeburn  <raeburn@gnu.org>
17589         * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
17591         * puresize.h (BASE_PURESIZE): Increase to 910000.
17593 2002-08-08  Kenichi Handa  <handa@etl.go.jp>
17595         * coding.c (Ffind_operation_coding_system): For write-region, if
17596         VISIT is a filename, make it the target.
17598 2002-08-07  Richard M. Stallman  <rms@gnu.org>
17600         * alloc.c (mark_object): Detect long lists for debugging.
17601         (mark_object_loop_halt): New variable.
17603         * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
17605         * data.c (Fmake_variable_frame_local): Doc fix.
17607 2002-08-01  David Ponce  <david@dponce.com>
17609         * w32menu.c (local_heap, local_alloc, local_free): New macros.
17610         (malloc_widget_value, free_widget_value)
17611         (w32_free_submenu_strings): Use them.
17613         (push_submenu_start, push_submenu_end, push_left_right_boundary)
17614         (push_menu_pane, push_menu_item, single_keymap_panes)
17615         (single_menu_item, Fx_popup_menu, menubar_selection_callback)
17616         (single_submenu, set_frame_menubar)
17617         (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
17619         (Fx_popup_menu): Don't show pop up menu until preceding one is
17620         actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.
17622         * w32menu.c: Changes adapted from xmenu.c
17623         (set_frame_menubar): First parse all submenus,
17624         then make widget_value trees from them.
17625         Don't allocate any widget_value objects
17626         until we are done with the parsing.
17627         (parse_single_submenu): New function.
17628         (digest_single_submenu): New function.
17629         (single_submenu): Function deleted, replaced by those two.
17631 2002-08-04  Andrew Choi  <akochoi@shaw.ca>
17633         * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
17634         returns a valid window pointer before proceeding for keyDown and
17635         autoKey events.
17637 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
17639         * macterm.c (USE_CARBON_EVENTS): New macro.
17640         (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
17641         (x_iconify_frame): Call CollapseWindow.
17642         (Vmac_reverse_ctrl_meta): New variable.
17643         (Vmac_wheel_button_is_mouse_2): New variable.
17644         (init_mac_drag_n_drop): New function.
17645         (mac_do_receive_drag): New function.
17646         (mac_handle_service_event): New function.
17647         (init_service_handler): New function.
17648         (mac_to_emacs_modifiers): New function.
17649         (mac_event_to_emacs_modifiers): New function.
17650         (mac_get_mouse_btn): New function.
17651         (mac_convert_event_ref): New function.
17652         (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
17653         SendEventToEventTarget, mac_event_to_emacs_modifiers, and
17654         mac_get_mouse_btn.
17655         (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
17657         * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
17658         lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
17659         (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
17660         TOOL_BAR_EVENT for MAC_OS as well.
17661         (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
17662         as for WINDOWS_NT.
17663         (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
17665         * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
17667 2002-08-03  Gerd Moellmann  <gerd.moellmann@t-online.de>
17669         * xdisp.c (forward_to_next_line_start): Fix a condition that
17670         lead to a newline being skipped.
17672 2002-08-02  Andrew Choi  <akochoi@shaw.ca>
17674         * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
17676 2002-08-01  Richard M. Stallman  <rms@gnu.org>
17678         * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
17680 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
17682         * macfns.c: #undef init_process before #define-ing it.
17684         * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
17685         HAVE_CARBON is defined.
17687 2002-07-31  Richard M. Stallman  <rms@gnu.org>
17689         * xmenu.c (set_frame_menubar): First parse all submenus,
17690         then make widget_value trees from them.
17691         Don't allocate any widget_value objects
17692         until we are done with the parsing.
17693         (parse_single_submenu): New function.
17694         (digest_single_submenu): New function.
17695         (single_submenu): Function deleted, replaced by those two.
17697 2002-07-30  Juanma Barranquero  <lektu@terra.es>
17699         * w32proc.c (syms_of_ntproc): Fix docstring of
17700         `w32-get-true-file-attributes'.
17702 2002-07-28  Richard M. Stallman  <rms@gnu.org>
17704         * s/hpux8.h (HPUX8): Define this before including hpux.h.
17705         (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
17707         * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
17709         * keyboard.c (make_lispy_event):
17710         Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
17711         Explicitly clear up_modifier in event->modifiers.
17713 2002-07-27  Richard M. Stallman  <rms@gnu.org>
17715         * xterm.h (FRAME_CURSOR_WIDTH): New macro.
17717         * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
17718         for bar cursor.
17720 2002-07-26  Kenichi Handa  <handa@etl.go.jp>
17722         * coding.c (detect_coding_iso2022): While checking a byte sequence
17723         for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
17724         it in the normal loop.
17726 2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
17728         * xterm.c (expose_overlaps): New function.
17729         (expose_window): Use it to fix the display of overlapping rows.
17731         * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
17733 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
17735         * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
17736         since it only depends on XUINT.
17738         * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
17739         EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
17740         PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
17741         Macros deleted.
17743         * mem-limits.h (start_of_data): If DATA_START is defined, prefer
17744         its value over other approaches.
17745         * sysdep.c (start_of_data): Don't define the function if a macro
17746         form has been defined.
17748 2002-07-23  Gerd Moellmann  <gerd.moellmann@t-online.de>
17750         * xdisp.c (redisplay_updating_p): New variable.
17751         (init_iterator): Don't free realized faces when
17752         redisplay_updating_p is set.
17753         (redisplay_internal): Set redisplay_updating_p while updating
17754         the display.
17756 2002-07-23  Richard M. Stallman  <rms@gnu.org>
17758         * editfns.c (Fmessage): Treat "" like nil.
17760 2002-07-23  Kenichi Handa  <handa@etl.go.jp>
17762         * xdisp.c (face_before_or_after_it_pos):
17763         Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17765 2002-07-22  Juanma Barranquero  <lektu@terra.es>
17767         * callproc.c (init_callproc) [DOS_NT]:
17768         Initialize Vshared_game_score_directory to nil.
17769         (syms_of_callproc) [DOS_NT]: Likewise.
17771 2002-07-22  Gerd Moellmann  <gerd.moellmann@t-online.de>
17773         * xdisp.c (display_line): Replace an abort with xassert.
17775 2002-07-21  Richard M. Stallman  <rms@gnu.org>
17777         * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
17778         and END_UNCHANGED when setting buffer_unchanged_p.
17779         Use current_matrix_up_to_date_p to decide whether to use
17780         try_cursor_movement.
17782         * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
17784         * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
17786         * callproc.c (init_callproc): Set up Vshared_game_score_directory.
17787         Set to nil if dir does not exist.
17788         (syms_of_callproc): Init unconditionally and simply.
17790         * buffer.c (Fbuffer_list): Doc fix.
17792 2002-07-21  Ken Raeburn  <raeburn@gnu.org>
17794         * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
17796         * buffer.c (mmap_realloc): When shrinking, make sure number of
17797         pages to unmap is rounded towards zero.
17799         * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
17800         (XSETINT): Deleted.
17802         * m/att3b.h (XINT): Don't define.
17803         (VALBITS, VALMASK, XTYPE): Deleted.
17804         (DATA_SEG_BITS): Define.
17805         * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
17806         ARRAY_MARK_FLAG): Deleted.
17807         (DATA_SEG_BITS): Define.
17808         * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
17809         (DATA_SEG_BITS): Define.
17811 2002-07-20  Richard M. Stallman  <rms@gnu.org>
17813         * print.c (print_error_message): New args CONTEXT and CALLER.
17814         Calls changed.
17816         * lisp.h (print_error_message): Declare new args.
17818         * keyboard.c (cmd_error_internal): Pass Vsignaling_function
17819         and CONTEXT to print_error_message, don't print them here.
17820         For a Quit, don't use Vsignaling_function.
17821         Call message_log_maybe_newline.
17823         * Makefile.in (xsmfns.o): Don't depend on lisp.h.
17825 2002-07-20  Kim F. Storm  <storm@cua.dk>
17827         * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
17829 2002-07-19  Ken Raeburn  <raeburn@gnu.org>
17831         * bytecode.c (struct byte_stack): Pointers into byte string now
17832         point to const.
17833         * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
17834         const.
17835         * charset.h (BCOPY_SHORT): Source pointer now points to const.
17836         * coding.c (encode_eol, detect_coding, detect_eol):
17837         (decode_coding, encode_coding, detect_coding_system):
17838         Source strings now treated as const.
17839         (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
17840         modify Lisp string contents.
17841         * coding.h (decode_coding, encode_coding, detect_coding,
17842         detect_eol): Declarations updated.
17843         * composite.c (compose_chars_in_text): Treat Lisp string contents
17844         as const.
17845         * dispnew.c (safe_bcopy): Source pointer now points to const.
17846         * lisp.h (STRING_COPYIN): New macro.
17847         (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
17848         (internal_with_output_to_temp_buffer): Declarations updated.
17849         * print.c (temp_output_buffer_setup):
17850         (internal_with_output_to_temp_buffer): Buffer name argument is now
17851         pointer to const.
17852         * sound.c (struct sound_device): Function pointer field "write"
17853         buffer argument now points to const.
17854         (vox_write): Buffer argument points to const.
17855         * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
17856         contents as const.
17857         * sysdep.c (emacs_write): Buffer pointer now const.
17858         * term.c (encode_terminal_code): Buffer pointer now const.
17859         * xfaces.c (may_use_scalable_font_p): Argument now points to const.
17860         (x_face_list_fonts, x_update_menu_appearance):
17861         (hash_string_case_insensitive): Treat Lisp string contents as const.
17863 2002-07-19  Juanma Barranquero  <lektu@terra.es>
17865         * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
17867         * fileio.c (syms_of_fileio): Likewise.
17868         (Ffile_name_as_directory): Fix argument name in docstring.
17869         (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
17871 2002-07-18  Richard M. Stallman  <rms@gnu.org>
17873         * data.c (Fdefalias): Doc fix.
17875 2002-07-17  Dave Love  <fx@gnu.org>
17877         * intervals.h (text_property_stickiness): Use P_.
17879         * ccl.c: Remove `emacs' conditionals.
17880         (ccl_backtrace_table): Fix size spec.
17881         (ccl_driver): Fix type errors.
17883 2002-07-16  Ken Raeburn  <raeburn@gnu.org>
17885         * alloc.c (xstrdup, make_string, make_unibyte_string)
17886         (make_multibyte_string, build_string): String pointer args now
17887         point to const.
17888         * charset.c (find_charset_in_text, c_string_width):
17889         (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
17890         * fileio.c (report_file_error):
17891         * insdel.c (copy_text, count_size_as_multibyte, insert_1):
17892         (count_combining_before, count_combining_after, insert_1_both):
17893         (insert, insert_and_inherit, insert_string):
17894         (insert_before_markers, insert_before_markers_and_inherit):
17895         * lread.c (intern, oblookup, hash_string):
17896         * minibuf.c (temp_echo_area_glyphs):
17897         * search.c (fast_c_string_match_ignore_case):
17898         * sysdep.c (emacs_open, set_file_times):
17899         * xfaces.c (xstricmp):
17900         * xdisp.c (store_frame_title, string_char_and_length):
17901         (message_dolog, message2, message2_nolog, set_message): Likewise.
17902         (set_message_1): Cast message string argument to const pointer.
17903         * editfns.c (general_insert_function): Insertion function now
17904         takes pointer to const for input data.
17905         * charset.h (find_charset_in_text, c_string_width):
17906         (parse_str_as_multibyte): Declarations updated.
17907         * dispextern.h (xstricmp): Declaration updated.
17908         * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
17909         (count_size_as_multibyte, count_combining_before):
17910         (count_combining_after, insert_1, insert_1_both, message_dolog):
17911         (insert, insert_and_inherit, insert_before_markers)
17912         (insert_before_markers_and_inherit, set_message, message2):
17913         (message2_dolog, build_string, make_string, make_unibyte_string):
17914         (make_multibyte_string, intern, oblookup, report_file_error):
17915         (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
17916         (emacs_open, xstrdup): Declarations updated.
17917         * systime.h (set_file_times): Declaration updated.
17919         * charset.c (find_charset_in_text, lisp_string_width): Use const
17920         for pointer to lisp string data.
17921         * charset.h (FETCH_STRING_CHAR_ADVANCE):
17922         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
17923         * coding.c (Ffind_coding_systems_region_interval):
17924         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
17925         (Fmake_directory_internal, Fdelete_directory):
17926         (Ffile_name_absolute_p, Fwrite_region, double_dollars):
17927         * fontset.c (font_family_registry, fs_query_fontset):
17928         (list_fontsets):
17929         * frame.c (Fframe_parameter):
17930         * keyboard.c (cmd_error_internal):
17931         * keymap.c (Fdescribe_buffer_bindings):
17932         * lread.c (complete_filename_p, openp):
17933         * minibuf.c (Fminibuffer_complete_word):
17934         * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
17935         (face_before_or_after_it_pos, next_element_from_string):
17936         (get_overlay_arrow_glyph_row, display_mode_element):
17937         (decode_mode_spec_coding):
17938         * xterm.c (same_x_server): Likewise.
17940         * buffer.c (reset_buffer_local_variables): Delete "#if 0"
17941         settings of non-existent fields.
17943         * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
17944         copy a lisp value.
17946         * lread.c (Fintern_soft): Use string macros instead of
17947         Lisp_String fields.
17948         * keyboard.c (echo_char, parse_modifiers_uncached):
17949         (parse_solitary_modifier, Fexecute_extended_command): Likewise.
17950         * textprop.c (validate_interval_range, interval_of): Likewise.
17952         * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
17954         * charset.h (FETCH_STRING_CHAR_ADVANCE)
17955         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
17956         XSTRING()->size_byte.
17958         * lisp.h (SDATA, SREF): Produce rvalue.
17959         (SSET): New macro.
17960         * alloc.c (make_event_array): Use SSET for storing into a string.
17961         * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
17962         a string.
17963         * casefiddle.c (casify_object): Use SSET.
17964         * charset.h (FETCH_STRING_CHAR_ADVANCE)
17965         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
17966         address of string contents.
17967         * data.c (Faref): Use SDATA.
17968         (Faset): Use SDATA, SSET.
17969         * dired.c (directory_files_internal): Use SSET.
17970         * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
17971         (Fread_file_name): Use SREF, SSET.
17972         * fns.c (concat): Use SSET.
17973         (concat, Fdelete): Use SDATA.
17974         * insdel.c (insert_from_string_1): Use SDATA.
17975         * keyboard.c (Fevent_convert_list): Use SREF.
17976         * lread.c (Fload): Use SDATA, SSET.
17977         * macfns.c (validate_x_resource_name): Use SSET.
17978         * process.c (status_message): Use SSET.
17979         * search.c (wordify): Use SDATA.
17980         (Freplace_match): Use SREF.
17981         * w32fns.c (validate_x_resource_name): Use SSET.
17982         * xfns.c (validate_x_resource_name): Use SSET.
17983         * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
17985 2002-07-16  Richard M. Stallman  <rms@gnu.org>
17987         * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
17989         * xdisp.c (reconsider_clip_changes):
17990         Don't test prevent_redisplay_optimizations_p.
17991         (redisplay_internal): Test prevent_redisplay_optimizations_p
17992         along with clip_changed in some cases.
17993         (try_window_id): Likewise.
17994         (redisplay_window): New local var buffer_unchanged_p.
17996         * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
17998         * process.c (create_process): Test USG_SUBTTY_WORKS.
17999         (process_send_signal): Clean up handling of GID.
18000         Detect errors in ioctls meant to set GID.
18002         * window.c (temp_output_buffer_show):
18003         Don't set prevent_redisplay_optimizations_p.
18005 2002-07-15  Juanma Barranquero  <lektu@terra.es>
18007         * eval.c (Fdefvaralias): Add docstring argument.
18009 2002-07-15  Ken Raeburn  <raeburn@gnu.org>
18011         * lisp.h (STRING_INTERVALS): Produce rvalue.
18012         (STRING_SET_INTERVALS): New macro.
18013         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
18014         * fns.c (Fstring_as_multibyte): Likewise.
18015         * intervals.c (balance_possible_root_interval, delete_interval)
18016         (create_root_interval, copy_intervals_to_string): Likewise.
18017         * textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
18018         instead of 0.
18020 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
18022         * lisp.h (STRING_SET_CHARS): New macro.
18023         (SCHARS, SBYTES): Produce rvalues.
18024         * dired.c (directory_files_internal): Use STRING_SET_CHARS.
18025         * fns.c (concat): Likewise.
18026         * lread.c (read_vector): Likewise.
18028         * lisp.h (SMBP): Delete.  All uses changed to STRING_MULTIBYTE.
18029         (STRING_SET_UNIBYTE): New macro.
18030         (SET_STRING_BYTES): Delete.  Callers (all of which supplied a
18031         length of -1) changed to use STRING_SET_UNIBYTE.
18032         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
18033         casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
18034         composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
18035         dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
18036         fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
18037         keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
18038         minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
18039         sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
18040         w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
18041         w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
18042         xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
18043         STRING_BYTES or indirection changed to SCHARS, SBYTES,
18044         STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
18045         unchanged for now.
18047 2002-07-13  Kim F. Storm  <storm@cua.dk>
18049         * keyboard.c (command_loop_1): Invert check on Vmemory_full.
18051 2002-07-12  Richard M. Stallman  <rms@gnu.org>
18053         * fileio.c (Fwrite_region): Doc fix.
18055         * print.c (print_error_message): Don't handle Vsignaling_function here.
18057         * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
18058         (command_loop_1): Avoid certain actions after memory-full error.
18060         * eval.c (Fsignal): Don't call cancel_hourglass.
18061         For a memory-full error, don't call Vsignal_hook_function
18062         and don't set Vsignaling_function.
18064         * process.c (process_send_signal): Add abort call.
18066 2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
18068         * keymap.c (Fkey_binding): Fix typo.
18070 2002-07-11  Richard M. Stallman  <rms@gnu.org>
18072         * alloc.c (Vmemory_full): New variable.
18073         (Vmemory_signal_data): Rename from memory_signal_data.
18074         Uses changed.
18075         (syms_of_alloc): Defvar them.
18076         (memory_full, buffer_memory_full): Set Vmemory_full.
18078         * lisp.h (Vmemory_full): Add declaration.
18079         (current_column, indented_beyond_p): Change declaration.
18081         * indent.c (last_known_column): Declare as double, not float.
18082         (current_column, current_column_1, string_display_width)
18083         (position_indentation): Return `double'.
18084         (indented_beyond_p): Arg `column' is `double'.  Callers changed.
18086         * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
18087         (back_to_previous_visible_line_start)
18088         (reseat_at_next_visible_line_start, next_element_from_buffer):
18089         Use `double', not `float', when calling indented_beyond_p.
18091         * s/hpux11.h (BROKEN_SA_RESTART): Define.
18093         * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
18095 2002-07-11  Juanma Barranquero  <lektu@terra.es>
18097         * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
18098         * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
18099         * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
18100         * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
18101         * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
18102         * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
18104 2002-07-10  Juanma Barranquero  <lektu@terra.es>
18106         * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
18107         All callers changed.
18109 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
18111         * data.c (Fdefalias): Add an optional `docstring' argument.
18112         (set_internal, Fsetq_default): Use XCAR/XCDR.
18114         * composite.c (HASH_VALUE, HASH_KEY):
18115         * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
18117 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
18119         * callproc.c (Fcall_process): Fix previous change.
18121 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
18123         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
18124         Add support for hash-tables.
18125         (Ftry_completion): Return t even if the string appears multiple times.
18127         * fns.c (Fnconc): Use XCDR.
18128         (Fprovide): Use CONSP and XCDR.
18129         (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
18130         (HASH_TABLE_SIZE): Delete: moved to lisp.h.
18131         (Fmake_hash_table): Accept `:size nil'.
18132         (Fmakehash): Delete: moved to subr.el.
18133         (syms_of_fns): Don't defsubr makehash.
18135         * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
18136         (HASH_TABLE_SIZE): Move from fns.c.
18138 2002-07-07  Richard M. Stallman  <rms@gnu.org>
18140         * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
18141         Instead just return 0 when there is something to be done.
18142         (try_scrolling): If make_cursor_line_fully_visible returns 0,
18143         retry scrolling as if cursor were off the bottom.
18144         (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
18145         return CURSOR_MOVEMENT_MUST_SCROLL.
18146         (redisplay_window): If make_cursor_line_fully_visible returns 0,
18147         go to try_to_scroll.
18149         * buffer.c (Fbuffer_local_value): Store current value into its binding
18150         so we get the up-to-date value for the binding that is loaded.
18152         * eval.c (Fdefmacro): Doc fix.
18154 2002-07-05  Dave Love  <fx@gnu.org>
18156         * keyboard.c (read_key_sequence): Set initial_idleness_start_time
18157         correctly.
18159         * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
18160         (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
18161         (ccl_driver): Add cases for CCL_LookupIntConstTbl,
18162         CCL_LookupCharConstTbl.
18163         (syms_of_ccl): Defvar translation-hash-table-vector.
18165 2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18167         * xdisp.c: Remove unused variable `face'.
18169 2002-07-04  Juanma Barranquero  <lektu@terra.es>
18171         * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
18172         obsolescence information.
18174 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
18176         * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
18177         pattern.  Search cache first.
18178         (init_font_name_table): Also add entry for jisx0201.1976-0 coding
18179         for Japanese font.
18180         (XLoadQueryFont): Use it.
18182 2002-07-02  Richard M. Stallman  <rms@gnu.org>
18184         * keymap.c (Fdefine_key): Doc fix.
18186         * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
18188 2002-07-02  Juanma Barranquero  <lektu@terra.es>
18190         * keymap.c (syms_of_keymap): Fix typo.
18192 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
18194         * s/darwin.h: Define POSIX_SIGNALS.
18196         * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
18197         and FSRefMakePath to convert FSSpec returned with Apple Event to
18198         Posix pathname.
18199         (mac_initialize) [TARGET_API_MAC_CARBON]:
18200         Call init_required_apple_events and disable the `Quit' menu item
18201         provided automatically by the Carbon Toolbox.
18203 2002-07-01  Dave Love  <fx@gnu.org>
18205         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18206         for K&R.
18208         * xterm.c: Fix prototype for K&R.
18210         * term.c (costs_set): Declare static, non-initialized for pcc.
18212 2002-07-01  Richard M. Stallman  <rms@gnu.org>
18214         * keyboard.c (timer_last_idleness_start_time): New variable.
18215         (timer_start_idle): Set that.
18216         (read_key_sequence): Use that to reset timer_idleness_start_time
18217         to previous value.
18219         * window.c (Frecenter): With arg, set optional_new_start.
18221         * xdisp.c (redisplay_internal): Make optional_new_start really work.
18223         * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
18224         buffer for completion.
18226 2002-06-29  Ken Raeburn  <raeburn@gnu.org>
18228         * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
18230 2002-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18232         * keyboard.c (readable_filtered_events): New function that filters
18233         FOCUS_IN_EVENT depending on parameter.
18234         (readable_events): Calls readable_filtered_events, not filtering
18235         FOCUS_IN_EVENT.
18236         (get_filtered_input_pending): New function, filtering parameter passed
18237         to readable_filtered_events.
18238         (get_input_pending): Calls get_filtered_input_pending, not filtering
18239         FOCUS_IN_EVENT.
18240         (Finput_pending_p): Calls get_filtered_input_pending, DO filter
18241         FOCUS_IN_EVENT.
18243         * xterm.h (struct x_output): Add focus_state.
18245         * xterm.c (x_focus_changed): New function.
18246         (x_detect_focus_change): New function.
18247         (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
18248         EnterNotify and LeaveNotify to track X focus changes.
18250 2002-06-28  Andreas Schwab  <schwab@suse.de>
18252         * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
18254 2002-06-27  Kim F. Storm  <storm@cua.dk>
18256         * xdisp.c (mode_line_string_list, mode_line_string_face)
18257         (mode_line_string_face_prop): New variables.
18258         (store_mode_line_string): New function.
18259         (display_mode_element): Use store_mode_line_string to
18260         add mode-line string elements to mode_line_string_list
18261         when mode_line_string_list is non-nil.
18262         (Fformat_mode_line): Now returns propertized string by
18263         default.  New arg NO-PROPS to ignore properties.
18264         (decode_mode_spec): Only add two dashes for %- in propertized
18265         mode-line string.
18266         (syms_of_xdisp): Init and staticpro mode_line_string_list.
18268 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
18270         * minibuf.c (minibuffer_completion_contents): Add return type.
18272 2002-06-27  Juanma Barranquero  <lektu@terra.es>
18274         * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
18276 2002-06-26  Juanma Barranquero  <lektu@terra.es>
18278         * fileio.c (read_file_name_cleanup): Add missing return.
18280 2002-06-26  Richard M. Stallman  <rms@gnu.org>
18282         * window.c (Frecenter): Don't set force_start flag.
18284         * minibuf.c (do_completion, Fminibuffer_complete_word)
18285         (Fminibuffer_completion_help): Complete just the text before point.
18286         (minibuffer_completion_contents): New function.
18288         * buffer.c (Fbury_buffer): Use frames_discard_buffer.
18290         * frame.c (frames_bury_buffer): Function deleted.
18292 2002-06-25  Miles Bader  <miles@gnu.org>
18294         * callint.c (Fcall_interactively): When checking to see if doprnt hit
18295         the end of callint_message, allow for a terminating '\0'.
18297 2002-06-24  Juanma Barranquero  <lektu@terra.es>
18299         * w32select.c: Include composite.h.
18301         * w16select.c: Likewise.
18303 2002-06-24  Kenichi Handa  <handa@etl.go.jp>
18305         * callproc.c (Fcall_process): If code detection is necessary,
18306         call detect_coding directly here.
18308         * coding.c (detect_eol): Preserve coding->cmp_data.
18310         * w16select.c (Fw16_get_clipboard_data):
18311         * w32fns.c (w32_to_x_font):
18312         * w32select.c (Fw32_get_clipboard_data):
18313         * xselect.c (selection_data_to_lisp_data):
18314         * xterm.c (XTread_socket): Disable composition handling.
18316 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
18318         * print.c (temp_output_buffer_setup): Kill all local variables.
18320 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
18322         * lread.c (Fread): Remove redundant and imprecise declaration.
18324         * xfns.c (check_x_display_info): Use check_x_frame.
18326         * .gdbinit (xprintsym): Use the new `xname' field.
18327         (xsymbol): Use it.
18329 2002-06-22  Jason Rumney  <jasonr@gnu.org>
18331         * w32fns.c (file_dialog_callback): New function.
18332         (Fx_file_dialog): Allow selecting directories as well as files.
18334 2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18336         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
18337         OpenBSD.  Add support for mipseb-*-netbsd* machines.
18339 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
18341         * macterm.c (mac_scroll_area): Set foreground and backcolor to
18342         black and white before scrolling.  Restore frame background and
18343         foreground color after scrolling.
18344         (do_window_update): Call XClearWindow before calling expose_frame.
18345         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
18346         FRAME_FOREGROUND_PIXEL of frame.
18348         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
18349         test Mac command key as <ALT> key.
18351 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
18353         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
18355         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
18356         Lookup keys in function-key-map immediately so that key-translation-map
18357         can be applied earlier.
18358         Remove function_key_possible and key_translation_possible, replaced
18359         by checking `keytran_start < t'.
18361         * .gdbinit (xsymbol): Use the new `xname' field.
18363 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
18365         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
18366         test Mac command key as <ALT> key.
18368         * mac.c (do_applescript): Call initialize_applescript if necessary
18369         when first called.  Dispose of result_desc only when there is no error.
18370         (Fdo_applescript): Use %d format specifier instead of %ld.
18372 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
18374         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
18375         of FrontWindow for cases keyDown and autoKey.
18377         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
18378         Vdefault_fontset to Monaco with mac-roman coding.
18380         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
18381         init_process before and after inclusion of Carbon/Carbon.h, resp.
18383         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
18384         cursor_gc.
18385         (add_font_name_table_entry): New function.
18386         (init_font_name_table): Use add_font_name_table_entry; add italic,
18387         bold, and bold-italic entries for truetype fonts.
18389         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
18390         for Mac too.
18391         (try_font_list) [MAC_OS]: If no font matches given registry, try
18392         fonts with any registry matching face_family.
18393         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
18395         * s/darwin.h: If autoconf detects the Ncurses library, define
18396         LIBS_TERMCAP to -lncurses to use it.
18398 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
18400         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
18402 2002-06-15  Richard M. Stallman  <rms@gnu.org>
18404         * window.c (Fset_window_configuration): Explicitly preserve
18405         the point value that new_current_buffer had at the start.
18407 2002-06-14  Juanma Barranquero  <lektu@terra.es>
18409         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
18410         Fix typos.
18412 2002-06-14  Kim F. Storm  <storm@cua.dk>
18414         * insdel.c (insert_1_both, insert_from_string_1)
18415         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
18416         insert happened in the end_unchanged region.  Otherwise, the
18417         redisplay may be confused and duplicate the last line in the
18418         buffer [seen after save-buffer when require-final-newline==t].
18420 2002-06-13  Jason Rumney  <jasonr@gnu.org>
18422         * w32.c (init_environment): Remove EMACSLOCKDIR.
18423         (stat): Swap _S_IFDIR and _S_IFREG.
18425 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18427         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
18428         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
18429         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
18430         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
18431         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
18432         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
18433         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
18434         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
18435         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
18436         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
18437         SELECTION_REQUEST_EVENT, selection_clear_event to
18438         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
18439         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
18440         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
18441         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
18442         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
18443         no_event to NO_EVENT.
18445 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18447         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
18449 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
18451         * intervals.c (textget): Don't forget to `return'.
18452         (lookup_char_property): Use XCAR/XCDR.
18454 2002-06-12  Juanma Barranquero  <lektu@terra.es>
18456         * xdisp.c (Fformat_mode_line): Fix typo.
18458 2002-06-12  Kim F. Storm  <storm@cua.dk>
18460         * xdisp.c (Fformat_mode_line): New function.
18461         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
18462         (store_frame_title_char, store_frame_title): Use unconditionally.
18463         (init_xdisp): Defsubr Fformat_mode_line.
18464         Initialize frame_title_buf etc. unconditionally.
18466 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
18468         * keyboard.c (read_key_sequence):
18469         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
18470         things through those maps after downcasing events.
18471         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
18472         applies after function-key-map.
18473         Make sure that keytran can be done in the middle in the sequence.
18474         Be careful not to throw away events past the one we downcase.
18476         * lread.c (read_integer): Remove unused var `tem'.
18477         (read1): Fix int/Lisp_Object mixup.
18479         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
18481 2002-06-11  Richard M. Stallman  <rms@gnu.org>
18483         * keyboard.c (readable_events): Ignore any number of
18484         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
18486 2002-06-09  Miles Bader  <miles@gnu.org>
18488         * xfaces.c (Ftty_supports_face_attributes_p): New function.
18489         (parse_rgb_list, tty_lookup_color): New functions.
18490         (tty_defined_color): Use `tty_lookup_color' to do all the work.
18491         (color_distance, Fcolor_distance): New functions.
18492         (TTY_SAME_COLOR_THRESHOLD): New macro.
18493         (Qtty_color_standard_values): New variable.
18494         (syms_of_xfaces): Initialize new vars & functions.
18496 2002-06-08  Colin Walters  <walters@verbum.org>
18498         * textprop.c (Vchar_property_alias_alist): New variable.
18499         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
18501         * intervals.c (lookup_char_property): New function for looking up
18502         overlay and text properties, created from textget.
18503         (textget): Use it.
18505         * intervals.h (lookup_char_property): Declare.
18506         (Vchar_property_alias_alist): Declare.
18508         * buffer.c (Foverlay_get): Use lookup_char_property.
18510 2002-06-07  Sam Steingold  <sds@gnu.org>
18512         * xselect.c (lisp_data_to_selection_data): Fix last change:
18513         *data_ret is not a Lisp string, while unibyte_string is.
18515 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
18517         * xselect.c (lisp_data_to_selection_data): Fix last change:
18518         set size_ret.
18520 2002-06-07  Andreas Schwab  <schwab@suse.de>
18522         * m/amdx86-64.h: New file.
18524 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
18526         * fns.c (Fstring_make_unibyte): Doc fix.
18528         * xselect.c (lisp_data_to_selection_data): If the requested type
18529          is STRING, call string_make_unibyte to encode the selected text
18530          as a string.
18532         * window.c (Fset_window_hscroll): Doc fix.
18534 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18536         * fileio.c (choose_write_coding_system):
18537         Call select-safe-coding-system properly.
18539 2002-06-03  Richard M. Stallman  <rms@gnu.org>
18541         * xdisp.c (message_with_string): Error if STRING is not a string.
18543         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
18545         * fileio.c (choose_write_coding_system): Pass FILE arg to
18546         Vselect_safe_coding_system_function.
18548 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
18550         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
18552 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
18554         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
18555         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
18556         * keymap.c (describe_command): Likewise.
18557         * minibuf.c (read_minibuf): Likewise.
18559         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
18560         Cast `current_column' return value to int.
18561         (back_to_previous_visible_line_start)
18562         (reseat_at_next_visible_line_start, next_element_from_buffer):
18563         Cast `indented_beyond_p' 3rd arg to float.
18565         * indent.c (last_known_column): Now a float.
18566         (current_column_1, position_indentation, current_column)
18567         (string_display_width): Return float.
18568         (Fcurrent_column): Cast `current_column' return value to int.
18569         (Fcurrent_indentation): Cast `position_indentation' retval to int.
18570         (indented_beyond_p): Third arg now a float.
18571         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
18573         * lisp.h (current_column): Now returns float.
18574         (indented_beyond_p): 3rd arg now a float.
18576 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
18578         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
18579         is Qcompound_text_with_extensions.
18581         * xselect.c (lisp_data_to_selection_data): Always set selection
18582         type as string if x_encode_text returns streingp non-NULL.
18584         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
18586 2002-05-30  Richard M. Stallman  <rms@gnu.org>
18588         * window.c (Fset_window_configuration): Correct the handling
18589         of point in current buffer, to work with multiple windows.
18591 2002-05-29  Colin Walters  <walters@verbum.org>
18593         * lread.c (Fread_from_string): Don't depend on order of evaluation
18594         for C function parameters.
18596 2002-05-28  Richard M. Stallman  <rms@gnu.org>
18598         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
18599         way for blinked-off state and for a nonselected window.
18601         * window.c (window_scroll_pixel_based): Don't call Fbolp;
18602         instead, see if the new start pos is at beginning of line.
18604         * fileio.c (Fwrite_region): If START is a string, don't
18605         make any annotations.
18607         * eval.c (syms_of_eval): Doc fix.
18609 2002-05-28  Colin Walters  <walters@debian.org>
18611         * emacs.c (USAGE1): Add --no-splash.
18612         (standard_args): Ditto.
18614 2002-05-28  Colin Walters  <walters@gnu.org>
18616         * lread.c (readchar_count): New variable.
18617         (readchar): Increment it.
18618         (unreadchar): Decrement it.
18619         (read_multibyte): Decrement it.
18620         (Vread_with_symbol_positions): New variable.
18621         (Vread_symbol_positions_list): New variable.
18622         (read_internal_start): New function, created from Fread and
18623         Fread_from_string.  Handle Vread_symbol_positions_list and
18624         Vread_with_symbol_positions.
18625         (readevalloop, Fread, Fread_from_string): Use it.
18626         (read1): Use readchar_count to add symbol positions to
18627         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
18628         (syms_of_lread): DEFVAR_LISP and initialize them.
18630         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
18631         (substitute_object_recurse, substitute_object_in_subtree)
18632         (substitute_in_interval): Prototype.
18633         (read_multibyte): Return c if it's less than zero.
18635 2002-05-28  Kim F. Storm  <storm@cua.dk>
18637         * fileio.c (Fread_file_name_internal): Added brute-force
18638         speed up for using predicate file-directory-p.
18640 2002-05-28  Kim F. Storm  <storm@cua.dk>
18642         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
18643         New variables.
18644         (syms_of_fileio): DEFVAR_LISP them.
18645         (read_file_name_cleanup): New unwind function.
18646         (Fread_file_name_internal): Only return completions satifying
18647         Vread_file_name_predicate.  Temporarily unwind protect and rebind
18648         default-directory while checking completions against the predicate.
18649         (Fread_file_name): Added PREDICATE argument.  Specbind it to
18650         Vread_file_name_predicate during completion.
18651         Call Vread_file_name_function to read the file name if non-nil.
18653         * lisp.h (Fread_file_name): Now has 6 args.
18655         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
18656         predicate for Fread_file_name when reading directory name.
18657         Supply Qnil for predicate in other calls to Fread_file_name.
18659 2002-05-26  Miles Bader  <miles@gnu.org>
18661         * term.c (tty_capable_p): New function.
18662         * dispextern.h (tty_capable_p): New function declaration.
18663         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
18664         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
18666 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
18668         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
18669         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
18670         (Vwrite_region_annotate_functions): Docstring fix.
18672 2002-05-23  Kim F. Storm  <storm@cua.dk>
18674         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
18675         phys_cursor's hpos is overwritten.  This is still not completely
18676         correct, as it doesn't really make sense to use hpos at all to
18677         get the cursor glyph (as that is relative to the width of the
18678         characters on the line, which may have changed during the update).
18680 2002-05-22  Jason Rumney  <jasonr@gnu.org>
18682         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
18683         Lisp_Object.
18684         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
18685         Use modified enumfont_t struct.
18687         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
18689         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
18690         Handle the `hbar' cursor type.
18691         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
18693         * w32fns.c (Qhbar): New variable.
18694         (x_specified_cursor_type): Use it.
18696 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
18698         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
18699         now, when the address is needed.
18701 2002-05-21  Colin Walters  <walters@gnu.org>
18703         * Makefile.in (shortlisp): Add font-core.el.
18705 2002-05-20  Richard M. Stallman  <rms@gnu.org>
18707         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
18709         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
18710         equivalent key bindings here.
18712 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
18714         Change symbol structure to contain a lisp object for the symbol
18715         name:
18716         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
18717         object field named "xname".
18718         (SYMBOL_NAME): New macro.
18719         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
18720         name field.
18721         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
18722         (mark_object, gc_sweep): Use symbol xname field and XSTRING
18723         instead of name field.
18724         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
18725         SYMBOL_NAME instead of XSYMBOL and name field.
18726         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
18727         instead of XSYMBOL and name field.
18728         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
18729         and SYMBOL_NAME instead of XSYMBOL and name field.
18730         * coding.c (Fread_coding_system, code_convert_region1)
18731         (code_convert_string1, code_convert_string_norecord)
18732         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
18733         XSYMBOL and name field.
18734         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
18735         (Fmake_variable_buffer_local, Fmake_local_variable)
18736         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
18737         of XSYMBOL and name field.
18738         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
18739         XSYMBOL and name field.
18740         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
18741         instead of XSYMBOL and name field.
18742         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
18743         XSYMBOL and name field.
18744         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
18745         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18746         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
18747         instead of XSYMBOL and name field.
18748         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
18749         (parse_modifiers, apply_modifiers, Fevent_convert_list)
18750         (parse_solitary_modifier, Fexecute_extended_command):
18751         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18752         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
18753         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
18754         of XSYMBOL and name field.
18755         (describe_command, describe_translation): Use SYMBOL_NAME and
18756         assignment instead of XSYMBOL and name field and XSETSTRING.
18757         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
18758         instead of XSYMBOL and name field.
18759         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
18760         name field and XSETSTRING.
18761         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
18762         of XSYMBOL and name field.
18763         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
18764         assignment instead of XSYMBOL and name field and XSETSTRING.
18765         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
18766         XSTRING instead of XSYMBOL and name field.
18767         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
18768         and XSTRING instead of XSYMBOL and name field.
18769         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
18770         and XSTRING instead of XSYMBOL and name field.
18771         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
18772         XSTRING instead of XSYMBOL and name field.
18773         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
18774         of XSYMBOL and name field.
18775         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
18776         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18778 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
18780         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
18781         and XCDR real rvalues in most configurations.
18783         * buffer.c (fix_overlays_in_range, fix_overlays_before):
18784         Don't take the address of the cdr part of a cons cell; instead, track
18785         the parent cell and call XSETCDR, or set the variable for the head
18786         of the list if we haven't started down the list yet.
18788 2002-05-19  Richard M. Stallman  <rms@gnu.org>
18790         * doc.c (reread_doc_file): Don't ask for confirmation.
18792 2002-05-18  Jason Rumney  <jasonr@gnu.org>
18794         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
18795         (xbm_load_image): Use it.
18796         (xbm_load): Ditto.
18797         (xbm_read_bitmap_data): Reverted to xfns.c version.
18798         From David Ponce <david@dponce.com>.
18800 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
18802         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
18803         2.02 and later.
18805 2002-05-16  Juanma Barranquero  <lektu@terra.es>
18807         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
18809 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
18811         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
18812         meaningful test.
18813         (read_char_minibuf_menu_prompt): Fix typo.
18815 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
18817         * eval.c (Fcommandp): Doc fix.
18819 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
18821         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
18822         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
18823         (Fset_keymap_parent): Gcpro a bit more.
18824         (access_keymap): Gcpro around meta_map call and around the main loop.
18825         (get_keyelt): Gcpro when following indirect references.
18826         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
18827         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
18828         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
18829         Remove useless ad-hoc remap code.
18831 2002-05-13  Richard M. Stallman  <rms@gnu.org>
18833         * search.c (search_buffer): Give up boyer moore search if inverse
18834         translation change charset_base.
18836 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
18838         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
18839         characters is carried over from the previous block of text, adjust
18840         coding->produced to account for the extra character.
18842 2002-05-11  Andreas Schwab  <schwab@suse.de>
18844         * coding.c (intersection): Keep the elements of the returned list
18845         in the same order as in the first list.
18847 2002-05-11  Kim F. Storm  <storm@cua.dk>
18849         * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
18850         only update cmm_size if realloc actually succeeds.
18851         Testing with initial size of 2 elements revealed that using
18852         realloc on GNU/Linux would cause a random trap in xmalloc
18853         later on, so I rewrote the code to use malloc/bcopy/free instead
18854         of realloc.
18856 2002-05-10  Jason Rumney  <jasonr@gnu.org>
18858         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
18860 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
18862         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
18863         parens, to ensure correct evaluation order.
18865 2002-05-10  Kim F. Storm  <storm@cua.dk>
18867         * keymap.c (Vemulation_mode_map_alists): New variable.
18868         (syms_of_keymap): DEFVAR_LISP it.
18869         (current_minor_maps): Process keymap alists in that list before
18870         minor-mode-overriding-map-alist and minor-mode-map-alist.
18872 2002-05-09  Richard M. Stallman  <rms@gnu.org>
18874         * search.c (Freplace_match): Doc fix.
18876 2002-05-09  Kim F. Storm  <storm@cua.dk>
18878         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
18879         Enlarge cursor rectangle drawn around image with non-zero relief.
18881         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
18882         Enlarge cursor rectangle drawn around image with non-zero relief.
18884         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
18885         Enlarge cursor rectangle drawn around image with non-zero relief.
18887 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
18889         * xselect.c (lisp_data_to_selection_data): Don't set selection
18890         type if comes from the Lisp object's car.  If the selection
18891         contains a pure ASCII text, always return QSTRING as its type.
18893 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18895         * mac.c (mac-cut-function): Doc fix.
18897 2002-05-05  Richard M. Stallman  <rms@gnu.org>
18899         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
18901 2002-05-04  Jason Rumney  <jasonr@gnu.org>
18903         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
18904         for event-click-count.
18906         * process.c (init_process): Only add server subfeature if we can
18907         use non-blocking I/O.
18909 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
18911         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
18912         repeatedly.
18914 2002-05-03  Jason Rumney  <jasonr@gnu.org>
18916         * process.c (Fmake_network_process): Only support server sockets
18917         when we can make them non-blocking.
18919         * s/ms-w32.h (HAVE_SELECT): Define.
18921         * w32.h (FILE_NDELAY): New flag.
18923         * w32.c (sys_getpeername, fcntl): New functions.
18924         (_sys_read_ahead): Temporarily block on non-blocking sockets.
18926         * w32proc.c: Include sys/file.h.
18928 2002-05-03  Colin Walters  <walters@verbum.org>
18930         * callproc.c (Vgame_score_directory): Renamed to
18931         Vshared_game_score_directory.
18933 2002-04-30  Richard M. Stallman  <rms@gnu.org>
18935         * s/gnu.h [emacs]: Include stdio.h.
18936         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
18938         * eval.c (do_autoload): Error if called while preparing to dump.
18940         * fns.c (Frequire): Error if need to load while preparing to dump.
18942 2002-04-28  Colin Walters  <walters@verbum.org>
18944         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
18945         Default to "~/.emacs.d/games".
18947 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
18949         * lread.c (openp): Change arg exec_only to predicate.
18950         (build_load_history): Use XCAR/XCDR.
18951         (Flocate_file_internal): New fun.
18952         (syms_of_lread): Defsubr it.
18953         (Fload): Update call to openp.
18955         * lisp.h (openp): Update prototype.
18957         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
18958         * w32proc.c (sys_spawnve):
18959         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
18960         * w32.c (check_windows_init_file):
18961         * sound.c (Fplay_sound_internal):
18962         * process.c (Fstart_process):
18963         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
18964         * mac.c (run_mac_command):
18965         * emacs.c (init_cmdargs):
18966         * callproc.c (Fcall_process): Update call to openp.
18968         * textprop.c (remove_properties): Don't use XCAR without CONSP.
18970         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
18972 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18974         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
18975         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
18977 2002-04-28  Richard M. Stallman  <rms@gnu.org>
18979         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
18981         * eval.c (Fcommandp): New arg for_call_interactively.
18982         * lisp.h (Fcommandp): Declare new arg.
18984 2002-04-28  Jason Rumney  <jasonr@gnu.org>
18986         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
18988         * w32.c (stat, fstat): Use file index information to generate
18989         inodes for directories where available.
18991 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
18993         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
18994         [HAVE_CARBON]: Include Mac object files.
18996         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
18997         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
18998         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
18999         MAC_OSX, and MAC_OS instead of macintosh.
19001         * editfns.c [MAC_OS8]: Include stdio.h.
19003         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
19005         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
19006         Apple Monaco.
19008         * process.c (QCfamily, QCfilte): Declare extern.
19009         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
19010         calling select.
19012         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
19014         * tparam.c [MAC_OSX]: Don't define BC and UP.
19016         * config.in [HAVE_CARBON]: Add.
19018         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
19019         Move here from mac/src and mac/inc.
19021         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
19023 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
19025         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
19026         Compute phys_cursor_width from the x position returned
19027         by x_draw_glyhs, which is cheaper.
19028         (x_display_and_set_cursor): Compute the buffer-local value
19029         of `cursor-in-non-selected-windows' only when needed.
19031 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
19033         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
19034         cursor on a stretch glyph has a width that depends on
19035         x_stretch_cursor_p.
19037 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19039         * abbrev.c (abbrev-start-location): Doc fix.
19041         * indent.c (Fvertical_motion): Fix last change.
19043 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
19045         * indent.c (Fvertical_motion): Move to the start of the line
19046         containing PT before moving up or down.
19048 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
19050         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
19051         case of writing a whole row, more or less analogous to the case of
19052         writing only parts of a row.
19054         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
19055         0 for NO_CURSOR.
19057         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
19059 2002-04-23  Colin Walters  <walters@verbum.org>
19061         * buffer.c (syms_of_buffer): Doc fix.
19063 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
19065         * xterm.c (notice_overwritten_cursor): Handle the special case
19066         of the cursor being in the first blank non-text line at the
19067         end of a window.
19069         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
19070         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
19071         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
19072         bar cursors only, to make phys_cursor_width contain what its name
19073         suggests.
19074         (notice_overwritten_cursor): Consider the cursor image erased if
19075         the output area intersects the cursor image in y-direction.
19077 2002-04-23  Simon Marshall  <simon@gnu.org>
19079         * xfns.c (x_set_mouse_color): Change default for cross_cursor
19080         to XC_hand2.
19082 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19084         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
19086 2002-04-22  Kim F. Storm  <storm@cua.dk>
19088         * textprop.c (remove_properties): Fixed trap for malformed plist.
19090 2002-04-22  Richard M. Stallman  <rms@gnu.org>
19092         * cmds.c (Fend_of_line): Handle intangible text in mid line.
19094         * window.c (make_window): Initialize height_fixed_p,
19095         last_cursor_off_p, and p->cursor_off_p slots.
19097 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19099         * fns.c (use-dialog-box): Doc fix.
19101 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19103         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
19104         variables `row', `i' and `area'.
19105         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
19106         toolkit library.
19108 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
19110         * xfaces.c (clear_font_table): Don't free the default font of
19111         a frame even if it's on another display.
19112         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
19113         that could be Qt.
19115 2002-04-19  Juanma Barranquero  <lektu@terra.es>
19117         * indent.c (Fmove_to_column): Remove unused local variable
19118         `next_boundary_byte'.
19119         (current_column_1): Likewise.
19121 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
19123         * msdos.c (Qhbar): New variable.
19124         (syms_of_msdos): Intern and staticpro it.
19125         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
19126         cursor type.
19128 2002-04-19  Dave Lambert  <dlambert@acm.org>
19130         Theses change implement an underscore-like (`hbar') cursor.
19132         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
19134         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
19135         Handle the `hbar' cursor type.
19136         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
19138         * xfns.c (Qhbar): New variable.
19139         (syms_of_xfns): Intern and staticpro it.
19140         (x_specified_cursor_type): Handle `hbar' cursor.
19142         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
19143         not defined.
19145 2002-04-18  Richard M. Stallman  <rms@gnu.org>
19147         * textprop.c (remove_properties): New arg LIST allows scanning
19148         either a list or a plist.
19149         (interval_has_some_properties_list): New function, like
19150         interval_has_some_properties using list instead of plist.
19151         All callers changed.
19152         (Fremove_list_of_text_properties): New function.
19153         (syms_of_textprop): Defsubr it.
19155 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
19157         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
19159 2002-04-17  Juanma Barranquero  <lektu@terra.es>
19161         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
19163 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
19165         * window.c (coordinates_in_window): Don't report on margin area
19166         if its width is zero.
19168 2002-04-16  Jason Rumney  <jasonr@gnu.org>
19170         * w32fns.c (Fx_file_dialog): Decode file name before using.
19172         * w32term.c (construct_drag_n_drop): Likewise.
19174 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
19176         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
19177         store load-history in pure space.
19179         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
19181 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
19183         * xterm.c (Qlatin_1, Qutf_8): New vars.
19184         (syms_of_xterm): Initialize them.
19185         (XTread_socket): Eliminate incorrect optimization that tried to avoid
19186         decoding the output of X*LookupString.
19187         Always use latin-1 to decode the output of XLookupString.
19188         Try Xutf8LookupString if XmbLookupString failed.
19190         * region-cache.c (new_region_cache): Use BEG.
19192 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
19194         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
19195         configuration files.
19196         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
19197         returns 0.
19199 2002-04-15  Andreas Schwab  <schwab@suse.de>
19201         * config.in: Regenerated using autoheader.
19203         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
19204         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
19205         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
19206         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
19207         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
19208         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
19209         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
19210         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
19211         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
19212         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
19213         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
19214         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
19215         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
19216         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
19217         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
19218         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
19219         STACK_DIRECTION, now set by autoconf.
19221 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19223         * dispnew.c (marginal_area_string): Sort arguments.
19225         * dispextern.h (marginal_area_string): Add prototype.
19227 2002-04-13  Richard M. Stallman  <rms@gnu.org>
19229         * fileio.c (Finsert_file_contents):
19230         Don't call temp_output_buffer_setup--do just part, by hand.
19232         * coding.c (run_pre_post_conversion_on_str):
19233         Don't call temp_output_buffer_setup--do just part, by hand.
19235         * keyboard.c (command_loop_1): Don't call start_hourglass
19236         or cancel_hourglass when executing a macro.
19238         * marker.c (count_markers): New function.
19240         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
19241         grow without limit.  Move recently used elements to the front.
19243 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
19245         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
19247 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
19249         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
19250         rows marginal areas.
19251         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
19252         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
19254         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
19256 2002-04-12  Dave Love  <fx@gnu.org>
19258         * dispnew.c (marginal_area_string): New.
19260         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
19261         (Qleft_margin, Qright_margin): Declare.
19262         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
19264         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
19265         note_mode_line_highlight and extended.
19267         * keyboard.c (Qleft_margin, Qright_margin): Declare.
19268         (make_lispy_event): Deal with mouse events in margins.
19270 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
19272         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
19274         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
19275         than deactivating the mark if tmm is set to `lambda'.
19276         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
19277         Use a single event for HELP_EVENT.
19278         (Fexecute_extended_command): Save last_point_position.
19280 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19282         * lisp.h (Fpropertize): Add prototype.
19284         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
19286 2002-04-10  Colin Walters  <walters@verbum.org>
19288         * config.in: Add HAVE_SHARED_GAME_DIR.
19290         * callproc.c (Vgame_score_directory): New variable.
19291         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
19293 2002-04-10  Richard M. Stallman  <rms@gnu.org>
19295         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
19297 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
19299         * minibuf.c (read_minibuf): Use empty_string.
19300         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
19301         Short-circuit the search as soon as it "failed".
19302         (Fall_completions): Allow lambda forms and lists of strings for alist.
19303         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
19304         when require_match is nil.
19305         (Ftest_completion): Rename from `test_completion' and export to elisp.
19306         Call the predicate also when alist is a list.
19307         Obey Vcompletion_regexp_list.
19308         (do_completion, Fminibuffer_complete_and_exit): Use it.
19309         (Fassoc_string): Rename from `assoc_for_completion'.
19310         Allow list of strings as well and export to elisp.
19312 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
19314         * puresize.h (BASE_PURESIZE): Increase to 900KB.
19316 2002-04-08  Juanma Barranquero  <lektu@terra.es>
19318         * w32.c (sys_accept): Don't hide variable `s'.
19320 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
19322         * callint.c (Fcall_interactively): Use INTEGERP instead of
19323         NUMBERP for checking Vhistory_length.
19325 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19327         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
19328         Doc fix to reflect it.
19330 2002-04-04  Richard M. Stallman  <rms@gnu.org>
19332         * xdisp.c (display_mode_element): New arg RISKY.
19333         Disregard text props found or specified within a variable
19334         that isn't marked risky-local-variable.
19335         (Qrisky_local_variable): New variable.
19336         (syms_of_xdisp): Init and staticpro it.
19338 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
19340         * undo.c (record_point): New fun.
19341         (record_delete, record_insert): Use it.
19343 2002-04-03  Juanma Barranquero  <lektu@terra.es>
19345         * doc.c (Fdocumentation): Add missing parentheses.
19346         (Fdocumentation_property): Likewise.
19348 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
19350         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
19351         data is 0, just return nil.
19353 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
19355         * msdos.c (syms_of_msdos): Fix last change with
19356         mouse_autoselect_window.
19358 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19360         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
19361         mouse_autoselect_window.
19363 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
19365         * keyboard.c (make_lispy_event): Handle unknown keysyms together
19366         with system-specific keysyms.  Use it also for unknown function keys.
19368         * doc.c (reread_doc_file): Return whether reload was attempted.
19369         (Fdocumentation, Fdocumentation_property): Don't try to reload
19370         if the doc is 0 and only ask once.
19372         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
19374 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
19376         * keyboard.c (read_char): If the event was Qselect_window,
19377         restore timer_idleness_start_time to its previous value.
19379         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
19381 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
19383         * region-cache.c (new_region_cache): Use BEG.
19385         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
19386         Use BEG and BEG_BYTE.
19388         * doc.c (get_doc_string): Return nil if the location is wrong.
19389         (reread_doc_file): New fun.
19390         (Fdocumentation, Fdocumentation_property):
19391         Call it if get_doc_string fails.
19392         (Fsnarf_documentation): Make it work for a dumped Emacs.
19394         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
19395         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
19397         * charset.c (Fstring): Allow 0 arguments.
19399         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
19401         * process.c (DATAGRAM_CONN_P, list_processes_1)
19402         (Fprocess_datagram_address, Fset_process_datagram_address)
19403         (Fset_network_process_options, server_accept_connection):
19404         Fix some int/Lisp_Object confusions (thank you union types).
19406 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19408         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
19410         * w32term.c: Likewise.
19411         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
19413         * keyboard.c (Qselect_window): New symbol.
19414         (head_table): Use it.
19415         (keys_of_keyboard): Bound select-window event to handle-select-window.
19416         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
19418         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
19419         (last_window): New variable.
19420         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
19421         (note_mouse_movement): Remove reimplemented code in #if 0.
19422         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
19423         Emacs windows.
19425         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
19427 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
19429         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
19430         Callers changed.
19432 2002-03-30  Richard M. Stallman  <rms@gnu.org>
19434         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
19435         loop whenever it stops making progress.
19437         * widget.c (set_frame_size): Don't call change_frame_size.
19439 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
19441         * dispnew.c (direct_output_for_insert):
19442         Call mark_window_display_accurate.
19444 2002-03-29  Jason Rumney  <jasonr@gnu.org>
19446         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
19448 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
19450         * Makefile.in (lread.o): Depend on coding.h.
19452         * lread.c (openp, Fload): Encode the file name before passing it
19453         to `stat', `access', and `emacs_open'.
19454         (openp): GCPRO the encoded file name.  Don't recompute Lisp
19455         strings unnecessarily.
19457 2002-03-29  Kim F. Storm  <storm@cua.dk>
19459         * fns.c (Flax_plist_put): Doc fix.
19461 2002-03-28  Miles Bader  <miles@gnu.org>
19463         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
19465 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19467         * process.c (set-network-process-options): Add usage.
19468         (make-network-process): Doc fix.
19470 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
19472         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
19474 2002-03-26  Richard M. Stallman  <rms@gnu.org>
19476         * fns.c (Fsubstring_no_properties): New function.
19477         (Flax_plist_get, Flax_plist_put): New functions.
19478         (syms_of_fns): defsubr them.
19480         * xdisp.c (update_menu_bar): Test only update_mode_lines;
19481         don't test or alter w->update_mode_line.
19483         * window.c (Fdisplay_buffer): Doc fix.
19485 2002-03-24  Richard M. Stallman  <rms@gnu.org>
19487         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
19489 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
19491         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
19492         (Fdefmacro): Handle `(declare ...)'.
19493         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
19494         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
19496 2002-03-24  Jason Rumney  <jasonr@gnu.org>
19498         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
19499         (xbm_file_p): Add prototypes.
19500         (xbm_format, xbm_image_p): Sync with xfns.c.
19501         (reflect_byte): New function.
19502         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
19503         (xbm_load_image): Create bitmaps with a depth of 1.
19504         (init_xfns): Enable XBM images.
19506 2002-03-23  Jason Rumney  <jasonr@gnu.org>
19508         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
19509         correctly.  Do not pass up_modifier to keyboard buffer.
19511         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
19513 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
19515         * Makefile.in (bootstrapclean): New target.
19516         (bootstrap-temacs, bootstrap-doc): Remove.
19517         (bootstrap-emacs): Use a bog-standard `temacs'.
19518         Don't bother to build a DOC file.
19520         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
19522         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
19523         in temacs even if !CANNOT_DUMP.
19524         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
19526         * alloc.c (check_pure_size): Only output a warning.
19528 2002-03-22  Jason Rumney  <jasonr@gnu.org>
19530         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
19531         supported.
19533         * w32term.c (zv_bits): Declare as short, for word alignment.
19534         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
19535         (syms_of_w32term): Define x-use-underline-position-properties.
19537         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
19538         (clear_image_cache): Block input, fix logic, clear matrices in
19539         all frames that share this cache.
19541 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
19543         * emacs.c (main): Update the Copyright year in the blurb printed
19544         by "emacs --version".
19546         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
19548         * xterm.c (XTread_socket): If XK_ISO_Lock and
19549         XK_ISO_Last_Group_Lock are defined, handle keysyms between
19550         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
19552 2002-03-21  Kim F. Storm  <storm@cua.dk>
19554         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
19555         menu-bar bindings in keymap and local-map properties _are_ used.
19556         But try keymap property first in accordance with 2002-01-03 patch.
19557         Added comment describing why this is not always reliable.
19558         (tool_bar_items): Ditto for tool-bar.
19560 2002-03-21  Jason Rumney  <jasonr@gnu.org>
19562         * w32fns.c (x_clear_image_1): Disable color table code.
19564 2002-03-21  Kim F. Storm  <storm@cua.dk>
19566         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
19567         removed the wrong version of the DEFUN macro; fixed it.
19569         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
19570         Fmember rather than Fmemq).
19571         (Fprovide): Check that subfeatures is a list.
19573         * process.c (QCfeature, QCdatagram): Removed variables.
19574         (QCtype, Qdatagram): New variables.
19575         (network_process_featurep): Removed function.
19576         (Fmake_network_process): Removed :feature check.
19577         Use :type 'datagram instead of :datagram t to create a datagram
19578         socket.  This allows us to add other connection types (e.g. raw
19579         sockets) later in a consistent manner.
19580         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
19581         supported subfeatures for feature make-network-process.
19582         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
19583         Intern and staticpro QCtype and Qdatagram.
19584         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
19586         * xfns.c (QCtype): Remove duplicate declaration and
19587         initialization (is now declared in process.c).
19589         * w32fns.c (QCtype): Remove duplicate declaration and
19590         initialization (is now declared in process.c).
19592 2002-03-21  Richard M. Stallman  <rms@gnu.org>
19594         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
19595         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
19596         when jumping to `fail' to avoid undoing reg changes in the
19597         last iteration of the loop.
19598         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
19600         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
19601         Depend on process.h.
19603 2002-03-20  Jason Rumney  <jasonr@gnu.org>
19605         Most of the following changes are still conditional on HAVE_IMAGES
19606         which is not set by default on Windows.
19608         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
19610         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
19611         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
19612         (four_corners_best, x_clear_image_1, x_clear_image)
19613         (x_alloc_image_color, postprocess_image)
19614         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
19615         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
19616         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
19618         * w32gui.h (struct XImage): Define.
19620         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
19621         extract mouse co-ordinates.
19623 2002-03-20  Jason Rumney  <jasonr@gnu.org>
19625         * w32.c (init_winsock): Dynamically load new server and UDP
19626         socket functions.
19627         (socket_to_fd): New function.
19628         (sys_socket): Use it.
19629         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
19630         (sys_recvfrom, sys_sendto): New wrapper functions.
19632         * process.c (QCfamily, QCfilter): Remove duplicate declaration
19633         and initialization.
19635         * makefile.w32-in (LIBS): Remove $(WSOCK32).
19637 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
19639         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
19640         Don't use "sun" as a variable, it's a predefined constant on Sun
19641         machines.
19643 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19645         * bytecode.c (Fbyte_code): Revert last change.
19647 2002-03-19  Kim F. Storm  <storm@cua.dk>
19649         * makefile.w32-in (LIBS): Add $(WSOCK32).
19650         From David Ponce <dponce@voila.fr>.
19652 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19654         * process.c (wait_reading_process_input): Move variables `pname'
19655         and `pnamelen' down where they are used.
19657         * bytecode.c (Fbyte_code): Discard unused computed value to
19658         prevent gcc warning.
19660         * lisp.h (Fplist_member): Add prototype.
19662 2002-03-18  Kim F. Storm  <storm@cua.dk>
19664         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
19665         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
19667         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
19668         Remove explicit GNU_LINUX settings for datagram support.
19670 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19672         * process.c (Fmake_network_process): Remove unused variable `sa'.
19673         Doc fix.  Add usage:.
19674         (set_socket_options): Remove unused variables `optnum' and `opttype'.
19676 2002-03-17  Richard M. Stallman  <rms@gnu.org>
19678         * xdisp.c (cursor_type_changed): New variable.
19679         (redisplay_internal): Redisplay all windows if cursor_type_changed.
19680         Clear it when clearing windows_or_buffers_changed.
19681         (try_cursor_movement, redisplay_window, try_window_id)
19682         (try_window_reusing_current_matrix): Test cursor_type_changed
19683         along with windows_or_buffers_changed.
19685         * window.h (cursor_type_changed): New variable.
19687         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
19688         not update_mode_lines, and always set it to 1.
19690         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
19691         if no frames needed redrawing.
19693 2002-03-17  Kim F. Storm  <storm@cua.dk>
19695         The following changes add support for network server processes,
19696         datagram connections, and local (unix) sockets.
19698         * process.h (struct Lisp_Process): New member log.
19699         Doc fix: Member command used to indicate stopped network process.
19700         Doc fix: Member childp contains plist for network process.
19701         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
19703         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
19704         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
19705         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
19706         New variables.
19707         (NETCONN1_P): New macro.
19708         (DATAGRAM_SOCKETS): New conditional symbol.
19709         (datagram_address): New array.
19710         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
19711         (status_message): Use concat3.
19712         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
19713         for a stopped network process.
19714         (Fset_process_buffer): Update contact plist for network process.
19715         (Fset_process_filter): Ditto.  Don't enable input for stopped
19716         network processes.  Server must listen, even if filter is t.
19717         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
19718         New functions.
19719         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
19720         (Fprocess_contact): Added KEY argument.  Handle datagrams.
19721         (list_processes_1): Optionally show only processes with the query
19722         on exit flag set.  Dynamically adjust column widths.  Omit tty
19723         column if not needed.  Report stopped network processes.
19724         Identify server and datagram network processes.
19725         (Flist_processes): New optional arg `query-only'.
19726         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
19727         (conv_lisp_to_sockaddr, set_socket_options)
19728         (network_process_featurep, unwind_request_sigio): New helper functions.
19729         (Fprocess_datagram_address, Fset_process_datagram_address):
19730         (Fset_network_process_options): New lisp functions.
19731         (Fopen_network_stream): Removed.  Now defined in simple.el.
19732         (Fmake_network_process): New lisp function.  Code is based on previous
19733         Fopen_network_stream, but heavily reworked with new property list based
19734         argument list, support for datagrams, server processes, and local
19735         sockets in addition to old client-only functionality.
19736         (server_accept_connection): New function.
19737         (wait_reading_process_input): Use it to handle incoming connects.
19738         Do not enable input on a new connection if process is stopped.
19739         (read_process_output): Handle datagram sockets.  Use 2k buffer for them.
19740         (send_process): Handle datagram sockets.
19741         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
19742         network process is indicated by setting command field to t .
19743         (Fprocess_send_eof): No-op if datagram connection.
19744         (Fstatus_notify): Don't read input for a stream server socket or a
19745         stopped network process.
19746         (init_process): Initialize datagram_address array.
19747         (syms_of_process): Intern and staticpro new variables, defsubr new
19748         functions.
19750 2002-03-16  Jason Rumney  <jasonr@gnu.org>
19752         * w32fns.c (w32_to_all_x_charsets): Return correct type in
19753         startup case.
19755 2002-03-16  Richard M. Stallman  <rms@gnu.org>
19757         * xdisp.c (redisplay_internal, redisplay_windows):
19758         Use list_of_error to call internal_condition_case_1.
19759         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
19760         so as to catch all errors with no possibility of debugger redisplay.
19761         (list_of_error): New variable.
19762         (syms_of_xdisp): Init and staticpro it.
19764         * print.c (print_object): Delete `\ ' from printed rep of frame.
19766 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
19768         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
19769         until its implementation is fixed.
19771 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19773         * xfns.c (png_load): Remove unused variable `gamma_str'.
19775 2002-03-14  Richard M. Stallman  <rms@gnu.org>
19777         * xfns.c (x_real_positions): Handle failure in XQueryTree.
19779 2002-03-14  Miles Bader  <miles@gnu.org>
19781         * intervals.c (adjust_for_invis_intang): New function.
19782         (set_point_both): Use `adjust_for_invis_intang' to do most of the
19783         work for dealing with invisible+intangible regions.  Do so before
19784         and after both forward and backward movements, to handle both
19785         front-sticky and rear-sticky cases.
19786         * textprop.c (text_property_stickiness): Function moved here from
19787         `editfns.c'.
19788         * intervals.h (text_property_stickiness): New declaration.
19789         * editfns.c (char_property_eq): Function removed.
19790         (text_property_stickiness): Function moved to `textprop.c'.
19792 2002-03-13  Jason Rumney  <jasonr@gnu.org>
19794         * config.in: Add STRFTIME_NO_POSIX2.
19796         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
19797         and %OX when underlying strftime does not.
19799 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
19801         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
19802         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
19803         line) to avoid annoying flicker.
19804         (xm_scroll_callback): Get rid of the now unnecessary kludge.
19805         (XTread_socket): Mark it static.
19807         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
19809 2002-03-13  Kim F. Storm  <storm@cua.dk>
19811         * puresize.h (BASE_PURESIZE): Increase to 775000.
19813 2002-03-12  Juanma Barranquero  <lektu@terra.es>
19815         * editfns.c (syms_of_editfns): Fix typo.
19817 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
19819         * xsmfns.c: Include stdio.h because termhooks.h needs it.
19820         Include termopt.h for interrupt_input.
19822 2002-03-11  Andreas Schwab  <schwab@suse.de>
19824         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
19826 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
19828         * xterm.c (note_mouse_movement): Put code for
19829         x_autoselect_window_p in #if 0.
19831         * lread.c (Fload): Don't assume that message_with_string uses the
19832         string it is given like a C string.
19834 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19836         * xterm.h (x_session_check_input, x_session_initialize): Declare.
19838         * xterm.c (XTread_socket): Add call to x_session_check_input and
19839         x_session_have_connection.
19840         (x_initialize): Add call to x_session_initialize.
19842         * termhooks.h (enum event_kind): Add save_session_event.
19844         * keyboard.c: Add Emacs event save_session_event.
19846         * emacs.c (main): Add call to syms_of_xsmfns.
19848         * lisp.h (syms_of_xsmfns): Declare extern.
19850         * config.in: Add HAVE_X_SM.
19852         * Makefile.in (LIBXT): Add -lSM -lICE
19853         if HAVE_X_SM and not USE_X_TOOLKIT.
19854         (XOBJ): New file xsmfns.c added.
19856         * xsmfns.c: New file for X session management.
19858 2002-03-09  Jason Rumney  <jasonr@gnu.org>
19860         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
19861         read-only when setting modified time.
19863 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
19865         * xdisp.c (move_it_vertically_backward): At the end of the function,
19866         when moving forward by lines, treat terminal frames specially.
19868         * keyboard.c (echo_char): Make sure to add a separator between
19869         keys even if echo_dash hasn't been called.
19871         * xdisp.c: Use new string macros.
19872         (update_echo_area): Pass number of bytes to message3 instead of
19873         number of chars.
19874         (set_message_1): Don't access a string's size_byte directly.
19875         (decode_mode_spec_coding): Use number of bytes of eoltype string
19876         instead number of chars.
19878         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
19880 2002-03-08  Juanma Barranquero  <lektu@terra.es>
19882         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
19883         24-bit.
19885 2002-03-06  Jason Rumney  <jasonr@gnu.org>
19887         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
19889 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
19891         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
19892         (cancel_echoing, echo_length, echo_truncate): Changed to
19893         work with new kboard definition.
19894         (echo_now): Use message3_nolog instead of message2_nolog.
19896         * alloc.c (mark_kboards): Mark echo_string.
19898         * keyboard.h (ECHOBUFSIZE): Removed.
19899         (struct kboard): Member echoptr removed, member echobuf renamed
19900         to echo_string.
19902         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
19903         message3 instead of message2 to display the message using STRING's
19904         text properties.
19906 2002-03-05  Andreas Schwab  <schwab@suse.de>
19908         * xdisp.c (hscroll_margin): Change to EMACS_INT.
19910 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19912         * frame.c (default-frame-alist): Explain that setting it doesn't
19913         affect existing frames.
19915 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
19917         * indent.c (skip_invisible): Fix my brain fart.
19919         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
19921 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
19923         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
19924         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
19925         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
19926         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
19927         and variables to use EMACS_INT instead of just int.
19929         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
19931 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
19933         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
19934         environment, pass it down with corrected value.
19936 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19938         * lread.c (read_filtered_event): Do not call start_hourglass
19939         before returning.
19941 2002-03-04  Juanma Barranquero  <lektu@terra.es>
19943         * w32term.c (x_display_and_set_cursor): Fix typo.
19945 2002-03-03  Richard M. Stallman  <rms@gnu.org>
19947         * fileio.c (Fmake_temp_name): Doc fix.
19949 2002-03-03  Gary Wong  <gtw@gnu.org>
19951         * termcap.c [!emacs]: Replace ospeed for building standalone
19952         libtermcap, for binary compatibility.
19954         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
19956 2002-03-03  Richard M. Stallman  <rms@gnu.org>
19958         * xrdb.c (file_p): Rename arg `path' to `filename'.
19960         * abbrev.c (Fexpand_abbrev): Increment plist as use count
19961         only if it is an integer.
19963         * xfns.c (png_load): Set screen_gamma based on f->gamma.
19964         If png_get_sRGB gives an answer, call png_set_gamma
19965         using the default image gamma value.
19967         * lread.c (read1): When reading from a file, default string to
19968         multibyte only if it has some multibyte characters.
19970         * print.c (print_object): Output multibyte chars 128...255
19971         using \x even if ! print_escape_multibyte.
19973         * xdisp.c (display_mode_element): Move the places where
19974         bytepos, charpos, this, and lisp_string are set.
19975         Use lisp_string to set bytepos.
19977         * xdisp.c (redisplay_internal):
19978         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
19980         * xdisp.c (display_mode_element): Merge properties specified with
19981         :propertize onto those that come with the string.
19983 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
19985         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
19986         automatic-hscrolling.  Users changed.
19987         <hscroll-margin>: Renamed from automatic-hscroll-margin.
19988         Users changed.
19989         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
19991 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
19993         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
19995 2002-03-02  Kim F. Storm  <storm@cua.dk>
19997         * window.c (Fminibuffer_selected_window): New function.
19998         (syms_of_window): Defsubr it.
20000 2002-03-01  Kim F. Storm  <storm@cua.dk>
20002         * window.h (struct window): New member phys_cursor_width.
20004         * window.c (make_window, replace_window): Init phys_cursor_width.
20006         * xterm.c (x_display_and_set_cursor): Blink box cursor using
20007         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
20009         * w32term.c (x_display_and_set_cursor): Blink box cursor using
20010         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
20012         * lisp.h (GCPRO6): New macro.
20014         * process.c (Fopen_network_stream): Use GCPRO6.
20016 2002-03-01  Kim F. Storm  <storm@cua.dk>
20018         * process.c (Qconnect, Qfailed): New variables.
20019         (syms_of_process): Intern and staticpro them.
20020         (Fprocess_status): Document connect and failed return values.
20021         [NON_BLOCKING_CONNECT]: New conditional.
20022         (connect_wait_mask, num_pending_connects): New variables.
20023         (status_message): Convert Qfailed status.
20024         (Fopen_network_stream): Added support for non-blocking connect.
20025         New optional args: filter, sentinel, non_blocking.  Doc updated.
20026         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
20027         (deactivate_process): Handle pending non-blocking connect.
20028         (wait_reading_process_input): Poll for status of non-blocking
20029         connects.  Exec sentinel directly when connect succeeds.
20030         (status_notify): Don't read process output if not yet connected.
20032 2002-02-28  Kim F. Storm  <storm@cua.dk>
20034         * window.c (minibuf_selected_window): Renamed from
20035         Vminibuf_selected_window.  Users changed.
20036         (syms_of_window): Staticpro it.
20038 2002-02-26  Kim F. Storm  <storm@cua.dk>
20040         The following changes add a new Vminibuf_selected_window variable
20041         which is similar to Vminibuf_scroll_window, but which is only set
20042         on entry to the minibuffer (from a non-minibuffer window):
20044         * window.c (Vminibuf_selected_window): New variable.
20045         (struct save_window_data): New member minibuf_selected_window.
20046         (Fset_window_configuration): Restore Vminibuf_selected_window.
20047         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
20048         Set minibuf_scroll_window member to nil if minibuf_level is 0.
20049         (compare_window_configurations): Compare minibuf_selected_window.
20051         * window.h (Vminibuf_selected_window): Declare extern.
20053         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
20054         entry to minibuffer or on entry from a non-minibuffer window.
20056         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
20057         Vminibuf_selected_window instead of Vminibuf_scroll_window.
20059         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
20060         instead of Vminibuf_scroll_window when deciding in which window
20061         the region should be highlighted.  Consequently, the region remains
20062         highlighteded even when a completion buffer is also displayed.
20064 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
20066         * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
20068         * xselect.c (Qcompound_text_with_extensions): Renamed from
20069         Qcompound_text_no_extensions.
20070         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
20072 2002-02-26  Juanma Barranquero  <lektu@terra.es>
20074         * w32proc.c (syms_of_ntproc): Doc fix.
20076 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20078         * intervals.h: Include "dispextern.h" unconditionally.
20080 2002-02-24  Jason Rumney  <jasonr@gnu.org>
20082         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
20083         and disp-table.elc.
20084         (lisp): Add emacs-lisp/backquote.elc.
20086 2002-02-24  Kim F. Storm  <storm@cua.dk>
20088         * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
20089         The validation of the event type was too strict as it didn't
20090         allow string events; buffer names are used in bindings for
20091         menu-bar-select-buffer (see `menu-bar-update-buffers').
20093 2002-02-23  Kim F. Storm  <storm@cua.dk>
20095         The following changes rework my patch of 2002-02-06 which
20096         added command remapping by entering the commands directly into
20097         the keymaps.  Now, command remapping uses an explicit `remap'
20098         prefix in the keymaps, i.e. [remap COMMAND].
20100         * keymap.c (Qremap, remap_command_vector): New variables.
20101         (is_command_symbol): Remove function.
20102         (Fdefine_key): No longer accept a symbol for KEY.
20103         Added validation of [remap COMMAND] argument for KEY.
20104         The DEF is no longer required to be a symbol when remapping a command.
20105         (Fremap_command): New function to remap command through keymaps.
20106         (Flookup_key): Perform command remapping initiated by
20107         Fremap_command directly for speed.
20108         (Fkey_binding): Use Fremap_command for command remapping.
20109         (where_is_internal): Handle new command remapping representation.
20110         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
20111         staticpro them.  Defsubr Fremap_command.
20113         * keymap.h (Fremap_command): Declare extern.
20114         (is_command_symbol): Remove extern.
20116         * keyboard.c (command_loop_1): Use Fremap_command for command
20117         remapping; now try command remapping for all symbols.
20119 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
20121         * coding.h (run_pre_post_conversion_on_str): Add prototype.
20123 2002-02-23  Jason Rumney  <jasonr@gnu.org>
20125         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
20126         on the string before encoding it.
20127         (Fw32_get_clipboard_data): Run post-read-conversion on the string
20128         after decoding it.
20130         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
20132 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20134         * w32term.c (enter_timestamp): Remove unused static variable to
20135         prevent warning.
20137         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
20139 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
20141         * w16select.c (Fw16_get_clipboard_data): Fix last change.
20143         * xselect.c (selection_data_to_lisp_data): Fix last change.
20145 2002-02-22  Jason Rumney  <jasonr@gnu.org>
20147         * w32term.h (struct w32_output): New member menu_command_in_progress.
20149         * w32menu.c (menubar_selection_callback): Free the menu and
20150         clear the menu_command_in_progress flag.
20152         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
20153         (menu_free_timer): New variable.
20154         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
20155         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
20156         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
20157         menu command is in progress.
20158         <WM_COMMAND>: Set the menu_command_in_progress flag.
20159         Kill any menu_free_timer that is running.
20161         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
20162         Call ExtTextOutA rather than ExtTextOut.
20164 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
20166         * puresize.h (BASE_PURESIZE): Increase to 755000.
20168 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
20170         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
20171         on the string before encoding it.
20172         (Fw16_get_clipboard_data): Run post-read-conversion on the string
20173         after decoding it.
20175 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
20177         Support for ICCCM Extended Segments in X selections:
20179         * xselect.c <Qcompound_text_no_extensions>: New variable.
20180         (syms_of_xselect): Intern and staticpro it.
20181         (selection_data_to_lisp_data): Run post-read-conversion on decoded
20182         selection text.
20183         (lisp_data_to_selection_data): If next-selection-coding-system is
20184         compound-text-no-extensions, set the type of selection to be
20185         compound-text.
20187         * xterm.h (x_encode_text): Update prototype.
20189         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
20190         callers changed.  If SELECTIONP is non-zero, run the
20191         pre-write-conversion function before encoding the selection text.
20193 2002-02-21  Kim F. Storm  <storm@cua.dk>
20195         * frame.c (syms_of_frame): Change mouse-highlight default to t.
20197         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
20198         Correct composing of language-change event.
20200 2002-02-20  Kim F. Storm  <storm@cua.dk>
20202         * keyboard.c (menu_bar_items): Don't include keymap or local-map
20203         bindings at PT when building menu (the menu is not updated often
20204         enough for this to work reliable).
20205         (tool_bar_items): Likewise.
20206         (current_active_maps): Removed unused (and buggy) function.
20208 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20210         * xfns.c (gif_load): Use correct width and height for GIF images.
20212 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
20214         * floatfns.c (Fatan): Accept an optional second arg and call
20215         atan2 if passed 2 args.
20217 2002-02-18  Jason Rumney  <jasonr@gnu.org>
20219         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
20221 2002-02-17  Jason Rumney  <jasonr@gnu.org>
20223         * w32term.c (x_autoselect_window_p): New variable.
20224         (syms_of_w32term): DEFVAR_BOOL and initialize it.
20225         (note_mouse_movement): Use it.
20227         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
20229         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
20231         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
20232         New variables.
20233         (syms_of_w32fns): Intern and staticpro them.
20234         (x_frame_parms) <"fullscreen">: New parameter.
20235         (x_fullscreen_move, x_set_fullscreen): New functions.
20236         (x_set_frame_parameters): Support Qfullscreen.
20237         (x_real_positions): Save x/y_pixels_diff frame params.
20238         (x_figure_window_size): Support full-screen frames.
20239         (Fx_create_frame): Default the fullscreen parameter.
20241         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
20242         (x_fullscreen_adjust): New functions.
20243         (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't  resize to
20244         fullscreen.  Call x_check_fullscreen_move, and set the
20245         want_fullscreen member of output_data.w32
20246         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
20248         * w32term.h: New enum for FULLSCREEN_* constants.
20249         (struct w32_output): New members want_fullscreen, x_pixels_diff,
20250         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
20251         (x-fullscreen-adjust): New prototype.
20253 2002-02-17  Kim F. Storm  <storm@cua.dk>
20255         * frame.c (Vmouse_highlight): New variable.
20256         (syms_of_frame): DEFVAR_LISP it.
20258         * frame.h (Vmouse_highlight): Declare extern.
20260         * xterm.h (struct x_display_info): Add mouse_face_hidden.
20262         * xterm.c (disable_mouse_highlight): Removed variable.
20263         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
20264         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20265         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
20266         and on after keyboard input.
20267         (x_term_init): Initialize mouse_face_hidden.
20269         * msdos.h (struct display_info): Add mouse_face_hidden.
20271         * msdos.c (disable_mouse_highlight): Removed variable.
20272         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20273         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
20274         (internal_terminal_init): Initialize mouse_face_hidden.
20275         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
20276         and on after keyboard input.
20278         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
20280         * w32term.c (disable_mouse_highlight): Removed variable.
20281         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
20282         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20283         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
20284         and on after keyboard input.
20285         (w32_initialize_display_info): Initialize mouse_face_hidden.
20287 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
20289         * msdos.c (last_mouse_window): New variable.
20290         (dos_rawgetc): Fix last change--if the mouse is in the same window
20291         as recorded in last_mouse_window, don't select this window.
20293         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
20295         * msdos.c (x_autoselect_window_p): New variable.
20296         (syms_of_msdos): Defvar it.
20297         (dos_rawgetc): If x_autoselect_window_p is set, select the window in
20298         which the last mouse movement occured, unless it is already selected.
20300         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
20301         New variables.
20302         (syms_of_xdisp): DEVFAR them.
20303         (hscroll_window_tree): Use automatic_hscroll_margin and
20304         Vautomatic_hscroll_step to compute the amount of window scrolling.
20306 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20308         * xterm.c (x-autoselect-window): New variable.
20309         (note_mouse_movement): Use it.
20311         * keyboard.c: Do not include "systime.h" twice.
20313 2002-02-15  Andreas Schwab  <schwab@suse.de>
20315         * puresize.h (PURESIZE_RATIO): Increase to 9/5.
20317         * alloc.c (NSTATICS): Increase to 1280.
20319 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20321         * alloc.c (NSTATICS): Bump to 1026.
20323         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
20324         (Vx_super_keysym): New variables.
20325         (syms_of_xterm): DEFVAR_LISP them.
20326         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
20327         variables to determine which keys to use for the various modifiers.
20329 2002-02-13  Kim F. Storm  <storm@cua.dk>
20331         * window.c (Vmode_line_in_non_selected_windows): Removed.
20332         (mode_line_in_non_selected_windows): New variable.
20333         (syms_of_window): DEFVAR_BOOL it.
20335         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
20336         Use mode_line_in_non_selected_windows.
20337         (mode_line_in_non_selected_windows): Declare extern.
20338         (Vmode_line_in_non_selected_windows): Removed extern.
20340 2002-02-13  Richard M. Stallman  <rms@gnu.org>
20342         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
20343         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
20344         (Fclear_this_command_keys): Doc fixes.
20346         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
20347         (update_face_from_frame_parameter): Increment face_change_count
20348         and windows_or_buffers_changed to force redisplay using changed faces.
20350         * xdisp.c (QCpropertize): New variable.
20351         (mode_line_proptrans_alist): New variable.
20352         (display_mode_element): New arg PROPS; all calls changed.
20353         Implement this, for strings.
20354         Handle literal output of strings by sharing the
20355         main-line code for strings, using local var `literal'.
20356         Handle :propertize feature.
20357         (syms_of_xdisp): Initialze and staticpro QCpropertize and
20358         mode_line_proptrans_alist.
20360 2002-02-11  Kim F. Storm  <storm@cua.dk>
20362         * window.c (Vmode_line_in_non_selected_windows): New variable.
20363         (syms_of_window): DEFVAR_LISP it.
20365         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
20366         (CURRENT_MODE_LINE_FACE_ID): Use it.
20367         (Vmode_line_in_non_selected_windows): Declare extern.
20369         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
20370         to get mode line face.
20372 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
20374         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
20375         variables; cus-start.el doesn't need them anymore.
20377 2002-02-09  Kim F. Storm  <storm@cua.dk>
20379         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
20380         reduction.  This fixes a display problem where stray newlines were
20381         inserted in the window (corrected by C-l).  Clarified code (IMHO).
20383 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
20385         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
20387         * xdisp.c (display_mode_lines): Fix last change.
20389 2002-02-09  Jason Rumney  <jasonr@gnu.org>
20391         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
20392         match each other.
20393         (w32_load_system_font): Prevent Cleartype fonts from loading.
20394         (Fx_show_tip): Ensure tip frames are above other topmost windows.
20396 2002-02-09  Kim F. Storm  <storm@cua.dk>
20398         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
20399         (CURRENT_MODE_LINE_HEIGHT): Use it.
20400         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
20402         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
20403         (pos_visible_p, handle_face_prop): Likewise.
20404         (display_mode_lines): Likewise, but for the real selected window.
20405         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
20407         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
20408         in non-selected windows.
20409         (realize_basic_faces): Realize it.
20410         (syms_of_term): Intern and staticpro it.
20412 2002-02-08  Kim F. Storm  <storm@cua.dk>
20414         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
20415         Changed mail addresses to emacs-devel@gnu.org.
20417 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
20419         * fileio.c (Fsubstitute_in_file_name): If the file name includes
20420         ~user, and there's no such user, don't discard everything before ~user.
20422         * floatfns.c (Fround): Doc fix.
20424 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20426         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
20428 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
20430         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
20432 2002-02-07  Kim F. Storm  <storm@cua.dk>
20434         * keymap.c (where_is_internal): Only check whether definition is
20435         remapped if it fulfills is_command_symbol.
20437 2002-02-07  Andreas Schwab  <schwab@suse.de>
20439         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
20441         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
20443 2002-02-06  Kim F. Storm  <storm@cua.dk>
20445         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
20446         defining command remapping.  Doc updated.
20447         (Flookup_key): Remap command through keymap if KEY is a symbol.
20448         (is_command_symbol): New function.
20449         (Fkey_binding): Use it.  New optional argument NO-REMAP.
20450         Doc updated.  Callers changed.  Perform command remapping via
20451         recursive call unless that arg is non-nil.
20452         (where_is_internal): New argument no_remap.  Callers changed.
20453         Call recursively to find original key bindings for a remapped
20454         comand unless that arg is non-nil.
20455         (Fwhere_is_internal): New optional argument NO-REMAP.
20456         Doc updated.  Callers changed.  Pass arg to where_is_internal.
20458         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
20459         (is_command_symbol): Add prototype.
20461         * keyboard.c (Vthis_original_command): New variable.
20462         (syms_of_keyboard): DEFVAR_LISP it.
20463         (command_loop_1): Set it, and perform command remapping.
20465 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20467         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
20469 2002-02-06  Jason Rumney  <jasonr@gnu.org>
20471         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
20473 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
20475         * charset.c (get_charset_id): Use if-else instead of ?:.
20477 2002-02-06  Richard M. Stallman  <rms@gnu.org>
20479         * filelock.c (S_ISLNK): Define if not defined.
20481 2002-02-03  Richard M. Stallman  <rms@gnu.org>
20483         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
20485         * lread.c (read1): Redesign strategy for force_multibyte and
20486         force_singlebyte.  Now is_multibyte records whether read_buffer
20487         is multibyte.  Encountering any multibyte character makes it so.
20489 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
20491         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
20492         with the same sequence, map that sequence to f10 rather than f0.
20494 2002-02-03  Andreas Schwab  <schwab@suse.de>
20496         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
20497         latter never being defined on GNU/Linux.
20499 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
20501         * xfaces.c (realize_default_face): Don't set the weight and slant of
20502         the default face to Qnormal, unless these attributes are unspecified.
20504 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20506         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
20507         Call cancel_hourglass unconditionally.
20509         * eval.c (Fsignal): Remove duplicated declaration of
20510         the variable `display_hourglass_p'.
20512 2002-01-31  Richard M. Stallman  <rms@gnu.org>
20514         * editfns.c (region_limit): Nicer error message.
20516         * coding.c (decode_composition_emacs_mule):
20517         Give up if NCOMPONENT gets too large to index `component'.
20519         * callint.c (check_mark): New arg to specify clearer error message.
20520         Callers changed.
20522 2002-01-27  Richard M. Stallman  <rms@gnu.org>
20524         * minibuf.c (Fcompleting_read): Doc fix.
20526 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20528         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
20529         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
20530         Fix doc-strings.
20532 2002-01-26  Richard M. Stallman  <rms@gnu.org>
20534         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
20536         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
20537         and scroll_up_aggressively.
20539 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20541         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
20543 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
20545         * textprop.c (Fnext_property_change, Fnext_single_property_change)
20546         (Fprevious_property_change, Fprevious_single_property_change):
20547         Stay within the narrowed-buffer boundaries.
20549 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
20551         * term.c (Ftty_display_color_cells): New function.
20552         (syms_of_term): Defsubr it.
20553         (Ftty_display_color_cells, Ftty_display_color_p): Change the
20554         argument name to DISPLAY.  Doc fix.
20556         * dispextern.h: Add prototype for set_tty_color_mode and
20557         tty_setup_colors.
20559 2002-01-24  Jason Rumney  <jasonr@gnu.org>
20561         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
20562         If region left to draw is not what was expected, mark the frame as
20563         garbaged.
20565         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
20566         Combine the regions returned by BeginPaint and GetUpdateRect.
20568 2002-01-23  Jason Rumney  <jasonr@gnu.org>
20570         * w32term.c (x_update_window_begin): Only hide caret if
20571         w32_use_visible_system_caret is set.
20572         (x_update_window_end): Only show caret if
20573         w32_use_visible_system_caret is set.
20574         (syms_of_w32term): Handle SystemParametersInfo call failing.
20576         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
20578 2002-01-22  Richard M. Stallman  <rms@gnu.org>
20580         * unexelf.c (unexec): Define n so as to cause compilation error
20581         for the code where people have often written n instead of nn.
20583         * .gdbinit (hookpost-run): Defined.
20585 2002-01-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20587         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
20589 2002-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20591         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
20592         if fullscreen is being set.
20594 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20596         * minibuf.c (Fminibuffer_contents)
20597         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
20598         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
20600 2002-01-21  Richard M. Stallman  <rms@gnu.org>
20602         * window.c (check_frame_size): Fix minimum height calculation.
20604 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
20606         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
20607         height before comparison.
20608         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
20610 2002-01-20  Jason Rumney  <jasonr@gnu.org>
20612         * w32term.c (w32_system_caret_width): Remove.
20613         (w32_use_visible_system_caret): New user flag.
20614         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
20615         Windows reports a screen reader running.
20616         (x_update_window_begin): Hide the system caret.
20617         (x_update_window_end): Show the system caret.
20618         (x_display_and_set_cursor): Don't draw a cursor when
20619         w32_use_visible_system_caret is set.  Do not adjust width.
20621         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
20622         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
20623         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
20624         the user requests it.  Use system default width when creating.
20625         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
20627         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
20628         New window messages.
20630 2002-01-20  Richard M. Stallman  <rms@gnu.org>
20632         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
20634 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20636         * doprnt.c (doprnt1): Fix typos in error call.
20638 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
20640         * unexelf.c (unexec) [__sgi]: Support the .got sections.
20642 2002-01-20  Jason Rumney  <jasonr@gnu.org>
20644         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
20645         that Windows returns.  If a double check fails, try to guess how
20646         ExtTextOut is going to act.
20648         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
20649         in place of stricmp.
20650         (w32_list_synthesized_fonts): Removed.
20651         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
20652         (struct enumfont_t): New element; list.
20653         (enum_font_cb2): List all style and charset variations of a font.
20654         (Fw32_select_font): New optional argument; include_proportional.
20655         Exclude vertical fonts.  Exclude proportional fonts unless
20656         include_proportional is non-nil.
20657         (w32_enable_synthesized_fonts): Change to a boolean.
20658         (Fw32_send_sys_command): Doc fix.
20660 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20662         * dispnew.c (update_frame): Move the variable `tem' to the block
20663         where it is used.
20665 2002-01-19  Jason Rumney  <jasonr@gnu.org>
20667         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
20668         call to face-set-after-frame-default.
20670 2002-01-18  Richard M. Stallman  <rms@gnu.org>
20672         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
20673         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
20675 2002-01-17  Richard M. Stallman  <rms@gnu.org>
20677         * window.c (enlarge_window): When exceeding size of parent,
20678         directly delete all the siblings instead of trying to resize it.
20680 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20682         * term.c (set_tty_color_mode): Remove unused variable `tem'.
20684 2002-01-16  Henrik Enberg  <henrik@enberg.org>
20686         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
20688 2002-01-16  Kim F. Storm  <storm@cua.dk>
20690         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
20691         is invisible.  This can happen if cursor is on top line of a
20692         window, and we switch to a buffer with a header line.
20694         * w32term.c (x_erase_phys_cursor): Ditto.
20696 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20698         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
20699         `dont_resize' only when used.
20701         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
20703 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
20705         * xdisp.c (display_mode_element): When computing charpos, depend
20706         on multibyteness of elt, not the text in field.
20708 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20710         * buffer.c (Fkill_all_local_variables):
20711         Increment `update_mode_lines' only once.
20713 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20715         * lisp.h (adjust_after_replace_noundo)
20716         (Fupdate_coding_systems_internal): Add prototypes.
20718         * sound.c (Fplay_sound): Initialize header_size also for :data case.
20720 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
20722         Support for the --color command-line argument and tty-color-mode
20723         frame parameter:
20725         * term.c (tty_default_color_capabilities, tty_setup_colors)
20726         (set_tty_color_mode): New functions.
20727         (term_init): Call tty_default_color_capabilities.
20728         (Qtty_color_mode_alist): New variable.
20729         (syms_of_term): Intern and staticpro it.
20731         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
20732         frames.
20733         (do_switch_frame): For termcap frames, switch the tty
20734         color mode as specified by the frame's parameters.
20735         (Qtty_color_mode): New variable.
20736         (syms_of_frame): Intern and staticpro it.
20738         * emacs.c (USAGE2): Add the --color option.
20739         (standard_args): Ditto.
20741 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20743         * xterm.h (struct x_output): New members want_fullscreen,
20744         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
20745         y_pixels_outer_diff.
20746         New enum for FULLSCREEN_* constants.
20747         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
20748         is NULL.
20749         (x_fullscreen_adjust): Add prototype.
20751         * emacs.c (USAGE2): Add the new full-screen arguments.
20752         (standard_args): Ditto.
20754         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
20755         New variables.
20756         (syms_of_xfns): Intern and staticpro them.
20757         (x_frame_parms) <"fullscreen">: New parameter.
20758         (x_fullscreen_move, x_set_fullscreen): New functions.
20759         (x_set_frame_parameters): Support for Qfullscreen.
20760         (x_real_positions): More accurate computation of the frame position.
20761         (x_figure_window_size): Support full-screen frames.
20762         (Fx_create_frame): Default the fullscreen parameter.
20764         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
20765         (XTread_socket) <Expose>: Call x_check_fullscreen.
20766         <ConfigureNotify>: Don't resize to fullscreen.
20767         Call x_check_fullscreen_move, and set the want_fullscreen member of
20768         output_data.x.
20770 2002-01-13  Jason Rumney  <jasonr@gnu.org>
20772         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
20773         for mice with more than 3 buttons.
20775         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
20776         (w32_read_socket): Handle new "XBUTTON" messages.
20778         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
20779         (syms_of_w32fns): DEFVAR_BOOL it.
20780         (w32_wnd_proc): Handle new "XBUTTON" messages.
20782 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20784         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
20786 2002-01-13  Andreas Schwab  <schwab@suse.de>
20788         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
20790 2002-01-12  Andreas Schwab  <schwab@suse.de>
20792         * .gdbinit (xbuffer): Remove address operator since data is now a
20793         pointer.
20795 2002-01-11  Richard M. Stallman  <rms@gnu.org>
20797         * insdel.c (adjust_after_replace_noundo): New function.
20799         * coding.c (code_convert_region): Don't copy old text if undo disabled.
20801 2002-01-09  Jason Rumney  <jasonr@gnu.org>
20803         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
20804         when checking for multiple frames.
20806 2002-01-08  Richard M. Stallman  <rms@gnu.org>
20808         * window.c (delete_window): Rewrite the code for changing the
20809         selected window to handle the case where WINDOW is not a leaf.
20811 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
20813         * process.c (send_process): Set src_multibyte to 1 after the call
20814         top setup_coding_system, not before the call.
20816 2002-01-07  Jason Rumney  <jasonr@gnu.org>
20818         * xmenu.c (set_frame_menubar, xmenu_show):
20819         (xdialog_show): Initialize wv->help to Qnil.
20821         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
20822         (w32_dialog_show): Initialize wv->help to Qnil.
20824 2002-01-06  Jason Rumney  <jasonr@gnu.org>
20826         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
20828         * w32menu.c (w32_menu_display_help): Revert last change.
20830         * xmenu.c (menu_highlight_callback): Revert last change.
20832 2002-01-06  Andreas Schwab  <schwab@suse.de>
20834         * insdel.c (make_gap_larger): Make sure buffer size does not
20835         overflow range of int.
20837 2002-01-05  Jason Rumney  <jasonr@gnu.org>
20839         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
20840         OVERLAPS_P.
20842         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
20844         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
20845         to the left or to the right of the pointer, put it against
20846         the left screen edge.
20847         (x_frame_parms): Add missing braces around initializer.
20849         * w32term.c (x_setup_relief_colors): Don't compute an image's
20850         background color if it doesn't have a Pixmap.
20851         (notice_overwritten_cursor): Don't depend on
20852         output_cursor and updated_area.  Compare pixel coordinates with
20853         window's cursor pixel coordinates.
20854         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
20855         Call notice_overwritten_cursor with new arg list.
20856         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
20857         unconditionally.
20858         (x_draw_image_relief): Use predefined macro instead of
20859         constant when the value of `tool_bar_button_relief' is negative.
20861         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
20863 2002-01-04  Richard M. Stallman  <rms@gnu.org>
20865         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
20867 2002-01-03  Richard M. Stallman  <rms@gnu.org>
20869         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
20870         (Fkey_binding): Try the `keymap' property map first.
20871         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
20872         minor mode bindings.
20874 2002-01-03  Kim F. Storm  <storm@cua.dk>
20876         * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
20878 2002-01-02  Richard M. Stallman  <rms@gnu.org>
20880         * keyboard.c (read_key_sequence): Handle the keymap property
20881         before minor mode maps.
20883         * editfns.c (Fformat): Update thissize from field_width
20884         based on the actual width, in the string case.
20886 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20888         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
20889         when used as truth value to prevent gcc warnings.
20891         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
20892         * w32proc.c: Include <config.h>.
20894 2002-01-01  Andreas Schwab  <schwab@suse.de>
20896         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
20897         not EMACS_INT, to make them compatible with DEFVAR_INT.
20898         * lisp.h (max_specpdl_size): Adjust declaration.
20900 2002-01-01  Richard M. Stallman  <rms@gnu.org>
20902         * print.c (print_object): Test print_escape_nonascii only for
20903         unibyte strings.
20904         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
20905         when outputting to a multibyte buffer.
20907 2001-12-29  Richard M. Stallman  <rms@gnu.org>
20909         * print.c (print_object): In multibyte string, use hex escapes.
20910         Use octal only for unibyte strings.
20911         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
20913         * lread.c (read_escape): New arg BYTEREP for reporting whether
20914         escape forces unibyte or multibyte.
20915         (read1): When reading a string, take note of that info.
20917 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
20919         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
20920         comparison to test lisp value returned by Fget.
20922 2001-12-29  Richard M. Stallman  <rms@gnu.org>
20924         * lisp.h (max_specpdl_size): Add declaration.
20926         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
20928         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
20929         Handle modifier bits.  Correct typo in error message.
20931 2001-12-28  Richard M. Stallman  <rms@gnu.org>
20933         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
20934         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
20935         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20936         Update calls to Fdefine_abbrev.
20937         (write_abbrev): Update for changed data format.
20938         Don't list "system" abbrevs.
20939         (Fexpand_abbrev): Update use count with new data format.
20940         (describe_abbrev): Update for changed data format.
20941         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
20943         * config.in (HAVE_MBSINIT): Add #undef.
20945         * strftime.c (mbsinit): Define as no-op if not available.
20947         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
20948         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
20950         * keymap.c (Flookup_key): Error message if key has wrong data type.
20951         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
20952         (exclude_key): New variable.
20954 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
20956         * xterm.c (x_setup_relief_colors): Don't compute an image's
20957         background color if it doesn't have a Pixmap.
20959         * xterm.c (notice_overwritten_cursor): Don't depend on
20960         output_cursor and updated_area.  Compare pixel coordinates with
20961         window's cursor pixel coordinates.
20962         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
20963         Call notice_overwritten_cursor with new arg list.
20964         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
20965         unconditionally.
20967         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
20968         height of the cursor line to the amount to scroll.
20970 2001-12-27  Richard M. Stallman  <rms@gnu.org>
20972         * intervals.c (set_point_both): The position after an invisible,
20973         intangible character is not an acceptable stopping point.
20975 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
20977         * window.c (enlarge_window): In new preserve_before code, convert
20978         CURBEG from lisp object to integer before doing arithmetic.
20980 2001-12-27  Richard M. Stallman  <rms@gnu.org>
20982         * bytecode.c (Fbyte_code): Undo previous change.
20984 2001-12-26  Kim F. Storm  <storm@cua.dk>
20986         * keyboard.c (record_char): Ignore duplicate help-echo events only
20987         separated by mouse-movement.  When tracking mouse, only record
20988         first and last mouse-movement event in same window.
20989         Don't record mouse-movement events in keyboard macros.
20991 2001-12-25  Richard M. Stallman  <rms@gnu.org>
20993         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
20994         (Fenlarge_window): New arg PRESERVE_BEFORE.
20996         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
20997         instead of Fstring_as_unibyte.
20999 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21001         The following changes remove mocklisp support:
21003         * mocklisp.h, mocklisp.c: Files removed.
21005         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
21006         `Qmocklisp' and `Qmocklisp_arguments'.
21007         Remove prototype of syms_of_mocklisp.
21009         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
21011         * callint.c: Do not include mocklisp.h.
21012         (Fcall_interactively): Do not test for mocklisp case.
21014         * eval.c: Remove variables `Qmocklisp_arguments',
21015         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
21016         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
21017         Do not test for mocklisp case.
21018         (Fwhile): Remove unused variable `tem'.
21019         (syms_of_eval): Remove variable `moclisp-arguments'.
21021         * data.c (wrong_type_argument): Remove mocklisp case.
21023         * doc.c (Fdocumentation): Remove mocklisp case.
21025         * emacs.c (main): Do not call syms_of_mocklisp.
21027 2001-12-21  Richard M. Stallman  <rms@gnu.org>
21029         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
21030         to the left or to the right of the pointer, put it against
21031         the left screen edge.
21033 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
21035         * Makefile.in (distclean): Remove .gdbinit if we are building
21036         outside the source tree.
21038 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
21040         * w32.c (emacs_root_dir): New function.
21042         * msdos.c (emacs_root_dir): New function.
21044         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
21045         of the current drive as the fallback for default_directory.
21047         * dired.c (file_name_completion): Run the elements of
21048         completion-ignored-extensions through ENCODE_FILE.
21050         * lisp.h (scmp): Remove prototype, since it's now a static
21051         function private to dired.c.
21053 2001-12-18  Richard M. Stallman  <rms@gnu.org>
21055         * dired.c (scmp): Function moved from minibuf.c.
21056         Delete multibyte handling--used only on encoded strings.
21058         * minibuf.c (scmp): Function moved to dired.c.
21060         * fns.c (merge): Add QUIT call.
21062 2001-12-18  Dave Love  <fx@gnu.org>
21064         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
21065         language/georgian.el.
21067 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
21069         * Makefile.in (lisp, shortlisp): Synchronize with changes to
21070         lisp/Makefile.in:DONTCOMPILE.
21072 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21074         * xdisp.c (window_box_height): Do not return negative values.
21075         From Gerd Moellmann <gerd@gnu.org>.
21077         * keyboard.c (head_table): Add missing braces around initializer.
21079         * term.c (keys): Likewise.
21081         * xfns.c (x_frame_parms, visual_classes): Likewise.
21083 2001-12-17  Sam Steingold  <sds@gnu.org>
21085         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
21086         patch (COMPOSING_P, not COMPOSING).
21088 2001-12-17  Richard M. Stallman  <rms@gnu.org>
21090         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
21092         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
21093         before calling decode_coding.
21095         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
21097         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
21098         instead of only for COMPOSITION_DISABLED.
21100 2001-12-16  Richard M. Stallman  <rms@gnu.org>
21102         * alloc.c (pure_alloc): After overflow, allocate just a small block.
21104         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
21106         * buffer.h (struct buffer): New field `display_error_modiff'.
21107         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
21109         * window.c (Frecenter): Clear display_error_modiff field.
21111         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
21112         Call redisplay_window, but not if display_error_modiff field says no.
21113         (redisplay_window_error): New function.
21114         (displayed_buffer): New variable.
21115         (redisplay_internal, redisplay_windows): Call the new functions
21116         instead of redisplay_window directly.
21118 2001-12-15  Richard M. Stallman  <rms@gnu.org>
21120         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
21122 2001-12-14  Andrew Innes  <andrewi@gnu.org>
21124         * makefile.w32-in (EMACSLOADPATH): Define.
21125         ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
21126         (bootstrap-temacs): Remove dependency on bootstrap-clean.
21128 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
21130         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
21131         parameter have a numeric value all the time.
21133         * w32fns.c (x_report_frame_params): Likewise.
21135 2001-12-12  Richard M. Stallman  <rms@gnu.org>
21137         * fileio.c (Fwrite_region): Doc fix.
21139         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
21140         (redisplay_internal): Call clear_image_cache only for window terminals.
21142 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
21144         * xdisp.c (move_it_vertically_backward): Change heuristic
21145         for the case that we didn't move far enough initially.
21147         * window.c (Frecenter): Simplify computation in the case of window
21148         system frames and ARG < 0; use window_box_height.
21150 2001-12-11  Richard M. Stallman  <rms@gnu.org>
21152         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
21153         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
21155 2001-12-11  Andrew Innes  <andrewi@gnu.org>
21157         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
21158         arg is negative.
21160 2001-12-11  Richard M. Stallman  <rms@gnu.org>
21162         * m/hp800.h: Split the __hpux conditional into the parts
21163         that are right for GNU/Linux too and the parts that are not.
21164         Use the former if GNU_LINUX.
21165         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
21167         * s/gnu-linux.h (GNU_LINUX): Defined.
21169 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21171         * macros.c, msdos.c, w16select.c: Change doc-string comments to
21172         `new style' [w/`doc:' keyword].
21174 2001-12-10  Jason Rumney  <jasonr@gnu.org>
21176         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
21177         before using.
21179 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21181         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
21182         keyword].
21184 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
21186         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
21188         * s/hpux10.h (srand48): Don't undefine.
21190 2001-12-09  Jason Rumney  <jasonr@gnu.org>
21192         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
21193         Add comment to explain where the struct came from.
21194         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
21195         (add_menu_item): Process pop-up menus first to avoid memory leak.
21196         (add_menu_item, w32_menu_display_help): Use `help' field as
21197         Lisp_Object.
21198         (w32_free_submenu_strings): Only free owner-drawn strings.
21200 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21202         * COPYING: Moved back.
21204         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
21205         Add parentheses around && within ||.
21207         * indent.c (compute_motion): Likewise.
21209         * intervals.c (merge_properties_sticky): Likewise.
21211         * coding.c (setup_coding_system, shrink_encoding_region)
21212         (Fdecode_sjis_char): Likewise.
21214 2001-12-07  Andreas Schwab  <schwab@suse.de>
21216         * xdisp.c (display_mode_element): Don't read past end of string if
21217         it ends with '%'.
21219         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
21220         can hold.
21222         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
21223         Rename from most_positive_fixnum and most_negative_fixnum, resp., and
21224         type changed to Lisp_Object.
21225         (syms_of_data): DEFVAR_LISP them.
21227 2001-12-07  Richard M. Stallman  <rms@gnu.org>
21229         * callproc.c (init_callproc): Set Vdata_directory based on the source
21230         location whenever Emacs was run uninstalled.
21232 2001-12-06  Paul Eggert  <eggert@twinsun.com>
21234         * config.in (HAVE_WORKING_VFORK): New #undefs.
21235         * process.c (create_process):
21236         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
21237         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
21238         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
21239         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
21240         * m/intel386.h (HAVE_VFORK): Likewise.
21241         * m/mips-siemens.h (HAVE_VFORK): Likewise.
21242         * m/mips.h (HAVE_VFORK): Likewise.
21243         * s/freebsd.h (vfork): Remove #define.
21244         * s/lynxos.h (HAVE_VFORK): Remove #undef.
21245         * s/usg5-4-2.h: Fix comment about vfork.
21247 2001-12-06  Richard M. Stallman  <rms@gnu.org>
21249         * s/hpux10.h (random): Add undef.
21250         (HAVE_RANDOM): Define it just once.
21252 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
21254         * eval.c: Undo last change: the standard syntax is not wanted.
21256 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
21258         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
21259         scroll bars of the frame before deleting the frame itself.  If the
21260         frame has a widget, delete the frame with XtDestroyWidget, and do
21261         not call XDestroyWindow before that.
21263 2001-12-06  Kim F. Storm  <storm@cua.dk>
21265         * xfns.c (x_report_frame_params): Return actual fringe widths.
21267         * w32fns.c (x_report_frame_params): Return actual fringe widths.
21269 2001-12-05  Andrew Innes  <andrewi@gnu.org>
21271         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
21272         excessively large.
21274         * insdel.c (make_gap_larger): New function.
21275         (make_gap_smaller): New function.
21276         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
21277         Call make_gap_smaller if arg is negative.
21279 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
21281         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
21282         Pass a dummy argument when calling interrupt_signal.
21283         (parse_menu_item): Mark disabled items before checking for empty def.
21284         (read_char_minibuf_menu_prompt): Make safety more visible.
21285         (read_key_sequence): Add a `first_unbound' variable.
21286         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
21287         unbound prefix as soon as we can detect it.
21289         * doc.c (Fsnarf_documentation): Add prototype.
21290         (get_doc_string): Handle negative arguments.
21291         (Fdocumentation): Use AREF and ASIZE.
21292         Move the calls to get_doc_string to a single place.
21293         Don't confuse an interactive-spec for a docstring reference.
21294         (Fdocumentation_property): Take advantage of the fact that
21295         get_doc_string now ignores the sign of the docstring position.
21297         * eval.c: Use standard syntax for usage in docstrings.
21299 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21301         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
21303 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21305         * xterm.c (x_draw_image_relief): Use predefined macro instead of
21306         constant when the value of `tool_bar_button_relief' is negative.
21308 2001-12-02  Richard M. Stallman  <rms@gnu.org>
21310         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
21311         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
21313         * fileio.c (read_non_regular): Delete Fsignal call.
21315 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
21317         * lisp.h (run_hook_list_with_args): Undo last change.
21319 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
21321         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
21323 2001-12-01  Jason Rumney  <jasonr@gnu.org>
21325         * window.c (Qleft_fringe, Qright_fringe): Remove.  Now in frame.c.
21327         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
21328         [!WM_MOUSELEAVE]: Define.
21330         * w32menu.c (current_popup_menu, get_menu_item_info):
21331         (set_menu_item_info): New vars.
21332         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
21333         (w32_menu_show): Set current_popup_menu.
21334         (add_menu_item): Allocate new strings for owner-drawn menu items
21335         and help strings.
21336         Use owner-draw for disabled menu items again.
21337         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
21338         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
21340         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
21341         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
21342         <WM_EXITMENULOOP>: Free menu strings.
21343         <WM_MOUSELEAVE>: Stop tracking mouse.
21344         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
21346         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
21347         and mouse face.
21349 2001-12-01  Kim F. Storm  <storm@cua.dk>
21351         The following changes add left-fringe and right-fringe
21352         frame parameters to adjust fringe widths, or remove one or
21353         both fringes.
21355         * frame.h (struct frame): Remove trunc_area_pixel_width and
21356         trunc_area_cols fields.
21357         (Qleft_fringe, Qright_fringe): Declare.
21358         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
21360         * frame.c (Qleft_fringe, Qright_fringe): New vars.
21361         (syms_of_frame): Initialize them.
21363         * window.c (coordinates_in_window): Handle separate left and right
21364         fringe widths.
21366         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
21367         and fringe_cols fields.
21368         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
21369         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
21370         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
21371         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
21372         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
21373         (x_compute_fringe_widths): Add prototype.
21375         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
21376         fill fringe evenly with small dashes.
21377         (x_draw_fringe_bitmap): Clear background if necessary.  Align and
21378         clip the new ZV bitmap to avoid jitter between rows.
21379         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
21380         background.  Don't draw fringe bitmaps if fringe width is zero.
21381         (x_compute_fringe_widths): New function.
21382         (x_new_font, x_set_window_size_1): Use it.
21384         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
21385         (x_set_frame_parameters): Process `font' parameter before other
21386         parameters as fringe widths depend on it.
21387         (x_set_fringe_width): New function.
21388         (x_figure_window_size): Use x_compute_fringe_widths.
21389         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
21390         parameters.
21392         * widget.c (set_frame_size): Use x_compute_fringe_widths.
21393         (EmacsFrameSetCharSize): Ditto.
21395         * w32term.h: Merged changes from xterm.h.
21396         * w32term.c: Merged changes from xterm.c.
21397         * w32fns.c: Merged changes from xfns.c.
21399 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21401         * COPYING: Removed.
21403 2001-11-29  Dave Love  <fx@gnu.org>
21405         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
21406         extra extra slot.
21407         (detect_coding_mask): Fix call of detect_coding_iso2022.
21409 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21411         * fileio.c (file-name-coding-system)
21412         (default-file-name-coding-system): Doc fix (links to referenced
21413         variables added).
21415 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
21417         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
21418         Add dummy uses of gcproN variables.
21420         * category.c (describe_category, describe_category_1)
21421         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
21422         (syms_of_category): Don't defsubr Sdescribe_categories.
21424 2001-11-28  Richard M. Stallman  <rms@gnu.org>
21426         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
21428         * Makefile.in (lispdir): New variable, referring to build dir.
21429         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
21431 2001-11-28  Andrew Innes  <andrewi@gnu.org>
21433         * w32menu.c (w32_menu_display_help): Actually add the new argument
21434         OWNER.
21436 2001-11-28  Jason Rumney  <jasonr@gnu.org>
21438         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
21439         menu items.  From David Ponce <dponce@wanadoo.fr>.
21440         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
21441         conditionally.
21442         (w32_menu_display_help): New argument OWNER.  Rewritten to store a
21443         help event in the owner frame's keyboard buffer.
21445         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
21446         (Fx_show_tip): Don't subtract last width from row width.
21448         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
21449         (w32_read_socket): Use EQ to compare frames.
21451 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
21453         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
21454         OVERLAPS_P.
21456 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21458         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
21459         `gcpro3' and `gcpro4'.
21461         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
21463 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
21465         * ccl.c: Use AREF and ASIZE.
21467 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
21469         * lisp.h (run_hook_list_with_args): Remove.
21470         (LIST_END_P): Fix call to wrong_type_argument.
21471         (make_fixnum_or_float): Use EMACS_INT rather than int.
21473 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
21475         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
21476         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
21478         * eval.c: Use AREF and ASIZE.
21479         (Ffetch_bytecode): Add the file name to the error message.
21481         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
21482         which match the end of the file-name.
21483         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
21484         is not a valid env var, but leave it as is instead.
21486         * keymap.c (access_keymap): Handle t bindings like nil bindings.
21487         Make nil bindings in char-tables transparent.
21488         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
21490 2001-11-26  Richard M. Stallman  <rms@gnu.org>
21492         * textprop.c (set_text_properties_1): Allow START, END in either order.
21493         Do nothing if range is empty.
21495         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
21497         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
21498         (clean): Not here.
21500 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
21502         * textprop.c (set_text_properties_1): Clearly mark that the
21503         interval should not be empty.
21505         * intervals.c (graft_intervals_into_buffer):
21506         Don't call set_text_properties_1 on an empty interval.
21508 2001-11-25  Richard M. Stallman  <rms@gnu.org>
21510         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
21512         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
21513         don't lose the data in it.
21515 2001-11-25  Juanma Barranquero  <lektu@terra.es>
21517         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
21519         * buffer.c (Fkill_buffer): Likewise.
21521         * print.c (temp_output_buffer_setup): Likewise.
21523 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
21525         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
21527 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
21529         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
21530         Niemitalo <kon@iki.fi>.
21532 2001-11-25  Jason Rumney  <jasonr@gnu.org>
21534         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
21536         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
21537         (Fx_show_tip): Block input during frame creation.
21538         (Fx_show_tip, Fx_hide_tip): Enable.
21540 2001-11-24  Richard M. Stallman  <rms@gnu.org>
21542         * lread.c (Fload): Detect recursive load error for more than 3
21543         nestings of the same file.
21544         (Vrecursive_load_depth_limit): Variable deleted.
21545         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
21547 2001-11-24  Jason Rumney  <jasonr@gnu.org>
21549         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
21550         mouse position if either left or top is not specified.
21552         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
21553         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
21554         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
21555         (my_create_tip_window): Assign tip_window.
21556         (x_create_tip_frame): Use same defaults as X.
21557         (compute_tip_xy): Remove unused variable.  Use full screen width.
21558         (Fx_show_tip): Do not double height.  Call ShowWindow directly.
21560         * w32term.c (x_after_update_window_line): Doc fix.
21561         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
21562         frames.
21563         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
21565         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
21566         for all Windowed systems.
21568 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
21570         * msdos.c (IT_clear_screen): If the frame's faces are not yet
21571         realized, use the initial screen colors to clear the screen.
21573 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21575         * textprop.c (Fset_text_properties): Remove unused variables
21576         `unchanged', `prev_changed', `s' and `len'.
21578         * search.c (Freplace_match): Remove unused variable `inslen'.
21580         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
21582 2001-11-22  Jason Rumney  <jasonr@gnu.org>
21584         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
21585         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
21586         (my_create_tip_window): New function.
21587         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
21588         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
21590 2001-11-20  Jason Rumney  <jasonr@gnu.org>
21592         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
21593         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
21595         * w32fns.c (Vw32_system_coding_system): Remove.
21596         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
21598 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
21600         * fileio.c (Fwrite_region): Move choose_write_coding_system to
21601         after build_annotations.
21603         * syntax.c (describe_syntax): Add dummy arg.
21604         (describe_syntax_1): Update call to describe_vector.
21606         * category.c (describe_category): Add dummy arg.
21607         (describe_category_1): Update call to describe_vector.
21609         * keymap.c (Fdescribe_vector): Add `describer' parameter.
21610         (describe_command, describe_translation): Add dummy second param.
21611         (describe_map): Call elt_describer with two arguments.
21612         (describe_vector_princ): Add `fun' parameter.
21613         Call it instead of the hardcoded `princ'.
21614         (describe_vector): Add arg `args'.
21615         Pass it as a new second argument to elt_describer.
21617         * keymap.h (describe_vector): Update prototype.
21619         * frame.c: Don't include keymap.h any more.
21620         (keys_of_frame): Remove.
21622         * lisp.h (keys_of_frame): Remove declaration.
21624         * emacs.c (main): Don't call `keys_of_frame' any more.
21626 2001-11-14  Andreas Schwab  <schwab@suse.de>
21628         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
21629         if defined, 0 otherwise.
21630         (MAP_FAILED): Define if not defined and use it to test mmap failure.
21631         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
21633 2001-11-19  Richard M. Stallman  <rms@gnu.org>
21635         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
21637 2001-11-18  Jason Rumney  <jasonr@gnu.org>
21639         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
21640         (x_draw_bar_cursor): If the background color of the glyph under
21641         the cursor equals the frame's cursor color, use the glyph's
21642         foreground color for drawing the bar cursor.
21643         (x_after_update_window_line): Clear internal border in different
21644         circumstances.
21645         (w32_set_vertical_scroll_bar): Check for width and height > 0.
21646         (w32_draw_relief_rect): Correct relief by 1 pixel.
21647         (x_set_glyph_string_background_width):
21648         Set extends_to_end_of_line_p if the row's fill_line_p is set and
21649         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
21650         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
21651         if cursor_in_non_selected_windows is false.
21652         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
21653         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
21654         Notice if cursor gets overwritten.
21655         (notice_overwritten_cursor): Renamed from
21656         note_overwritten_text_cursor.  Rewritten to take glyph widths
21657         into account, and to take X positions as parameters.
21658         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
21659         around call to x_draw_glyphs.
21660         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
21661         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
21662         color to use for image glyph reliefs.
21663         (x_draw_image_relief): Accept zero tool_bar_button_relief.
21664         (glyph_rect): Remove unused variable `area'.
21666         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
21667         some items.
21668         (x_set_internal_border_width): Set frame garbaged when window
21669         doesn't exist yet.
21670         (Fx_create_frame): Accept zero tool_bar_button_relief.
21671         (x_clear_image_1, four_corners_best, image_background)
21672         (image_background_transparent): New functions.
21673         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
21674         (gs_format): Add `:background' entry.
21675         (lookup_image): Set IMG's background color if specified.
21676         (pbm_load, xbm_load_image, png_load): Set IMG's background field
21677         when appropriate.
21678         (x_clear_image_1): Reset `background_valid' and
21679         `background_transparent_valid' fields.
21680         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
21681         calculating it here.  Set IMG's background_transparent field.
21682         (enum xpm_keyword_index): Add XPM_BACKGROUND.
21683         (enum png_keyword_index): Add PNG_BACKGROUND.
21684         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
21685         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
21686         (enum gif_keyword_index): Add GIF_BACKGROUND.
21687         (enum gs_keyword_index): Add GS_BACKGROUND.
21688         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
21689         Pre-calculate image background color where necessary.
21690         (x_create_x_image_and_pixmap, xbm_load, gs_load):
21691         Use display info's n_cbits entry for screen depth.
21692         (Fx_show_tip): Remove unused variables `buffer', `top',
21693         `left', `max_width' and `max_height'.
21695         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
21697 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
21699         * puresize.h (BASE_PURESIZE): Increase to 750000.
21701 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21703         * frame.c (Fframe_live_p): Doc fix.
21705 2001-11-18  Richard M. Stallman  <rms@gnu.org>
21707         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
21708         (message_dolog_marker3): New static variables hold three markers.
21709         (syms_of_xdisp): Initialize and staticpro them.
21710         (message_dolog): Use message_dolog_marker1..3 instead of
21711         allocating markers each time.  Unchain them when done.
21713 2001-11-17  Richard M. Stallman  <rms@gnu.org>
21715         * doc.c (Fsnarf_documentation): Doc fix.
21717 2001-11-17  Andreas Schwab  <schwab@suse.de>
21719         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
21721 2001-11-17  Richard M. Stallman  <rms@gnu.org>
21723         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
21725 2001-11-17  Jason Rumney  <jasonr@gnu.org>
21727         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
21729 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
21731         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
21732         with invalid position.
21734 2001-11-16  Richard M. Stallman  <rms@gnu.org>
21736         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
21738         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
21739         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
21740         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
21742         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
21744 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
21746         * fileio.c (build_annotations): Split off the tail.
21747         (build_annotations_2): New fun.  Extracted from build_annotations.
21748         (Fwrite_region): Split the call to build_annotations into two
21749         calls to build_annotations and build_annotations_2.
21751 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21753         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
21754         clear_waiting_for_input with argument.
21756         * xterm.h (x_update_cursor): Remove duplicated prototype.
21758         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
21760         * xterm.c (waiting_for_input): Remove unnecessary declaration.
21762         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
21764 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
21766         * fileio.c (choose_write_coding_system): New fun, extracted
21767         from Fwrite_region.
21768         (Fwrite_region): Use it.
21770         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
21771         (funcall_lambda, run_hook_with_args): Make static and add prototype.
21772         (ml_apply, find_handler_clause): Add prototype.
21774 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
21776         * config.in: Add #undef HAVE_COFF_H.
21778         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
21779         Required for ISC 4.1.
21781 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
21783         * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
21784         Andrew Wiseman <a.wiseman@btclick.com>.
21786 2001-11-16  Kim F. Storm  <storm@cua.dk>
21788         The following changes are made to clean up the various internal
21789         references to the fringes to actually use the term `fringe' for
21790         them.  Previously, they were called `flags areas', `bitmap areas',
21791         `left/right side of windows', or implicitly as `flags' or
21792         `bitmaps':
21794         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
21795         Comments fixed.  Use renamed symbols.
21797         * dispnew.c: Comment fix.  Use renamed symbols.
21799         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
21800         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
21801         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
21803         * msdos.c: Comment fix.
21805         * w32fns.c: Use renamed symbols.
21807         * w32term.c: Comment fixes.  Use renamed symbols.
21808         (fringe_bitmap_type): Renamed from bitmap_type.
21809         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
21810         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
21811         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
21813         * w32term.h: Comment fixes.  Use renamed symbols.
21814         (fringes_extra): Renamed from flags_areas_extra.
21815         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
21816         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
21817         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
21818         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
21819         (FRAME_X_LEFT_FRINGE_WIDTH):
21820         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
21821         (FRAME_X_RIGHT_FRINGE_WIDTH):
21822         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
21824         * widget.c: Use renamed symbols.
21826         * window.c: Comment fixes.  Use renamed symbols.
21827         (coordinates-in-window-p): Doc fix.
21829         * xdisp.c: Comment fixes.  Use renamed symbols.
21831         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
21833         * xfns.c: Use renamed symbols.
21835         * xterm.c: Comment fixes.  Use renamed symbols.
21836         (fringe_bitmap_type): Renamed from bitmap_type.
21837         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
21838         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
21839         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
21841         * xterm.h: Comment fixes.  Use renamed symbols.
21842         (fringes_extra): Renamed from flags_areas_extra.
21843         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
21844         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
21845         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
21846         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
21847         (FRAME_X_LEFT_FRINGE_WIDTH):
21848         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
21849         (FRAME_X_RIGHT_FRINGE_WIDTH):
21850         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
21852 2001-11-15  Jason Rumney  <jasonr@gnu.org>
21854         * w32menu.c (add-menu-item): Make help_echo and radio buttons
21855         work for most menu items.  From David Ponce
21856         <david.ponce@wanadoo.fr>.
21858 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
21860         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
21861         Some x_set_* function expect to be called even if old and new
21862         value are equal.
21864         * xdisp.c (build_desired_tool_bar_string): Accept zero
21865         tool_bar_button_relief.
21867         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
21869         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
21871         * xterm.c (x_draw_bar_cursor): If the background color of the
21872         glyph under the cursor equals the frame's cursor color, use
21873         the glyph's foreground color for drawing the bar cursor.
21875         * dispnew.c (direct_output_forward_char): Fix character/byte
21876         position comparison.
21878 2001-11-15  Miles Bader  <miles@gnu.org>
21880         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
21881         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
21882         Update arguments to find_field.
21883         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
21884         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
21885         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
21886         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
21888 2001-11-14  Richard M. Stallman  <rms@gnu.org>
21890         * editfns.c (Fpropertize): Allow call with 1 arg.
21892         * dispextern.h (image_background, image_background_transparent):
21893         Conditionalize on HAVE_X_WINDOWS.
21895 2001-11-13  Richard M. Stallman  <rms@gnu.org>
21897         * print.c (Fprin1_to_string): Doc fix.
21899         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
21901         * floatfns.c (Fceiling, Ffloor): Doc fixes.
21903         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
21905         * fileio.c (Ffile_accessible_directory_p): Doc fix.
21907         * eval.c (syms_of_eval): Doc fix.
21909         * coding.c (syms_of_coding): Doc fix.
21911         * doc.c (Fsnarf_documentation): Doc fix.
21913         * dispnew.c (syms_of_display): Doc fix.
21915         * category.c (Fget_unused_category): Doc fix.
21917         * buffer.c (syms_of_buffer): Doc fixes.
21919 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
21921         * print.c (prin1, print): Doc fix.
21923 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21925         * fontset.h: Remove declarations of variables
21926         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
21928         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
21929         `Vclip_large_size_font'.
21931 2001-11-13  Jason Rumney  <jasonr@gnu.org>
21933         * w32fns.c: Doc fix.
21935 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21937         * xfaces.c (Fface_attributes_as_vector): Doc fix.
21939         * fns.c: Doc fix.
21941         * emacs.c: Doc fix.
21943         * coding.c: Doc fix.
21945         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
21946         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
21947         `new style' [w/`doc:' keyword].
21949 2001-11-12  Richard M. Stallman  <rms@gnu.org>
21951         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
21952         LeaveNotify events.  Only FocusIn and FocusOut do that now.
21953         (x_display_and_set_cursor): Do display hollow cursors in active
21954         minibuffer windows when they are not selected.
21956 2001-11-12  Jason Rumney  <jasonr@gnu.org>
21958         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21959         * w32term.c: Change doc-string comments to `new style'
21960         [w/`doc:' keyword].  Doc fixes.
21962         * w32fns.c: Don't define max.
21963         (Fx_open_connection): Only execute once.
21965 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21967         * ccl.c: Change macros to use do-while block instead of if-else.
21968         Use braces to follow GNU Coding Standards.
21970 2001-11-11  Richard M. Stallman  <rms@gnu.org>
21972         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
21974         * lread.c (read_escape): Use end_of_file_error for reporting eof.
21976         * insdel.c (replace_range): Use adjust_markers_for_replace
21977         instead of adjust_markers_for_delete and adjust_markers_for_insert.
21979         * intervals.h (set_text_properties, set_text_properties_1): Declare.
21981         * textprop.c (set_text_properties_1): New subroutine
21982         broken out of set_text_properties.
21983         (set_text_properties): Use set_text_properties_1.
21985         * intervals.c (graft_intervals_into_buffer):
21986         Use set_text_properties_1 to clear out properties.
21988         * search.c (Freplace_match): Use replace_range to insert
21989         and delete.  Don't request property inheritance from
21990         surrounding text.
21992 2001-11-10  Jason Rumney  <jasonr@gnu.org>
21994         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
21995         vertical fonts.  Allow them if face name is explicitly specified.
21996         Do not give up if we find a font that cannot be converted to an xlfd.
21998 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
22000         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
22001         instead of malloc/free.
22003 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22005         * xfaces.c (merge_face_vectors): Use braces to follow GNU
22006         Coding Standards.
22007         (Finternal_set_lisp_face_attribute): Likewise.
22009         * buffer.c (Fbury_buffer): Likewise.
22011         * indent.c (current_column_1): Remove unused variable `prev_col'.
22013         * coding.c (encode_coding): Use precomputed value of `src'.
22014         (encode_coding): Remove unused variable `src_end'.
22015         (code_convert_region): Remove unused variables `count'.
22017 2001-11-07  Jason Rumney  <jasonr@gnu.org>
22019         * w32term.c (x_display_and_set_cursor): Do not move system caret
22020         if cursor_glyph is NULL.
22022 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22024         * keymap.c (access_keymap): Fix compilation error.
22026 2001-11-07  Miles Bader  <miles@gnu.org>
22028         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
22030 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22032         * intervals.c (graft_intervals_into_buffer):
22033         Remove #ifdef'd-out code.
22034         (graft_intervals_into_buffer): Remove unused variable `middle'.
22036         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
22037         code (eval-current-buffer).
22038         Change doc-string comments to `new style' [w/`doc:' keyword].
22040 2001-11-06  Richard M. Stallman  <rms@gnu.org>
22042         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
22044 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
22046         * lread.c (read1): Fix behavior with nested backquoting.
22048         * keyboard.c (make_lispy_event): Check integerness and fix
22049         Lisp_Object/int mixup.
22051 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22053         * fns.c (copy_hash_table): Remove unused variable `v'.
22055         * fontset.c (fontset_font_pattern): Remove unused variable
22056         `family_registry'.
22058         * indent.c (current_column_1): Remove unused variable `prev_col'.
22060 2001-11-05  Richard M. Stallman  <rms@gnu.org>
22062         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
22064         * buffer.c (Fkill_buffer): Don't delete auto save file
22065         if buffer is modified.
22067 2001-11-05  Andrew Innes  <andrewi@gnu.org>
22069         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
22070         CHECK_NUMBER_CDR.
22072 2001-11-05  Richard M. Stallman  <rms@gnu.org>
22074         * unexelf.c (unexec): Minor changes; clean up comments.
22076 2001-11-05  Sam Steingold  <sds@gnu.org>
22078         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
22080 2001-11-05  Andreas Schwab  <schwab@suse.de>
22082         * sound.c (sound_perror): Save errno from being clobbered.
22084 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
22086         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
22087         the program image directly.
22089 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22091         * buffer.h (Fbuffer_local_value): Add prototype.
22093 2001-11-04  Richard M. Stallman  <rms@gnu.org>
22095         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
22096         and CHECK_BUFFER.
22098         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
22099         (record_char): Likewise.
22101         * keyboard.c (make_lispy_event): Don't insist a drag event must
22102         move to a different buffer position.  Instead, check for moving at
22103         least double_click_fuzz.
22105         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
22107         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
22109         * indent.c (current_column_1, Fmove_to_column): Separate the code
22110         for display-table glyphs from the code for buffer text, to fix
22111         bugs in the former.
22113 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
22115         * buffer.c (Fbuffer_local_value): New function.
22116         (syms_of_buffer): Defsubr it.
22118         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
22119         value of `cursor-in-non-selected-windows'.
22121         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
22122         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
22123         (syms_of_xdisp): Initialize it.
22125 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22127         * xfns.c (Fx_create_frame): Doc fix.
22129         * coding.c: Change doc-string comments to `new style' [w/`doc:'
22130         keyword].
22132         * eval.c (top_level_value, top_level_set): Remove commented and
22133         #ifdef'd-out code.
22134         (Fdefvar): Fix usage in doc-string.
22136 2001-11-03  Richard M. Stallman  <rms@gnu.org>
22138         * xfns.c: Include unistd.h, if it exists.
22140         * editfns.c: Move the include of ctype.h after unistd.h.
22142         * gmalloc.c: Test BROKEN_PROTOTYPES.
22144 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
22146         * lisp.h (CHECK_STRING_CAR): New macro.
22147         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
22148         treating XCAR and XCDR as lvalues.
22149         (openp): Use CHECK_STRING_CAR.
22150         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
22152 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
22154         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
22155         (SIGMASKTYPE): Define.
22157         * syssignal.h (sigunblock): Don't define if already defined.
22159 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22161         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
22162         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
22163         Fix typos in comments.
22165         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
22166         and #ifdef'd-out code.
22167         Fix and reindent comments.
22169         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
22171         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
22172         argument `i' in macros.
22174         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
22175         `i' in macros.
22177         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
22178         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
22179         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
22180         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
22181         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
22182         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
22183         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
22184         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
22185         in macros.
22187         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
22188         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
22189         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
22190         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
22191         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
22192         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
22193         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
22194         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
22195         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
22196         (remove unused second argument).
22198 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
22200         * syntax.c (describe_syntax): New wrapper.
22201         (Finternal_describe_syntax_value): Rename from describe_syntax.
22202         Don't insert space at front and \n at the end.
22203         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
22205         * regex.c (re_wctype): Try to fix some warnings.
22206         (regcomp, regexec): Don't forget the __restrict.
22208 2001-11-02  Richard M. Stallman  <rms@gnu.org>
22210         * textprop.c (Fget_char_property): Doc fix.
22212 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22214         * process.c (Fstart_process): Add usage to doc-string.
22216         * data.c (Fsetq_default): Ditto.
22218         * callint.c (Finteractive): Ditto.
22220 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
22222         * macros.c: Don't include keymap.h any more.
22224 2001-11-01  Richard M. Stallman  <rms@gnu.org>
22226         * data.c (Fmake_local_variable): Doc fix.
22228         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
22229         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
22231         * keymap.c (Fdescribe_buffer_bindings): Print character property
22232         bindings along with or instead of the buffer local map.
22233         Make the overriding maps override what they should.
22235 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22237         * window.c (grow_mini_window): Fix typo in comment.
22239 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
22241         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
22242         (XTset_vertical_scroll_bar): Likewise.
22244         * xfns.c (x_build_heuristic_mask): Use four_corners_best
22245         instead of IMAGE_BACKGROUND.
22247         * xfns.c (four_corners_best): Reindent.
22249         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
22250         Handle :box so that it is possible to specify sexprs.
22252 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
22254         * s/hpux11.h: New file.
22256 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22258         * emacs.c (USAGE1): Show command line option --no-window-system
22259         instead of --no-windows in usage.
22260         (standard_args): Rename --no-windows to --no-window-system.
22261         (bug_reporting_address): Follow Emacs coding conventions.
22263         * eval.c (Fcommandp): Doc fix.
22264         Change doc-string comments to `new style' [w/`doc:' keyword].
22266         * frame.c (Fframe_live_p): Doc fix.
22268         * buffer.c (selective-display-ellipses): Doc fix.
22270 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
22272         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
22274         * xfaces.c (realize_x_face): If C is not a single-byte character,
22275         set the face's colors_copied_bitwise_p instead of the defaulted_p
22276         members which have a different meaning.
22277         (free_face_colors): Do nothing for a face whose colors have been
22278         copied bitwise.
22280         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
22282 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22284         * marker.c, mocklisp.c: Change doc-string comments to `new style'
22285         [w/`doc:' keyword].
22287 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
22289         * fns.c (require_unwind): Return Lisp_Object.
22291 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22293         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
22294         (last-input-char): Revert doc-string to be the same as the
22295         doc-string of `last-input-event'.
22297         * xdisp.c: Fix typos in comments.
22299 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
22301         * window.c (grow_mini_window): Handle case that the root
22302         window is already smaller than the nominal mininum height.
22304 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22306         * emacs.c (main): Don't call keys_of_macros any more.
22308         * lisp.h (keys_of_macros): Remove.
22310         * macros.c (keys_of_macros): Remove.
22312         * xfaces.c (Fface_attribute_relative_p): Declare args.
22314 2001-10-30  Jason Rumney  <jasonr@gnu.org>
22316         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
22317         (enum_font_cb2): Ignore fonts with vertical orientation.
22319 2001-10-30  Richard M. Stallman  <rms@gnu.org>
22321         * keyboard.c (Finput_pending_p): Doc fix.
22323 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
22325         * xterm.c (x_after_update_window_line): Don't run the code
22326         clearing in borders for rows whose visible height is 0.
22328         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
22329         resized_p flag is set.  If not set, use the much less flickering
22330         method previously used.
22332         * dispnew.c (change_frame_size_1): Set frame's resized_p.
22334         * frame.h (struct frame) <resized_p>: New member.
22336         * lread.c (to_multibyte): Ensure read_buffer is at least twice
22337         as large as the number of bytes to convert.
22339         * lread.c (to_multibyte): New function.
22340         (read1): Use it.
22342 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
22344         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
22346 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
22348         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
22349         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
22350         if the row's fill_line_p is set and drawing the last glyph with
22351         DRAW_IMAGE_{RAISED,SUNKEN}.
22353         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
22355 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
22357         * xmenu.c: Include coding.h and charset.h.
22358         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
22359         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
22360         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
22361         Explicitly set wv->help.  Use `TRUE' rather than `True'.
22362         (menu_help_callback): Use empty_string.
22364         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
22365         (Fx_popup_dialog): Explicitly init f.
22366         (w32_menu_display_help): Use empty_string.
22368 2001-10-29  Richard M. Stallman  <rms@gnu.org>
22370         * fns.c (Frequire): Detect recursive try to require the same
22371         feature 3 or more levels deep, and get error.
22372         (require_unwind): New subroutine.
22373         (require_nesting_list): New variable.
22374         (syms_of_fns): Init and staticpro it.
22376         * print.c (print_object): Clarify indication of insertion type.
22378 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
22380         * coding.c (syms_of_coding): Document that locale-coding-system is
22381         used for decoding input on X.
22383         * window.c (Fscroll_left, Fscroll_right): Doc fix.
22385 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22387         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
22388         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
22390 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
22392         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
22393         use NO_CURSOR if cursor_in_non_selected_windows is false.
22395         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
22396         the slant attribute if FRAME is t.
22398         * xfns.c (x_set_internal_border_width): Set frame garbaged
22399         when X window doesn't exist yet.
22401         * xterm.c (x_after_update_window_line): Clear internal border
22402         in different circumstances.
22404         * xterm.c (XTread_socket) <KeyPress>: Don't use
22405         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
22406         <handa@etl.go.jp>.
22408 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
22410         * m/ibms390.h: New file.  From Adam Thornton
22411         <athornton@sinenomine.net>.
22413 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
22415         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
22417         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
22418         a loop counter.
22420 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22422         * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
22424         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
22425         keyword].
22426         Fix typos in comments.
22428         * emacs.c (bug_reporting_address): New function.
22429         Use it when displaying usage message.
22431         * minibuf.c (read_minibuf): Remove unused external declaration of
22432         variable `Qread_only'.
22434         * keymap.c (access_keymap): Remove unused variable `charset'.
22436 2001-10-28  Miles Bader  <miles@gnu.org>
22438         * xfaces.c (merge_face_heights): Handle TO being relative as well.
22439         Remove #ifdef'd-out code.
22440         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
22441         (syms_of_xfaces): Initialize them.
22443 2001-10-27  Jason Rumney  <jasonr@gnu.org>
22445         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
22446         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
22447         position using the system caret.
22449         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
22450         (w32_system_caret_height, w32_system_caret_x)
22451         (w32_system_caret_y): New variables for tracking system caret.
22452         (w32_initialize): Initialize them.
22453         (x_display_and_set_cursor): Make system caret follow the active cursor.
22455         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
22456         New messages types.
22458         * w32term.c (note_mouse_highlight): Clear old help_echo.
22460 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22462         * xterm.c: Fix typo in a comment.
22464         * emacs.c: Fix typos in comments.
22465         Remove unnecessary spaces.
22466         Change doc-string comments to `new style' [w/`doc:' keyword].
22467         (USAGE2): Fix typos in usage string.
22469         * xterm.c: Fix typo in a comment.
22471         * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
22472         emacs.c.
22474 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
22476         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
22477         instead of 1/2 line_height in the heuristic for skipping
22478         farther backward when target_y was not reached.
22480         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
22481         Display errno only if non-zero.
22482         (sound_warning): New function.
22483         (vox_configure): Don't treat failing to set sample rate as error.
22484         (various places): Improve error messages.
22486 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
22488         * fileio.c (Faccess_file): Run the argument filename through
22489         Fexpand_file_name, before using it.
22491         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
22492         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
22494 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
22496         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
22498         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22499         Fix clearing in the case of scroll bars on the right.
22501 2001-10-26  Juanma Barranquero  <lektu@terra.es>
22503         * w32gui.h (XImage): Add a dummy typedef.
22505 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
22507         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
22509 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
22511         * frame.c (Fframe_parameter): Fix last change.
22513         * fileio.c: Revert last change (which removed old commented-out
22514         version of expand-file-name).  Add a comment that explains why
22515         this old version should not be removed.
22517 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
22519         * frame.c (Fframe_parameter): Fix a bug whereby some
22520         ``artificial'' frame parameters, like `minibuffer' were not
22521         obtained by calling Fframe_parameters.
22523         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
22524         cursor differently.
22526         * xdisp.c (move_it_vertically_backward): Compute line height
22527         differently.  Add heuristic to try to be more compatible to 20.x.
22529 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22531         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
22533         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
22534         boolean.
22536 2001-10-25  Miles Bader  <miles@gnu.org>
22538         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
22539         BG is a pointer to a structure, not a structure.
22540         (gif_format, png_format): Add missing commas.
22542 2001-10-24  Richard M. Stallman  <rms@gnu.org>
22544         * xfaces.c (Fface_attributes_as_vector): New function.
22545         (syms_of_xfaces): Defsubr it.
22547 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22549         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
22550         variable `area'.
22552 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22554         * search.c (scan_newline): Remove unused variable `selective_display'.
22556 2001-10-25  Miles Bader  <miles@gnu.org>
22558         * dispextern.h (struct image): Add `background',
22559         `background_valid', and `background_transparent' fields.
22560         (image_background, image_background_transparent): New declarations.
22561         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
22562         * xfns.c (image_background, image_background_transparent)
22563         (four_corners_best): New functions.
22564         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
22565         (gs_format): Add `:background' entry.
22566         (lookup_image): Set IMG's background color if specified.
22567         (pbm_load, xbm_load_image, png_load): Set IMG's background field
22568         when appropriate.
22569         (x_clear_image_1): Reset `background_valid' and
22570         `background_transparent_valid' fields.
22571         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
22572         calculating it here.  Set IMG's background_transparent field.
22573         (enum xpm_keyword_index): Add XPM_BACKGROUND.
22574         (enum png_keyword_index): Add PNG_BACKGROUND.
22575         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
22576         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
22577         (enum gif_keyword_index): Add GIF_BACKGROUND.
22578         (enum gs_keyword_index): Add GS_BACKGROUND.
22579         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
22580         Pre-calculate image background color where necessary.
22581         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
22582         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
22583         color to use for image glyph reliefs.
22585 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
22587         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
22588         in full-width rows.
22590         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22591         Fix clearing of area not covered by scroll bar.
22593 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22595         * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
22596         and `real_start'.
22597         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
22598         (glyph_rect): Remove unused variable `area'.
22600 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
22602         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
22604         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
22605         (row_containing_pos): Take additional argument DY.
22606         Treat rows ending in middle of char differently.
22607         (display_line): Handle tabs on window systems differently.
22609         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
22610         with additional argument.
22612         * dispextern.h (row_containing_pos): Adjust prototype.
22614         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
22615         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
22616         (try_window_id, try_window_reusing_current_matrix)
22617         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
22618         (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
22620 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22622         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
22623         gnuemacs).
22624         (HAVE_BOXES): Fix typo in comment.
22625         (push_menu_pane): Fix typo in comment.
22627         * xdisp.c (display_prop_string_p): Remove unused local declaration
22628         of `Qwhen'.
22629         (single_display_prop_string_p): Remove unused local declarations
22630         of `Qwhen' and `Qmargin'.
22631         (string_buffer_position): Remove unused variable `around'.
22632         (store_frame_title): Remove unused variable `width'.
22634         * window.c: Don't define max.
22635         (coordinates_in_window): Remove unused variable `uy'.
22637         * widget.c: Don't define max.
22639         * process.c: Don't define max.
22640         (create_process): Remove unused variable `buffer'.
22642 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22644         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
22646 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
22648         * xfaces.c (Finternal_set_lisp_face_attribute)
22649         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
22650         frame is on a windowed display.
22652 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22654         * dispnew.c (sync_window_with_frame_matrix_rows):
22655         Fix handling of windows which aren't full-width, fix handling
22656         of marginal areas.
22658         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
22660 2001-10-23  Andreas Schwab  <schwab@suse.de>
22662         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
22663         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
22665 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22667         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
22668         REAL_END.  Notice if cursor gets overwritten.
22669         (notice_overwritten_cursor): Take X positions as parameters.
22670         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
22671         around call to x_draw_glyphs.
22673 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22675         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
22676         instead of C) and usage.
22678         * editfns.c (char-to-string): Fix argument names (use CHAR instead
22679         of C) and usage.
22681         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
22682         `left', `max_width' and `max_height'.
22684 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22686         * xdisp.c (display_line): For a tab continued to the next line,
22687         set row's ends_in_middle_of_char_p.
22689 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
22691         * xdisp.c (display_line): Fix computation of continuation lines
22692         width for TABs.
22694 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22696         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
22697         `Qlaplace'.
22699         * fileio.c: Remove unused code.
22701 2001-10-22  Miles Bader  <miles@gnu.org>
22703         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
22704         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
22705         Remove `DOC_STRINGS_IN_COMMENTS' cases.
22707 2001-10-21  Jason Rumney  <jasonr@gnu.org>
22709         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
22711 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
22713         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
22714         (Finsert_string): Avoid the multi-line string literals warning.
22716 2001-10-22  Miles Bader  <miles@gnu.org>
22718         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
22719         (Fdocumentation): Don't use it.
22720         (syms_of_doc): Don't initialize it.
22722         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
22723         * print.c (Fwith_output_to_temp_buffer): Likewise.
22724         * window.c (Fsave_window_excursion): Likewise.
22725         * editfns.c (Fsave_excursion, Fsave_current_buffer)
22726         (Fsave_restriction): Likewise.
22727         * eval.c (Frun_hooks, Frun_hook_with_args)
22728         (Frun_hook_with_args_until_failure)
22729         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
22730         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
22731         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
22732         (Funwind_protect, Fcondition_case): Likewise.
22733         * coding.c (Ffind_operation_coding_system): Likewise.
22734         * keyboard.c (Ftrack_mouse): Likewise.
22736 2001-10-21  Miles Bader  <miles@gnu.org>
22738         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
22739         (Fmake_hash_table): Add usage: string to doc string.
22740         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
22741         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
22742         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
22743         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
22744         (Fml_prefix_argument_loop): Likewise.
22746 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22748         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
22750         * sysdep.c (init_sys_modes): Change doc-string comments to `new
22751         style' [w/`doc:' keyword].
22753         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
22754         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
22755         comments to `new style' [w/`doc:' keyword].
22757 2001-10-21  Jason Rumney  <jasonr@gnu.org>
22759         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
22761         * w32term.c (remember_mouse_glyph): New function.
22762         (w32_mouse_position): Use it.
22763         (note_mouse_movement): If the mouse moved off the glyph, remember
22764         its new position.
22766         * w32term.h (struct w32_output): Correct spelling of x_compatible.
22767         (w32_display_info): Add mouse_face_overlay.
22769         * w32term.c (notice_overwritten_cursor): Renamed from
22770         note_overwritten_text_cursor.  Rewritten to take glyph widths into
22771         account.
22772         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
22773         (fast_find_string_pos): New function.
22774         (fast_find_position): Return the correct vpos.  Add parameter
22775         STOP.  In the final row, stop before glyphs having STOP as object.
22776         Don't consider glyphs that are not from a buffer.
22777         (fast_find_position) [0]: Add a presumably more correct version
22778         for after 21.1.
22779         (expose_window_tree, expose_frame): Don't compute intersections here.
22780         (expose_window): Do it here instead.
22781         (expose_window_tree, expose_window, expose_line): Return 1 when
22782         overwriting mouse-face.
22783         (expose_window): If W is the window currently being updated, mark
22784         the frame garbaged.
22785         (expose_frame): If mouse-face was overwritten, redo it.
22786         (x_use_underline_position_properties): New variable.
22787         (syms_of_xterm): DEFVAR_BOOL it.
22788         (x_draw_glyph_string): Add comment to use it in future.
22789         (x_draw_glyph_string): Restore clipping after drawing box.
22790         Fix a computation of the underline position.
22791         (w32_get_glyph_string_clip_rect): Minor cleanup.
22792         (x_fill_stretch_glyph_string): Remove an assertion.
22793         (x_produce_glyphs): Don't convert multibyte characters
22794         to unibyte characters in unibyte buffers.
22795         (cursor_in_mouse_face_p): New function.
22796         (x_draw_stretch_glyph_string): Use it to choose a different GC
22797         when drawing a cursor within highlighted text.  Don't draw
22798         background again if it has already been drawn.
22799         (x_draw_glyph_string_box): Don't draw a full-width
22800         box just because the glyph row's full_width_p flag is set.
22801         (x_draw_glyphs): Fix computation of rightmost x for
22802         full-width rows.
22803         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
22804         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
22805         change bottom shadow accordingly.  Some cleanup.
22806         (x_update_window_end): Handle overwritten mouse face
22807         also for tool bar windows.
22808         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
22809         DRAW is DRAW_IMAGE_RAISED.
22810         (clear_mouse_face): Return 1 if text with mouse face was
22811         actually redrawn.  Make the function static.
22812         Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
22813         optimize away highlighting if we pass over that same overlay again.
22814         (note_mouse_highlight): Call mouse_face_overlay_overlaps
22815         to detect a case where we have to highlight a different region
22816         despite not having left the currently highlighted region.
22817         Set mouse_face_overlay in the x_display_info.  Avoid changing the
22818         mouse pointer shape when show_mouse_face has already done it, or
22819         there is no need.  Handle mouse-face and help-echo in strings.
22820         (glyph_rect): New function.
22821         (w32_mouse_position): Use it to raise the threshold for mouse
22822         movement event generation.
22823         (w32_initialize_display_info): Initialize the x_display_info's
22824         mouse_face_overlay.
22825         (w32_set_vertical_scroll_bar): Don't clear a zero height
22826         or width area.
22827         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
22828         a widget to zero height.
22830         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
22831         Protect unibyte strings created by replacing their multibyte
22832         equivalents in menu_items.
22833         (w32_menu_show): Don't overwrite an item's name with its key
22834         description in case the description is a multibyte string.
22835         (single_submenu): Some cleanup.
22837         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
22838         (postprocess_image): New function.
22839         (lookup_image): Call it for all image types except PostScript.
22840         (x_kill_gs_process): Call postprocess_image.
22841         (tiff_error_handler, tiff_warning_handler): New functions.
22842         (tiff_load): Install them as handlers.
22843         (x_kill_gs_process): Recognize if someone has cleared the image
22844         cache under us.
22845         (valid_image_p): Protect better against invalid image
22846         specifications.  Previous code could signal an error.
22847         (Fx_hide_tip, Fshow_tip): Doc fix.
22848         (Fv_max_tooltip_size): New variable.
22849         (syns_of_xfns): DEFVAR_LISP it.
22850         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
22851         window buffer to *tip* right after creating the frame.  Set frame's
22852         window_width.  Use a maximum tooltip size specified by
22853         Vx_max_tooltip_size, if that has valid contents.
22854         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
22855         Make sure the tooltip is completely visible.
22856         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
22857         (Fx_create_frame): Adjust the frame's height for presence
22858         of the tool bar before calling x_figure_window_size.
22859         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
22860         when the window gets smaller.
22861         (x_set_foreground_color): Set frame's cursor_pixel.
22862         (x_set_foreground_color, x_set_background_color): Cleaned up.
22863         (x_set_font): Handle case of x_new_fontset returning the same name
22864         as before, although there was a change in fontsets.
22866 2001-10-21  Miles Bader  <miles@gnu.org>
22868         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
22869         (Flogxor): Add usage: string to doc string.
22870         * charset.c (Fstring): Likewise.
22871         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
22872         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
22874 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22876         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
22878         * alloc.c: Reindent DEFUNs with doc: keywords.
22880         * abbrev.c (Finsert_abbrev_table_description): Reindent.
22882         * frame.c: Change doc-string comments to `new style' [w/`doc:'
22883         keyword].
22885 See ChangeLog.9 for earlier changes.
22887 ;; Local Variables:
22888 ;; coding: iso-2022-7bit
22889 ;; End:
22891     Copyright (C) 2001, 2002, 2003, 2004, 2005,
22892         2006 Free Software Foundation, Inc.
22893   Copying and distribution of this file, with or without modification,
22894   are permitted provided the copyright notice and this notice are preserved.
22896 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4