* xterm.h (x_catch_errors) Return value changed to void.
[emacs.git] / src / ChangeLog
blobea5f5e317b8d1e79b69a520d89a4cd87665cc122
1 2006-02-25  Chong Yidong  <cyd@stupidchicken.com>
3         * xterm.h (x_catch_errors) Return value changed to void.
4         (x_uncatch_errors): Unused count argument deleted.
5         
6         * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
7         it can be called in a signal handler.
8         (x_catch_errors_unwind): Function deleted.
9         (x_uncatch_errors): Deallocate last x_error_message_stack struct.
10         (x_check_errors): Call x_uncatch_errors before signalling error.
12         (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
13         (x_connection_closed, x_list_fonts): Use new versions of
14         x_catch_errors and x_uncatch_errors.
16         * xselect.c (x_own_selection, x_decline_selection_request)
17         (x_reply_selection_request, x_get_foreign_selection)
18         (Fx_get_atom_name, Fx_send_client_event): Likewise.
20         * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
21         Likewise.
23         * eval.c (record_unwind_protect): Add an assertion.
25 2006-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27         * process.c (Fmake_network_process): Init the process's mark.
29 2006-02-25  Kim F. Storm  <storm@cua.dk>
31         * buffer.c (modify_overlay): Force redisplay if we modify an
32         overlay at the end of the buffer.
34 2006-02-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36         * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
37         nil the image file has been removed, in that case use the (cached)
38         pixmap.
40 2006-02-24  Kenichi Handa  <handa@m17n.org>
42         * fileio.c (Finsert_file_contents): When a text is replaced
43         partially, be sure to set point before the inserted characters.
45 2006-02-23  Zhang Wei  <id.brep@gmail.com>  (tiny change)
47         * xfns.c (Fx_file_dialog): Return a decoded file name.
49 2006-02-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
51         * dispnew.c (update_text_area): Avoid needless redraw of rightmost
52         glyph whose face is extended to the text area end.
54         * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
55         values if control is not visible or values are not changed.
57 2006-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * window.c (Fwindow_list): Check `window' before doing XWINDOW.
60         The default `window' should not be "on a different frame".
62 2006-02-22  Kim F. Storm  <storm@cua.dk>
64         * indent.c (Fvertical_motion): Only try to move back if we can.
66 2006-02-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
68         * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
69         n_clip_rects.
71         * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
72         xmenu.c.
74         * macterm.c (GC_CLIP_REGION): Remove macro.
75         (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
76         All uses changed.  Don't do clipping if n_clip_rects is zero.
77         (mac_set_clip_rectangles): Use xassert instead of abort.
78         Set n_clip_rects.  Don't make clip_region empty when number of
79         clipping rectangles is zero.
80         (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
81         calling mac_set_clip_rectangles.
82         (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
83         avoid multiple redraws.
85 2006-02-22  Kim F. Storm  <storm@cua.dk>
87         * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
89 2006-02-21  Kim F. Storm  <storm@cua.dk>
91         * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
93 2006-02-21  Zhang Wei <brep@newsmth.org>
95         * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
96         returning it.
98 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
100         * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
101         (standard_bitmaps): Use it.
103 2006-02-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
105         * macterm.c (mac_draw_string_common): Remove arg MODE.  New arg
106         BG_WIDTH.  All uses changed.  Draw background if BG_WIDTH is not zero.
107         (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
108         [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
109         mac_draw_string_cg.  New arg BG_WIDTH.  All uses changed.
110         Draw background if BG_WIDTH is not zero.  Use float constants as
111         divisors instead of double.  Use alloca instead of xmalloc/xfree.
112         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
113         [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
114         mac_draw_image_string* functions.
115         (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
116         some fonts when srcCopy text transfer mode might be used.
117         (mac_begin_clip, mac_end_clip): Check if region is empty.
118         (mac_set_clip_rectangles): When resetting clip region, make it
119         empty instead of disposing of it.
121 2006-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
124         Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8).
126 2006-02-20  Kim F. Storm  <storm@cua.dk>
128         * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
130         * buffer.h (struct buffer): New members fringe_indicator_alist and
131         fringe_cursor_alist.
133         * buffer.c (init_buffer_once): Set dummy default values for
134         fringe-indicator-alist and fringe-cursor-alist.  The proper
135         default values are set by pre-loading fringe.el.
136         (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
137         fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
138         corresponding default- variables.
140         * fringe.c (enum fringe_bitmap_type): Remove.  Change all uses
141         to use `int'.
142         (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
143         Define explicitly.
144         (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
145         (Qhollow_small): New variables.
146         (syms_of_fringe): Intern and staticpro them.
147         (question_mark_bits): Rename from unknown_bits.
148         (left_curly_arrow_bits): Rename from continuation_bits.
149         (right_curly_arrow_bits): Rename from continued_bits.
150         (left_triangle_bits): Rename from ov_bits.
151         (right_triangle_bits): Add.
152         (filled_rectangle_bits): Rename from filled_box_cursor_bits.
153         (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
154         (filled_square_bits): Add.
155         (vertical_bar_bits): Rename from bar_cursor_bits.
156         (horizontal_bar_bits): Rename from hbar_cursor_bits.
157         (empty_line_bits): Rename from zv_bits.
158         (standard_bitmaps): Update to use new names.
159         (draw_fringe_bitmap_1): Make static.
160         (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
161         to map from logical cursors and indicators to physical bitmaps.
162         (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
163         bitmaps using symbol names instead of bitmap numbers.
164         (update_window_fringes): Use logical indicator symbol names
165         instead of bitmap numbers for logical.  Add bitmap cache.
166         (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
168 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
170         * regex.c: Revert 2006-02-19 change.
171         (xmalloc, xrealloc): Define these when not linked to Emacs.
172         Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
174 2006-02-19  Luc Teirlinck  <teirllm@auburn.edu>
176         * regex.c (extend_range_table_work_area): Fix typo.
178 2006-02-19  Richard M. Stallman  <rms@gnu.org>
180         * xterm.c (x_catch_errors): Use xmalloc.
182         * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
183         (regex_compile): Likewise.
184         (regcomp): Use xmalloc.
186         * gtkutil.c (malloc_widget_value): Use xmalloc.
188         * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
189         (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
191         * xmenu.c (digest_single_submenu): When pane_string is empty,
192         do initialize save_wv.
194 2006-02-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
196         * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
197         w->update_mode_line if arg F is not the selected frame.
199         * macmenu.c (popup_activated_flag, submenu_id)
200         (next_menubar_widget_id): Remove variables.
201         (initialize_frame_menubar): Remove function.
202         (pop_down_menu, mac_menu_show): Simplify save value.
203         (dispose_menus): New function.
204         (pop_down_menu, fill_menubar): Use it.
205         (fill_submenu): Remove function.  All uses changed to fill_menu.
206         (add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
207         POS.  Don't call SetMenuItemHierarchicalID here.
208         (fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
209         used next.  Call SetMenuItemHierarchicalID here.
210         (fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
211         objects if needed.  Reuse existing menu bar titles if possible.
212         (set_frame_menubar): Don't clean up menu objects here.
214 2006-02-18  Chong Yidong  <cyd@stupidchicken.com>
216         * window.c (window_min_size_1): Ensure room for the scroll bar and
217         fringes.
219 2006-02-17  Romain Francoise  <romain@orebokech.com>
221         * puresize.h (BASE_PURESIZE): Increment to 1200000.
223 2006-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
226         addition of the BLOCK_INPUTs.
228 2006-02-17  Juanma Barranquero  <lekktu@gmail.com>
230         * window.c (Fset_window_scroll_bars): Doc fix.
232 2006-02-17  Kenichi Handa  <handa@m17n.org>
234         * xdisp.c (display_mode_element): Call display_string with correct
235         PREC arg (which must be a number of characters, not column width).
237 2006-02-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
239         * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
241         * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
243         * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
245 2006-02-14  Richard M. Stallman  <rms@gnu.org>
247         * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
249         * m/ibms390x.h: New file.
251 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
253         * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
254         value of x-gtk-whole-detached-tool-bar.
255         (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
257         * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
259 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
261         * xterm.c (x_x_to_emacs_modifiers): Make non-static.
263         * xterm.h: Declare x_x_to_emacs_modifiers.
265         * gtkutil.c (xg_tool_bar_button_cb): New function.
266         (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
267         store modifiers in event.
268         (update_frame_tool_bar): Connect button-release-event to
269         xg_tool_bar_button_cb.
271 2006-02-13  Richard M. Stallman  <rms@gnu.org>
273         * .gdbinit (xwindow): Update the code to show the window box.
275 2006-02-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
277         * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
279 2006-02-12  Richard M. Stallman  <rms@gnu.org>
281         * cmds.c (internal_self_insert): Handle weird auto-fill-function.
283 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
285         * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
286         (syms_of_keyboard): DEVFAR_LISP and initialize it.
287         (parse_tool_bar_item, parse_menu_item): If that variable is
288         non-nil, don't disable menu items and tool-bar buttons.
290 2006-02-11  Juanma Barranquero  <lekktu@gmail.com>
292         * doc.c (Fsubstitute_command_keys): Doc fix.
294 2006-02-10  Thien-Thi Nguyen  <ttn@gnu.org>
296         * data.c (Findirect_function): Rewrite docstring.
297         Fix omission bug: Declare new arg NOERROR.
299 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
301         * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
302         if window_desc is not set yet.
303         (Fx_create_frame): Remove variable x_frame_name.  Apply 2005-12-07
304         and 2006-01-26 changes for xfns.c.  Call x_iconify_frame if frame
305         parameter `visibility' is `icon'.
306         (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
307         instead of "fontset-mac".
308         (Fx_focus_frame): New defun.
309         (syms_of_macfns): Defsubr it.
311         * macterm.c (mac_define_frame_cursor): Don't change pointer shape
312         for unfocused frame.
313         (x_raise_frame): Call BringToFront instead of SelectWindow.
314         (x_lower_frame): Use NULL instead of nil.
315         (x_make_frame_visible): Don't call SelectWindow.
316         (XTread_socket): Increment handling_signal at the start, decrement
317         it at the end.
318         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
319         CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
321 2006-02-10  Kim F. Storm  <storm@cua.dk>
323         * data.c (Findirect_function): Add NOERROR arg.  All callers changed
324         to pass Qnil for NOERROR.
326         * keymap.c (current_minor_maps_error): Remove.
327         (current_minor_maps): Pass Qt for NOERROR to Findirect_function
328         instead of using internal_condition_case_1+current_minor_maps_error.
330 2006-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
332         * xterm.c (handle_one_xevent): Must note mouse movement even for nil
333         frames for GTK, in that case it is the tool bar.  This is so that
334         highlighted text get reset properly.
336 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
338         * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
340 2006-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
342         * window.c (adjust_window_trailing_edge): Check that shrinking
343         does not set a window to size zero or less.
345 2006-02-08  Miles Bader  <miles@gnu.org>
347         * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
348         of Fget_text_property (other field functions work with overlays as
349         well as text-properties).
351 2006-02-07  Kenichi Handa  <handa@m17n.org>
353         * dispextern.h (unibyte_display_via_language_environment): Extern it.
355         * xterm.h (unibyte_display_via_language_environment):
356         * w32term.h (unibyte_display_via_language_environment):
357         * macterm.h (unibyte_display_via_language_environment): Delete extern.
359 2006-02-07  Kenichi Handa  <handa@m17n.org>
361         * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
362         (produce_glyphs): Set the character to print in
363         it->char_to_display.  Handle unibyte-display-via-language-environment.
364         (produce_stretch_glyph): Set character to print in it->char_to_display.
366 2006-02-06  Kenichi Handa  <handa@m17n.org>
368         * lread.c (openp): Initialize encoded_fn before GCPRO it.
370 2006-02-05  Ken Raeburn  <raeburn@raeburn.org>
372         * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
374         * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
375         Cast bitfield value to EMACS_INT, to suppress gcc warning.
377         * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
378         defining.
380 2006-02-03  Kim F. Storm  <storm@cua.dk>
382         * xdisp.c: Cache last merged escape glyph face.
383         (last_escape_glyph_frame, last_escape_glyph_face_id)
384         (last_escape_glyph_merged_face_id): New variables.
385         (get_next_display_element): Use/update them.
386         (redisplay_internal): Reset them before redisplay.
388         * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
389         Only recheck faces after displaying ellipsis.
391 2006-02-02  Kenichi Handa  <handa@m17n.org>
393         * coding.c (decode_composition_emacs_mule): Fix handling of
394         incorrect format data.
396 2006-01-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
398         * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
399         (gtk_toolbar_insert) so we can have tool bars of different sizes.
401 2006-01-30  Luc Teirlinck  <teirllm@auburn.edu>
403         * data.c (Flistp): Doc fix.
405 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
407         * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
408         Fix typos in docstrings.
410 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
412         * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
414 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
416         * alloc.c (make_interval, allocate_string)
417         (allocate_string_data, make_float, Fcons, allocate_vectorlike)
418         (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
419         global variables.
421 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
423         * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
424         the MSDOS definition.
426 2006-01-26  Richard M. Stallman  <rms@gnu.org>
428         * alloc.c (check_pure_size): Make overflow message an "error message".
430         * keymap.c (Fmap_keymap): Doc fix.
432         * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
433         unless they were cleared out.
435         * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
437 2006-01-26  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
439         * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
440         (find_field): Set before_field to after_field when pos is at BEGV.
441         (Fline_beginning_position, Fline_end_position): Clarify
442         confusing doc string.
444         * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
445         string.
447 2006-01-26  Kenichi Handa  <handa@m17n.org>
449         * callproc.c (Fcall_process): GCPRO error_file.  Encode infile,
450         current_dir, and error_file.  On reporting an error, decode them
451         back.
453 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
456         (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
457         Don't check for quit, since any loop will go through fail or jump.
459 2006-01-24  Chong Yidong  <cyd@stupidchicken.com>
461         * alloc.c (allocate_string_data): Update next_free immediately, to
462         reduce risk of memory clobberage.
464 2006-01-24  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
466         * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
467         display when point moves across an ellipsis.  If there are
468         adjacent invisible texts, don't lose the second one's ellipsis.
469         (x_produce_glyphs): Doc fix.
471 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
475 2006-01-23  Kim F. Storm  <storm@cua.dk>
477         * xdisp.c (handle_single_display_spec): Fix handling of space
478         property on char from string: set *position rather than
479         it->current.pos.
480         (produce_stretch_glyph): Reduce width of stretch glyphs so they
481         don't get wider than the window (unless truncate-lines is on).
483 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
485         * xterm.c: Avoid allocating Lisp data from a signal handler.
486         (x_error_message): New var to replace x_error_message_string.
487         (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
488         (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
489         (syms_of_xterm): Use it instead of x_error_message_string.
491         * alloc.c (lisp_align_free): Add an assertion.
492         (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
493         (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
494         a signal handler.
496 2006-01-21  Luc Teirlinck  <teirllm@auburn.edu>
498         * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
500 2006-01-21  Romain Francoise  <romain@orebokech.com>
502         * xdisp.c (get_window_cursor_type): Fix last change.
503         Update copyright year.
505 2006-01-20  Eli Zaretskii  <eliz@gnu.org>
507         * lread.c (Fload): Don't leak the file descriptor returned by
508         openp if we are going to signal an error.
510         * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
511         directly to _close.
512         (sys_dup): Protect against new_fd larger than fd_info[] can handle.
513         (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
514         to _read.
515         (sys_write): If FD is outside [0..MAXDESC) limits, pass it
516         directly to _write.
518         * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
519         if it is NULL.
521 2006-01-20  Kenichi Handa  <handa@m17n.org>
523         * puresize.h (BASE_PURESIZE): Increment to 1190000.
525 2006-01-19  Chong Yidong  <cyd@stupidchicken.com>
527         * xdisp.c (get_window_cursor_type): Use cursor type specified by
528         the selected buffer for the echo area too.
530 2006-01-19  Richard M. Stallman  <rms@gnu.org>
532         * keymap.c (Fmap_keymap): Doc fix.
534         * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
536         * keyboard.c (echo_char): Don't omit the space between first two
537         echoed chars.
539         * minibuf.c (read_minibuf): Fix previous change.
541 2006-01-19  Kenichi Handa  <handa@m17n.org>
543         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
545 2006-01-17  Richard M. Stallman  <rms@gnu.org>
547         * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
548         value in f->param_alist.
550 2006-01-15  Andreas Schwab  <schwab@suse.de>
552         * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
554 2006-01-13  Richard M. Stallman  <rms@gnu.org>
556         * Makefile.in: Define new macro WINDOW_SUPPORT.
557         (lisp): Use it.
558         (SOME_MACHINE_LISP): Add conditionally loaded files.
560 2006-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
562         * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
563         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
564         (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
565         decomposed form.
567         * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
568         (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
569         (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
570         macro.  Also try member ifr_addr when getting netmask.
572 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
574         * fileio.c (Fexpand_file_name): Remove redundant tests.
575         Fix elimination of // so that it doesn't prevent elimination of an
576         immediately following /. or /..
578 2006-01-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
580         * gtkutil.c (xg_toggle_notify_cb): New function.
581         (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
582         xg_toggle_notify_cb.
583         (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
584         parameter value changes so the toggle button gets updated.
586 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
588         * .gdbinit: Fix typo.
590 2006-01-05  Eli Zaretskii  <eliz@gnu.org>
592         * .gdbinit: Fix last change.
594 2006-01-05  Kim F. Storm  <storm@cua.dk>
596         * process.c (Fmake_network_process): Use AF_INET instead of
597         AF_UNSPEC when AF_INET6 is not defined.
599 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
601         * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
602         Don't check that the other type is known file-related one.
604         * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
605         gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
606         OS X 10.4 and later.
608 2006-01-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
610         * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
611         let GTK do all image processing.  Importing Emacs own pixmaps to GTK
612         looks bad for inactive tool bar items with some Gnome themes.
614 2006-01-04  Eli Zaretskii  <eliz@gnu.org>
616         * .gdbinit: Avoid a warning message when x_error_quitter is not
617         compiled in.
619         * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
620         for w32.
622 2006-01-04  Kim F. Storm  <storm@cua.dk>
624         * process.c: Add IPv6 support.
625         (Qipv4, Qipv6): New vars.
626         (syms_of_process): Intern and staticpro them.
627         (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
628         with or without port number.  Handle 4 element vector as IPv4 address
629         without port number.
630         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
631         (conv_lisp_to_sockaddr): Handle IPv6 addresses.
632         (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
633         request that address family only.  :family nil or omitted means to
634         determine address family from the specified :host and :service.
635         (ifflag_table): Add missing OpenBSD IFF_ flags.
636         (server_accept_connection): Handle IPv6 addresses.
637         (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
639         * .gdbinit: Undo last change.  Instead, look at Vsystem_type to
640         determine which breakpoints to set.
642 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
646         * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
648 2006-01-03  Romain Francoise  <romain@orebokech.com>
650         * emacs.c (main): Update copyright year.
652 2006-01-03  Ken Raeburn  <raeburn@gnu.org>
654         * callproc.c (delete_temp_file): Bind file-name-handler-alist to
655         nil for the call to internal_delete_file.
657 2006-01-01  Ken Raeburn  <raeburn@gnu.org>
659         * callproc.c (Fcall_process_region): Bind file-name-handler-alist
660         to nil for the call to Fwrite_region.
662 2005-12-31  Richard M. Stallman  <rms@gnu.org>
664         * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
666 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
668         * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
670 2005-12-30  Luc Teirlinck  <teirllm@auburn.edu>
672         * textprop.c (set_text_properties): Reword description of return value.
673         Return Qnil if caller wants to remove all text properties from a
674         string and the string already has no intervals.
676 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * term.c (visible_cursor): New boolean var.
679         (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
680         visible_cursor.
681         (syms_of_term): Export the new var as "visible-cursor".
683 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
685         * .gdbinit: Tell users not to worry about GDB warnings that some
686         functions do not exist in the binary.
688 2005-12-30  Andreas Schwab  <schwab@suse.de>
690         * process.c (Fnetwork_interface_info): Correctly terminate the
691         loop over ifflag_table.
693 2005-12-29  Richard M. Stallman  <rms@gnu.org>
695         * lread.c (readevalloop): Test for reading a whole buffer
696         before actually reading anything.  Handle all cases, including
697         START = END = nil and an already-narrowed buffer.
698         Convert END to a marker if it is a number.
700         * keymap.c (describe_map): Put sparse map elements into an array,
701         sort them, then output a sequence of identical bindings on one line.
702         (struct describe_map_elt): New data type.
703         (describe_map_compare): New function.
705 2005-12-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
707         * gtkutil.c (xg_get_file_with_chooser): Change message shown
708         in file chooser.
710 2005-12-27  Richard M. Stallman  <rms@gnu.org>
712         * lread.c (readevalloop): Set PT and ZV in the proper buffer,
713         not the current one.
715         * minibuf.c (Fminibuffer_message): Doc fix.
716         (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
718         * eval.c (do_autoload): Ignore elements of Vautoload_queue
719         where car is not symbol.
721 2005-12-27  Kenichi Handa  <handa@m17n.org>
723         * charset.c (lisp_string_width): Check multibyteness of STRING.
725 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
727         * xfns.c: x_show_hidden_files, new variable.
728         (syms_of_xfns): Defvar it.
730         * gtkutil.c (xg_toggle_visibility_cb): New function.
731         (xg_get_file_with_chooser): Add toggle hidden files and a message
732         to the new file chooser dialog.  Show hidden files if
733         x_show_hidden_files is non-zero.
735 2005-12-26  Richard M. Stallman  <rms@gnu.org>
737         * keyboard.h: Undo previous change.
739         * Makefile.in (undo.o): Undo previous change.
741         * undo.c: Undo previous change.
743 2005-12-26  Luc Teirlinck  <teirllm@auburn.edu>
745         * keyboard.h: extern last_point_position_window.
747         * undo.c: include keyboard.h.
749         * Makefile.in (undo.o): Depend on keyboard.h.
751 2005-12-26  Richard M. Stallman  <rms@gnu.org>
753         * commands.h (last_point_position_window): Declare.
755         * undo.c: Depend on window.h.
756         (record_point): Save old point from the correct window.
758         * keyboard.c (last_point_position_window): New variable.
759         (command_loop_1): Set last_point_position_window.
760         (syms_of_keyboard): Init it.
762         * Makefile.in (undo.o): Depend on window.h.
764 2005-12-25  Richard M. Stallman  <rms@gnu.org>
766         * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
767         to undo a `provide'.
769         * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
771 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>
773         * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
774         define for FreeBSD on this platform.
776 2005-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
778         * macterm.h (TYPE_FILE_NAME): New define.
779         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
781         * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
782         Add prototypes.  Make static.
783         (mac_aedesc_to_lisp): Initialize err to noErr.
784         (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
785         (init_coercion_handler): New functions.
786         (Fmac_coerce_ae_data): Use coercion of Apple event data for
787         translation from/to file names.
789         * macterm.c: Don't include sys/param.h.
790         (init_coercion_handler): Add extern.
791         [MAC_OS8] (main): Call init_coercion_handler.
792         (mac_initialize) [MAC_OSX]: Likewise.
793         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
794         Apple event data for translation from/to file names.
796         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
798         * image.c [MAC_OS] (find_image_fsspec): Likewise.
800 2005-12-23  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
802         * insdel.c (insert, insert_and_inherit, insert_before_markers)
803         (insert_before_markers_and_inherit): Make sure FROM is correct
804         when `after-change-functions' are called.
806 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
808         * xfns.c (Fx_uses_old_gtk_dialog): New function.
810         * gtkutil.c (xg_uses_old_file_dialog): New function.
811         (xg_get_file_name): Use xg_uses_old_file_dialog.
813         * gtkutil.h: Declare xg_uses_old_file_dialog.
815 2005-12-22  Richard M. Stallman  <rms@gnu.org>
817         * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
819 2005-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
821         * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
823         * macgui.h (XCharStruct): Remove member `valid_p'.
824         (STORE_XCHARSTRUCT): Don't set member `valid_p'.
825         (XCharStructRow): New typedef.
826         (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
827         New macros.
828         (struct MacFontStruct): Add member `bounds'.  Remove member
829         `per_char'.  All uses for QuichDraw Text fonts are changed to
830         `bounds.per_char'.  ATSUI font bounds are represented as an array
831         `bounds.rows' of XCharStructRow's, each of which consists of a
832         bitmap of valid entries and an array of char bounds.
834         * macterm.c (mac_per_char_metric): Add prototype.
835         (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
836         (mac_query_char_extents): New function.
837         (x_per_char_metric): Use it.
838         (XLoadQueryFont): Likewise.  Consolidate min/max_bounds calculations.
839         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
840         Use mac_per_char_metric instead of x_per_char_metric.
841         (mac_text_extents_16): New function.
842         (mac_compute_glyph_string_overhangs): Use it.
843         (mac_unload_font): Free member `bounds' in struct MacFontStruct.
845 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
847         * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
848         (Fminibuffer_completion_help): Remove duplicates before display.
850 2005-12-21  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
852         * print.c (print_preprocess): Don't lose print_depth levels while
853         iterating.
855 2005-12-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
857         * macmenu.c (Qmac_apple_event): Add extern.
858         (set_frame_menubar, mac_menu_show keymp_panes)
859         (single_keymap_panes, list_of_panes, list_of_item)
860         (single_menu_item): Add argument types to prototypes.
861         (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
862         (struct skp): New struct (from xmenu.c).
863         (single_keymap_panes, single_menu_item, list_of_panes)
864         (list_of_item): Sync with xmenu.c.
865         (Fx_popup_menu, Fx_popup_dialog): Likewise.  Don't get window from
866         POSITION if it is mac-apple-event event.
867         (menubar_selection_callback): Don't use menu_command_in_progress.
868         (set_frame_menubar): First parse all submenus, then make
869         widget_value trees from them.  Don't allocate any widget_value
870         objects until we are done with the parsing.
871         (parse_single_submenu, digest_single_submenu): New functions.
872         (single_submenu): Function deleted, replaced by those two.
873         (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
874         create or dispose of EventHandlerUPP.  Install hander to all submenus.
875         (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
876         instead of ENCODE_SYSTEM.
877         (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
878         integer values.
879         [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
880         (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
881         format menu item string.  Don't use NULL for integer value.
883         * macterm.h (struct mac_output): Remove unused member
884         menu_command_in_progress.
886 2005-12-20  Juri Linkov  <juri@jurta.org>
888         * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
889         position is non-nil, else set it to nil.
891         * macmenu.c (Fx_popup_menu): Add `else' to set
892         Vmenu_updating_frame to nil only if position is nil.
894         * w32menu.c (Fx_popup_menu): Add `else' to set
895         Vmenu_updating_frame to nil only if position is nil.
897 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
899         * keyboard.c (make_lispy_event): Drag-and-drop items are now
900         stored in member `args' of struct input_event.
902         * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
904         * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
905         stored in member `args' of struct input_event.
907         * w32term.c (construct_drag_n_drop): Likewise.
909         * macterm.c (mac_do_receive_drag): Likewise.
910         (x_use_underline_position_properties): Undo 2005-07-13 change.
911         (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
912         (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
913         (mac_pass_command_to_system, mac_pass_control_to_system):
914         New boolean variables renamed from Lisp_Object ones
915         Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
916         Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
917         All uses changed.
918         (syms_of_macterm): DEFVAR_BOOL them.  Remove previous DEFVAR_LISPs.
919         Make them user options.
920         (mac_handle_command_event, mac_store_services_event):
921         Call create_apple_event_from_event_ref without 5th argument.
922         (backtranslate_modified_keycode): Mask off modifier keys that are
923         mapped to some Emacs modifiers before passing it to KeyTranslate.
924         (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
925         `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
926         Fix docstrings of `mac-*-modifier'.
928         * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
929         (do_applescript): Change argument types to Lisp_Object.
930         All uses changed.
932         * macterm.h (create_apple_event_from_event_ref): Remove 5th
933         argument from extern.
935 2005-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
937         * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
938         the answer, return `lambda', not nil.
940 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
942         * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
943         enclosed in $(ARGQUOTE)s should not be split between two lines, as
944         that will break with GNU Make >3.80, when sh.exe is used and
945         arg quoting is with '..'.
947 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
949         * print.c (print_preprocess): Just signal an error if print_depth
950         is exceeded.
952 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
954         * .gdbinit: Set a breakpoint on w32_abort.
956 2005-12-16  Juri Linkov  <juri@jurta.org>
958         * minibuf.c (Fminibuffer_completion_contents): New Lisp function
959         created from minibuffer_completion_contents.
960         (minibuffer_completion_contents): Remove.
961         (do_completion, Fminibuffer_complete_word)
962         (Fminibuffer_completion_help): Replace minibuffer_completion_contents
963         with Fminibuffer_completion_contents.
964         (syms_of_minibuf): Add Sminibuffer_completion_contents.
965         (Fdisplay_completion_list): Doc fix.
966         (display_completion_list_1): Use `nil' for second arg of
967         `Fdisplay_completion_list'.
969 2005-12-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
971         * xfns.c (compute_tip_xy): Handle negative dx and dy.
973         * w32fns.c (compute_tip_xy): Ditto.
975         * macfns.c (compute_tip_xy): Ditto.
977 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
979         * print.c (print_preprocess): Go to a deeper print_depth to avoid
980         print_object loop.
982 2005-12-14  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
984         * coding.c (code_convert_region_unwind): GCPRO arg.
986 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
988         * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
989         i.e. dy is offset from top of frame instead of bottom.
991         * macfns.c (compute_tip_xy): Ditto.
993         * w32fns.c (compute_tip_xy): Ditto.
995         * gtkutil.c (SSDATA): New macro to remove compiler warnings.
996         (xg_get_image_for_pixmap, xg_create_frame_widgets)
997         (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
999         * xmenu.c (menubar_selection_callback): Do nothing if the callback
1000         is for an unselected radio menu item.
1002 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1004         * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
1006         * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
1008         * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
1009         (Flookup_key): Doc fix.
1010         (syms_of_keymap) <function-key-map>: Doc fix.
1012         * fns.c (Frequire): Treat evaluating from a source file
1013         like loading the file.
1015         * floatfns.c (Flog): Doc fix.
1017         * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
1018         when we change the buffer.
1020 2005-12-11  Juri Linkov  <juri@jurta.org>
1022         * minibuf.c (display_completion_list_1):
1023         Call `minibuffer_completion_contents' instead of using `nil' as
1024         second arg of `Fdisplay_completion_list'.
1025         (keys_of_minibuf): Unbind SPC in
1026         Vminibuffer_local_filename_completion_map (see also related
1027         change on 2005-12-06).
1029 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1031         * emacs.c (main) [MAC_OS8]: Undo previous change.
1033         * macselect.c (syms_of_macselect) <mac-apple-event-map>:
1034         Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
1036 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1038         * Makefile.in (macselect.o): Depend on keymap.h.
1040         * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
1041         syms_of_macselect.
1043         * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
1044         [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
1046         * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
1047         (syms_of_keyboard) [MAC_OS]: Initialize it.
1048         (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
1050         * mac.c (Qundecoded_file_name): New variable.
1051         (syms_of_mac): Initialize it.
1052         (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
1053         [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
1054         (Fmac_coerce_ae_data): New defun.
1055         (syms_of_mac): Defsubr it.
1057         * macselect.c: Include keymap.h.
1058         (mac_ready_for_apple_events): New variable.
1059         (Vmac_apple_event_map, Qmac_apple_event_class)
1060         (Qmac_apple_event_id): New variables.
1061         (syms_of_macselect): Initialize them.
1062         (Qundefined, mac_store_apple_event): Add externs.
1063         (struct apple_event_binding): New struct.
1064         (find_event_binding_fun, find_event_binding)
1065         (mac_find_apple_event_spec, defer_apple_events)
1066         (mac_handle_apple_event, init_apple_event_handler)
1067         (copy_scrap_flavor_data): New functions.
1068         (Fmac_process_deferred_apple_events): New defun.
1069         (syms_of_macselect): Defsubr it.
1070         (mac_store_services_event): Fix extern.
1071         (mac_handle_service_event): Don't allocate Lisp objects during
1072         asynchronous input processing.  Use mac_store_services_event
1073         instead of mac_store_application_menu_event.
1075         * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
1076         (Qpreferences): Remove variables.
1077         (syms_of_macterm) : Don't initialize them.
1078         (Qhicommand) [USE_CARBON_EVENTS]: New variable.
1079         (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
1080         (init_required_apple_events, do_ae_open_application)
1081         (do_ae_print_documents, do_ae_open_documents)
1082         (do_ae_quit_application): Remove functions and prototypes.
1083         (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
1084         (mac_find_apple_event_spec): Add externs.
1085         (mac_store_application_menu_event): Remove function.
1086         (mac_store_apple_event, mac_make_lispy_event_code): New functions.
1087         (mac_handle_command_event): Create Apple event from Carbon event.
1088         Use mac_store_apple_event instead of mac_store_application_menu_event.
1089         [MAC_OSX] (mac_store_services_event): Likewise.
1090         (struct SelectionRange, SelectionRange): Remove struct and typedef.
1091         [MAC_OS8] (main): Call init_apple_event_handler instead of
1092         init_required_apple_events.
1093         (mac_initialize) [MAC_OSX]: Likewise.
1094         [!USE_CARBON_EVENTS] (mac_wait_next_event):
1095         Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
1097         * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
1098         Add externs.
1099         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
1100         (Fmac_get_preference): Add EXFUN.
1102         * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
1103         event.
1105 2005-12-09  Richard M. Stallman  <rms@gnu.org>
1107         * xfns.c (Fx_create_frame): Reinstate previous change.
1109 2005-12-09  Eli Zaretskii  <eliz@gnu.org>
1111         * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
1112         GDB to the abort dialog.
1114 2005-12-09  Kyotaro HORIGUCHI  <horiguti@meadowy.org>  (tiny change)
1116         * indent.c (Fvertical_motion): Force move if starting on
1117         stretch glyph.
1119 2005-12-08  Richard M. Stallman  <rms@gnu.org>
1121         * lread.c (read_escape) <\s>: Don't treat strings specially.
1123         * xfns.c (Fx_create_frame): Comment out previous change.
1125 2005-12-07  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1127         * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
1128         when needed.
1130 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1132         * minibuf.c (keys_of_minibuf): Just unbind SPC in
1133         Vminibuffer_local_filename_completion_map rather than forcing it
1134         explicitly to the same binding as the global map.
1136 2005-12-06  Ken Raeburn  <raeburn@gnu.org>
1138         * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
1139         * bytecode.c (Fbyte_code): Likewise.
1140         * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
1141         * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
1142         * undo.c (truncate_undo_list): Likewise.
1144 2005-12-05  Richard M. Stallman  <rms@gnu.org>
1146         * window.c (enlarge_window): Eliminate arg preserve_before.
1147         Assume it is 0.  All callers changed.
1148         (Fenlarge_window, Fshrink_window): Likewise.
1150 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
1152         * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
1153         fit below.
1155 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1157         * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
1159         * xfns.c (x_real_positions): int ign => unsigned int.
1160         (xg_set_icon_from_xpm_data): Remove unused variable err.
1161         (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
1162         to remove compiler warning.
1163         (compute_tip_xy): Put tip above pointer if it doesn't fit below.
1165 2005-12-02  David Reitter  <david.reitter@gmail.com>
1167         * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
1168         non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
1169         and Vminibuffer_local_must_match_filename_map keymaps.
1170         (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
1172         * keymap.c (Vminibuffer_local_filename_completion_map)
1173         (Vminibuffer_local_must_match_filename_map): New variables.
1174         (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
1175         parent to be Vminibuffer_local_completion_map and
1176         Vminibuffer_local_must_match_map, respectively.
1178         * commands.h (Vminibuffer_local_filename_completion_map)
1179         (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
1181 2005-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * window.c (Fset_window_configuration): Don't accidentally copy the
1184         window-point of one window to another.
1186 2005-11-30  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
1188         * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
1190 2005-11-30  Kim F. Storm  <storm@cua.dk>
1192         * alloc.c: Include fcntl.h.  Define O_WRONLY if not defined.
1193         (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
1194         passing it to `emacs_write'.
1196 2005-11-29  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
1198         * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
1200 2005-11-27  Richard M. Stallman  <rms@gnu.org>
1202         * window.c (adjust_window_trailing_edge): New function.
1203         (Fadjust_window_trailing_edge): New function.
1204         (syms_of_window): Defsubr it.
1205         (window_deletion_count): New variable.
1206         (delete_window): Update window_deletion_count.
1208 2005-11-26  Eli Zaretskii  <eliz@gnu.org>
1210         * minibuf.c (syms_of_minibuf): Mention the extension of
1211         `completion-auto-help's meaning by complete.el.
1213 2005-11-26  Henrik Enberg  <henrik.enberg@telia.com>
1215         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
1216         Handle :inherit property as a lisp expression.
1218 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1220         * macterm.c (Qcontrol): Rename from Qctrl.  All uses changed.
1221         (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
1222         Qsuper, and Qmodifier_value.
1223         (Vmac_control_modifier, Vmac_option_modifier)
1224         (Vmac_command_modifier, Vmac_function_modifier)
1225         (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
1226         (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
1227         (Vmac_charset_info_alist): Doc fixes.
1229 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1231         * emacs.c (main) [MAC_OSX]: Change working directory to home
1232         directory if `-psn_*' option is specified.
1234         * mac.c (DECODE_UTF_8): Remove macro.
1235         [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
1236         created from cfstring_to_lisp.
1237         [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
1238         (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
1240         * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
1241         Add prototype.
1243 2005-11-21  Ken Raeburn  <raeburn@gnu.org>
1245         * keymap.c (shadow_lookup): Use make_number to pass a number to
1246         Fsubstring.
1248 2005-11-21  Juri Linkov  <juri@jurta.org>
1250         * puresize.h (BASE_PURESIZE): Increment to 1180000.
1252 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
1254         * xfaces.c (Finternal_set_lisp_face_attribute):
1255         Use :ignore-defface for new frame defaults when `unspecified' is
1256         supplied.
1257         (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
1258         (merge_face_vectors): Don't do :ignore-defface overwriting here.
1259         (Finternal_merge_in_global_face): Do it here.
1261 2005-11-20  Juri Linkov  <juri@jurta.org>
1263         * charset.c (invalid_character): Use Lisp-readable syntax
1264         for octal and hex.  Reorder decimal, octal and hex values.
1266 2005-11-20  Nick Roberts  <nickrob@snap.net.nz>
1268         * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
1269         this type is recognised when debugging.
1271 2005-11-19  Andreas Schwab  <schwab@suse.de>
1273         * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
1274         Lisp_Cons and Lisp_Float.
1276 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1278         * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
1279         New variable.
1280         [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
1281         (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
1282         [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
1283         font size is smaller than or equal to cg_text_anti_aliasing_threshold.
1285 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1287         * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
1289         * xfaces.c (Qignore_defface): New variable.
1290         (syms_of_xfaces): Provide `:ignore-defface'.
1291         (IGNORE_DEFFACE_P): New macro.
1292         (check_lface_attrs, lface_fully_specified_p)
1293         (Finternal_set_lisp_face_attribute)
1294         (Fface_attribute_relative_p, Fmerge_face_attribute):
1295         Handle Qignore_defface as a possible value.
1296         (merge_face_vectors): The merged face is `unspecified' if the
1297         mergee specifies `:ignore-defface'.
1299 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1301         * lread.c (readevalloop): Add missing GCPROs.
1303 2005-11-16  Chong Yidong  <cyd@stupidchicken.com>
1305         * xfns.c (xg_set_icon_from_xpm_data): New function.
1307         * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
1308         (gnu_xbm_bits): Rename from gnu_bits (xbm version).
1310         * xterm.c (x_bitmap_icon): Use the xpm if available.
1312         * image.c (x_create_bitmap_from_xpm_data): New function.
1313         (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
1315 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
1317         * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
1319 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
1321         * .gdbinit: Make SIGTSTP work like SIGINT normally does.
1323 2005-11-15  Andreas Schwab  <schwab@suse.de>
1325         * lisp.h (struct Lisp_Cons): Make cdr a union.
1326         (XCDR_AS_LVALUE): Adjust.
1327         (struct Lisp_Float): Make data a union.
1328         (XFLOAT_DATA): Adjust.
1330         * alloc.c (free_float): Make free list chaining aliasing-safe.
1331         (make_float): Likewise.
1332         (free_cons): Likewise.
1333         (Fcons): Likewise.
1334         (check_cons_list): Likewise.
1335         (Fmake_symbol): Likewise.
1336         (allocate_misc): Likewise.
1337         (free_misc): Likewise.
1338         (gc_sweep): Likewise.
1340 2005-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1342         * mac.c (HASHKEY_QUERY_CACHE): New define.
1343         (xrm_create_database, xrm_q_put_resource): Empty query cache.
1344         (xrm_get_resource): Use query cache.
1346         * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
1347         inhibit_window_system is set.
1349 2005-11-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1351         * macgui.h (USE_CG_TEXT_DRAWING): New define.
1352         (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
1353         and cg_glyphs.
1355         * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
1356         (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
1357         (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
1358         cg_glyphs in struct MacFontStruct if synthesized bold or italic is
1359         not used and font substitution never occurs for ASCII and Latin-1
1360         characters.
1361         (XLoadQueryFont): Maximum and minimum metrics are now those among
1362         ASCII characters.
1363         (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
1364         height adjustments for Courier, Helvetica, and Times.
1366         * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
1368 2005-11-11  David Reitter  <david.reitter@gmail.com>
1370         * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
1371         macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
1372         Vmac_control_modifier / mac-control-modifier,
1373         Vmac_option_modifier / mac-option-modifier,
1374         Vmac_command_modifier / mac-command-modifier.
1375         (mac_to_emacs_modifiers): Use the new style modifier
1376         variables.  Return UInt32 (modifiers are longs now.)
1377         (backtranslate_modified_keycode): New function (refactoring).
1378         (XTread_socket): Use new modifier variables and refactored function.
1379         (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
1380         no dedicated meta key.  Not in use anyway.)
1381         (convert_fn_keycode): Map Fn-keys to their original keycode
1382         using a table (english keyboard only).
1384 2005-11-11  Kim F. Storm  <storm@cua.dk>
1386         * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
1387         Add post hook to "backtrace" to always dump lisp call stack to
1388         increase chance of people sending it to us when reporting bugs.
1390         * doc.c (Fsubstitute_command_keys): Doc fix.
1392         * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
1394         * xdisp.c (handle_stop): Skip overlay string handling if
1395         ignore_overlay_strings_at_pos_p is set.
1396         (set_iterator_to_next): At end of display vector, set
1397         ignore_overlay_strings_at_pos_p if dpvec came from an overlay
1398         string, so we skip those overlay strings at current pos.
1400 2005-11-10  Lars Hansen  <larsh@soem.dk>
1402         * fileio.c (file-regular-p): Doc fix.
1404 2005-11-10  Kim F. Storm  <storm@cua.dk>
1406         * alloc.c (valid_lisp_object_p): New function to validate that
1407         an object is really a valid Lisp_Object.
1409         * lisp.h (valid_lisp_object_p): Add prototype.
1411         * print.c (safe_debug_print): New function to be called from gdb
1412         to print Lisp objects; use valid_lisp_object_p to avoid crashing
1413         if user tries to print something which is not a Lisp object.
1415         * .gdbinit (pp, pp1): Use safe_debug_print.
1416         (pv, pv1): New commands to print value of a lisp variable.
1418 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
1420         * .gdbinit (pp1): New user-defined function.
1422 2005-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1424         * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
1426         * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
1427         related variables for dumped executable.
1429         * unexmacosx.c (unexec_write_zero): New function.
1430         (copy_data_segment): Clear uninitialized local variables in
1431         statically linked libraries.
1433         * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
1435 2005-11-09  Juri Linkov  <juri@jurta.org>
1437         * keymap.c (shadow_lookup): If Flookup_key returns a number,
1438         call it again with a sub-key-sequence, and if its return value
1439         is non-nil (sub-key is bound), return nil.
1441 2005-11-08  Kim F. Storm  <storm@cua.dk>
1443         * process.c (Fsignal_process): Recognize signal names with and
1444         without SIG prefix, e.g. SIGHUP and HUP.
1446         * search.c (search_buffer): No need to initialize base_pat.
1448 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * window.c (Fget_lru_window, Fget_largest_window, window_loop):
1451         Don't abuse the `mini' arg.  Use the `obj' arg instead.
1453 2005-11-04  Kim F. Storm  <storm@cua.dk>
1455         * xdisp.c (show_mouse_face): Clear mouse face to eol.
1457 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
1459         * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
1460         font-lock.elc and jit-lock.elc.
1462 2005-11-03  Richard M. Stallman  <rms@gnu.org>
1464         * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
1465         (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
1466         (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
1468         * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
1470         * alloc.c (refill_memory_reserve): Move decl out of conditionals.
1472 2005-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1474         * window.c (Fdisplay_buffer): Fix last change to not use
1475         a dedicated window.
1477 2005-11-01  Kim F. Storm  <storm@cua.dk>
1479         * fringe.c (update_window_fringes): Undo 2005-10-27 change.
1480         Instead, rotate the bottom angle bitmap 180 degrees to indicate
1481         that the bottom row does not end in a newline.
1483 2005-11-01  Andreas Schwab  <schwab@suse.de>
1485         * unexelf.c (unexec): Handle .plt section in BSS segment.
1487 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1489         * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
1491         * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
1492         determine whether to consider dedicated windows as well.
1493         (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
1494         (Fdisplay_buffer): Do consider dedicated windows in those cases where
1495         we will split the window rather than reuse it.
1496         Don't try to use windows on other displays.
1498 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
1500         * puresize.h (BASE_PURESIZE): Increment to 1170000.
1502 2005-10-31  Romain Francoise  <romain@orebokech.com>
1504         * macfns.c: Update copyright year.
1505         * m/gould.h: Likewise.
1507 2005-10-30  Kim F. Storm  <storm@cua.dk>
1509         * xdisp.c (display_line): Restore it->current_x and call
1510         extend_face_to_end_of_line when last glyph doesn't fit on line.
1511         (set_glyph_string_background_width): Remove specific tests here
1512         to see if face background should extend to end of line.  Simplify.
1514 2005-10-30  Richard M. Stallman  <rms@gnu.org>
1516         * alloc.c (BYTES_USED): Use uordblks, not arena.
1517         (bytes_used_when_reconsidered): New variable.
1518         (emacs_blocked_free): Set that.
1520 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
1522         * alloc.c (emacs_blocked_free): Fix typo.
1524 2005-10-29  Richard M. Stallman  <rms@gnu.org>
1526         * data.c (Fmake_variable_frame_local): Doc fix.
1528         * xdisp.c (handle_fontified_prop): Do nothing if memory full.
1529         (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
1530         controls whether to save and restore mode_line_proptrans_alist.
1531         Callers changed.
1532         (unwind_format_mode_line): Work with that feature.
1533         (redisplay_internal): Don't call prepare_menu_bars if memory full.
1534         (move_elt_to_front): New function.
1535         (display_mode_element): Use move_elt_to_front.
1536         Don't bother munging text props on a null string.
1537         Delete obsolete elts from mode_line_proptrans_alist.
1538         (decode_mode_spec): Test Vmemory_full, not spare_memory.
1539         (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
1541         * lisp.h (memory_full_cons_threshold): Declare.
1542         (internal_lisp_condition_case): Declare.
1544         * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
1545         (Fmemory_full_p): Function deleted.
1546         (syms_of_alloc): Don't defsubr it.
1547         (memory_full_cons_threshold): New variable.
1548         (spare_memory): Now a vector of 7 elts.
1549         (buffer_memory_full): Don't set Vmemory_full here.
1550         (xfree): Don't try to refill here.
1551         (emacs_blocked_free): Record BYTES_USED in local var.
1552         (memory_full): Now free all the slots in spare_memory.
1553         (refill_memory_reserve): Allocate each slot in spare_memory.
1554         (init_alloc_once): Call refill_memory_reserve.
1556         * keyboard.c (command_loop_1): Don't set Vmemory_full here.
1558         * eval.c (internal_lisp_condition_case): New function.
1559         (Fcondition_case): Use internal_lisp_condition_case.
1560         (Feval): Test Vmemory_full and memory_full_cons_threshold.
1561         (Ffuncall): Likewise.
1563         * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
1565 2005-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * syntax.c (Fparse_partial_sexp): Fix docstring.
1569 2005-10-28  Romain Francoise  <romain@orebokech.com>
1571         * puresize.h (BASE_PURESIZE): Increment to 1130000.
1573 2005-10-28  Richard M. Stallman  <rms@gnu.org>
1575         * xfns.c (syms_of_xfns): Provide `x' as feature.
1577         * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
1579         * editfns.c (Fformat): Don't include string padding
1580         between info[n].start and info[n].end.
1582         * alloc.c (spare_memory): No longer static.
1583         (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
1585         * puresize.h (BASE_PURESIZE): Increment to 1120000.
1587 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1589         * data.c (Fmake_variable_frame_local): Add clarification to docstring.
1591         * fringe.c (update_window_fringes): Handle case where buffer ends
1592         with a newline.
1594 2005-10-27  Kenichi Handa  <handa@m17n.org>
1596         * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
1598 2005-10-24  Kenichi Handa  <handa@m17n.org>
1600         * charset.h (charset_mule_unicode_0100_24ff)
1601         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
1602         Extern them.
1604         * charset.c (charset_mule_unicode_0100_24ff)
1605         (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
1606         New variables.
1607         (Fsetup_special_charsets): Initialize them.
1609         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
1610         supported Unicode characters.
1612 2005-10-25  Jason Rumney  <jasonr@gnu.org>
1614         * w32fns.c (w32_to_x_font): Avoid forcing font widths.
1616 2005-10-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1618         * image.c [MAC_OS] (image_load_qt_1): Check image size.
1619         Use GraphicsImportGetImageDescription instead of
1620         GraphicsImportGetNaturalBounds.
1621         [MAC_OSX] (image_load_quartz2d): Check image size.
1622         [MAC_OS] (xpm_load_image): Likewise.
1624         * macterm.c (last_mouse_glyph_frame): New var.
1625         (note_mouse_movement): Say mouse moved if current frame differs
1626         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
1627         (XTmouse_position): Set last_mouse_glyph_frame.
1628         (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
1629         (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
1630         Use EndianU16_BtoN.
1631         (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
1632         (x_per_char_metric, XLoadQueryFont)
1633         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
1634         glyph bounds.
1635         (mac_to_x_fontname, mac_do_list_fonts)
1636         (mac_initialize_display_info): Change screen resolutions to 72dpi.
1638 2005-10-25  Masatake YAMATO  <jet@gyve.org>
1640         * minibuf.c (Fdisplay_completion_list): Small doc fix.
1642 2005-10-24  Kim F. Storm  <storm@cua.dk>
1644         * xterm.c: Undo 2005-10-23 change.
1645         (last_mouse_glyph_frame): New var.
1646         (note_mouse_movement): Say mouse moved if current frame differs
1647         from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
1648         (XTmouse_position): Set last_mouse_glyph_frame.
1649         (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
1650         last_mouse_glyph] on mouse up/down event.
1652         * editfns.c (Fcompare_buffer_substrings): Fix last change.
1654 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
1658 2005-10-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1660         * xterm.c (note_mouse_movement): Always call note_mouse_highlight
1661         so tool tips don't interfere with press on tool bar button.
1663 2005-10-23  Richard M. Stallman  <rms@gnu.org>
1665         * casetab.c (Fset_case_table): Doc fix.
1667         * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
1668         (readevalloop): Compute ENTIRE properly.
1669         (syms_of_lread) <load-history>: Doc fix.
1671 2005-10-21  Richard M. Stallman  <rms@gnu.org>
1673         * lread.c (Fload): Simplify gcpro structure.
1674         Gcpro FOUND as well as FILE, but not EFOUND.
1675         Unless preloading, record FOUND instead of FILE in Vload_history.
1676         Rename repeat local FILE to MSG_FILE.
1677         (syms_of_lread) <load-history>: Doc fix.
1679 2005-10-21  Kenichi Handa  <handa@m17n.org>
1681         * search.c (boyer_moore): Add parens to fix and/or precedence bug.
1683 2005-10-20  Kim F. Storm  <storm@cua.dk>
1685         * buffer.c (clone_per_buffer_values): Remove unused var tem.
1686         (init_buffer): Remove unused vars dotstat, pwdstat.
1688         * ccl.c (check_ccl_update): Remove unused var vp.
1690         * fileio.c (auto_save_error): Call SAFE_FREE.
1692         * fns.c (Fchar_table_range): Remove unused var i.
1694         * minibuf.c (display_completion_list_1): New wrapper function
1695         for Fdisplay_completion_list.
1696         (Fminibuffer_completion_help): Use it.
1698         * term.c (encode_terminal_code): Remove unused var src_start.
1700         * window.c (Fwindow_tree): Remove unused var alist.
1702         * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
1704 2005-10-20  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
1706         * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
1708 2005-10-20  Olli Savia  <ops@iki.fi>  (tiny change)
1710         * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
1712 2005-10-20  Andreas Schwab  <schwab@suse.de>
1714         * minibuf.c (Fdisplay_completion_list): Doc fix.
1716 2005-10-19  Kim F. Storm  <storm@cua.dk>
1718         * image.c (check_image_size): Handle integer Vmax_image_size value
1719         directly as max pixel value.  Use default frame size for null frame.
1720         (syms_of_image) <max-image-size>: Describe integer value.
1722 2005-10-19  Romain Francoise  <romain@orebokech.com>
1724         * emacs.c (main): Update copyright year.
1726 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
1728         * image.c (Vmax_image_size): New variable.
1729         (check_image_size): New function.
1730         (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
1731         (gif_load, gs_load): Use it.
1732         (lookup_image): Try loading again if previous load failed.
1733         (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
1734         to display in, NULL if none.
1735         (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
1736         argument.
1738 2005-10-18  Richard M. Stallman  <rms@gnu.org>
1740         * search.c (Fstring_match): Doc fix.
1742 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1744         * macterm.c (note_mouse_movement): Use PtInRect.
1745         (XTread_socket): Also ignore mouse motion just before a button
1746         release event.  Don't process button release event when mouse is
1747         not grabbed.
1749 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1751         * minibuf.c (Fdisplay_completion_list): Add new optional
1752         argument COMMON_SUBSTRING.  Bind `completion-common-substring'
1753         to the optional argument during running `completion-setup-hook'.
1755 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1757         * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
1758         Allow nil as argument.
1759          [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
1760         for encoding arguments as UTF-16 in native byte order, no BOM.
1762         * macfns.c (Fx_create_frame): Add debugging code.
1763         (Fx_show_tip): Set frame pixel width and height.
1765         * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
1766         (FRAME_NORMAL_GC): New macro.
1767         (mac_draw_line, mac_clear_area, mac_clear_window)
1768         (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
1769         (mac_draw_image_string, mac_draw_image_string_16): Rename from
1770         XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
1771         XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
1772         All uses changed.
1773         (mac_draw_line, mac_erase_rectangle, mac_clear_area)
1774         (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
1775         (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
1776         (mac_draw_string_16, mac_draw_image_string)
1777         (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
1778         (mac_scroll_area): Drawing functions now take frame as destination.
1779         All uses changed.
1780         (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
1781         (x_draw_fringe_bitmap): Set clipping area in face->gc.
1783         * macterm.h (mac_clear_area): Add extern.
1785 2005-10-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1787         * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
1788         changes for xterm.c.
1790         * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
1792 2005-10-14  Kenichi Handa  <handa@m17n.org>
1794         * search.c (search_buffer): Give up BM search on case-fold-search
1795         if one of a target character has a case-equivalence of different
1796         charset even if that target charcter is an ASCII.
1798         * casefiddle.c (casify_object): Fix for the case that case
1799         conversion change the byte length.
1801 2005-10-14  Kim F. Storm  <storm@cua.dk>
1803         * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
1804         (handle_one_xevent): Only clear help_echo_string; restore it if
1805         note_mouse_movement didn't record any mouse movement.
1807         * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
1808         (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
1810         * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
1811         (Fposn_at_x_y): Fix calculation of x coordinate.
1812         (Fposn_at_point): Return nil if point is hscrolled out of view.
1814 2005-10-13  Andreas Schwab  <schwab@suse.de>
1816         * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
1817         non-interactive mode.
1819 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1821         * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
1823 2005-10-12  Kim F. Storm  <storm@cua.dk>
1825         * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
1827 2005-10-12  Romain Francoise  <romain@orebokech.com>
1829         * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
1831 2005-10-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1833         * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
1834         get end of text rows.  Obtain header-line/mode-line rows directly.
1836         * xterm.c, w32term.c, macterm.c (note_mouse_movement):
1837         Restore help_echo_string if mouse is moved inside last_mouse_glyph.
1839 2005-10-12  Kim F. Storm  <storm@cua.dk>
1841         * xdisp.c (remember_mouse_glyph): New generic version based on
1842         glyph_rect and remember_mouse_glyph from xterm.c enhanced to
1843         properly handle all different window areas.
1845         * dispextern.h (remember_mouse_glyph): Add prototype.
1847         * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
1848         (note_mouse_movement, XTmouse_position): Use generic
1849         remember_mouse_glyph, add last_mouse_glyph arg.
1851         * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
1852         (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
1853         (note_mouse_movement, w32_mouse_position): Use generic
1854         remember_mouse_glyph, add last_mouse_glyph arg.
1856         * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
1857         (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
1858         (XTmouse_position): Adapt to use generic remember_mouse_glyph
1859         instead of pixel_to_glyph_coords.
1861         * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
1862         Fix x position for ON_TEXT when left margin width > 0.
1864 2005-10-11  Kim F. Storm  <storm@cua.dk>
1866         * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
1868         * keyboard.c (make_lispy_position): Fix buffer calculations for
1869         mouse click or movement in right fringe and the margins.
1871 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1873         * image.c (fn_jpeg_stdio_src): Don't define it.
1874         (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
1875         (our_common_init_source): Rename from `our_init_source'.
1876         (our_common_term_source): Rename from `our_term_source'.
1877         (our_memory_fill_input_buffer): Rename from
1878         `our_fill_input_buffer'.
1879         (our_memory_skip_input_data): Rename from `our_skip_input_data'.
1880         (jpeg_memory_src): Use the new names.
1881         (struct jpeg_stdio_mgr): New struct.
1882         (JPEG_STDIO_BUFFER_SIZE): New constant.
1883         (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
1884         (jpeg_file_src): New functions.
1885         (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
1887 2005-10-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1889         * macterm.c (PER_CHAR_METRIC): Remove unused macro.
1890         (fm_font_family_alist): New variable.
1891         (syms_of_macterm): Initialize and staticpro it.
1892         (decode_mac_font_name): Replace '-' in family name with '_' if it
1893         occurs just once.  Lower family name.
1894         (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
1895         All uses changed.  Remove argument MF and code conversion for it.
1896         Add argument SIZE.  Rename argument MF_DECODED to FAMILY, and CS
1897         to CHARSET.  Parse font size.  Lower family name.  Return integer
1898         value for status of parsing.
1899         (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
1900         Don't use Fdowncase because family name is already lowered by
1901         decode_mac_font_name.
1902         (init_font_name_table): Always call decode_mac_font_name.
1903         Add pair of family name and its reference to fm_font_family_alist.
1904         (mac_clear_font_name_table): Clear fm_font_family_alist.
1905         (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
1906         Lookup fm_font_family_alist to get font family reference.
1907         (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
1908         name is already lowered by parse_x_font_name.
1910 2005-10-11  Kim F. Storm  <storm@cua.dk>
1912         * xterm.c (glyph_rect): Return 0 if position is outside text area.
1914         * keyboard.c (make_lispy_position): Fix buffer position calculation for
1915         mouse click or movement in fringe.
1917 2005-10-10  Jason Rumney  <jasonr@gnu.org>
1919         * xterm.c (remember_mouse_glyph): New function.
1920         (note_mouse_movement): Use it to remember the current glyph if changed.
1921         (XTmouse_position): Fix calculation of fake glyph under mouse.
1922         Move code to calculate glyph under mouse into remember_mouse_glyph.
1924 2005-10-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1926         * emacs.c (USAGE3, standard_args): -nb => -nbi.
1928 2005-10-10  Juanma Barranquero  <lekktu@gmail.com>
1930         * frame.c (Fredirect_frame_focus): Fix typos in docstring.
1931         (next_frame, prev_frame, set_term_frame_name): Make static.
1933         * window.c (Fwindow_tree): Fix spelling.
1935 2005-10-09  Romain Francoise  <romain@orebokech.com>
1937         * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
1939 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1941         * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
1942         Add options -nb, --no-bitmap-icon.
1944         * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
1946 2005-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1948         * macgui.h (MAX_CLIP_RECTS): New define.
1949         (struct _XGC): New member clip_region.
1950         (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
1951         clip_rects.
1953         * macterm.c (GC_CLIP_REGION): New macro.
1954         (saved_port_clip_region): New variable.
1955         (mac_begin_clip, mac_end_clip): New functions.
1956         (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
1957         (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
1958         (mac_copy_area_with_mask, mac_scroll_area): Use them.
1959         (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
1960         [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
1961         [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
1962         (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
1963         rectangles stored in gc.
1964         (XFreeGC): Dispose of clipping region.
1965         (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
1966         (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
1967         (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
1968         (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
1969         (x_draw_bar_cursor): Use them.
1970         (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
1971         get multiple clipping rectangles.
1973         * macterm.h (mac_term_init): Add types to extern.
1974         (struct mac_output): Remove members mWP and pending_menu_activation.
1975         Put members scroll_bar_foreground_pixel and
1976         scroll_bar_background_pixel in #if 0.
1977         (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
1979         * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
1980         Add debugging code.
1982 2005-10-08  Kim F. Storm  <storm@cua.dk>
1984         * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
1986 2005-10-07  Kim F. Storm  <storm@cua.dk>
1988         * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
1989         [!HAVE_WINDOW_SYSTEM]: Don't declare them...
1990         (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
1992 2005-10-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1994         * dispextern.h (struct glyph_string): Rename member for_overlaps_p
1995         to for_overlaps.  Now occupy 3 bits.
1996         (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
1997         (OVERLAPS_ERASED_CURSOR): New defines.
1998         (struct redisplay_interface): Add new OVERLAPS arg to member
1999         fix_overlapping_area.
2000         (x_fix_overlapping_area): Add new OVERLAPS arg.
2001         (get_glyph_string_clip_rects): Add extern.
2003         * dispnew.c (redraw_overlapping_rows):
2004         Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
2006         * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
2007         for_overlaps.
2008         (get_glyph_string_clip_rects): New function created from
2009         get_glyph_string_clip_rect.  Set clipping rectangles according to the
2010         value of for_overlaps.  Enable to store multiple clipping rectangles.
2011         (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
2012         (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
2013         Rename argument OVERLAPS_P to OVERLAPS.  All uses in macros changed.
2014         (x_fix_overlapping_area): Add OVERLAPS arg.  Pass it to draw_glyphs.
2015         (draw_phys_cursor_glyph): Set width of erased cursor to use it for
2016         calculating clipping rectangles later.  Call x_fix_overlapping_area
2017         with new OVERLAPS arg to draw only erased cursor area.
2018         (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
2019         to draw overlaps in both preceding and succeeding rows.
2021         * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
2022         struct glyph_string to for_overlaps.
2024 2005-10-04  Richard M. Stallman  <rms@gnu.org>
2026         * alloc.c (refill_memory_reserve): Conditionalize the body,
2027         not the function's existence.
2029 2005-10-04  Kim F. Storm  <storm@cua.dk>
2031         * window.c (window_split_tree): New function.
2032         (Fwindow_split_tree): New defun.
2033         (syms_of_window): Defsubr it.
2035 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2037         * macterm.c (mac_invert_rectangle): New function.
2038         (XTflash): Use it.
2040 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2042         * regex.h (re_char): Don't expose it in the interface.
2043         (re_set_whitespace_regexp): Adjust the arg's type to not use it.
2045         * regex.c (re_char): Move it back here.
2046         (re_set_whitespace_regexp): Change the arg's type to not use it.
2048         * keyboard.c (make_lispy_event): If point has moved between down and up
2049         event, make it a drag, not a click, to mirror what
2050         mouse-drag-region expects.
2052 2005-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
2054         * lisp.h (fatal): Undo previous change.
2055         * term.c (fatal): Undo previous change.
2057 2005-10-01  Richard M. Stallman  <rms@gnu.org>
2059         * xfaces.c (face_color_gray_p): Colors close to black count as gray.
2061 2005-10-01  Kim F. Storm  <storm@cua.dk>
2063         * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
2065 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2067         * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
2069         * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
2070         (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
2071         (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
2072         Try ATSUI-compatible 12pt Monaco font first.
2074         * macgui.h (struct _XCharStruct): New member valid_p.
2075         (STORE_XCHARSTRUCT): Set valid_p.
2076         (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
2078         * macterm.c (mac_draw_string_common, x_per_char_metric)
2079         (mac_compute_glyph_string_overhangs, init_font_name_table)
2080         (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
2081         (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
2082         (x_draw_glyph_string_background)
2083         (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
2084         XDrawImageString.  Always draw background and foreground separately.
2085         (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
2086         functions for one-byte chars when using ATSUI-compatible fonts.
2087         (atsu_font_id_hash) [USE_ATSUI]: New variable.
2088         (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
2089         (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
2090         max_char_or_byte2 more in detail.
2091         (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
2093 2005-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
2095         * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
2096         * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
2098         * unexelf.c (fatal): Fix prototype.
2100         * term.c (fatal): Implement using varargs.
2102         * regex.c (re_char): Move typedef ...
2103         * regex.h (re_char): ... here.
2104         (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
2106         * emacs.c (malloc_set_state): Fix return type.
2107         (endif): Fix type.
2109         * lisp.h (fatal): Add argument types.
2111         * dispextern.h (fatal): Delete prototype.
2113         * systime.h (make_time): Prototype moved from ...
2114         * editfns.c (make_time): ... here.
2116         * editfns.c: Move systime.h include after lisp.h.
2117         * dired.c:
2118         * xsmfns.c:
2119         * process.c: Likewise.
2121         * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
2122         Add parameter types.
2123         (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
2124         (emacs_blocked_free): Change definition to match __free_hook.
2125         (emacs_blocked_malloc): Change definition to match __malloc_hook.
2126         (emacs_blocked_realloc): Change definition to match __realloc_hook.
2128 2005-09-30  Romain Francoise  <romain@orebokech.com>
2130         * minibuf.c (Fread_buffer): Follow convention for reading from the
2131         minibuffer with a default value.  Doc fix.
2133 2005-09-29  Juri Linkov  <juri@jurta.org>
2135         * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
2136         Rename argument name `string' to `format-string'.
2137         (Fformat): Doc fix.
2139 2005-09-28  Kim F. Storm  <storm@cua.dk>
2141         * image.c (gif_load): Fix size of allocated image buffer
2142         for images where a sub-image may be larger than the image's
2143         total height/width specifications.
2145 2005-09-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2147         * macgui.h (struct _XCharStruct): Each member now takes short value.
2149 2005-09-27  Dan Nicolaescu  <dann@ics.uci.edu>
2151         * xfaces.c (lookup_derived_face): Add parameter type.
2153         * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
2155         * marker.c (verify_bytepos): Add parameter type.
2157         * process.c (get_operating_system_release): Move prototype ...
2159         * systime.h (get_operating_system_release): ... here.
2161         * xterm.c (handle_one_xevent): Refer to union field to match the
2162         type required by the function definition.
2163         (set_vertical_scroll_bar): Move prototype ...
2165         * xterm.h: ... here.
2167         * fns.c (internal_equal, seed_random): Fix prototypes.
2168         (internal_equal): Add missing parameter.
2170 2005-09-25  Richard M. Stallman  <rms@gnu.org>
2172         * keyboard.c (update_menu_bindings): Variable deleted.
2173         (syms_of_keyboard): Don't defvar it.
2174         (parse_menu_item): Don't test it.
2176 2005-09-23  Richard M. Stallman  <rms@gnu.org>
2178         * editfns.c (Fformat): Explicitly test for end of format string
2179         and don't use `index'.
2181 2005-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
2183         * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
2184         Define BROKEN_GET_CURRENT_DIR_NAME.
2186         * sysdep.c (get_current_dir_name): Also define if
2187         BROKEN_GET_CURRENT_DIR_NAME.
2189         * m/ibmrs6000.h: Test for USG5, not USG5_4.
2191 2005-09-22  Kim F. Storm  <storm@cua.dk>
2193         * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
2194         (message2): Fix commentary.  Ok to use alloca'ed memory.
2195         Still not ok to use Lisp string data (because of GC).
2196         (set_message): Add comment why GC cannot happen.
2198 2005-09-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2200         * macterm.c (xlfdpat_block_match_1): Fix assertion.
2201         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
2202         variants for a scalable font multiple times.
2204 2005-09-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2206         * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
2207         Setup slave tty options before forking.
2209 2005-09-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2211         * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
2212         positions have been set for the frame (as is done for frames in
2213         special-display-buffer-names).
2215 2005-09-19  Kim F. Storm  <storm@cua.dk>
2217         * editfns.c (Fformat): Don't scan past end of format string that
2218         ends in %.  Reported by: Johan Bockg\e,Ae\e(Brd.
2220 2005-09-18  Andreas Schwab  <schwab@suse.de>
2222         * window.h (struct window): Remove height_fixed_p, no longer set.
2224         * window.c (make_window): Don't initialize height_fixed_p.
2225         (window_fixed_size_p): Don't use it.
2227 2005-09-18  John Paul Wallington  <jpw@pobox.com>
2229         * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
2231 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2233         * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
2235         * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
2236         New variables.
2237         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
2238         file selection.
2240         * sysdep.c [MAC_OS8]: Don't include stdlib.h.  Include sys/param.h.
2242 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
2244         * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
2245         (obj): Use XMENU_OBJ, not a literal xmenu.o.
2247 2005-09-16  Romain Francoise  <romain@orebokech.com>
2249         * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
2251 2005-09-15  Richard M. Stallman  <rms@gnu.org>
2253         * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
2254         (display_mode_element): Instead of `lisp_string' and `this',
2255         record `offset' and increment that.
2256         `last_offset' replaces `last'.
2258         * Makefile.in (XMENU_OBJ): Variable deleted.
2259         (obj): Use xmenu.o unconditionally.
2260         (SOME_MACHINE_OBJECTS): Delete xmenu.o.
2262         * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
2264 2005-09-15  Kim F. Storm  <storm@cua.dk>
2266         * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
2267         (reseat_at_next_visible_line_start): Likewise (in xassert).
2269 2005-09-14  Romain Francoise  <romain@orebokech.com>
2271         * fileio.c (write_region_inhibit_fsync): New variable.
2272         (Fwrite_region): Use it to skip call to fsync.
2273         (syms_of_fileio): Initialize it.
2275 2005-09-14  Kenichi Handa  <handa@m17n.org>
2277         * coding.c (code_convert_region_unwind): Argument format changed.
2278         (run_pre_post_conversion_on_str): If pre-write-conversion function
2279         changed the current buffer, delete the new buffer.
2280         (run_pre_write_conversin_on_c_str): Likewise.
2282         * fileio.c (Fexpand_file_name): Check multibyteness of
2283         default_directory.
2285 2005-09-13  Kenichi Handa  <handa@m17n.org>
2287         * composite.c (compose_chars_in_text): Delete it.
2289         * composite.h (compose_chars_in_text): Delete extern.
2291 2005-09-13  Kim F. Storm  <storm@cua.dk>
2293         * print.c (print_error_message): Fix last change.
2295 2005-09-12  Kim F. Storm  <storm@cua.dk>
2297         * composite.c (compose_chars_in_text): Fix setup of `pend'.
2298         Unconditionally reload `ptr' and `pend' after eval.
2300         * xdisp.c (message3): Pass copy of lisp string to message_dolog.
2302         * print.c (print_error_message): Pass copy of caller name to
2303         message_dolog.
2305         * fileio.c (auto_save_error): Pass copy of lisp string to message2.
2307 2005-09-12  Kenichi Handa  <handa@m17n.org>
2309         * xdisp.c (display_mode_element): Be sure to make variables THIS
2310         and LISP_STRING point into a string data of ELT.
2312 2005-09-12  Kim F. Storm  <storm@cua.dk>
2314         * editfns.c (Ftranslate_region_internal): Reload `tt' after
2315         signal_after_change that may have GC'ed.
2316         (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
2318         * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
2319         after insert while runs signal_after_change.
2321         * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
2322         declaration to where it is used.
2324         * w32.c (check_windows_init_file): Fix allocation of error buffer.
2326         * xfns.c (x_encode_text): Declare static.  Add FREEP arg.
2327         (x_set_name_internal): Call x_encode_text with new FREEP arg to
2328         know if xfree is needed instead of guessing.
2330         * xterm.h (x_encode_text): Remove prototype.
2332 2005-09-11  Chris Prince  <cprince@gmail.com>  (tiny change)
2334         * w32term.c (x_bitmap_icon): Load small icons too.
2336 2005-09-10  Romain Francoise  <romain@orebokech.com>
2338         * buffer.c (init_buffer): Grow buffer to add directory separator
2339         and terminal zero.  Fix typos.
2341 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
2343         * buffer.c (init_buffer): Fix error message for failed call to
2344         get_current_dir_name.
2345         (get_current_dir_name): Remove prototype.
2347         * xsmfns.c (get_current_dir_name): Remove prototype.
2349         * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
2350         Add prototype.
2352         * sysdep.c [WINDOWSNT]: Add prototype for getwd.
2353         Don't #undef NULL after including blockinput.h.
2355         * config.in: Regenerated.
2357 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
2359         Remove the MAXPATHLEN limitations:
2361         * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
2362         New function.
2364         * buffer.c (init_buffer): Use it.
2366         * xsmfns.c (smc_save_yourself_CB): Ditto.
2368 2005-09-09  Kim F. Storm  <storm@cua.dk>
2370         * doc.c (Fsubstitute_command_keys): Lookup key binding for
2371         commands that are remapped from some other command.
2373         * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
2374         flag in disabled rows below the window.
2376         * frame.h (struct frame): New member updated_p.
2378         * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
2379         member.  Remove local `updated' array and associated variables.
2381 2005-09-07  Kim F. Storm  <storm@cua.dk>
2383         * xdisp.c (handle_display_prop): Respect overlay window property.
2385         * xdisp.c (try_window): Remove superfluous cursor_height calculation.
2386         Fixes crash reported by YAMAMOTO Mitsuharu.
2388 2005-09-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2390         * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
2391         (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
2392         (xlfdpat_block_match_1, xlfdpat_match): New functions.
2393         (xlfdpat_block_match): New macro.
2394         (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
2395         (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
2396         (add_font_name_table_entry): Increase font_name_table_size more
2397         rapidly.
2398         (mac_c_string_match): Remove function.
2399         (mac_do_list_fonts): Use XLFD pattern match instead of regular
2400         expression match.
2402         * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
2404 2005-09-03  Richard M. Stallman  <rms@gnu.org>
2406         * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
2407         (move_it_in_display_line_to): Stop after last char on line even
2408         on a windowing terminal, if that's the specified stop position.
2410         * fns.c (Fsort): Doc fix.
2412         * editfns.c (Fpropertize): Don't insist that properties be symbols.
2414 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2416         * dired.c (directory_files_internal_unwind, directory_files_internal)
2417         (file_name_completion): Use a Save_Value object rather than a cons of
2418         two 16bit ints to store the DIR*.
2419         (directory_files_internal, file_name_completion): Handle both EINTR and
2420         EAGAIN consistently after `readdir'.
2422 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * intervals.c (update_interval): Add position info in error.
2426         * dispnew.c (window_to_frame_hpos, update_window):
2427         Avoid gcc warning about unused variable `f'.
2429 2005-08-31  Jason Rumney  <jasonr@gnu.org>
2431         * w32menu.c (add_menu_item): If unicode_append_menu returns an
2432         error, revert to using AppendMenu.
2434 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2436         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
2437         All uses changed.
2438         [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
2439         cases.
2440         (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
2441         [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
2442         Use posix_pathname_to_fsspec.
2443         [MAC_OS] (xpm_load_image): Fill in background_transparent field
2444         while we have mask.
2446         * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
2448         * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
2450 2005-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2452         * syntax.c (update_syntax_table): Properly reproduce the special +1
2453         setting of e_property at the end of the buffer when bumping into the
2454         INTERVALS_AT_ONCE limit.
2456 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
2458         * emacs.c (USAGE1): Fix the description of the -Q option.
2460 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
2464 2005-08-26  Kim F. Storm  <storm@cua.dk>
2466         * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
2467         Don't move PT to new window start.
2469 2005-08-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2471         * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
2472         ICONIFY/DEICONIFY_EVENT.
2474         * macterm.c (mac_copy_area, mac_copy_area_with_mask):
2475         Restore background color.
2476         (mac_handle_visibility_change): New function.
2477         (x_make_frame_invisible, x_iconify_frame)
2478         (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
2479         [USE_CARBON_EVENTS] (mac_handle_window_event)
2480         (install_window_handler): Handle visibility change events.
2481         (x_make_frame_visible): Don't reposition window if it is iconified
2482         or asked for visible before.  Select and uncollapse window when it
2483         is made visible.
2484         (x_make_frame_invisible): Don't reset x_highlight_frame.
2485         (x_iconify_frame): Likewise.  Make invisible frame visible before
2486         it is iconified.
2487         (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
2488         (do_window_update): Don't change visibility of invisible frame.
2490 2005-08-22  Juri Linkov  <juri@jurta.org>
2492         * term.c (turn_on_face): Check for TS_set_foreground and
2493         TS_set_background depending on standout_mode.  Simplify.
2495 2005-08-21  Kim F. Storm  <storm@cua.dk>
2497         * fringe.c (update_window_fringes): Only put TOP and BOTTOM
2498         bitmaps on fully visible rows.
2500         * fringe.c (update_window_fringes): Replace FORCE_P arg with
2501         KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
2502         and return 0.
2504         * xdisp.c (redisplay_window): Call update_window_fringes with
2505         KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
2507 2005-08-20  Richard M. Stallman  <rms@gnu.org>
2509         * xdisp.c (display_echo_area_1): Get display start pos from w->start.
2510         (resize_mini_window): Set w->start, and PT, so as to display the tail
2511         end of the buffer, if it doesn't all fit.
2513 2005-08-18  Kim F. Storm  <storm@cua.dk>
2515         * xdisp.c (calc_pixel_width_or_height): Use actual display
2516         resolution when available instead of Vdisplay_pixels_per_inch.
2518 2005-08-17  Kim F. Storm  <storm@cua.dk>
2520         * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
2522         * dispnew.c (buffer_posn_from_coords): Check that target row is
2523         within matrix.
2525 2005-08-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2527         * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
2528         xg_set_frame_icon and call it.
2530         * gtkutil.c (xg_set_frame_icon): New function.
2532         * gtkutil.h (xg_set_frame_icon): Declare it.
2534 2005-08-16  Kim F. Storm  <storm@cua.dk>
2536         * dispnew.c (increment_row_positions): Skip non-enabled rows.
2538         * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
2539         (Fcurrent_window_configuration): Use VECSIZE macro instead.
2541 2005-08-15  Richard M. Stallman  <rms@gnu.org>
2543         * xdisp.c (message3_nolog): Clear echo_message_buffer.
2545 2005-08-15  Kim F. Storm  <storm@cua.dk>
2547         * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
2549         * process.c (deactivate_process, status_notify, read_process_output)
2550         (update_status, status_convert, decode_status, allocate_pty)
2551         (make_process, remove_process, list_processes_1)
2552         (create_process_1, unwind_request_sigio, read_process_output)
2553         (send_process, keyboard_bit_set): Declare static.
2554         (Fdelete_process): Simplify.  Pass process to status_notify, so we
2555         don't try to read output from it.
2556         (status_notify): New arg deleting_process--don't try to read
2557         output from that process.
2559         * lisp.h (deactivate_process, status_notify, read_process_output):
2560         Remove prototypes.
2562 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2564         * image.c (syms_of_image): Init Qxbm, Qpbm before calling
2565         define_image_type.
2567 2005-08-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2569         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
2570         (xg_get_image_for_pixmap): Move some code to
2571         xg_get_pixbuf_from_pix_and_mask, and call it.
2573         * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
2575         * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
2576         to get an GTK icon and set it with GTK functions to avoid having GTK
2577         override an icon set with just X functions.
2579 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2581         * image.c (syms_of_image): Init image_types here, and call
2582         define_image_type.
2583         (init_image): Not here.
2585 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2587         * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
2589         * lisp.h (QUIT): Throw t to Vthrow_on_input.
2591 2005-08-09  Thien-Thi Nguyen  <ttn@gnu.org>
2593         * floatfns.c (Fexpt): Use floats for negative exponent.
2595 2005-08-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2597         * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
2598         should not be there, causing menu display errors with GTK 2.6.9.
2600 2005-08-07  Richard M. Stallman  <rms@gnu.org>
2602         * floatfns.c (Fexpt): Undo previous change.
2604         * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
2605         so it can be used with various state vectors.
2607         * emacs.c (endif): Convert -script into -scriptload.
2608         (standard_args): Add -scriptload.  Allow -basic-display with one dash.
2610         * fns.c (syms_of_fns): Add `emacs' to features.
2612         * term.c (set_terminal_modes): If no TS_termcap_modes string,
2613         output newlines to scroll the old screen contents off the screen.
2615 2005-08-06  Thien-Thi Nguyen  <ttn@gnu.org>
2617         * floatfns.c (Fexpt): Use floats for negative exponent.
2618         Reported by D Goel.
2620 2005-08-02  Richard M. Stallman  <rms@gnu.org>
2622         * frame.c (Fframe_char_width): Doc fix.
2624 2005-07-30  Juanma Barranquero  <lekktu@gmail.com>
2626         * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
2627         Defvar it.
2629 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2631         * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
2632         (my_create_window, my_create_tip_window): Make static.
2634         * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
2635         (my_set_foreground_window, my_destroy_window): Make static.
2637 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
2639         Merge gnulib getopt implementation into Emacs.
2641         * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
2642         now part of lib-src.
2644 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2646         * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
2648 2005-07-25  Jason Rumney  <jasonr@gnu.org>
2650         * w32menu.c (w32_menu_display_help): Suppress tooltip when
2651         navigating menus with the keyboard.
2653 2005-07-23  Richard M. Stallman  <rms@gnu.org>
2655         * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
2657         * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
2658         gc_relative_threshold, one by one.
2660         * keyboard.c (read_char): Test gc_cons_threshold.
2661         (syms_of_keyboard): staticpro Qecho_area_clear_hook.
2663         * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
2664         gc_relative_threshold, one by one.
2666         * alloc.c (gc_cons_threshold): Not static.
2667         (gc_cons_combined_threshold): Var deleted.
2668         (gc_relative_threshold): New variable.
2669         (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
2670         instead of gc_cons_combined_threshold.
2672         * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
2673         (gc_cons_combined_threshold): Declaration deleted.
2675 2005-07-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2677         * mac.c: Don't include stdlib.h or string.h.
2678         (Fdo_applescript, Fmac_file_name_to_posix)
2679         (Fmac_file_name_to_posix): Doc fixes.
2680         [TARGET_API_MAC_CARBON] (Fmac_get_preference)
2681         (Fmac_code_convert_string): Likewise.
2682         [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
2683         if the executable is not contained in a bundle.
2685         * macfns.c: Don't include stdlib.h or string.h.  Include atimer.h.
2686         (gray_width, gray_height): Remove defines.
2687         (gray_bits, gray_bitmap_width, gray_bitmap_height)
2688         (gray_bitmap_bits): Remove variables.
2689         (lispy_function_keys): Remove extern.
2690         (free_frame_menubar): Add extern.
2691         (x_window_to_frame): Remove function.
2692         (unwind_create_tip_frame): Add declaration.
2693         (x_set_name_internal): New function.
2694         (x_set_name, x_set_title): Use it.
2695         (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
2696         (Fx_display_pixel_height, Fx_display_planes)
2697         (Fx_display_color_cells, Fx_server_max_request_size)
2698         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
2699         (Fx_display_mm_height, Fx_display_mm_width)
2700         (Fx_display_backing_store, Fx_display_visual_class)
2701         (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
2703         * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
2705         * macselect.c (Fx_own_selection_internal): Follow error conventions.
2706         (Fx_get_selection_internal, Fx_selection_owner_p)
2707         (Fx_selection_exists_p): Doc fixes.
2708         (syms_of_macselect) <selection-converter-alist>: Likewise.
2710 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
2712         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
2714         * ccl.c (Fregister_ccl_program): Fix typos in docstring.
2715         (Fccl_execute_on_string): Likewise; add usage info.
2717         * composite.c (Fcompose_region_internal)
2718         (Fcompose_string_internal):
2719         Improve argument/docstring consistency.
2721         * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
2722         Fix typos in docstrings.
2724         * textprop.c (Fnext_char_property_change)
2725         (Fprevious_char_property_change): Doc fixes.
2727         * window.c (Fset_window_margins, Fset_window_fringes):
2728         Improve argument/docstring consistency.
2730         * xfaces.c (Finternal_lisp_face_p): Doc fix.
2732 2005-07-21  Andreas Schwab  <schwab@suse.de>
2734         * eval.c (restore_stack_limits): Return a value.
2736 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
2738         * eval.c (Fdefvar): Doc fix.
2740 2005-07-20  Kim F. Storm  <storm@cua.dk>
2742         * fileio.c (Fdo_auto_save, do_auto_save_unwind):
2743         Use make_save_value to unwind protect stream.
2745         * lread.c (Fload, load_unwind):
2746         Use make_save_value to unwind protect stream.
2748 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
2750         * eval.c (Fprog2, Fcalled_interactively_p),
2751         (syms_of_eval) <debug-on-quit>: Doc fixes.
2752         (syms_of_eval) <max-specpdl-size>:
2753         (Finteractive_p): Fix typos in docstrings.
2755 2005-07-19  Kim F. Storm  <storm@cua.dk>
2757         * w32fns.c (Vx_hand_shape): Variable removed.
2758         (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
2760 2005-07-19  Kenichi Handa  <handa@m17n.org>
2762         * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
2764 2005-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
2768 2005-07-18  Kim F. Storm  <storm@cua.dk>
2770         * frame.h (struct frame): New member already_hscrolled_p.
2772         * xdisp.c (redisplay_internal): Only try to hscroll each frame once
2773         to avoid redisplay looping hscrolling back and forth ad infinitum.
2775 2005-07-18  Juri Linkov  <juri@jurta.org>
2777         * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
2778         * keymap.c (Fminor_mode_key_binding):
2779         * macterm.c (mac-emulate-three-button-mouse):
2780         Delete duplicate duplicate words.
2782 2005-07-18  Ken Raeburn  <raeburn@gnu.org>
2784         * minibuf.c (Ftest_completion): Fix odd syntax in test.
2786 2005-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2788         * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
2790         * macgui.h (struct _XGC): New struct.
2791         (GC): Use it.
2792         (GCForeground, GCBackground, GCFont): Use X11 mask values.
2793         (XCreateGC, XParseGeometry): Move externs to macterm.h.
2795         * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
2796         (XSetFont): Add declaration.
2797         (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
2798         Remove functions.
2799         (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
2800         New defines.
2801         (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
2802         (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
2803         (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
2804         Use them.
2805         (mac_erase_rectangle): New function.
2806         (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
2807         (x_draw_stretch_glyph_string): Use it.
2808         (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
2809         (XSetBackground, XSetFont): Adjust for new GC implementation.
2810         (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
2811         (XTset_vertical_scroll_bar): Clear area under scroll bar.
2813         * macterm.h (struct mac_display_info): Change types of
2814         scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
2815         (XCreateGC, XParseGeometry): Move externs from macgui.h.
2817         * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
2819 2005-07-16  Richard M. Stallman  <rms@gnu.org>
2821         * buffer.c (Fmake_overlay): Doc fix.
2823 2005-07-16  Eli Zaretskii  <eliz@gnu.org>
2825         * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
2826         Vw32_valid_locale_ids, and Vw32_valid_codepages.
2828 2005-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2830         * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
2831         Use Fstring_as_unibyte instead of string_make_unibyte.
2833 2005-07-15  Richard M. Stallman  <rms@gnu.org>
2835         * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
2837 2005-07-15  Kim F. Storm  <storm@cua.dk>
2839         * xdisp.c: Fix redisplay loop in last change.
2840         (IT_POS_VALID_AFTER_MOVE_P): New macro.
2841         (move_it_vertically_backward, move_it_by_lines): Use it.
2843 2005-07-14  Jason Rumney  <jasonr@gnu.org>
2845         * w32.c (init_environment): Default HOME directory to user's
2846         appdata directory if possible.
2848 2005-07-14  Kim F. Storm  <storm@cua.dk>
2850         * .gdbinit (pitx): Fix output format.  Print string charpos.
2852         * lread.c (syms_of_lread): Initialize seen_list.
2854         * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
2856         * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
2857         Staticpro re_match_object.
2859 2005-07-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2861         * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
2862         dereference.
2864         * macterm.c (mac_window_to_frame): Remove duplicate define.
2866 2005-07-14  Kenichi Handa  <handa@m17n.org>
2868         * coding.c (code_convert_region_unwind): ARG is changed to a cons.
2869         (code_convert_region): Adjust for the above change.
2870         (set_conversion_work_buffer): If the work buffer is already in
2871         use, generate a new buffer and return it.  Otherwise return Qnil.
2872         (run_pre_post_conversion_on_str): Adjust for the above change.
2873         (run_pre_write_conversin_on_c_str): Likewise.
2875 2005-07-13  Kim F. Storm  <storm@cua.dk>
2877         * xdisp.c (start_display): Don't reseat to next visible line start
2878         if current start position is in a string or image.
2879         (move_it_vertically_backward): Be sure to move out of strings and
2880         images when moving it2 forward.
2881         (move_it_by_lines): When moving forward, move to next buffer
2882         position if we end up in a string or image.  When moving backward,
2883         count rows moved over when moving to start of current row in case
2884         row starts in middle of a string or image.  Also move further
2885         backward if we end up in a string or image.
2886         (try_cursor_movement): If overlay string spans multiple lines,
2887         move backward to set cursor on start of an overlay string.
2888         (cursor_row_p): Row is ok if cursor is at newline from string, but
2889         string starts on this line (so we always position cursor at start
2890         of string).
2892         * indent.c (Fvertical_motion): If start position is on an image,
2893         don't move back if we move too far (that's almost certain to happen).
2895         * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
2896         row in minibuffer windows.
2897         (try_window): Don't check margins in minibuffer windows.
2899 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2901         * macterm.c: Don't include stdlib.h or composite.h.
2902         (x_use_underline_position_properties, last_mouse_press_frame)
2903         (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
2904         (syms_of_macterm, mac_initialize): Don't initialize them.
2905         (waiting_for_input, initial_argv, initial_argc)
2906         (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
2907         (set_frame_menubar, path_from_vol_dir_name): Remove externs.
2908         (extra_keyboard_modifiers): Fix type in extern.
2909         (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
2910         (x_scroll_bar_report_motion): Add argument types to declaration.
2911         (mac_compute_glyph_string_overhangs): Add declaration.
2912         (disable_mouse_highlight): Remove unused variable.
2913         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
2914         (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
2915         (x_scroll_bar_handle_drag): Remove argument `timestamp'.
2916         All callers changed.
2917         [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
2918         timestamp.
2919         [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
2920         (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
2921         only when its width is less than the height.
2922         (XTredeem_scroll_bar): Sync with xterm.c.
2923         (font_name_table, font_name_table_size, font_name_count):
2924         Make static.
2925         (drag_and_drop_file_list): Remove variable.  Previous use is now
2926         local to function.
2927         (do_ae_open_documents): Move DRAG_N_DROP event construction part
2928         from XTread_socket.
2929         (XTread_socket): Consolidate setting of event timestamp.
2930         Move DRAG_N_DROP event construction part to do_ae_open_documents.
2931         Support extra_keyboard_modifiers.
2933         * xfaces.c (try_font_list) [MAC_OS]: Try font family name
2934         beginning with that for ASCII.
2936 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
2939         (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
2940         (syms_of_alloc): Declare gc-cons-percentage.
2942         * eval.c (Feval, Ffuncall):
2943         * keyboard.c (read_char):
2944         * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
2946         * lisp.h (gc_cons_combined_threshold): Declare.
2948 2005-07-12  Kim F. Storm  <storm@cua.dk>
2950         * coding.c (Qprocess_argument):
2951         * coding.h (Qprocess_argument): Remove unused var.
2953         * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
2955 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2957         * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
2958         Endian.h.
2959         [!MAC_OSX] (fchmod, fchown): New functions.
2960         (mac_get_code_from_arg): Don't accept Lisp integer as argument.
2961         Use SBYTES and EndianU32_BtoN.
2962         (mac_get_object_from_code): Return 4 byte string even if argument
2963         is 0.  Use make_unibyte_string and EndianU32_NtoB.
2964         (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
2965         (Fmac_set_file_type): Fix documents and argument declarations.
2966         Don't specify kFSCatInfoNodeFlags.  Support Mac OS Classic.
2968 2005-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2970         * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
2972 2005-07-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2974         * xfaces.c (x_update_menu_appearance): Use fontSet resource for
2975         Lucid if X_I18N, font otherwise.
2977 2005-07-10  Steven Tamm  <steventamm@mac.com>
2979         * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
2980         (Fmac_set_file_type, Fmac_set_file_creator): Add.
2981         (mac_get_object_from_code, mac_get_code_from_arg): Add.
2983 2005-07-10  Richard M. Stallman  <rms@gnu.org>
2985         * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
2986         (syms_of_lread): Set up eval-buffer-list.
2987         (Feval_buffer, Feval_region): Bind eval-buffer-list.
2989 2005-07-08  Richard M. Stallman  <rms@gnu.org>
2991         * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
2993 2005-07-08  Kim F. Storm  <storm@cua.dk>
2995         * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
2996         (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
2998 2005-07-07  Kim F. Storm  <storm@cua.dk>
3000         * window.c (Frecenter): Fix last change (set iarg before use).
3002 2005-07-06  Richard M. Stallman  <rms@gnu.org>
3004         * window.c (Frecenter): When arg is inside the scroll margin,
3005         move it out of the margin.
3007 2005-07-06  Jason Rumney  <jasonr@gnu.org>
3009         * w32console.c (initialize_w32_display): Detect when the console
3010         dimensions are insane, and default to 80x25 instead.
3011         (w32_use_full_screen_buffer): Default to NIL.
3013 2005-07-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3015         * macterm.c (mac_draw_vertical_window_border): Use foreground of
3016         VERTICAL_BORDER_FACE_ID for vertical border line.
3017         (mac_encode_char): Call check_ccl_update in advance.
3018         (mac_to_x_fontname, x_font_name_to_mac_font_name)
3019         (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
3020         Don't assume that font family length is less than 32.
3021         (x_compute_min_glyph_bounds): Make static.
3022         (x_load_font): Never set fonts_changed_p to zero.
3024 2005-07-04  Lute Kamstra  <lute@gnu.org>
3026         * Update FSF's address in GPL notices.
3028 2005-07-03  Richard M. Stallman  <rms@gnu.org>
3030         * xdisp.c (try_window): Fix previous change in how it handles
3031         a partially-visible line or one only partly past the margin.
3033         * window.c (window_scroll_pixel_based): Take account
3034         of this_scroll_margin when finding point when scrolling up.
3036 2005-06-29  Ralf Angeli  <angeli@iwi.uni-sb.de>
3038         * window.c (window_scroll_pixel_based, window_scroll_line_based):
3039         Handle `scroll-preserve-screen-position' non-nil, non-t specially.
3040         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
3042 2005-07-02  Juri Linkov  <juri@jurta.org>
3044         * w32term.c (w32_draw_vertical_window_border): Use foreground of
3045         VERTICAL_BORDER_FACE_ID for vertical border line.
3047 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
3049         * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
3050         fchmod so that chmod doesn't get called on MSDOS before the file
3051         is closed.
3053 2005-07-01  Jason Rumney  <jasonr@gnu.org>
3055         * w32term.c (cleartype_active): New flag for enabling sub-pixel
3056         workaround.
3057         (w32_initialize): Initialize it.
3058         (w32_native_per_char_metric): Allow a couple of extra pixels when
3059         Cleartype is active.
3061         * w32term.c (w32_initialize): Move check for screen reader here
3062         from syms_of_w32term.
3064 2005-06-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3066         * xterm.c (handle_one_xevent): bzero compose_status when nbytes
3067         is not zero.
3069 2005-07-01  Masatake YAMATO  <jet@gyve.org>
3071         * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
3073 2005-06-30  Juri Linkov  <juri@jurta.org>
3075         * xdisp.c (x_draw_vertical_border): If left fringe is not present
3076         decrease x coord of vertical border by 1 pixel to not occupy text
3077         area of the right window.
3079         * xterm.c (x_draw_vertical_window_border): Use foreground of
3080         VERTICAL_BORDER_FACE_ID for vertical border line.
3082         * term.c (turn_on_face): In standout mode apply specified
3083         fg to bg, and specified bg to fg (this makes the logic of
3084         inversion on terminal consistent with X).
3086 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
3088         * eval.c (user_variable_p_eh): New function.
3089         (Fuser_variable_p): Use it.  Clarify docstring.
3090         Return t for aliases of user options, nil for alias loops.
3092 2005-06-27  Richard M. Stallman  <rms@gnu.org>
3094         * eval.c (Fdefvar): Improve error message.
3096 2005-06-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3098         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
3099         change.
3101 2005-06-27  Juanma Barranquero  <lekktu@gmail.com>
3103         * eval.c (Fdefvar): Don't try to set constant symbols.
3105 2005-06-25  Richard M. Stallman  <rms@gnu.org>
3107         * macfns.c (Fx_show_tip): Pass new arg to try_window.
3109         * w32fns.c (Fx_show_tip): Pass new arg to try_window.
3111         * xfns.c (Fx_show_tip): Pass new arg to try_window.
3113         * xdisp.c (try_window): New arg CHECK_MARGINS.  Calls changed.
3114         (redisplay_window): Handle try_window reporting point in scroll margin.
3116         * dispextern.h (try_window): Declare new arg.
3118         * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
3119         Use fchmod to copy the file modes.
3120         (Frename_file): Don't copy UID and GID here;
3121         instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
3123         * eval.c (call_debugger): Take full care of extending stack limits
3124         to make space for the debugger, and restore the change afterward.
3125         Bind debug-on-error to nil.
3126         (restore_stack_limits): New subroutine.
3127         (Fsignal): Extend specpdl bound along with eval depth bound,
3128         for calling edebug.  Don't do either one, for calling debugger.
3129         (find_handler_clause): Don't bind debug-on-error here.
3130         Don't unbind anything either.
3131         Temporarily advance max_specpdl_size for calling
3132         internal_with_output_to_temp_buffer.
3133         (grow_specpdl): Don't alter max_specpdl_size before signaling
3134         an error.
3135         (syms_of_eval) <max-specpdl-size>: Doc fix.
3137         * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
3139 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
3141         * fileio.c (Frename_file): Undo last change: no need to ifdef away
3142         chown on DOS_NT platforms.
3144         * w32.c (sys_chown): New function.
3146         * s/ms-w32.h (chown): New; define to sys_chown.
3148 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3150         * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
3151         (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
3153         * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
3155 2005-06-23  Richard M. Stallman  <rms@gnu.org>
3157         * xdisp.c (get_next_display_element): Finish reversing the tests of
3158         Vnobreak_char_display.
3160         * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
3161         All uses changed.
3162         (Qnobreak_space): Rename from Qno_break_space.  All uses changed.
3163         (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
3165         * fileio.c (Frename_file): Preserve owner and group, if possible,
3166         when copying.
3168 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
3170         * abbrev.c (Funexpand_abbrev):
3171         * category.c (Fmake_category_set):
3172         * dispnew.c (Fsleep_for, Fsit_for):
3173         * editfns.c (Fsubst_char_in_region):
3174         * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
3175         * frame.c (make_frame_without_minibuffer):
3176         * lread.c (read_vector):
3177         * macfns.c (check_x_frame):
3178         * process.c (Fstop_process, Fcontinue_process):
3179         * search.c (Freplace_match):
3180         * syntax.c (Fstring_to_syntax):
3181         * w32fns.c (check_x_frame, check_x_display_info):
3182         * xfaces.c (x_supports_face_attributes_p):
3183         * xselect.c (Fx_own_selection_internal): Follow error conventions.
3185         * image.c (fn_png_init_io): Don't define it.
3186         (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
3187         (png_read_from_file): New function, based on png_read_from_memory.
3188         (png_load): Use it, instead of fn_png_init_io.
3190 2005-06-23  Kim F. Storm  <storm@cua.dk>
3192         * search.c (Fmatch_data): Remove evaporate option.
3193         (Fset_match_data): Do not mention evaporate option in doc string.
3194         Add commentary explaining evaporate arg (for internal use only).
3195         (unwind_set_match_data): Add comment on evaporate use.
3197 2005-06-22  Miles Bader  <miles@gnu.org>
3199         * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
3200         (realize_basic_faces, syms_of_xfaces): Update references to it.
3201         * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
3202         to `VERTICAL_BORDER_FACE_ID'.
3203         * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
3205 2005-06-21  Juri Linkov  <juri@jurta.org>
3207         * dispextern.h: Add extern Qframe_set_background_mode.
3209         * xfaces.c: Rename obsolete function Qframe_update_face_colors to
3210         Qframe_set_background_mode.
3212         * frame.c (Fmodify_frame_parameters):
3213         Call frame-set-background-mode after changing the background color
3214         on non-window non-dos branch.
3216 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3218         * fns.c (Fchar_table_range):
3219         * process.c (Fmake_network_process): Fix spellings.
3221 2005-06-20  Kim F. Storm  <storm@cua.dk>
3223         * fns.c (Fsort): Doc fix.
3225 2005-06-20  Miles Bader  <miles@gnu.org>
3227         * xfaces.c (Qvertical_divider): New variable.
3228         (realize_basic_faces): Realize its face.
3229         (syms_of_xfaces): Initialize it.
3231         * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
3233         * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
3234         window-separator on ttys using `vertical-divider' face by default.
3236 2005-06-17  Richard M. Stallman  <rms@gnu.org>
3238         * xdisp.c (get_next_display_element):
3239         Reverse test of Vshow_nonbreak_escape.
3241         * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
3242         (Ftty_no_underline): New function.
3243         (syms_of_term): defsubr it.
3245         * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
3247         * dispnew.c (spec_glyph_lookup_face): New function.
3248         (build_frame_matrix_from_leaf_window): Use it.
3250         * dispextern.h (spec_glyph_lookup_face): Add declaration.
3252         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
3254 2005-06-12  Richard M. Stallman  <rms@gnu.org>
3256         * keyboard.c (read_char): After catching a longjmp,
3257         call restore_getcjmp.
3259 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
3261         * xselect.c (lisp_data_to_selection_data): Fix spelling.
3263 2005-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3265         * macterm.c (mac_compute_glyph_string_overhangs): Don't set
3266         overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
3267         [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
3268         events.
3269         (XTread_socket): Don't pass keyboard events with the option
3270         modifier to the system when Vmac_command_key_is_meta is nil or
3271         Vmac_option_modifier is non-nil.
3272         [USE_CARBON_EVENTS] (read_socket_inev): New variable.
3273         [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
3274         [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
3275         handler function.
3276         (install_window_handler) [USE_CARBON_EVENTS]: Install it.
3277         (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
3278         handler part to mac_handle_mouse_event.
3280 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3282         * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
3283         NEW-ALIAS and BASE-VARIABLE, respectively.
3285 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
3288         (get_phys_cursor_geometry, format_mode_line_unwind_data)
3289         (get_line_height_property, x_produce_glyphs): Remove unused vars.
3291         * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
3293 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
3295         * w32term.c (x_use_underline_position_properties): New variable.
3296         (x_draw_glyph_string): Remind in a comment to change doc string of
3297         x-use-underline-position-properties if/when underline positioning
3298         is implemented.
3299         (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
3300         and initialize it to nil.
3302 2005-06-12  Jason Rumney  <jasonr@gnu.org>
3304         * w32fns.c (NEWOPENFILENAME): New struct.
3305         (Fx_file_dialog): Use it to trick the system into giving us up to
3306         date dialogs on systems that are documented to support it.
3307         Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
3309 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
3311         * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
3312         MB_ABORTRETRYIGNORE.  Never return, even if DebugBreak does.
3314 2005-06-11  Eli Zaretskii  <eliz@gnu.org>
3316         * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
3317         to CreateDIBSection to avoid a compiler warning.
3318         (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
3319         warning.
3320         (png_load): Cast return values of fn_png_create_read_struct and
3321         fn_png_create_info_struct, to avoid compiler warnings on W32.
3322         Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
3323         to avoid compiler warnings.
3324         (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
3325         compiler warning on W32.  Cast 3rd arg to IMAGE_BACKGROUND to
3326         avoid a compiler warning.
3327         (tiff_load): Cast return values of fn_TIFFOpen and
3328         fn_TIFFClientOpen to avoid compiler warning on W32.  Cast 3rd arg
3329         to IMAGE_BACKGROUND to avoid a compiler warning.
3330         (gif_load): Cast return values of fn_DGifOpenFileName and
3331         fn_DGifOpen to avoid compiler warnings on W32.  Cast 3rd arg to
3332         IMAGE_BACKGROUND to avoid a compiler warning.
3333         (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
3334         before redefining.
3336         * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
3337         the call to CreateDIBSection, to avoid a compiler warning.
3339 2005-06-11  Jason Rumney  <jasonr@gnu.org>
3341         * w32fns.c (Fx_file_dialog): Unblock input before falling back to
3342         minibuffer.
3343         * macfns.c (Fx_file_dialog): Likewise.
3345 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
3347         * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
3349 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3351         * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
3352         * w32fns.c (syms_of_w32fns): Fix spellings.
3354 2005-06-10  Eli Zaretskii  <eliz@gnu.org>
3356         * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
3357         `verbose'; print diagnostic messages only if it is non-zero.
3358         All callers changed to pass a zero value unless DEBUG_DUMP is defined
3359         in the environment.
3360         (copy_executable_and_dump_data): Print section names with %.8s.
3362 2005-06-10  Masatake YAMATO  <jet@gyve.org>
3364         * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
3365         when mouse_face is not given.
3367 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
3369         * window.c (Fselect_window): Adapt call to Fselect_frame.
3371         * lisp.h: Update EXFUN of Fselect_frame.
3373         * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
3375         * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
3376         no_enter.
3377         (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
3378         Adapt to above change.
3380 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
3382         * fns.c (Fmemq, Fmaphash): Doc fixes.
3384 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
3386         * xfaces.c (Fdisplay_supports_face_attributes_p):
3387         Fix typo in docstring.
3389 2005-06-08  Steven Tamm  <steventamm@mac.com>
3391         * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
3392         used by gcc4 on intel mac.
3394 2005-06-09  Kim F. Storm  <storm@cua.dk>
3396         * search.c (Fmatch_data): Add optional RESEAT arg.  Unchain markers
3397         in REUSE list if non-nil; free them if equal to evaporate.
3398         (Fset_match_data): Add optional RESEAT arg.  Unchain markers in LIST
3399         if non-nil; free them if equal to evaporate.  Use XCAR/XCDR.
3400         (restore_search_regs): Rename from restore_match_data.  Uses changed.
3401         (unwind_set_match_data): New function.
3402         (record_unwind_save_match_data): New function like save-match-data.
3404         * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
3405         (record_unwind_save_match_data): Add prototype.
3406         (restore_search_regs): Rename from restore_match_data.
3408         * composite.c (compose_chars_in_text):
3409         * eval.c (do_autoload):
3410         * macmenu.c (set_frame_menubar):
3411         * process.c (read_process_output, exec_sentinel):
3412         * xmenu.c (set_frame_menubar):
3413         * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
3414         * w32menu.c (set_frame_menubar):
3415         Use record_unwind_save_match_data.
3417 2005-06-08  Richard M. Stallman  <rms@gnu.org>
3419         * xdisp.c (get_next_display_element): Alter previous change:
3420         Distinguish Vshow_nonbreak_escape = t or not t.
3421         For t, use escape_glyph once again, as before previous change.
3422         Use space or hyphen for display, instead of the non-ASCII char.
3423         (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
3425         * process.c (Fstart_process): Don't touch command_channel_p slot.
3427         * process.h (struct process): Delete command_channel_p.
3429 2005-06-07  Masatake YAMATO  <jet@gyve.org>
3431         * xdisp.c (note_mode_line_or_margin_highlight):
3432         Check the overlapping of re-rendering area to avoid flickering.
3433         (note_mouse_highlight): Call clear_mouse_face if PART
3434         is not ON_MODE_LINE nor ON_HEADER_LINE.
3436 2005-06-07  Kim F. Storm  <storm@cua.dk>
3438         * process.c: Improve commentary for adaptive read buffering.
3440 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
3443         if available.
3445 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3447         * macmenu.c (menu_quit_handler, install_menu_quit_handler):
3448         New functions for popping down menus on C-g.
3449         (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
3451         * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
3452         non-static.
3454         * config.in: Add HAVE_CANCELMENUTRACKING.
3456 2005-06-06  Eli Zaretskii  <eliz@gnu.org>
3458         * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
3460         * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
3462         * w32proc.c (RVA_TO_PTR): New macro.
3464         * w32heap.c (RVA_TO_PTR): No need to #undef now.
3466         * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
3467         Depend on w32heap.h.
3469 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
3471         * keyboard.c (command_loop_1): Update Vthis_original_command.
3473 2005-06-06  Richard M. Stallman  <rms@gnu.org>
3475         * xmenu.c (popup_get_selection): Undo previous change.
3477 2005-06-06  Juri Linkov  <juri@jurta.org>
3479         * xdisp.c (Qno_break_space): New variable.
3480         (syms_of_xdisp): Initialize it.
3481         (get_next_display_element): Add no-break space and soft hypen
3482         codes for iso8859-2 and iso8859-5.  Don't add `\' for them.
3483         Use `no-break-space' face for no-break spaces.
3485 2005-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3487         * window.c (delete_window): Handle the case where a h/vchild has
3488         a h/vchild.
3490 2005-06-05  Eli Zaretskii  <eliz@gnu.org>
3492         * w32.c (sys_setsockopt): Change arg 4 to `const void *'.  In the
3493         call to pfn_setsockopt, cast optval to `const char *'.
3495 2005-06-04  Eli Zaretskii  <eliz@gnu.org>
3497         * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
3498         (open_unc_volume): Cast return value of map_w32_filename, to avoid
3499         compiler warnings.
3501         * s/ms-w32.h (fileno): Don't define if already defined.
3503         * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
3505         * makefile.w32-in (DOC): Define to point to the generated DOC-X.
3507 2005-06-04  Richard M. Stallman  <rms@gnu.org>
3509         * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
3511 2005-06-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3513         * macmenu.c (cleanup_popup_menu): New function.
3514         (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
3515         mac_menu_show Quit:s.
3516         (mac_menu_show): Quit on cancel if not popped up on click (i.e.
3517         a dialog).
3519 2005-06-04  Kim F. Storm  <storm@cua.dk>
3521         * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
3523         * callproc.c (Fcall_process): Don't use alloca to gradually
3524         increase size of buf, as it effectively uses twice the necessary
3525         space on the stack.  Instead, pre-allocate buf of full size, and
3526         gradually increase the read size.
3528         * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
3530         * eval.c (unbind_to): Preserve value of Vquit_flag.
3532         * xterm.c (handle_one_xevent): Also ignore mouse motion just
3533         before a button release event.
3535 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
3537         * xfaces.c (Finternal_lisp_face_equal_p): Really report
3538         on faces in a frame, if the argument FRAME is non-nil.
3539         Improve argument/docstring consistency.
3541 2005-06-02  Kim F. Storm  <storm@cua.dk>
3543         * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
3544         (x_consider_frame_title, Fformat_mode_line): Save offset into
3545         mode_line_noprop_buf rather than pointer, in case buffer is relocated.
3547 2005-06-01  Kim F. Storm  <storm@cua.dk>
3549         * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
3551 2005-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3553         * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
3554         resolution fields for scalable fonts to 0.
3556         * xfaces.c (build_scalable_font_name): Round pixel size to the
3557         nearest integer.
3559 2005-06-01  Kim F. Storm  <storm@cua.dk>
3561         * xdisp.c (display_mode_line): Support nested calls to redisplay
3562         and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.
3564 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * fileio.c (Finsert_file_contents):
3567         * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
3569 2005-05-31  Kim F. Storm  <storm@cua.dk>
3571         * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
3572         (mode_line_noprop_ptr): Rename from frame_title_*.
3573         (store_mode_line_noprop_char): Rename from store_frame_title_char.
3574         (store_mode_line_noprop): Rename from store_frame_title.
3575         (mode_line_target): New enum to specify current output target
3576         for mode line formatting.
3577         (display_mode_element): Test it rather than frame_title_ptr and
3578         mode_line_string_list to determine where output should go.
3579         (mode_line_proptrans_alist, mode_line_string_alist): Make static.
3580         (Vmode_line_unwind_vector): New variable.
3581         (format_mode_line_unwind_data, unwind_format_mode_line):
3582         New functions for unwind protection in mode line formatting.
3583         (x_consider_frame_title): Use them and new local var 'title_start'
3584         to support nested calls to format-mode-line and redisplay.
3585         Set mode_line_target to MODE_LINE_TITLE.
3586         (Fformat_mode_line): Use them and new local var 'string_start' to
3587         support nested calls to format-mode-line and redisplay.
3588         Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
3589         Don't trim trailing dashes.
3590         (decode_mode_spec): Don't make infinite number of trailing dashes
3591         for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
3592         (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
3593         mode_line_string_face_prop, and Vmode_line_unwind_vector.
3594         (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
3595         Initialize mode_line_target to MODE_LINE_DISPLAY.
3597 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3599         * buffer.c (Fbuffer_local_value): Call indirect_variable.
3601 2005-05-28  Masatake YAMATO  <jet@gyve.org>
3603         * xdisp.c (note_mode_line_or_margin_highlight): Change the
3604         pointer to a hand cursor when hoovering over a mouse-face.
3606 2005-05-27  Kenichi Handa  <handa@m17n.org>
3608         * xterm.c (x_encode_char): Call check_ccl_update in advance.
3610         * ccl.c: Now an element of Vccl_program_table is a vector of
3611         length 4, not 3.
3612         (ccl_get_compiled_code): New arg idx.  Caller changed.
3613         Adjust for the change of Vccl_program_table.
3614         (setup_ccl_program): Adjust for the change of Vccl_program_table.
3615         (check_ccl_update): New function.
3616         (Fregister_ccl_program): Use ASET to set an element of a vector.
3617         Adjusted for the change of Vccl_program_table.
3619         * ccl.h (struct ccl_program): New member idx.
3620         (check_ccl_update): Extern it.
3622 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
3624         * image.c (Vimage_library_alist): Move from image.el.
3625         (syms_of_image): Defvar it.
3626         (lookup_image_type): Use it.
3628         * buffer.c (Fbuffer_local_value): Make argument name match its use
3629         in docstring.
3631 2005-05-26  Juanma Barranquero  <lekktu@gmail.com>
3633         * keyboard.c (Frecursive_edit): Fix typo in docstring.
3634         (Fposn_at_x_y): Make argument name match its use in docstring.
3636 2005-05-26  Lute Kamstra  <lute@gnu.org>
3638         * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
3640 2005-05-24  Masatake YAMATO  <jet@gyve.org>
3642         * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
3643         as loop sentinels.
3645 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3647         * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
3648         select frame title ("Question"/"Information").
3649         (xdialog_show): Use it.
3651         * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
3653         * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
3655         * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
3656         a third argument (Qnil).
3658         * lisp.h: x-popup-dialog can have three arguments.
3660         * editfns.c (Fmessage_box): Use "Information" for frame title.
3662 2005-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
3664         * termcap.c [VMS]: Include <starlet.h>.
3666 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3668         * xdisp.c (note_mode_line_or_margin_highlight): Add code
3669         for mouse-face.  Change the type of the first argument from `window'
3670         to `Lisp_Object'.
3671         (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
3672         window instead of w.
3674 2005-05-22  Andreas Schwab  <schwab@suse.de>
3676         * process.c (send_process): Move misplaced volatile.
3678 2005-05-21  Richard M. Stallman  <rms@gnu.org>
3680         * xdisp.c (display_mode_element): If we're processing a list and
3681         padding is specified, put it after the last element.
3683 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3685         * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
3686         "superroot" on DOS_NT systems.
3688 2005-05-21  David Hunter  <hunterd42@comcast.net>  (tiny change)
3690         * process.c (send_process): Restore the SIGPIPE handler if we
3691         catch a SIGPIPE.
3693 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
3695         * image.c (lookup_image, png_read_from_memory): Remove hacks (and
3696         misleading comments).
3697         (DEF_IMGLIB_FN): Use C calling convention for image libraries.
3699 2005-05-20  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
3701         * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
3702         Correct the right value.
3704 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3706         * keyboard.c (syms_of_keyboard): Remove Lisp variables
3707         post-command-idle-hook and post-command-idle-delay.
3708         (command_loop_1): Don't try to execute post-command-idle-hook.
3710 2005-05-16  Kim F. Storm  <storm@cua.dk>
3712         * xdisp.c (handle_display_prop): Handle empty replacement.
3713         (handle_single_display_spec): Return -1 for empty replacement.
3715         * keyboard.c (adjust_point_for_property): Skip empty overlay string.
3717         * .gdbinit (pitx): Print more info about iterator.
3719 2005-05-16  Andreas Schwab  <schwab@suse.de>
3721         * unexmacosx.c (unexec_realloc): Move declarations before statements.
3723 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3725         * xdisp.c (message3): Call cancel_echoing.
3727         * alloc.c (Fmemory_full_p): New function.
3728         (syms_of_alloc): defsubr it.
3730         * process.c (send_process_trap): Unblock SIGPIPE.
3731         (send_process): Reset SIGPIPE handler before reporting error.
3733 2005-05-14  Nick Roberts  <nickrob@snap.net.nz>
3735         * emacs.c (syms_of_emacs): Fix doc string for system-type.
3737 2005-05-13  Richard M. Stallman  <rms@gnu.org>
3739         * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
3740         (Finsert_file_contents): If we read 0 bytes from a special file,
3741         unlock the visited file if we locked it.
3742         (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
3743         (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
3745 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3747         * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
3749         * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
3750         Regard toolkit scroll bar thumb drag events as squeezable and prevent
3751         redisplay from being paused by them.
3753         * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
3754         [!MAC_OSX] (target_ticks): Remove variable.
3755         [!MAC_OSX] (check_alarm, pause, index): Remove functions.
3756         [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
3757         [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
3758         event occurs before timeout, behave as if the function were interrupted.
3759         [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
3760         handling using Time Manager routines.
3761         [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
3762         New variables.
3763         [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
3764         (setitimer): New functions.
3766         * macfns.c, macmenu.c: Don't include signal.h.
3768         * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
3769         Rename from get_control_part_bound.  All callers changed.
3770         (x_scroll_bar_clear): New function.
3771         (x_clear_frame): Use it.
3772         (XTset_vertical_scroll_bar): Don't call Draw1Control.
3773         (x_scroll_bar_handle_click): Change type of second argument from
3774         int to ControlPartCode.
3775         (check_alarm): Remove declaration.
3776         (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
3777         (XTread_socket): Use ControlPartCode instead of SInt16.
3779 2005-05-13  Nozomu Ando  <nand@mac.com>
3781         * unexmacosx.c: Include assert.h.
3782         (MACOSX_MALLOC_MULT16): New define.
3783         [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
3784         ptr is in unexec regions by checking it is multiple of 16.
3785         (unexec_malloc_header_t): New typedef.
3786         (unexec_malloc, unexec_realloc, unexec_free): Store and use
3787         allocated size information in unexec_malloc_header.
3789 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3791         * xterm.c (noinclude): Add #undef.
3793         * image.c, xfns.c, xmenu.c: Don't include signal.h.
3795 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
3797         * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
3798         (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
3799         Doc fixes.
3801         * dired.c (Ffile_name_completion): Make argument name
3802         match its use in docstring.
3804 2005-05-08  Luc Teirlinck  <teirllm@auburn.edu>
3806         * eval.c (Fdefvaralias): Remove any pre-existing
3807         variable-documentation property of the alias.
3809 2005-05-07  Thien-Thi Nguyen  <ttn@gnu.org>
3811         * xfns.c (start_hourglass): Do nothing when running on a tty.
3813 2005-05-07  Juanma Barranquero  <lekktu@gmail.com>
3815         * fns.c (Fchar_table_range): Fix typos in docstring.
3817 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3819         * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
3821 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
3823         * lread.c (Flocate_file_internal): Doc fix.
3825         * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
3827 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3829         * macselect.c (x_own_selection): Accept Lisp string as result of
3830         selection converter function.
3831         (x_clear_frame_selections): Don't call x-lost-selection-functions
3832         if Emacs is not owner of the selection.
3833         (Vmac_services_selection): Put variable and initialization in
3834         #ifdef MAC_OSX.
3835         (syms_of_macselect) [MAC_OSX]: Set default value of
3836         Vmac_services_selection to PRIMARY.
3838         * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
3839         (mac_handle_tool_bar_click): Remove unused function and declaration.
3840         [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
3841         (install_scroll_bar_timer, set_scroll_bar_timer)
3842         (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
3843         (get_control_part_bound, x_scroll_bar_handle_press)
3844         (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
3845         (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
3846         [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
3847         (scroll_bar_timer_event_posted_p): New variables.
3848         [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
3849         (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
3850         (x_scroll_bar_create): Set control reference with NewControl.
3851         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
3852         Initialize track_top and track_height to nil.
3853         (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
3854         Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
3855         (XTset_vertical_scroll_bar): Don't make space between scroll bar
3856         and associated window.
3857         (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
3858         from window config.
3859         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
3860         Set track_top and track_height to nil when scroll bar size is changed.
3861         Recalculate them if they are nil.
3862         (XTread_socket) [MAC_OSX]: Use control kind to determine if the
3863         clicked control is a scroll bar.
3864         (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
3865         event handler functions.  Don't add modifiers to scroll bar click
3866         events.  Call scroll bar release handler when window is deactivated.
3867         (mac_initialize): Remove unused code for X toolkit.
3868         (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
3869         Initialize Vx_toolkit_scroll_bars to nil.
3871         * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
3872         New members track_top and track_height.
3874         * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
3875         init_process when including sys/select.h.
3877 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
3879         * eval.c (Fdefvaralias): Doc fix.
3881         * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
3883 2005-05-05  Kim F. Storm  <storm@cua.dk>
3885         * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
3886         default value.
3887         (syms_of_buffer): Add default-cursor-in-non-selected-windows.
3888         Fix type of cursor-in-non-selected-windows.
3890 2005-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3892         * mac.c: #undef init_process so not to conflict with system headers.
3894 2005-05-02  Richard M. Stallman  <rms@gnu.org>
3896         * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
3898         * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
3900         * xdisp.c (Vcursor_in_non_selected_windows)
3901         (Qcursor_in_non_selected_windows): Vars deleted.
3902         (syms_of_xdisp): Don't initialize them.
3903         (get_window_cursor_type): Use cursor_in_non_selected_windows
3904         buffer slot.
3906 2005-05-02  Kim F. Storm  <storm@cua.dk>
3908         * macros.c (executing_kbd_macro_index): Rename from
3909         executing_macro_index.  All uses changed.
3910         (executing_kbd_macro_iterations): Rename from
3911         executing_macro_iterations.  All uses changed.
3912         (executing_kbd_macro): Rename from executing_macro.
3913         All uses changed.
3914         (syms_of_macros): Rename Lisp var executing-macro-index to
3915         executing-kbd-macro-index.
3917         * xdisp.c (move_it_in_display_line_to): Fix last change.
3919 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3921         * xmenu.c (Fx_popup_menu): Doc fix.
3923         * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
3925 2005-05-02  Jason Rumney  <jasonr@gnu.org>
3927         * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
3929 2005-05-02  Nozomu Ando  <nand@mac.com>
3931         * sysselect.h: Fix typo.
3933 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
3935         * charset.c (Fchars_in_region): Remove as obsolete.
3937 2005-05-01  Kim F. Storm  <storm@cua.dk>
3939         * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
3940         TO_CHARPOS.  This may happen if last glyphs was an image or stretch
3941         glyph.
3943 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3945         * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
3947 2005-05-01  Richard M. Stallman  <rms@gnu.org>
3949         * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
3950         If user cancels the menu, quit unless FOR_CLICK.
3952         * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
3953         All uses changed.
3954         (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
3955         * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
3956         * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
3957         * commands.h (Vexecuting_kbd_macro): Likewise.
3959 2005-05-01  Thien-Thi Nguyen  <ttn@gnu.org>
3961         * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
3963 2005-04-30  Richard M. Stallman  <rms@gnu.org>
3965         * fileio.c (Ffind_file_name_handler): Handle the `operations'
3966         property of the file name handler.
3967         (Qoperations): New variable.
3968         (syms_of_fileio): Initialize and staticpro it.
3970         * xdisp.c (set_message_1): Delete xassert.
3972 2005-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3974         * mac.c: Don't include time.h.  Include sysselect.h after systime.h.
3976         * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
3978         * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
3979         before/after including Carbon.h if there is a working mktime.
3981 2005-04-28  Kim F. Storm  <storm@cua.dk>
3983         * xfaces.c (resolve_face_name): Add arg SIGNAL_P.  Calls changed.
3984         Fix cyclic alias check.  If alias loop is detected, signal
3985         circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
3987 2005-04-28  Lute Kamstra  <lute@gnu.org>
3989         * eval.c (do_autoload): Record only autoloads in the autoload
3990         property of symbols.
3992 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
3994         * emacs.c (USAGE1): Add --basic-display and --quick options.
3996 2005-04-27  Kim F. Storm  <storm@cua.dk>
3998         * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
4000 2005-04-26  Richard M. Stallman  <rms@gnu.org>
4002         * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
4003         (syms_of_window): Doc fixes.
4005         * indent.c (Fvertical_motion): Undo previous change.
4007 2005-04-26  Kenichi Handa  <handa@m17n.org>
4009         * fns.c (char_table_range): New function.
4010         (Fchar_table_range): Signal an error if characters in the range
4011         have inconsistent values.  Don't check the parent.
4013 2005-04-25  Kenichi Handa  <handa@m17n.org>
4015         * fontset.c (fontset_set): Fix previous change.
4017 2005-04-24  Richard M. Stallman  <rms@gnu.org>
4019         * indent.c (Fvertical_motion): Bind fontification-functions to nil.
4021 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
4023         * regex.c (re_search_2, re_match_2_internal): Convert second arg
4024         of RE_TRANSLATE to int, to shut up GCC warnings.
4026         * fileio.c (Fcopy_file): Doc fix.
4027         [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
4028         not needed.
4030 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4032         * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
4033         (SOME_MACHINE_OBJECTS): Likewise.
4034         (mac.o): Depend on ccl.h.
4035         (macselect.o): New target.
4037         * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
4038         Call syms_of_macselect.
4040         * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
4042         * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
4043         (QCLIPBOARD): Remove variable.
4044         (syms_of_mac): Don't initialize it.
4045         (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
4046         Remove functions.
4047         (syms_of_mac): Don't defsubr them.
4048         [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
4049         (QHFS_plus_D, QHFS_plus_C): New variables.
4050         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
4051         [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
4052         (cfstring_create_normalized): New functions.
4053         [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
4054         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4056         * macterm.c (handling_window_update, terminate_flag):
4057         Remove variables.
4058         (do_window_update, do_ae_quit_application, XTread_socket):
4059         Don't use them.
4060         (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
4061         [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
4062         (init_service_handler): Move to macselect.c.  Remove declarations.
4063         [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
4064         (Qapplication, Qabout): New variables.
4065         (syms_of_mac): Initialize them.
4066         [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
4067         (Qperform): New variables.
4068         (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
4069         (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
4070         (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
4071         (mac_store_application_menu_event, init_menu_bar): New functions.
4072         [USE_CARBON_EVENTS] (mac_handle_command_event)
4073         (init_command_handler): New functions.
4074         (mac_handle_window_event): Return noErr on window update event.
4075         (do_ae_quit_application): Call mac_store_application_menu_event.
4076         (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
4077         and init_menu_bar.
4079         * macterm.h (x_clear_frame_selections): Add extern.
4081         * macselect.c: New file for selection processing on Mac OS.
4083 2005-04-23  Richard M. Stallman  <rms@gnu.org>
4085         * fileio.c (Fcopy_file): New arg MUSTBENEW.
4086         (Frename_file): Pass new arg to Fcopy_file.
4088         * window.c (window_size_fixed): Variable deleted.
4089         (syms_of_window): Initialize window-size-fixed to nil.
4090         But don't DEFVAR window_size_fixed.
4092 2005-04-23  Andreas Schwab  <schwab@suse.de>
4094         * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
4095         (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
4096         use lib64 instead of lib.
4097         (_LP64) [_ARCH_PPC64]: Define if not defined.
4099 2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
4101         * s/ms-w32.h (HAVE_PWD_H): Define.
4103 2005-04-22  Kenichi Handa  <handa@m17n.org>
4105         * fns.c (copy_sub_char_table): Explicitly copy the default value
4106         of the sub-chartable.
4108         * fontset.c (fontset_set): When a sub-chartable is created,
4109         explicitly sets the defalt value.
4111 2005-04-22  Kim F. Storm  <storm@cua.dk>
4113         * fns.c (Fplist_get): Replace by Fsafe_plist_get.
4114         (Fsafe_plist_get): Rename to Fplist_get.
4115         (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
4116         (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
4118         * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
4120         * xdisp.c (store_mode_line_string, produce_stretch_glyph)
4121         (note_mode_line_or_margin_highlight, note_mouse_highlight):
4122         Use Fplist_get instead of Fsafe_plist_get.
4124         * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
4126 2005-04-21  Miles Bader  <miles@gnu.org>
4128         * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
4130 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
4132         * sysdep.c: Remove reference to defunct vms-pwd.h.
4133         * dired.c: Likewise.  Also, for pwd.h, use HAVE_PWD_H, not !VMS.
4134         * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
4136         * config.in: Regenerate.
4138 2005-04-20  Kenichi Handa  <handa@m17n.org>
4140         * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
4141         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
4142         (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
4144         * alloc.c (make_sub_char_table): Argument changed to initial
4145         value of the slots.
4147         * data.c (Faref): Handle special slots used as default values of
4148         ascii, eight-bit-control, eight-bit-control.  Don't ignore a
4149         default value set for a group of characters.
4150         (Faset): Signal an error if IDXVAL is not a valid character code.
4151         Make a sub-chartable with correct initial value.
4153         * fns.c (Fset_char_table_range): Don't set slots used as default
4154         values for ascii, eight-bit-control, eight-bit-graphic.
4155         Don't call Faref with charset-id.
4156         (Fset_char_table_default): Document how to treat normal character
4157         argument.  Handle special slots used as default values of ascii,
4158         eight-bit-control, eight-bit-control.  Make a sub chartable if
4159         necessary.
4161 2005-04-20  Kenichi Handa  <handa@m17n.org>
4163         * search.c (boyer_moore): Fix previous change.
4165 2005-04-19  Kim F. Storm  <storm@cua.dk>
4167         * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
4168         face unless last visible char and first invisible char have the
4169         same face.  Also use default face if saved_face_id is undefined.
4171 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4173         * macgui.h (MacFontStruct): Remove member `fontname'.  Add member
4174         `full_name'.
4175         [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
4176         mac_scriptcode member.
4178         * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
4179         (syms_of_mac): Don't initialize them.
4180         (Vmac_charset_info_alist): New variable.
4181         (syms_of_mac): Defvar it.
4182         (create_text_encoding_info_alist): New function.
4183         (decode_mac_font_name, mac_to_x_fontname)
4184         (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
4185         code the correspondence among XLFD charsets, Mac script codes, and
4186         Emacs coding systems.  Use Vmac_charset_info_alist and result of
4187         create_text_encoding_info_alist instead.
4188         (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
4189         routines also on Mac OS Classic.
4190         (init_font_name_table) [!TARGET_API_MAC_CARBON]:
4191         Use add_font_name_table_entry.
4192         (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
4193         specified.  Derive unspecified scalable fields from specified one.
4194         (x_list_fonts): Consider Valternate_fontname_alist.
4195         (kDefaultFontSize): Change value from 9 to 12.
4196         (XLoadQueryFont): Get decoded font family, font face, and charset
4197         from x_font_name_to_mac_font_name.  Set full name of loaded font.
4198         (mac_unload_font): Free `full_name' member.
4199         (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
4200         NULL.  Copy full_name member of struct MacFontStruct to that of
4201         struct font_info.
4203 2005-04-19  Kim F. Storm  <storm@cua.dk>
4205         * xdisp.c (handle_stop): Set saved_face_id to current face if
4206         selective_display_ellipsis_p so ellipsis will be shown in same
4207         face as preceding text.
4208         (setup_for_ellipsis): Don't set saved_face_id here.
4209         (next_element_from_display_vector): Default to saved_face_id.
4211         * fns.c (Fsafe_get): New function.
4212         (syms_of_fns): Defsubr it.
4214         * lisp.h (Fsafe_get): EXFUN it.
4216         * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
4217         loops in case of bad face property lists.  Limit number of face
4218         alias lookups to 10 (in case of face alias loops).
4220 2005-04-18  Kim F. Storm  <storm@cua.dk>
4222         * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
4223         It replaces the corresponding member from struct window, as a
4224         window may now show multiple overlay arrows.
4225         Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
4227         * dispnew.c (row_equal_p, update_window_line, scrolling_window):
4228         Compare overlay_arrow_bitmap than overlay_arrow_p members.
4230         * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
4231         rather than from window.
4232         (update_window_fringes): Compare overlay_arrow_bitmap rather than
4233         overlay_arrow_p members.
4234         (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
4235         if not default.
4237         * window.h (struct window): Remove member overlay_arrow_bitmap.
4239         * window.c (make_window): Don't initialize overlay_arrow_bitmap.
4241         * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
4242         Calls changed.  Don't check for overlay-arrow-bitmap property here.
4243         (overlay_arrow_at_row): Remove PBITMAP arg.  Instead, if left
4244         fringe is present, return Lisp integer for bitmap (or -1 for default).
4245         Fix value of overlay-arrow-bitmap property to be a symbol, use
4246         lookup_fringe_bitmap to parse it.
4247         (display_line): Change call to overlay_arrow_at_row.  Store integer
4248         return value as overlay bitmap in row rather than window.
4249         Only show overlay arrow if row displays text, or if no other overlay
4250         arrow is seen in window (if overlay marker is at point-max).
4252 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
4254         * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
4256 2005-04-18  Lute Kamstra  <lute@gnu.org>
4258         * lread.c (Vloads_in_progress): Static.
4259         * fns.c (Vloads_in_progress): Remove extern.
4260         (load_in_progress): Add extern.
4261         (Frequire): Use load_in_progress instead of Vloads_in_progress.
4263 2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
4265         * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
4267 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4269         * macterm.c (XTread_socket): Don't beep on keyboard input even if
4270         no frame is visible.
4272 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4274         * term.c (struct keys): Add support for shifted keys.
4276 2005-04-16  Richard M. Stallman  <rms@gnu.org>
4278         * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
4279         (set_message): Call with_echo_area_buffer with WHICH = 0.
4280         (set_message_1): Erase the echo area buffer first thing.
4281         (echo_area_display): Don't clear echo_message_buffer.
4283 2005-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4285         * Makefile.in (mac.o): Depend on charset.h and coding.h.
4287         * mac.c: Include charset.h and coding.h.
4288         [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
4289         [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
4290         [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
4292         * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4294         * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
4296         * macterm.c (x_autoselect_window_p): Remove variable.
4297         (last_window): New variable.
4298         (XTreassert_line_highlight, x_change_line_highlight):
4299         Remove declarations.
4300         (mac_focus_changed, x_detect_focus_change): New functions and
4301         declarations.
4302         (XTextExtents16, front_emacs_window): Remove function.
4303         (mac_focus_frame): New function.
4304         (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
4305         (mac_check_for_quit_char): Use it instead of front_emacs_window.
4306         (x_scroll_bar_report_motion): Obtain window from control owner.
4307         (x_make_frame_invisible): Set window manager size hint.
4308         (do_mouse_moved): Remove function.
4309         (XTread_socket): Move its contents here.  Generate select-window
4310         event on mouse movement if needed.  Use x_detect_focus_change on
4311         activate/deactivate events.  Don't deiconify frame or invalidate
4312         window rectangle when dnd items are dropped.
4313         Don't activate/deactivate root control.
4314         (frame_highlight, frame_unhighlight): Activate/deactivate root
4315         control here.
4316         (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
4318         * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
4319         New extern.
4321 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
4323         * Makefile.in: Define new macro TOOLTIP_SUPPORT.
4324         (lisp): Use it.
4325         (SOME_MACHINE_LISP): Add tooltip.
4327 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4329         * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
4330         Don't include TextEncodingConverter.h.
4331         (mac_system_script_code, Vmac_system_locale): New variables.
4332         (syms_of_mac): Defvar them.
4333         (mac_get_system_locale): New function.
4335         * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
4336         Use ENCODE_SYSTEM to encode title bar string.
4337         (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
4338         (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
4339         Use CFStringGetSystemEncoding to get system default string encoding.
4341         * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
4342         TextEncodingConverter.h.
4344 2005-04-13  Steven Tamm  <steventamm@mac.com>
4346         * macterm.c (syms_of_macterm): Remove redundant definition of
4347         mac-pass-control-to-system.
4349 2005-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4351         * window.c (Fset_window_configuration): Be careful when you choose
4352         among several possible points for the new_current_buffer.
4354 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4356         * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
4357         poll_for_input_1.  Set interrupt_input_pending to 1 instead.
4358         (Qlanguage_change) [MAC_OS]: New variable.
4359         (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
4360         (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
4362         * macterm.c (mac_keyboard_text_encoding)
4363         (current_mac_keyboard_text_encoding): Remove variables.
4364         (XTread_socket): Store language-change event if keyboard script change
4365         is detected.  Don't convert input to `mac_keyboard_text_encoding'.
4366         (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
4368         * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
4370 2005-04-10  Richard M. Stallman  <rms@gnu.org>
4372         * emacs.c (standard_args): Rename --bare-bones to --quick.
4373         Add -D aka --basic-display.
4375         * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
4377 2005-04-09  Richard M. Stallman  <rms@gnu.org>
4379         * keymap.c (where_is_internal): Convert a string used as event type
4380         into "(any string)".
4382         * lread.c (Vloads_in_progress): Not static.
4383         * fns.c (Vloads_in_progress): Add extern.
4384         (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
4386 2005-04-09  Thien-Thi Nguyen  <ttn@surf.glug.org>
4388         * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
4390 2005-04-09  Lute Kamstra  <lute@gnu.org>
4392         * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
4393         within the accessible part of the buffer.
4395 2005-04-09  Kim F. Storm  <storm@cua.dk>
4397         * lread.c (readevalloop): Add args START and END as region in
4398         current buffer to read.  Callers changed.
4399         When specified, narrow to this region only when reading,
4400         not during eval.  Track next point to read from during eval.
4401         Also restore point to "real" buffer position before eval.
4402         (Feval_region): Don't save excursion and restriction here, and
4403         don't narrow to region.  Just pass region to readevalloop.
4404         Note: Point is now preserved even when PRINTFLAG is nil.
4406 2005-04-08  Kim F. Storm  <storm@cua.dk>
4408         * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
4410 2005-04-06  Kim F. Storm  <storm@cua.dk>
4412         * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
4414 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4416         * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
4417         (Fmac_get_preference): Doc fix.
4419         * macfns.c (Fx_create_frame, x_create_tip_frame):
4420         Add "fontset-mac" to fallback font/fontsets.
4422 2005-04-04  Kim F. Storm  <storm@cua.dk>
4424         * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
4426         * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
4427         Call it again after autoload.
4429 2005-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4431         * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
4432         mallopt.
4434         * ralloc.c (r_alloc_init): Ditto.
4436 2005-04-01  Kenichi Handa  <handa@m17n.org>
4438         * lisp.h (Vascii_upcase_table, Vascii_canon_table)
4439         (Vascii_eqv_table): Extern them.
4441         * casetab.c (set_case_table): If standard is nonzero, setup
4442         Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
4444         * search.c (looking_at_1): Use current_buffer->case_canon_table,
4445         not DOWNCASE_TABLE.
4446         (string_match_1): Likewise.
4447         (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
4448         Vascii_downcase_table.
4449         (fast_string_match_ignore_case): Likewise.
4450         (search_buffer): Fix checking of boyer-moore usability.
4451         (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
4452         No need of tranlating characters in PAT.  Fix calculation of
4453         simple_translate.
4455 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4457         * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
4458         (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
4459         Use XtNtopShadowPixel and XtNbottomShadowPixel.
4460         (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
4461         really work and that breaks with some versions of Xaw3d.
4463 2005-03-31  Kenichi Handa  <handa@m17n.org>
4465         * coding.c (syms_of_coding): Fix previous change.
4467 2005-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4469         * fileio.c (search_embedded_absfilename): Fix last change.
4471 2005-03-25  Kenichi Handa  <handa@m17n.org>
4473         * coding.c (syms_of_coding): Suggest to use set-coding-category in
4474         the docstring of coding-category-list.
4476 2005-03-31  Kim F. Storm  <storm@cua.dk>
4478         * keyboard.c (Qmouse_fixup_help_message): New var.
4479         (syms_of_keyboard): Intern and staticpro it.
4480         (show_help_echo): Apply mouse-fixup-help-message to help string.
4482 2005-03-30  Kim F. Storm  <storm@cua.dk>
4484         * xdisp.c (display_line): Allow multiple overlay arrows in window.
4486 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4488         * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
4489         (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
4490         (Ffile_name_absolute_p): Use it.
4491         (search_embedded_absfilename): New fun, extracted from
4492         Fsubstitute_in_file_name.  Use file_name_absolute_p.
4493         Free the pw data after use.
4494         (Fsubstitute_in_file_name): Use it.
4495         After cutting a prefix, re-check file-name-handler.
4497 2005-03-26  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4499         * w32term.h (x_output): Add focus_state.
4501         * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
4502         (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
4504 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4506         * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
4507         Use Fexit_minibuffer.
4508         (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
4510 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4512         * dired.c (Ffile_attributes): Add a missing gcpro.
4514         * alloc.c (make_number): The arg can be bigger than `int'.
4515         * lisp.h (make_number): Make prototype more precise.
4517         * process.c, dired.c (Vfile_name_coding_system)
4518         (Vdefault_file_name_coding_system):
4519         * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
4520         (Vdefault_file_name_coding_system): Remove unused declarations.
4522 2005-03-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4524         * xmenu.c (create_and_show_popup_menu): Just remove menu and return
4525         if it failed to pop up (Gnome "show pointer on ctrl" option makes
4526         menus fail to pop up).
4528 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4530         * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
4531         Just prepend a backslash without replacing the NBSP by an SPC.
4533 2005-03-22  Kim F. Storm  <storm@cua.dk>
4535         * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
4536         * dispextern.h (lookup_derived_face): Fix prototype.
4537         * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
4539         * xdisp.c (handle_single_display_spec): Derive left-fringe and
4540         right-fringe face from fringe face.
4542         * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
4543         Derive face from fringe face.
4545 2005-03-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4547         * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
4549 2005-03-22  David Kastrup  <dak@gnu.org>
4551         * textprop.c (Fnext_char_property_change)
4552         (Fprevious_char_property_change): Allow marker as limit.
4553         (Fnext_single_char_property_change)
4554         (Fprevious_single_char_property_change): Check that limit is a
4555         number in strings.
4556         (Fnext_single_char_property_change): Coerce position to integer.
4557         (Fprevious_single_char_property_change): Same here.
4559 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
4561         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
4563 2005-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4565         * frame.c (Fignore_event): Remove.
4566         (syms_of_frame): Don't defsubr it.
4568         * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
4569         redundant `ignore-event'.
4571 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4573         * unexec.c (write_segment, unexec): Move these functions to avoid
4574         forward references (which cause errors with "gcc -gcoff").
4576 2005-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4578         * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
4579         that it doesn't become "tooltip".  The specbind is enough.
4581         * xrdb.c (x_load_resources): Use different char *helv when I18N
4582         is present.
4584 2005-03-17  Kenichi Handa  <handa@m17n.org>
4586         * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
4588 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
4591         Use xic_create_fontsetname even for non-Motif menus.
4592         Don't forget to free the fontsetname.
4594         * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
4596 2005-03-17  Richard M. Stallman  <rms@gnu.org>
4598         * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
4600         * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
4601         (Fmake_symbolic_link): Use G to read the new file name.
4603         * callint.c (Finteractive): Document G option.
4604         (Fcall_interactively): Implement G option.
4606         * buffer.c (buffer_lisp_local_variables): New function,
4607         broken out from Fbuffer_local_variables.
4608         (clone_per_buffer_values): Use buffer_lisp_local_variables.
4610 2005-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4612         * xfns.c (xic_create_fontsetname): Add `motif' argument.
4613         Always return a freshly allocated string.
4614         (xic_create_xfontset): Adjust call.
4616         * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
4617         Use xic_create_fontsetname to create a fontset so utf-8 locales work.
4618         (dump_realized_face): Fix warning.
4620         * emacs.c (Fkill_emacs): YAILOM.
4622         * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
4624 2005-03-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4626         * mac.c (HASHKEY_TERMINAL): Remove.
4627         (HASHKEY_MAX_NID): New macro.
4628         (xrm_q_get_resource_1): Rename from xrm_q_get_resource.  Add extra
4629         argument.
4630         (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
4631         (xrm_create_database, xrm_q_put_resource)
4632         (xrm_merge_string_database, xrm_q_get_resource_1)
4633         (xrm_q_get_resource): Change resource database representation so
4634         that it may not use multiple hash tables for a single database.
4635         [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
4637 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
4641         * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
4642         locale-coding-system, as was already done for WINDOWSNT.
4644         * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
4645         translation for chars in the 0-255 range.
4647 2005-03-16  Lute Kamstra  <lute@gnu.org>
4649         * floatfns.c (Ffloor): Doc fix.
4651 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4653         * mac.c: Include macterm.h instead of directly including Carbon.h.
4654         [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
4655         (Qarray, Qdictionary): New variables.
4656         (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
4657         [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
4658         [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
4659         [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
4660         in callback for CFDictionaryApplyFunction.
4661         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
4662         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
4663         (cfobject_desc_to_lisp, cfdictionary_add_to_list)
4664         (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
4665         [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
4666         (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4667         (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
4668         (skip_white_space, parse_comment, parse_include_file)
4669         (parse_binding, parse_component, parse_resource_name, parse_value)
4670         (parse_resource_line, xrm_create_database, xrm_q_put_resource)
4671         (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
4672         (xrm_cfproperty_list_to_value, xrm_get_preference_database):
4673         New functions.
4675         * macfns.c (mac_get_rdb_resource): Remove function.
4676         (x_get_string_resource): Use xrm_get_resource.
4678         * macgui.h (XrmDatabase): Typedef to Lisp_Object.
4680         * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
4681         name_list_element.
4682         (mac_make_rdb): Create resource database from preferences and
4683         argument string.
4684         (mac_term_init): Save resource database to cddr part of
4685         name_list_element.
4687         * macterm.h (xrm_merge_string_database, xrm_get_resource)
4688         (xrm_get_preference_database): Add externs.
4689         [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
4690         (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
4691         (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
4693         * process.c (init_process): Change `#ifdef DARWIN' to `#if
4694         defined (DARWIN) || defined (MAC_OSX)'
4696         * s/darwin.h (DARWIN): Don't define.
4698 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4700         * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
4701         Remove unused variables.
4702         (syms_of_macfns): Don't initialize them.  Likewise for
4703         Qface_set_after_frame_default.  Defvar and initialize
4704         Vx_window_horizontal_drag_shape.
4705         (x_set_mouse_color): Change mouse pointer shape.
4706         (mac_window) [!MAC_OSX]: Create root control.
4707         (Fx_create_frame): Remove initializations of mouse pointer shapes.
4708         (hourglass_started): New function (from xfns.c).
4709         (start_hourglass, cancel_hourglass): Put function body in #ifdef
4710         MAC_OSX.
4711         (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
4712         indicator for each non-tooltip frame if needed, and show it.
4713         (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
4715         * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
4716         Controls.h.  Use ThemeCursor instead of CursHandle.
4718         * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
4719         Remove functions and declarations.
4720         (mac_set_colors): Take argument for saving background color.
4721         All callers changed.
4722         (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
4723         (mac_draw_rectangle, mac_draw_string_common): Save and Restore
4724         background color.
4725         (x_update_end, mac_do_track_drag): Don't reset background color.
4726         (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
4727         Use SetThemeCursor.
4728         (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
4729         indicator control to the upper-right corner of the window.
4730         (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
4731         (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
4732         (do_window_update): Update controls after updating content area.
4733         (mac_handle_window_event): Remove unused extern.
4734         (XTread_socket): Check both control handle and control part code
4735         to determine whether a scroll bar is clicked.  Activate/deactivate
4736         root control instead of contained scroll bar controls.
4737         (make_mac_terminal_frame): Use ThemeCursor constants.
4739         * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
4740         New member hourglass_control.
4741         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
4742         (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
4744 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4746         * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
4747         coincides with that in Apple X11 except `clear', `enter' on
4748         laptops, and fn + `enter' on laptops.
4750 2005-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4752         * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
4753         (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
4754         (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
4756         * xfns.c (xic_defaut_fontset): New constant.
4757         (xic_create_fontsetname): New function.
4758         Extracted from create_frame_xic.  Try to generate a slightly
4759         better fontset.
4760         (xic_create_xfontset): Use it.
4761         (create_frame_xic): Simplify.
4763 2005-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4765         * fileio.c (Fmake_symbolic_link): Fix last change.
4767 2005-03-11  Richard M. Stallman  <rms@gnu.org>
4769         * fileio.c (Frename_file, Fadd_name_to_file)
4770         (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
4771         expand the basename of FILE relative to it.
4773 2005-03-11  Kenichi Handa  <handa@m17n.org>
4775         * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
4776         before calling setup_coding_system so that autoloading of a coding
4777         system work.
4779 2005-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4781         * xfns.c (hourglass_started): New function.
4783         * dispextern.h: Declare hourglass_started.
4785         * keyboard.c (Fexecute_extended_command): Restart hourglass
4786         after call to Fcompleting_read if already started.
4788         * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
4789         GTK main loop is entered in xterm.c, thus doing the redraw.
4791 2005-03-10  Kim F. Storm  <storm@cua.dk>
4793         * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
4795 2005-03-08  Kenichi Handa  <handa@m17n.org>
4797         * frame.c (x_set_font): Call set_default_ascii_font if an
4798         available font is found.
4800         * fontset.c (set_default_ascii_font): New function.
4801         (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
4803         * fontset.h (set_default_ascii_font): Extern it.
4805 2005-03-07  Kim F. Storm  <storm@cua.dk>
4807         * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
4808         (clear_image_cache_count): New var.
4809         (redisplay_internal): Don't clear face and image caches in the
4810         middle of redisplay; do it afterwards.
4812         * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
4814         * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
4815         is valid.  If not, clear phys_cursor_on_p and return.
4817 2005-03-07  Andreas Schwab  <schwab@suse.de>
4819         * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
4821 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4823         * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
4825         * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
4826         (Feval, Ffuncall): Use CHECK_CONS_LIST.
4828         * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
4830         * blockinput.h (UNBLOCK_INPUT_TO): New macro.
4831         (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
4833 2005-03-05  Juri Linkov  <juri@jurta.org>
4835         * emacs.c (USAGE1): Replace Info node name "command arguments"
4836         with "emacs invocation".
4837         (USAGE3): Fix usage of `--color=MODE' which actually doesn't
4838         allow arguments `--color' and `MODE' to be separated by space.
4839         Add --no-blinking-cursor, -nbc.
4840         (standard_args): Add -nbc, --no-blinking-cursor.
4842 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
4844         * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
4845         * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
4846         * fileio.c (Fexpand_file_name) [VMS]:
4847         Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
4848         * doc.c (munge_doc_file_name) [VMS]: Likewise.
4849         (Fsnarf_documentation): Call munge_doc_file_name.
4851 2005-03-04  Thien-Thi Nguyen  <ttn@gnu.org>
4853         * s/vms.h (FILE_SYSTEM_CASE): New macro.
4854         * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
4855         "manually"; this is now handled generally via FILE_SYSTEM_CASE.
4857 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4859         * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
4860         defined (MAC_OSX) && defined (HAVE_CARBON)'.
4862         * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
4864         * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
4865         [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
4866         (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
4867         (mac_clear_font_name_table): Move extern to macterm.h.
4869         * macfns.c (install_window_handler): Move extern to macterm.h.
4870         (Fx_file_dialog): Check STRINGP (default_filename) to see it is
4871         valid.  Don't check !NILP (dir) because it is already checked with
4872         CHECK_STRING.
4873         (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
4874         specifying the default location and obtaining the selected filename.
4876         * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
4878         * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
4879         are included via Carbon.h.
4881         * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
4882         Define USE_CARBON_EVENTS to 1.
4883         (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
4884         (x_free_frame_resources): Call remove_window_handler for
4885         non-tooltip windows.
4886         [TARGET_API_MAC_CARBON]: Don't include headers that are included
4887         via Carbon.h.
4888         [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
4889         (mac_do_receive_dragUPP): New variables.
4890         (mac_handle_service_event, init_service_handler): Put declarations
4891         and definitions in #ifdef MAC_OSX.
4892         (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
4893         drag-and-drop handler functions and register them.
4894         (remove_window_handler): New function.
4895         (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
4896         Use fsspec_to_posix_pathname.
4897         (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
4898         (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
4899         [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
4900         Set default cursors.
4901         (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
4902         init_service_handler or init_quit_char_handler.
4903         (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
4905         * macterm.h (install_window_handler, remove_window_handler)
4906         (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
4907         (mac_clear_font_name_table): New externs.
4909 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
4911         * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
4912         (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
4913         (Fexpand_file_name): Likewise.
4915 2005-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
4917         * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
4918         no longer special-case VMS.  Add bogus return value.
4920 2005-03-02  Kim F. Storm  <storm@cua.dk>
4922         * dispextern.h (XASSERTS): Define to 0 if not already defined.
4923         (xassert) [!XASSERTS]: Define dummy version.
4925 2005-03-02  Kim F. Storm  <storm@cua.dk>
4927         * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
4928         Reported by David Kastrup.
4930 2005-03-01  Ehud Karni  <ehud@unix.mvs.co.il>
4932         * xdisp.c (get_next_display_element): Fix control and escape
4933         glyph from display vector.
4935 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4937         * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
4939 2005-02-27  Richard M. Stallman  <rms@gnu.org>
4941         * xdisp.c (fast_find_position): Rename END to BEG.
4942         (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
4944 2005-02-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4946         * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
4947         gtk_window_resize and x_wm_set_size_hint.
4949 2005-02-25  Kim F. Storm  <storm@cua.dk>
4951         * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
4953         * xdisp.c (init_from_display_pos): Don't read past end of
4954         it->overlay_strings array.
4956 2005-02-25  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4958         * buffer.c (syms_of_buffer): Fix typo.
4960 2005-02-23  Lute Kamstra  <lute@gnu.org>
4962         * buffer.c (Foverlay_buffer): Doc fix.
4964 2005-02-22  Kim F. Storm  <storm@cua.dk>
4966         * minibuf.c (Ftry_completion, Fall_completions): Allow both string
4967         and symbol keys in alists and hash tables.
4969         * xdisp.c (fast_find_position): Fix search for start of overlay.
4971 2005-02-21  Kim F. Storm  <storm@cua.dk>
4973         * window.c (window_scroll_pixel_based): When scrolling backwards,
4974         handle partial visible line at end of window even when we hit PT.
4976 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4978         * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
4980 2005-02-21  Kim F. Storm  <storm@cua.dk>
4982         * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
4983         I think those asserts are bogus if buffer contains invisible text
4984         or images.
4986 2005-02-21  David Kastrup  <dak@gnu.org>
4988         * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
4990 2005-02-20  Kim F. Storm  <storm@cua.dk>
4992         * xdisp.c (pos_visible_p): Be sure to move to the specified
4993         position.  Always get the full ascent / descent of the
4994         corresponding row, to return reliable rtop and rbot values.
4995         (back_to_previous_visible_line_start): Fix 2005-01-18 change.
4996         Must look one character back, as back_to_previous_line_start
4997         returns position after the newline.
4998         (move_it_vertically_backward): Fix heuristic for when to move further
4999         back in case line_height * 2/3 is larger than window height.
5000         (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
5001         as it does not do anything anymore.  Add arg current_matrix_p to
5002         use current matrix rather than desired matrix when set.
5003         (try_cursor_movement): Don't scroll to make cursor row fully
5004         visible if cursor didn't move.  This avoids unexpected recentering
5005         in case of blinking cursor or accepting process output.
5006         Use current matrix to check cursor row visibility.
5007         (redisplay_window): Fix whether to recenter or move to top in case
5008         cursor line is taller than window height.
5009         (find_first_unchanged_at_end_row): Stop search if we reach a row
5010         which not enabled (instead of abort).
5012 2005-02-18  Kim F. Storm  <storm@cua.dk>
5014         * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
5015         to be nil in a :box attribute value list; customize prints that
5016         as lisp value when no box color is specified.
5018         * .gdbinit (pitx, pit): Pretty print display iterator.
5019         (prowx, prow): Pretty print glyph row.
5020         (pcursorx, pcursor): Pretty print a window cursor.
5021         (pwinx, pwin): Pretty print struct window.
5023 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * alloc.c (BLOCK_BYTES): Harmless typo.
5027 2005-02-17  Andreas Schwab  <schwab@suse.de>
5029         * xfns.c (hack_wm_protocols): Use correct type for last parameter
5030         of XGetWindowProperty to avoid aliasing issues.
5031         (Fx_window_property): Likewise.
5033         * xselect.c (Fx_disown_selection_internal): Use union of struct
5034         input_event and struct selection_input_event to avoid aliasing issues.
5036         * xterm.c (handle_one_xevent): Use union of struct input_event and
5037         struct selection_input_event to avoid aliasing issues.
5038         (SET_SAVED_MENU_EVENT): Adapt reference to inev.
5040 2005-02-17  Kim F. Storm  <storm@cua.dk>
5042         * dispextern.h (enum it_method): New enum.
5043         (GET_FROM_*): Its members.
5044         (struct it): Change member method from function pointer to enum.
5046         * xdisp.c (check_it, init_from_display_pos, handle_stop)
5047         (setup_for_ellipsis, handle_single_display_spec)
5048         (handle_composition_prop, next_overlay_string)
5049         (get_overlay_strings, reseat_1, reseat_to_string)
5050         (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
5051         (in_display_vector_p, display_line, get_next_display_element):
5052         Change it->method from function pointer to enum.
5053         (get_next_element): New array to map it->method to function.
5054         (get_next_display_element): Use it.
5055         (set_iterator_to_next): Use switch instead of if/else chain.
5057 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
5059         * w32select.c: Summary: Thorough rework to implement Unicode
5060         clipboard operations and delayed rendering.
5062         Drop last_clipboard_text and related code, keep track of
5063         ownership via clipboard_owner instead.  Drop old #if0 sections.
5065         (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
5066         (clipboard_owner, modifying_clipboard, cfg_coding_system)
5067         (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
5068         (current_coding_system, current_requires_encoding)
5069         (current_num_nls, current_clipboard_type, current_lcid):
5070         New static variables.
5072         (convert_to_handle_as_ascii, convert_to_handle_as_coded)
5073         (render, render_all, run_protected, lisp_error_handler)
5074         (owner_callback, create_owner, setup_config)
5075         (enum_locale_callback, cp_from_locale, coding_from_cp):
5076         New local functions.
5078         (term_w32select, globals_of_w32select): New global functions.
5080         (Fw32_set_clipboard_data): Ignore parameter FRAME, use
5081         clipboard_owner instead.  Use delayed rendering and provide
5082         all text formats.  Provide CF_LOCALE if necessary.
5084         (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
5085         CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
5086         available.  Force DOS line-ends for decoding.
5088         (Fx_selection_exists_p): Handle CF_UNICODETEXT.
5090         (syms_of_w32select): Init and register new variables.
5092         * w32.h: Add prototypes for globals_of_w32select and
5093         term_w32select.  Make the neighboring K&R declarations into
5094         prototypes, too.
5096         * emacs.c: Include w32.h to get function prototypes.
5097         (main): Call globals_of_w32select.
5099         * w32.c (term_ntproc): Call term_w32select.
5101         * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
5103 2005-02-16  Kim F. Storm  <storm@cua.dk>
5105         * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
5106         at end of display vector.
5108 2005-02-15  Richard M. Stallman  <rms@gnu.org>
5110         * xdisp.c (get_next_display_element): Fix escape-glyph criterion
5111         for mode and header lines.
5113         * lread.c (syms_of_lread) <user-init-file>: Doc fix.
5115         * keymap.h (describe_map_tree): Change decl.
5117         * keyboard.c (command_loop_1): Always use safe_run_hooks
5118         to run Qdeferred_action_function.
5120         * keymap.c (describe_map_tree): New arg MENTION_SHADOW.  Calls changed.
5121         (describe_map, describe_vector): Likewise.  When it's 1,
5122         don't omit shadowed bindings, instead mark them as shadowed.
5124         * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
5125         for describe_map_tree.  Pass 1 for MENTION_SHADOW.
5127         * data.c (Fsetq_default): Allow no arg case.
5129 2005-02-14  Kenichi Handa  <handa@m17n.org>
5131         * coding.c (encode_coding_string): Always return a unibyte string.
5132         If NOCOPY is nonzero and there's no need of encoding, make STR
5133         unibyte directly.
5135         * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
5136         multibyte string, signal an error instead of aborting.
5138 2005-02-12  Dan Nicolaescu  <dann@ics.uci.edu>
5140         * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
5142 2005-02-12  Kim F. Storm  <storm@cua.dk>
5144         * xdisp.c (expose_window): Don't fix overlaps for mode lines.
5146 2005-02-10  Kim F. Storm  <storm@cua.dk>
5148         * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
5149         if it moves outside window or it doesn't display text.
5151 2005-02-09  Kim F. Storm  <storm@cua.dk>
5153         * undo.c (Fprimitive_undo): Check that undo function does not
5154         switch buffer.
5156 2005-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5158         * xselect.c (selection_data_to_lisp_data): For the special case
5159         type == XA_ATOM, data contains array of int, not array of Atom.
5160         (x_property_data_to_lisp, selection_data_to_lisp_data):
5161         Comment update: data must be array of int for format == 32.
5163 2005-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
5167 2005-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5169         * xfns.c (Fx_change_window_property): Use long array when format is 32.
5170         (Fx_window_property): If format is 32 and long is bigger than 32 bits,
5171         convert long array returned from XGetWindowProperty to an int array.
5172         (x_set_tool_bar_lines): Check that width and height is greater than
5173         zero before clearing area.
5175         * xselect.c (x_reply_selection_request): Pass long array to
5176         XChangeProperty so that 64 bit longs are handeled correctly.
5177         (x_get_window_property): If format is 32 and long is bigger than 32
5178         bits convert data from XGetWindowProperty from long array to int array.
5179         (lisp_data_to_selection_data): When the input is a vector and the
5180         format is 32, allocate a long array even if long is bigger than 32 bits.
5181         (x_fill_property_data): Use char, short and long as the man page
5182         for XChangeProperty specifies.  This way the data returned is OK for
5183         both 32 and 64 bit machines.
5184         (x_handle_dnd_message): Calculate size correctly even for 64 bit
5185         machines.
5186         (Fx_send_client_event): Undo change from 2005-02-05,
5187         x_fill_property_data now handles that case.
5189         * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
5190         reason for the approach in the code.
5192 2005-02-07  Kim F. Storm  <storm@cua.dk>
5194         * undo.c (Fprimitive_undo): Record max one dummmy apply element.
5196 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5198         * eval.c (Frun_hook_with_args)
5199         (Frun_hook_with_args_until_success)
5200         (Frun_hook_with_args_until_failure): Doc fixes.
5202 2005-02-05  Andreas Schwab  <schwab@suse.de>
5204         * sysdep.c (sys_subshell): Properly terminate execlp argument list.
5206 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5208         * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
5209         the longs in a XClientMessageEvent correctly when long is 64 bits.
5211 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5213         * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
5214         instead of HAVE_X_WINDOWS, for non-X windowed sessions.
5216 2005-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5218         * xmenu.c (menubar_selection_callback): Force out GTK buffered
5219         events so the menu event comes after them.  This is to prevent sit-for
5220         from exiting on buffered events directly after a menu selection,
5221         lisp code for Help => About Emacs uses sit-for.
5223         * gtkutil.c (create_menus): Connect selection-done event instead of
5224         the deactivate event to deactivate_cb.  This will make the last
5225         leave event come before the call to deactivate_cb, so the leave
5226         event does not make sit-for exit after a menu selection.
5228 2005-02-03  Kim F. Storm  <storm@cua.dk>
5230         * dispnew.c (build_frame_matrix_from_leaf_window)
5231          [!GLYPH_DEBUG]: Fix xassert.
5233         * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
5235         * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5237 2005-02-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5239         * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
5240         the compiling OS version.
5242         * macfns.c (x_create_tip_frame): Likewise.
5244         * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
5246 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5248         * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
5250         * xdisp.c (echo_area_display): Clear echo_message_buffer.
5252         * buffer.c (Fbury_buffer): Doc fix.
5254 2005-02-02  Steven Tamm  <steventamm@mac.com>
5256         * macfns.c (unwind_create_frame): Fix compile error due to
5257         xassert being uncondition, but predicate is.
5258         * dispnew.c (update_window): Fix compile error due to
5259         xassert being uncondition, but predicate is.
5261 2005-02-02  Miles Bader  <miles@gnu.org>
5263         * dispextern.h (xassert): Enable unconditionally.
5265 2005-02-02  Kim F. Storm  <storm@cua.dk>
5267         * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
5269 2005-02-02  Kenichi Handa  <handa@m17n.org>
5271         * casefiddle.c (casify_object): Enable changing characters of
5272         different byte length.
5273         (casify_region): Fix loop condition, args to replace_range_2, and
5274         update opoint_byte.
5276         * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
5278 2005-02-01  Kim F. Storm  <storm@cua.dk>
5280         * xdisp.c (back_to_previous_visible_line_start): Reset iterator
5281         stack before calling handle_display_prop.
5283 2005-01-31  Kim F. Storm  <storm@cua.dk>
5285         * undo.c (Qapply): New lisp var.
5286         (syms_of_undo): Intern and staticpro it.
5287         (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
5288         (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
5290         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
5292 2005-01-30  Jesper Harder  <harder@phys.au.dk>
5294         * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
5295         <mac-emulate-three-button-mouse>: Fix docstring indentation.
5297 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
5299         * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
5300         Increase value to 3 Meg.
5302 2005-01-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5304         * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
5305         button events are not received otherwise.
5307 2005-01-29  Richard M. Stallman  <rms@gnu.org>
5309         * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
5311         * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
5313 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5315         * keymap.c (access_keymap): YAILOM.
5317 2005-01-27  Kim F. Storm  <storm@cua.dk>
5319         * xdisp.c (get_phys_cursor_geometry): New function to calculate
5320         phys cursor position and size for hollow cursor.  Position is
5321         aligned with get_glyph_string_clip_rect and ensures that a hollow
5322         cursor is shown, even when the actual glyph is not visible.
5324         * dispextern.h (get_phys_cursor_geometry): Add prototype.
5326         * xterm.c (x_clip_to_row): Ensure y >= 0.
5327         (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5329         * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5331         * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5333 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * xterm.c (x_error_quitter): Add a prototype.  Make it static again.
5337 2005-01-27  Kim F. Storm  <storm@cua.dk>
5339         * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
5340         glyph, even when row is only partially visible and actual cursor
5341         position is not visible.
5343 2005-01-24  Richard M. Stallman  <rms@gnu.org>
5345         * xterm.c (x_error_quitter): No longer static, and moved after
5346         x_error_handler.
5348 2005-01-24  Kim F. Storm  <storm@cua.dk>
5350         * xdisp.c (move_it_by_lines): If we move forward after going too
5351         far back, cancel move if end position is same as start position.
5353 2005-01-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5355         * dispextern.h (struct glyph_string): New members clip_head and
5356         clip_tail.
5358         * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
5359         region to the area between clip_head and clip_tail.
5360         (draw_glyphs): Record the area that need to be actually redrawn to
5361         the new variables clip_head and clip_tail when there are
5362         overhangs.  Set values of these variables to the corresponding
5363         members in struct glyph_string.  Refine x coordinates for
5364         notice_overwritten_cursor using clip_head and clip_tail.
5366         * macgui.h (STORE_XCHARSETSTRUCT): New macro.
5368         * macterm.c (mac_compute_glyph_string_overhangs): Implement with
5369         QDTextBounds.
5370         (x_draw_glyph_string): Don't fill the background of the successor
5371         of a glyph with a right overhang if the successor will draw a cursor.
5372         (XLoadQueryFont): Obtain font metrics using QDTextBounds.
5373         (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
5375 2005-01-24  Kim F. Storm  <storm@cua.dk>
5377         * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
5378         direction if window height was smaller than next-screen-context-lines.
5379         Now always scroll at least one line in the requested direction.
5380         Ensure that we actually do scroll backwards when requested to do so.
5382         * xdisp.c (redisplay_window): Only try to make cursor line fully
5383         visible once (to avoid redisplay loop).
5385 2005-01-23  Kim F. Storm  <storm@cua.dk>
5387         * window.c (Fpos_visible_in_window_p): Simplify return value for
5388         partially visible rows.
5389         (window_scroll_pixel_based): Adapt to that change.
5391         * window.c (window_scroll_pixel_based): Force moving to next line
5392         if scrolling doesn't move start point, e.g. if looking at tall image.
5394         * xdisp.c (pos_visible_p): Return 0 if non-interactive.
5395         Clear last_height before calling line_bottom_y to get real height.
5396         Fix calculation of y.
5398 2005-01-22  Steven Tamm  <steventamm@mac.com>
5400         * s/darwin.h: Removed PTY_ITERATION from here.
5401         (DARWIN): Define.
5403         * process.c (init_process): Default process-connection-type to
5404         nil on darwin 6 or less, t if it is 7 or higher.  This way the
5405         broken pty behavior is still allowed on darwin 6 for interactive
5406         processes for people that know what they are doing.
5408 2005-01-22  Kim F. Storm  <storm@cua.dk>
5410         * window.c (auto_window_vscroll_p): New boolean.
5411         (syms_of_window): DEFVAR_BOOL it.
5412         (Fpos_visible_in_window_p): Extend return value to include RTOP
5413         and RBOT values if FULLY is nil.
5414         (window_scroll_pixel_based): Adjust vscroll for partially visible
5415         rows if auto_window_vscroll_p is set.
5416         (Fset_window_vscroll): Do nothing if vscroll is not modified.
5418         * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
5419         to return number of partially invisible pixels at top and bottom
5420         of the dislay row at POS.
5422         * lisp.h (pos_visible_p): Fix prototype.
5424 2005-01-21  Richard M. Stallman  <rms@gnu.org>
5426         * fileio.c (Fcopy_file): Doc fix.
5428 2005-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5430         * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
5431         (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
5432         start of function for older compilers.
5434 2005-01-20  Richard M. Stallman  <rms@gnu.org>
5436         * editfns.c (Fmessage): If arg is "", return "" (as before).
5438         * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
5440         * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
5441         variable.
5443 2005-01-20  Steven Tamm  <steventamm@mac.com>
5445         * editfns.c (Voperating_system_release): Add.
5446         (init_editfns): Assign new variable operating-system-release
5447         based on call to uname if available.
5448         (get_operating_system_release): Add function to
5449         allow c-level access to operating system release.
5451         * config.h: Regenerated.
5453         * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
5454         (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
5455         using ptys as '7'.
5457 2005-01-20  Kim F. Storm  <storm@cua.dk>
5459         * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
5461         * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
5462         Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
5464         * macterm.c (x_draw_glyph_string_box): Likewise.
5466         * w32term.c (x_draw_glyph_string_box): Likewise.
5468         * indent.c (Fvertical_motion): Temporarily disable selective display.
5470 2005-01-19  Kim F. Storm  <storm@cua.dk>
5472         * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
5473         image property.
5475         * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
5477 2005-01-18  Kim F. Storm  <storm@cua.dk>
5479         * xdisp.c (fast_find_position): Backtrack to find first row if
5480         charpos is inside a display overlay that spans multiple lines.
5482 2005-01-18  Kenichi Handa  <handa@m17n.org>
5484         * coding.c (decode_coding_iso2022): Translate invalid codes if
5485         translation-table is specified.
5487 2005-01-18  Kim F. Storm  <storm@cua.dk>
5489         * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
5490         change.  If handle_display_prop indicates newline is replaced by
5491         image or text, move back to start of relevant overlay or interval
5492         and continue scan from there.  Simplify.
5494 2005-01-17  Kim F. Storm  <storm@cua.dk>
5496         * dispnew.c (mode_line_string, marginal_area_string):
5497         Fix off-by-one error in search for glyph.
5499 2005-01-16  Kim F. Storm  <storm@cua.dk>
5501         * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
5503 2005-01-16  Steven Tamm  <steventamm@mac.com>
5505         * macterm.c (mac_to_x_fontname): Remove spurious argument.
5507 2005-01-16  Andreas Schwab  <schwab@suse.de>
5509         * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
5511 2005-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5513         * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
5514         fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
5516 2005-01-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5518         * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
5519         (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
5520         New flags for readable_events.
5521         (get_filtered_input_pending, readable_filtered_events): Remove.
5522         (tracking_off): Call readable_events and get_input_pending with
5523         flag READABLE_EVENTS_DO_TIMERS_NOW.
5524         (readable_events): Move code from old readable_filtered_events here,
5525         but check new READABLE_EVENTS_* in argument flags instead of previous
5526         two boolean arguments do_timers_now and filter_events.
5527         If we are doing mouse tracking and the mouse moved, return only if
5528         READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
5529         (swallow_events): Call get_input_pending with flag
5530         READABLE_EVENTS_DO_TIMERS_NOW.
5531         (get_input_pending): Move code from old get_filtered_input_pending
5532         here.  Replace boolean arguments do_timers_now, filter_events with
5533         flags, and pass flags to readable_events.  Document new
5534         READABLE_EVENTS_* flags.
5535         (detect_input_pending_ignore_squeezables): New function.
5536         (detect_input_pending_run_timers): Call get_input_pending with flag
5537         READABLE_EVENTS_DO_TIMERS_NOW.
5538         (Finput_pending_p): Call get_input_pending with flags
5539         READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
5541         * dispnew.c (update_window, update_frame_1): Replace calls to
5542         detect_input_pending with detect_input_pending_ignore_squeezables
5543         so that redisplay is not paused if the event queue contains only
5544         mouse movements.
5546         * lisp.h: Declare detect_input_pending_ignore_squeezables.
5548 2005-01-15  Steven Tamm  <steventamm@mac.com>
5550         * macterm.c (Vmac_use_core_graphics): Declare variable for
5551         mac-allow-anti-aliasing.
5552         (syms_of_macterm): DEFVAR_LISP and initialize it.
5553         (mac_draw_string_common): Use core graphics text rendering if
5554         mac-allow-anti-aliasing is enabled.
5556         * macfns.c (Fx_file_dialog): Save As dialog includes only the
5557         file name in the text box.
5559 2005-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5561         * macfns.c (x_set_foreground_color, x_set_background_color):
5562         Sync with xfns.c.
5563         (mac_window, x_create_tip_frame): Use XSetWindowBackground.
5564         * macterm.c (XSetBackground, XSetWindowBackground): New functions.
5565         * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
5567 2005-01-14  Kim F. Storm  <storm@cua.dk>
5569         * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
5571 2005-01-13  Richard M. Stallman  <rms@gnu.org>
5573         * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
5574         if Voverriding_terminal_local_map is non-nil.
5576         * keyboard.c (syms_of_keyboard): Doc fix.
5578 2005-01-13  Kim F. Storm  <storm@cua.dk>
5580         * xdisp.c (Fformat_mode_line): Fix last change.  Remove NO_PROPS arg
5581         (specify 0 for FACE instead).  Reorder arg list.  Doc fix.
5583 2005-01-12  Richard M. Stallman  <rms@gnu.org>
5585         * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
5586         face property for characters that don't specify one.
5588         * fns.c (Frequire): Record in load-history unconditionally.
5590 2005-01-10  Kim F. Storm  <storm@cua.dk>
5592         * dispextern.h (merge_faces): Rename from merge_into_realized_face.
5594         * xfaces.c (merge_faces): Rename from merge_into_realized_face.
5595         Callers changed.
5596         Add support to merge with lisp face id too (if face_name is t).
5598         * xdisp.c (get_next_display_element, next_element_from_display_vector):
5599         Don't lookup lface_id from display table glyphs here; instead use
5600         merge_faces to merge the lisp face id into current face.
5602 2005-01-09  Kim F. Storm  <storm@cua.dk>
5604         * dispextern.h (struct it): New member dpvec_face_id.
5605         (merge_into_realized_face): Add prototype.
5607         * xfaces.c (merge_into_realized_face): New function.  Used to
5608         merge escape-glyph face or face from display table into current face.
5610         * xdisp.c (Vshow_nonbreak_escape): New lisp var.
5611         (syms_of_xdisp): DEFVAR_LISP it.
5612         (escape_glyph_face): Remove var.
5613         (redisplay_window): Don't initialize it.
5614         (setup_for_ellipsis, get_next_display_element):
5615         Set it->dpvec_face_id to -1.
5616         (get_next_display_element): Test Vshow_nonbreak_escape.
5617         Do not setup escape_glyph_face.
5618         Properly merge escape-glyph face or face from display table with
5619         current face for escape and control characters.
5620         Set it->dpvec_face_id to relevant face id instead of adding it to each
5621         element of display vector.
5622         (next_element_from_display_vector): If it->dpvec_face_id is set,
5623         use that instead of lface_id from glyph itself.
5625 2005-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5627         * xterm.h (struct x_output): New member, toolbar_detached.
5629         * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
5630         38.
5631         (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
5632         (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
5633         (xg_create_tool_bar): Initialize toolbar_detached.
5634         (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
5635         toolbar_detached is zero.
5637 2005-01-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5639         * xmenu.c (create_and_show_popup_menu): Pass zero as button to
5640         gtk_menu_popup if not for_click, so callbacks for the menu are called.
5642         * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
5643         (xg_tool_bar_callback, xg_tool_bar_help_callback)
5644         (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
5646         * xselect.c (x_get_foreign_selection, x_fill_property_data)
5647         (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
5648         XFLOAT_DATA to get extract number from Lisp object.
5650 2005-01-07  Kim F. Storm  <storm@cua.dk>
5652         * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
5653         Set stop_charpos to current charpos instead of 0.
5655 2005-01-06  Nick Roberts  <nickrob@snap.net.nz>
5657         * xdisp.c (Fformat_mode_line): First arg now required.
5659 2005-01-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5661         * macterm.c (XLoadQueryFont): Correctly handle 0 size
5662         font widths that are returned from some Japanese fonts.
5664 2005-01-06  Kim F. Storm  <storm@cua.dk>
5666         * fringe.c (fringe_faces): Change to Lisp_Object pointer.
5667         (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
5668         (destroy_fringe_bitmap): Set fringe_faces element to nil.
5669         (Fdefine_fringe_bitmap, init_fringe): Change allocation of
5670         fringe_faces array and init elements to nil.
5671         (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
5672         non-persistent face id.
5673         (mark_fringe_data): New function for GC.
5675         * alloc.c (mark_fringe_data): Declare extern.
5676         (Fgarbage_collect): Call mark_fringe_data.
5678         * alloc.c (overrun_check_free): Invalidate freed memory if
5679         XMALLOC_CLEAR_FREE_MEMORY is defined.
5681 2005-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5683         * macfns.c: Include sys/param.h.
5684         [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
5685         and function.
5686         [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
5687         of filename string.  Set event callback function when creating
5688         dialog boxes.  Add code conversions for filenames.  Don't dispose
5689         of apple event descriptor record if failed to create it.
5691         * macterm.c: Include sys/param.h.
5692         [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
5693         kEventWindowUpdate.
5694         (install_window_handler) [USE_CARBON_EVENTS]: Register it.
5695         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
5696         of FSSpec from apple event descriptor record.
5697         (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
5698         size of filename string.
5699         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
5700         [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
5701         file dialog is in action.
5702         [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
5703         Reject only when there are no filename items.  Set background color
5704         before (un)highlighting the window below the dragged items.
5705         (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
5707 2005-01-05  Romain Francoise  <romain@orebokech.com>
5709         * term.c (encode_terminal_code): Fix buffer size computation.
5711 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5713         * xdisp.c (Fformat_mode_line): Doc fix.
5715 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * alloc.c (refill_memory_reserve): Move.
5718         (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
5719         (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
5721 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5723         * window.c (window_scroll_pixel_based): Don't correct preserve_y
5724         for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
5726 2005-01-03  Jason Rumney  <jasonr@gnu.org>
5728         * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
5729         fontp->space_width to FONT_WIDTH so they are valid.
5731         * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
5732         average width.  Set fontp->average_width and fontp->space_width to
5733         their appropriate values.
5735         * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
5736         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
5737         fontp->space_width.
5739 2005-01-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5741         * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
5742         (x_font_min_bounds, XLoadQueryFont): Use the correct font width
5743         metrics for max and min bounds.
5744         (x_load_font): Correctly calculate average font width metrics.
5746 2005-01-02  Richard M. Stallman  <rms@gnu.org>
5748         * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
5750 2004-12-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5752         * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
5754 2004-12-31  Richard M. Stallman  <rms@gnu.org>
5756         * xdisp.c (setup_for_ellipsis, get_next_display_element):
5757         Set it->ellipsis_p to 1 or 0.
5758         (display_line): Record whether row ends in mid-ellipsis.
5759         (set_cursor_from_row): If ends in ellipsis, find start of it.
5760         (cursor_row_p): If PT's at the end of the ellipsis the row
5761         ends within, don't display cursor on this row.
5763         * dispextern.h (struct it): New element ellipsis_p.
5764         (struct glyph_row): New element ends_in_ellipsis_p.
5766         * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
5767         position if we're reading from something other than the buffer.
5769         * window.c (window_scroll_pixel_based): Only look at
5770         Vscroll_preserve_screen_position if the old PT can't be kept.
5771         (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
5773 2004-12-30  Kim F. Storm  <storm@cua.dk>
5775         * xdisp.c (get_line_height_property): New function extracted from
5776         original calc_line_height_property.
5777         (calc_line_height_property): Rework.  Handle t and (nil . ratio).
5778         (x_produce_glyphs): Use them to handle line-height and
5779         line-spacing according to new height spec.
5780         (Qtotal): Remove.
5781         (syms_of_xdisp): Remove intern and staticpro for Qtotal.
5783 2004-12-30  Kenichi Handa  <handa@m17n.org>
5785         * fileio.c (Finsert_file_contents): Don't use
5786         current_buffer->buffer_file_coding_system even if REPLACE is
5787         non-nil.  Call Qafter_insert_file_set_coding with the second arg VISIT.
5789         * fontset.h (struct font_info): New members space_width and
5790         average_width.
5792         * frame.h (struct frame): New member space_width.
5793         (FRAME_SPACE_WIDTH): New macro.
5795         * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
5797         * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
5798         fontp->average_width, not FONT_WIDTH.  Set FRAME_SPACE_WIDTH to
5799         fontp->space_width.
5800         (x_load_font): Calculate fontp->space_width and fontp->average_width.
5801         (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
5803         * xdisp.c (x_produce_glyphs): Calculate tab width by
5804         FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
5806 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
5808         * macterm.c (SelectionRange): Add Xcode position apple event struct.
5809         (do_ae_open_documents): Handle Xcode-style file position open events.
5811 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
5813         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
5815 2004-12-29  Richard M. Stallman  <rms@gnu.org>
5817         * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
5819 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5821         * macfns.c (install_window_handler): Modify extern to return OSErr
5822         value.
5823         (mac_window): Handle return value of install_window_handler.
5825         * macterm.c (reflect_byte): Remove function.
5826         (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
5827         Lookup table instead.
5828         (mac_do_font_lists): Simplify calculation of the longest
5829         nonspecial string.
5830         (init_mac_drag_n_drop): Remove function and declaration.
5831         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
5832         init_mac_drag_n_drop.
5833         (mac_do_track_drag): New function and declaration.
5834         (install_window_handler): Return OSErr value.
5835         (install_window_handler) [TARGET_API_MAC_CARBON]:
5836         Register handlers for tracking/receiving drag-and-drop items.
5837         (do_ae_open_documents): Generate unibyte strings for filenames.
5838         (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
5839         Reject only non-filename items.  Set event modifiers, and return value.
5841 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5843         * coding.c (decode_coding): Fix previous change.
5845 2004-12-28  Richard M. Stallman  <rms@gnu.org>
5847         * xdisp.c (back_to_previous_visible_line_start):
5848         Don't call handle_display_prop.
5850 2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
5852         * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
5853         (decode_coding_emacs_mule, encode_coding_emacs_mule)
5854         (decode_coding_iso2022, encode_designation_at_bol)
5855         (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
5856         (decode_coding): Constify arguments and local vars.
5858 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5860         * xmenu.c (popup_get_selection): Only pop down dialogs
5861         on C-g and Escape.
5862         (popup_get_selection): Remove parameter down_on_keypress.
5863         (create_and_show_popup_menu, create_and_show_dialog):
5864         Remove parameter down_on_keypress to popup_get_selection.
5866 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5868         * dispextern.h: Change HAVE_CARBON to MAC_OS.
5869         (struct glyph_string): Likewise.
5871         * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
5872         mac_initialize.
5874         * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
5875         Change TARGET_API_MAC_CARBON to HAVE_CARBON.
5877         * fns.c (vector): Change MAC_OSX to MAC_OS.
5879         * frame.c (x_set_frame_parameters, x_report_frame_params)
5880         (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
5881         (x_set_border_width, Vdefault_frame_scroll_bars):
5882         Change HAVE_CARBON to MAC_OS.
5884         * image.c [MAC_OS]: Include sys/stat.h.
5885         [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
5886         QuickTimeComponents.h.
5888         * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
5889         [!MAC_OSX] (select): Use mac_wait_next_event.
5890         [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
5891         [!MAC_OSX] (select, run_mac_command): Change `#ifdef
5892         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
5893         (mac_clear_font_name_table): Add extern.
5894         (Fmac_clear_font_name_table): New defun.
5895         (syms_of_mac): Defsubr it.
5896         [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
5897         [MAC_OSX] (select_and_poll_event): New function.
5898         [MAC_OSX] (sys_select): Use it.
5899         [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
5900         [MAC_OSX && SELECT_USE_CFSOCKET]
5901         (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
5902         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
5903         RunLoop for simultaneously monitoring two kinds of inputs, window
5904         events and process outputs, without periodically polling.
5906         * macfns.c (mac_initialized): Remove extern.
5907         (stricmp): Put in #if 0.  All callers changed to use xstricmp in
5908         xfaces.c.
5909         (strnicmp): Decrement `n' at the end of each loop, not the beginning.
5910         (check_mac): Use the term "Mac native windows" instead of "Mac OS".
5911         (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
5912         (mac_get_rdb_resource): New function (from w32reg.c).
5913         (x_get_string_resource): Use it.
5914         (install_window_handler): Add extern.
5915         (mac_window): New function.
5916         (Fx_create_frame): Use it instead of make_mac_frame.
5917         Set parameter for Qfullscreen.  Call x_wm_set_size_hint.
5918         (Fx_open_connection, Fx_close_connection): New defuns.
5919         (syms_of_macfns): Defsubr them.
5920         (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
5921         Add kWindowNoUpdatesAttribute to the window attribute.
5922         (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
5923         (x_create_tip_frame): Don't call ShowWindow.
5924         (Fx_show_tip): Call ShowWindow.
5925         (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
5926         TARGET_API_MAC_CARBON'.
5927         (mac_frame_parm_handlers): Set handlers for Qfullscreen.
5928         (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
5930         * macgui.h [!MAC_OSX]: Don't include Controls.h.  Include Windows.h.
5931         (Window): Typedef to WindowPtr and move outside `#if
5932         TARGET_API_MAC_CARBON'.
5933         (XSizeHints): New struct.
5935         * macterm.c (x_update_begin, x_update_end)
5936         [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
5937         frame.
5938         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
5939         [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
5940         (construct_mouse_click): Put in #if 0.
5941         (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
5942         (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
5943         TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
5944         (activate_scroll_bars, deactivate_scroll_bars)
5945         [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
5946         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
5947         if the position is neither user-specified nor program-specified.
5948         (x_free_frame_resources): Free size_hints.
5949         (x_wm_set_size_hint): Allocate size_hints if needed.  Set size_hints.
5950         (mac_clear_font_name_table): New function.
5951         (mac_do_list_fonts): Initialize font_name_table if needed.
5952         (x_list_fonts): Don't initialize font_name_table.  Add BLOCK_INPUT
5953         around mac_do_list_fonts.
5954         (mac_unload_font): New function.
5955         (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
5956         (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
5957         and definitions with #if TARGET_API_MAC_CARBON.
5958         [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
5959         (install_window_handler): Add decl.
5960         (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
5961         window.  Use UpdateControls.  Get the rectangle that should be
5962         updated and restrict the target of expose_frame to it.
5963         (do_grow_window): Set minimum height/width according to size_hints.
5964         (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
5965         (do_zoom_window): Don't use x_set_window_size.
5966         [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
5967         (install_window_handler): New function.
5968         [!USE_CARBON_EVENTS] (mouse_region): New variable.
5969         [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
5970         (XTread_socket) [USE_CARBON_EVENTS]: Move call to
5971         GetEventDispatcherTarget inside BLOCK_INPUT.
5972         (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
5973         Update mouse_region when mouse is moved.
5974         (make_mac_frame): Remove.
5975         (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
5976         Initialize mouse pointer shapes.  Change values of f->left_pos and
5977         f->top_pos.  Don't use make_mac_frame.  Use NewCWindow.
5978         Don't call ShowWindow.
5979         (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
5980         Vinvocation_name and Vsystem_name.
5981         (mac_make_rdb): New function (from w32term.c).
5982         (mac_term_init): Use it.  Add BLOCK_INPUT.  Error if display has
5983         already been opened.  Don't pass argument to
5984         mac_initialize_display_info.  Don't set dpyinfo->height/width.
5985         Add entries to x_display_list and x_display_name_list.
5986         (x_delete_display): New function.
5987         (mac_initialize): Don't call mac_initialize_display_info.
5988         (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
5990         * macterm.h (check_mac): Add extern.
5991         (struct mac_output): New member size_hints.
5992         (FRAME_SIZE_HINTS): New macro.
5993         (mac_unload_font): Add extern.
5995         * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
5997         * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
5999 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6001         * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
6002         (syms_of_buffer): Don't defsubr it.
6004         * process.c (list_processes_1): Set undo_list instead
6005         of calling Fbuffer_disable_undo.
6007         * xdisp.c (single_display_spec_string_p): Rename from
6008         single_display_prop_string_p.
6009         (single_display_spec_intangible_p): Rename from
6010         single_display_prop_intangible_p.
6011         (handle_single_display_spec): Rename from handle_single_display_prop.
6012         Rewritten to be easier to understand.
6014         Change in load-history format.  Functions now get (defun . NAME),
6015         and variables get just NAME.
6017         * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
6019         * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
6020         (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
6021         (Qdefvar): Var deleted.
6022         (syms_of_eval): Don't initialze it.
6024         * lread.c (syms_of_lread) <load-history>: Doc fix.
6026 2004-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6028         * xmenu.c (popup_get_selection): Pop down on C-g.
6029         (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
6030         pops down menu on C-g.
6031         (xdialog_show): If dialog popped down and no button in the dialog was
6032         pushed, call Fsignal to quit.
6033         (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
6034         Fsignal to quit.
6036         * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
6038         * gtkutil.c (xg_initialize): Install bindings for C-g so that
6039         dialogs and menus pop down.
6041 2004-12-27  Kenichi Handa  <handa@m17n.org>
6043         * coding.c (code_convert_region): Fix calculation of `ratio'.
6045 2004-12-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6047         * gtkutil.c (update_frame_tool_bar): Make the value of
6048         tool-bar-button-margin control margins of images in tool bar.
6050         * alloc.c (check_depth): New variable.
6051         (overrun_check_malloc, overrun_check_realloc): Only add
6052         overhead and write check pattern if check_depth is 1 (to handle
6053         recursive calls).  Increase/decrease check_depth in entry/exit.
6054         (overrun_check_free): Only check for overhead if check_depth is 1.
6055         Increase/decrease check_depth in entry/exit.
6057 2004-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6059         * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
6060         before touching input_available_clear_time, to avoid accessing it
6061         from multiple threads.
6063 2004-12-23  Jason Rumney  <jasonr@gnu.org>
6065         * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
6066         of JPEG library.
6068 2004-12-22  Richard M. Stallman  <rms@gnu.org>
6070         * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
6072         * lisp.h (Vundo_outer_limit): Fix decl.
6074         * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
6075         Uses changed.
6076         (syms_of_undo): Initialize appropriately.
6077         (truncate_undo_list): If it's nil, there's no limit.
6079 2004-12-22  Kenichi Handa  <handa@m17n.org>
6081         * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
6083 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6085         * eval.c (unwind_to_catch): Clear immediate_quit.
6087         * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
6088         specially as `\ ' and `\-'.
6090         * keyboard.c (kbd_buffer_store_event_hold):
6091         In the code for while-no-input, handle immediate_quit.
6093         * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
6094         Call that at the very start.
6095         (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
6096         (syms_of_alloc): Don't define undo-limit,
6097         undo-strong-limit and undo-outer-limit here.
6099         * undo.c (truncate_undo_list): Return void.
6100         Take just one argument, the buffer.
6101         Make it current, and inhibit recursive GC.
6102         Access and update the undo list directly; return void.
6103         Refer to the undo...limit variables directly.
6104         Test undo_outer_limit only after counting the whole current command.
6105         When it's exceeded, call the function in undo-outer-limit-function.
6106         (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
6107         (Vundo_outer_limit_function): New variable.
6108         (syms_of_undo): Define undo-limit, undo-strong-limit
6109         and undo-outer-limit here, and undo-outer-limit-function.
6110         Doc fixes.
6112         * lisp.h (truncate_undo_list): Update decl.
6114 2004-12-21  Piet van Oostrum  <piet@cs.uu.nl>
6116         * fileio.c (Fread_file_name): Delete duplicates in
6117         file-name-history when history_delete_duplicates is true.
6119 2004-12-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6121         * macterm.c (mac_do_list_fonts): Fix memory leak
6123 2004-12-20  Richard M. Stallman  <rms@gnu.org>
6125         * regex.c (re_match_2_internal) <symend, wordend>:
6126         Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
6128 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6130         * macterm.c (endif, x_font_name_to_mac_font_name):
6131         Use maccentraleurroman instead of maccentraleuropean
6132         (mac_c_string_match, mac_do_list_fonts): Speed up font search by
6133         quickly finding a specific font without needing regexps.
6135 2004-12-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6137         * syssignal.h: Declare main_thread.
6138         (SIGNAL_THREAD_CHECK): New macro.
6140         * keyboard.c (input_available_signal): Move thread checking code
6141         to macro SIGNAL_THREAD_CHECK and call that macro.
6142         (interrupt_signal): Call SIGNAL_THREAD_CHECK.
6144         * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
6146         * emacs.c: Define main_thread.
6147         (main): Initialize main_thread.
6148         (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
6149         (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
6151         * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
6153         * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
6155         * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
6157         * process.c (send_process_trap, sigchld_handler):
6158         Call SIGNAL_THREAD_CHECK.
6160         * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
6162         * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
6164         * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
6165         returning when xg_ignore_gtk_scrollbar is true.
6167 2004-12-14  Kim F. Storm  <storm@cua.dk>
6169         * keyboard.c (read_char): Save and restore echo_string when
6170         handling input method.
6172 2004-12-13  Richard M. Stallman  <rms@gnu.org>
6174         * eval.c (syms_of_eval) <quit-flag>: Doc fix.
6176         * keyboard.c (Vthrow_on_input): New variable.
6177         (syms_of_keyboard): Defvar and initialize it.
6178         (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
6180         * lisp.h (QUIT): Check for Vthrow_on_input.
6181         (Vthrow_on_input): Declare it.
6183 2004-12-13  Kim F. Storm  <storm@cua.dk>
6185         * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
6186         vector.
6188 2004-12-12  Richard M. Stallman  <rms@gnu.org>
6190         * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
6192         * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
6193         (Ftry_completion): Really use outer `zero'; eliminate inner one.
6195 2004-12-12  Kenichi Handa  <handa@m17n.org>
6197         * term.c (encode_terminal_code): Fix previous change.
6199 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         * keyboard.c (handle_async_input): Remove pthread mutex handling.
6202         (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
6204         * syntax.c (Fforward_word): Avoid non-idempotent side-effects
6205         in macro arguments.
6207         * minibuf.c (Ftry_completion, Fall_completions): Don't use
6208         XFASTINT blindly.
6210         * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
6212 2004-12-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6214         * w32term.c (x_calc_absolute_position): Remove calculation of
6215         difference between inner and outer window.  Don't subtract difference
6216         for left and top calculations.
6218         * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
6219         for left and top calculations.  Remove call to x_real_positions.
6220         [Bug report by Drew Adams in November]
6221         (x_check_expected_move): Do not set change_gravity to 1 when calling
6222         x_set_offset.
6224 2004-12-08  Richard M. Stallman  <rms@gnu.org>
6226         * xdisp.c (get_next_display_element): Use `escape-glyph' for
6227         control chars and escaped octal codes.
6228         (Qescape_glyph): New variable.
6229         (syms_of_xdisp): Initialize it.
6230         (escape_glyph_face): New variable.
6231         (redisplay_window): Initialize it.
6233 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6235         * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
6236         (init_image): Use 1 rather than TRUE.  TRUE's not always defined.
6238 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6240         * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
6241         reset_malloc_hooks.
6243         * keyboard.c (handle_async_input, input_available_signal):
6244         Add ! defined (SYSTEM_MALLOC) around thread code.
6246         * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
6248 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6250         * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
6252         * config.in: Regenerate.
6254 2004-12-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6256         * xmenu.c (Fx_popup_menu): Correct documentation about position.
6257         (xmenu_show): Do not call XTranslateCoordinates.  Adjust position
6258         if not given by a mouse click to correspond with x-popup-menu
6259         documentation.
6261         * config.in: Regenerate.
6263         * gtkutil.c: Include signal.h and syssignal.h.
6264         (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
6266         * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
6267         new variables main_thread and alloc_mutex,
6268         define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
6269         emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
6270         If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
6271         (UN)BLOCK_INPUT.
6272         (emacs_blocked_free, emacs_blocked_malloc)
6273         (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
6274         (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
6275         (reset_malloc_hooks): New function.
6277         * lisp.h: Declare reset_malloc_hooks.
6279         * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
6281         * keyboard.c: Conditionally include pthread.h
6282         (handle_async_input, input_available_signalt): If not in the main
6283         thread, block signal, send signal to main thread and return.
6285         * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
6286         Set current folder in file chooser if default_filename is a directory.
6288 2004-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
6291         Remove redundant correctness checks.
6292         (regex_compile): Fix up error codes for \{..\} expressions.
6294 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6296         * regex.c (regex_compile): Fix end-of-pattern case for space.
6298 2004-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6300         * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
6301         * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
6302         crashes with invalid characters.
6303         * macmenu.c (add_menu_item): Use it.
6304         * image.c (image_load_quartz2d): Likewise.
6305         * macfns.c (x_set_name, x_set_title): Likewise.
6306         (Fx_file_dialog): Likewise.  Use constant CFRefs instead of
6307         creating them each time for labels.
6309 2004-12-02  Richard M. Stallman  <rms@gnu.org>
6311         * config.in (RE_TRANSLATE_P): If make_number is not a macro,
6312         don't use it here.
6314         * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
6315         (interactive_p): Skip Scalled_interactively_p frames
6316         like Sinteractive_p frames.
6317         (unwind_to_catch): Clear handling_signal.
6319         * data.c (Fmake_variable_buffer_local): Doc fix.
6320         (Fmake_local_variable): Doc fix.
6322         * insdel.c (insert_from_string_before_markers)
6323         (insert_from_string): Don't modify buffer on empty insertion.
6325         * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
6327 2004-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6329         * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
6330         menu text as UTF8 fails.
6332 2004-12-01  Kim F. Storm  <storm@cua.dk>
6334         * alloc.c: Add commentary for last change.
6335         (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
6336         sizeof(size_t) != 4.
6337         (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
6338         Use them.  Also clear header and trailer of freed memory.
6339         (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
6340         (string_overrun_cookie): Rename from string_overrun_pattern.
6341         (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
6343 2004-12-01  Andreas Schwab  <schwab@suse.de>
6345         * lisp.h: Declare string_to_multibyte.
6347 2004-12-01  Kenichi Handa  <handa@m17n.org>
6349         * w32console.c (w32con_write_glyphs): Decide coding here.
6350         Adjusted for the change of encode_terminal_code.
6352         * term.c (encode_terminal_code): Don't make it "static".
6354 2004-11-30  Kenichi Handa  <handa@m17n.org>
6356         * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
6357         (encode_terminal_code): Argument changed.  Encode all
6358         characters at once, and return a pointer to the result of encoding.
6359         (write_glyphs): Decide coding here.  Adjusted for the above change.
6360         (insert_glyphs): Likewise.
6361         (term_init): Initialize encode_terminal_bufsize to 0.
6363         * coding.c (Vcode_conversion_workbuf_name): New variable.
6364         (syms_of_coding): Initialize and staticpro it.
6365         (set_conversion_work_buffer): New function.
6366         (run_pre_post_conversion_on_str): Use it.
6367         (run_pre_write_conversin_on_c_str): New function.
6369         * coding.h (run_pre_write_conversin_on_c_str): Extern it.
6371 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6373         * keyboard.c: Don't undef SIGIO
6374         * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
6375         * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
6376         (macfns.o): Don't depend on ccl.h.
6377         * macfns.c (mac_frame_parm_handlers): Set handlers for
6378         Qleft_fringe and Qright_fringe.
6379         * macterm.c (mac_fill_rectangle_to_pixmap)
6380         (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
6381         (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
6382         Put in #if 0.
6383         (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
6384         (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
6385         (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
6386         (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
6387         [!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
6388         XDrawImageString.  Always draw background and foreground separately.
6389         (x_draw_image_foreground): Use clipping instead of computing the
6390         intersection rectangle.
6391         (x_draw_image_glyph_string): Don't draw an image with mask to a
6392         pixmap.
6393         (x_redisplay_interface): Set flush_display_optional member to 0.
6394         (XTread_socket): Correctly reset the TEConverter
6395         object.
6397 2004-11-30  Kim F. Storm  <storm@cua.dk>
6399         * lisp.h: New defines to enable buffer overrun checking.
6400         (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
6401         (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
6403         * alloc.c: Add more checks for buffer overruns.
6404         (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
6405         xmalloc_overrun_check_trailer, overrun_check_malloc)
6406         overrun_check_realloc, overrun_check_free): Add.
6407         (GC_STRING_EXTRA, string_overrun_pattern): Add.
6408         (check_sblock, allocate_string_data, compact_small_strings):
6409         Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
6410         (check_cons_list): Condition on GC_CHECK_CONS_LIST.
6411         (check_string_free_list): Add.
6412         (allocate_string, sweep_strings): Call check_string_free_list.
6414         * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
6415         XMALLOC_OVERRUN_CHECK to avoid crash during load.
6417 2004-11-29  Kim F. Storm  <storm@cua.dk>
6419         * fns.c (concat): Use SAFE_ALLOCA.
6421 2004-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * sysdep.c (emacs_write): Don't use QUIT.
6425 2004-11-29  Kenichi Handa  <handa@m17n.org>
6427         * buffer.c (init_buffer): Set current_buffer->directory to a
6428         multibyte string made by string_to_multibyte.
6430         * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
6432 2004-11-27  Andreas Schwab  <schwab@suse.de>
6434         * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
6436         * s/gnu-linux.h: Enable no-op gcpros on ia64.
6437         (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
6439         * filelock.c (lock_file_1): Call get_boot_time early.
6440         Increase buffer size.
6442 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
6444         * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
6445         is not defined.
6447 2004-11-27  Kim F. Storm  <storm@cua.dk>
6449         * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
6450         marker out of doc string.
6452 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
6455         which was not mentioned in the log.
6457 2004-11-26  Kim F. Storm  <storm@cua.dk>
6459         * fringe.c (update_window_fringes): Prefer truncation bitmaps over
6460         angle bitmaps at top/bottom line.
6462         * xdisp.c: Undo recent changes for restoring saved_face_id.  Instead,
6463         set it when it->method is set to next_element_from_display_vector.
6464         (setup_for_ellipsis): Add LEN argument.  Callers changed.
6465         Set it->saved_face_id.
6466         (get_next_display_element): Use loop instead of recursion.
6467         Set it->saved_face_id.  Combine duplicate code for ctr chars.
6468         (next_element_from_display_vector): Do not set it->saved_face_id.
6469         (next_element_from_ellipsis): Use setup_for_ellipsis.
6471 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
6473         * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
6474         prevent compiler warnings.
6476 2004-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * keyboard.c (command_loop_1): Print a message describing the key
6479         the user just pressed when this key has no binding.
6481         * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
6482         (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
6484         * lread.c (readchar): Check QUIT when `getc' is interrupted.
6486 2004-11-24  Richard M. Stallman  <rms@gnu.org>
6488         * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
6490         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
6492 2004-11-24  Kim F. Storm  <storm@cua.dk>
6494         * xdisp.c (move_it_in_display_line_to, display_line):
6495         Restore saved_face_id also when truncate-lines or hscrolled.
6497 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6499         * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
6500         x-use-old-gtk-file-dialog.
6502         * xfns.c: Define x_use_old_gtk_file_dialog.
6503         (syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
6504         outside ifdef USE_GTK.
6506 2004-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
6509         Don't use XFASTINT blindly.
6511         * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
6513         * indent.c (skip_invisible): Avoid non-idempotent side-effects
6514         in macro arguments.
6516         * keymap.c (Flookup_key): Check INTEGERP before XINT.
6518         * lread.c (oblookup): Don't use XFASTINT blindly.
6520         * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
6521         (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
6523 2004-11-23  Kim F. Storm  <storm@cua.dk>
6525         * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
6526         (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
6528         * xfaces.c (lookup_named_face): Add signal_p arg.  Return -1 if
6529         signal_p is zero and face name is unknown.
6530         (Fx_list_fonts): Don't signal error in lookup_named_face.
6531         (Fface_font): Signal error in lookup_named_face.
6532         (ascii_face_of_lisp_face): Likewise.
6534         * dispextern.h (lookup_named_face): Fix prototype.
6536         * xdisp.c (handle_single_display_prop): Don't signal error in
6537         lookup_named_face for unknown fringe face name.
6538         (highlight_trailing_whitespace): Don't signal error in
6539         lookup_named_face if trailing-whitespace face unknown.
6540         (calc_line_height_property): Don't signal error in
6541         lookup_named_face if specified face name is unknown.
6543         * fringe.c (update_window_fringes): Show top row indicator if
6544         window has header-line.  Don't show arrow at bob and eob
6545         if the boundary indicators are not used.
6546         (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
6548         * window.c (set_window_buffer): Clear display_error_modiff.
6550 2004-11-22  Kim F. Storm  <storm@cua.dk>
6552         * fringe.c (update_window_fringes): Provide sensible fall-back
6553         value for non-nil indicate-buffer-boundaries setting.
6555 2004-11-22  Markus Rost  <rost@ias.edu>
6557         * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
6559 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6561         * eval.c (Fdefvar): Warn when var is let-bound but globally void.
6563 2004-11-21  Kim F. Storm  <storm@cua.dk>
6565         * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
6567         * xterm.c (x_clip_to_row): Add area arg.  Callers changed.
6568         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6570         * w32term.c (w32_clip_to_row): Add area arg.  Callers changed.
6571         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6573         * macterm.c (x_clip_to_row): Add area arg.  Callers changed.
6574         (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
6576         * xdisp.c (move_it_in_display_line_to, display_line):
6577         Restore saved_face_id if overflow-newline-into-fringe is enabled and
6578         line is continued before or in middle of element from display vector.
6580         * indent.c (Fvertical_motion): Fix last change.  Use another
6581         method to detect if iterator moved too far ahead after reseat.
6583         * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro.  Do not
6584         expand matrix width for overflow in zero-width area.
6585         (append_glyph, append_composite_glyph, produce_image_glyph)
6586         (append_stretch_glyph): Use it to avoid loop in redisplay.
6587         (note_mode_line_or_margin_highlight): Don't let help-echo from
6588         string override help-echo from image map.
6590 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
6592         * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
6593         * callint.c (Fcall_interactively): Ditto.
6595 2004-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * minibuf.c (Fminibuffer_complete_and_exit):
6598         Fixup the case of the completed value, for case-indep completion.
6600 2004-11-20  Richard M. Stallman  <rms@gnu.org>
6602         * lisp.h (Fread_from_minibuffer): Add arg in decl.
6604         * minibuf.c (read_minibuf): New arg KEEP_ALL.  Callers changed.
6605         (Fread_from_minibuffer): New arg KEEP_ALL.  Callers changed.
6607         * search.c (Vsearch_spaces_regexp):
6608         Rename from Vsearch_whitespace_regexp.  All uses changed.
6610 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
6612         * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
6614 2004-11-19  Richard M. Stallman  <rms@gnu.org>
6616         * search.c (Vsearch_whitespace_regexp): New variable.
6617         (syms_of_search): Defvar it.
6618         (compile_pattern_1): Call re_set_whitespace_regexp with it.
6619         (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
6620         is non-nil.
6621         (struct regexp_cache): New element whitespace_regexp.
6622         (syms_of_search): Initialize whitespace_regexp elements.
6623         (compile_pattern): Compare whitespace_regexp elements.
6624         (compile_pattern_1): Set whitespace_regexp elements.
6626         * regex.c (regex_compile): Substitute whitespace_regexp
6627         for spaces, if it is nonzero.
6628         (whitespace_regexp): New variable.
6629         (re_set_whitespace_regexp): New function.
6631 2004-11-19  Kim F. Storm  <storm@cua.dk>
6633         * indent.c (Fvertical_motion): Fix last change.
6635 2004-11-18  Kim F. Storm  <storm@cua.dk>
6637         * indent.c (Fvertical_motion): Undo 2004-11-16 change.
6638         Instead, move back again if reseating moves too far ahead.
6640 2004-11-17  Luc Teirlinck  <teirllm@auburn.edu>
6642         * xdisp.c (message3): Call clear_message.
6644 2004-11-17  Kim F. Storm  <storm@cua.dk>
6646         * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
6648 2004-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6650         * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
6652         * xmenu.c (x_menu_in_use): Remove.
6653         (x_menu_set_in_use): Also set popup_activated_flag.
6655         * xfns.c (Fx_file_dialog): Call popup_activated instead of
6656         x_menu_in_use.  Call x_menu_set_in_use in Motif version also.
6658         * xterm.h (x_menu_in_use): Remove.
6660 2004-11-16  Richard M. Stallman  <rms@gnu.org>
6662         * keymap.c (Fmap_keymap): New arg SORT-FIRST.
6663         Use map-keymap-internal to implement that.
6665         * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
6667 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6669         * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
6670         a window before using XWINDOW.
6672         * window.c (make_window, Fselect_window, make_dummy_parent)
6673         (save_window_save):
6674         * frame.c (make_frame):
6675         * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
6677         * lisp.h (NILP): Use EQ rather than XFASTINT.
6679 2004-11-16  Kim F. Storm  <storm@cua.dk>
6681         * fringe.c (Fdefine_fringe_bitmap): Always set 'h'.  Simplify.
6683         * indent.c (Fvertical_motion): Fix last change.  Only reseat when
6684         moving backwards.
6686 2004-11-16  Luc Teirlinck  <teirllm@auburn.edu>
6688         * dispextern.h: Extern reseat_at_previous_visible_line_start.
6690 2004-11-16  Kenichi Handa  <handa@m17n.org>
6692         * xdisp.c (display_mode_element): Fix previous change (calculate
6693         end position of substring to display correctly).
6695 2004-11-16  Kim F. Storm  <storm@cua.dk>
6697         * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
6698         Reported by Andrew M. Scott.
6700 2004-11-15  Kim F. Storm  <storm@cua.dk>
6702         * fns.c (Fsafe_plist_get): New defun.
6703         (syms_of_fns): Defsubr it.
6705         * lisp.h (Fsafe_plist_get): Add EXFUN.
6707         * xdisp.c (store_mode_line_string, produce_stretch_glyph):
6708         Use Fsafe_plist_get.
6709         (note_mode_line_or_margin_highlight, note_mouse_highlight):
6710         Fix image map element parsing.  Use Fsafe_plist_get.
6712 2004-11-15  Richard M. Stallman  <rms@gnu.org>
6714         * xdisp.c (get_next_display_element): Fix previous change.
6716 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6718         * window.c (shrink_windows): Handle special case of one window left
6719         when trying to shrink the final reminder.  Grow windows if
6720         total_removed is less than total_shrink.
6722         * xmenu.c (pop_down_menu): Remove global variable current_menu,
6723         extract pointer from arg with XSAVE_VALUE.
6724         (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
6725         Construct arg to record_unwind_protect with make_save_value.
6727 2004-11-13  Richard M. Stallman  <rms@gnu.org>
6729         * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
6730         (get_next_display_element): Fix previous change to apply only to \n.
6732         * indent.c (Fvertical_motion): Scan to PT from start of line to
6733         make iterator consistent.
6735         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
6737 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6739         * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
6741         * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
6742         Record unwind with clean_up_file_dialog.
6744         * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
6745         Declare.
6747         * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
6749 2004-11-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6751         * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
6752         (xg_file_sel_destroy): Remove.
6753         (xg_file_response_cb, pop_down_file_dialog)
6754         (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
6755         New functions.
6756         (xg_get_file_with_chooser, xg_get_file_with_selection):
6757         Take new arg func, set it to xg_get_file_name_from_chooser/selector.
6758         Move common code to xg_get_file_name.  Return widget created.
6759         (xg_get_file_name): Set name, transient for, modal and destroy
6760         with parent here.  Connect response signal to xg_file_response_cb,
6761         connect delete-event to gtk_true.  Record pop_down_file_dialog
6762         for unwind.  Do event loop and call x_menu_wait_for_event in loop.
6763         (xg_create_widget): Make dialogs modal.
6765         * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
6766         Lisp_Object.
6767         (popup_get_selection): Move unwind protect ...
6768         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
6769         Move destroy of widget to pop_down_menu.
6770         (popup_widget_loop): Move unwind protect ...
6771         (create_and_show_popup_menu, create_and_show_dialog): ... to here.
6772         Move destroy of widget to pop_down_menu.
6773         (pop_down_menu): BLOCK_INPUT and destroy widget/window.
6774         (xmenu_show): Record unwind pop_down_menu.  Move XMenuDestroy,
6775         x_mouse_leave and grabbed = 0 to pop_down_menu.
6777 2004-11-13  Kim F. Storm  <storm@cua.dk>
6779         * xdisp.c (make_cursor_line_fully_visible_p): New variable.
6780         (syms_of_xdisp): DEFVAR_BOOL it.
6781         (make_cursor_line_fully_visible, try_cursor_movement)
6782         (try_window_id): Use it.
6784 2004-11-12  Kim F. Storm  <storm@cua.dk>
6786         * dispextern.h (struct glyph_row): New member extra_line_spacing.
6787         (struct it): New member max_extra_line_spacing.
6788         (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
6789         (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
6790         (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
6791         part of last line is only extra line spacing (so the text on the
6792         line is fully visible).  Use helper macros.
6793         Add W arg (to use them).  All callers changed.
6794         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
6795         (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
6797         * window.c (window_scroll_pixel_based, Frecenter):
6798         Use move_it_vertically_backward directly.
6799         (Frecenter): Fix calculation of new start pos for negative arg.
6800         Before, the new start pos was sometimes chosen too far back, so
6801         the last line became only partially visible, and thus would be
6802         either only semi-visible or automatically scrolled to the middle
6803         of the window by redisplay.
6805         * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
6806         (move_it_vertically_backward): Don't recure to move further back.
6807         (move_it_vertically): Remove superfluous condition.
6808         (move_it_by_lines): Clear last_height when moved 0 lines.
6809         (resize_mini_window): Use it.max_extra_line_spacing.
6810         (display_tool_bar_line): Clear row->extra_line_spacing.
6811         (try_scrolling): Use move_it_vertically_backward directly.
6812         (redisplay_window): Likewise.
6813         (compute_line_metrics): Set row->extra_line_spacing.
6814         (display_line, display_string): Likewise.
6815         (x_produce_glyphs): Update it->max_extra_line_spacing.
6817         * xmenu.c (pop_down_menu): Return nil.
6819 2004-11-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6821         * xmenu.c (x_menu_wait_for_event): New function.
6822         (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
6823         to handle timers.
6824         (popup_widget_loop): Add argument do_timers.
6825         (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
6826         do_timers to popup_widget_loop.
6827         (xmenu_show): Call XMenuActivateSetWaitFunction so that
6828         x_menu_wait_for_event is called by XMenuActivate.
6829         (create_and_show_popup_menu): Pass 1 for do_timers to
6830         popup_get_selection.
6831         (pop_down_menu): New function.
6832         (popup_get_selection, popup_widget_loop): Unwind protect to
6833         pop_down_menu.
6834         (popup_widget_loop): Add argument widget.
6835         (create_and_show_popup_menu, create_and_show_dialog): Pass new
6836         argument widget to popup_widget_loop.
6838 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
6842 2004-11-09  Kim F. Storm  <storm@cua.dk>
6844         * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
6845         Fix various comments referring to XEvents instead of input events.
6846         (x_queue_event): Fix format strings.
6847         (x_stop_queuing_selection_requests): Likewise.
6849         * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
6850         (pint2hrstr): Add extra braces to silence compiler.
6852         * print.c (print_object): Fix format string.
6854         * lread.c (read1): Fix next_char matching.
6856         * lisp.h (Fdelete): Add EXFUN.
6857         (replace_range_2): Add prototype.
6859         * keyboard.c (read_avail_input): Remove unused variable 'discard'.
6861         * intervals.h (NULL_INTERVAL_P): Add separate version when
6862         ENABLE_CHECKING is not defined to silence compiler.
6863         (compare_string_intervals): Add prototype.
6865         * fringe.c (destroy_fringe_bitmap): Fix return type.
6866         (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
6868         * emacs.c (Fdump_emacs): Fix format string.
6870         * doc.c: Include <ctype.h>.
6871         (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
6873         * data.c (store_symval_forwarding): Remove unused variables.
6875         * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
6877 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6879         * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
6880         to ${OLDXMENU}.
6882 2004-11-09  Kim F. Storm  <storm@cua.dk>
6884         * process.c (Fmake_network_process): Remove kludge for interrupted
6885         connects on BSD.  If connect is interrupted, just close socket and
6886         start over rather than sleeping and retry with same socket.
6888 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6890         * .cvsignore: Add buildobj.lst.
6892         * doc.c: New variable Vbuild_files.
6893         (Fsnarf_documentation): If Vbuild_files is nil, populate it with
6894         file names from buildobj.lst.  Only attach docstrings from files
6895         that are in Vbuild_files.
6896         (syms_of_doc): Defvar Vbuild_files.
6898         * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
6899         and w32*.o.
6900         (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
6901         (mostlyclean): Rm buildobj.lst
6903         * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
6904         is linked.
6906 2004-11-09  Kim F. Storm  <storm@cua.dk>
6908         * fringe.c (update_window_fringes): Update fringe bitmaps if
6909         cur and row ends_at_zv_p differs.  If bitmaps of a row is updated,
6910         also update previous row to get rid of misc. artifacts.
6912 2004-11-08  Kim F. Storm  <storm@cua.dk>
6914         * xdisp.c (fast_find_position): Fix start pos if header line present.
6915         (note_mouse_highlight): Clear mouse face if we move out of text area.
6917 2004-11-08  Eli Zaretskii  <eliz@gnu.org>
6919         * editfns.c: Move #include "systime.h" before <sys/resource.h>.
6920         Don't include <sys/time.h> explicitly.
6921         Include <stdio.h> unconditionally, not just on MacOS.
6923 2004-11-08  Kenichi Handa  <handa@m17n.org>
6925         * fontset.c (fontset_pattern_regexp): Cancel my previous change;
6926         don't pay attention to '\' before '*'.
6927         (fontset_pattern_regexp): Change the meaning of the second arg.
6928         (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
6929         (check_fontset_name): Try NAME as literal at first, and if it
6930         failes, try NAME as pattern.
6932 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6934         * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
6936 2004-11-07  Andreas Schwab  <schwab@suse.de>
6938         * lisp.h (Fmsdos_downcase_filename): Declare.
6939         * dired.c (Fmsdos_downcase_filename): Don't declare here.
6940         * fileio.c: Likewise.
6942 2004-11-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6944         * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
6945         comparisons with integers instead of Lisp_Object address.
6946         (Fmsdos_set_keyboard): Declare argument allkeys.
6948         * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
6950         * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
6951         int/Lisp_Object mixup.
6953         * fileio.c: Ditto.
6955 2004-11-06  Steven Tamm  <steventamm@mac.com>
6957         * editfns.c: Need to include sys/time.h before resource.h on darwin.
6959 2004-11-06  Richard M. Stallman  <rms@gnu.org>
6961         * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
6963         * xfaces.c (merge_named_face): GCPRO the face_name in the
6964         named_merge_point struct that we make.
6965         (merge_face_heights): Eliminate GCPRO arg.  All callers changed.
6967         * keyboard.c (command_loop_1): Change Vtransient_mark_mode
6968         before deciding whether to inactivate mark.
6970 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
6972         * config.in: Regenerate (add HAVE_GETRUSAGE).
6973         * editfns.c (Fget_internal_run_time): New function.
6974         (syms_of_data): Defsubr it.
6975         * fns.c (sxhash): As far as possible, merge calculation of
6976         hash code for symbols and strings.
6978 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
6980         * frame.c (syms_of_frame): Fix the example in the doc string.
6982 2004-11-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6984         * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
6986         * xmenu.c (popup_get_selection, create_and_show_popup_menu)
6987         (create_and_show_dialog): Revert change from 2004-10-31.
6989 2004-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6991         * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
6993 2004-11-05  Kim F. Storm  <storm@cua.dk>
6995         * print.c (print_object): Print Lisp_Misc_Save_Value objects.
6997         * fileio.c (Ffile_modes): Doc fix.
6998         (auto_save_1): Check for Ffile_modes nil value.
7000 2004-11-05  Kim F. Storm  <storm@cua.dk>
7002         * xselect.c (struct selection_event_queue, selection_queue)
7003         (x_queue_selection_requests, x_queue_event)
7004         (x_start_queuing_selection_requests)
7005         (x_stop_queuing_selection_requests): Add new queue for selection
7006         input events to replace previous XEvent queue in xterm.c.
7007         (queue_selection_requests_unwind): Adapt to new queue.
7008         (x_reply_selection_request): Adapt to new queue.
7009         Unexpect wait_object in case of x errors (memory leak).
7010         (x_handle_selection_request, x_handle_selection_clear): Make static.
7011         (x_handle_selection_event): New function.  May queue selection events.
7012         (wait_for_property_change_unwind): Use save_value instead of cons.
7013         Clear property_change_reply_object.
7014         (wait_for_property_change): Abort if already waiting.
7015         Use save_value instead of cons for unwind data.
7016         (x_handle_property_notify): Skip events already arrived, but don't
7017         free them, as "arrived" field is checked by wait_for_property_change,
7018         and it will be freed by unwind or explicit unexpect_property_change.
7019         (x_get_foreign_selection): Add to new queue.
7020         (receive_incremental_selection): Don't unexpect wait_object when done
7021         as it has already been freed by previous wait_for_property_change.
7023         * xterm.h (x_start_queuing_selection_requests)
7024         (x_stop_queuing_selection_requests, x_handle_selection_request)
7025         (x_handle_selection_clear): Remove prototypes.
7026         (x_handle_selection_event): Add prototype.
7028         * xterm.c (handle_one_xevent): Don't queue X selection events
7029         here, it may be too late if we start queuing after we have already
7030         stored some selection events into the kbd buffer.
7031         (struct selection_event_queue, queue, x_queue_selection_requests)
7032         (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
7033         (x_stop_queuing_selection_requests): Remove/move to xselect.c.
7034         (x_catch_errors_unwind): Block input around final XSync.
7036         * keyboard.h (kbd_buffer_unget_event): Add prototype.
7038         * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
7039         (kbd_buffer_unget_event): New function.
7040         (kbd_buffer_get_event, swallow_events): Combine SELECTION events
7041         and use x_handle_selection_event.
7042         (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
7044 2004-11-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7046         * xselect.c (TRACE3): New debug macro.
7047         (x_reply_selection_request): Use it.
7048         (receive_incremental_selection): In call to TRACE0, the name of
7049         a symbol is in xname.
7051 2004-11-05  Kim F. Storm  <storm@cua.dk>
7053         * fontset.c (fontset_pattern_regexp): Use unsigned char.
7055 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7057         * fileio.c (Fnext_read_file_uses_dialog_p): New function.
7059         * gtkutil.h (use_old_gtk_file_dialog): Declare.
7061         * gtkutil.c: Make use_old_gtk_file_dialog non-static.
7062         (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
7063         * xfns.c (syms_of_xfns): ... to here.
7065         * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
7066         it doesn't start with /.
7068 2004-11-04  Kenichi Handa  <handa@m17n.org>
7070         * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
7071         treat it as a literal character.
7073 2004-11-03  Kim F. Storm  <storm@cua.dk>
7075         * .gdbinit (ppt): New function.
7077 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7079         * xterm.c (x_window_to_scroll_bar): Only call
7080         xg_get_scroll_id_for_window if toolkit scroll bars are used.
7082         * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
7083         of save.
7085 2004-11-02  Andreas Schwab  <schwab@suse.de>
7087         * window.c (Fscroll_right): Fix last change.
7089 2004-11-02  Kim F. Storm  <storm@cua.dk>
7091         * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
7093 2004-11-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7095         * callproc.c (Fcall_process): Block input around vfork.
7097 2004-11-02  Kim F. Storm  <storm@cua.dk>
7099         * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
7100         (syms_of_eval): Defsubr it.
7102 2004-11-02  Richard M. Stallman  <rms@gnu.org>
7104         * insdel.c (replace_range_2): New function.
7106         * casefiddle.c (casify_region): Handle changes in byte-length
7107         using replace_range_2.
7109         * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
7111         * xdisp.c (back_to_previous_visible_line_start):
7112         Subtract 1 from pos when checking previous newline for invisibility.
7114         * window.c (window_scroll_pixel_based): Update preserve_y
7115         for header line if any.
7116         (Fscroll_left, Fscroll_right): Don't call interactive_p;
7117         use a new second argument instead.
7119         * eval.c (Fcall_interactive_p): New function.
7120         (interactive_p): Don't test INTERACTIVE here.
7121         (Finteractive_p): Doc fix.
7123         * eval.c (Feval): Abort if INPUT_BLOCKED_P.
7125 2004-11-02  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
7127         * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
7128         comparing font names.
7130 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7132         * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
7133         Fx_file_dialog if only directories should be read.
7135         * lisp.h: Fx_file_dialog takes 5 parameters.
7137         * xfns.c (Fx_file_dialog): Both Motif and GTK version:
7138         Add parameter only_dir_p.
7139         In Motif version, don't put DEFAULT_FILENAME in filter part of the
7140         dialog, just text field part.  Do not add DEFAULT_FILENAME
7141         to list of files if it isn't there.
7142         In GTK version, pass only_dir_p parameter to xg_get_file_name.
7144         * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
7145         Check only_dir_p instead of comparing prompt to "Dired".  When using
7146         a save dialog, add option kNavDontConfirmReplacement, change title
7147         to "Enter name", change text for save button to "Ok".
7149         * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
7150         Check only_dir_p instead of comparing prompt to "Dired".
7152         * gtkutil.c (xg_get_file_with_chooser)
7153         (xg_get_file_with_selection): New functions, only defined ifdef
7154         HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
7155         respectively.
7156         (xg_get_file_name): Add parameter only_dir_p.
7157         Call xg_get_file_with_chooser or xg_get_file_with_selection
7158         depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
7159         (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
7161         * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
7163         * config.in: Rebuild (added HAVE_GTK_FILE_*).
7165 2004-11-01  Kim F. Storm  <storm@cua.dk>
7167         * process.c (connect_wait_mask, num_pending_connects):
7168         Only declare and use them if NON_BLOCKING_CONNECT is defined.
7169         (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
7170         (IF_NON_BLOCKING_CONNECT): New helper macro.
7171         (wait_reading_process_output): Only declare and use local vars
7172         Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
7174 2004-11-01  Andy Petrusenco  <Igrek@star-sw.com>  (tiny change)
7176         * w32term.c (x_scroll_run): Delete region objects after use.
7178 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7180         * xmenu.c: Add prototypes for forward function declarations.
7181         (popup_get_selection): Remove parameter do_timers, remove call to
7182         timer_check.
7183         (create_and_show_popup_menu, create_and_show_dialog):
7184         Remove parameter do_timers from call to popup_get_selection.
7186         * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
7187         tool_bar_items and assign the result to f->tool_bar_items if
7188         not equal.  Move BLOCK/UNBLOCK_INPUT from around call to
7189         tool_bar_items to assignment of result.
7191         * atimer.c (alarm_signal_handler): Do not call set_alarm if
7192         pending_atmers is non-zero.
7194 2004-10-31  Kim F. Storm  <storm@cua.dk>
7196         * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
7198 2004-10-28  Will  <will@glozer.net>
7200         * macterm.c: Allow user to assign key modifiers to the Mac Option
7201         key via a 'mac-option-modifier' variable.
7203 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7205         * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
7206         Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
7207         (x_handle_selection_request, x_handle_selection_clear)
7208         (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
7210 2004-10-28  Richard M. Stallman  <rms@gnu.org>
7212         * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
7214         * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
7216 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7218         * syntax.c (scan_sexps_forward): Give precedence to a 2-char
7219         comment-starter over a 1-char one.
7221 2004-10-27  Richard M. Stallman  <rms@gnu.org>
7223         * xdisp.c (get_next_display_element): In mode lines,
7224         treat newline and tab like other control characters.
7226         * editfns.c (Fmessage): Doc fix.
7228         * indent.c (vmotion): When moving up, check the newline before.
7229         Make prevline an int, not a Lisp_Object.
7231 2004-10-27  Kim F. Storm  <storm@cua.dk>
7233         * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
7234         Only allocate info and discarded tables once.
7236         * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
7237         (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
7238         (SAFE_FREE): Test it to determine if we need to unwind to free.
7239         Remove size arg.  All users changed.
7240         (SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.
7242 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7244         * gtkutil.c: Put empty line between comment and function body.
7245         (xg_destroy_widgets): Rename from remove_from_container.
7246         Just destroy all widgets in list.  Argument wcont removed.
7247         (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
7248         instead of remove_from_container.
7249         (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
7250         (free_frame_tool_bar): Add comment.
7252         * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
7253         is not NULL before strcmp.
7255 2004-10-26  Kim F. Storm  <storm@cua.dk>
7257         * callint.c (Fcall_interactively): Add 'U' code to get the
7258         up-event discarded by a previous 'k' or 'K' argument.
7260 2004-10-26  David Kastrup  <dak@gnu.org>
7262         * buffer.c (syms_of_buffer): Fix a few typos.
7264 2004-10-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7266         * xsmfns.c: Put empty line between comment and function body.
7267         Use two spaces before comment end.
7269 2004-10-25  Kenichi Handa  <handa@m17n.org>
7271         * fontset.c (fontset_pattern_regexp): Optimize for the case that
7272         PATTERN is full XLFD.
7274 2004-10-24  Kenichi Handa  <handa@m17n.org>
7276         * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
7278         * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
7279         (regex_compile): Return REG_ERANGEX if appropriate.
7281 2004-10-22  Kenichi Handa  <handa@m17n.org>
7283         * editfns.c (Ftranslate_region_internal): New function.
7284         (syms_of_editfns): Defsubr it.
7286 2004-10-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7288         * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
7290 2004-10-21  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
7292         * xterm.h (x_output): New member `xic_base_fontname'.
7293         (FRAME_XIC_BASE_FONTNAME): New macro.
7294         (xic_free_xfontset): Declare.
7296         * xfns.c (xic_create_xfontset): Share fontsets between frames
7297         based on base_fontname.
7298         (xic_free_xfontset): New function.
7299         (free_frame_xic): Use it.
7300         (xic_set_xfontset): Ditto.
7302         * xterm.c (xim_destroy_callback): Ditto.
7305 2004-10-20  B. Anyos  <banyos@freemail.hu>  (tiny change)
7307         * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
7309 2004-10-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7311         * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
7312         XSync.
7314         * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
7315         New variables and constant.
7316         (main): Calculate heap_bss_diff.  If we are dumping and the
7317         heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
7318         and exec ourself again.
7319         (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
7320         print a warning.
7322         * lastfile.c: Make my_endbss and my_endbss_static available on all
7323         platforms.
7325         * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
7326         * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
7328 2004-10-19  Luc Teirlinck  <teirllm@auburn.edu>
7330         * data.c (Flocal_variable_if_set_p): Doc fix.
7332 2004-10-19  Jason Rumney  <jasonr@gnu.org>
7334         * w32.c (init_environment): Set emacs_dir correctly when running
7335         emacs from the build directory.
7337 2004-10-19  Richard M. Stallman  <rms@gnu.org>
7339         * editfns.c (Fdelete_and_extract_region):
7340         If region is empty, return null string.
7342 2004-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7344         * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
7345         and canon_width.
7346         (xg_frame_cleared): Remove.
7348         * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
7349         (xg_find_top_left_in_fixed): Remove.
7350         (xg_create_scroll_bar): Put an event box widget between
7351         the scroll bar widget and the edit widget.
7352         (xg_show_scroll_bar): Show the parent widget (the event box).
7353         (xg_remove_scroll_bar): Destroy parent (the event box) also.
7354         (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
7355         Move the parent (the event box) widget inside the fixed widget.
7356         Move window clear to xterm.c.
7358         * gtkutil.h (xg_frame_cleared): Remove.
7360         * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
7361         (x_scroll_bar_create, XTset_vertical_scroll_bar):
7362         Remove arguments left and width to xg_update_scrollbar_pos.
7363         (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
7365 2004-10-19  Kenichi Handa  <handa@m17n.org>
7367         * xdisp.c (display_mode_element): Fix display of wide chars.
7369 2004-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7371         * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
7372         gdk_window_clear and move gdk_window_process_all_updates after
7373         clear so events are sent to the X server in correct order.
7375 2004-10-18  Kenichi Handa  <handa@m17n.org>
7377         * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
7378         comparing font names.
7379         (fs_query_fontset): Use fast_string_match for comparing fontset names.
7380         (list_fontsets): Likewise.
7382         * search.c (fast_string_match_ignore_case): New function.
7384         * lisp.h (fast_string_match_ignore_case): Extern it.
7386 2004-10-17  Kim F. Storm  <storm@cua.dk>
7388         * xdisp.c (overlay_arrow_at_row): Return overlay string rather
7389         than bitmap if there is not left fringe.
7390         (get_overlay_arrow_glyph_row): Also used on windows system.
7391         (display_line): Display overlay string if no left fringe.
7393 2004-10-16  Jason Rumney  <jasonr@gnu.org>
7395         * w32fns.c (w32_font_match): Encode font name being matched.
7397 2004-10-16  Richard M. Stallman  <rms@gnu.org>
7399         * window.c (Fspecial_display_p): Doc fix.
7401 2004-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7403         * doc.c (Fsubstitute_command_keys): Fix remap-handling.
7404         Don't ignore menus, because where-is-internal already does it for us.
7406 2004-10-15  Kim F. Storm  <storm@cua.dk>
7408         * xdisp.c (redisplay_window): Only update fringes and vertical
7409         border on window frames.
7411 2004-10-14  Andreas Schwab  <schwab@suse.de>
7413         * m/ia64.h (DATA_SEG_BITS): Don't define.
7415 2004-10-14  Kim F. Storm  <storm@cua.dk>
7417         * xterm.h: Include Xutil.h after keysym.h to work around bug
7418         in some X versions.
7420 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * fns.c (map_char_table): Add missing gcpros.
7424 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7426         * keymap.c (get_keymap): An autoload form is not a keymap.
7428         * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
7430 2004-10-13  Kim F. Storm  <storm@cua.dk>
7432         * callproc.c (Fcall_process): Simplify handling of display arg.
7433         Resume `display_on_the_fly' once a coding system is determined.
7435         * xdisp.c (redisplay_preserve_echo_area): Fix last change.
7437 2004-10-12  Kim F. Storm  <storm@cua.dk>
7439         * xdisp.c (redisplay_preserve_echo_area): Flush display in case
7440         caller, such as call-process, is not going to poll for input.
7441         (calc_line_height_property): Handle case where it->object is nil.
7443         * xterm.c (x_redisplay_interface): Fix flush_display_optional.
7445 2004-10-12  Kenichi Handa  <handa@m17n.org>
7447         * xdisp.c (get_next_display_element):
7448         If unibyte_display_via_language_environment is zero, display 8-bit
7449         chars in octal in unibyte buffer.
7451 2004-10-12  Kim F. Storm  <storm@cua.dk>
7453         * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
7454         are no ordinary bindings.
7456 2004-10-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7458         * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
7460 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7462         * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
7463         (x_lower_frame): Add BLOCK_INPUT around SendBehind.
7464         (make_mac_frame): Add BLOCK_INPUT around the making of a
7465         terminal frame.
7466         (mac_initialize): Add BLOCK_INPUT around carbon initialization.
7467         * macgui.h (mktime): Use emacs_mktime.
7468         * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
7469         Make a cancel file-open dialog be like C-g.
7470         * mac.c (mktime): Use emacs_mktime.
7471         (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
7472         (Fmac_paste_function): Add better error handling for carbon cut/paste.
7474 2004-10-10  Kim F. Storm  <storm@cua.dk>
7476         * keyboard.c (timer_resume_idle): New function to resume idle
7477         timer without resetting timers on the idle list.
7478         (read_char): Use timer_resume_idle.  Remove local var last_idle_start.
7479         (timer_start_idle, timer_stop_idle): Declare static.
7480         (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
7482         * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
7484 2004-10-08  Steven Tamm  <steventamm@mac.com>
7486         * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
7487         * macterm.c (mac_check_for_quit_char): Remove warning for using
7488         NULL where 0 should be used.
7489         * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
7490         objc/malloc.h
7491         * mac.c: Include time.h for Tiger compatibility.
7493 2004-10-07  Kim F. Storm  <storm@cua.dk>
7495         * xdisp.c (redisplay_window): Fix flicker on vertical line between
7496         windows.  Update vertical line after drawing window fringes, but
7497         only if actually drawing any bitmaps--or there is no fringe.
7499         * xterm.c (x_update_window_end): Likewise.
7500         * macterm.c (x_update_window_end): Likewise.
7501         * w32term.c (x_update_window_end): Likewise.
7503         * fringe.c (draw_window_fringes): Return value now indicates if
7504         any fringe bitmaps were redrawn (or there are no fringes).
7506         * dispextern.h (draw_window_fringes): Update prototype.
7508 2004-10-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7510         * macfns.c (mac_get_window_bounds): Add extern.
7511         (x_real_positions): Use mac_get_window_bounds.
7513         * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
7514         xmenu.c (YAILOM).
7516         * macterm.c [!MAC_OSX]: Include Windows.h.
7517         (front_emacs_window): Rename from mac_front_window.  All uses
7518         changed.  Return the frontmost non-tooltip emacs window.
7519         (mac_get_window_bounds): New function.
7520         (x_calc_absolute_position): Use the difference of width and height
7521         between the inner and outer window.
7522         (x_set_offset): Specify window position by the coordinae of the
7523         outer window.  Adjust the position if the title bar is completely
7524         outside the screen.
7525         (app_is_suspended, app_sleep_time): Remove unused variables.
7526         (do_app_resume, do_app_suspend): Remove their contents because
7527         window-activate/deactivate events will do the job.
7528         (do_zoom_window): Remove unused variables.  Make compliant to the
7529         standard way of zooming.  Set f->left_pos and f->top_pos.
7530         (XTread_socket): Don't use argument `expected'.  Don't use
7531         FrontWindow to determine the clicked window.  Exclude unprocessed
7532         mouseUp cases in the early stage.  Add parentheses to fix operator
7533         precedence.
7534         (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
7536 2004-10-05  Jan Dj\e,Ad\e(Brv.  <jan.h.d@swipnet.se>
7538         * config.in: Regenerate.
7540         * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
7541         HAVE_EXECSHIELD.
7543 2004-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7545         * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
7546         a row if Alt or Meta has been found for that row.  Also stop scanning
7547         for Keysyms for that row.
7549 2004-10-04  Kim F. Storm  <storm@cua.dk>
7551         * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
7552         to list.  Include overlay arrow bitmap in return value.
7554         * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
7555         bars with fractional column width.  If scroll bar separates two
7556         windows, move it towards the window it belongs to.  Only update
7557         the padding area below the scroll bar widget when necessary,
7558         i.e. when scroll bar widget is created, moved, or resized.
7560         * xdisp.c (define_frame_cursor1): Do not change frame cursor
7561         while tracking/dragging mouse.
7562         (x_draw_vertical_border): Do not draw line if frame has scroll bars.
7564         * window.c (coordinates_in_window): Relax check for cursor
7565         on vertial border between mode lines.
7566         (Fset_window_fringes): Do not allow negative widths.
7567         (Fset_window_scroll_bars): Likewise.
7569         * .gdbinit (pp): Shorthand for p ARG + pr.
7570         (ff): New command: flush frame updates (X only).
7572 2004-10-03  Michael Albinus  <michael.albinus@gmx.de>
7574         * fileio.c (auto_save_1) Call Ffile_modes for remote files.
7576 2004-09-30  Kenichi Handa  <handa@m17n.org>
7578         * process.c (send_process): Free composition data.
7580         * fileio.c (Finsert_file_contents): Free composition data.
7582         * coding.c (code_convert_region): Don't skip ASCIIs if there are
7583         compositions to encode.
7584         (encode_coding_string): Likewise.  Free composition data.
7586 2004-09-30  Florian Weimer  <fw@deneb.enyo.de>
7588         * coding.c (code_convert_region): Free composition data.
7590 2004-09-29  Kim F. Storm  <storm@cua.dk>
7592         * fringe.c: Remove limit on number of bitmaps.
7593         (fringe_bitmaps, fringe_faces): Change to pointers.
7594         (max_fringe_bitmaps): New var.
7595         (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
7596         (init_fringe): Allocate fringe_bitmaps and fringe_faces.
7598         * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
7599         (struct glyph_row): Reorder fringe_bitmap related fields.
7600         (struct it): Likewise.
7602         * w32term.c (fringe_bmp): Change to pointer.
7603         (max_fringe_bmp): New var.
7604         (w32_define_fringe_bitmap): Expand fringe_bmp.
7605         (w32_draw_fringe_bitmap): Check max_fringe_bmp.
7606         (w32_destroy_fringe_bitmap): Likewise.
7608 2004-09-29  Kim F. Storm  <storm@cua.dk>
7610         * fringe.c: Simplify last change.
7611         (lookup_fringe_bitmap): New function.
7612         (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
7613         (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
7614         Keep standard bitmaps in Vfringe_bitmaps.
7615         (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
7616         (Fset_fringe_bitmap_face): Likewise.
7618         * dispextern.h (lookup_fringe_bitmap): Add prototype.
7619         (valid_fringe_bitmap_p): Remove prototype.
7621         * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
7623 2004-09-29  Kim F. Storm  <storm@cua.dk>
7625         * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
7626         (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
7628         * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
7630         * fringe.c (Vfringe_bitmaps): New variable.
7631         (syms_of_fringe): DEFVAR_LISP it.
7632         (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
7633         Change arg to Lisp_Object and fail if not an integer.
7634         (get_fringe_bitmap_name, resolve_fringe_bitmap)
7635         (destroy_fringe_bitmap): New functions.
7636         (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
7637         Use destroy_fringe_bitmap.  Remove symbol from Vfringe_bitmaps and
7638         clear its fringe property.
7639         (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
7640         Fdestroy_fringe_bitmap.
7641         (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
7642         bitmap symbol; remove WHICH arg.  Add symbol to Vfringe_bitmaps
7643         and set fringe property.  Signal error if no free slots.
7644         (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
7645         (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
7647         * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
7648         symbols with a fringe property.
7650 2004-09-27  Kim F. Storm  <storm@cua.dk>
7652         * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
7653         Doc fix.  Format may now be a symbol or alist, not a cons.
7655         * fringe.c (update_window_fringes): Handle new formats of
7656         indicate-buffer-boundaries (symbol or alist).  No longer
7657         allow a simple cons.
7658         (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
7660 2004-09-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7662         * config.in: Rebuild.
7664 2004-09-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7666         * config.in: Rebuild.
7668         * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
7670 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7672         * xterm.c (x_term_init): Work around a bug in some X servers.
7674 2004-09-18  Richard M. Stallman  <rms@gnu.org>
7676         * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
7678         * xdisp.c (try_window_reusing_current_matrix):
7679         Handle the case where we reach the old displayed text,
7680         out of sync with the old line boundary.
7682 2004-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * fileio.c (Finsert_file_contents): Fix case of replacement in a
7685         narrowed buffer.
7687 2004-09-14  Kim F. Storm  <storm@cua.dk>
7689         * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
7691         * xfaces.c (Qface_no_inherit): New var.
7692         (syms_of_xfaces): Intern and staticpro it.
7693         (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
7694         (Finternal_copy_lisp_face, update_face_from_frame_parameter):
7695         Don't increment face_change_count when face has non-nil
7696         face-no-inherit property.
7698 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7700         * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
7701         (Fbyte_code): Remove dead code after `wrong_type_argument'.
7703         * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
7704         before doing the mark_stack_check_gcpros since they're not on the stack.
7706 2004-09-12  Kim F. Storm  <storm@cua.dk>
7708         * editfns.c (Fformat): Handle format strings with multiple text
7709         properties.  Reverse text property list from the format string,
7710         so the positions are in increasing order.
7712 2004-09-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7714         * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
7715         x_uncatch_errors so that possible protocol errors are delivered.
7717 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
7719         * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
7720         blockinput.h.
7721         (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
7722         charset.h, and coding.h
7723         (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
7724         (term.o): Depend on window.h and keymap.h.
7725         (abbrev.o): Depend on syntax.h.
7726         (callint.o): Depend on keymap.h.
7727         (casefiddle.o): Depend on charset.h and keymap.h.
7728         (category.o): Depend on keymap.h.
7729         (coding.o): Depend on dispextern.h.
7730         (cmds.o): Depend on keyboard.h and keymap.h.
7731         (dispnew.o): Depend on indent.h and intervals.h.
7732         (doc.o): Depend on keymap.h.
7733         (editfns.o): Depend on frame.h.
7734         (emacs.o): Depend on dispextern.h.
7735         (fileio.o): Don't depend on ccl.h.
7736         (filelock.o): Depend on charset.h and coding.h.
7737         (frame.o): Depend on w32term.h and macterm.h.
7738         (insdel.o): Depend on region-cache.h.
7739         (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
7740         (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
7741         (search.o): Depend on $(INTERVALS_SRC).
7742         (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
7743         (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
7744         xterm.h, w32term.h, and macterm.h.
7745         (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
7746         w32term.h, and macterm.h.
7747         (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
7748         region-cache.h, xterm.h, w32term.h, and macterm.h.
7749         (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
7750         (data.o): Depend on frame.h.
7751         (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
7752         (print.o): Depend on termchar.h and $(INTERVALS_SRC).
7753         (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
7754         (intervals.o): Depend on keymap.h.
7756         * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
7757         Add debugging print-out to termscript.
7759 2004-09-09  Richard M. Stallman  <rms@gnu.org>
7761         * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
7763 2004-09-08  Richard M. Stallman  <rms@gnu.org>
7765         * window.c (Fset_window_buffer): Doc fix.
7767         * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
7769 2004-09-08  Dan Nicolaescu  <dann@ics.uci.edu>
7771         * minibuf.c (history_delete_duplicates): New variable.
7772         (read_minibuf): Use it.
7773         (syms_of_minibuf): Create the corresponding lisp variable.
7775 2004-09-08  Kim F. Storm  <storm@cua.dk>
7777         * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
7778         overlay just before point.
7780 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
7782         * buffer.h (struct buffer): Add auto_save_file_format field.
7783         * buffer.c (reset_buffer, init_buffer_once):
7784         Handle auto_save_file_format field.
7785         (syms_of_buffer): Add DEFVAR_PER_BUFFER for
7786         `buffer-auto-save-file-format'.
7787         * fileio.c: Delete declaration for removed Vauto_save_file_format.
7788         (build_annotations): Adapt to replacement of
7789         `auto-save-file-format' with the new buffer-local variable
7790         `buffer-auto-save-file-format'.
7791         (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
7793 2004-09-07  Jason Rumney  <jasonr@gnu.org>
7795         * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
7797         * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
7798         Handle Unicode menu titles.
7800 2004-09-07  Kim F. Storm  <storm@cua.dk>
7802         * xdisp.c (set_cursor_from_row): Fix last change.  Only use 'cursor'
7803         property from text property or overlay strings at point.
7805 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7807         * xmenu.c (update_submenu_strings): YAILOM.
7808         (set_frame_menubar): Make sure last_i is initialized.
7810 2004-09-03  Jason Rumney  <jasonr@gnu.org>
7812         * w32menu.c (_widget_value): Add lname and lkey.
7813         (digest_single_submenu): Set lname and lkey in widget_value
7814         instead of name and key.
7815         (update_submenu_strings): New function.
7816         (set_frame_menubar): Remove call to inhibit_garbage_collection,
7817         call update_submenu_strings.
7819         * w32menu.c (globals_of_w32menu): Check for Unicode API.
7820         (digest_single_submenu, w32_menu_show): Encode menu strings as
7821         UTF-8 if Unicode API is available.
7822         (utf8to16): New function.
7823         (add_menu_item): Use it when calling Unicode API.
7825 2004-09-03  Kim F. Storm  <storm@cua.dk>
7827         * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
7828         in overlay or text-property strings; set cursor on corresponding
7829         glyph rather than at end of the string.
7831 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7833         * macfns.c (x_real_positions): Save the current window port and
7834         set a new one before obtaining the global coordinate.
7835         Use FRAME_MAC_WINDOW.
7836         (x_set_name, x_set_title): Encode title to UTF8.
7837         Use SetWindowTitleWithCFString.
7838         (Fx_server_version): Get correct OS version.
7840         * macmenu.c (add_menu_item): Remove unused variable `i'.
7841         Don't let separator items destroy refence constants of other menu items.
7843         * macterm.c (x_update_end): Move SetPortWindowPort to inside
7844         BLOCK_INPUT.
7845         (x_set_offset): Use FRAME_MAC_WINDOW.
7847         * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
7848         nontext_cursor if it is on a scroll bar.
7850         * s/darwin.h (LIBS_CARBON): New define to specify libraries for
7851         Carbon support.
7852         (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
7853         Use LIBS_CARBON.
7855 2004-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7857         * xfns.c (x_set_name_internal): New function.  Check if we shall call
7858         xfree before ENCODE_UTF_8.
7859         (x_set_name, x_set_title): Call x_set_name_internal.
7861 2004-08-31  NAKAMURA Toshikazu  <nr-tkz@nifty.com>  (tiny change)
7863         * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
7864         reload it.
7866 2004-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7868         * macmenu.c (_widget_value): Add lname and lkey.
7869         (single_submenu): Set lname and lkey in widget_value
7870         instead of name and key.
7871         (update_submenu_strings): New function.
7872         (set_frame_menubar): Remove call to inhibit_garbage_collection,
7873         call update_submenu_strings.
7875         * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
7876         instead of name and key.
7877         (update_submenu_strings): New function.
7878         (set_frame_menubar): Remove call to inhibit_garbage_collection,
7879         call update_submenu_strings.
7881         * gtkutil.h (_widget_value): Added lname and lkey.
7883 2004-08-30  Steven Tamm  <steventamm@mac.com>
7885         * macmenu.c (mac_menu_show): Remove shadowing of menu variable
7886         by using different names for inner loop variables.
7888 2004-08-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7890         * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
7891         from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
7893         * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
7894         tool bar items is 0.
7896 2004-08-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7898         * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
7899         strings in menu items.
7900         (single_submenu): Use ENCODE_MENU_STRING
7901         (mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
7902         button release isn't passed to event loop
7903         (add_menu_item): Use SetMenuItemWithCFString
7905 2004-08-26  Steven Tamm  <steventamm@mac.com>
7907         * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
7908         tool-bar/menu click.
7909         * macfns.c (Fx_file_dialog): Implement using NavServices.
7911 2004-08-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7913         * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
7915         * xfns.c (x_window_to_frame, x_any_window_to_frame)
7916         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
7917         (x_top_window_to_frame): Return 0 if wdesc is None.
7919 2004-08-22  Richard M. Stallman  <rms@gnu.org>
7921         * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
7922         HAVE_TERMIOS]: If there's no char for this signal, drop through
7923         and use system calls.
7925         * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
7927 2004-08-20  Kim F. Storm  <storm@cua.dk>
7929         * process.c (wait_reading_process_output): Rename from
7930         wait_reading_process_input.  All uses changed.
7931         (wait_reading_process_output_1): Rename from
7932         wait_reading_process_input_1.  All uses changed.
7934         * dispnew.c (Fsleep_for): Remove obsolete code.
7936 2004-08-20  Kenichi Handa  <handa@m17n.org>
7938         * syntax.c (skip_chars): Fix for unibyte case.
7940 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7942         * syntax.c (char_quoted): Mixup byte/char pos.
7943         (back_comment): Fixup globals in all cases.
7945 2004-08-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7947         * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
7948         passing it to gtk_window_set_title.
7950 2004-08-19  Kim F. Storm  <storm@cua.dk>
7952         * process.c (wait_reading_process_input): Clean up.
7953         Add wait_for_cell, wait_proc, and just_wait_proc args
7954         to avoid overloading `read_kbd' and `do_display' args.
7955         Change read_kbd arg to int.  All callers changed.
7957         * process.c (process_send_signal): Use CDISABLE.
7959         * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
7961 2004-08-18  Kim F. Storm  <storm@cua.dk>
7963         * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
7964         forward to wait_reading_process_input via DO_DISPLAY arg.
7965         (wait_reading_process_input): If DO_DISPLAY < 0 for a process
7966         object, only process output from that process; also inhibit
7967         running timers if DO_DISPLAY==-2.
7969 2004-08-17  Kim F. Storm  <storm@cua.dk>
7971         * process.c (process_send_signal): Fix last change--use
7972         _POSIX_VDISABLE instead of CVDISABLE when available.
7974 2004-08-16  Richard M. Stallman  <rms@gnu.org>
7976         * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
7977         Set VQUIT and VINTR chars to the standard ones if they are unset.
7978         [AIX]: Don't do that here.  And don't force VINTR to standard
7979         when SIGNALS_VIA_CHARACTERS.
7981         * process.c (process_send_signal)
7982         [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
7983         Do nothing if the character is CVDISABLE.
7985         * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
7987         * intervals.c (move_if_not_intangible):
7988         Force POSITION to be between BEGV and ZV.
7990 2004-08-14  John Paul Wallington  <jpw@gnu.org>
7992         * buffer.c (Frestore_buffer_modified_p): Doc fix.
7994         * fileio.c (Fread_file_name): Doc fix.
7996         * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
7998 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8000         * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
8002 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8004         * keyboard.c: Declare Qdisabled_command_function instead of
8005         Qdisabled_command_hook.
8006         (Fcommand_execute): Use Qdisabled_command_function instead of
8007         Qdisabled_command_hook.
8008         (syms_of_keyboard): Ditto.
8010 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>
8012         * keymap.c (Flocal_key_binding, Fglobal_key_binding)
8013         (syms_of_keymap) <key-translation-map>: Doc fixes.
8015 2004-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8017         * window.c (window_list_1): YAILOM.
8019         * fileio.c (make_temp_name): Handle multibyte prefixes.
8021 2004-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8023         * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
8024         Doc fix.
8026 2004-08-03  Kenichi Handa  <handa@m17n.org>
8028         * coding.c (decode_coding_string): Adjust coding->consumed, and
8029         etc. with shrinked_bytes.
8031 2004-08-03  Kim F. Storm  <storm@cua.dk>
8033         * indent.c (compute_motion): Fix check for full width window
8034         in non-window case.  Do not count left truncation glyph on
8035         window systems.
8037 2004-08-02  Luc Teirlinck  <teirllm@auburn.edu>
8039         * data.c (Finteractive_form): Doc fix.
8041 2004-08-02  Kim F. Storm  <storm@cua.dk>
8043         * indent.c (compute_motion): Use actual window width if WIDTH is -1,
8044         properly accounting for continuation glyph on non-window systems.
8045         (Fcompute_motion): Use actual window width if WIDTH is nil, and
8046         actual window width/height if TOPOS is nil, properly accounting for
8047         continuation glyphs on non-window systems, and optional header lines.
8048         (vmotion): Let compute_motion calculate actual window width.
8050         * window.c (window_scroll_line_based): Let compute_motion
8051         calculate actual window width.
8053 2004-08-02  Kim F. Storm  <storm@cua.dk>
8055         * process.c (read_process_output): Use whole read buffer.
8056         Don't trigger adaptive read buffering on errors.
8058 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
8060         * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
8062         * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
8064         * callint.c (Fcall_interactively): Doc fix.
8066 2004-07-30  Richard M. Stallman  <rms@gnu.org>
8068         * abbrev.c (Fexpand_abbrev): Undo previous change.
8070 2004-07-30  Kim F. Storm  <storm@cua.dk>
8072         * editfns.c (Fformat): Allocate extra (dummy) element in info.
8074 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
8076         * eval.c (Fdefvar, Fdefconst): Doc fixes.
8078 2004-07-27  Kim F. Storm  <storm@cua.dk>
8080         * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
8081         we have ensured that the glyph fits on the current line (or returned
8082         MOVE_LINE_CONTINUED otherwise).
8084 2004-07-26  Kim F. Storm  <storm@cua.dk>
8086         * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
8087         is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
8088         if target position is at end of display line but char is not a newline.
8090 2004-07-25  Richard M. Stallman  <rms@gnu.org>
8092         * window.c (coordinates_in_window): Return ON_SCROLL_BAR
8093         instead of ON_VERTICAL_BORDER, when on scroll bar.
8094         (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
8096         * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
8098         * window.c (Fcoordinates_in_window_p):
8099         Take account of FRAME_INTERNAL_BORDER_WIDTH.
8101         * alloc.c (check_cons_list): New function (contents commented out).
8103 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
8105         * xfaces.c (Fcolor_supported_p): Doc fix.
8107         * frame.c (Fselect_frame, Fset_frame_selected_window)
8108         (Fframe_visible_p, Fraise_frame): Doc fixes.
8110 2004-07-24  Richard M. Stallman  <rms@gnu.org>
8112         * keyboard.h (not_single_kboard_state): Declare.
8114         * fileio.c (Fwrite_region): Doc fix.
8116         * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
8118         * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
8119         only when a real abbrev is present.
8121         * xfns.c (x_icon_verify): New function.
8122         (Fx_create_frame): Use it.
8124 2004-07-22  Barry Fishman  <barry_fishman@att.net>  (tiny change)
8126         * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
8128 2004-07-21  Kim F. Storm  <storm@cua.dk>
8130         * window.h (struct glyph_matrix): New members nrows_scale_factor
8131         and ncols_scale_factor.
8133         * window.c (make_window): Initialize nrows_scale_factor and
8134         ncols_scale_factor members.
8136         * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
8137         (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
8138         (required_matrix_height): Apply nrows_scale_factor.
8139         (required_matrix_width): Apply ncols_scale_factor.
8141         * xdisp.c (display_line): Increment nrows_scale_factor and set
8142         fonts_changed_p if past last allocated row.
8143         (append_glyph, append_composite_glyph, produce_image_glyph)
8144         (append_stretch_glyph): Increment ncols_scale_factor and set
8145         fonts_changed_p if current area is full.
8147 2004-07-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8149         * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
8151 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
8153         * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
8154         (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
8155         (Fset_window_start, Fscroll_up, Fscroll_down)
8156         (Fother_window_for_scrolling, Fscroll_other_window)
8157         (Fsave_window_excursion, Fset_window_vscroll)
8158         (syms_of_window) <window-size-fixed>: Doc fixes.
8160 2004-07-19  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
8162         * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
8163         ENCODE_SYSTEM for filenames.
8165 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8167         * mac.c (sys_select): Block input around call to
8168         ReceiveNextEvent to prevent breakage.  Correctly handle
8169         blocking on event queue only by calling ReceiveNextEvent
8170         instead of select (since GUI events aren't on an fd).
8171         (sys_read): Remove function
8172         * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
8174 2004-07-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8176         * mac.c (sys_select): Redo sys_select to use alarm-based
8177         polling instead of 1 sec timeouts (like solaris).
8179         * macterm.c (x_make_frame_visible): Comment in polling on
8180         frame creation.
8182         * keyboard.c: Undef SIGIO on Carbon
8184         * atimer.c (alarm_signal_handler): Call alarm handlers after
8185         scheduling.
8187         * eval.c (Feval): Remove quit_char test
8189         * process.c (wait_reading_process_input): Remove clearing
8190         stdin for select call on process input.
8192 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
8194         * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
8195         capitalization error in docstring.
8197 2004-07-17  Juanma Barranquero  <lektu@terra.es>
8199         * keyboard.c (not_single_kboard_state): Do nothing unless
8200         MULTI_KBOARD is defined.
8202 2004-07-17  Richard M. Stallman  <rms@gnu.org>
8204         * window.c (coordinates_in_window): Inside the window but outside
8205         its box to the L or R, return ON_VERTICAL_BORDER.
8206         (window_list_1): Rotate the list to start with WINDOW.
8208         * print.c (print_preprocess): Test for print_depth at limit
8209         before entering in being_printed.
8211         * keyboard.c (not_single_kboard_state): New function.
8212         (stuff_buffered_input): Now no-op only if no SIGTSTP.
8214         * frame.c (Fdelete_frame): If we're in single_bboard_state on
8215         this kboard, and we delete its last frame, go to any_kboard_state.
8217         * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
8219 2004-07-15  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
8221         * w32fns.c (Fx_file_dialog): Encode strings in system coding
8222         system before passing them to OS functions for display.
8224 2004-07-15  David Kastrup  <dak@gnu.org>
8226         * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
8227         Apparently fixes an abort condition.
8229 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
8231         * fileio.c (Fvisited_file_modtime): Return a list of two integers,
8232         instead of a cons.
8234 2004-07-14  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
8236         * keyboard.c (echo_dash): Do nothing if there already is a dash
8237         at the end of the echo string.
8239 2004-07-12  Kim F. Storm  <storm@cua.dk>
8241         * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
8242         if GC_MARK_STACK.
8244 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
8246         * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
8248         * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
8249         (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
8250         (Freplace_buffer_in_windows, Fset_window_buffer)
8251         (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
8252         (syms_of_window): Expand docstring of `display-buffer-function'.
8254 2004-07-09  Luc Teirlinck  <teirllm@auburn.edu>
8256         * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
8257         (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
8258         that time values of the type (HIGH . LOW) are considered obsolete.
8260 2004-07-06  Luc Teirlinck  <teirllm@auburn.edu>
8262         * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
8263         docstring.
8265         * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
8267 2004-07-06  John Paul Wallington  <jpw@gnu.org>
8269         * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
8271         * fns.c (Fclear_string): Signal an error if STRING is not a string.
8273 2004-07-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8275         * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
8276         instead of CGMainDisplayID (only in OSX 10.2 and later).
8278 2004-07-04  John Paul Wallington  <jpw@gnu.org>
8280         * fileio.c (read_file_name_completion_ignore_case): New variable.
8281         (syms_of_fileio): Declare and initialise it.
8282         (Fread_file_name): Bind `completion-ignore-case' to respect it.
8284 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
8286         * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
8287         for event.x and event.y.
8289 2004-07-01  Kenichi Handa  <handa@m17n.org>
8291         * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
8292         after getting a new string by pre-write-conversion.
8294 2004-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8296         * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
8297         (x_calc_absolute_position): Remove unused var `child'.
8299         * xfaces.c (x_supports_face_attributes_p)
8300         (Fdisplay_supports_face_attributes_p): YAILOM.
8301         (tty_supports_face_attributes_p): Remove unused var `i'.
8303         * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
8304         back_unibyte_ok.
8306         * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
8308         * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
8310         * Makefile.in (${etc}DOC): Fix file name of make-docfile.
8312 2004-06-30  Andreas Schwab  <schwab@suse.de>
8314         * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
8315         (Finit_image_library): Pass LIBRARIES through to
8316         CHECK_LIB_AVAILABLE.  Declare parameters.  Doc fix.
8317         (lookup_image_type): Pass Qnil as second argument to
8318         Finit_image_library.
8320         * lisp.h (Finit_image_library): Declare.
8322 2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8324         * macterm.c (do_window_activate, do_window_deactivate): Remove.
8325         (XTread_socket): Send mouse button events to the toolbox
8326         dispatcher even when the mouse is grabbed.  Don't process window
8327         activate events for non-Emacs windows.  Replace function calls to
8328         do_window_activate and do_window_deactivate with their contents.
8329         Reset mouse grabbing status when a window is deactivated.
8331 2004-06-29  Steven Tamm  <steventamm@mac.com>
8333         * macterm.c (mac_get_emulated_btn)
8334         (mac_event_to_emacs_modifiers): Fix emulated mouse button
8335         support to correctly mask out modifiers.
8337 2004-06-29  David Kastrup  <dak@gnu.org>
8339         * search.c (Fset_match_data): Allow buffer before end of list
8340         which can happen if set-match-data is using a pre-consed list.
8342 2004-06-28  Steven Tamm  <steventamm@mac.com>
8344         * macterm.c (XTread_socket): Correctly set the frame position
8345         after the window is moved.
8347 2004-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8349         * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
8350         gpix and gmask just before return to avoid memory leak.
8351         (xg_get_image_for_pixmap): Add workaround for monochrome displays
8352         so insensitive and activated icons look ok.
8354 2004-06-27  Jason Rumney  <jasonr@gnu.org>
8356         * w32fns.c (file_dialog_callback): Disable edit control if set
8357         to directories only on CDN_INITDONE message.
8358         (Fx_file_dialog): Default to directories only when prompt starts
8359         with "Dired".
8361 2004-06-25  Kim F. Storm  <storm@cua.dk>
8363         * alloc.c (allocate_misc): Update total_free_markers.
8364         (free_misc): New function.
8365         (safe_alloca_unwind, free_marker): Use it.
8367         * lisp.h (free_misc): Add prototype.
8369         * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
8371 2004-06-24  Richard M. Stallman  <rms@gnu.org>
8373         * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
8374         (syms_of_emacs): Lisp variables deleted.
8376 2004-06-23  David Kastrup  <dak@gnu.org>
8378         * search.c (Freplace_match): Adjust the match-data more thoroughly
8379         when replacing strings in the buffer.
8380         (Fmatch_data): When INTEGERS is non-nil and the last match was in
8381         a buffer, add the buffer as last element to the match data.
8382         (Fset_match_data): If an additional element of the match-data is a
8383         buffer, restore it to last_thing_searched.
8384         (save_search_regs): Save last_thing_searched as part of the match data.
8385         (restore_match_data): Restore it again.
8387 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
8389         * keymap.c (Ftext_char_description): Doc fix.
8390         * doc.c (Fsnarf_documentation): Doc fix.
8392 2004-06-22  Kim F. Storm  <storm@cua.dk>
8394         * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
8396         * lisp.h (struct Lisp_Save_Value): New member dogc.
8397         (SAFE_ALLOCA_LISP): Change second arg to number of elements.
8398         Set dogc member in Lisp_Save_Value object so it will be GC'ed.
8399         (SAFE_FREE_LISP): New macro.
8401         * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
8402         (make_save_value): Init new dogc member.
8403         (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
8405         * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
8406         SAFE_FREE_LISP macros.
8408 2004-06-22  Kim F. Storm  <storm@cua.dk>
8410         * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
8411         Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
8412         in that memory area are unknown to GC.  Add comments.
8414         * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
8416 2004-06-21  Kim F. Storm  <storm@cua.dk>
8418         * lisp.h (MAX_ALLOCA): Define here.
8419         (safe_alloca_unwind): Add prototype.
8420         (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
8422         * alloc.c (safe_alloca_unwind): New function.
8424         * casefiddle.c (casify_object): Use SAFE_ALLOCA.
8426         * charset.c (Fstring): Use SAFE_ALLOCA.
8428         * coding.c (MAX_ALLOCA): Remove define.
8430         * data.c (MAX_ALLOCA): Remove define.
8431         (Faset): Use SAFE_ALLOCA.
8433         * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
8435         * fns.c (string_make_multibyte, string_to_multibyte)
8436         (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
8437         (MAX_ALLOCA): Remove define.
8438         (Fbase64_encode_region, Fbase64_encode_string)
8439         (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
8440         (Fbase64_encode_region, Fbase64_encode_string): Fix potential
8441         memory leak if encoding fails.
8443         * xdisp.c (add_to_log): Use SAFE_ALLOCA.
8445 2004-06-21  Eli Zaretskii  <eliz@gnu.org>
8447         * print.c (Fwith_output_to_temp_buffer): Doc fix.
8449 2004-06-20  Richard M. Stallman  <rms@gnu.org>
8451         * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
8453         * search.c (match_limit): Cleaner err msg when no match data available.
8455         * window.c (syms_of_window): Doc fix.
8457         * keyboard.c (command_loop_1): Handle values `only' and `identity'
8458         for Vtransient_mark_mode.
8460         * buffer.c (syms_of_buffer): Doc fix.
8462 2004-06-21  David Kastrup  <dak@gnu.org>
8464         * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
8465         and unbinding of `case-fold-search' according to
8466         `completion-ignore-case' around calls of string-match and
8467         predicates, respectively.  Should give satisfactory performance
8468         in all relevant cases.
8470 2004-06-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8472         * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
8473         clip_x/y_origin.
8475         * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
8477         * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
8479         * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
8480         on Mac OSX.
8482 2004-06-16  Luc Teirlinck  <teirllm@auburn.edu>
8484         * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
8486 2004-06-16  Kim F. Storm  <storm@cua.dk>
8488         * dispextern.h (Vimage_types): Remove extern.
8490 2004-06-16  Miles Bader  <miles@gnu.org>
8492         * image.c (lookup_image_type): Initialize image type if necessary.
8494 2004-06-15  Kim F. Storm  <storm@cua.dk>
8496         * xdisp.c (try_cursor_movement): Exclude header line from scroll
8497         margin at top of window.
8498         (try_window_reusing_current_matrix): Calculate proper cursor position
8499         after scrolling up with non-zero scroll margin, as the old cursor
8500         position corresponds to value of PT before executing this command.
8501         (try_window_id): Consider scroll margin at bottom of window too;
8502         otherwise we fail to scroll when hl-line-mode is enabled.
8504         * syntax.c (skip_chars): Only recognize [:class:] when it has the
8505         proper format and class is a lower-case word.
8507 2004-06-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8509         * gtkutil.c (xg_get_image_for_pixmap): New function.
8510         (xg_get_gdk_pixmap_and_mask): Remove.
8511         (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
8512         xg_get_gdk_pixmap_and_mask.
8514         * xterm.h (struct x_display_info): Typo in comment fixed.
8516 2004-06-14  Juanma Barranquero  <lektu@terra.es>
8518         * dispextern.h (Vimage_types): Make it conditional on
8519         HAVE_WINDOW_SYSTEM.
8521         * image.c (Vimage_types): Move from xdisp.c.
8522         (Vimage_type_cache): New variable.
8523         (define_image_type): New argument indicating whether an image
8524         library was loaded; cache loaded status and return t on success,
8525         nil otherwise.
8526         (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
8527         (w32_delayed_load): New function to load an image library from a
8528         list of possible filenames.
8529         (init_xpm_functions, init_png_functions, init_jpeg_functions)
8530         (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
8531         (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
8532         (Finit_image_library): New function, extracted from `init_image'.
8533         Try to initialize an image library on demand and cache whether we
8534         were successful or not.
8535         (syms_of_image): Initialize `Vimage_types' and
8536         `Vimage_type_cache'.  Add recognized image types to Vimage_types.
8537         Export `init-image-library'.
8538         (init_image): Remove initialization of all image types, except xbm
8539         and pbm.
8541         * xdisp.c (Vimage_types): Delete (moved to image.c).
8543 2004-06-14  Andreas Schwab  <schwab@suse.de>
8545         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
8546         Avoid calling specbind when completion-regexp-list is empty.
8548 2004-06-13  Richard M. Stallman  <rms@gnu.org>
8550         * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
8551         (re_wctype, re_iswctype, re_wctype_to_bit):
8552         Non-function definitions moved here from regex.c.
8554         * regex.c (re_wctype, re_iswctype): Function defs longer static.
8555         (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
8556         (re_wctype, re_iswctype, re_wctype_to_bit):
8557         Non-function definitions moved to regex.h.
8559         * window.c (Fselect_window): Doc fix.
8561         * syntax.c: Include regex.h.
8562         (skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
8563         If requested, make a list of classes, then check the scanned
8564         chars for membership in them.
8565         (in_classes): New function.
8566         Doc fix.
8568         * keyboard.c (cmd_error): Don't call any_kboard_state
8569         if inside a recursive edit level.
8571 2004-06-13  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
8573         * keyboard.c (command_loop): Call any_kboard_state before
8574         command_loop_2 when at top level.
8576 2004-06-13  Andreas Schwab  <schwab@suse.de>
8578         * print.c (print_object): Always use %ld for printing EMACS_INT.
8580         * keyboard.c (cancel_hourglass_unwind): Return a value.
8581         (modify_event_symbol): Always use %ld for printing EMACS_INT.
8582         (Fexecute_extended_command): Likewise.
8584         * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
8585         avoid clashes.
8586         (SYNTAX): Likewise.
8587         (SYNTAX_WITH_FLAGS): Likewise.
8588         (SYNTAX_MATCH): Likewise.
8590         * syntax.c (char_quoted): Avoid warning about undefined operation.
8591         (find_defun_start): Likewise.
8592         (scan_lists): Likewise.
8593         (INC_FROM): Likewise.
8594         (scan_sexps_forward): Likewise.
8596         * image.c: Include <ctype.h>.
8598         * xfaces.c (face_attr_equal_p): Declare parameters.
8600 2004-06-13  Kenichi Handa  <handa@m17n.org>
8602         * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
8604 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
8606         * eval.c (Fdefun): Signal an error if NAME is not a symbol.
8608 2004-06-12  Kenichi Handa  <handa@m17n.org>
8610         * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
8611         ccl_prog_stack_struct and update it.
8612         (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
8613         (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
8614         ccl->eof_ic on EOF.
8615         (ccl_debug_hook): New function.
8616         (struct ccl_prog_stack): New member eof_ic.
8617         (ccl_driver): Handle EOF in subrountine call correctly.
8619 2004-06-11  Kenichi Handa  <handa@m17n.org>
8621         * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
8623 2004-06-11  Kim F. Storm  <storm@cua.dk>
8625         * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
8627 2004-06-11  Juanma Barranquero  <lektu@terra.es>
8629         * keyboard.c (Fposn_at_point): Doc fix.
8631 2004-06-11  David Kastrup  <dak@gnu.org>
8633         * search.c (match_limit): Don't flag an error if match-data
8634         exceeding the allocated search_regs.num_regs gets requested, just
8635         return Qnil.
8637 2004-06-08  Miles Bader  <miles@gnu.org>
8639         * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
8641 2004-06-07  Juanma Barranquero  <lektu@terra.es>
8643         * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
8644         (Fcurrent_time_string, Fcurrent_time_zone)
8645         (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
8647 2004-06-07  Miles Bader  <miles@gnu.org>
8649         * xfaces.c (struct named_merge_point): New type.
8650         (push_named_merge_point): New function.
8651         (merge_named_face): New function.
8652         (merge_face_ref, face_at_buffer_position, face_at_string_position):
8653         Use `merge_named_face'.
8654         (merge_face_inheritance): Function removed.
8655         (merge_face_ref): Rename from `merge_face_vector_with_property'.
8656         Add new `err_msgs' and `named_merge_points' args.  Return error
8657         status.  Only print error messages if ERR_MSGS is true.  Don't try to
8658         do :inherit attribute validation.
8659         (merge_face_heights): Handle `unspecified' in both directions.
8660         (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
8661         Call `merge_face_ref' instead of `merge_face_inheritance'.
8662         (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
8663         (compute_char_face, face_at_buffer_position)
8664         (face_at_string_position): Call `merge_face_ref' instead of
8665         `merge_face_vector_with_property'.
8667 2004-06-07  Kenichi Handa  <handa@m17n.org>
8669         * coding.c (find_safe_codings): Check NILP (safe_codings) only at
8670         the necessary places.
8672 2004-06-07  Kim F. Storm  <storm@cua.dk>
8674         * process.c (Fdelete_process): Undo 2004-05-28 change.
8675         Instead, call status_notify also for network process.
8676         (status_message): Use process instead of status as arg.
8677         Give messages "deleted" or "connection broken by remote peer" for
8678         an exited network process.
8679         (status_notify): Change call to status_message.
8680         (read_process_output): Increase readmax to 4096.  Do not increase
8681         buffer size for datagram channels (default is now large enough).
8683 2004-06-06  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
8685         * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
8686         problem due to newly defined variable.
8688 2004-06-06  Miles Bader  <miles@gnu.org>
8690         * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
8691         immediately if non-interactive or not initialized.
8693 2004-06-05  Richard M. Stallman  <rms@gnu.org>
8695         * minibuf.c (Fcompleting_read): Doc fix.
8697 2004-06-05  Andreas Schwab  <schwab@suse.de>
8699         * macfns.c (x_create_tip_frame): Fix declaration after statement.
8701 2004-06-05  Juanma Barranquero  <lektu@terra.es>
8703         * keymap.c (Fdescribe_vector): Fix docstring.
8704         (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
8706 2004-06-05  Miles Bader  <miles@gnu.org>
8708         * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
8709         attributes have different values than the default face.
8711 2004-06-04  Eli Zaretskii  <eliz@gnu.org>
8713         * xfaces.c (x_supports_face_attributes_p): Make this function
8714         conditional on HAVE_WINDOW_SYSTEM.
8715         (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
8716         Don't call x_supports_face_attributes_p if it was not compiled in.
8718 2004-06-04  Miles Bader  <miles@gnu.org>
8720         * xfaces.c (tty_supports_face_attributes_p): New function, mostly
8721         from Ftty_supports_face_attributes_p.
8722         (x_supports_face_attributes_p): New function.
8723         (Ftty_supports_face_attributes_p): Function deleted.
8724         (Fdisplay_supports_face_attributes_p): New function.
8725         (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
8726         (face_attr_equal_p): New function.
8727         (lface_equal_p): Use it.
8729 2004-06-03  Juanma Barranquero  <lektu@terra.es>
8731         * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
8732         (Vw32_color_map): Fix typo in docstring.
8733         (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
8734         (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
8735         Make argument names match their use in docstring.
8737 2004-06-02  Juanma Barranquero  <lektu@terra.es>
8739         Work around bugs/problems with MinGW builds of graphics libraries
8740         called from MSVC builds of Emacs.
8742         * image.c (lookup_image): Make pointer to img static.
8743         (png_read_from_memory): Disable "global" optimization.
8745 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8747         * eval.c (Fcondition_case): Fix usage.  Simplify.
8749         * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
8751 2004-05-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8753         * macfns.c: Don't include ccl.h.
8754         [MAC_OSX]: Don't include QuickTime/QuickTime.h.
8755         [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
8756         TextUtils.h.
8757         (Fx_create_frame): Sync with xfns.c.  Initialize cursor descriptors.
8758         (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
8759         display height/width.
8760         (compute_tip_xy, Vx_max_tooltip_size): Declare.
8761         (unwind_create_tip_frame, compute_tip_xy): New functions.
8762         (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
8763         (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
8764         and last_show_tip_args.
8766         * macgui.h [!MAC_OSX]: Include Gestalt.h.
8767         (Cursor, No_Cursor): New defines.
8768         [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
8769         [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
8771         * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
8773         * macterm.c: Don't include Gestalt.h.
8774         (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
8775         (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
8776         (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
8777         (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
8778         (mac_copy_area, mac_copy_area_with_mask, x_update_end)
8779         (construct_mouse_click, XTmouse_position)
8780         (x_scroll_bar_report_motion, x_calc_absolute_position)
8781         (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
8782         (XTread_socket, make_mac_frame): Use SetPortWindowPort.
8783         (note_mouse_movement): Clear the mouse face and reset the pointer
8784         shape when the pointer goes outside the frame without grabbing.
8785         (mac_front_window): New function.
8786         (mac_window_to_frame): New macro.
8787         (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
8788         (do_window_activate, do_window_deactivate, do_app_resume)
8789         (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
8790         (do_zoom_window, mac_do_receive_drag, XTread_socket)
8791         (mac_check_for_quit_char): Use mac_front_window and/or
8792         mac_window_to_frame.
8793         (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
8794         scroll-bar click event.
8795         (mac_define_frame_cursor): Change the pointer shape.
8796         (x_free_frame_resources): Reset tip_window to NULL when it is
8797         disposed of.
8798         [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
8799         [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
8800         (do_window_update): Don't do anything if the updated window is the
8801         tooltip window.
8802         (do_mouse_moved): Handle mouse movement events here (previously in
8803         XTread_socket).  Clear the mouse face if
8804         dpyinfo->mouse_face_hidden is set.
8805         (do_os_event, do_events): Remove (now in XTread_socket).
8806         (XTread_socket): Immediately return if interrupt_input_blocked.
8807         Loop until all the events in the queue are processed.
8808         Rearrange codes for mouse grabbing.  Add tooltip support.  Include the
8809         contents of do_os_event and do_events.  Remove mouse movement
8810         handling (now in do_mouse_moved).  Add the case where
8811         Vmouse_highlight has an integer value.
8812         (NewMacWindow): Remove.
8813         (make_mac_frame): Do what NewMacWindow previously did.  Don't do
8814         excess initializations.
8815         (make_mac_terminal_frame): Previous initializations in
8816         make_mac_frame are moved here.
8817         (mac_initialize_display_info):
8818         Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
8820         * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
8821         (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
8823 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8825         * lisp.h (truncate_undo_list): Update decl.
8827         * alloc.c (undo_outer_limit): New variable.
8828         (syms_of_alloc): Defvar it.
8829         (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
8831         * undo.c (truncate_undo_list): New arg LIMITSIZE.
8833         * alloc.c (lisp_align_malloc): Check for base == 0
8834         regardless of HAVE_POSIX_MEMALIGN.
8835         Clean up HAVE_POSIX_MEMALIGN handling of `err'.
8837 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         * alloc.c: Undo Kim's recent changes and fix the same bug differently.
8840         (marker_blocks_pending_free): Remove.
8841         (Fgarbage_collect): Sweep after cleaning up undo-lists.
8842         Mark the undo lists after claning them up.
8843         Don't free block in marker_blocks_pending_free.
8844         (mark_buffer): Don't mark undo_list.
8845         (gc_sweep): Sweep hash-tables and strings first.
8846         Do free marker blocks that are empty.
8848 2004-05-28  Jim Blandy  <jimb@redhat.com>
8850         * regex.c (print_partial_compiled_pattern): Add missing 'break'
8851         after 'case wordend'.  For symbeg and symend, print to stderr,
8852         like the other cases.
8854 2004-05-28  Noah Friedman  <friedman@splode.com>
8856         * process.c (Fdelete_process): Do not call remove_process.
8858 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8860         * alloc.c (struct backtrace): Remove.
8861         (Fgarbage_collect): Use the new mark_backtrace.
8863         * eval.c (mark_backtrace): New function.
8865         * minibuf.c (run_exit_minibuf_hook): New function.
8866         (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
8867         (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
8869 2004-05-27  Kim F. Storm  <storm@cua.dk>
8871         * xdisp.c (back_to_previous_visible_line_start): Skip backwards
8872         over display properties, e.g. images, that replace buffer text.
8874 2004-05-25  Kim F. Storm  <storm@cua.dk>
8876         * alloc.c (marker_blocks_pending_free): New var.
8877         (gc_sweep): Store free marker blocks on that list.
8878         (Fgarbage_collect): Free them after undo-list cleanup.
8880         * process.c (wait_reading_process_input): Check connect_wait_mask
8881         before actually accepting connection in case it has already been
8882         accepted due to recursion.
8884 2004-05-23  K\e,Ba\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
8886         * coding.c (Fset_safe_terminal_coding_system_internal):
8887         Set suppress_error in safe_terminal_coding, not terminal_coding.
8889 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8891         * alloc.c (Fmake_string): Doc fix.
8893         * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
8894         and the alist pairs too.
8896         * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
8898         * emacs.c (main): Update copyright year.
8900         * fileio.c (Fread_file_name): Expand DIR if not absolute.
8902         * insdel.c (del_range_2, replace_range): Don't write an anchor
8903         if the gap is empty.
8905         * xdisp.c (try_scrolling): If scroll-up-aggressively or
8906         scroll-down-aggressively is small but positive, put point
8907         near the screen edge.
8909 2004-05-22  Juanma Barranquero  <lektu@terra.es>
8911         * keymap.c (Fdefine_key): Doc fix.
8913 2004-05-22  Kim F. Storm  <storm@cua.dk>
8915         * alloc.c (struct backtrace): Add debug_on_exit member.
8916         (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
8917         Identify those markers as Lisp_Misc_Free objects.  Clear car and cdr of
8918         the removed cons cells.
8919         (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
8920         (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
8921         any cons cells pointing to unallocated stings.
8922         Do not lisp_free any marker blocks, as there may still be pointers
8923         to them from buffer undo lists at this stage of GC.
8925         * keyboard.c (struct backtrace): Add debug_on_exit member.
8926         (Fcommand_execute): Clear it.
8928 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
8930         * intervals.c (lookup_char_property): Do not prematurely return nil.
8932 2004-05-19  Jim Blandy  <jimb@redhat.com>
8934         Add support for new '\_<' and '\_>' regexp operators, matching the
8935         beginning and end of symbols.
8937         * regex.c (enum syntaxcode): Add Ssymbol.
8938         (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
8939         (re_opcode_t): New opcodes `symbeg' and `symend'.
8940         (print_partial_compiled_pattern): Print the new opcodes properly.
8941         (regex_compile): Parse the new operators.
8942         (analyse_first): Skip sym(beg|end) (they match only the empty string).
8943         (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
8944         \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
8945         (re_match_2_internal): Match symbeg and symend.
8947         * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
8949 2004-05-19  Kim F. Storm  <storm@cua.dk>
8951         * .gdbinit (xsymbol): Fix last change.
8953 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * .gdbinit (xprintstr): New fun.
8956         (xstring, xprintsym): Use it.
8958         * w32proc.c (create_child): Use INTMASK.
8960         * alloc.c (Fgarbage_collect): Do all the marking before flushing
8961         unmarked elements of the undo list.
8963 2004-05-18  David Ponce  <david@dponce.com>
8965         * print.c (print): Reset print_depth before to call print_object.
8967 2004-05-18  Jason Rumney  <jasonr@gnu.org>
8969         * w32console.c: Prefix RIF functions with w32con_ to avoid
8970         namespace clash with functions in term.c and w32term.c.
8972         * w32menu.c (add_menu_item, w32_menu_display_help)
8973         [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
8975         * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
8977 2004-05-18  Eli Zaretskii  <eliz@gnu.org>
8979         * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
8981         * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
8982         with make_number.
8983         (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
8984         with XINT.
8986 2004-05-18  Kim F. Storm  <storm@cua.dk>
8988         * blockinput.h (INPUT_BLOCKED_P): New macros.
8990         * keyboard.c (Frecursive_edit): Return immediately if input blocked.
8991         (Ftop_level): Unblock input if blocked.
8993         * buffer.h (GET_OVERLAYS_AT): New macro.
8994         * msdos.c (IT_note_mouse_highlight): Use it.
8995         * textprop.c (get_char_property_and_overlay): Use it.
8996         * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
8997         * xfaces.c (face_at_buffer_position): Use it.
8999         * print.c (print_object): Increase buf size.
9001 2004-05-17  Jason Rumney  <jasonr@gnu.org>
9003         * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
9004         (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
9005         Lisp_Object using i member.
9006         (w32_quit_key): Rename from Vw32_quit_key, and make an int.
9007         (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
9008         consistently.
9010         * w32proc.c (create_child): Use make_number instead of masking pid.
9012         * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
9013         (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
9014         Use EQ to compare Lisp_Objects.
9015         (w32_parse_hot_key): Use int for lisp_modifiers consistently.
9017         * w32term.c (w32_num_mouse_buttons): Rename from
9018         Vw32_num_mouse_buttons and make it an int.
9020         * w32.c (init_environment): Use it.
9022         * w32fns.c (w32_wnd_proc): Likewise.
9024         * w32proc.c (w32_pipe_read_delay): Rename from
9025         Vw32_pipe_read_delay and make it an int.
9027         * w32.c (_sys_read_ahead): Use it.
9029         * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
9031         * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
9033         * w32inevt.c (w32_console_mouse_position, do_mouse_event)
9034         (key_event): Don't mix Lisp_Object and int.
9036         * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
9038         * keyboard.c (kbd_buffer_get_event): Don't use event->code and
9039         modifiers in language change event.
9041 2004-05-17  Kim F. Storm  <storm@cua.dk>
9043         * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
9044         Such objects may be freed markers which still exist on an undo list.
9046 2004-05-16  Juanma Barranquero  <lektu@terra.es>
9048         * data.c (Fset_default): Make argument names match their use in
9049         docstring.
9051 2004-05-15  Andreas Schwab  <schwab@suse.de>
9053         * emacs.c (gdb_array_mark_flag): Define.
9054         * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
9056 2004-05-15  Eli Zaretskii  <eliz@gnu.org>
9058         * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
9059         __attribute__((__aligned__)), so that USE_LSB_TAG would not become
9060         defined for the MS-DOS build.
9062 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
9066 2004-05-14  Kenichi Handa  <handa@m17n.org>
9068         * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
9070 2004-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9072         * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
9073         section to frame.c section.
9074         (Fxw_display_color_p, Fx_file_dialog): Declare if
9075         HAVE_WINDOW_SYSTEM defined.
9077         * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
9079         * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
9081         * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
9082         (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
9083         (XTread_socket): Fix int/Lisp_Object mixup.
9084         (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
9086         * macterm.h (struct frame, struct face, struct image)
9087         (display_x_get_resource, Fx_display_color_p)
9088         (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
9089         Add prototypes.
9091 2004-05-14  Kim F. Storm  <storm@cua.dk>
9093         * process.c (wait_reading_process_input): Make reentrant.
9094         Make Available and Connecting non-static.  Save and restore value
9095         of waiting_for_user_input_p.
9097 2004-05-13  Kim F. Storm  <storm@cua.dk>
9099         * keyboard.c (mark_kboards): Don't mark x and y members
9100         that are overloaded in selection request events.
9102 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9104         * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
9106 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
9108         * window.c (Fdisplay_buffer, Fsplit_window)
9109         (split-height-threshold): Doc fix.
9111 2004-05-13  Juanma Barranquero  <lektu@terra.es>
9113         * xfaces.c (Ftty_supports_face_attributes_p)
9114         (Finternal_copy_lisp_face): Fix typo in docstring.
9115         (Finternal_get_lisp_face_attribute): Fix docstring.
9117 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9119         * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
9121 2004-05-11  Steven Tamm  <steventamm@mac.com>
9123         * macfns.c (Fx_create_frame): Default to using tool-bar by
9124         setting tool-bar-lines to 1 in default-frame-alist.
9126 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9128         * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
9129         (xpm_get_color_table_v, xpm_make_color_table_h)
9130         (xpm_put_color_table_h, xpm_get_color_table_h)
9131         (xpm_str_to_color_key, xpm_load_image, xpm_load)
9132         (syms_of_image): Support XPM on Carbon Emacs.  Does not
9133         depend on libXpm, but only supports XPM version 3 without extensions.
9135 2004-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9137         * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
9138         instead of FRAME_X_P
9140 2004-05-11  Kim F. Storm  <storm@cua.dk>
9142         * process.c (read_process_output): Grow decoding_buf when needed;
9143         this could cause a crash in allocate_string and compact_small_strings.
9145 2004-04-29  Jim Blandy  <jimb@redhat.com>
9147         * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
9148         against proper opcode.
9150 2004-05-10  Juanma Barranquero  <lektu@terra.es>
9152         * process.c (Fstart_process): Fix docstring.
9154         * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
9155         (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
9156         (Fsplit_char, Fchar_charset): Make argument names match their use
9157         in docstring.
9159 2004-05-10  Richard M. Stallman  <rms@gnu.org>
9161         * print.c (print_preprocess): Use being_printed, loop_count and
9162         halftail to detect overdeep nesting and cyclic cdr chains.
9164 2004-05-10  Andreas Schwab  <schwab@suse.de>
9166         * lisp.h (Fmake_symbolic_link): Declare.
9168         * fileio.c (Frename_file): Remove extra argument in call to
9169         Fmake_symbolic_link.
9171 2004-05-10  Kim F. Storm  <storm@cua.dk>
9173         * xdisp.c (calc_line_height_property): Use string position when
9174         object is a string.
9176 2004-05-10  Kenichi Handa  <handa@m17n.org>
9178         * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
9179         inhibit-modification-hooks to t temporarily before calling
9180         Ferase_buffer.
9182         * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
9183         inhibit-modification-hooks to t temporarily before calling
9184         Ferase_buffer.
9186         * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
9187         inhibit-modification-hooks to t temporarily before calling
9188         Ferase_buffer.
9190         * fns.c (count_combining): Delete it.
9191         (concat): Don't check combining bytes.
9193 2004-05-09  Jason Rumney  <jasonr@gnu.org>
9195         * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
9196         (globals_of_w32fns): Set it.
9198 2004-05-09  Piet van Oostrum  <piet@cs.uu.nl>
9200         * data.c (Fquo): Simplify.
9202 2004-05-08  Peter Whaite  <emacs@whaite.ca>  (tiny change)
9204         * data.c (Fquo): If any argument is float, do the computation in
9205         floating point.
9207 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9209         * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
9210         (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
9211         Fix spelling of Emacs on docstring.
9212         (Fset_process_coding_system, Fprocess_coding_system)
9213         (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
9214         Make argument names match their use in docstring.
9215         (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
9216         Fix docstring.
9218         * editfns.c (Finsert_buffer_substring): Make argument names match their
9219         use in docstring.
9221         * syntax.c (Fmodify_syntax_entry): Fix docstring.
9223 2004-05-07  Steven Tamm  <steventamm@mac.com>
9225         * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
9226         around call to ReceiveEvent to avoid certain crashes.
9228 2004-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9230         * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
9231         (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
9232         (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
9233         Save/restore the current graphics port and device handle when
9234         drawing into an offscreen graphics world.
9236         * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
9237         (gif_load): Likewise.
9239 2004-05-07  Juanma Barranquero  <lektu@terra.es>
9241         * window.c (Fset_window_buffer): Fix docstring.
9243 2004-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
9245         * emacs.c (main) [VMS]: Fix var ref.
9247 2004-05-06  Romain Francoise  <romain@orebokech.com>
9249         * data.c (Fsetq_default): Fix docstring.
9251 2004-05-06  Jason Rumney  <jasonr@gnu.org>
9253         * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
9254         to avoid name clash.
9256 2004-05-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9258         * fileio.c (barf_or_query_if_file_exists): Use lstat.
9259         (Frename_file): Handle renaming of symlinks across file systems.
9260         (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
9262 2004-05-04  Kim F. Storm  <storm@cua.dk>
9264         * xdisp.c (Qtotal): New var.
9265         (syms_of_xdisp): Intern and staticpro it.
9266         (calc_line_height_property): New arg total.  Set it if
9267         line-spacing property has format (total . VALUE).
9268         (x_produce_glyphs): Ignore line-spacing if line-height is 0.
9269         Handle total line-spacing property.
9271 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9273         * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
9274         "under" scroll bar when size/position changes.
9276 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9278         * makefile.nt: Remove.
9280 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
9282         * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
9283         Avoid compiler warnings.
9285         * Makefile.in (region-cache.o): Depend on config.h.
9287 2004-05-02  Romain Francoise  <romain@orebokech.com>
9289         * indent.c (compute_motion): Save vpos in prev_vpos when dealing
9290         with continuation lines, too.
9292 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
9294         * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
9296 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * xdisp.c (calc_line_height_property): YAILOM (yet another
9299         int/Lisp_Object mixup).
9301 2004-05-01  Eli Zaretskii  <eliz@gnu.org>
9303         * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
9304         undo bad effect of pack(4) in some versions of system headers.
9306 2004-05-01  Jason Rumney  <jasonr@gnu.org>
9308         * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
9310 2004-04-30  Kim F. Storm  <storm@cua.dk>
9312         * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
9313         (syms_of_buffer) <cursor-type>: Doc fix.
9315         * dispextern.h (struct it): Remove member use_default_face.
9316         Add members override_ascent, override_descent, override_boff.
9318         * xdisp.c (init_iterator): Handle line-spacing float value.
9319         Initialize override_ascent member.
9320         (append_space_for_newline): Reset override_ascent.
9321         Remove use_default_face.
9322         (calc_line_height_property): New function to calculate value of
9323         line-height and line-spacing properties.  Look at overlays, too.
9324         Set override_ascent, override_descent, override_boff members when
9325         using another face than the current face.  Float values are now
9326         relative to the frame default font, by default; accept a cons
9327         of ratio and face name to specify value relative to a specific face.
9328         (x_produce_glyphs): Use calc_line_height_property.
9329         Use override_ascent etc. when set to handle different face heights.
9330         A negative line-spacing property value is interpreted as a total
9331         line height, rather than inter-line spacing.
9332         (note_mouse_highlight): Allocate room for 40 overlays initially.
9334 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * data.c (Fsubr_name): New fun.
9337         (syms_of_data): Defsubr it.
9339 2004-04-29  Kim F. Storm  <storm@cua.dk>
9341         * xdisp.c (null_glyph_slice): New var.
9342         (append_glyph, append_composite_glyph, append_stretch_glyph):
9343         Use it to initialize glyph slice.
9345 2004-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9347         * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
9348         (on_hot_spot_p): Make sure we always return a value.
9349         (Flookup_image_map): Remove unused var ix and iy.
9350         (note_mode_line_or_margin_highlight): Remove unused var `image'.
9352 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
9354         * msdos.c (init_environment): If one of the TMP... environment
9355         variables is set to a drive letter without a trailing slash,
9356         append a slash.
9358 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9360         * editfns.c (lisp_time_argument): Provide externally.
9362         * fileio.c (Fset_file_times): New function.
9363         (syms_of_fileio): Intern and staticpro it.
9365 2004-04-27  Kim F. Storm  <storm@cua.dk>
9367         * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
9368         header line strings.
9370         * dispextern.h (struct it): New member use_default_face.
9372         * xdisp.c (Qline_height): New variable.
9373         (syms_of_xdisp): Intern and staticpro it.
9374         (append_space_for_newline): Partially undo 2004-04-25 change;
9375         add default_face_p arg, and restore callers.
9376         Clear it->use_default_face after use.
9377         (x_produce_glyphs): Set default font for ascii char if
9378         it->use_default_font is set.  Change line-spacing property to set
9379         just extra line spacing.  Handle new line-height property.
9381 2004-04-26  Andreas Schwab  <schwab@suse.de>
9383         * print.c (print_object): Print non-ascii characters in bool
9384         vector representation as octal escapes.
9386         * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
9387         * print.c (print_object): Use it instead of BITS_PER_CHAR for
9388         bool vectors.
9389         * lread.c (read1): Likewise.
9390         * alloc.c (Fmake_bool_vector): Likewise.
9391         * data.c (Faref, Faset): Likewise.
9392         * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
9393         (mapcar1): Likewise.
9395 2004-04-26  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
9397         * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
9399 2004-04-26  Miles Bader  <miles@gnu.org>
9401         * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
9403 2004-04-26  Juanma Barranquero  <lektu@terra.es>
9405         * buffer.c (Fpop_to_buffer): Fix docstring.
9407 2004-04-26  Steven Tamm  <steventamm@mac.com>
9409         * lread.c (init_lread): Don't display missing lisp directory
9410         warnings with Carbon Emacs because self-contained bundled Emacs
9411         may be built without correct installation path.
9413 2004-04-25  Kim F. Storm  <storm@cua.dk>
9415         * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9417         * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9419         * xdisp.c (append_space_for_newline): Rename from append_space.
9420         Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
9421         (x_produce_glyphs): Handle line-spacing property on newline char.
9422         If value is t, adjust ascent and descent to fit current row height.
9423         If value is an integer or float, set extra_line_spacing to integer
9424         value, or to float value x current line height.
9426 2004-04-23  Kenichi Handa  <handa@m17n.org>
9428         * fontset.c (Finternal_char_font): If POSITION is nil, return
9429         font for displaying CH with the default face.
9431 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9433         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9435 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
9438         Don't make assumptions about the relative place of i and val.
9439         (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
9441 2004-04-21  Kim F. Storm  <storm@cua.dk>
9443         * dispextern.h (struct glyph_slice): New struct.
9444         (struct glyph): New member slice.
9445         (GLYPH_SLICE_EQUAL_P): New macro.
9446         (GLYPH_EQUAL_P): Use it.
9447         (struct glyph_string): New member slice.
9448         (struct it_slice): New struct.
9449         (struct it): New member slice, add member to stack too.
9450         New member constrain_row_ascent_descent_p.
9451         (image_ascent): Add prototype.
9453         * dispnew.c (buffer_posn_from_coords): Return full image width
9454         and height even for image slices (posn is relative to full image).
9455         (marginal_area_string): Adjust x0,y0 for image slice.
9457         * image.c (image_ascent): Add slice arg; calculate ascent for
9458         image slice (or full image).
9460         * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
9461         (syms_of_keyboard): Defsubr them.
9463         * lisp.h (pos_visible_p): Fix prototype.
9465         * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
9466         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9467         (x_draw_image_foreground, x_draw_image_relief)
9468         (x_draw_image_foreground_1, x_draw_image_glyph_string):
9469         Draw sliced images.
9471         * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
9472         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9473         (x_draw_image_foreground, x_draw_image_relief)
9474         (w32_draw_image_foreground_1, x_draw_image_glyph_string):
9475         Draw sliced images.
9477         * w32term.h (image_ascent): Remove prototype.
9479         * window.c (Fpos_visible_in_window_p): Return pixel position if
9480         PARTIALLY arg is non-nil.  Simplify.  Doc fix.
9481         (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
9482         to return/set vscroll in pixels.
9484         * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
9486         * xdisp.c (Qslice): New variable.
9487         (syms_of_xdisp): Intern and staticpro it.
9488         (pos_visible_p): Return pixel position in new x and y args.
9489         (init_iterator): Reset it->slice info.
9490         (handle_display_prop): Parse (slice ...) property.
9491         (push_it, pop_it): Save/restore slice info.
9492         (make_cursor_line_fully_visible): Fix 2004-04-14 change.  Do not
9493         force repositioning of tall row if window is vscrolled, as that
9494         would reset vscroll.
9495         (append_space): Set it->constrain_row_ascent_descent_p to avoid
9496         increasing row height if row is non-empty.
9497         (fill_image_glyph_string): Copy slice info.
9498         (take_vertical_position_into_account): Simplify.
9499         (produce_image_glyph): Handle iterator slice info, setup glyph
9500         slice info.  Do not force minimum line height.
9501         (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
9502         do not increase height (ascent/descent) of non-empty row when
9503         adding normal character glyph; instead reduce glyph ascent/descent
9504         appropriately; if row is higher than current glyph, adjust glyph
9505         descent/ascent to reposition glyph within the existing row.
9506         Likewise, when char is newline, only set ascent/descent if row is
9507         currently empty.
9508         (note_mouse_highlight): Handle hotspots with sliced image.
9510         * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
9511         (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9512         (x_draw_image_foreground, x_draw_image_relief)
9513         (x_draw_image_foreground_1, x_draw_image_glyph_string):
9514         Draw sliced images.
9516         * xterm.h (image_ascent): Remove prototype.
9518 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
9522 2004-04-20  John Paul Wallington  <jpw@gnu.org>
9524         * fns.c (Fassoc, Feql): Fix indentation.
9526         * fontset.c (regularize_fontname): Rename from regulalize_fontname.
9528 2004-04-19  John Paul Wallington  <jpw@gnu.org>
9530         * fns.c (Feql): New function.
9531         (syms_of_fns): Defsubr it.
9533 2004-04-18  Jason Rumney  <jasonr@gnu.org>
9535         * w32select.c (Fw32_set_clipboard_data): Get sequence number
9536         after closing the clipboard.
9538 2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
9540         * buffer.c (Fbuffer_base_buffer): Doc fix.
9542 2004-04-17  Kim F. Storm  <storm@cua.dk>
9544         * keymap.c (Fkey_description): Add optional PREFIX arg.
9545         Combine prefix with KEYS to make up the full key sequence to describe.
9546         Correlate meta_prefix_char and following (simple) key to describe
9547         as meta modifier.  All callers changed.
9548         (describe_map): Rename arg `keys' to `prefix'.  Remove local
9549         `elt_prefix' var.  Use Fkey_description with prefix instead of
9550         elt_prefix combined with Fsingle_key_description.
9551         (describe_vector): Declare static.  Replace arg `elt_prefix' with
9552         `prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
9553         if !KEYMAP_P.  Use Fkey_description with prefix instead of
9554         Fsingle_key_description.
9556         * keymap.h (Fkey_description): Fix prototype.
9557         (describe_vector): Remove prototype.
9559         * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
9561         * image.c (PNG_BG_COLOR_SHIFT): Remove.
9562         (png_load): Fix calculation of transparent background color on X
9563         and W32 platforms.
9565 2004-04-16  Juanma Barranquero  <lektu@terra.es>
9567         * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
9568         not too large before computing how much to scroll.
9570 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9572         * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
9574 2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
9576         * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
9577         Add hyperlink to Elisp manual to the docstring.
9579 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9581         * callint.c (fix_command): Use XDCR.
9583 2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
9585         * window.c (Fget_lru_window): Doc fix.
9587 2004-04-14  Kim F. Storm  <storm@cua.dk>
9589         * editfns.c (Fformat): Fix allocation size of precision array.
9591         * dispnew.c (update_window): Only set changed_p if
9592         scrolling_window actually did scroll.
9593         (scrolling_window): Only return 1 if we actually did scroll.
9595         * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
9596         height to glyph height when cursor row is not fully visible.
9597         (make_cursor_line_fully_visible): Add FORCE_P arg to return
9598         failure in case row is higher than window.  Callers changed.
9599         (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
9600         Try to scroll partially visible, higher-than-window cursor row.
9601         (redisplay_window): Always try to scroll partially visible,
9602         higher-than-window cursor row - both initially and again with
9603         centering_position = 0.
9604         Clear desired matrix before retrying with centering_position = 0.
9606 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9608         * syntax.c (scan_lists): Simplify backward string scan.
9609         Fix off-by-one boundary check for string and comment fences.
9611 2004-04-13  Joe Buehler  <jbuehler@hekimian.com>
9613         * sheap.c, unexcw.c: New files.
9615 2004-04-12  Luc Teirlinck  <teirllm@auburn.edu>
9617         * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
9618         base buffer has been killed.  Correct the error message if the
9619         base buffer does not exist.
9621 2004-04-12  Joe Buehler  <jbuehler@hekimian.com>
9623         * s/cygwin.h: Changes for Cygwin unexec() support, changes in
9624         Cygwin itself.  Add support for Xaw3d scrollbars.
9626         * puresize.h: Set up PURE_P() for Cygwin unexec() support.
9628         * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
9630         * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
9631         before Cygwin unexec.
9633         * Makefile.in: Link changes for Cygwin unexec() support.
9635 2004-04-12  Andreas Schwab  <schwab@suse.de>
9637         * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
9639 2004-04-11  Luc Teirlinck  <teirllm@auburn.edu>
9641         * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
9642         IGNORE argument equals NAME.  Doc fix.
9644 2004-04-11  Masatake YAMATO  <jet@gyve.org>
9646         * buffer.c (fix_start_end_in_overlays): Make overlays
9647         empty if they are backwards.
9649 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * xfaces.c (face_color_supported_p): Fix compilation without X11.
9653 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9655         * doc.c (Fsnarf_documentation): Ignore new file name entries.
9657 2004-04-06  Kim F. Storm  <storm@cua.dk>
9659         * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
9660         (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
9662         * w32term.c (w32_read_socket): Set mouse_face_hidden after
9663         clearing highlight.
9665         * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
9667         * xterm.c (handle_one_xevent): Set mouse_face_hidden after
9668         clearing highlight.
9670         * indent.c (vmotion): Do not reserve one column for continuation
9671         marks on window frames.
9673 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
9675         * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
9676         from GCC.
9678 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9680         * .gdbinit-union: Remove.
9682         * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
9683         (xgetptr, xgetint, xgettype): New funs.  Use them everywhere.
9684         ($nonvalbits): Remove.
9685         ($valmask): Set it by calling xreload to avoid redundancy.
9687         * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
9688         (gdb_emacs_intbits): Remove.
9690 2004-03-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9692         * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
9694 2004-03-30  Kenichi Handa  <handa@m17n.org>
9696         * editfns.c (Fformat): Fix initialization of the array info.
9698 2004-03-30  Kim F. Storm  <storm@cua.dk>
9700         * xterm.c (x_mouse_click_focus_ignore_position): New var.
9701         (syms_of_xterm): DEFVAR_BOOL it.
9702         (ignore_next_mouse_click_timeout): New var.
9703         (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
9704         Use it to filter mouse clicks following focus event.
9706 2004-03-29  David Ponce  <david@dponce.com>
9708         * callint.c (Fcall_interactively): Fix last change.
9710 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9712         * eval.c (Fcommandp): Simplify.
9714         * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
9715         Extend to handle all kinds of functions.
9717         * lisp.h (Finteractive_form): Declare.
9719         * callint.c (Fcall_interactively): Use it.
9721 2004-03-26  Kim F. Storm  <storm@cua.dk>
9723         * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
9724         to catch errors in calc_pixel_width_or_height during redisplay.
9726 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9728         * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
9730         * lisp.h (fix_start_end_in_overlays): Likewise.
9732         * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
9734         * editfns.c (Ftranspose_regions): Likewise.
9736 2004-03-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9738         * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
9740 2004-03-19  Richard M. Stallman  <rms@gnu.org>
9742         * s/sol2-6.h: Delete previous change.
9744 2004-03-19  Kim F. Storm  <storm@cua.dk>
9746         * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
9747         to_charpos corresponds to newline in right fringe.  Use local
9748         BUFFER_POS_REACHED_P macro.
9750 2004-03-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9752         * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
9753         to compile on non-window system.
9755 2004-03-19  Kim F. Storm  <storm@cua.dk>
9757         * dispextern.h (calc_pixel_width_or_height): Add prototype.
9759         * image.c (Qcenter): Move to xdisp.c.
9761         * xdisp.c (Qcenter): Declare here.
9762         (syms_of_xdisp): Intern and staticpro it.
9763         (handle_single_display_prop): Allow space display property on all
9764         platforms.
9765         (display_mode_line): Set mode_line_p before displaying line.
9766         (calc_pixel_width_or_height): Declare extern.  Add separate :align-to
9767         handling.  Remove complex cases for fringes and scroll-bars.
9768         Add left, right, and center alignment positions.  Add text (area)
9769         width/height.  Return width or height for image specs.
9770         (produce_stretch_glyph): Improve handling of :align-to.  Is now
9771         relative to left of text area by default, but other base offsets
9772         can be specified -- also for text lines.
9774         * term.c (produce_glyphs): Handle IT_STRETCH.
9775         (produce_stretch_glyph): New function to handle space width and
9776         align-to display properties on non-window systems.
9778 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * fileio.c (Fread_file_name): Set completion-ignore-case for
9781         case-insensitive systems.
9783 2004-03-14  Masatake YAMATO  <jet@gyve.org>
9785         * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
9786         when keymap and cursor are setup.
9788 2004-03-14  Steven Tamm  <steventamm@mac.com>
9790         * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
9792 2004-03-14  Kim F. Storm  <storm@cua.dk>
9794         * dispextern.h (x_find_image_file): Add prototype.
9796         * image.c (x_find_image_file): Make extern.
9798         * xfns.c (x_find_image_file): Remove prototype.
9800 2004-03-13  Eli Zaretskii  <eliz@gnu.org>
9802         * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
9804         * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
9806 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9808         * fns.c (internal_equal): New arg PROPS controls comparing
9809         text properties.  All callers changed.
9810         (Fequal_including_properties): New function.
9811         (syms_of_fns): defsubr it.
9813 2004-03-12  Kim F. Storm  <storm@cua.dk>
9815         Fix image support on MAC.  From YAMAMOTO Mitsuharu.
9817         * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
9818         (image_background, image_background_transparent): Fix prototypes.
9820         * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
9822         * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
9823         (x_query_font, x_find_ccl_program, x_set_window_size)
9824         (x_make_frame_visible, mac_initialize, XCreatePixmap)
9825         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
9826         (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
9828         * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
9829         (x_query_font, x_find_ccl_program, x_set_window_size)
9830         (x_make_frame_visible, mac_initialize, XCreatePixmap)
9831         (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
9832         (mac_draw_line_to_pixmap): Add prototypes.
9834 2004-03-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9836         * macterm.c (XTread_socket): Fix mouse click on tool bar.
9838 2004-03-11  Kim F. Storm  <storm@cua.dk>
9840         * dispextern.h: Move image related prototypes from xfns.c section
9841         to image.c.  Condition them by HAVE_WINDOW_SYSTEM rather than
9842         HAVE_X_WINDOWS.
9844         * Makefile.in (XOBJ): Consolidate into one list.  Add image.o.
9845         Move gtkutil.o to new GTK_OBJ list.
9846         (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
9847         (GTK_OBJ) [USE_GTK]: New declaration.
9848         (obj): Add $(GTK_OBJ) to list.
9850 2004-03-11  Steven Tamm  <steventamm@mac.com>
9852         * image.c [MAC_OSX]: Include sys/stat.h.
9854         * macfns.c (syms_of_macfns): Remove definitions of things now
9855         defined in image.c.
9857 2004-03-11  Kim F. Storm  <storm@cua.dk>
9859         The following changes consolidates the identical/similar image
9860         support code previously found in xfns.c, w32fns.c, and macfns.c
9861         into a new file image.c.
9863         * makefile.w32-in (OBJ1): Add image.o.
9864         ($(BLD)/image.$(O)): Add dependencies.
9866         * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
9867         (image.o): Add dependencies.
9869         * image.c: New file with consolidated image support code.
9870         (COLOR_TABLE_SUPPORT): New define to control whether
9871         color table support is available (X only).
9872         (Bitmap_Record): Common name for x_bitmap_record,
9873         w32_bitmap_record, and mac_bitmap_record.
9874         (XImagePtr): Common name for pointer to XImage or equivalent.
9875         (XImagePtr_or_DC): New type to simplify code sharing; equivalent
9876         to XImagePtr on X+MAC, and to HDC on W32.
9877         (GET_PIXEL): Wrapper for XGetPixel or equivalent.
9878         (NO_PIXMAP): Common name for "None" or equivalent.
9879         (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
9880         (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
9881         (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
9882         (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
9883         Define with suitable equivalents on W32 and MAC for code sharing.
9884         (XDrawLine): Define on MAC for code sharing.
9885         (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
9886         (IF_LIB_AVAILABLE): Macro to simplify code sharing.
9887         (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9888         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9889         (x_reference_bitmap, x_create_bitmap_from_data)
9890         (x_create_bitmap_from_file, x_destroy_bitmap)
9891         (x_destroy_all_bitmaps, x_create_bitmap_mask)
9892         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
9893         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9894         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9895         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9896         (define_image_type, lookup_image_type, valid_image_p)
9897         (image_error, enum image_value_type, struct image_keyword)
9898         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9899         (make_image, free_image, prepare_image_for_display, image_ascent)
9900         (four_corners_best, image_background, image_background_transparent)
9901         (x_clear_image_1, x_clear_image, x_alloc_image_color)
9902         (make_image_cache, free_image_cache, clear_image_cache)
9903         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9904         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9905         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9906         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
9907         (init_image_func_pointer, image_load_quartz2d)
9908         (struct ct_color, init_color_table, free_color_table)
9909         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9910         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9911         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9912         (x_disable_image, x_build_heuristic_mask)
9913         (XBM support, XPM support, PBM support, PNG support, JPEG support)
9914         (TIFF support, GIF support, Ghostscript support): Consolidate image
9915         code from xfns.c, w32fns.c, and macfns.c.
9916         (syms_of_image): Consolidate image related symbol setup here.
9917         (init_image): Consolidate image related initializations here.
9919         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
9920         and init_image.  Remove call to init_xfns.
9922         * macterm.h (struct mac_bitmap_record): Add file member.
9923         Not currently used, but simplifies code sharing.
9925         * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9926         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9927         (x_reference_bitmap, x_create_bitmap_from_data)
9928         (x_create_bitmap_from_file, x_destroy_bitmap)
9929         (x_destroy_all_bitmaps, x_create_bitmap_mask)
9930         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
9931         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9932         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9933         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9934         (define_image_type, lookup_image_type, valid_image_p)
9935         (image_error, enum image_value_type, struct image_keyword)
9936         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9937         (make_image, free_image, prepare_image_for_display, image_ascent)
9938         (four_corners_best, image_background, image_background_transparent)
9939         (x_clear_image_1, x_clear_image, x_alloc_image_color)
9940         (make_image_cache, free_image_cache, clear_image_cache)
9941         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9942         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9943         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9944         (find_image_fsspec, image_load_qt_1, image_load_quicktime)
9945         (init_image_func_pointer, image_load_quartz2d)
9946         (struct ct_color, init_color_table, free_color_table)
9947         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9948         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9949         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9950         (x_disable_image, x_build_heuristic_mask)
9951         (XBM support, XPM support, PBM support, PNG support, JPEG support)
9952         (TIFF support, GIF support, Ghostscript support): Merge with image
9953         code from xfns.c and macfns.c into image.c.
9954         (syms_of_xfns): Move image related symbols to image.c.
9955         (init_external_image_libraries, init_xfns): Remove; initialization
9956         moved to init_image in image.c.
9958         * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9959         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9960         (x_reference_bitmap, x_create_bitmap_from_data)
9961         (x_create_bitmap_from_file, x_destroy_bitmap)
9962         (x_destroy_all_bitmaps, x_create_bitmap_mask)
9963         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9964         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9965         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9966         (define_image_type, lookup_image_type, valid_image_p)
9967         (image_error, enum image_value_type, struct image_keyword)
9968         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9969         (make_image, free_image, prepare_image_for_display, image_ascent)
9970         (four_corners_best, image_background, image_background_transparent)
9971         (x_clear_image_1, x_clear_image, x_alloc_image_color)
9972         (make_image_cache, free_image_cache, clear_image_cache)
9973         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9974         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9975         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9976         (struct ct_color, init_color_table, free_color_table)
9977         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9978         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9979         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9980         (x_disable_image, x_build_heuristic_mask)
9981         (XBM support, XPM support, PBM support, PNG support, JPEG support)
9982         (TIFF support, GIF support, Ghostscript support): Merge with image
9983         code from xfns.c and macfns.c into image.c.
9984         (syms_of_xfns): Move image related symbols to image.c.
9985         (init_external_image_libraries, init_xfns): Remove; initialization
9986         moved to init_image in image.c.
9988         * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9989         (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9990         (x_reference_bitmap, x_create_bitmap_from_data)
9991         (x_create_bitmap_from_file, x_destroy_bitmap)
9992         (x_destroy_all_bitmaps, x_create_bitmap_mask)
9993         (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9994         (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9995         (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9996         (define_image_type, lookup_image_type, valid_image_p)
9997         (image_error, enum image_value_type, struct image_keyword)
9998         (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9999         (make_image, free_image, prepare_image_for_display, image_ascent)
10000         (four_corners_best, image_background, image_background_transparent)
10001         (x_clear_image_1, x_clear_image, x_alloc_image_color)
10002         (make_image_cache, free_image_cache, clear_image_cache)
10003         (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10004         (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10005         (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10006         (struct ct_color, init_color_table, free_color_table)
10007         (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10008         (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10009         (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10010         (x_disable_image, x_build_heuristic_mask)
10011         (XBM support, XPM support, PBM support, PNG support, JPEG support)
10012         (TIFF support, GIF support, Ghostscript support): Merge with
10013         w32fns.c and macfns.c image code into image.c.
10014         (syms_of_xfns): Move image related symbols to image.c.
10015         (init_xfns): Remove; initialization moved to init_image in image.c.
10017         * lisp.h (syms_of_image, init_image): Add protoypes.
10018         (init_xfns): Remove prototype.
10020         * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10021         (x_reference_bitmap, x_create_bitmap_from_data)
10022         (x_create_bitmap_from_file, x_destroy_bitmap)
10023         (x_create_bitmap_mask): Move prototypes from dispextern.h.
10024         (gamma_correct) [MAC_OS]: Add prototype.
10026         * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10027         (x_reference_bitmap, x_create_bitmap_from_data)
10028         (x_create_bitmap_from_file, x_destroy_bitmap)
10029         (x_create_bitmap_mask): Move prototypes to dispextern.h.
10031 2004-03-09  Kenichi Handa  <handa@etlken2>
10033         * coding.c (decode_coding_emacs_mule): Handle insufficent source
10034         correctly.
10036 2004-03-04  Richard M. Stallman  <rms@gnu.org>
10038         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
10040         * window.c (Fdisplay_buffer): Doc fix.
10042         * buffer.c (Fpop_to_buffer): Doc fix.
10044 2004-03-03  Kim F. Storm  <storm@cua.dk>
10046         * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
10048 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10050         * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
10052 2004-03-02  Richard M. Stallman  <rms@gnu.org>
10054         * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
10056 2004-03-02  Kenichi Handa  <handa@m17n.org>
10058         * doc.c (Fsubstitute_command_keys): Fix counding bytes.
10060 2004-03-02  Kim F. Storm  <storm@cua.dk>
10062         * window.h (struct window): New member overlay_arrow_bitmap.
10064         * window.c (make_window): Initialize overlay_arrow_bitmap.
10066         * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
10067         implement and integrate multiple overlay arrows with redisplay.
10068         (syms_of_xdisp): DEFVAR_LISP and initialize it.
10069         (last_arrow_position, last_arrow_string): Replace by properties.
10070         (Qlast_arrow_position, Qlast_arrow_string)
10071         (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
10072         (syms_of_xdisp): Intern and staticpro them.
10073         (overlay_arrow_string_or_property, update_overlay_arrows)
10074         (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
10075         (overlay_arrow_at_row): New functions for multiple overlay arrows.
10076         (redisplay_internal): Use them instead of directly accessing
10077         Voverlay_arrow_position etc. for multiple overlay arrows.
10078         (mark_window_display_accurate): Use update_overlay_arrows.
10079         (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
10080         (try_window_id): Use overlay_arrows_changed_p.
10081         (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
10082         (display_line): Use overlay_arrow_at_row to check multiple
10083         overlay arrows, and get relevant overlay-arrow-string and
10084         overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
10085         (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
10086         (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
10088         * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
10089         (update_window_fringes): Remove unused code.
10091 2004-03-01  Jason Rumney  <jasonr@gnu.org>
10093         * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
10095 2004-03-01  Juanma Barranquero  <lektu@terra.es>
10097         * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
10099         * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
10101 2004-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10103         * xfns.c (Fx_display_color_cells): Use number of planes to calculate
10104         how many colors can be displayed.
10106 2004-03-01  Kenichi Handa  <handa@m17n.org>
10108         * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
10109         correctly.
10111 2004-02-28  Kim F. Storm  <storm@cua.dk>
10113         * dispnew.c (update_window): Update header line also if there are
10114         no other changes in window (move code after set_cursor label).
10116         * lisp.h (mark_window_display_accurate): Remove prototype.
10118         * window.c (window_loop, Fforce_window_update): Force mode line
10119         updates by setting prevent_redisplay_optimizations_p and
10120         update_mode_lines.
10122 2004-02-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10124         * xfns.c (x_window): Fix indentation.
10126         * xterm.c (x_calc_absolute_position): Call x_real_positions
10127         to get WM window sizes and use those to calculate position.
10128         (x_set_offset): Remove code commented out.
10130 2004-02-28  Miles Bader  <miles@gnu.org>
10132         * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
10134 2004-02-28  Kim F. Storm  <storm@cua.dk>
10136         * keyboard.c (kbd_buffer_store_event_hold): New function to store
10137         an event into kbd fifo, but with special handling of quit event;
10138         a quit event is saved for later, and further events are discarded
10139         until the saved quit event has been processed.
10140         (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
10141         (gen_help_event): Store help event in kbd fifo.
10142         (NREAD_INPUT_EVENTS): Remove.
10143         (read_avail_input): Adapt to new read_socket_hook interface.
10144         Remove allocation and initialization of local input_event buffer,
10145         as read_socket_hook stores events directly in fifo.  Allocate and
10146         initialize local hold_quit event to handle postponed quit event
10147         (and store it if set by kbd_buffer_store_event_hold).
10149         * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
10150         (gen_help_event): Fix prototype.
10152         * macterm.c (XTread_socket): Remove bufp_r and
10153         numcharsp args.  Add hold_quit arg.
10154         Rework to use just one, local, inev input_event.  Store inev
10155         directly in fifo using kbd_buffer_store_event_hold.
10157         * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
10158         (read_input_waiting): Adapt to new read_socket_hook interface.
10159         Remove allocation and initialization of local input_event buffer,
10160         as read_socket_hook stores events directly in fifo.  Allocate and
10161         initialize local hold_quit event to handle postponed quit event
10162         (and store it if set by kbd_buffer_store_event_hold).
10164         * term.c (read_socket_hook): Fix arg list.
10166         * termhooks.h (read_socket_hook): Fix prototype.
10168         * w32inevt.c (w32_console_read_socket): Remove bufp_r and
10169         numcharsp args.  Add hold_quit arg.
10170         Rework to use just one, local, inev input_event.  Store inev
10171         directly in fifo using kbd_buffer_store_event_hold.
10173         * w32inevt.h (w32_console_mouse_position): Fix prototype.
10175         * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
10176         Add hold_quit arg.  Rework to use just one, local, inev
10177         input_event.  Store inev directly in fifo using
10178         kbd_buffer_store_event_hold.  Update count in one place.
10179         Postpone call to gen_help_event until inev is stored; use new
10180         local do_help for this.
10181         Remove local emacs_event in handing of ButtonPress event; just use
10182         inev instead (so no reason to copy it later).
10184         * xsmfns.c (x_session_check_input): Remove numchars arg.
10186         * xterm.c (x_focus_changed, x_detect_focus_change):
10187         Remove numchars arg.  Always store event into bufp arg.
10188         Return nothing.  Callers changed accordingly.
10189         (glyph_rect): Simplify.
10190         (STORE_KEYSYM_FOR_DEBUG): New macro.
10191         (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
10192         (current_bufp, current_numcharsp) [USE_GTK]: Remove.
10193         (current_hold_quit) [USE_GTK]: Add.
10194         (event_handler_gdk): Adapt to new handle_one_xevent.
10195         (handle_one_xevent): Remove bufp_r and numcharsp args.
10196         Add hold_quit arg.  Rework to use just one, local, inev
10197         input_event.  Store inev directly in fifo using
10198         kbd_buffer_store_event_hold.  Update count in one place.
10199         Postpone call to gen_help_event until inev is stored; use new
10200         local do_help for this.
10201         Simplify handling of keysyms (consolidate common code).  Fix bug
10202         where count was updated with nchars instead of nbytes.
10203         Remove local emacs_event in handing of ButtonPress event; just use
10204         inev instead (so no reason to copy it later).
10205         Remove `out' label.  Rename label `ret' to `done'; add various
10206         `goto done' to clarify code flow in deeply nested blocks.
10207         (x_dispatch_event): Simplify as handle_one_xevent now calls
10208         kbd_buffer_store_event itself.
10209         (XTread_socket): Remove bufp_r and numcharsp args.  Add hold_quit
10210         arg.  Call handle_one_xevent with new arglist.  Store event from
10211         x_session_check_input in fifo.
10212         [USE_GTK]: Setup current_hold_quit.
10213         Decrement handling_signal before unblocking input.
10214         (x_initialize) [USE_GTK]: Initialize current_count.
10216         * xterm.h (x_session_check_input): Fix prototype.
10218 2004-02-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10220         * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
10222         * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
10223         macgui.h).
10225         * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
10227         * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
10228         (mktime, DEBUG, Z, free, malloc, realloc, max, min)
10229         (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
10230         [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
10231         (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
10232         (Bitmap): Remove typedef.
10233         (Pixmap): Change int to GWorldPtr.
10235         * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10237         * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10238         (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
10239         New #define to extract 16-bit depth color components from unsigned
10240         long representation.
10241         (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
10242         colors used for masks.
10243         (struct mac_display_info): Add color_p.  Remove n_cbits.
10245         * macfns.c: Include sys/types.h and sys/stat.h.
10246         [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
10247         Include QuickTime/QuickTime.h.
10248         (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10249         (XSetForeground, mac_draw_line_to_pixmap): Add externs for
10250         functions defined in macterm.c.
10251         (XImagePtr): New typedef.  Corresponds to XImage * in xfns.c.
10252         (ZPixmap): New #define for compatibility with xfns.c.
10253         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10254         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10255         (find_image_fsspec, image_load_qt_1, image_load_quicktime):
10256         New functions.
10257         (four_corners_best, x_create_x_image_and_pixmap)
10258         (x_destroy_x_image, unwind_create_frame, x_disable_image)
10259         (x_edge_detection, init_color_table, colors_in_color_table)
10260         (lookup_rgb_color, lookup_pixel_color, postprocess_image)
10261         (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
10262         (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
10263         (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
10264         (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
10265         long mixup.
10266         (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
10267         (x_decode_color): Don't use n_cbits (in struct mac_display_info).
10268         (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
10269         (x_set_cursor_type, Fxw_color_values, valid_image_p)
10270         (image_value_type, parse_image_spec, image_ascent, x_clear_image)
10271         (x_alloc_image_color, clear_image_cache, lookup_image)
10272         (x_find_image_file, xbm_read_bitmap_file_data)
10273         (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
10274         (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
10275         (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
10276         (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
10277         (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
10278         (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
10279         (x_make_gc): Sync with xfns.c.  Enclose unused `border_tile' with
10280         #if 0.
10281         (x_free_gcs): Sync with xfns.c.  Enclose unused `border_tile' with
10282         #if 0.  Free white_relief.gc and black_relief.gc.
10283         (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
10284         New functions (from xfns.c).
10285         (Fx_create_frame): Record unwind_create_frame.
10286         (Fxw_display_color_p): Use dpyinfo->color_p.
10287         (Fx_display_grayscale_p, Fx_display_planes): Don't use
10288         dpyinfo->n_cbits.
10289         (Fx_display_color_cells): Use dpyinfo->n_planes;
10290         (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
10291         (Qheuristic, cross_disabled_images, emboss_matrix)
10292         (laplace_matrix): New variables (from xfns.c).
10293         (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
10294         (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
10295         (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
10296         (image_background_transparent): New function (from xfns.c).
10297         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10298         (image_load_quicktime): Add declaration.
10299         [MAC_OSX] (image_load_quartz2d): Likewise.
10300         [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
10301         [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
10302         [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
10303         (xbm_load_image_from_file, x_laplace_read_row)
10304         (x_laplace_write_row, pbm_read_file): Remove functions.
10305         [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
10306         (xpm_load): Sync with xfns.c (although XPM is not supported yet).
10307         (colors_in_color_table): Sync with xfns.c (although not used).
10308         (lookup_rgb_color): Don't lookup color table.  Just do gamma
10309         correction.
10310         (COLOR_INTENSITY): New #define (from xfns.c).
10311         (x_disable_image): New function (from xfns.c).
10312         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10313         (x_build_heuristic_mask): Sync with xfns.c.
10314         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10315         (HAVE_PBM): Remove #ifdef.
10316         (pbm_load): Sync with xfns.c.  Set img->width and img->height
10317         before IMAGE_BACKGROUND.
10318         (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
10319         (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
10320         Don't enclose with #if HAVE_PNG.
10321         [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
10322         symbol _CGImageCreateWithPNGDataProvider is defined.
10323         Otherwise use image_load_quicktime.
10324         [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
10325         [HAVE_PNG] (png_load): Sync with xfns.c.
10326         Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10327         (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
10328         HAVE_JPEG.
10329         (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
10330         (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
10331         [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
10332         [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
10333         [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
10334         (tiff_image_p, tiff_load): Don't enclose declarations with #if
10335         HAVE_TIFF.
10336         (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
10337         (tiff_image_p): Don't enclose with #if HAVE_TIFF.
10338         [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
10339         [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
10340         New functions (from xfns.c).
10341         [HAVE_TIFF] (tiff_load): Sync with xfns.c.
10342         (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
10343         (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
10344         Don't enclose with #if HAVE_GIF.
10345         [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
10346         animated gif.  Otherwise use image_load_quicktime.
10347         [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
10348         gif_DrawText to avoid conflict with QuickdrawText.h.
10349         [HAVE_GIF] (gif_load): Sync with xfns.c.
10350         (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
10351         [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
10352         Ghostscript is not supported yet).
10353         (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
10354         QCmatrix, QCcolor_adjustment, and QCmask.  Add DEFVAR_BOOL
10355         cross_disabled_images (from xfns.c).  Remove #if 0 for supported
10356         image types.  Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
10357         HAVE_PNG.  Add defsubr for Simage_size and Simage_mask_p.
10358         (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
10359         HAVE_PNG.  Call EnterMovies to support animated gifs.
10360         Call init_image_func_pointer to bind a symbol
10361         _CGImageCreateWithPNGDataProvider if it is defined.
10363         * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10364         (x_draw_bar_cursor): Sync declaration with xterm.c.
10365         (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
10366         (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
10367         graphics).
10368         (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
10369         (mac_draw_line_to_pixmap, XCreatePixmap)
10370         (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
10371         (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
10372         New functions.
10373         (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
10374         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
10375         Cast bits to char *.
10376         (reflect_byte): New function (from w32fns.c).
10377         (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
10378         due to byte alignment.
10379         (mac_scroll_area) [TARGET_API_MAC_CARBON]:
10380         Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
10381         (XSetForeground): Remove static (now used in macfns.c).
10382         (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
10383         (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
10384         (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
10385         (x_draw_glyph_string_box, x_draw_image_foreground)
10386         (x_draw_image_foreground_1, x_draw_image_glyph_string)
10387         (x_draw_stretch_glyph_string, x_draw_glyph_string)
10388         (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
10389         Sync with xterm.c.
10390         (x_draw_relief_rect): Sync with xterm.c.  Make 1 pixel shorter
10391         than the xterm.c version when a strictly horizontal or vertical
10392         line is drawn.
10393         (XTset_terminal_window): Add static.
10394         (x_make_frame_visible): Add UNBLOCK_INPUT.
10395         (x_free_frame_resources): New funcion (from xterm.c).
10396         (XTread_socket): Call handle_tool_bar_click if mouse up/down event
10397         occurs in tool bar area.
10398         (mac_initialize_display_info): Remove dpyinfo->n_cbits.
10399         Set dpyinfo->color_p.  Determine dpyinfo->n_planes using HasDepth.
10400         Initialize image cache.
10401         (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
10402         Enclose unused functions with #if 0.
10403         (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
10404         (decode_mac_font_name): New function to apply code conversions
10405         from a mac font name to an XLFD font name according to its script code.
10406         (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
10407         font name to a mac font name according to REGISTRY and ENCODING fields.
10408         (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
10409         whose name starts with `.'.
10410         (init_font_name_table): Use decode_mac_font_name.  Add both
10411         jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
10412         of a font is smJapanese.
10413         (mac_do_list_fonts): New function to list fonts that match a given
10414         pattern.
10415         (x_list_fonts, XLoadQueryFont): Use it.
10416         (XLoadQueryFont): Set rbearing field for each variable width
10417         character to avoid needless redraw.
10418         (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
10420 2004-02-26  Kim F. Storm  <storm@cua.dk>
10422         * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
10423         as read_socket_hook handler on X aborts if buffer is too small
10424         and W32 handler doesn't always check buffer limit.
10426         * xdisp.c (handle_single_display_prop): Handle left-fringe and
10427         right-fringe similar to a display margin image.  Specifically,
10428         the characters having the fringe prop are no longer shown, and
10429         we use IT_IMAGE/next_element_from_image with image_id = -1 to
10430         do this.  Set fringe bitmap face_id in it->face_id.
10431         (produce_image_glyph): Handle image_id < 0 as "no image" case, but
10432         still realize it->face (i.e. the fringe bitmap face).
10434 2004-02-25  Miles Bader  <miles@gnu.org>
10436         * xdisp.c (check_it): Check string/string_pos consistency.
10437         (init_iterator): Initialize string-related fields properly.
10439 2004-02-11  Miles Bader  <miles@gnu.org>
10441         * xdisp.c (produce_image_glyph): Force negative descents to zero.
10443 2004-02-10  Miles Bader  <miles@gnu.org>
10445         * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
10446         BLOCK_INPUT can be nested, so it doesn't make much sense.
10448 2004-02-24  Michael Mauger  <mmaug@yahoo.com>
10450         * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
10451         (xbm_read_bitmap_data): Use unsigned char for image data.
10453 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10455         * abbrev.c (Finsert_abbrev_table_description): Doc fix.
10457 2004-02-22  Jason Rumney  <jasonr@gnu.org>
10459         * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
10460         correctly over other bitmaps.
10462 2004-02-21  Eli Zaretskii  <eliz@gnu.org>
10464         * emacs.c (USAGE1): Split into two halves.
10465         (USAGE2): Second half of the old USAGE1.
10466         (USAGE3): Rename from USAGE2.
10467         (USAGE4): Rename from USAGE3.
10469 2004-02-21  Juri Linkov  <juri@jurta.org>
10471         * emacs.c (USAGE1): Add --no-desktop.  Move --display from USAGE2.
10472         Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
10473         --file.  Fix -f, -l.  Sort options.  Untabify.
10474         (USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.
10476 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10478         * category.c (Fdefine_category, Fcategory_docstring)
10479         (Fget_unused_category, Fset_category_table)
10480         (Fcategory_set_mnemonics): Doc fixes.
10482 2004-02-20  Kim F. Storm  <storm@cua.dk>
10484         * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
10485         The following changes are relative to the 2004-01-21 revision.
10486         (NREAD_INPUT_EVENTS): Define as max number of input events to read
10487         in one call to read_socket_hook.  Value is 8.
10488         (read_avail_input): Separate and rework handling of read_socket_hook
10489         and non-read_socket_hook cases.  Use smaller input_event buffer
10490         in read_socket_hook case, and repeat if full buffer is read.
10491         Use new local variable 'discard' to skip input after C-g.
10492         In non-read_socket_hook case, just use a single input_event, and
10493         call kbd_buffer_store_event on the fly for each character.
10495 2004-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10497         * lisp.h (union Lisp_Object): Give a more precise type for `type'.
10498         Remove unused `gu' alternative.
10500 2004-02-19  Andreas Schwab  <schwab@suse.de>
10502         * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
10503         warning.
10505 2004-02-18  Kim F. Storm  <storm@cua.dk>
10507         * xdisp.c (get_window_cursor_type, display_and_set_cursor):
10508         Fix last change.
10510 2004-02-17  Kim F. Storm  <storm@cua.dk>
10512         * xdisp.c (fast_find_position): Fix return value of new version;
10513         it was inverted compared to the 21.1 version.
10514         (get_window_cursor_type): Don't look at glyph if NULL.
10515         (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
10517         * keyboard.c: Rework previous change; it didn't consider that the
10518         buf array was allocated on the stack.
10519         (prev_read): Remove variable.
10520         (read_avail_input_buf): New static event buffer array.
10521         (in_read_avail_input): New static variable to handle re-entrancy.
10522         (read_avail_input): Change buf to pinter to read_avail_input_buf.
10523         Use in_read_avail_input to handle re-entrance; when re-entered,
10524         fully initialize and use tmp_buf array instead of read_avail_input_buf.
10525         Do not initialize read_avail_input_buf in full here; instead assume it
10526         is always cleared on entry.  To ensure that, we clear (just) the
10527         entries that were used before we return.
10528         (init_keyboard): Initialize read_avail_input_buf here.
10530 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10532         * cmds.c (Fend_of_line): Doc fix.
10534 2004-02-16  Dmitry Antipov  <dmitry.antipov@mail.ru>  (tiny change)
10536         * keyboard.c (prev_read): New static variable.
10537         (read_avail_input): Use it to zero out only those slots in buf[]
10538         that were used last time we were called.
10540 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10542         * Makefile.in (obj): Move fringe.o from here...
10543         (XOBJ, MAC_OBJ): ...to here.
10545 2004-02-16  Stephen Eglen  <stephen@gnu.org>
10547         * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
10549 2004-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10551         * data.c (Fbyteorder):
10552         * fringe.c (Fdefine_fringe_bitmap):
10553         * xdisp.c (handle_single_display_prop):
10554         * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
10556 2004-02-16  Jason Rumney  <jasonr@gnu.org>
10558         * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
10560 2004-02-15  Steven Tamm  <steventamm@mac.com>
10562         * macterm.c (Vmac_emulate_three_button_mouse): New variable for
10563         controlling emulation of a three button mouse with option and
10564         command keys.
10565         (Qreverse, mac_get_enumlated_btn): Handle the emulation.
10566         (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
10568 2004-02-15  Kim F. Storm  <storm@cua.dk>
10570         * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
10572         * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
10573         Perform byte-swapping.
10575 2004-02-14  Kim F. Storm  <storm@cua.dk>
10577         * dispextern.h (struct draw_fringe_bitmap_params): Change member
10578         bits from char to short to facilitate wider bitmaps.
10579         (struct redisplay_interface): Fix prototype of define_fringe_bitmap
10580         member.
10582         * fringe.c (struct fringe_bitmap): Change member bits from char to
10583         short to facilitate 16 bits wide bitmaps.  Modify all standard
10584         bitmaps accordingly.
10585         (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
10586         (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
10587         (draw_fringe_bitmap): Ditto.
10588         (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
10589         (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
10590         handle up to 16 bits wide bitmaps.
10591         (Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.
10592         (Ffringe_bitmaps_at_pos): Add missing arg declarations.
10594         * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
10595         (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
10596         need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
10598         * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
10599         so it is no longer necessary to expand them here.
10601         * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
10603 2004-02-12  Kim F. Storm  <storm@cua.dk>
10605         * window.c (Fwindow_fringes): Doc fix.
10607 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10609         * xselect.c (x_get_foreign_selection): Add new optional parameter
10610         time_stamp.
10611         (Fx_get_selection_internal): Ditto, pass time_stamp to
10612         x_get_foreign_selection.
10614         * data.c (Fbyteorder): New function.
10616 2004-02-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10618         * atimer.c: Move include stdio.h to same place as in other files.
10620         * region-cache.c: Ditto.
10622         * sysdep.c: Ditto.
10624         * xfaces.c: Ditto.
10626 2004-02-09  Sam Steingold  <sds@gnu.org>
10628         * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
10630 2004-02-09  Kim F. Storm  <storm@cua.dk>
10632         * fringe.c: New file.  Move original fringe related declarations
10633         and code from dispextern.h and xdisp.c here.
10634         Rework code to support user defined fringe bitmaps, redefining
10635         standard bitmaps, ability to overlay user defined bitmap with
10636         overlay arrow bitmap, and add faces to bitmaps.
10637         (Voverflow_newline_into_fringe): Declare here.
10638         (enum fringe_bitmap_align): New enum.
10639         (..._bits): All bitmaps are now defined without bitswapping; that
10640         is now done in init_fringe_once (if necessary).
10641         (standard_bitmaps): New array with specifications for the
10642         standard fringe bitmaps.
10643         (fringe_faces): New array.
10644         (valid_fringe_bitmap_id_p): New function.
10645         (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
10646         (draw_fringe_bitmap): New function which draws fringe bitmap,
10647         possibly overlaying bitmap with cursor in right fringe or the
10648         overlay arrow in the left fringe.
10649         (update_window_fringes): Do not handle overlay arrow here.
10650         Compare and copy fringe bitmap faces.
10651         (init_fringe_bitmap): New function.
10652         (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
10653         define and destroy user defined fringe bitmaps.
10654         (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
10655         (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
10656         (syms_of_fringe): New function.  Defsubr new DEFUNs.
10657         DEFVAR_LISP Voverflow_newline_into_fringe.
10658         (init_fringe_once, init_fringe): New functions.
10659         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
10661         * Makefile.in (obj): Add fringe.o.
10662         (fringe.o): New dependencies.
10664         * dispextern.h (FRINGE_ID_BITS): New definition for number of
10665         bits allocated to hold a fringe number.  Increase number of bits
10666         from 4 to 8 to allow user defined fringe bitmaps.
10667         (struct glyph_row, struct it): New members left_user_fringe_bitmap,
10668         left_user_fringe_face_id, right_user_fringe_bitmap,
10669         right_user_fringe_face_id.
10670         (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
10671         Move to new file fringe.c.
10672         (MAX_FRINGE_BITMAPS): Define here.
10673         (struct draw_fringe_bitmap_params): New members bits, cursor_p,
10674         and overlay_p.  Change member which to int.
10675         (struct redisplay_interface): New members define_fringe_bitmap
10676         and destroy_fringe_bitmap.
10677         (valid_fringe_bitmap_id_p): Add prototype.
10678         (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
10680         * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
10681         arrows.
10682         (update_frame): Do flush_display if force_flush_display_p to
10683         ensure display (specifically fringes) are updated in a timely
10684         manner when resizing the frame by dragging the mouse.
10685         (update_window_line): Update row if overlay arrow changed.
10686         (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
10687         or overlay arrow changed.
10689         * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
10690         syms_of_fringe, and init_fringe.
10692         * frame.h (struct frame): New member force_flush_display_p.
10694         * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
10695         Add prototypes.
10697         * macterm.c (mac_draw_bitmap): Add overlay_p arg.
10698         (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
10699         thanks to YAMAMOTO Mitsuharu for advice on how to do this.
10700         Use cursor color for displaying cursor in fringe.
10701         (x_redisplay_interface): Add null handlers for
10702         define_fringe_bitmap and destroy_fringe_bitmap functions.
10704         * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
10705         xterm.c to handle overlayed fringe bitmaps and to use cursor color
10706         for displaying cursor in fringe.
10707         (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
10708         specific functions to define and destroy fringe bitmaps in fringe_bmp.
10709         (w32_redisplay_interface): Add them to redisplay_interface.
10710         (w32_term_init): Call w32_init_fringe instead of explicitly
10711         defining fringe bitmaps in fringe_bmp array.
10712         (x_delete_display): Call w32_reset_fringes instead of explicitly
10713         destroying fringe bitmaps in fringe_bmp array.
10715         * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
10716         (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
10717         (continued_bits, continuation_bits, ov_bits, first_line_bits)
10718         (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
10719         (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
10720         (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
10721         (draw_window_fringes, compute_fringe_widths, update_window_fringes):
10722         Move fringe handling vars and code to new file fringe.c.
10723         (handle_display_prop): Handle left-fringe and right-fringe
10724         display properties; store user fringe bitmaps in iterator.
10725         (move_it_in_display_line_to): Handle cursor in fringe at eob.
10726         (clear_garbaged_frames): Set force_flush_display_p if resized.
10727         (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
10728         (display_line): Handle cursor in fringe at eob.
10729         (display_line): Set row user fringe bitmaps from iterator.
10731         * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
10732         Use cursor color for displaying cursor in fringe.
10733         (x_redisplay_interface): Add null handlers for
10734         define_fringe_bitmap and destroy_fringe_bitmap functions.
10736 2004-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10738         * macfns.c (Fx_change_window_property): Make doc string and
10739         parameters same as for X version.
10741         * w32fns.c (Fx_change_window_property): Ditto.
10743 2004-02-07  Kim F. Storm  <storm@cua.dk>
10745         * xdisp.c (hscroll_window_tree): Position cursor near to right
10746         margin in hscrolled window when jumping to end of line (rather
10747         than centering cursor).
10749         * process.c (wait_reading_process_input): Don't do adaptive read
10750         buffering if waiting for a specific process.
10752 2004-02-05  Luc Teirlinck  <teirllm@auburn.edu>
10754         * minibuf.c (Fminibufferp, Fread_from_minibuffer)
10755         (Fread_minibuffer, Feval_minibuffer)
10756         (Fread_string, Fread_no_blanks_input)
10757         (Fcompleting_read): Doc fixes.
10758         (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
10759         completion-regexp-list.  Define Qcase_fold_search and staticpro it.
10760         (read_minibuf): Fix initial comment.
10761         (Ftry_completion, Fall_completions, Ftest_completion): Bind
10762         case-fold-search to the value of completion-ignore-case when
10763         checking completion-regexp-list.
10764         (Fdisplay_completion_list): Make it handle arguments that are
10765         symbols.  Doc fix.
10767 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10769         * xterm.h: Add declaration of free_frame_menubar.
10771         * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
10772         (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
10773         (Fx_change_window_property): Add declaration of parameters type and
10774         format.  Remove unused variable cons.
10776         * xselect.c: Include stdio.h.
10778 2004-02-05  Kenichi Handa  <handa@m17n.org>
10780         * fns.c (Fset_char_table_range): Fix previous change.
10782         * buffer.c (Fset_buffer_multibyte): Fix docstring.
10784 2004-02-04  Luc Teirlinck  <teirllm@auburn.edu>
10786         * editfns.c (Fchar_after, Fchar_before): Doc fixes.
10788 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10790         * keymap.c (Vmouse_events): Rename from Vmenu_events.
10791         (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
10793 2004-02-04  Kenichi Handa  <handa@m17n.org>
10795         * fns.c (Fset_char_table_range): Handle charsets ascii,
10796         eight-bit-control, and eight-bit-graphic correctly.
10798 2004-02-03  Jason Rumney  <jasonr@gnu.org>
10800         * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
10802         * w32fns.c (x_to_w32_font): Likewise.
10804 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10806         * xterm.h: Add x_handle_dnd_message, x_check_property_data,
10807         x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
10809         * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
10810         ClientMessages.
10812         * xselect.c: Include termhooks.h and X11/Xproto.h
10813         (x_check_property_data, x_fill_property_data)
10814         (x_property_data_to_lisp, mouse_position_for_drop)
10815         (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
10816         (Fx_send_client_event): Move here from xfns.c.
10817         (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
10819         * xfns.c (x-send-client-message): Move to xselect.c
10820         (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
10821         OUTER_P.
10822         (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
10823         VECTOR_RET_P.  Handle AnyPropertyType.  Call x_property_data_to_lisp
10824         if vector_ret_p is true.
10825         (syms_of_xfns): Sx_send_client_message moved to xselect.c.
10827 2004-02-02  Eli Zaretskii  <eliz@gnu.org>
10829         * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
10830         basename of FILE relative to it, not FILE itself.
10832 2004-02-02  Kenichi Handa  <handa@m17n.org>
10834         * coding.c (coding_restore_composition): Check invalid
10835         composition data more rigidly.
10837 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
10839         * fileio.c (Fread_file_name_internal): Correctly handle the case
10840         where insert-default-directory is nil.
10841         (Fread_file_name): Always return an empty string if the user exits
10842         with an empty minibuffer.  Adapt the docstring accordingly.
10843         (syms_of_fileio): Adapt the docstring of insert-default-directory
10844         to the change in Fread_file_name.
10846 2004-01-29  Eli Zaretskii  <eliz@gnu.org>
10848         * alloca.c [!alloca]: Fix the prototype for xfree.
10850 2004-01-29  Kenichi Handa  <handa@m17n.org>
10852         * fns.c (string_char_to_byte): Optimize for ASCII only string.
10853         (string_byte_to_char): Likewise.
10855 2004-01-28  Peter Runestig  <peter@runestig.com>
10857         * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
10859 2004-01-27  Steven Tamm  <steventamm@mac.com>
10861         * unexmacosx.c (unexec_copy): Do not copy more than was
10862         requested to prevent overwriting during unexec.
10864 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10866         * process.c (sigchld_handler): Add comment about not calling malloc.
10868         * process.h: Add extern to synch_process_termsig.
10870 2004-01-27  Steven Tamm  <steventamm@mac.com>
10872         * macterm.c (make_mac_frame, make_mac_terminal_frame):
10873         Move setting of scroll bars from make_mac_frame to
10874         make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
10876 2004-01-26  Richard M. Stallman  <rms@gnu.org>
10878         * search.c (Freplace_match): Handle nonexistent
10879         back-references properly.
10881 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10883         * window.c (decode_any_window): New function.
10884         (Fwindow_height, Fwindow_width, Fwindow_edges)
10885         (Fwindow_pixel_edges, Fwindow_inside_edges)
10886         (Fwindow_inside_pixel_edges): Use decode_any_window.
10888 2004-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10890         * process.h: synch_process_termsig new variable.
10892         * callproc.c: Define synch_process_termsig.
10893         (Fcall_process): Initiate synch_process_termsig to zero and
10894         check if non-zero and get signal name after subprocess has ended.
10896         * process.c (sigchld_handler): Set synch_process_termsig
10897         if terminated by a signal.  synch_process_death setting removed.
10899         * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
10901 2004-01-26  Andreas Schwab  <schwab@suse.de>
10903         * print.c (print_preprocess): Declare size as EMACS_INT to not
10904         lose bits.
10905         (print_object): Likewise.
10906         * alloc.c (Fpurecopy): Likewise.
10908 2004-01-25  Luc Teirlinck  <teirllm@auburn.edu>
10910         * window.c (Fwindow_minibuffer_p): Doc fix.
10912 2004-01-24  Jonathan Yavner  <jyavner@member.fsf.org>
10914         * editfns.c (Fformat): Make both passes accept the same set of flags.
10916 2004-01-23  Kenichi Handa  <handa@m17n.org>
10918         * fns.c (Fmd5): If OBJECT is a buffer different from the current
10919         one, set buffer to OBJECT temporarily.
10921 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10923         * keyboard.c (kbd_buffer_gcpro): Remove.
10924         (kbd_buffer_store_event, clear_event, Fdiscard_input)
10925         (stuff_buffered_input, init_keyboard, syms_of_keyboard):
10926         Don't initialize and/or maintain the variable any more.  It was made
10927         redundant by my commit of 2003-06-15.
10929         * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
10931 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10933         * lisp.h: Add undef DECL_ALIGN.
10935 2004-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10937         * process.c (wait_reading_process_input) [SYNC_INPUT]:
10938         Check interrupt_input_pending explicitly.
10940         * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
10942         * keyboard.c (handle_async_input): New fun,
10943         extracted from input_available_signal.
10944         (input_available_signal, reinvoke_input_signal): Use it.
10946 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10948         * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
10950         * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
10951         manipulation macros for when tags are in the lower bits.
10952         (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
10953         (DECL_ALIGN): New macro.
10954         (DEFUN): Use it.
10956         * lisp.h [ENABLE_CHECKING]: Don't force union type.
10958         * s/darwin.h (__attribute__): Remove outdated workaround.
10960         * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
10962         * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
10963         Don't check range of malloc address.
10964         (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
10966         * process.c (wait_reading_process_input): Lisp_Object/int mixup.
10968         * dired.c (Ffile_attributes): Lisp_Object/int mixup.
10970 2004-01-19  Kenichi Handa  <handa@m17n.org>
10972         * fontset.c (fontset_font_pattern): Fix previous change.
10974 2004-01-16  Miles Bader  <miles@gnu.ai.mit.edu>
10976         * xdisp.c (Voverflow_newline_into_fringe)
10977         (move_it_in_display_line_to, redisplay_internal)
10978         (update_window_fringes, redisplay_window, display_line, window):
10979         Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
10980         that it compiles without a window-system.
10981         * dispnew.c (direct_output_for_insert, update_window): Likewise.
10983 2004-01-16  Kim F. Storm  <storm@cua.dk>
10985         * buffer.h (struct buffer): New member indicate_buffer_boundaries.
10987         * buffer.c (init_buffer_once): Set buffer_defaults and
10988         buffer_local_flags for indicate_buffer_boundaries.
10989         (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
10990         default- variable for it.
10992         * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
10993         right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
10994         New members exact_window_width_line_p and cursor_in_fringe_p for
10995         overflowing newlines into right fringe.
10996         New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
10997         and indicate_bottom_line_p for buffer boundaries and scrolling.
10998         (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
10999         FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
11000         HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
11001         and HOLLOW_SQUARE_BITMAP.
11002         (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
11003         Add prototypes.
11005         * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
11006         instead of related indicator fields.
11007         Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
11008         (direct_output_for_insert): Handle exact width lines like
11009         contined lines.  Call update_window_fringes.
11010         (update_window): Call update_window_fringes.
11011         (scrolling_window): Don't skip desired rows with changed bitmaps.
11012         Check if fringe bitmaps changes when assigning scrolled rows.
11014         * xdisp.c (Voverflow_newline_into_fringe): New variable.
11015         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
11016         (move_it_in_display_line_to): Overflow newline into fringe for
11017         rows that are exactly as wide as the window.
11018         (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
11019         (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
11020         (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
11021         (fringe_bitmaps): Add new bitmaps.
11022         (draw_fringe_bitmap): Make extern.  Remove WHICH arg.
11023         Select proper bitmap for cursor in fringe when appropriate.
11024         Handle alignment of bitmap to top or bottom of row.
11025         (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
11026         done by update_window_fringes.
11027         (update_window_fringes, draw_window_fringes): New functions.
11028         (redisplay_internal): Call update_window_fringes in case only
11029         cursor row is updated.
11030         (redisplay_window): Call update_window_fringes.
11031         Explicitly call draw_window_fringes if redisplay was done using
11032         the current matrix or the overlay arrow is in the window.
11033         (try_window_reusing_current_matrix): Mark scrolled rows for
11034         fringe update (to update buffer-boundaries / scrolling icons).
11035         (find_last_unchanged_at_beg_row): Handle exact width lines line
11036         continued lines.
11037         (display_line): Overflow newline into fringe for rows that are
11038         exactly as wide as the window.  Don't append space for newline
11039         in this case.
11040         (notice_overwritten_cursor): Explicitly clear cursor bitmap
11041         in fringe as if it had been overwritten.
11042         (erase_phys_cursor): Erase cursor bitmap in fringe.
11043         (syms_of_xdisp): Mark show-trailing-whitespace and
11044         void-text-area-pointer as user options.
11045         DEFVAR_LISP Voverflow_newline_into_fringe.  Enable by default.
11047         * xterm.c (x_update_window_end): Call draw_window_fringes.
11048         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11049         in row instead of actually drawing fringe bitmaps.
11050         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11051         (x_draw_window_cursor): Draw cursor in fringe.
11053         * w32term.c (x_update_window_end): Call draw_window_fringes.
11054         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11055         in row instead of actually drawing fringe bitmaps.
11056         (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11057         (w32_draw_window_cursor): Draw cursor in fringe.
11059         * macterm.c (x_update_window_end): Call draw_window_fringes.
11060         (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11061         in row instead of actually drawing fringe bitmaps.
11062         (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11063         (mac_draw_window_cursor): Draw cursor in fringe.
11065 2004-01-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11067         * xterm.c (handle_one_xevent): Don't handle characters that are part
11068         of an old style (XLookupString) compose sequence.
11070 2004-01-15  Kenichi Handa  <handa@m17n.org>
11072         * search.c (Freplace_match): Use make_multibyte_string or
11073         make_unibyte_string according to the buffer multibyteness.
11075 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11077         * alloc.c (struct interval_block, struct string_block)
11078         (struct symbol_block, struct marker_block, live_string_p)
11079         (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
11080         Better preserve alignment for objects in blocks.
11081         (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
11083         * lread.c (defvar_per_buffer): Remove dead declaration.
11085         * macterm.c (do_check_ram_size): Don't hardcode the lisp address
11086         space size.
11088 2004-01-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11090         * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
11091         if a key press should pop down.  Only pop down if a key is pressed
11092         outside the menu/dialog.
11093         (create_and_show_popup_menu): Pass 0 for down_on_keypress to
11094         popup_get_selection.
11095         (create_and_show_dialog): Pass 1 for down_on_keypress to
11096         popup_get_selection.
11098 2004-01-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11100         * alloc.c (allocate_vectorlike): Surround calls to mallopt with
11101         BLOCK/UNBLOCK_INPUT.
11103 2004-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11105         * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
11106         specified.
11108 2004-01-08  Kenichi Handa  <handa@m17n.org>
11110         * editfns.c (Fformat): Fix '&' to '&&'.
11112 2004-01-08  Andreas Schwab  <schwab@suse.de>
11114         * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
11115         size if PSEUDOVECTOR_FLAG is set.
11117 2004-01-07  Kenichi Handa  <handa@m17n.org>
11119         * charset.c (Fdeclare_equiv_charset): Fix docstring.
11121         * fontset.c (fontset_ref_via_base): Fix previous change.
11123 2004-01-07  Kim F. Storm  <storm@cua.dk>
11125         * process.c (read_process_output): Only activate adaptive
11126         buffering if we read less than 256 bytes at a time.
11128 2004-01-06  Kim F. Storm  <storm@cua.dk>
11130         * dispnew.c (buffer_posn_from_coords): Return both buffer/string
11131         object and image object.  Return glyph width and height.
11132         (mode_line_string, marginal_area_string): Ditto.
11134         * dispextern.h (buffer_posn_from_coords, mode_line_string)
11135         (marginal_area_string): Fix prototypes.
11137         * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
11138         POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN.  All uses changed.
11139         (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
11141         * keyboard.c (make_lispy_position): Use modified mode_line_string,
11142         buffer_posn_from_coords, and marginal_area_string functions to
11143         include both string object and image object in the lispy position.
11144         Also add actual glyph width and height to position.
11145         (read_key_sequence): Use real buffer position from mouse
11146         event to find keymap property even when click is in marginal area.
11148         * xdisp.c (note_mode_line_or_margin_highlight): Use modified
11149         mode_line_string and marginal_area_string functions to handle
11150         both string object and image object properties.
11152 2004-01-06  Andreas Schwab  <schwab@suse.de>
11154         * syntax.c (skip_chars): Treat '-' at end of string as ordinary
11155         character.
11157 2004-01-02  Andreas Schwab  <schwab@suse.de>
11159         * macterm.c (emacs_options, x_initialized, same_x_server):
11160         Remove unused (and duplicated) definitions.
11162 2004-01-02  Kim F. Storm  <storm@cua.dk>
11164         * process.h (struct Lisp_Process): New members for adaptive read
11165         buffering: adaptive_read_buffering, read_output_delay, and
11166         read_output_skip.
11168         * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
11169         (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
11170         (READ_OUTPUT_DELAY_MAX_MAX): New constants.
11171         (process_output_delay_count, process_output_skip): New vars.
11172         (Vprocess_adaptive_read_buffering): New variable.
11173         (make_process): Initialize adaptive read buffering members.
11174         (Fstart_process): Set adaptive_read_buffering member.
11175         (deactivate_process): Cleanup adaptive read buffering.
11176         (wait_reading_process_input): Temporarily omit delayed
11177         subprocesses from the set of file descriptors to read from;
11178         adjust the select timeout if we skipped any subprocesses.
11179         (read_process_output): Increase adaptive read buffering delay if
11180         we read less than a full buffer; reduce delay when we read a
11181         full buffer.
11182         (send_process): Simplify using local Lisp_Process var.
11183         Reset adaptive read buffering delay after write.
11184         (init_process): Initialize process_output_delay_count and
11185         process_output_skip.
11186         (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
11188 2004-01-01  Jason Rumney  <jasonr@gnu.org>
11190         * w32term.c (w32_text_out): Use s->font, for consistency with callers.
11192 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11194         * print.c (Ferror_message_string): Add hyperlink in the docstring
11195         to the definition of `signal' in the Elisp manual.
11196         * eval.c (Fsignal): Ditto.
11198 2003-12-29  James Clark  <jjc@jclark.com>
11200         * fns.c (internal_equal): Return t for two NaN arguments.
11202 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11204         * data.c (store_symval_forwarding): Handle setting
11205         default-fill-column, etc., by changing the value in
11206         buffers that use the default.
11208         * minibuf.c (Fset_minibuffer_window): Doc fix.
11210         * fileio.c (choose_write_coding_system): Ignore auto_saving
11211         if using the visited file for auto saves.
11212         (Fwrite_region): Don't update SAVE_MODIFF
11213         if auto-saving in visited file.
11215 2003-12-29  Kenichi Handa  <handa@m17n.org>
11217         * dispextern.h (face_font_available_p): Extern it.
11219         * fontset.c (Voverriding_fontspec_alist): New variable.
11220         (lookup_overriding_fontspec): New function.
11221         (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
11222         (fontset_font_pattern): Likewise.
11223         (regulalize_fontname): New function.
11224         (Fset_fontset_font): Call regulalize_fontname.
11225         (Fset_overriding_fontspec_internal): New function.
11226         (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
11227         Defsubr Sset_overriding_fontspec_internal.
11229         * xfaces.c (face_font_available_p): New function.
11231 2003-12-28  Richard M. Stallman  <rms@gnu.org>
11233         * buffer.c (Fother_buffer): Don't crash if BUF is nil
11234         or if its name is nil.
11236         * buffer.c (Fkill_buffer): Don't delete auto-save file
11237         if it's the same as the visited file.
11239 2003-12-28  Luc Teirlinck  <teirllm@auburn.edu>
11241         * coding.c (Fcheck_coding_system): Doc fix.
11243 2003-12-28  Kim F. Storm  <storm@cua.dk>
11245         * Makefile.in (eval.o): Depend on dispextern.h.
11247         * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
11248         image glyph using image's ascent.
11249         (mode_line_string): Return image glyph as object clicked on.
11250         Adjust y0 for image glyph using image's ascent.
11252         * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
11253         (struct glyph): New members, ascent and descent.  Used to save
11254         this glyph's ascent and descent, instead of having.
11255         (struct glyph): Declare member face_id using FACE_ID_BITS.
11256         (find_hot_spot): Add prototype.
11258         * keyboard.c (Qimage): Remove extern (now in lisp.h).
11259         (QCmap): Declare extern.
11260         (make_lispy_position): When position is inside image hot-spot,
11261         use hot-spot element's id as posn element.
11263         * lisp.h (IMAGEP): New macro to test for image object type.
11264         (Qimage): Declare extern.
11266         * macfns.c (Qimage): Remove extern (now in lisp.h).
11267         (valid_image_p, parse_image_spec): Use IMAGEP macro.
11269         * macterm.c (Qface, Qmouse_face): Remove unused externs.
11271         * w32fns.c (Qimage): Remove extern (now in lisp.h).
11272         (valid_image_p, parse_image_spec): Use IMAGEP macro.
11274         * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
11276         * w32term.c (Qface, Qmouse_face): Remove unused externs.
11278         * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
11279         pointer types.
11280         (Qrelative_width, Qalign_to): Remove unused variables.
11281         (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
11282         (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
11283         image maps.
11284         (x_y_to_hpos_vpos): Return glyph relative coordinates through
11285         new dx and dy args.
11286         Remove buffer_only_p arg (always 0).  Simplify code accordingly.
11287         (get_glyph_string_clip_rect): Draw cursor using glyph's rather
11288         than row's ascent and height, to get sensible height on tall rows.
11289         (build_desired_tool_bar_string): Remove Qimage extern.
11290         (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
11291         (produce_image_glyph): Adjust it.ascent to minimum row ascent if
11292         image glyph is alone on the last line.
11293         (append_glyph, append_composite_glyph, produce_image_glyph)
11294         (append_stretch_glyph): Set glyph's ascent and descent.
11295         (on_hot_spot_p): New function to check if position is inside an
11296         rectangular, circular, or polygon-shaped image hot-spot,
11297         (find_hot_spot): New function to search for image hot-spot.
11298         (Flookup_image_map): New defun to search for image hot-spot.
11299         (define_frame_cursor1): New aux function to determine frame pointer.
11300         (note_mode_line_or_margin_highlight, note_mouse_highlight):
11301         Handle `pointer' text property and :pointer image property to
11302         control frame pointer shape.  Detect image hot-spots for pointer
11303         and help_echo properties.  Use define_frame_cursor1.
11304         (note_mouse_highlight): Use Vvoid_text_area_pointer.
11305         (syms_of_xdisp): Defsubr new defun.  Intern and staticpro new variables.
11306         DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
11308         * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
11310         * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
11311         (Qimage): Remove extern (now in lisp.h).
11312         (valid_image_p, parse_image_spec): Use IMAGEP macro.
11314         * xmenu.c (show_help_event): Remove unused code.
11316         * xterm.c (Qface, Qmouse_face): Remove unused externs.
11317         (x_draw_hollow_cursor): Draw cursor using glyph's rather than
11318         row's ascent and descent, to get a sensible height on tall rows.
11320 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
11322         * minibuf.c (Fcompleting_read): Undo previous change.
11324 2003-12-25  Lars Hansen  <larsh@math.ku.dk>
11326         * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
11327         Arguments GCPRO'ed in call to file name handler.
11329 2003-12-25  Thien-Thi Nguyen  <ttn@gnu.org>
11331         * termcap.c (tgetst1): Scan for "%pN"; if all
11332         N are continuous in [1,9], remove all "%pN".
11334 2003-12-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11336         * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
11338         * xfaces.c (lface_fully_specified_p): Take into account that
11339         MAC OS always have unspecified stipple.
11341 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11343         * tparam.c (tparam1): Add handling for `%pN', which
11344         means use param N for the next substitution.
11346 2003-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
11348         * xfaces.c (Fcolor_gray_p): Fix omission bug:
11349         In case `frame' is nil, consult the selected frame.
11350         (Fcolor_supported_p): Likewise.
11352 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
11354         * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
11355         Doc fixes.
11357         * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
11358         and an integer.  Adapt the introductory comment accordingly.
11359         (Fread_from_minibuffer): Delete code moved into read_minibuf.
11360         Doc fix.
11361         (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
11362         read_minibuf.
11363         (Fcompleting_read): Delete code moved into read_minibuf.
11364         (Ftest_completion): Make it handle obarrays and hash tables correctly.
11366 2003-12-03  Kenichi Handa  <handa@m17n.org>
11368         * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
11369         encoding sequence.
11371 2003-12-01  Kenichi Handa  <handa@m17n.org>
11373         * composite.c (syms_of_composite): Don't make the compostion hash
11374         table week.
11376 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
11378         * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
11379         * textprop.c (Fget_char_property_and_overlay): New function.
11380         (syms_of_textprop): Defsubr it.
11382 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11384         * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
11385         to compile on terminal configuration.
11387         * fileio.c (Fread_file_name): Check use_file_dialog also before
11388         calling Fx_file_dialog.
11390         * fns.c (use_file_dialog): New variable.
11391         (syms_of_fns): DEFVAR_BOOL use-file-dialog.
11393 2003-11-29  Kim F. Storm  <storm@cua.dk>
11395         * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
11396         (syms_of_msdos): Don't intern and staticpro them.
11398 2003-11-27  Kim F. Storm  <storm@cua.dk>
11400         * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
11401         coordinates relative to glyph at posn.  If glyph is an image,
11402         return that as object at posn.  Callers changed.
11403         (mode_line_string, marginal_area_string): Calculate and return
11404         pixel coordinates relative to glyph.  Callers changed.
11406         * dispextern.h (buffer_posn_from_coords, mode_line_string)
11407         (marginal_area_string): Fix prototypes.
11408         (window_box_left_offset, window_box_right_offset): Add prototypes.
11410         * frame.h (get_specified_cursor_type, get_window_cursor_type):
11411         Remove prototypes.
11413         * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
11415         * keyboard.c (make_lispy_position): Add x and y coordinates
11416         relative to the current glyph as 7th element of position.
11417         If glyph is an image, return it in the object element.
11418         (read_key_sequence): Skip checks for keymap property in cases
11419         where POSN_STRING is not a string (e.g. an image).
11421         * xdisp.c (Vdisplay_pixels_per_inch): New variable.
11422         (Vshow_text_cursor_in_void): New variable.
11423         (glyph_to_pixel_coords): Don't use negative hpos.
11424         (x_y_to_hpos_vpos): Fix for partially visible first glyph.
11425         (append_stretch_glyph): Change ascent arg to be actual value
11426         in pixels rather than ratio to height.  Callers changed.
11427         (calc_pixel_width_or_height): New aux function, implementing
11428         pixel based artihmetic for glyph widths and heights.
11429         (produce_stretch_glyph): Use calc_pixel_width_or_height for
11430         :width, :height, :align-to, and :ascent, thus allowing these to
11431         be specified in pixels as well as multiples of characters.
11432         Don't produce stretch glyphs with zero width or height.
11433         (get_specified_cursor_type): Declare static.
11434         (get_window_cursor_type): Declare static.  Add glyph arg to be
11435         able to know when cursor is on an image; always substitute
11436         hollow-box cursor for filled-box cursor on images, to avoid
11437         negative images and flicker when blinking the cursor.
11438         (display_and_set_cursor): Pass glyph to get_window_cursor_type.
11439         (note_mode_line_or_margin_highlight): Use non-text cursor rather
11440         than vertical scroll-bar cursor in display margins.
11441         (note_mouse_highlight): Use non-text cursor rather than text
11442         cursor in fringes and over images in the text area.
11443         Use non-text cursor when mouse pointer is outside editable text,
11444         i.e. in the void after end-of-line or end-of-buffer; this was
11445         already done for W32, but is now standard for all systems --
11446         user can toggle show-text-cursor-in-void to get old behaviour.
11447         (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
11448         Vdisplay_pixels_per_inch.
11450 2003-11-25  Andreas Schwab  <schwab@suse.de>
11452         * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
11453         EMACS_INT to not lose bits.
11454         (Ffillarray): Don't set bits beyond the size of a bool vector.
11456 2003-11-25  Kim F. Storm  <storm@cua.dk>
11458         * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
11459         define this defun on systems that cannot use stderr as lvalue.
11461 2003-11-24  Gerd Moellmann  <gerd@gnu.org>
11463         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
11464         [__FreeBSD_version >= 500042]: Define as -znocombreloc because
11465         ld's default is incompatible with unexec.
11467 2003-11-23  Kim F. Storm  <storm@cua.dk>
11469         * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
11470         (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
11471         (Fforce_window_update): New defun.
11472         (syms_of_window): Defsubr it.
11473         (Fset_window_margins, Fset_window_fringes): Doc fix.
11475         * print.c (Fredirect_debugging_output): New defun.
11476         (syms_of_print): Defsubr it.
11478 2003-11-22  Luc Teirlinck  <teirllm@auburn.edu>
11480         * fns.c (Fset_char_table_parent): Doc fix.
11482 2003-11-22  Kim F. Storm  <storm@cua.dk>
11484         * dispnew.c (buffer_posn_from_coords): Return actual row/column
11485         for glyph clicked on, rather than (unused) pixel positions.
11486         (mode_line_string, marginal_area_string): Change X and Y args to
11487         pointers for returning actual row/column for glyph clicked on.
11488         Simplify and optimize loops.
11490         * dispextern.h (mode_line_string, marginal_area_string):
11491         Update prototypes.
11493         * keyboard.c (make_lispy_position): New function for generating
11494         mouse click positions from frame and pixel coordinates.
11495         Enhanced to return buffer position and actual row/column for
11496         events outside the text area using updated mode_line_string and
11497         marginal_area_string functions.
11498         Return left-fringe and right-fringe clicks as such, rather than
11499         clicks in text area.
11500         (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
11501         pixel_to_glyph_coords, as we never use the results.
11502         (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
11503         WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
11504         Eliminate unused code in WHEEL_EVENT handling.
11505         (make_lispy_movement): Use make_lispy_position.
11507         * window.c (coordinates_in_window): Remove redundant tests.
11508         Fix returned X pixel value for left-margin.
11510         * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
11511         mode_line_string and marginal_area_string parameters.
11513 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
11515         * w32.c (struct the_group, getgrgid): Add.
11516         * mac.c (struct my_group, getgrgid): Add.
11518 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11520         * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
11522 2003-11-21  Lars Hansen  <larsh@math.ku.dk>
11524         * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
11525         include in call to file name handler.  Optionally translate numeric
11526         UID and GID to strings.  Update docstring.
11527         (directory_files_internal): Add parameter ID-FORMAT.
11528         (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
11529         include in call to file name handler and call to
11530         directory_files_internal.  Update Docstring.
11531         (Fdirectory_files): Add dummy parameter in call to
11532         directory_files_internal.
11533         * lisp.h (Qinteger): Add.
11534         (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
11535         (Ffile_attributes): Add parameter.
11536         * data.c (Qinteger): Export.
11538 2003-11-21  Luc Teirlinck  <teirllm@auburn.edu>
11540         * fns.c (Freverse, Fnreverse): Doc fixes.
11542 2003-11-19  Kim F. Storm  <storm@cua.dk>
11544         * xdisp.c (init_iterator): Initialize it->start to position
11545         before reseating (in case start position is invisible).
11546         (init_to_row_start): Set it->start to row-start.
11547         (redisplay_window): Accept optional_new_start if start position
11548         is invisible (in which case IT_CHARPOS overshoots PT).
11549         (display_line): Setup row->start from it->start (rather than
11550         it->current which is wrong if first char on line is invisible).
11551         When done, reseat it->start to it->current (= start of next row).
11552         (expose_area): Fix exposure of text area when first char (e.g. TAB)
11553         is only partially visible.
11555         * dispextern.h (struct it): New member start.
11557 2003-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         * alloc.c (make_float, Fcons): Clear the markbit at init time.
11560         (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
11561         of block_index outside of the macro call.
11562         (Fgarbage_collect): Remove null code.
11564         * m/amdx86-64.h: Don't redefine XPNTR.
11566         * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
11567         of VALMASK.
11569         * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
11570         (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
11571         (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
11573         * lisp.h (VALMASK): Only define for non-union type.
11574         (MARKBIT): Remove.
11575         (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
11576         (XTYPE): Define unconditionally.
11577         (XSETTYPE): Remove one more remnant.
11578         (EQ): Define differently for the union and non-union cases.
11579         (INTMASK): New bit mask.
11580         (struct Lisp_Marker): Move down to prepare for upcoming patch.
11581         (GC_EQ): Delegate to EQ.
11583         * coding.c (coding_restore_composition): Lisp_Object/int mixup.
11585 2003-11-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11587         * xterm.c (x_window_to_scroll_bar): Move check of display to
11588         where window_id is compared.
11590 2003-11-17  Kim F. Storm  <storm@cua.dk>
11592         * dispextern.h (struct it): New member first_vpos.
11594         * xdisp.c (start_display): Set it->first_vpos.
11595         (try_window_id): Use first_vpos to start display in first _text_
11596         line if no reusable lines at start of window with header line.
11598 2003-11-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11600         * w32fns.c (XPutPixel):
11601         * w32bdf.c (w32_init_bdf_font):
11602         * sunfns.c (sel_read):
11603         * process.c (Fmake_network_process):
11604         * frame.c (store_frame_param):
11605         * fontset.c (Fset_fontset_font):
11606         * emacs.c (shut_down_emacs):
11607         * ccl.c (ccl_driver): Remove period at end of error message.
11609         * config.in: Regenerate.
11611         * xfns.c (x_window_to_frame, x_any_window_to_frame)
11612         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
11613         (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
11614         (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
11615         (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
11617         * xterm.h (struct x_display_info): New field xg_cursor for GTK.
11619         * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
11620         (XTmouse_position, handle_one_xevent): Pass Display* to
11621         x_window_to_scroll_bar.
11622         (x_window_to_scroll_bar): Take a Display* argument.
11623         Check that display for frame is equal to Display* argument.
11624         (event_handler_gdk): Remove current_dpyinfo.  Get dpyinfo from
11625         x_display_info_for_display instead.  Use Display in xev instead
11626         of GDK_DISPLAY.
11627         (x_dispatch_event): Call x_display_info_for_display.
11628         (XTread_socket): Move GTK part out of loop.  current_dpyinfo removed.
11629         (x_connection_closed): Call xg_display_close for GTK.
11630         (x_term_init): Call xg_display_open for additional displays.
11631         Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
11632         for GTK.
11634         * xmenu.c (single_menu_item, mouse_position_for_popup)
11635         (x_activate_menubar): Formatting adjustments.
11637         * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
11638         adjustments.
11640         * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
11641         (xg_display_close, xg_create_default_cursor)
11642         (xg_get_gdk_pixmap_and_mask): New functions for multiple display
11643         handling.
11644         (xg_left_ptr_cursor): Remove.
11645         (xg_set_cursor): Change cursor to GdkCursor*.  Do not create
11646         cursor here.
11647         (xg_win_to_widget): Take Display* argument, call
11648         gdk_xid_table_lookup_for_display.
11649         (xg_create_frame_widgets, xg_get_file_name, create_menus)
11650         (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
11651         (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
11652         in FRAME_X_DISPLAY_INFO.
11653         (xg_get_scroll_id_for_window): Take Display* argument.
11654         (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
11655         (xg_initialize): Remove xg_left_ptr_cursor.
11657         * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
11658         Display* argument.
11659         (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
11661 2003-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11663         * xterm.c (x_detect_focus_change): Do not change focus frame for
11664         Enter/LeaveNotify if the current focus frame has explicit focus.
11666 2003-11-14  Kim F. Storm  <storm@cua.dk>
11668         * dispnew.c (update_text_area): Fix redisplay error when hscroll
11669         is active and first glyph is only partially visible.
11671 2003-11-13  Kenichi Handa  <handa@m17n.org>
11673         * xdisp.c (select_frame_for_redisplay): New function.
11674         (redisplay_internal): Record also selected_frame for
11675         unwind_redisplay.  Call select_frame_for_redisplay before
11676         redrawing each frame.
11677         (unwind_redisplay): Argument changed to a cons.
11679 2003-11-12  Luc Teirlinck  <teirllm@auburn.edu>
11681         * fns.c (Fstring_to_multibyte): Doc fix.
11683 2003-11-11  Kenichi Handa  <handa@m17n.org>
11685         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
11687 2003-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11689         * xfns.c (x_window): Set XtNx and XtNy in shell widget for
11690         program specified positions.
11692 2003-11-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11694         * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
11696 2003-11-08  Kenichi Handa  <handa@m17n.org>
11698         * Makefile.in (lisp): Add kannada.el.
11699         (shortlisp): Likewise.
11701 2003-11-07  Kenichi Handa  <handa@m17n.org>
11703         * coding.c (coding_allocate_composition_data):
11704         Reset coding->composing to COMPOSITION_NO.
11705         (coding_restore_composition): Detect invalid composition data.
11706         Give Fstring and Fvector a Lispy integer, not C int.
11708 2003-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11710         * floatfns.c (Flogb): Don't use VALMASK.
11712         * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
11713         * m/ia64.h (VALBITS, XINT, XUINT): Remove.
11715         * lisp.h (XINT): Move the cast to clarify what is going on.
11716         (GCTYPEMASK, XSETTYPE): Remove.
11717         (XGCTYPE): Make it an alias of XTYPE.
11719 2003-11-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11721         * xterm.c (x_term_init): Fix formatting.
11723 2003-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11725         * gtkutil.h (xg_have_tear_offs): Declare.
11726         (xg_keep_popup, xg_did_tearoff): Remove.
11728         * gtkutil.c: Remove variable xg_did_tearoff.
11729         (xg_have_tear_offs): New function.
11730         (tearoff_remove): Just decrease xg_detached_menus.
11731         (tearoff_activate): Increase xg_detached_menus and call
11732         tearoff_remove when tearoff is removed.
11733         (xg_keep_popup): Remove function.
11734         (create_menus): Give add_tearoff_p as argument to recursive
11735         call to create_menus.
11736         (xg_create_widget): Use variables instead of multiple
11737         strcmp.  Tell create_menus to create tear off only for
11738         menu bar menus.
11739         (xg_update_menubar): Change title for a detached menu also.
11740         (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
11741         of deep_p.
11742         (xg_initialize): Initialize xg_detached_menus, remove
11743         initialization of xg_did_tearoff.
11745         * xmenu.c (set_frame_menubar): For GTK, set deep_p if
11746         xg_have_tear_offs returns non-zero.
11747         (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
11748         call to xg_keep_popup.
11750 2003-11-01  Andrew Choi  <akochoi@shaw.ca>
11752         * macterm.c (XTread_socket): Handle menubar selection and grow
11753         window only for mouseDown events.
11755 2003-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11757         * xterm.c (x_term_init): For GTK part, increase x_initialized
11758         to check for more than one display.  Use error instead of return 0.
11760 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
11762         * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
11763         (copy_dysymtab): Call it.
11765 2003-10-31  Luc Teirlinck  <teirllm@auburn.edu>
11767         * eval.c (Fdefvaralias): Doc fix.
11769 2003-10-26  Luc Teirlinck  <teirllm@auburn.edu>
11771         * data.c (Fsetplist): Doc fix.
11773 2003-10-14  Lute Kamstra  <lute@gnu.org>
11775         * window.c (Fset_window_fringes): Clarify docstring.
11777 2003-10-14  Kim F. Storm  <storm@cua.dk>
11779         * window.c (Fset_window_margins): Simplify arg checking.
11781 2003-10-13  Richard M. Stallman  <rms@gnu.org>
11783         * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
11784         (print_partial_compiled_pattern): Replace assert with a printout.
11785         (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
11787         * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
11789         * window.c (Fset_window_margins): Allow only integers as args.
11790         (syms_of_window) <special-display-buffer-names, special-display-regexps>:
11791         Doc fixes.
11793 2003-10-13  Lute Kamstra  <lute@gnu.org>
11795         * window.c (Fset_window_fringes): Elaborate docstring.
11797 2003-10-12  Andrew Choi  <akochoi@shaw.ca>
11799         * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
11801         * s/darwin.h (GC_MARK_STACK): Define.
11803 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11805         * window.c (shrink_windows): New function.
11806         (size_window): Call shrink_windows to calculate window sizes when
11807         shrinking frame with more than one window.
11809 2003-10-12  Kim F. Storm  <storm@cua.dk>
11811         * xdisp.c (compute_fringe_widths): Doc fix.
11813 2003-10-08  Kenichi Handa  <handa@m17n.org>
11815         * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
11817 2003-10-07  Kenichi Handa  <handa@m17n.org>
11819         * coding.c (Qcoding_system_define_form): New variable.
11820         (syms_of_coding): Intern and staticpro it.
11821         (Fcheck_coding_system): Try to autoload the definition of
11822         CODING-SYSTEM.
11824 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
11826         * fns.c (Frequire): Doc fix.
11828 2003-10-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11830         * xfns.c (Fx_send_client_event): New function as a base for
11831         manipulating extended window manager hints.
11832         (Fx_send_client_event): Remove unused variable s.
11834         * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
11835         that function is removed.
11837         * xterm.c (x_set_offset): Use move_offset_left/top instead of
11838         x/y_pixels_outer_diff.
11839         (x_check_expected_move): Calculate move_offset_left/top.
11841         * xterm.h (struct x_output): New members: move_offset_top/left.
11843         * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
11844         call x_set_offset directly.
11846         * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
11848         * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
11850         * xterm.c (x_delete_display): Free font names and font_encoder
11851         in dpyinfo->font_table.
11853         * xfns.c (Fx_close_connection): Only call XFreeFont here.
11854         Move xfree of font names to x_delete_display.
11856         * xterm.h (struct x_display_info): New member, wm_type.
11857         (struct x_output): New members, expected_top/left and
11858         check_expected_move.
11860         * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
11861         is received.
11862         (handle_one_xevent): Rename x_check_expected_move from
11863         x_check_fullscreen_move.
11864         (x_set_offset): Only add WM decoration sizes to modified_top/left
11865         for X_WMTYPE_A.  Set check_expected_move when WM type is unknown.
11866         (x_check_expected_move): Rename from x_check_fullscreen_move.
11867         Removed fullscreen specific code.  Use check_expected_move,
11868         expected_left/top instead.  Also, set wm_type.
11869         (x_term_init): Initialize wm_type to unknown.
11871         * frame.c (x_fullscreen_move): Remove addition of WM decoration
11872         sizes to move_x/y.
11874 2003-10-03  Kenichi Handa  <handa@m17n.org>
11876         * macterm.c (x_load_font): Clear all members of FONTP before start
11877         filling them.
11879 2003-10-02  Kenichi Handa  <handa@m17n.org>
11881         * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
11882         before calling find_ccl_program_func.  Call find_ccl_program_func
11883         only when fontp->font_encoder is not NULL.
11885         * xterm.c (x_load_font): Clear all members of FONTP before start
11886         filling them.
11888 2003-10-03  John Paul Wallington  <jpw@gnu.org>
11890         * keymap.c (map_keymap): Don't abort when binding is a vector.
11892 2003-10-02  Jason Rumney  <jasonr@gnu.org>
11894         * makefile.w32-in (emacs.o, coding.o, bytecode.o):
11895         Sync dependencies with Makefile.in.
11896         (alloca.o): Remove.
11898         * w32fns.c (w32_load_system_font): Clear all members of FONTP before
11899         filling them.
11901         * w32bdf.c (w32_load_bdf_font): Likewise.
11903 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11905         * term.c (set_tty_color_mode): Calculate current_mode_spec
11906         regardless of value of VAL.
11908         * intervals.c (graft_intervals_into_buffer):
11909         Set BUF_INTERVALS (buffer)->up_obj when appropriate.
11910         Handle over_used when splitting UNDER.
11912 2003-09-30  YAMAMOTO  Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11914         * regex.c (regex_compile): Free the stack when returning from function.
11916 2003-09-28  Kenichi Handa  <handa@m17n.org>
11918         * fontset.c (Finternal_char_font): Change return value to
11919         cons (FONT-NAME . GLYPH-CODE).
11921 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
11923         * term.c (tty_setup_colors): Treat any negative argument as -1.
11925 2003-09-27  Gaute B Strokkenes  <biggaute@uwc.net>  (tiny change)
11927         * process.c (send_process): Delete unused temp_buf.
11929 2003-09-26  Dave Love  <fx@gnu.org>
11931         * xterm.c (x_bitmap_mask): Declare.
11933 2003-09-25  Dave Love  <fx@gnu.org>
11935         * Makefile.in (fns.o): Depend on md5.h.
11937 2003-09-25  Kim F. Storm  <storm@cua.dk>
11939         * window.c (set_window_buffer): Fix redisplay problems when
11940         switching between buffers with different display margin widths.
11942 2003-09-23  Kim F. Storm  <storm@cua.dk>
11944         * process.c (set_socket_option): Fix :bindtodevice option.
11945         (Fset_network_process_option): Update process contact list when
11946         setting option succeeds.
11947         (Fmake_network_process): Doc fix.
11949 2003-09-23  Dave Love  <fx@gnu.org>
11951         * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
11953 2003-09-22  Eli Zaretskii  <eliz@gnu.org>
11955         * term.c (set_tty_color_mode): Use INTEGERP to test whether a
11956         color mode is an integer number (it could be -1).
11958 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11960         * intervals.c (graft_intervals_into_buffer): Correct the main loop
11961         in the case where OVER is longer than UNDER.
11963 2003-09-22  Masatake YAMATO  <jet@gyve.org>
11965         * window.c (Fset_window_scroll_bars): Validate the value of
11966         `vertical_type'.
11968 2003-09-21  Kim F. Storm  <storm@cua.dk>
11970         * frame.c (Vdefault_frame_scroll_bars): New variable.
11971         (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
11972         (syms_of_frame): DEFVAR_LISP it, and initialize according to
11973         window-system default scroll bar position.
11975         * window.c (Fwindow_scroll_bars): Doc fix.
11977 2003-09-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11979         * xterm.c (x_set_offset): Take window manager decorations into account.
11981 2003-09-19  Richard M. Stallman  <rms@gnu.org>
11983         * atimer.h: Don't include lisp.h.
11984         (P_): Define it here (as well as elsewhere).
11986         * print.c (Fprin1_to_string): Move the PRINTPREPARE
11987         later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
11989         * data.c (Fvariable_binding_locus): New function.
11990         (syms_of_data): defsubr it.
11991         (Flocal_variable_p): Delete duplicate call to indirect_variable.
11993 2003-09-18  Dave Love  <fx@gnu.org>
11995         * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
11997         * process.c (Fnetwork_interface_info): Fix type error.
11998         (Fnetwork_interface_list): Doc fix.
11999         (read_process_output, read_process_output): Delete unused var.
12001 2003-09-17  Kim F. Storm  <storm@cua.dk>
12003         * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
12004         Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
12005         (Fnetwork_interface_info): Check that ifreq struct has required
12006         fields before accessing them; this requires that those fields are
12007         defined as macros, which may be too restrictive on some platforms,
12008         but it is better than failing on other platforms.
12009         (syms_of_process): Only defsubr above fns when included.
12011 2003-09-17  Dave Love  <fx@gnu.org>
12013         * unexalpha.c: Don't include varargs.h.
12015 2003-09-17  Kim F. Storm  <storm@cua.dk>
12017         * process.c (Fset_process_sentinel): Add sentinel to childp plist
12018         for network process.
12019         (socket_options): Add `:' prefix to option names.  Add optbit field.
12020         (set_socket_option): Remove no_error arg and special handling of s < 0.
12021         Return 1<<optbit for known option, 0 for unknown.
12022         Do not interpret 0 as false for boolean option (only nil).
12023         Pass failed option and value to report_file_error.
12024         (Fset_network_process_options): Replace by Fset_network_process_option.
12025         (Fset_network_process_option): New function to set just one option.
12026         (Fmake_network_process): Allow :coding arg to be a cons.
12027         Allow :server arg to be an integer specifying backlog size.
12028         Remove :options arg, and allow options to be specified directly
12029         as :KEY, VALUE pairs.  Parse these options before binding socket.
12030         As before, :reuseaddr t is default for a server process, but this
12031         can now be disabled by specifying :reuseaddr nil.
12032         (Fnetwork_interface_info): Rename from Fget_network_interface_info.
12033         (init_process): Availability of network options is now checked with
12034         simpler syntax (featurep 'make-network-process :OPTION); use loop to
12035         setup features.
12036         (syms_of_process): Fix defsubr's for the replaced functions.
12038 2003-09-16  Dave Love  <fx@gnu.org>
12040         * Makefile.in: Depend on coding.h.
12042 2003-09-14  Kim F. Storm  <storm@cua.dk>
12044         * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
12045         (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
12046         (syms_of_process): Defsubr them.
12048         * config.in: Regenerate.
12050 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12052         * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
12053         * m/news-r6.h (XUNMARK): Remove.
12054         * m/mips.h (XUNMARK): Remove.
12055         * m/mips-siemens.h (XUNMARK): Remove.
12056         * m/iris4d.h (XUNMARK): Remove.
12057         * m/hp800.h (XMARKBIT, XUNMARK): Remove.
12059 2003-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12061         * lisp.h (VALBITS): Don't remove 1 for the markbit.
12062         (union Lisp_Object): Use unsigned int for types.  Remove markbit.
12063         (MARKBIT): Remove 1 from VALBITS so we still use same old val.
12064         (XTYPE): Use unsigned right-shift.
12065         (XMARKBIT, XMARK, XUNMARK): Remove.
12067         * alloc.c (init_intervals, init_symbol, init_marker):
12068         Don't preallocate anything.
12069         (Fgarbage_collect, mark_object): Ignore the markbit.
12071         * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
12073 2003-09-08  Lute Kamstra  <lute@gnu.org>
12075         * xdisp.c (pint2hrstr): New function.
12076         (decode_mode_spec): Add `%i' and `%I' specs.
12077         * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
12078         for `mode-line-format'.
12080 2003-09-07  Andreas Schwab  <schwab@suse.de>
12082         * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
12083         avoid warning.
12085 2003-09-07  Eli Zaretskii  <eliz@gnu.org>
12087         * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
12089 2003-09-03  Kim F. Storm  <storm@cua.dk>
12091         * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
12092         change (superseded by 2002-08-30 change); the default blink-off
12093         cursor is now again "no cursor".
12095 2003-09-01  Jason Rumney  <jasonr@gnu.org>
12097         * makefile.w32-in (alloca.o): Remove.
12098         (coding.o): Depend on intervals.h
12099         (emacs.o, bytecode.o): Depend on window.h
12101 2003-09-01  Dave Love  <fx@gnu.org>
12103         * Makefile.in (alloca.o): Remove commands.
12104         (coding.o): Depend on intervals.h composite.h window.h.
12105         (emacs.o): Depend on window.h keyboard.h keymap.h.
12106         (gtkutil.o): Depend on keyboard.h charset.h coding.h.
12107         (bytecode.o): Depend on window.h.
12109 2003-08-31  Jason Rumney  <jasonr@gnu.org>
12111         * w32term.c (w32_per_char_metric): Allow cached metrics to be
12112         returned even when font_type is unknown.
12114         * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
12116 2003-08-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12118         * xterm.c (x_term_init): Initialize new fields in x_display_info.
12120         * xterm.h (struct x_display_info): Add red/green/blue_bits and
12121         *_offset.
12123         * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
12124         calculate pixel value.
12126 2003-08-29  Gerd Moellmann  <gerd.moellmann@t-online.de>
12128         * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
12129         Don't tell redisplay display is accurate when it's actually been
12130         paused for pending input.
12132 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12134         * dispnew.c (adjust_glyph_matrix): Call window_box
12135         whenever W is nonzero.
12137         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12138         (Fkill_local_variable, Fmake_variable_frame_local)
12139         (Flocal_variable_p, Flocal_variable_if_set_p):
12140         Use indirect_variable to trace thru variable aliases.
12142         * config.in: Updated.
12144         * callint.c (Fcall_interactively): Save and restore
12145         Vthis_command, Vthis_original_command, real_this_command,
12146         and current_kboard->Vlast_command.
12148         * abbrev.c (Fexpand_abbrev): Insert before deleting.
12150 2003-08-29  Gerd Moellmann  <gerd@gnu.org>
12152         * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
12154 2003-08-28  David Abrahams  <dave@boost-consulting.com>  (tiny change)
12156         * coding.c (decode_coding_iso2022): Initialize local variable c2.
12157         (decode_coding_sjis_big5): Likewise.
12159 2003-08-27  Jason Rumney  <jasonr@gnu.org>
12161         * w32.c (sys_pipe): Protect against file descriptor overflow.
12163         * w32fns.c (syms_of_w32fns): Remove non-existent functions.
12165         * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
12167 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
12169         * xfns.c (Vgtk_version_string): New variable.
12170         (syms_of_xfns): DEFVAR_LISP it.  Provide gtk.
12172 2003-08-24  Eli Zaretskii  <eliz@gnu.org>
12174         * term.c (term_init): Remove `const' from buffer_size's declaration.
12176         * Makefile.in (msdos.o): Depend on intervals.h.
12178         * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
12180 2003-08-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12182         * xterm.h (struct x_display_info): New fields: client_leader_window
12183         and Xatom_wm_client_leader.
12185         * xterm.c (x_initialize): Move call to x_session_initialize to ...
12186         (x_term_init): ... here.  Initialize client_leader fields in dpyinfo.
12188         * xsmfns.c (create_client_leader_window): New function.
12189         (x_session_initialize): Call create_client_leader_window, take
12190         dpyinfo as argument.
12192         * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
12194         * Makefile.in (xsmfns.o): Add more depenedencies.
12196 2003-08-21  Dave Love  <fx@gnu.org>
12198         * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
12200 2003-08-21  Kenichi Handa  <handa@m17n.org>
12202         * term.c (term_init): Fix previous change; don't rely on the
12203         length of `buffer' if TERMINFO is defined.
12205 2003-08-20  Dave Love  <fx@gnu.org>
12207         * atimer.h: Include lisp.h.
12209         * lisp.h (EMACS_LISP_H): New.
12210         (popup_activated_flag): Don't declare.
12212         * alloca.c: Some merging with gnulib.  Change logic and doc
12213         concerning (x)malloc/(x)free -- no longer Emacs-specific.
12214         [DO_BLOCK_INPUT]: Don't include lisp.h.
12215         (xmalloc, xfree): Declare.
12216         (malloc): Don't declare.
12218         * Makefile.in (LWLIB_OPTIONS): Remove (unused).
12219         (alloca.o): Remove obsolete stuff concerning alloca.s.  Depend on
12220         atimer.h, blockinput.h.
12222         * alloc.c (lisp_align_malloc): Change type of `aligned'.
12224         * alloca.s: Remove.
12226 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
12228         * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
12229         use -lncurses.
12231         * term.c (term_init): Use a buffer of size 4096 for tgetent since
12232         FreeBSD returns something longer than 2044.  Abort if the end of
12233         the buffer is overwritten.
12235 2003-08-19  Miles Bader  <miles@gnu.org>
12237         * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
12239 2003-08-19  Gerd Moellmann  <gerd@gnu.org>
12241         * alloc.c (lisp_align_malloc): Check for memory full when
12242         allocating ablocks, which also avoids freeing a pointer into an
12243         ablocks structure.
12245         * puresize.h (BASE_PURESIZE): Increase to 1100000.
12247         * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
12249 2003-08-16  Richard M. Stallman  <rms@gnu.org>
12251         * editfns.c (Fencode_time): Doc fix.
12253 2003-08-16  David Ponce  <david@dponce.com>
12255         * fileio.c (Fwrite_region): Fix conditional expression to issue
12256         the right message.
12258 2003-08-16  Juri Linkov  <juri@jurta.org>
12260         * syntax.c (Fforward_word): Argument changed to optional.
12261         Set default value to 1.
12263 2003-08-15  Kenichi Handa  <handa@m17n.org>
12265         * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
12266         what autoscaled.
12267         (best_matching_font): Once we find a better scalable font, set
12268         non_scalable_has_exact_height_p to 1.
12269         (try_font_list): Call try_alternative_families to try any family
12270         with the given registry.
12272 2003-08-09  Andreas Schwab  <schwab@suse.de>
12274         * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
12276         * print.c (print_string): Fix printing of multibyte string with
12277         nontrivial printcharfun.
12279 2003-07-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12281         * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
12283         * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
12285 2003-07-31  Kenichi Handa  <handa@m17n.org>
12287         * process.c (read_process_output): Return the actually read bytes
12288         instead of the result of decoding.
12290 2003-07-31  Kenichi Handa  <handa@m17n.org>
12292         * xterm.h (struct x_bitmap_record): New member have_mask.
12294         * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
12295         to 0.
12296         (x_create_bitmap_from_file): Likewise.
12297         (x_destroy_bitmap): Check have_mask member before freeing a mask.
12298         (x_destroy_all_bitmaps): Likewise.
12299         (x_create_bitmap_mask): Set have_mask member to 1.
12301 2003-07-30  Richard M. Stallman  <rms@gnu.org>
12303         * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
12305 2003-07-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12307         * gtkutil.c (xg_mark_data): Update calls to mark_object.
12309 2003-07-29  Richard M. Stallman  <rms@gnu.org>
12311         * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
12312         Conditionalize XIM code on HAVE_XIM.
12314         * fns.c (Fclear_string): New function.
12315         (syms_of_fns): defsubr it.
12317 2003-07-28  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
12319         * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
12321 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
12323         * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
12325         * buffer.c (delete_all_overlays): New function.
12326         * buffer.h (delete_all_overlays): Declare.
12327         * coding.c (run_pre_post_conversion_on_str):
12328         * print.c (temp_output_buffer_setup):
12329         * fileio.c (Finsert_file_contents):
12330         * minibuf.c (get_minibuffer): Use it.
12332 2003-07-22  Andrew Choi  <akochoi@shaw.ca>
12334         * unexmacosx.c (unexec_regions_sort_compare):
12335         (unexec_regions_merge): New functions.  Sort and merge unexec
12336         regions before dumping them.
12338 2003-07-22  Dave Love  <fx@gnu.org>
12340         * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
12342 2003-07-21  Stefan Monnier  <monnier@cs.yale.edu>
12344         * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
12345         (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
12346         MARKBIT as the gcmarkbit for strings.
12348 2003-07-21  Richard M. Stallman  <rms@gnu.org>
12350         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
12352         * fns.c (Flocale_info): Rename from Flanginfo.  Doc fixes.
12353         (syms_of_fns): Corresponding change.
12355         * alloc.c (syms_of_alloc): Doc fixes.
12357 2003-07-20  Han Boetes  <han@mijncomputer.nl>  (tiny change)
12359         * s/netbsd.h: Use -Wl syntax.
12361 2003-07-17  Richard M. Stallman  <rms@gnu.org>
12363         * xterm.c (xim_initialize): Redo 6/24 change.
12365 2003-07-15  Stefan Monnier  <monnier@cs.yale.edu>
12367         * buffer.c (copy_overlays): Use EMACS_INT for positions.
12368         (Fswitch_to_buffer): Don't signal an error when switching to the same
12369         buffer in a dedicated window.
12371         * alloc.c: Use bitmaps for cons, as was done for floats.
12372         (init_float, init_cons): Let the normal code allocate the first block.
12373         (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
12374         (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
12375         New macros.
12376         (struct cons_block): Move conses to the beginning.  Add gcmarkbits.
12377         (Fcons): Use lisp_align_malloc and CONS_UNMARK.
12378         (live_cons_p): Check the pointer is not past the `conses' array.
12379         (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
12380         (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
12381         (survives_gc_p): Use CONS_MARKED_P and simplify.
12382         (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
12384 2003-07-13  Paul Eggert  <eggert@twinsun.com>
12386         GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
12387         puts it into BSS instead, at least on Solaris 8 and 9.
12388         This is a valid optimization, and it may occur on other platforms,
12389         so Emacs should not assume that initializing a static variable to
12390         zero puts it into data.
12391         * alloc.c (pure, staticvec):
12392         Initialize these arrays to nonzero, so that they're not
12393         put into BSS by that optimization.
12395 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
12397         * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
12398         (lisp_align_malloc): Use posix_memalign is available.
12399         (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
12400         (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
12401         for consistency.  Update users.
12403 2003-07-13  Richard M. Stallman  <rms@gnu.org>
12405         * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
12407 2003-07-13  Terje Rosten  <terjeros@phys.ntnu.no>
12409         * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
12410         and use the Gtk+ function gtk_window_icon_from_file if available.
12412         * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
12413         handle mask of bitmaps.
12414         (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
12415         mask property.
12416         (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
12418         * xterm.h (xg_set_icon): New function.
12420 2003-07-12  Paul Eggert  <eggert@twinsun.com>
12422         * unexelf.c (unexec): Consider a section to precede the .bss
12423         section if its addresses overlap that of .bss.
12425 2003-07-12  Richard M. Stallman  <rms@gnu.org>
12427         * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
12429         * config.in (HAVE_CRTIN): Add #undef.
12430         (INLINE): Really inline only if OPTIMIZE is defined.
12432         * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
12433         END_FILES_1.
12434         (START_FILES_1, END_FILES_1): New macros (conditional).
12435         (LD_SWITCH_SYSTEM_TEMACS): Define.
12437         * s/openbsd.h: Don't include bsd4-3.h.
12438         (TERMINFO): Define.
12439         (LIBS_TERMCAP): Define.
12440         (LD_SWITCH_SYSTEM): Define (two definitions).
12442         * xfns.c: Include libpng/png.h instead of png.h.
12444 2003-07-11  Andreas Schwab  <schwab@suse.de>
12446         * buffer.c (modify_overlay): Update prototype.
12447         * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
12448         Likewise.
12450 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12452         * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
12453         (struct interval): Move to intervals.h.
12454         (struct Lisp_Marker): Use EMACS_INT for position info.
12455         (forward_point): Remove prototype of defunct function.
12456         (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
12457         (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
12458         (syms_of_textprop, set_text_properties): Remove prototypes that are
12459         already in intervals.h.
12461         * intervals.h (struct interval): Move from lisp.h.
12462         Use EMACS_INT for position and size info.
12464         * coding.c: Include intervals.h for Fset_text_properties.
12466         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12467         position and length information.
12469 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12471         * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12472         position and length information.
12474 2003-07-09  Stefan Monnier  <monnier@cs.yale.edu>
12476         Change overlays_after and overlays_before so the overlays themselves
12477         are linked into lists, rather than using cons cells.  After all each
12478         Lisp_Misc already occupies 5 words, so we can add a `next' field to
12479         Lisp_Overlay for free and save up one cons cell per overlay (not
12480         to mention one indirection when traversing the list of overlay).
12482         * lisp.h (struct Lisp_Overlay): New field `next'.
12484         * buffer.h (struct buffer): Change overlays_before and overlays_after
12485         from Lisp lists of overlays to pointers to overlays.
12487         * buffer.c (overlay_strings, recenter_overlay_lists):
12488         Fix typo in eassert in last commit.
12489         (unchain_overlay): New function.
12490         (add_overlay_mod_hooklist): Use AREF.
12491         (copy_overlays, reset_buffer, overlays_at, overlays_in)
12492         (overlay_touches_p, overlay_strings, recenter_overlay_lists)
12493         (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
12494         (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
12495         (report_overlay_modification, evaporate_overlays, init_buffer_once):
12496         Adjust to new type of overlays_(before|after).
12498         * alloc.c (mark_object): Mark the new `next' field of overlays.
12499         (mark_buffer): Manually mark the overlays_(after|before) fields.
12501         * coding.c (run_pre_post_conversion_on_str):
12502         * editfns.c (overlays_around):
12503         * xdisp.c (load_overlay_strings):
12504         * fileio.c (Finsert_file_contents):
12505         * indent.c (current_column):
12506         * insdel.c (signal_before_change, signal_after_change):
12507         * intervals.c (set_point_both):
12508         * print.c (temp_output_buffer_setup): Use new type for
12509         overlays_(before|after).
12511 2003-07-08  Stefan Monnier  <monnier@cs.yale.edu>
12513         * buffer.c (report_overlay_modification): Don't run hooks while
12514         traversing the list of overlays.
12516         * buffer.h (struct buffer): Use an int for overlay_center.
12517         (overlays_at, evaporate_overlays, recenter_overlay_lists)
12518         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
12520         * buffer.c (reset_buffer, recenter_overlay_lists)
12521         (adjust_overlays_for_insert, adjust_overlays_for_delete)
12522         (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
12523         (evaporate_overlays, init_buffer_once): Update use of overlay_center.
12524         (overlays_at, evaporate_overlays, recenter_overlay_lists)
12525         (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
12527         * xdisp.c (fast_find_position): Remove unused var.
12529         * cmds.c (Qexpand_abbrev): New sym.
12530         (syms_of_cmds): Initialize it.
12531         (internal_self_insert): Use it to call expand-abbrev.
12533 2003-07-09  Kim F. Storm  <storm@cua.dk>
12535         * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
12536         was configured with --without-xim.
12537         (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
12539 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12541         * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
12543         * alloc.c (Fgarbage_collect): Doc fix.
12545 2003-07-07  Nozomu Ando  <nand@mac.com>
12547         * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
12549 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12551         * minibuf.c (read_minibuf): UNGCPRO before returning.
12552         (Ftry_completion, Fall_completions): Doc fix.
12554         * alloc.c (live_float_p): Check that p is not past the `floats' array,
12555         now that `floats' is not the last element of the struct any more.
12557 2003-07-06  Jason Rumney  <jasonr@gnu.org>
12559         * w32term.h (ClipboardSequence_Proc): New type.
12561         * w32fns.c (clipboard_sequence_fn): New variable.
12562         (globals_of_w32fns): Initialize it.
12564         * w32select.c (last_clipboard_sequence_number): New variable.
12565         (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
12566         number if possible.
12568 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12570         * m/amdx86-64.h (MARKBIT):
12571         * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
12572         MARKBIT and ARRAY_MARK_FLAG any more.
12574         * m/hp800.h (XSETMARKBIT):
12575         * m/sr2k.h (XSETMARKBIT):
12576         * lisp.h (XSETMARKBIT): Remove unused macro.
12578         * lisp.h (mark_object): Change prototype.
12580         * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
12581         (last_marked): Change accordingly.
12582         (mark_interval, mark_maybe_object, mark_maybe_pointer)
12583         (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
12584         (mark_buffer): Update calls to mark_object.
12586         * bytecode.c (mark_byte_stack):
12587         * fns.c (sweep_weak_table):
12588         * keyboard.c (mark_kboards): Update calls to mark_object.
12590 2003-07-06  Jason Rumney  <jasonr@gnu.org>
12592         * alloc.c (struct ablock): Only include padding when there is some.
12594 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
12596         * alloc.c (ALIGN): Add casts to simplify usage.
12597         (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
12598         (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
12599         (struct ablock, struct ablocks): New types.
12600         (free_ablock): New global var.
12601         (lisp_align_malloc, lisp_align_free): New functions.
12602         (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
12603         (struct float_block): Reorder and add gcmarkbits.
12604         (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
12605         (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
12606         (init_float, make_float): Use lisp_align_malloc.
12607         (free_float, live_float_p): Don't use `type' any more.
12608         (make_float): Use FLOAT_UNMARK to access to mark bit.
12609         (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
12610         Use FLOAT_MARKED_P to access the mark bit.
12611         (pure_alloc): Simplify use of ALIGN.
12612         (mark_object): Use FLOAT_MARK to access the mark bit.
12613         (gc_sweep): Use new macros to access the float's mark bit.
12614         (init_alloc_once): Init free_ablock.
12616         * lisp.h (struct Lisp_Float): Remove unused field `type'.
12618 2003-06-27  Stefan Monnier  <monnier@cs.yale.edu>
12620         * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
12621         (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
12622         (allocate_buffer): Move.
12623         (string_bytes): Don't mask markbit of `size_byte'.
12624         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
12625         (mark_object, mark_buffer, survives_gc_p, gc_sweep):
12626         Use the `size' field of buffers (rather than the `name' field) for
12627         the mark bit, as is done for all other vectorlike objects.
12628         Use the new macros to access the mark bit of vectorlike objects.
12630 2003-06-26  Richard M. Stallman  <rms@gnu.org>
12632         * puresize.h (BASE_PURESIZE): Increment base size.
12634         * xdisp.c (fast_find_position): Enable Gerd's new definition.
12636         * xterm.c (xim_initialize): Undo previous change.
12638 2003-06-26  Stefan Monnier  <monnier@cs.yale.edu>
12640         * alloc.c (survives_gc_p): Simplify.
12642         * buffer.c (set_buffer_internal_1): Test CONSP for lists.
12644         * window.c (Fset_window_dedicated_p): Simplify.
12645         (display_buffer_1): Don't raise the win from which minibuf was entered.
12646         (temp_output_buffer_show): Don't assume BEG == 1.  Simplify.
12647         (Fminibuffer_selected_window): Simplify.
12649         * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
12651         * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
12652         (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
12654         * insdel.c (check_markers, adjust_markers_for_delete)
12655         (adjust_markers_for_insert, adjust_markers_for_replace)
12656         (prepare_to_modify_buffer, RESTORE_VALUE):
12657         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
12658         (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
12659         (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
12660         * alloc.c (Fmake_marker, free_marker, gc_sweep):
12661         * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
12662         * editfns.c (save_excursion_restore, transpose_markers):
12663         * window.c (delete_window):
12664         * xdisp.c (message_dolog): Update for new types.
12666 2003-06-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12668         * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
12669         (realize_default_face): Use default_face_done_p for the force_p
12670         argument to set_lface_from_font_name.  Set default_face_done_p to one.
12672         * frame.c (make_frame): Initialize default_face_done_p.
12674         * frame.h (struct frame): Add default_face_done_p.
12676         * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
12677         will be defined.
12679 2003-06-25  Stefan Monnier  <monnier@cs.yale.edu>
12681         * alloc.c (make_interval, Fmake_symbol, allocate_misc):
12682         Initialize the new field `gcmarkbit'.
12683         (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
12684         (mark_interval_tree): Don't mark the tree separately from the nodes.
12685         (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
12686         (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
12687         (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
12689         * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
12690         (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
12691         (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
12692         (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
12693         (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
12695 2003-06-24  Dave Love  <fx@gnu.org>
12697         * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
12699         * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux.  Merge changes
12700         from gnulib.
12702 2003-06-21  Richard M. Stallman  <rms@gnu.org>
12704         * fileio.c (Fwrite_region): Alternate messages
12705         for append and partial write.
12707         * keyboard.c (read_key_sequence): When converting upcase fn key to
12708         downcase, update fkey and keytran so `backspace' gets translated.
12710         * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
12712         * process.c (wait_reading_process_input): Don't signal SIGIO
12713         in batch mode.
12715 2003-06-17  Kenichi Handa  <handa@m17n.org>
12717         * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
12718         composite.h.
12720         * xselect.c: Don't include charset.h, coding.h, composite.h.
12721         (Qforeign_selection): New variable.
12722         (syms_of_xselect): Intern and static it.
12723         (selection_data_to_lisp_data): Return a unibyte string made from
12724         data with `foreign-selection' text property.
12726 2003-06-15  Stefan Monnier  <monnier@cs.yale.edu>
12728         * termhooks.h (EVENT_INIT): New macro.
12730         * keyboard.c (mark_kboards): Move from alloc.c.  Mark kbd_buffer.
12732         * alloc.c (mark_kboards): Move to keyboard.c.
12734         * keyboard.c (record_asynch_buffer_change, read_avail_input):
12735         * xterm.c (x_dispatch_event):
12736         * xmenu.c (find_and_call_menu_selection):
12737         * xdisp.c (handle_tool_bar_click):
12738         * w32menu.c (menubar_selection_callback):
12739         * sysdep.c (kbd_input_ast, read_input_waiting):
12740         * msdos.c (dos_rawgetc):
12741         * macterm.c (mac_check_for_quit_char):
12742         * macmenu.c (menubar_selection_callback):
12743         * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
12744         data to kbd_buffer_store_event.
12746 2003-06-15  Kim F. Storm  <storm@cua.dk>
12748         * xdisp.c (x_fix_overlapping_area): Always use area relative X
12749         to fix redisplay problem with tall characters (such as \e,AC\e(B).
12751 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
12753         * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
12755 2003-06-12  Kenichi Handa  <handa@m17n.org>
12757         * fileio.c (Fwrite_region): Save and restore restriction.
12759 2003-06-12  Dave Love  <fx@gnu.org>
12761         * alloca.c (alloca): Declare arg as size_t.
12763         * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
12764         Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
12766 2003-06-11  Dave Love  <fx@gnu.org>
12768         * search.c (shrink_regexp_cache): Use xrealloc.
12769         (syms_of_search): Use xmalloc.
12771 2003-06-10  Kim F. Storm  <storm@cua.dk>
12773         * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
12774         Adjust phys_cursor.x to be relative to window box, rather than
12775         text area before checking -- to ensure cursor is redrawn when
12776         exposing window.
12777         Note: This also fixes a similar (older) bug if display margins
12778         are present.
12780 2003-06-06  Kenichi Handa  <handa@m17n.org>
12782         * coding.c (encoding_buffer_size): If coding->type is
12783         coding_type_ccl, double magnification on CRLF encoding.
12785 2003-06-06  Jason Rumney  <jasonr@gnu.org>
12787         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
12788         (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
12790         * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
12791         Mac too.
12793 2003-06-05  Dave Love  <fx@gnu.org>
12795         * strftime.c: Merge changes from gnulib.
12797         * mktime.c (__mktime_internal): Merge changes from gnulib
12798         involving year 69 and dst2.
12800         Changes to merge with gnulib version and be consistent with the
12801         autoconf test:
12803         * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
12804         Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
12805         [HAVE_LOCALE_H]: Include locale.h.
12806         (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
12808 2003-06-05  Kim F. Storm  <storm@cua.dk>
12810         * window.c (coordinates_in_window): Convert X and Y to window
12811         relative coordinates inside mode-line and header-line parts.
12812         Convert X and Y to margin area relative coordinates inside left
12813         and right display margin parts.
12815 2003-06-05  Jason Rumney  <jasonr@gnu.org>
12817         * w32fns.c (add_system_logical_colors_to_map): New function.
12818         (Fx_open_connection): Use it.
12820 2003-06-04  Stefan Monnier  <monnier@cs.yale.edu>
12822         * process.c (allocate_pty): Revert part of the previous patch.
12823         (Faccept_process_output): Simplify.
12825 2003-06-04  Jason Rumney  <jasonr@gnu.org>
12827         * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
12829         * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
12830         (lispy_mouse_wheel_names): Remove.
12831         (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
12832         Always define drag_and_drop_syms.
12834         * macterm.c (XTread_socket): Map mouse wheel events to Emacs
12835         WHEEL_EVENT events.
12837 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
12839         * xdisp.c (update_tool_bar): Add missing UNGCPRO.
12841         * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
12843 2003-06-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12845         * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
12846         menu item label.
12848 2003-06-03  Richard M. Stallman  <rms@gnu.org>
12850         * window.c (Fwindow_edges): Doc fix.
12851         (Fwindow_pixel_edges, Fwindow_inside_edges)
12852         (Fwindow_inside_pixel_edges): New functions.
12853         (syms_of_window): defsubr them.
12855         * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
12856         (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
12858 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
12860         * dispnew.c (Fsit_for): Don't lie about the number of args.
12862 2003-06-02  Dave Love  <fx@gnu.org>
12864         * callproc.c: Use HAVE_FCNTL_H, not USG5.
12865         (syms_of_callproc) <process-environment>: Doc fix.
12867         * doc.c: Use HAVE_FCNTL_H, not USG5.
12869         * xfaces.c (font_rescale_ratio): Fix for K&R.
12871         * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
12873         * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
12875         * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
12877         * gtkutil.c: Include keyboard.h, charset.h, coding.h.
12878         (xg_create_frame_widgets): Use ENCODE_UTF_8.
12880         * xterm.c (Qutf_8): Move to coding.c
12882         * xmenu.c (ENCODE_MENU_STRING): New.
12883         (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
12884         Use it.
12886         * coding.h (ENCODE_UTF_8): New.
12887         (Qutf_8): Declare.
12889         * coding.c (Qutf_8): New.
12890         (syms_of_coding): Intern it.
12892         * fns.c: Doc fixes.
12894 2003-06-02  Kenichi Handa  <handa@m17n.org>
12896         * buffer.c (Fset_buffer_multibyte): Fix previous change.
12898 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
12900         * lread.c (openp): Make sure STR is a string.
12902 2003-06-01  David Ponce  <david@dponce.com>
12904         * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
12905         Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
12907         * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
12908         (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
12909         (discard_mouse_events): Discard WHEEL_EVENT events too.
12910         (lispy_wheel_names, wheel_syms): New.
12911         (syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
12912         staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
12913         (make_lispy_event): Add WHEEL_EVENT handler.
12915         * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
12916         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
12917         WHEEL_EVENT events.
12919 2003-05-31  John Paul Wallington  <jpw@gnu.org>
12921         * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
12922         timer are in lisp/emacs-lisp.
12924 2003-05-31  Kenichi Handa  <handa@m17n.org>
12926         * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
12927         region when a buffer is changed to unibyte.
12929         * charset.h (VALID_LEADING_CODE_P): New macro.
12930         (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
12932         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
12933         is nonzero, accept multibyte form of eight-bit-control chars.
12934         (decode_composition_emacs_mule): Likewise.
12935         (decode_coding_emacs_mule): Likewise.
12936         (encode_coding_emacs_mule): If coding->flags is nonzero, produce
12937         multibyte form of eight-bit-control chars.
12939         * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
12940         (Finsert_file_contents): If coding-system-for-read is bound to
12941         Qauto_save_coding, use the coding system emacs-mule with special
12942         setting for recovering a file.
12943         (choose_write_coding_system): On auto saving, use the coding
12944         system emacs-mule with special setting for auto saving.
12945         (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
12947 2003-05-30  Kenichi Handa  <handa@m17n.org>
12949         * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
12950         properly before calling ccl_driver.
12952         * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
12954         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
12955         (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
12956         (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
12958 2003-05-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
12960         * xfaces.c (realize_default_face): Do not abort if lface is
12961         non-existent - reverts change from 2003-05-19.
12963 2003-05-29  Kenichi Handa  <handa@m17n.org>
12965         * coding.c (decode_coding_iso2022): Pay attention to the byte
12966         sequence of CTEXT extended segment, and retain those bytes as is.
12968 2003-05-28  Kenichi Handa  <handa@m17n.org>
12970         * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
12971         of CODING_REPLACEMENT_CHARACTER.
12972         (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
12973         CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
12974         check this flag on encoding.
12975         (encode_coding_sjis_big5):
12976         Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
12977         (Fset_terminal_coding_system_internal):
12978         Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
12979         instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
12981         * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
12982         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
12983         (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
12985 2003-05-28  Richard M. Stallman  <rms@gnu.org>
12987         * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
12989         * eval.c (unbind_to): Move init of this_binding to separate statement.
12991 2003-05-28  Kim F. Storm  <storm@cua.dk>
12993         * xdisp.c (expose_window): Fix error in calculation of
12994         window relative coordinates of area to redisplay.
12996 2003-05-27  Jason Rumney  <jasonr@gnu.org>
12998         * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
13000 2003-05-27  David Ponce  <david@dponce.com>
13002         Handle W32 mouse wheel events as mouse click events, like in X.
13004         * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
13005         MOUSE_WHEEL_EVENT anymore.
13007         * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
13008         Scrolling down/up the mouse wheel is respectively mapped to mouse
13009         button 4 and 5.
13010         (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
13011         MOUSE_CLICK_EVENT events.  Forward w32 MSH_MOUSEWHEEL events as
13012         WM_MOUSEWHEEL events.
13014 2003-05-27  Andreas Schwab  <schwab@suse.de>
13016         * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
13018         * xdisp.c (try_window_id): Avoid aborting if PT is inside a
13019         partially visible line.
13021         * alloc.c (Fgarbage_collect): Fix last change.
13023 2003-05-26  John Paul Wallington  <jpw@gnu.org>
13025         * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
13027 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
13029         * window.c (Fset_window_buffer): Add type of `keep_margins'.
13030         (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
13032         * window.h (window_box_text_cols): Declare.
13034         * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
13035         (x_draw_vertical_border): Remove unused var `f'.
13037         * xfaces.c (build_scalable_font_name): Remove `unused var
13038         pixel_size' warning.
13040         * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
13042         * unexelf.c (unexec): Remove `unused var n' warning.
13044         * strftime.c (my_strftime_localtime_r): Remove `defined but
13045         unused' warning.
13047         * process.c (allocate_pty): Remove `unused var stb' and
13048         `cp might be used uninitialized' warnings.
13050         * dispnew.c (mode_line_string): Remove unused var `f'.
13052         * coding.c (find_safe_codings): Remove unused var `i'.
13054         * bytecode.c (Fbyte_code): Remove `unused val' warning.
13056         * buffer.c (Fkill_buffer): Remove unused var `list'.
13058         * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
13060 2003-05-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13062         * frame.c (make_frame): Condition want_fullscreen with
13063         HAVE_WINDOW_SYSTEM.
13065 2003-05-25  Juanma Barranquero  <lektu@terra.es>
13067         * window.c (Fset_window_scroll_bars): Fix typo in argument name.
13068         (Fwindow_scroll_bars): Fix typo in docstring.
13070 2003-05-24  Kim F. Storm  <storm@cua.dk>
13072         The following changes serve several purposes:
13074         1) Swap the position of fringes and display margins in windows, i.e.
13075         the fringes are now displayed between the margins and the text area
13076         (by default).
13078         2) Allow fringe and scroll bar parameters to be set per-buffer and
13079         per-window (like display margins).  Such settings are now stored
13080         in window configurations, preserved when frames are resized, and
13081         copied when windows are split vertically or horizontally.
13082         Several bugs related to display margins have been fixed.
13084         3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
13086         4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
13087         rather than FRAME_WIDTH (FRAME_FONT (f)).
13089         5) Introduce a consistent naming of variables, members and macros
13090         depending on whether their value is measured in pixels or in
13091         canonical columns/lines.  Pixel dimensions are named *_width and
13092         *_height, while canonical columns/lines are named *_cols and
13093         *_lines.  Pixel positions are named *_x and *_y, while column/line
13094         positions are named *_col and *_line.
13096         6) Consolidate more of the X, W32, and MAC gui code by moving
13097         common data into struct frame, and generalize it for the non-gui
13098         case by using suitable defaults.
13100         7) Cleanup and consolidate the macros controlling frame and window
13101         layout into frame.h and window.h, and generalize the use of the
13102         various window_box_* functions (enhanced to handle the new fringe
13103         position and the per-window fringe and scroll bar settings).
13105         * frame.h (struct frame): Rename members height to text_lines,
13106         width to text_cols, window_height to total_lines, window_width to
13107         total_cols, new_height to new_text_lines, new_width to
13108         new_text_cols.  All uses changed.
13109         (struct frame): New members which consolidate common members of
13110         x_output, w32_output, and mac_output structures: left_pos,
13111         top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
13112         win_gravity, size_hint_flags, border_width, internal_border_width,
13113         line_height, fringe_cols, left_fringe_width, right_fringe_width,
13114         want_fullscreen.  All uses changed.
13115         (struct frame): New member column_width contaning the canonical
13116         column width, analogue to line_height.  All uses changed.
13117         (struct frame): Rename members scroll_bar_pixel_width to
13118         config_scroll_bar_width, and scroll_bar_cols to
13119         config_scroll_bar_cols.  All uses changed.
13120         (struct frame): New member scroll_bar_actual_width which
13121         consolidates and renames the vertical_scroll_bar_extra member of
13122         x_output, w32_output, and mac_output structures.  All uses changed.
13123         (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
13124         from x/w32/macterm.h files.  All uses changed.  Also change code
13125         which referred to f->output_data...->pixel_height.
13126         (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
13127         from x/w32/macterm.h files.  All uses changed.  Also change code
13128         which referred to f->output_data...->pixel_width.
13129         (FRAME_LINES): Rename from FRAME_HEIGHT.  All uses changed.
13130         Also change code which referred to f->height.
13131         (FRAME_COLS): Rename from FRAME_WIDTH.  All uses changed.
13132         Also change code which referred to f->width.
13133         (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
13134         to update new_text_lines and new_text_cols members directly.
13135         (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
13136         FRAME_SCROLL_BAR_PIXEL_WIDTH.  All uses changed.
13137         (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
13138         FRAME_SCROLL_BAR_COLS.  All uses changed.
13139         (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
13140         Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
13141         FRAME_RIGHT_SCROLL_BAR_WIDTH, resp.  All uses changed.
13142         (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
13143         (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
13144         (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
13145         (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
13146         (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
13147         (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
13148         (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
13149         (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
13150         Unconditionally return line_height member (it now has proper value
13151         also for non-window frames).
13152         (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT.  Unconditionally
13153         return new column_width member (rather than the default font width).
13154         (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
13155         (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
13156         from x/w32/macterm.h files.  Unconditionally return corresponding
13157         member of frame structure (they now have proper values also for
13158         non-window frames).
13159         (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
13160         Calculate return value from left and right widths.
13161         (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
13162         internal_border_width member (has proper value for non-window frame).
13163         (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
13164         (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
13165         (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
13166         (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
13167         (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
13168         consolidated from xterm.h, macterm.h, and w32term.h.
13169         (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
13170         consolidated from xterm.h, macterm.h, and w32term.h.
13171         (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
13172         CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
13173         (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
13174         CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
13175         (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
13176         consolidated from x/mac/w32term.h.
13177         (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
13178         consolidated from x/mac/w32term.h.
13179         (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
13180         PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
13181         (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
13182         PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
13184         * window.h (struct window): Rename members left to left_col,
13185         top to top_line, height to total_lines, width to total_cols,
13186         left_margin_width to left_margin_cols, right_margin_width to
13187         right_margin_cols, orig_height to orig_total_lines, orig_top to
13188         orig_top_line.  All uses changed.
13189         (struct window): New members left_fringe_width, right_fringe_width,
13190         fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
13191         (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
13192         New macros primarily used to simplify other macros.
13193         (WINDOW_TOTAL_COLS): New macro.  Change relevant code that
13194         referred to XINT (w->width).
13195         (WINDOW_TOTAL_LINES): New macro.  Change relevant code that
13196         referred to XINT (w->height).
13197         (WINDOW_TOTAL_WIDTH): New macro.  Change relevant code that
13198         referred to XINT (w->width) * canon_x_unit.
13199         (WINDOW_TOTAL_HEIGHT): New macro.  Change relevant code that
13200         referred to XINT (w->height) * canon_y_unit.
13201         (WINDOW_LEFT_EDGE_COL): New macro.  Change relevant code that
13202         referred to XINT (w->left).
13203         (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE.  Change
13204         all uses and code that referred to XINT (w->left) + XINT (w->width).
13205         (WINDOW_TOP_EDGE_LINE): New macro.  Change relevant code that
13206         referred to XINT (w->top).
13207         (WINDOW_BOTTOM_EDGE_LINE): New macro.  Change relevant code that
13208         referred to XINT (w->top) + XINT (w->height).
13209         (WINDOW_LEFT_EDGE_X): New macro.  Change relevant code that
13210         referred to XINT (w->left) * canon_x_unit.
13211         (WINDOW_RIGHT_EDGE_X): New macro.  Change relevant code that
13212         referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
13213         (WINDOW_TOP_EDGE_Y): New macro.  Change relevant code that
13214         referred to XINT (w->top) * canon_y_unit.
13215         (WINDOW_BOTTOM_EDGE_Y): New macro.  Change relevant code that
13216         referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
13217         (WINDOW_LEFTMOST_P): New macro.
13218         (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
13219         All uses changed.
13220         (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
13221         All uses changed.
13222         (WINDOW_BOX_LEFT_EDGE_X): Rename from
13223         WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
13224         Do not exclude left fringe width.
13225         (WINDOW_BOX_RIGHT_EDGE_X): Rename from
13226         WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
13227         Do not exclude fringe widths.
13228         (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
13229         (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
13230         Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
13231         FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
13232         FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
13233         (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
13234         (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
13235         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
13236         (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
13237         (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
13238         New macros.  Change code which referenced corresponding
13239         FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
13240         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
13241         FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
13242         FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
13243         allow per-window scroll-bar settings.
13244         (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
13245         (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code that
13246         referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
13247         (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro.  Change code
13248         that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
13249         FRAME_SCROLL_BAR_WIDTH.
13250         (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
13251         (WINDOW_SCROLL_BAR_AREA_X): New macros.
13252         (WINDOW_HEADER_LINE_HEIGHT): Rename from
13253         WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
13254         (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
13255         WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
13256         (WINDOW_BOX_TEXT_HEIGHT): Rename from
13257         WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
13258         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
13259         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
13260         (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
13261         (WINDOW_LEFT_MARGIN_WIDTH): Rename from
13262         WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
13263         (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
13264         WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
13265         (window_from_coordinates): Update prototype.
13266         (Fset_window_buffer): Update EXFUN.
13267         (set_window_buffer): Update prototype.
13269         * dispextern.h (struct glyph_matrix): Rename members window_left_x
13270         to window_left_col, window_top_y to window_top_line.  All uses
13271         changed.
13272         (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
13273         use FRAME_INTERNAL_BORDER_WIDTH macro instead as
13274         internal_border_width is now set to 0 for non-window frames.
13275         (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
13276         (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
13277         (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
13278         (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
13279         (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
13280         (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
13281         (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
13282         (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
13283         (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
13284         Move to window.h and renamed [see window.h changes].
13285         (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
13286         (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
13287         (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
13288         Use WINDOW_TOTAL_LINES.
13289         (frame_update_line_height): Remove prototype.
13291         * buffer.h (struct buffer): Rename members measured in columns:
13292         left_margin_width to left_margin_cols, right_margin_width to
13293         right_margin_cols.  All uses changed.
13294         New members left_fringe_width, right_fringe_width,
13295         fringes_outside_margins for per-buffer fringe settings.
13296         New members scroll_bar_width and vertical_scroll_bar_type for
13297         per-buffer scroll bar settings.
13299         * buffer.c (init_buffer_once): Set buffer_defaults and
13300         buffer_local_flags for new buffer-local variables
13301         left_fringe_width, right_fringe_width, fringes_outside_margins,
13302         scroll_bar_width, and vertical_scroll_bar_type.
13303         (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
13304         default-* variables for them.
13306         * dispnew.c: Make (many) trivial substitutions for renamed and
13307         new macros in dispextern.h, frame.h and window.h.
13308         (mode_line_string): No need to adjust width for mode lines, as it
13309         is already adjusted by the caller.
13310         (marginal_area_string): Handle fringes inside/outside margins.
13312         * frame.c: Make (many) trivial substitutions for renamed and
13313         new macros in dispextern.h, frame.h and window.h.
13314         (make_frame): Initialize left_fringe_width, right_fringe_width,
13315         fringe_cols, scroll_bar_actual_width, border_width,
13316         internal_border_width, column_width, line_height, x_pixels_diff,
13317         y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
13318         members with values suitable for a non-window frames.
13320         * gtkutil.c: Make (many) trivial substitutions for renamed and
13321         new macros in dispextern.h, frame.h and window.h.
13323         * indent.c: Make (few) trivial substitutions for renamed and
13324         new macros in dispextern.h, frame.h and window.h.
13326         * keyboard.c: Make (many) trivial substitutions for renamed and
13327         new macros in dispextern.h, frame.h and window.h.
13328         (make_lispy_event): Use window positions returned from
13329         window_from_coordinates when constructing the lisp event for
13330         MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
13331         (incorrect) values locally.
13332         (make_lispy_movement): Use window positions returned from
13333         window_from_coordinates when constructing the lisp event, rather
13334         than calculating (incorrect) values locally.
13336         * scroll.c: Make (some) trivial substitutions for renamed and
13337         new macros in dispextern.h, frame.h and window.h.
13339         * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
13340         scroll-bars.
13342         * sysdep.c: Make (few) trivial substitutions for renamed and
13343         new macros in dispextern.h, frame.h and window.h.
13345         * term.c: Make (some) trivial substitutions for renamed and
13346         new macros in dispextern.h, frame.h and window.h.
13348         * widget.c: Make (few) trivial substitutions for renamed and
13349         new macros in dispextern.h, frame.h and window.h.
13351         * window.c: Make (many) trivial substitutions for renamed and
13352         new macros in dispextern.h, frame.h and window.h.
13353         (make_window): Initialize new members
13354         left_margin_cols, right_margin_cols, left_fringe_width,
13355         right_fringe_width, fringes_outside_margins, scroll_bar_width,
13356         and vertical_scroll_bar_type.
13357         (coordinates_in_window): Adapt to new fringe/margin positions
13358         and per-window fringes and scroll-bars.
13359         Fix bug related to incorrectly adjusting coordinates by
13360         frame's internal_border_width (the effect normally negible since
13361         the internal_border_width is typically 0 or 1 pixel, but very
13362         noticeable for an internal_border_width of e.g. 25 pixels).
13363         Upon successful return (other than ON_NOTHING), the coordinates
13364         are now always properly converted to window relative for the
13365         given display element.
13366         (window_from_coordinates): Add new parameters wx and wy to
13367         return the window relative x and y position in the returned
13368         window and part.  A null arg means, don't return the position.
13369         All callers changed.
13370         (adjust_window_margins): New function which may reduce the width
13371         of the display margins if a window's text area is too small after
13372         resizing or splitting windows.
13373         (size_window): Fix bug that did not account for display margin
13374         widths when checking the minimum width of a window; use
13375         adjust_window_margins.
13376         (set_window_buffer): Call Fset_window_fringes and
13377         Fset_window_scroll_bars to setup per-window elements.
13378         Add new arg KEEP_MARGINS_P.  Non-nil means to keep window's
13379         existing display margin, fringe widths, and scroll bar settings
13380         (e.g. after splitting a window or resizing the frame).
13381         All callers changed.
13382         (Fset_window_buffer): New arg KEEP_MARGINS.  All callers changed.
13383         (Fsplit_window): Duplicate original window's display margin,
13384         fringe, and scroll-bar settings; then call Fset_window_buffer with
13385         KEEP_MARGINS non-nil.  This fixes a bug which caused a split
13386         window to only preserve the display margins in one of the windows.
13387         When splitting horizontally, call adjust_window_margins on both
13388         windows to ensure that the text area of the new windows is non too
13389         narrow.  This fixes a bug which could cause Emacs to trap if the
13390         width of the split window was less than the width of the display
13391         margins.
13392         (window_box_text_cols): Rename from window_internal_width.
13393         All uses changed.  Adapt to per-window fringes and scroll bars.
13394         Fix bug that caused vertical separator to be subtracted also on
13395         window frames.  Fix another bug that did not reduce the returned
13396         value by the columns used for display margins.
13397         (window_scroll_line_based): Fix bug related to scrolling too much
13398         when display margins are present (implicitly fixed by the fix to
13399         window_box_text_cols).
13400         (scroll_left, scroll_right): Fix bug related to scrolling too far
13401         by default when display margins are present (implicitly fixed by
13402         the fix to window_box_text_cols).
13403         (struct saved_window): Rename members left to left_col, top to
13404         top_line, width to total_cols, height to total_lines, orig_top to
13405         orig_top_line, orig_height to orig_total_lines.  All uses changed.
13406         New members left_margin_cols, right_margin_cols,
13407         left_fringe_width, right_fringe_width, fringes_outside_margins,
13408         scroll_bar_width, and vertical_scroll_bar_type for saving
13409         per-window display elements.
13410         (Fset_window_configuration): Restore display margins, fringes,
13411         and scroll bar settings.  This fixes a bug which caused display
13412         margins to be discarded when saving and restoring a window
13413         configuration.
13414         (save_window_save): Save display margins, fringes, and scroll bar
13415         settings.  This fixes a bug which caused display margins to be
13416         discarded when saving and restoring a window configuration.
13417         (Fset_window_margins): Do nothing if display margins are not
13418         really changed.  Otherwise, call adjust_window_margins to ensure
13419         the text area doesn't get too narrow.  This fixes a bug which
13420         could cause Emacs to trap if setting display margins wider than
13421         the width of the window.
13422         (Fset_window_fringes): New defun to allow user to specifically set
13423         this window's fringe widths and position vs. display margins.
13424         (Fwindow_fringes): New defun to return window's actual fringe settings.
13425         (Fset_window_scroll_bars): New defun to allow user to specifically
13426         set this window's scroll bar width and position.
13427         (Fwindow_scroll_bars): New defun to return window's actual scroll
13428         bar settings.
13429         (compare_window_configurations): Also compare display margins,
13430         fringes, and scroll bar settings.
13431         (syms_of_window): Defsubr new defuns for fringe and scroll bars.
13433         * xdisp.c: Make (many) trivial substitutions for renamed and
13434         new macros in dispextern.h, frame.h and window.h.
13435         (window_box_width): Adapt to per-window fringes and scroll bars,
13436         and new fringe vs. display margin position.  Note that returned
13437         value is no longer guaranteed to be a whole multiple of the frame
13438         column width, since per-window fringes may now be any width.
13439         (window_box_left_offset): New function like window_box_left, but
13440         value is relative to left border of window (rather than frame).
13441         (window_box_right_offset): New function like window_box_right,
13442         but value is relative to left border of window.
13443         (window_box_left): Adapt to per-window fringes and scroll bars,
13444         and new fringe vs. display margin position.  Simplify by using
13445         WINDOW_LEFT_EDGE_X and window_box_left_offset.
13446         (window_box): Allow null args for unnecessary return values;
13447         change/simplify relevant callers.
13448         (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
13449         and new fringe vs. display margin position.
13450         Use window_box_left_offset and window_box_right_offset
13451         (get_glyph_string_clip_rect): Adapt to per-window fringes and
13452         scroll bars, and new fringe vs. display margin position.
13453         Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
13454         (draw_fringe_bitmap): Rework to handle per-window fringes and new
13455         fringe vs. display margin position.
13456         (hscroll_window_tree): Use window_box_width instead of window_box.
13457         (redisplay_window): Adapt to per-window scroll bars.
13458         (draw_glyphs): Rework to handle per-window fringes and scroll
13459         bars, and new fringe vs. display margin position.
13460         Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
13461         (x_clear_end_of_line): Adapt to per-window fringes and scroll
13462         bars, and new fringe vs. display margin position.  Fix bug which
13463         increased total width of full_width rows by width of scroll bars
13464         although window's total width already includes that.
13465         (x_fix_overlapping_area): Simplify using window_box_left_offset.
13466         (expose_area): Simplify using window_box_left_offset.
13467         (x_draw_vertical_border): Handle per-window scroll bar settings,
13468         mixing windows with left, right and no scroll bars.
13470         * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
13471         where it's used in x_list_fonts (for clarity).
13472         (frame_update_line_height): Remove unused function; functionality
13473         is now done directly when setting the default font in x_set_font.
13475         * xfns.c: Make (many) trivial substitutions for renamed and
13476         new macros in dispextern.h, frame.h and window.h.
13478         * xmenu.c: Make (some) trivial substitutions for renamed and
13479         new macros in dispextern.h, frame.h and window.h.
13481         * xterm.h (struct x_output): Move members left_pos, top_pos,
13482         border_width, pixel_height, pixel_width, line_height,
13483         internal_border_width, vertical_scroll_bar_extra,
13484         left_fringe_width, right_fringe_width, fringe_cols,
13485         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13486         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
13487         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13488         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13489         (PIXEL_WIDTH, PIXEL_HEIGHT)
13490         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
13491         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
13492         frame.h and renamed [see frame.h changes].
13493         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13494         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
13495         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
13496         and renamed [see frame.h changes].
13498         * xterm.c: Make (several) trivial substitutions for renamed and
13499         new macros in dispextern.h, frame.h and window.h.
13500         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
13501         (scroll_run): Adapt to new fringe position.
13502         (glyph_rect): Use window coordinates returned from
13503         window_from_coordinates rather than frame_to_window_pixel_xy.
13504         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13505         scroll-bars.
13506         (handle_one_xevent): Simplify a USE_GTK conditional.
13507         (x_clip_to_row): Remove superfluous whole_line_p arg and code
13508         (fringes are now inside margins, i.e. always in the clipping area).
13509         All callers changed.
13510         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13511         directly, then call compute_fringe_widths.  Don't call
13512         frame_update_line_height.
13514         * w32term.h (struct w32_output): Move members left_pos, top_pos,
13515         border_width, pixel_height, pixel_width, line_height,
13516         internal_border_width, vertical_scroll_bar_extra,
13517         left_fringe_width, right_fringe_width, fringe_cols,
13518         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13519         x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
13520         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13521         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13522         (PIXEL_WIDTH, PIXEL_HEIGHT)
13523         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
13524         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
13525         frame.h and renamed [see frame.h changes].
13526         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13527         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
13528         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
13529         and renamed [see frame.h changes].
13531         * w32term.c: Make (several) trivial substitutions for renamed and
13532         new macros in dispextern.h, frame.h and window.h.
13533         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
13534         (glyph_rect): Use window coordinates returned from
13535         window_from_coordinates rather than frame_to_window_pixel_xy.
13536         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13537         scroll-bars.
13538         (w32_clip_to_row): Remove superfluous whole_line_p arg and code
13539         (fringes are now inside margins, i.e. always in the clipping area).
13540         All callers changed.
13541         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13542         directly, then call compute_fringe_widths.  Don't call
13543         frame_update_line_height.
13545         * w32console.c: Make (few) trivial substitutions for renamed and
13546         new macros in dispextern.h, frame.h and window.h.
13548         * w32fns.c: Make (many) trivial substitutions for renamed and
13549         new macros in dispextern.h, frame.h and window.h.
13551         * w32menu.c: Make (few) trivial substitutions for renamed and
13552         new macros in dispextern.h, frame.h and window.h.
13554         * macterm.h (struct mac_output): Move members left_pos, top_pos,
13555         border_width, pixel_height, pixel_width, line_height,
13556         internal_border_width, vertical_scroll_bar_extra,
13557         left_fringe_width, right_fringe_width, fringe_cols,
13558         fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13559         x_pixels_diff, y_pixels_diff to struct frame (frame.h).
13560         (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13561         (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13562         (PIXEL_WIDTH, PIXEL_HEIGHT)
13563         (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
13564         (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
13565         frame.h and renamed [see frame.h changes].
13566         (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13567         (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
13568         (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
13569         and renamed [see frame.h changes].
13571         * macterm.c: Make (several) trivial substitutions for renamed and
13572         new macros in dispextern.h, frame.h and window.h.
13573         (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
13574         (glyph_rect): Use window coordinates returned from
13575         window_from_coordinates rather than frame_to_window_pixel_xy.
13576         (XTset_vertical_scroll_bar): Adapt to per-window fringes and
13577         scroll-bars.
13578         (x_clip_to_row): Remove superfluous whole_line_p arg and code
13579         (fringes are now inside margins, i.e. always in the clipping area).
13580         All callers changed.
13581         (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
13582         directly, then call compute_fringe_widths.  Don't call
13583         frame_update_line_height.
13585         * macfns.c: Make (several) trivial substitutions for renamed and
13586         new macros in dispextern.h, frame.h and window.h.
13587         (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
13589         * macmenu.c: Make (few) trivial substitutions for renamed and
13590         new macros in dispextern.h, frame.h and window.h.
13592         * msdos.h (struct x_output): Remove members left_pos, top_pos,
13593         and line_height, and use corresponding new members in struct
13594         frame.  All uses changed.
13595         (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
13596         superseeded by corresponding macros in frame.h.
13598         * msdos.c: Make (several) trivial substitutions for renamed and
13599         new macros in dispextern.h, frame.h and window.h.
13600         (IT_note_mouse_highlight): Use updated window coordinates returned
13601         by window_from_coordinates, rather than adjusting them locally.
13602         (internal_terminal_init): No need to initialize line_height here;
13603         it now defaults to 1.
13605 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
13607         * keyboard.c (read_key_sequence): Adjust fkey and keytran when
13608         dropping `down' events.
13610 2003-05-24  Andreas Schwab  <schwab@suse.de>
13612         * coding.c (find_safe_codings): Fix last change.
13614 2003-05-24  Istvan Marko  <mi@imarko.dhs.org>  (tiny change)
13616         * xfns.c (x_window): Fix typo from 2003-05-21 change.
13618 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
13620         * xdisp.c (display_mode_element): Increase max depth.
13621         Simplify the error handling code.  Use a different error string
13622         for the case where we hit the depth limit.
13624         * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
13626         * buffer.c (reset_buffer_local_variables): Remove redundant setting.
13628 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
13630         * intervals.c (get_local_map): Don't get char-property of previous
13631         point any more: get_pos_property already does it and better.
13633 2003-05-21  Dave Love  <fx@gnu.org>
13635         [Merged from unicode branch.]
13637         * xfns.c (x_window, x_window): Use use_xim.
13639         * xterm.c (use_xim): Initialize.
13640         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
13641         (x_term_init): Maybe set use_xim.
13643         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
13645 2003-05-21  Jason Rumney  <jasonr@gnu.org>
13647         * unexw32.c (_start): Remove _fmode initialization.
13649         * emacs.c (main) [WINDOWSNT]: Move it here.
13651 2003-05-20  Dave Love  <fx@gnu.org>
13653         * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
13655 2003-05-19  Richard M. Stallman  <rms@gnu.org>
13657         * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
13658         as value for QCfont attribute.
13659         (realize_default_face): lface should already exist; crash if not.
13660         Specify 0 for FORCE_P when calling set_lface_from_font_name.
13662         * frame.c (Fignore_event): Doc fix.
13664 2003-05-19  Kenichi Handa  <handa@m17n.org>
13666         * coding.c (decode_coding_string): Handle post-read-conversion
13667         even if the coding doesn't require decoding.
13669 2003-05-18  Richard M. Stallman  <rms@gnu.org>
13671         * callproc.c (Fcall_process_region): Doc fix.
13673 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
13675         * lread.c (Fload): Print a message if package is obsolete.
13677         * window.c (Fselect_window): Add optional `norecord' arg.
13678         (select_window_1): Fold into Fselect_window.
13679         (select_window_norecord): New function.
13680         (temp_output_buffer_show): Use it.  Preserve current buffer.
13682         * window.h (Fselect_window): Update declaration.
13684         * window.c (delete_window, Fother_window, Fset_window_configuration):
13685         * minibuf.c (read_minibuf):
13686         * macterm.c (x_new_focus_frame):
13687         * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
13688         * callint.c (Fcall_interactively):
13689         * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
13691         * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
13693 2003-05-17  David Kastrup  <dak@gnu.org>
13695         * process.c (read_process_output): Back out change from 2003-03-09.
13697 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
13699         * editfns.c (get_pos_property): Don't assume that `object' = nil.
13701         * textprop.c (text_property_stickiness): New arg `buffer'.
13703         * intervals.h (text_property_stickiness): New arg `buffer'.
13704         (get_pos_property): Declare.
13706         * intervals.c (get_local_map): Use get_pos_property, to obey
13707         stickiness and empty overlays.
13708         (create_root_interval, graft_intervals_into_buffer): Use BEG.
13709         (merge_properties, intervals_equal, merge_properties_sticky):
13710         Use XCAR, XCDR.
13711         (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
13713 2003-05-17  Richard M. Stallman  <rms@gnu.org>
13715         * minibuf.c (read_minibuf): If buffer is empty, record the default
13716         in the history.
13717         (Fminibuffer_complete_word): When deleting the overlap, take account
13718         of its real position.
13720         * fns.c (map_char_table): Fix previous change.
13722         * syntax.c (find_defun_start):
13723         When open_paren_in_column_0_is_defun_start,
13724         return beginning of buffer.
13726         * lisp.h (map_char_table): Declare added arg.
13728         * fns.c (map_char_table): New arg TABLE gets the master table.
13729         All calls changed.
13730         Process default and inheritance, resorting to Faref if necessary.
13732         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
13733         (Faccessible_keymaps): Pass new arg to map_char_table.
13735         * fontset.c (Ffontset_info): Pass new arg to map_char_table.
13737         * casetab.c (set_case_table): Pass new arg to map_char_table.
13739         * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
13741         * lisp.h (specbinding_func): New typedef.
13742         (struct specbinding): Use specbinding_func, to put the `volatile'
13743         in the right place.
13745         * alloc.c (Fgarbage_collect): Cast pointers into specpdl
13746         to avoid GCC warning.
13748 2003-05-16  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13750         * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
13752 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
13754         * keyboard.c (apply_modifiers): Don't fill the other cache.
13756 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
13758         * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
13760         * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
13761         (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
13762         (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
13763         (Fset_window_configuration, Fcurrent_window_configuration)
13764         (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
13765         (Fpos_visible_in_window_p, mark_window_cursors_off)
13766         (window_internal_height, window_internal_width, Frecenter)
13767         (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
13768         (replace_buffer_in_all_windows, init_window_once, init_window)
13769         (syms_of_window, keys_of_window): Move from lisp.h.
13770         * lisp.h: Move window.c declarations to window.h.
13772         * bytecode.c: Include window.h.
13773         * emacs.c: Include window.h.
13775         * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
13776         (keyremap): Add `parent' field.
13777         (keyremap_step): Use it.  Remove `parent' argument.
13778         (read_key_sequence): Setup and use the new `parent' field.
13780 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
13782         * keyboard.c (adjust_point_for_property): Ensure termination.
13784 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
13786         * keyboard.c (follow_key): Remove dead variable `did_meta'.
13787         (access_keymap_keyremap, keyremap_step): New funs, extracted from the
13788         duplicated handling of function-key-map and key-translation-map
13789         in read_key_sequence.
13790         (read_key_sequence): Use them.
13792         * keyboard.c (adjust_point_for_property): Try harder to move point
13793         to the non-sticky end of an invisible property.
13795         * xdisp.c (single_display_prop_intangible_p): Make `space' display
13796         property intangible as well.
13798 2003-05-10  Andreas Schwab  <schwab@suse.de>
13800         * xmenu.c (single_menu_item): Change last parameter to void* to
13801         avoid warning.
13803 2003-05-09  Richard M. Stallman  <rms@gnu.org>
13805         * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
13806         Bind Qinhibit_modification_hooks to t so there will be no GC.
13807         Rename local `tem' to `save_deactivate_mark'.
13809         * eval.c (specpdl_ptr): Declare volatile.
13810         (unbind_to): Copy the whole binding and decrement specpdl_ptr
13811         before doing the work of unbinding it.
13813         * lisp.h (struct specbinding): Declare elements volatile.
13814         (specpdl_ptr): Declare volatile.
13816         * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
13818         * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
13819         for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
13821 2003-05-08  Dave Love  <fx@gnu.org>
13823         * coding.c (Vlast_coding_system_used): Doc fix.
13825 2003-05-07  Jason Rumney  <jasonr@gnu.org>
13827         * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
13828         when system does not support them.
13830 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
13832         * fileio.c (Qwrite_region_annotate_functions): New var.
13833         (build_annotations): Use it to process the global part of the hook.
13834         (syms_of_fileio): Init and staticpro it.
13836         * keyboard.c (safe_run_hooks_error): Display a message instead of
13837         silently ignoring the error.
13839 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
13841         * keyboard.c (input_available_signal): Mark static.
13842         (menu_bar_items): Use map_keymap.
13843         (menu_bar_one_keymap): Remove.
13844         (menu_bar_item): Adjust arglist (for use in map_keymap).
13845         Properly hide a second binding when not both are keymaps.
13847         * xmenu.c (struct skp): New struct, to pass args through map_keymap.
13848         (single_keymap_panes): Use it and map_keymap.
13849         (single_menu_item): Use skp as well.
13851         * keymap.h (map_keymap_function_t): New type.
13852         (map_keymap): Declare.
13854         * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
13855         (map_keymap_call, Fmap_keymap): New functions.
13856         (syms_of_keymap): Defsubr map-keymap.
13858 2003-05-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13860         * gtkutil.c (create_dialog, make_widget_for_menu_item)
13861         (make_menu_item, create_menus, xg_update_menu_item): Don't call
13862         ..._with_mnemonic functions for menu items.
13864 2003-05-01  Kenichi Handa  <handa@m17n.org>
13866         * coding.c (coding_system_accept_latin_extra_p): Delete this
13867         function.
13868         (find_safe_codings): Pay attention to
13869         the property tranlsation-table-for-encode of each codings.
13870         (syms_of_coding): Give Qtranslation_table the extra slot number 2.
13872 2003-05-01  Stefan Monnier  <monnier@cs.yale.edu>
13874         * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
13876 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
13878         * eval.c (unbind_to): Don't handle symbol = Qnil any more.
13880         * lisp.h (CHECK): Wrap args in parenthesis.
13881         (specbind): Fix doc: symbol = Qnil is not supported any more.
13883         * bytecode.c (Fbyte_code) <unwind-protect>:
13884         Use Fprogn rather than 0 and Qnil.
13886         * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
13887         `double', and `triple' modifiers as well.
13889 2003-04-30  Richard M. Stallman  <rms@gnu.org>
13891         * keyboard.c (echo_char): Don't clear out a dash that follows a space.
13893         * alloc.c (abort_on_gc): New variable.
13894         (Fgarbage_collect): Abort if abort_on_gc is set.
13896         * lisp.h (abort_on_gc): Add decl.
13898         * eval.c (Fsignal): Clear abort_on_gc.
13900         * editfns.c (Fformat): Set abort_on_gc during first scan of format.
13901         Reinit FORMAT_START and END before second scan.
13903         * xdisp.c (move_it_vertically_backward): Do the final big else
13904         even if nlines is 0.
13906         * xdisp.c (redisplay_internal): Finish the per-frame loop
13907         even if redisplay is suspended by input.
13909 2003-04-24  Andrew Choi  <akochoi@shaw.ca>
13911         * macterm.c (x_list_fonts): Return all fonts that match if
13912         maxnames = -1.
13914 2003-04-25  Kenichi Handa  <handa@m17n.org>
13916         * syntax.c (skip_chars): Fix previous change.
13918 2003-04-24  Kenichi Handa  <handa@m17n.org>
13920         * syntax.c (skip_chars): Make the code faster by using the common
13921         technique of *p, *stop, and *endp.
13923 2003-04-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13925         * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
13926         tool_bar_items so GTK tool bar expose callback does not access items
13927         being updated.
13929 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
13931         * eval.c (Fapply): Undo last change and add a comment about why.
13933 2003-04-18  Miles Bader  <miles@gnu.org>
13935         * data.c (Faset): Calculate nbytes earlier, to satisfy the now
13936         pickier PARSE_MULTIBYTE_SEQ.
13938 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
13940         * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
13941         Use XCDR, XCAR, CONSP.
13942         (Fdefmacro): Fix docstring.  Use XCAR, XCDR.
13943         (Fapply): Remove unnecessary GCPRO.
13945         * doc.c (Fsubstitute_command_keys): Remove spurious casts.
13947         * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
13949         * buffer.h: Don't hardcode BEG==1.
13951         * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
13953 2003-04-16  Richard M. Stallman  <rms@gnu.org>
13955         * xdisp.c (try_window, try_window_reusing_current_matrix):
13956         When at end of window, set window_end_pos to Z-ZV.
13958         * buffer.c (Foverlay_recenter): Doc fix.
13960 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
13962         * dispnew.c (Fsit_For): Support XEmacs-style arg list.
13964 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
13966         * macterm.c (mac_check_for_quit_char): Don't check more often than
13967         once a second.
13969 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
13971         * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
13972         specially, so that they can't hide an implicit switch-frame event.
13973         (make_lispy_event): Handle SELECT_WINDOW_EVENT.
13974         (head_table): Use switch-frame as event_kind for select-window.
13975         (keys_of_keyboard): Don't bind [select-window] in special-event-map.
13977         * editfns.c (Fformat): Lisp_Object/int mixup.
13978         (format2): Remove unused var numargs.
13980 2003-04-11  Kenichi Handa  <handa@m17n.org>
13982         * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
13983         (Qafter_insert_file_set_coding): New variable.
13984         (syms_of_fileio): Initialize and staticpro it.  Delete declaration
13985         for after-insert-file-adjust-coding-function.
13986         (Finsert_file_contents): Call Qafter_insert_file_set_coding
13987         instead of Vafter_insert_file_adjust_coding_function.
13989 2003-04-11  Kenichi Handa  <handa@m17n.org>
13991         * lisp.h (temp_echo_area_glyphs): Adjust prototype.
13993         * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
13994         string.  Callers changed.
13996 2003-04-10  Kenichi Handa  <handa@m17n.org>
13998         * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
13999         (syms_of_fileio): Declare it as a lisp variable.
14000         (Finsert_file_contents):
14001         Call Vafter_insert_file_adjust_coding_function before calling
14002         decode-format.
14004 2003-04-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14006         * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
14007         get GtkAdjustment as widget now is a GtkRange.
14009         * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
14010         GtkRange to avoid memory leak.
14012 2003-04-09  Kenichi Handa  <handa@m17n.org>
14014         * xfaces.c (Vface_font_rescale_alist): New variable.
14015         (struct font_name): New member rescale_ratio.
14016         (font_rescale_ratio): New function.
14017         (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
14018         (better_font_p): On comparing point sized, pay attention to
14019         recale_ratio member of fonts.
14020         (build_scalable_font_name): Reflect font->rescale_ratio in the
14021         font name.
14022         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
14024         * lread.c (read1): Before calling index, check if the 2nd
14025         arguemnt is in ASCII range.
14027 2003-04-08  Richard M. Stallman  <rms@gnu.org>
14029         * fileio.c (Ffile_symlink_p): Doc fix.
14031         * editfns.c (Fformat): Translate positions of text properties
14032         in the format string to apply them to the result.
14034         * fileio.c (Finsert_file_contents): Doc fix.
14035         (syms_of_fileio) <after-insert-file-functions>: Doc fix.
14037 2003-04-08  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
14039         * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
14041 2003-04-08  Steven Tamm  <steventamm@mac.com>
14043         * mac.c (init_mac_osx_environment): Switch libexec and bin so
14044         that self-contained application finds libexec files.
14046 2003-04-08  Kenichi Handa  <handa@m17n.org>
14048         * coding.c (code_convert_region_unwind):
14049         Set Vlast_coding_system_used to the argument.
14050         (code_convert_region): If post-read-conversion function changed
14051         the value of last-coding-sytem, keep the new value in
14052         coding->symbol so that it won't be overridden.
14053         (run_pre_post_conversion_on_str): Likewise.
14054         (coding_system_accept_latin_extra_p): New function.
14055         (find_safe_codings): Pay attention to characters registered in
14056         latin-extra-code-table.
14058 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>
14060         * Makefile.in (md5.o): Add missing dependency info.
14062 2003-04-06  Richard M. Stallman  <rms@gnu.org>
14064         * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
14066         * marker.c (verify_bytepos): New function.
14068         * intervals.c (set_intervals_multibyte_1): When becoming
14069         multibyte, adjust right and left child sizes to a whole set of
14070         characters.  If an interval gets zero total-length, delete it.
14071         If an interval consists of just its children, delete one of them.
14073         * intervals.h (CHECK_TOTAL_LENGTH): New macro.
14074         * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
14076         * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
14077         All calls deleted.
14078         (lisp_malloc): Do the work here directly.
14080 2003-04-06  Gareth Jones  <emacs@referential.org.uk>  (tiny change)
14082         * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
14083         char tables.
14085 2003-04-04  Kenichi Handa  <handa@m17n.org>
14087         * editfns.c (Fformat): Use a copy of FORMAT string so that we can
14088         destructively change "%S" to "%s".
14090 2003-04-03  Miles Bader  <miles@gnu.org>
14092         * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
14093         always set.
14095 2003-04-01  Dave Love  <fx@gnu.org>
14097         * xfns.c (xpm_lookup_color): Grok "opaque".
14099 2003-03-31  Andrew Choi  <akochoi@shaw.ca>
14101         * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
14102         parent window ID.
14104         * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
14106         * macterm.h (struct mac_output): Define x_pixels_diff and
14107         y_pixels_diff.
14109 2003-03-31  Juanma Barranquero  <lektu@terra.es>
14111         * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
14112         blockinput.h and files included from it.
14114 2003-03-31  Kim F. Storm  <storm@cua.dk>
14116         The following changes consolidates the common code related to
14117         frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
14118         files into frame.c.
14120         * frame.c: Include blockinput.h.
14121         (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
14122         (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
14123         (Qauto_raise, Qauto_lower, ...): Define all frame parameter
14124         related vars here.
14125         (struct frame_parm_table, frame_parms): New table for describing
14126         frame parameters and their associated Q-variable.
14127         The order of the parameters corresponds to the sequence of the
14128         frame_parm_handlers table in redisplay_interface.
14129         (x_fullscreen_move, x_set_frame_parameters)
14130         (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
14131         (x_set_screen_gamma, x_set_font, x_set_fringe_width)
14132         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14133         (x_set_autoraise, x_set_autolower, x_set_unsplittable)
14134         (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
14135         Generic functions for processing of frame parameters.
14136         (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
14137         (display_x_get_resource, x_get_resource_string): Functions for
14138         generic access to X resources.
14139         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
14140         (x_default_parameter, Fx_parse_geometry): Functions for generic
14141         access to frame parameters.
14142         (x_figure_window_size): Generic calculation of frame size.
14143         Fixed to add space needed for tool bar.  Also setup size_hint_flags.
14144         (syms_of_frame): Intern and staticpro frame parameter variables.
14145         Defvar_lisp Vx_resource_class and Vx_resource_name here.
14146         Defsubr Sx_get_resource and Sx_parse_geometry.
14148         * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
14149         parameter related vars defined in frame.c.
14150         (EMACS_CLASS): Define here.
14151         (enum FULLSCREEN_*): Define here.
14152         (x_set_scroll_bar_default_width, x_wm_set_icon_position)
14153         (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
14154         (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
14155         (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
14156         (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
14157         (x_set_visibility, x_set_autoraise, x_set_autolower)
14158         (x_set_unsplittable, x_set_vertical_scroll_bars)
14159         (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
14160         (x_figure_window_size): Add prototypes.
14162         * dispextern.h (frame_parm_handler): New typedef.
14163         (struct redisplay_interface): New member frame_parm_handlers.
14164         (enum resource_types): Move declaration here.
14165         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
14166         (x_default_parameter): Add prototypes.
14168         * window.c: Remove extern decl for frame parameter vars.
14169         (change_window_heights): New generic function;
14170         replaces x_change_window_heights.  All users changed.
14172         * window.h (change_window_heights): Add prototype.
14174         * xfaces.c: Remove extern decl for frame parameter vars.
14176         * xterm.h (EMACS_CLASS): Remove.  Use generic define.
14177         (struct w32_display_info): Fix type of xrdb member.
14178         (enum FULLSCREEN_*): Remove.
14179         Remove prototypes for generic functions (in frame.h).
14181         * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14182         parameters now defined in frame.h and frame.c.
14183         (Vx_resource_name): Remove.  Use generic var.
14184         (enum x_frame_parms): Remove (bogus, unused enum).
14185         (check_x_display_info): Make non-static (for frame.c).
14186         (struct x_frame_parm_table, x_frame_parms): Remove.
14187         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14188         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14189         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14190         (x_change_window_heights, x_set_autoraise, x_set_autolower)
14191         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14192         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14193         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14194         Remove.  Use generic functions instead.
14195         (enum resource_types): Remove.
14196         (x_set_scroll_bar_default_width): New global function (for frame.c).
14197         (Fx_create_frame): Depend on x_figure_window_size to add space for
14198         toolbar and setup size_hint_flags.
14199         (x_frame_parm_handlers): New table for redisplay_interface.
14200         (syms_of_xfns): Don't intern/staticpro removed vars.
14202         * xterm.c: Remove unnecessary extern declarations.
14203         (x_fullscreen_adjust): Remove.  Use generic instead.
14204         (x_redisplay_interface): Add x_frame_parm_handlers member.
14206         * w32gui.h (XrmDatabase): New (dummy) typedef.
14208         * w32term.h (EMACS_CLASS): Remove.  Use generic define.
14209         (struct w32_display_info): Fix type of xrdb member.
14210         (enum FULLSCREEN_*): Remove.
14211         (x_fullscreen_adjust): Remove prototype.
14213         * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14214         parameters now defined in frame.h and frame.c.
14215         (Vx_resource_name): Remove.  Use generic var.
14216         (enum x_frame_parms): Remove (bogus, unused enum).
14217         (check_x_display_info): Make non-static (for frame.c).
14218         (struct x_frame_parm_table, x_frame_parms): Remove.
14219         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14220         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14221         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14222         (x_change_window_heights, x_set_autoraise, x_set_autolower)
14223         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14224         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14225         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14226         Remove.  Use generic functions instead.
14227         (enum resource_types): Remove.
14228         (x_set_scroll_bar_default_width): New global function (for frame.c).
14229         (Fx_create_frame): Depend on x_figure_window_size to add space for
14230         toolbar and setup size_hint_flags.
14231         (w32_frame_parm_handlers): New table for redisplay_interface.
14232         (syms_of_w32fns): Don't intern/staticpro removed vars.
14234         * w32term.c: Remove unnecessary extern declarations.
14235         (x_fullscreen_adjust): Remove.  Use generic instead.
14236         (x_redisplay_interface): Add w32_frame_parm_handlers member.
14238         * w32reg.c (x_get_string_resource): Use XrmDatabase.
14240         * macgui.h (XrmDatabase): New (dummy) typedef.
14242         * macterm.h (EMACS_CLASS): Remove.
14243         (struct mac_display_info): Add xrdb member.
14244         (struct mac_output): Add want_fullscreen member.
14246         * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14247         parameters now defined in frame.h and frame.c.
14248         (Vx_resource_name): Remove.  Use generic var.
14249         (check_x_display_info): Make non-static (for frame.c).
14250         (struct x_frame_parm_table, x_frame_parms): Remove.
14251         (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14252         (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14253         (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14254         (x_change_window_heights, x_set_autoraise, x_set_autolower)
14255         (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14256         (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14257         (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14258         Remove.  Use generic functions instead.
14259         (enum resource_types): Remove.
14260         (x_set_scroll_bar_default_width): New global function (for frame.c).
14261         (mac_frame_parm_handlers): New table for redisplay_interface.
14262         (syms_of_macfns): Don't intern/staticpro removed vars.
14264         * macterm.c: Remove unnecessary extern declarations.
14265         (x_redisplay_interface): Add mac_frame_parm_handlers member.
14267         * Makefile.in (frame.o): Add dependency on blockinput.h and files
14268         included from it (atimer.h and systime.h).
14270 2003-03-30  Andreas Schwab  <schwab@suse.de>
14272         * xdisp.c (x_insert_glyphs): Fix swapped width and height
14273         parameters for shift_glyphs_for_insert.
14275         * macterm.c (x_redisplay_interface): Add missing entry for
14276         draw_vertical_window_border.
14278 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
14280         * fileio.c (Fexpand_file_name): In the no-handler case, after
14281         expanding, look again for a handler and invoke it.  This is needed
14282         for filenames like "/foo/../user@host:/bar/../baz" -- the first
14283         expansion produces "/user@host:/bar/../baz" which needs to be
14284         expanded again for the finame result "/user@host:/baz".
14286 2003-03-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14288         * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
14289         of area to be redrawn for better performance.
14291 2003-03-28  Stefan Monnier  <monnier@cs.yale.edu>
14293         * xterm.c (take_vertical_position_into_account): Remove.
14294         (xt_action_hook): Call set_vertical_scroll_bar if needed.
14295         (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
14296         (xm_scroll_callback, x_create_toolkit_scroll_bar)
14297         (x_set_toolkit_scroll_bar_thumb): Simplify.
14298         (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
14299         (XTread_socket): Remove unused var.
14300         (x_make_frame_invisible): Replace goto with else.
14302         * xdisp.c (set_vertical_scroll_bar): New fun.
14303         (redisplay_window): Use it.
14305 2003-03-26  Richard M. Stallman  <rms@gnu.org>
14307         * xdisp.c (update_tool_bar): Recompute tool bar if
14308         update_mode_lines is set.  Set w->update_mode_line
14309         only if the tool bar contents actually change.
14310         (update_menu_bar): Undo previous change.
14312 2003-03-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14314         * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
14315         (xg_frame_set_char_size): Calculate scroll bar width before frame
14316         width.  Call SET_FRAME_GARBAGED and cancel_mouse_face.
14317         (xg_separator_p): Check for all documented separator types.
14318         (xg_update_scrollbar_pos): Variable gheight not needed, use height.
14319         (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
14321         * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
14322         so tool bar gets updated.
14324 2003-03-26  Stefan Monnier  <monnier@cs.yale.edu>
14326         * data.c (store_symval_forwarding): Re-instate part of the code
14327         that was deleted with too much enthusiasm.
14329 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
14331         * data.c (store_symval_forwarding): Delete special read-only
14332         hack for type == -1, since we now use ->constant instead.
14333         (Fkill_local_variable): Don't use XBUFFER if it can be nil.
14335         * buffer.c (overlays_in): Declare static.
14336         (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
14337         `constant' field rather than the variable's `type' field.
14339 2003-03-24  Andrew Choi  <akochoi@shaw.ca>
14341         * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
14343         * dispextern.h [HAVE_CARBON]: Include Carbon.h.
14345         * fns.c [MAC_OSX]: Do not redefine vector.
14347         * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
14349         * macgui.h: Remove definition of No_Cursor.
14351         * macterm.h: Include Carbon.h.  Replace (struct Cursor *) by Cursor.
14353         * xdisp.c: Define No_Cursor.
14354         (x_write_glyphs, notice_overwritten_cursor)
14355         (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
14356         (note_mouse_highlight): Remove Mac-specific code.
14357         (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
14359 2003-03-24  John Paul Wallington  <jpw@gnu.org>
14361         * xdisp.c (redisplay_window): If mini window's buffer is not
14362         empty, then redisplay it like other windows.
14364 2003-03-23  Kim F. Storm  <storm@cua.dk>
14366         * w32term.c (w32_draw_window_cursor): Fix last change.
14368 2003-03-23  Kenichi Handa  <handa@m17n.org>
14370         * alloc.c (make_string_from_bytes, make_specified_string):
14371         Add `const' for the arg CONTENTS.
14373         * lisp.h (make_string_from_bytes, make_specified_string):
14374         Prototypes adjusted.
14376 2003-03-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14378         * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
14380         * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
14381         (XG_SB_RANGE): New define.
14383         * gtkutil.c (xg_fixed_handle_expose): New function.
14384         (xg_create_frame_widgets): Call xg_fixed_handle_expose for
14385         expose events.
14386         (xg_update_scrollbar_pos): Take two more arguments, left and width
14387         of scroll bar including borders.
14388         Clear left and right part outside scroll bar separately as some
14389         themes have bars that are not an even number of pixels.
14390         Don't set reallocate_redraws, don't call
14391         gdk_window_process_all_updates.
14392         (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
14393         so no need to change it.  Calculate size and value with XG_SB_RANGE.
14395         * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
14396         Pass left and width of scroll bar including borders to
14397         xg_update_scrollbar_pos.
14399 2003-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
14401         * Makefile.in: Make sure space precedes end-of-line backslashes.
14403 2003-03-22  Kim F. Storm  <storm@cua.dk>
14405         * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
14406         Add generic versions here.  Remove system specific versions
14407         defined elsewhere.
14409         * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
14410         Add prototypes.
14412         * xterm.h (STORE_NATIVE_RECT): New macro.
14414 2003-03-21  Kim F. Storm  <storm@cua.dk>
14416         * xdisp.c (get_glyph_string_clip_rect):
14417         Use FRAME_INTERNAL_BORDER_WIDTH.
14419         * dispextern.h (struct redisplay_interface): Add active_p
14420         argument to draw_window_cursor member.  All uses changed.
14422 2003-03-21  Kim F. Storm  <storm@cua.dk>
14424         The following changes consolidate code related to writing and
14425         inserting glyphs, exposing frame, the tool bar, the mouse face,
14426         the output cursor, and help echo from xterm.c, w32term.c and
14427         macterm.c into xdisp.c.  It also generalizes the use of the
14428         window_part enum instead of using numeric values throughout.
14430         * xdisp.c: Consolidate gui-independent code here.
14431         Include keymap.h.
14432         (Qhelp_echo): Import.
14433         (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
14434         (help_echo_string, help_echo_window, help_echo_object)
14435         (previous_help_echo_string, help_echo_pos): Declare here.
14436         (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
14437         (estimate_mode_line_height): Define here.  Handle windowing
14438         systems directly (without using estimate_mode_line_height_hook).
14439         (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
14440         (update_window_cursor, update_cursor_in_window_tree)
14441         (fast_find_position, fast_find_string_pos)
14442         (note_mode_line_highlight, note_mode_line_or_margin_highlight)
14443         (expose_area, expose_line, expose_overlaps, expose_window)
14444         (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
14445         declared static as they are only used locally in xdisp.c.
14446         (draw_glyphs): Rename from x_draw_glyphs and make static.
14447         (tool_bar_item_info, notice_overwritten_cursor): Make static.
14448         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14449         (set_output_cursor, x_cursor_to, handle_tool_bar_click)
14450         (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
14451         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14452         (display_and_set_cursor, x_update_cursor, x_clear_cursor)
14453         (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
14454         (note_mouse_highlight, x_clear_window_mouse_face)
14455         (cancel_mouse_face, x_draw_vertical_border, expose_frame)
14456         (x_intersect_rectangles): New generic functions for use by xdisp.c
14457         and GUI front-ends.
14458         (syms_of_xdisp): Initialize and staticpro help_echo* variables.
14459         Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
14461         * dispextern.h (Display_Info): Generic typedef for *_display_info.
14462         (NativeRectangle): Generic typedef for rectangle type.
14463         (enum window_part): Move here from window.c.
14464         (struct redisplay_interface): New members flush_display_optional,
14465         define_frame_cursor, clear_frame_area, draw_window_cursor,
14466         draw_vertical_window_border, shift_glyphs_for_insert.
14467         Rename member clear_mouse_face to clear_window_mouse_face.
14468         (estimate_mode_line_height_hook): Remove hook.
14469         (auto_raise_tool_bar_buttons_p): Don't declare extern.
14470         (tool_bar_item_info): Remove prototype.
14471         (help_echo_string, help_echo_window, help_echo_object)
14472         (previous_help_echo_string, help_echo_pos)
14473         (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
14474         (x_stretch_cursor_p, output_cursor): Declare extern.
14475         (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
14476         (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
14477         (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14478         (display_and_set_cursor, set_output_cursor, x_cursor_to)
14479         (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
14480         (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14481         (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
14482         (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
14483         (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
14484         Add prototypes.
14485         (mode_line_string, marginal_area_string): Fix prototypes.
14487         * window.c (enum window_part): Move to dispextern.h.
14488         (coordinates_in_window): Use enum window_part member names
14489         instead of numbers to describe return value.
14490         (struct check_window_data): Change part member to window_part.
14491         (check_window_containing): Return window_part unaltered.
14492         (window_from_coordinates): Change part arg from int to enum
14493         window_part.  Allow part arg to be null.  All users changed.
14495         * window.h (window_from_coordinates): Fix prototype.
14497         * term.c (estimate_mode_line_height): Move to xdisp.c.
14499         * keyboard.c (make_lispy_event): Use enum window_part.
14501         * dispnew.c (mode_line_string, marginal_area_string): Use enum
14502         window_part instead of int in arg list.  Users changed.
14504         * xterm.h (No_Cursor): Declare as None for X.
14505         (struct mac_output): Replace member cross_cursor by hand_cursor.
14507         * xterm.c: Remove consolidated defines and code.
14508         (BETWEEN): Remove unused macro.
14509         (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
14510         (x_define_frame_cursor, x_clear_frame_area)
14511         (x_draw_window_cursor): New X-specific functions for RIF.
14512         (x_redisplay_interface): Add new members.
14514         * xfns.c: Setup and use hand_cursor instead of cross_cursor.
14516         * w32term.h (struct w32_output): Remove cross_cursor member.
14518         * w32term.c: Remove consolidated defines and code.
14519         (BETWEEN): Remove unused macro.
14520         (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
14521         (w32_define_frame_cursor, w32_clear_frame_area)
14522         (w32_draw_window_cursor): New W32-specific functions for RIF.
14523         (w32_redisplay_interface): Add new members.
14525         * w32gui.h (No_Cursor): Define as 0 for W32.
14526         (XRectangle): Add X compatible rectangle type.
14527         (NativeRectangle): Declare as RECT for W32.
14528         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
14530         * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
14532         * w32console.c: Remove consolidated defines and code.
14534         * msdos.h (Display_Info): Add generic typedef.
14536         * msdos.c: Remove consolidated defines and code.
14537         (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
14539         * macterm.h (struct mac_output): Replace member cross_cursor by
14540         hand_cursor.
14541         (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
14543         * macterm.c: Remove consolidated defines and code.
14544         (BETWEEN): Remove unused macro.
14545         (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
14546         (mac_define_frame_cursor, mac_clear_frame_area)
14547         (mac_draw_window_cursor): New Mac-specific functions for RIF.
14548         (x_redisplay_interface): Add new members.
14550         * macgui.h (No_Cursor): Define as 0 for Mac.
14551         (XRectangle): Add X compatible rectangle type.
14552         (NativeRectangle): Declare as Rect for Mac.
14553         (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
14555         * macfns.c (x_set_mouse_color): Setup hand_cursor.
14556         (x_set_cursor_color): Use x_display_and_set_cursor.
14558         * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
14559         included from it.  Add dependency on keymap.h.
14561         * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
14563 2003-03-21  Kenichi Handa  <handa@m17n.org>
14565         * fileio.c (Fexpand_file_name): Fix previous change.
14567 2003-03-19  Kenichi Handa  <handa@m17n.org>
14569         * fileio.c (Ffile_name_directory): Reconstruct file name by
14570         make_specified_string.
14571         (Ffile_name_nondirectory, Ffile_name_as_directory)
14572         (Fdirectory_file_name, Fexpand_file_name)
14573         (Fsubstitute_in_file_name): Likewise.
14574         (Fread_file_name): Compare decoded homedir with DIR and
14575         DEFAULT_FILENAME.
14577         * alloc.c (make_specified_string): If NCHARS is negative, count
14578         the number of characters.
14580 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14582         * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
14583         all widgets.
14585         * gtkutil.h: Removed xg_ignore_next_thumb.
14587 2003-03-18  Kenichi Handa  <handa@m17n.org>
14589         * coding.c (Vchar_coding_system_table): Remove this variable.
14590         (Vcoding_system_safe_chars): New variable.
14591         (intersection): Remove this function.
14592         (find_safe_codings): Don't use Vchar_coding_system_table, but try
14593         all codings in SAFE_CODINGS.
14594         (Ffind_coding_systems_region_internal): Adjust for the change of
14595         find_safe_codings.  Get generic coding systems from
14596         Vcoding_system_safe_chars.
14597         (Fdefine_coding_system_internal): New function.
14598         (syms_of_coding): Defsubr Sdefine_coding_system_internal.
14599         Initialize and staticpro Vcoding_system_safe_chars.
14601 2003-03-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14603         * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
14604         equal old values before updating.
14606         * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
14608         * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
14610 2003-03-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14612         * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
14613         (xg_resize_widgets): Don't call foreach(handle_fixed_child).
14614         (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
14615         (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
14616         (xg_create_scroll_bar): Pass bar to button event callback.
14617         (xg_find_top_left_in_fixed): New function.
14618         (xg_update_scrollbar_pos): Don't call gdk_window_clear on
14619         whole scroll bar area.  Get old position with
14620         xg_find_top_left_in_fixed, calculate and only clear needed areas.
14621         (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
14622         dragging is in progress.  Calculate whole as for Motif.
14623         Remove code that saved last values.  Call gtk_range functions to
14624         set scroll bar sizes.
14626         * gtkutil.h: Removed xg_ignore_next_thumb.
14628 2003-03-17  Juanma Barranquero  <lektu@terra.es>
14630         * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
14631         and files included from it.
14633 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
14635         * keymap.c (accessible_keymaps_1): Break cycles but without preventing
14636         multiple occurrences of the same keymap under different prefixes.
14637         (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
14639 2003-03-16  Jason Rumney  <jasonr@gnu.org>
14641         * w32gui.h: Use HDC for Display.
14643         * w32term.c (w32_encode_char): Prevent double-byte chars from
14644         crashing Emacs.
14646         * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
14647         as binary.
14649 2003-03-16  Juanma Barranquero  <lektu@terra.es>
14651         * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
14653 2003-03-16  Kim F. Storm  <storm@cua.dk>
14655         The following changes consolidate some of the gui-independent
14656         parts of the processing and drawing of "glyph strings" from
14657         xterm.c, w32term.c, and macterm.c into xdisp.c.
14659         * dispextern.h (struct glyph): Reduce face_id member from 22 to
14660         21 bits (this reduces number of faces from 4M to 2M).
14661         Replace W32 specific w32_font_type member (2 bits) by generic
14662         font_type member (3 bits) for portability.
14663         (FONT_TYPE_UNKNOWN): New define, default for font_type member.
14664         (enum draw_glyphs_face): Define here.
14665         (struct glyph_string): Define here.  Merge W32 and X versions.
14666         (struct redisplay_interface): New members per_char_metric,
14667         encode_char, compute_glyph_string_overhangs, draw_glyph_string.
14668         (VCENTER_BASELINE_OFFSET): Define here.
14669         (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
14670         (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
14672         * xdisp.c: Consolidate gui-independent "glyph string" code here.
14673         (dump_glyph_string): Moved here.
14674         (init_glyph_string, append_glyph_string_lists, append_glyph_string)
14675         (prepend_glyph_string_lists, get_glyph_face_and_encoding)
14676         (fill_composite_glyph_string, fill_glyph_string)
14677         (fill_image_glyph_string, fill_stretch_glyph_string)
14678         (left_overwritten, left_overwriting, right_overwritten)
14679         (right_overwriting, get_char_face_and_encoding)
14680         (set_glyph_string_background_width, compute_overhangs_and_x)
14681         (append_glyph, append_composite_glyph, produce_image_glyph)
14682         (take_vertical_position_into_account, append_stretch_glyph)
14683         (produce_stretch_glyph): New generic functions (based on X version).
14684         Call platform specific functions through rif.
14685         (INIT_GLYPH_STRING): New macro, hides W32 details.
14686         (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
14687         (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
14688         (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
14689         (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
14690         (notice_overwritten_cursor):
14691         Generic functions exported to platform modules.  Users changed.
14693         * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
14694         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
14695         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
14696         New macros for consolidated code.
14698         * xterm.c: Remove consolidated defines and code.
14699         (x_per_char_metric, x_encode_char)
14700         (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
14701         (x_redisplay_interface): Add new members.
14703         * w32gui.h (Display): Add dummy typedef for consolidation.
14704         (XChar2b): Define alias for wchar_t for consolidation.
14705         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
14707         * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
14708         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
14709         New macros for consolidation.
14711         * w32term.c: Remove consolidated defines and code.
14712         (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
14713         to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
14714         (w32_per_char_metric): Change font_type arg to int for RIF.
14715         (w32_encode_char): Return int according to RIF requirements.
14716         (w32_compute_glyph_string_overhangs): Adapt to RIF.
14717         (w32_get_glyph_overhangs): New function for RIF.  Uses generic
14718         x_get_glyph_overhangs.
14719         (w32_redisplay_interface): Add new members.
14721         * macgui.h (XChar2b): Move typedef here for consolidation.
14722         (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
14724         * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
14725         (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
14726         consolidation.
14728         * macterm.c: Remove consolidated defines and code.
14729         (mac_per_char_metric): New function for RIF.
14730         (mac_encode_char): Adapt to new RIF requirements.
14731         (mac_compute_glyph_string_overhangs): Adapt for RIF.
14732         (x_redisplay_interface): Add new members.
14734 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
14736         * keymap.c (Vmenu_events): New var.
14737         (syms_of_keymap): Initialize it.
14738         (where_is_internal): Check more carefully what is a menu event.
14740 2003-03-14  Richard M. Stallman  <rms@gnu.org>
14742         * lread.c (read1): After #!, exit loop on eof.
14744 2003-03-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14746         * gtkutil.h: Add declaration for xg_frame_cleared.
14748         * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
14750         * gtkutil.c (struct xg_last_sb_pos): New structure.
14751         (handle_fixed_child): New function.
14752         (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
14753         and force a redraw on them.
14754         (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
14755         (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
14756         so we can avoid unneeded redraws.
14757         (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
14758         and force a redraw on the scroll bar.
14759         (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
14760         if xg_last_sb_pos shows the positions are up to date.
14761         (xg_frame_cleared): New function.
14763 2003-03-13  Kenichi Handa  <handa@m17n.org>
14765         * coding.c (Fdetect_coding_region): Fix docstring.
14766         (Fdetect_coding_string): Fix docstring.
14768 2003-03-13  Andreas Schwab  <schwab@suse.de>
14770         * gtkutil.c: Add prototype for create_menus.
14772         * data.c (long_to_cons): Fix type of top.
14774         * xselect.c (selection_data_to_lisp_data): Use int instead of
14775         long for an integer of size 4.
14777         * gtkutil.c (xg_update_frame_menubar): Add missing return value.
14778         (xg_tool_bar_help_callback): Likewise.
14780 2003-03-12  Andreas Schwab  <schwab@suse.de>
14782         * xterm.c (x_term_init) [USE_GTK]: Fix typo.
14784 2003-03-12  Kim F. Storm  <storm@cua.dk>
14786         The following changes consolidate the fringe handling from
14787         xterm.c, w32term.c, and macterm.c into xdisp.c.
14789         * xdisp.c: Consolidate fringe handling code here.
14790         (left_bits, right_bits, continued_bits, continuation_bits)
14791         (ov_bits, zv_bits): Define fringe bitmaps.
14792         (fringe_bitmaps): New array holding fringe bitmaps.
14793         (draw_fringe_bitmap): Draw a specific bitmap; call display
14794         specific drawing routine via rif->draw_fringe_bitmap.
14795         (draw_row_fringe_bitmaps): Generic replacement for
14796         x_draw_row_fringe_bitmaps; all callers changed.
14797         (compute_fringe_widths): Generic replacement for
14798         x_compute_fringe_widths; all callers changed.
14800         * dispextern.h (enum fringe_bitmap_type): Define here.
14801         (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
14802         (fringe_bitmaps): Declare extern.
14803         (struct redisplay_interface): New member draw_fringe_bitmap.
14804         (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
14806         * xterm.c: Remove generic fringe code.
14807         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
14808         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
14810         * w32term.c: Remove generic fringe code.
14811         (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
14812         (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
14814         * macterm.c: Remove generic fringe code.
14815         (x_draw_fringe_bitmap): Only perform actual fringe drawing.
14816         (x_redisplay_interface): Add x_draw_fringe_bitmap member.
14818 2003-03-11  Stefan Monnier  <monnier@cs.yale.edu>
14820         * print.c (Fprin1_to_string): Return unibyte string if possible.
14822 2003-03-09  David Kastrup  <dak@gnu.org>
14824         * process.c (read_process_output): We have allocated enough space
14825         for readmax and carryover, so actually use the alloted space.
14827 2003-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14829         * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
14830         toolkit scrollbar click.
14832         * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
14833         for USE_GTK.
14834         (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
14835         also.
14836         (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
14837         scrollbar and control is pressed, call x_scroll_bar_handle_click.
14839         * gtkutil.h (xg_get_scroll_id_for_window): Declare.
14841         * gtkutil.c (xg_get_scroll_id_for_window): New function.
14842         (xg_tool_bar_item_expose_callback): New function.
14843         (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
14844         (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
14845         on the tool bar widget.
14846         (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
14847         to expose on the tool bar item widgets.
14849 2003-03-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14851         * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
14852         struct image* when deciding to update (struct image* may have been
14853         deleted from the image cache).
14855         * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
14856         the event isn't for a frame (i.e. for dialogs).
14858 2003-03-07  Kenichi Handa  <handa@m17n.org>
14860         * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
14861         composition components reaches the limit, terminate composing.
14862         (COMPOSITION_OK): New macro.
14863         (detect_coding_iso2022): Use it if an escape sequence for
14864         composition is found.
14865         (coding_restore_composition): Adjust the number of composition
14866         components if it is not sane.
14868 2003-03-06  Juanma Barranquero  <lektu@terra.es>
14870         * w32term.h (struct w32_display_info): Add xrdb member to support
14871         passing resources via -xrm on Windows.
14873         * w32term.c (w32_make_rdb): New function.
14874         (w32_term_init): Use it to initialize xrdb member of w32_display_info
14875         struct.  Delete leftover code.
14877         * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
14878         for resources passed on the command line.
14880         * w32reg.c (w32_get_rdb_resource): New function.
14881         (x_get_string_resource): Use it, so resources passed with -xrm
14882         supercede the ones in the registry.
14884 2003-03-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14886         * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
14887         instead of x_top_window_to_frame.
14889 2003-03-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14891         * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
14892         when restarting Emacs.
14894 2003-03-03  Richard M. Stallman  <rms@gnu.org>
14896         * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
14897         to run kill-buffer-query-functions.
14898         (Qkill_buffer_query_functions): New var.
14899         (syms_of_buffer): Init and staticpro it.
14901 2003-03-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14903         * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
14905 2003-02-25  Kim F. Storm  <storm@cua.dk>
14907         * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
14908         If centering point failed to make whole line visible and vscroll
14909         is non-zero, disable vscroll and try centering point again.
14911         * lread.c (read1): Accept `single space' syntax like (? x).
14913 2003-02-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14915         * keyboard.c (cancel_hourglass_unwind): Surround with
14916         #ifdef HAVE_X_WINDOWS
14918 2003-02-25  Kenichi Handa  <handa@m17n.org>
14920         * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
14921         process only when "subprocesses" is defined.
14923 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
14925         * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
14927 2003-02-24  Juanma Barranquero  <lektu@terra.es>
14929         * callint.c (fix_command): Declare as static void and move before
14930         Fcall_interactively.
14932         * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
14933         (syms_of_xdisp): Don't initialize Qwhen.
14935 2003-02-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14937         * keyboard.c (cancel_hourglass_unwind): New function.
14938         (command_loop_1): Cancel hourglass with unwind-protect.
14940 2003-02-23  Richard M. Stallman  <rms@gnu.org>
14942         * callint.c (fix_command): New subroutine, from Fcall_interactively.
14943         Detect (when ... (region-beginning)) etc.
14944         (Fcall_interactively): Call fix_command.
14945         (Qif, Qwhen): New variables.
14946         (syms_of_callint): Init and staticpro them.
14948         * regex.c (print_partial_compiled_pattern): Output to stderr.
14950 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
14952         * dired.c (directory_files_internal): Don't expand directory.
14953         (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
14954         instead.  From Lars Hansen <larsh@math.ku.dk>.
14956 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
14958         * fns.c (string_to_multibyte): Remove unused var i.
14959         (Flanginfo): Fix int/Lisp_Object mixup.
14960         (void_call2): New fun.
14961         (Fmap_char_table): Use it in place of call2.
14963         * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
14965         * macros.c (Fstart_kbd_macro): Remove redundant assignment.
14967         * keymap.c (copy_keymap_1): Make it static.
14969         * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
14971 2003-02-22  David Ponce  <david@dponce.com>
14973         * lread.c (Fload): Don't check STRING_MULTIBYTE.
14975 2003-02-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14977         * process.h: Removed subtty field from struct Lisp_Process.
14979         * process.c (create_process): Remove setting of subtty.
14980         (emacs_get_tty_pgrp): New function.
14981         (Fprocess_running_child_p, process_send_signal):
14982         Call emacs_get_tty_pgrp instead of ioctl.
14983         (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
14985 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
14987         * keymap.c (Fdefine_key): Doc fix.
14989 2003-02-21  Juanma Barranquero  <lektu@terra.es>
14991         Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
14993         * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
14994         POLLING_PROBLEM_IN_SELECT.
14996         * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
14997         Delete #undef of POLLING_PROBLEM_IN_SELECT.
14999         * s/hpux10-20.h: New file.
15001         * process.c (wait_reading_process_input):
15002         Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
15004 2003-02-20  Kenichi Handa  <handa@m17n.org>
15006         * fontset.c (check_fontset_name): If NAME is nil, return the
15007         default fontset.
15008         (override_font_info): New function.
15009         (Fset_fontset_font): Document that NAME nil means the default fontset.
15010         (Ffontset_info): If FONTSET is not the default fontset, merge
15011         FONTSET onto the copy of the default fontset, and work on that
15012         copy.  Document that NAME nil means the default fontset.
15013         (Ffontset_font): Document that NAME nil means the default fontset.
15015         * process.c (setup_process_coding_systems): If the process's
15016         in/out descriptor is -1, do nothing.
15018 2003-02-19  Andreas Schwab  <schwab@suse.de>
15020         * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
15021         Add prototypes.
15023 2003-02-19  Kenichi Handa  <handa@m17n.org>
15025         * xfaces.c (try_alternative_families): Try all scalable fonts if
15026         Vscalable_fonts_allowed is not Qt.
15028 2003-02-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15030         * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
15032 2003-02-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15034         * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
15035         names.
15037         * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
15038         (sorted_font_list): Move allocation of struct font_name to
15039         x_face_list_fonts.
15040         (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
15041         (Fx_list_fonts): Set maxnames to -1 to get all font names.
15043 2003-02-18  Kim F. Storm  <storm@cua.dk>
15045         * lread.c (read1): Fix last change.
15046         "`" is not always special.  Allow "?" after a character constant.
15048 2003-02-18  Andrew Choi  <akochoi@shaw.ca>
15050         * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
15052 2003-02-18  Andreas Schwab  <schwab@suse.de>
15054         * window.c (window_scroll_pixel_based): Move outside a
15055         multi-glyph character before setting new window start.
15057         * xdisp.c (in_display_vector_p): New function.
15058         * dispextern.h (in_display_vector_p): Declare.
15060 2003-02-18  Kim F. Storm  <storm@cua.dk>
15062         * lread.c (read1): Fix and relax read syntax.
15063         Recognize "[", ";", "#", and "?" after a dotted-pair dot.
15064         Only recognize "," after dotted-pair dot if inside backquote.
15065         Never include "`" or "," (inside backquote) in a symbol.
15066         Allow dotted-pair dot after a character constant.
15067         Allow "`" and "," (inside backquote) after a character constant.
15069 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15071         * gtkutil.c (xg_tool_bar_expose_callback): New function.
15072         (xg_create_tool_bar): Force style of tool bar to be horizontal with
15073         icons.  Set name of tool bar to emacs-toolbar.
15074         (update_frame_tool_bar): Connect expose event to
15075         xg_tool_bar_expose_callback.
15077 2003-02-17  Richard M. Stallman  <rms@gnu.org>
15079         * keyboard.c (this_command_key_count_reset): New variable.
15080         Initiatize to 0 where this_command_key_count is set.
15081         (read_char): Save and restore this_command_key_count_reset
15082         around input method code.
15083         (read_char): If this_command_key_count_reset, echo reread commands.
15084         (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
15086 2003-02-17  Kenichi Handa  <handa@m17n.org>
15088         * fns.c (string_to_multibyte): Always return a multibyte string.
15090 2003-02-16  Jason Rumney  <jasonr@gnu.org>
15092         * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
15093         Negative max_fonts parameter means list all.
15095 2003-02-14  Dave Love  <fx@gnu.org>
15097         * fns.c (Flanginfo): Doc fix.
15099 2003-02-13  Kim F. Storm  <storm@cua.dk>
15101         * lread.c (read_escape): Interpret \s as a SPACE character, except
15102         for \s-X in a character constant which still is the super modifier.
15103         (read1): Signal an `invalid read syntax' error if a character
15104         constant is immediately followed by a digit or symbol character.
15106         * search.c (Fmatch_data): Doc fix.  Explicitly state that
15107         match-data is undefined if last search failed.
15109         * keymap.c (Fcommand_remapping): Rename from Fremap_command.
15110         All uses changed.
15112 2003-02-12  Juanma Barranquero  <lektu@terra.es>
15114         * eval.c (Fdefmacro): Fix typo.
15116 2003-02-12  Kim F. Storm  <storm@cua.dk>
15118         * macros.c (Fstart_kbd_macro): If appending, and last keyboard
15119         macro is a string, convert meta modifiers in string when copying
15120         the string into a vector.
15122 2003-02-11  Kim F. Storm  <storm@cua.dk>
15124         * keymap.c (Fremap_command): Return nil if arg is not a symbol.
15126 2003-02-11  Kenichi Handa  <handa@m17n.org>
15128         * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
15130 2003-02-10  Kim F. Storm  <storm@cua.dk>
15132         * process.c: Doc fixes.
15133         (syms_of_process): Add `:' prefix to QCfilter_multibyte.
15135 2003-02-10  Kenichi Handa  <handa@m17n.org>
15137         * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
15139         * process.c (QCfilter_multibyte): New variable.
15140         (setup_process_coding_systems): New function.
15141         (Fset_process_buffer, Fset_process_filter):
15142         Call setup_process_coding_systems.
15143         (Fstart_process): Initialize the member `filter_multibyte' of
15144         struct Lisp_Process.
15145         (create_process): Call setup_process_coding_systems.
15146         (Fmake_network_process): New keyward `:filter-multibyte'.
15147         Initialize the member `filter_multibyte' of struct Lisp_Process.
15148         Call setup_process_coding_systems.
15149         (server_accept_connection): Call setup_process_coding_systems.
15150         (read_process_output): If the process has a filter, decide the
15151         multibyteness of a string to given to the filter by
15152         `filter_multibyte' member of the process.  If the process doesn't
15153         have a filter and the result of conversion is unibyte, use
15154         Fstring_to_multibyte (not Fstring_make_multibyte) to get the
15155         multibyte form.
15156         (Fset_process_coding_system): Call setup_process_coding_systems.
15157         (Fset_process_filter_multibyte): New function.
15158         (Fprocess_filter_multibyte_p): New function.
15159         (syms_of_process): Intern and staticpro QCfilter_multibyte.
15160         Defsubr Sset_process_filter_multibyte and
15161         Sprocess_filter_multibyte_p.
15163         * process.h (struct Lisp_Process): New member filter_multibyte.
15165         * lisp.h (setup_process_coding_systems): Add prototype.
15167         * buffer.c (Fset_buffer_multibyte): If the current buffer has a
15168         process, update coding systems for the process.
15170 2003-02-09  Kenichi Handa  <handa@m17n.org>
15172         * fns.c (string_to_multibyte): New function.
15173         (Fstring_to_multibyte): New function.
15174         (syms_of_fns): Defsubr it.
15176 2003-02-08  Andreas Schwab  <schwab@suse.de>
15178         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
15179         instead of the substitution.
15181 2003-02-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15183         * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
15185         * xmenu.c (menu_position_func): Adjust menu popup position so that
15186         the menu is fully visible.
15188 2003-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15190         * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
15191         (x_make_frame_invisible, x_wm_set_icon_position):
15192         Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
15194         * xfns.c (x_set_name, x_set_title): Ditto.
15196 2003-02-04  Richard M. Stallman  <rms@gnu.org>
15198         * keyboard.c (echo_now): Update before_command_echo_length.
15199         (Freset_this_command_lengths): Reset this_command_key_count etc.
15200         immediately rather than arranging to do it later.
15201         (before_command_key_count_1, before_command_echo_length_1)
15202         (before_command_restore_flag): Vars deleted.
15203         (add_command_key): Don't handle before_command_restore_flag.
15204         (read_char, record_menu_key): Don't update before_command_key_count or
15205         before_command_echo_length.
15206         (read_char): Don't handle before_command_restore_flag.
15208         * keyboard.c (command_loop_1): Don't call adjust_point_for_property
15209         in direct-output clauses if it wouldn't be called in the ordinary case.
15211 2003-02-04  Kim F. Storm  <storm@cua.dk>
15213         * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
15215 2003-02-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15217         * gtkutil.c (remove_from_container): Copying list is not needed.
15218         (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
15219         (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
15220         on list returned from gtk_container_get_children to avoid memory leak.
15222 2003-02-01  Jason Rumney  <jasonr@gnu.org>
15224         * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
15225         local malloc.
15226         [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
15227         definitions in xpm.h.
15228         (init_xpm_functions): New function.
15229         (xpm_load): Sync with xfns.c.  Adapt for Windows version of libXpm.
15230         (init_external_image_libraries): Try to load libXpm.dll.
15232         * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
15233         timestamp.
15235 2003-01-31  Dave Love  <fx@gnu.org>
15237         * syntax.c (Fskip_chars_forward)
15238         (open-paren-in-column-0-is-defun-start): Doc fix.
15240 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
15242         * fileio.c: Support // at start of name for Cygwin (just added proper
15243         preprocessor tests).
15245         * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
15247         * Makefile.in: Use @EXEEXT@ for Cygwin.
15249         * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
15251         * s/cygwin.h: Added for Cygwin port.
15253 2003-01-31  Juanma Barranquero  <lektu@terra.es>
15255         * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
15256         when including gif_lib.h.
15257         (init_gif_functions, init_tiff_functions): New functions.
15258         (gif_load, tiff_load): Sync with xfns.c version.  Adjust colors for
15259         Windows.  Disable color table lookups.  Call library functions
15260         through pointers determined at runtime.
15261         (init_external_image_libraries): Try to load libungif.dll and
15262         libtiff.dll.
15264 2003-01-31  Kenichi Handa  <handa@m17n.org>
15266         * xdisp.c (SKIP_GLYPHS): New macro.
15267         (set_cursor_from_row): Skip all glyphs that comes from overlay string.
15269 2003-01-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15271         * gtkutil.c (free_frame_tool_bar): Remove debug printf.
15273 2003-01-30  Dave Love  <fx@gnu.org>
15275         * alloc.c (Vgc_elapsed, gcs_done): New variables.
15276         (Fgarbage_collect): Use them.
15277         (init_alloc, syms_of_alloc): Set them up.
15279 2003-01-30  Juanma Barranquero  <lektu@terra.es>
15281         * w32fns.c (init_external_image_libraries): Add missing operator.
15283 2003-01-29  Jason Rumney  <jasonr@gnu.org>
15285         * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
15286         an alternative name for jpeg.dll.
15288 2003-01-29  Kenichi Handa  <handa@m17n.org>
15290         * xdisp.c (set_cursor_from_row): Pay attention to string display
15291         properties.
15293 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
15295         * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
15296         <escape>.
15297         (keycode_to_xkeysym_table): Reformat and add more comments.
15298         (XTread_socket): Drop special case for backspace.
15300 2003-01-28  Andrew Choi  <akochoi@shaw.ca>
15302         * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
15303         values in old-style RGB specs.
15305 2003-01-27  Juanma Barranquero  <lektu@terra.es>
15307         * w32fns.c (init_external_image_libraries): Try alternate names for the
15308         jpeg dll.
15310 2003-01-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15312         * gtkutil.c (create_dialog, xg_separator_p)
15313         (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
15314         before calling strcmp or strlen.
15316 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15318         * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
15319         and handle image load failure.
15321 2003-01-26  Jason Rumney  <jasonr@gnu.org>
15323         * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
15324         New functions.
15325         (jpeg_load): Sync with xfns.c version.  Adjust colors for Windows.
15326         Disable color table lookups.  Call jpeg library functions
15327         through pointers determined at runtime.
15328         (init_external_image_libraries): Try to load jpeg.dll.
15330 2003-01-25  Richard M. Stallman  <rms@gnu.org>
15332         * lisp.h: Declare format2 instead of format1.
15334         * fileio.c (barf_or_query_if_file_exists):
15335         Call format2 instead of format1.
15337         * editfns.c (format2): New function, replaces format1
15338         but takes exactly two Lisp Objects as format args.
15340         * buffer.c (Fkill_buffer): Call format2 instead of format1.
15342 2003-01-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15344         * xterm.h: Change to return value of x_dispatch_event to int.
15346         * xterm.c (x_filter_event): New function.
15347         (event_handler_gdk, XTread_socket): Call x_filter_event.
15348         (x_dispatch_event): Change to return value of finish.
15349         (event_handler_gdk): Use return value from x_dispatch_event.
15351         * xfns.c (x_window): Call create_frame_xic for GTK version to
15352         initialize input methods.
15354         * gtkutil.h: Add (void) prototypes.
15356         * gtkutil.c (create_menus): Remove code that puts the help menu to
15357         the right.
15359 2003-01-25  Jason Rumney  <jasonr@gnu.org>
15361         * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
15362         [HAVE_PNG]: Sync with xfns.c version.
15363         (png_load): Adjust colors for Windows.  Use Windows
15364         bitmaps.  Disable color table lookups.
15365         (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
15366         (init_png_functions): New function.
15367         (png_read_from_memory, png_load): Call png library functions
15368         through pointers determined at runtime.
15369         (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
15370         (init_external_image_libraries): New function.
15371         (init_xfns): Call it.
15373 2003-01-24  Andreas Schwab  <schwab@suse.de>
15375         * minibuf.c (Fminibuffer_message): Verify type of parameter.
15377 2003-01-24  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15379         * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
15380         of static initializer.
15382 2003-01-24  Dave Love  <fx@gnu.org>
15384         * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
15385         architectures.
15387         * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
15388         Use __alignof__.
15390 2003-01-24  Kenichi Handa  <handa@m17n.org>
15392         * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
15393         It it is nonzero, don't pretend that an invisible area doesn't exist.
15394         (command_loop_1): Call adjust_point_for_property with proper
15395         second arg.
15397 2003-01-22  Jason Rumney  <jasonr@gnu.org>
15399         Sync changes with xterm.c and xfns.c.
15401         * w32term.c (x_draw_glyph_string_foreground)
15402         (x_draw_composite_glyph_string_foreground): Implement overstriking.
15404         * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
15405         phys_cursor's hpos is overwritten.  This is still not completely
15406         correct, as it doesn't really make sense to use hpos at all to
15407         get the cursor glyph (as that is relative to the width of the
15408         characters on the line, which may have changed during the update).
15410         * w32term.c (notice_overwritten_cursor): Handle the special case
15411         of the cursor being in the first blank non-text line at the
15412         end of a window.
15414         * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
15415         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
15416         Compute from the x position returned by x_draw_glyphs.
15418         (x_display_and_set_cursor): Don't set phys_cursor_width here,
15419         except for NO_CURSOR and system caret, to make phys_cursor_width
15420         contain what its name suggests.
15421         (notice_overwritten_cursor): Consider the cursor image erased if
15422         the output area intersects the cursor image in y-direction.
15424         * w32term.c (note_mode_line_or_margin_highlight): Rename from
15425         note_mode_line_highlight and extend.
15427         * w32term.c (last_window): New variable.
15428         (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
15429         (note_mouse_movement): Remove reimplemented code in #if 0.
15431         * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
15432         not update_mode_lines, and always set it to 1.
15434 2003-01-21  Jason Rumney  <jasonr@gnu.org>
15436         * w32fns.c (IDC_HAND): Define it if system headers don't.
15438 2003-01-21  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
15440         * w32term.h (struct w32_output): New member hand_cursor.
15441         (WM_EMACS_SETCURSOR): New message definition.
15443         * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
15444         function w32_define_cursor.
15445         (note_mouse_highlight): Initialize, setup cursor accoding to mouse
15446         position, change member name output_data.x to output_data.w32 and
15447         add function w32_define_cursor.
15448         (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
15449         and change member name output_data.x to output_data.w32.
15450         (w32_initialize_display_info):
15451         Setup dpyinfo->vertical_scroll_bar_cursor.
15453         * w32fns.c (Vx_hand_shape): New variable.
15454         (w32_wnd_proc): Add message entries for WM_SETCURSOR and
15455         WM_EMACS_SETCURSOR.
15456         (x-create-frame): Setup Cursor types.
15458 2003-01-21  David Ponce  <david@dponce.com>
15460         * w32term.c (w32_encode_char): For DIM=1 charset, set
15461         ccl->reg[2] to -1 before calling ccl_driver.
15462         (Sync. with xterm.c x_encode_char change by Kenichi Handa
15463         <handa@m17n.org> on 2002-09-30.)
15464         (w32_draw_relief_rect): Declare all args.
15465         (w32_define_cursor): New.
15467         * w32fns.c (w32_load_cursor): New function.
15468         (w32_init_class): Use it.
15469         (x_put_x_image): Declare all args.
15471 2003-01-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
15473         * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
15475 2003-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15477         * gtkutil.c: Must include stdio.h before termhooks.h
15479 2003-01-21  Dave Love  <fx@gnu.org>
15481         * alloc.c (Fgc_status): Print zombie list.
15482         (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15483         Fix assignment of zombies.
15484         (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15485         Don't take car of non-cons.
15487         * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15489         * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15491 2003-01-20  David Ponce  <david@dponce.com>
15493         * w32menu.c (digest_single_submenu): Declare all args.
15495         Sync with 2002-12-23  Richard M. Stallman  <rms@gnu.org>
15496         changes in xmenu.c:
15498         (parse_single_submenu): Use individual keymap's prompt
15499         string as pane name, if there is one.
15500         (set_frame_menubar): Save menu_items_n_panes from each call to
15501         parse_single_submenu and use it when calling digest_single_submenu.
15503 2003-01-20  Steven Tamm  <steventamm@mac.com>
15505         * macterm.c (XTread_socket): Check for valid, visible window
15506         before sending a scroll-wheel event.
15508 2003-01-20  Richard M. Stallman  <rms@gnu.org>
15510         * xdisp.c (redisplay_window): If mini window's buffer is not
15511         a minibuffer, then redisplay it like other windows.
15513 2003-01-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15515         * gtkutil.c (xg_create_frame_widgets): Check if there is an
15516         external tool bar before setting tool bar height.
15518 2003-01-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15520         * xterm.c (handle_one_xevent): Surround popup_activated
15521         with #ifdef:s for non-toolkit version.
15523         * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
15524         (gtkutil.o): New file.
15525         (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
15526         (LIBW): Set to @GTK_LIBS@ if USE_GTK.
15528         * gtkutil.c: New file for GTK version.
15530         * gtkutil.h: New file for GTK version.
15532         * xterm.h: Add xt_or_gtk_widget.
15533         Include gtk files for USE_GTK.
15534         (struct x_output): Add toolbar_height.
15535         (struct x_output): Add GTK widgets and Gdk size_hints.
15536         (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
15537         (FRAME_OUTER_WINDOW): New macros for USE_GTK.
15538         (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
15540         * xterm.c: Include gtkutil.h for USE_GTK.
15541         (free_frame_menubar): Declare extern void for USE_GTK.
15542         (note_mouse_highlight): Check popup_activated for USE_GTK.
15543         (xt_action_hook): Don't compile if USE_GTK.
15544         (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
15545         (xg_scroll_callback): New function.
15546         (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
15547         (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
15548         for USE_GTK.
15549         (x_scroll_bar_create): Call xg_update_scrollbar_pos and
15550         xg_show_scroll_bar for USE_GTK.
15551         (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
15552         (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
15553         (event_handler_gdk): New function for USE_GTK.
15554         (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
15555         (handle_one_xevent): Make sure widget is mapped before
15556         calling x_real_positions for USE_GTK.
15557         (XTread_socket): Add GTK event loop for USE_GTK.
15558         (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
15559         (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
15560         (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
15561         (x_iconify_frame): Add code for USE_GTK.
15562         (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
15563         (x_wm_set_size_hint): Only compile if not USE_GTK.  GTK version
15564         is in gtkutil.c.
15565         (x_term_init): Add initialization for GTK.
15566         (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
15568         * xmenu.c: Include gtkutil.h for USE_GTK.
15569         (Fx_popup_menu): Use current position if x and y is NIL.
15570         (single_menu_item, single_menu_item, Fx_popup_dialog):
15571         Check for USE_GTK.
15572         (popup_widget_loop): New function for USE_GTK.
15573         (x_activate_menubar): Add code for USE_GTK.
15574         (popup_activate_callback, popup_deactivate_callback)
15575         (menu_highlight_callback, menubar_selection_callback):
15576         Add USE_GTK versions.
15577         (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
15578         (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
15579         (free_frame_menubar): Only compile if not USE_GTK.  GTK version
15580         is in gtkutil.c.
15581         (popup_selection_callback): New version for USE_GTK.
15582         (create_and_show_popup_menu): New fuction, one USE_GTK version and
15583         one USE_X_TOOLKIT version.
15584         (xmenu_show): Call create_and_show_popup_menu.
15585         (dialog_selection_callback): New version for USE_GTK.
15586         (create_and_show_dialog): New fuction, one USE_GTK version and
15587         one USE_X_TOOLKIT version.
15588         (xdialog_show): Call create_and_show_dialog.
15590         * xfns.c: Include gtkutil for USE_GTK.
15591         (x_window_to_frame, x_any_window_to_frame)
15592         (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
15593         (x_top_window_to_frame): Add code for USE_GTK.
15594         (x_set_background_color): Call xg_set_background_color for GTK.
15595         (x_set_menu_bar_lines): Check for USE_GTK.
15596         (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
15597         (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
15598         (x_window): Call xg_create_frame_widgets for USE_GTK.
15599         (Fx_create_frame): Check for USE_GTK
15600         (Fx_file_dialog): New implementation for USE_GTK.
15602         * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
15603         (update_menu_bar): Add check for USE_GTK.
15604         (update_tool_bar): Add check for USE_GTK and external tool bar.
15605         (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
15606         (redisplay_internal): Add check for USE_GTK and popup_activated.
15607         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
15608         (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
15609         (display_menu_bar): Add check for USE_GTK
15611         * lisp.h (Vx_resource_name): Declare extern.
15613         * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
15614         for USE_GTK.
15615         (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
15617         * frame.h (struct frame): Add external_tool_bar.  Check for USE_GTK.
15618         (FRAME_EXTERNAL_TOOL_BAR): New macro.
15619         (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
15621         * fileio.c (Fread_file_name): Add check for USE_GTK.
15623         * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
15624         Add check for USE_GTK.
15626         * config.in: Added HAVE_GTK
15628         * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
15630 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
15632         * charset.h (Funibyte_char_to_multibyte): Export.
15634 2003-01-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15636         * xmenu.c (mouse_position_for_popup): New function.
15637         (Fx_popup_menu): Call mouse_position_for_popup for X and
15638         mouse_position_hook for others.
15640 2003-01-17  Kim F. Storm  <storm@cua.dk>
15642         * editfns.c (Finsert): Mention `string-make-multibyte' and
15643         `string-as-multibyte' in doc string.
15645 2003-01-17  Kenichi Handa  <handa@m17n.org>
15647         * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
15649         * editfns.c (Fformat): Convert an unibyte char argument that is
15650         formatted by "%c" to multibyte if the total result must be a
15651         multibyte string.
15653 2003-01-16  Kim F. Storm  <storm@cua.dk>
15655         * process.c (set-process-filter): Document unibyte/multibyte-ness
15656         of string argument.
15658 2003-01-16  Kenichi Handa  <handa@m17n.org>
15660         * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
15662         * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
15663         (re_search_2): Likewise.
15665 2003-01-15  Kenichi Handa  <handa@m17n.org>
15667         * xdisp.c (message_dolog): Fix bug of the case that *Message*
15668         buffer is unibyte.
15670 2003-01-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15672         * fns.c (Fsubstring): Clarify doc string.
15674         * textprop.c (Ftext_properties_at, Fnext_char_property_change)
15675         (Fprevious_char_property_change)
15676         (Fnext_single_char_property_change)
15677         (Fprevious_single_char_property_change, Fnext_property_change)
15678         (Fnext_single_property_change, Fprevious_property_change)
15679         (Fprevious_single_property_change, Fadd_text_properties)
15680         (Fput_text_property, Fset_text_properties)
15681         (Fremove_text_properties, Fremove_list_of_text_properties)
15682         (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
15684 2003-01-14  Kim F. Storm  <storm@cua.dk>
15686         * process.h (struct Lisp_Process): New member plist replaces old
15687         member private_vars.  All uses changed.
15689         * process.c: Reworked 2003-01-12 change -- call a plist a plist!
15690         (QCplist): Rename from QCvars.  Change all uses.
15691         (Fprocess_plist): Replaces Fprocess_variable.  Simplified.
15692         (Fset_process_plist): Replaces Fset_process_variable.  Simplify.
15693         (syms_of_process): Intern, staticpro, defsubr these.
15694         (Fmake_network_process): Describe :plist arg.  Remove :vars arg.
15696 2003-01-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15698         * m/delta.h: Remove (obsolete).
15700 2003-01-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15702         * fileio.c (Fdelete_directory, Fdelete_file): Document the
15703         behaviour in front of symlinks.
15704         (Fdelete_file): Raise an error on directories.
15706 2003-01-13  Dave Love  <fx@gnu.org>
15708         * fns.c (Freverse): Use QUIT.
15710 2003-01-13  Richard M. Stallman  <rms@gnu.org>
15712         * minibuf.c (minibuffer_completion_contents):
15713         Error if point is inside prompt.
15715         * keyboard.c (command_loop_1): Don't redisplay directly
15716         if there's a post-command-hook.
15718         * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
15719         (Fdo_auto_save): Add gcpros around Ffile_name_directory.
15721 2003-01-12  Kim F. Storm  <storm@cua.dk>
15723         * process.h (struct Lisp_Process): New member private_vars.
15725         * process.c (QCvars): New variable.
15726         (syms_of_process): Intern and staticpro it.
15727         (Fset_process_contact): Removed function.
15728         (Fprocess_variable, Fset_process_variable): New functions.
15729         (syms_of_process): Defsubr them.
15730         (Fstart_process): Initialize private_vars plist to nil.
15731         (Fmake_network_process): New arg :vars to setup the private
15732         variables for new network process.
15733         (server_accept_connection): Copy server's private variables to
15734         client process.
15736         * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
15737         crashes).  Code rewritten and simplified.  Now directly aligns the
15738         pointer and recalculates pure_bytes_used, rather than aligning the
15739         size and adjusting the pointer.
15741 2003-01-11  Kim F. Storm  <storm@cua.dk>
15743         * process.c (Fset_process_contact): New function.
15744         (syms_of_process): defsubr it.
15745         (make-network-process): Update doc.
15747 2003-01-10  Andreas Schwab  <schwab@suse.de>
15749         * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
15750         Reported by Berthold Gunreben <b.gunreben@web.de>.
15752 2003-01-10  Dave Love  <fx@gnu.org>
15754         * composite.c (syms_of_composite): Make composition_hash_table weak.
15756 2003-01-09  Kim F. Storm  <storm@cua.dk>
15758         * process.c (Fmake_network_process): Convert new port number
15759         to host byte order for `:service t' case.  From Mario Lang.
15761 2003-01-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15763         * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
15764         instead of XtAppProcessEvent.
15766         * xterm.c (handle_one_xevent): New function.
15767         (x_dispatch_event): New function.
15768         (XTread_socket): Call handle_one_xevent.
15770         * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
15772         * xmenu.c (Fx_popup_menu): If popping up at mouse position,
15773         call XQueryPointer to get coordinates.
15774         (popup_get_selection): Do not set popup_activated_flag to zero,
15775         let popup_deactivate_callback do that.  Needed for Motif.
15776         Call x_dispatch_event instead of XtDispatchEvent.
15777         (xmenu_show): Calculate root coordinate from frame top/left position.
15779 2003-01-08  Kim F. Storm  <storm@cua.dk>
15781         * process.c (server_accept_connection): Fix recording of new
15782         connection's local address in :local property of contact info.
15783         (Fmake_network_process): Record local network address for new
15784         client processes in :local property of contact info.
15785         (format-network-address): Add arg OMIT-PORT.  Change callers.
15787 2003-01-07  Dave Love  <fx@gnu.org>
15789         * Makefile.in (fns.o): Depend on coding.h.
15791 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
15793         * minibuf.c (Fread_variable): Doc fix.
15795         * eval.c (Fuser_variable_p): Doc change.  For custom variables,
15796         use the same test as for custom-variable-p.
15798 2003-01-05  Richard M. Stallman  <rms@gnu.org>
15800         * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
15801         Count LAST_LINE_MISFIT in scroll margin for end of window.
15802         Move label too_near_end before setting SCROLL_MARGIN_POS.
15803         Set LAST_LINE_MISFIT before jumping there.
15805         * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
15806         scroll_conservatively case.  If scrolling that much doesn't change
15807         STARTP, move it down one line.
15809         * xdisp.c (redisplay_window): Pass last_line_misfit arg to
15810         try_scrolling.  Make it 1 after make_cursor_line_fully_visible fails.
15812         * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
15813         selected frame.
15815         * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
15816         (syms_of_keymap): Staticpro them.
15817         (Fapropos_internal): Initialize them and clear them out.
15818         Don't GCPRO them.
15820         * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
15821         Doc fixes.
15823         * lisp.h: New misc type Lisp_Save_Value.
15824         (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
15825         (XSAVE_VALUE): New macro.
15826         (struct Lisp_Save_Value): New data type.
15827         (union Lisp_Misc): Add u_save_value alternative.
15828         (make_save_value): Declare.
15830         * alloc.c (make_save_value): New function.
15832         * xterm.c (x_catch_errors): Save dpy using make_save_value.
15833         (x_catch_errors_unwind): Call XSync.
15835 2003-01-01  Richard M. Stallman  <rms@gnu.org>
15837         * window.c (window_scroll_pixel_based): Partially undo last change.
15839         * keyboard.c (command_loop_1): Call adjust_point_for_property
15840         in direct action cases for Qforward_char and Qbackward_char.
15841         Set already_adjusted so it won't be done twice.
15843 2002-12-30  Richard Dawe  <rich@phekda.freeserve.co.uk>
15845         * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
15846         type definition of size_t.
15848 2003-01-02  Steven Tamm  <steventamm@mac.com>
15850         * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
15851         distinguish Carbon GUI builds from X11 builds on darwin.
15853 2002-12-30  Steven Tamm  <steventamm@mac.com>
15855         * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
15856         to default to t.
15858 2002-12-29  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15860         * data.c (Fstring_to_number, Fminus): Better English in doc strings.
15862 2002-12-28  Steven Tamm  <steventamm@mac.com>
15864         * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
15865         allow building in a different directory than source.  Uses some
15866         GNU Make extensions, but there is no other make on Mac OS X.
15868 2002-12-26  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15870         * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
15871         (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
15872         (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
15873         (Fstring_to_number): Mention the returned value in the doc strings.
15875 2002-12-23  Richard M. Stallman  <rms@gnu.org>
15877         * buffer.c (syms_of_buffer) <scroll-up-aggressively>
15878         <scroll-down-aggressively>: Doc fix.
15880         * xmenu.c (parse_single_submenu): Use individual keymap's prompt
15881         string as pane name, if there is one.
15882         (set_frame_menubar): Save menu_items_n_panes from each call to
15883         parse_single_submenu and use it when calling digest_single_submenu.
15885         * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
15886         Don't try to make last line fully visible if it is past end of window.
15888 2002-12-22  Steven Tamm  <steventamm@mac.com>
15890         * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
15891         (mac_menu_show): Add support for hierarchical popup menus.
15892         (add_menu_item): Remove indentation support.
15893         (fill_submenu, fill_menu): Create hierarchical menus
15894         instead of using indentation.
15896 2002-12-22  Richard M. Stallman  <rms@gnu.org>
15898         * xdisp.c (try_cursor_movement): Don't call try_window here.
15899         (redisplay_window): Never redisplay minibuffer when inactive.
15901         * window.c (select_window_1): Undo 9/21 change.
15903 2002-12-22  Steven Tamm  <steventamm@mac.com>
15905         * macterm.c (XTread_socket): Call KeyTranslate for control and
15906         meta to deal correctly shifted non-alpha characters, like C-S-5
15907         being treated like C-%.  Do not look for shift key to deal
15908         with masking off control-key with mac-reverse-ctrl-meta.
15910 2002-12-21  Richard M. Stallman  <rms@gnu.org>
15912         * xmenu.c (popup_get_selection): Now static.  New arg DO_TIMERS.
15913         If it is non-nil, run timers.  Use an unwind-protect to requeue
15914         the events that were read ahead.
15915         (popup_get_selection_unwind): New subroutine.
15916         (popup_get_selection_queue): File-scope variable now holds that queue.
15917         (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
15918         (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
15919         Use an unwind-protect to pop down the dialog box.
15920         (xdialog_show_unwind): New subroutine implements that.
15922         * xdisp.c (row_containing_pos): Change exit test using last_y.
15923         (try_window_id): Abort if row_containing_pos returns null.
15925         * lread.c (load_error_handler): New function.
15926         (Fload): Handle errors in Fsubstitute_in_file_name.
15927         Don't expect Fsignal to return.
15929         * eval.c: Errors and throws work right with interrupt blocking.
15930         (struct catchtag): New elt interrupt_input_blocked.
15931         (unwind_to_catch): Restore interrupt_input_blocked from saved value.
15932         (internal_catch, Fcondition_case, internal_condition_case)
15933         (internal_condition_case_1, internal_condition_case_2): Save it.
15934         (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
15936         * editfns.c (Fformat): Add parens.
15938         * dired.c (file_name_completion): Fix that change.
15939         Delete special quit-handling code; just use QUIT.
15941 2002-12-21  Tak Ota  <Takaaki.Ota@am.sony.com>
15943         * dired.c (file_name_completion): Close directory on error
15944         just as in directory_files_internal.
15946 2002-12-19  David Kastrup  <David.Kastrup@t-online.de>
15948         * window.c (Fset_window_configuration): Set old_point to correct
15949         value when new_current_buffer == current_buffer.
15951 2002-12-17  Ben Key  <bkey1@tampabay.rr.com>
15953         Revisited my earlier fix for the following entry in etc/PROBLEMS:
15954         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
15955         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
15957         These changes were in part based upon suggestions made by Peter
15958         'Luna' Runestig [peter@runestig.com].
15960         * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
15961         (g_b_init_get_token_information, g_b_init_lookup_account_sid)
15962         (g_b_init_get_sid_identifier_authority ): Add several static
15963         global variables.
15965         * w32.c (globals_of_w32): New function.  Used to initialize those
15966         global variables that must always be initialized on startup even
15967         when the global variable initialized is non zero.  Its primary
15968         purpose at this time is to set the global variables
15969         g_b_init_is_windows_9x, g_b_init_open_process_token,
15970         g_b_init_get_token_information, g_b_init_lookup_account_sid, and
15971         g_b_init_get_sid_identifier_authority to 0 on startup.
15972         Called from main.
15974         * w32.c (is_windows_9x): Perform initialization only if
15975         g_b_init_is_windows_9x is equal to 0.  On initialization set
15976         g_b_init_is_windows_9x equal to 1.
15978         * w32.c (open_process_token): Perform initialization only if
15979         g_b_init_open_process_token is equal to 0.  On initialization set
15980         g_b_init_open_process_token equal to 1.
15982         * w32.c (get_token_information): Perform initialization only if
15983         g_b_init_get_token_information is equal to 0.  On initialization
15984         set g_b_init_get_token_information equal to 1.
15986         * w32.c (lookup_account_sid): Perform initialization only if
15987         g_b_init_lookup_account_sid is equal to 0.  On initialization
15988         set g_b_init_lookup_account_sid equal to 1.
15990         * w32.c (get_sid_identifier_authority): Perform initialization
15991         only if g_b_init_get_sid_identifier_authority is equal to 0.
15992         On initialization set g_b_init_get_sid_identifier_authority equal to 1.
15994         * w32fns.c (globals_of_w32fns): New function.  Used to initialize
15995         those global variables that must always be initialized on startup
15996         even when the global variable initialized is non zero.
15997         Its primary purpose at this time is to initialize the global variable
15998         track_mouse_event_fn.
16000         * w32fns.c (w32_wnd_proc): Remove initialization of
16001         track_mouse_event_fn from the handler for the WM_SETFOCUS message.
16003         * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
16005         * w32menu.c (globals_of_w32menu): New function.  Used to
16006         initialize those global variables that must always be initialized
16007         on startup even when the global variable initialized is non zero.
16008         Its primary purpose at this time is to initialize the global
16009         variables get_menu_item_info and set_menu_item_info.
16011         * w32menu.c (initialize_frame_menubar): Remove initialization of
16012         get_menu_item_info and set_menu_item_info.
16014         * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
16016         * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
16017         Declare them.
16019         * emacs.c (main): Call globals_of_w32 prior to calling
16020         init_environment if WINDOWSNT is defined.  Call globals_of_w32fns
16021         and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
16022         is defined.
16024         * w32term.c (x_update_window_begin): Fix Windows API error
16025         detected by BoundsChecker.  Test to determine if
16026         w32_system_caret_hwnd is NULL prior to attempting to use
16027         SendMessage to send the WM_EMACS_HIDE_CARET message to it.
16029         * w32term.c (x_update_window_end): Fix Windows API error
16030         detected by BoundsChecker.  Test to determine if
16031         w32_system_caret_hwnd is NULL prior to attempting to use
16032         SendMessage to send the WM_EMACS_SHOW_CARET message to it.
16034 2002-12-17  Kenichi Handa  <handa@m17n.org>
16036         * coding.c (coding_system_require_warning): New variable.
16037         (syms_of_coding): DEFVAR it.
16039         * coding.h (coding_system_require_warning): Extern it.
16041         * fileio.c (choose_write_coding_system): Even if
16042         Vcoding_system_for_write is non-nil, if
16043         coding_system_require_warning is nonzero, call
16044         Vselect_safe_coding_system_function.
16046 2002-12-17  Markus Rost  <rost@math.ohio-state.edu>
16048         * Makefile.in (lisp, shortlisp): Add cus-face and timer.
16049         (lisp): Add font-core.
16051 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
16053         * textprop.c (text_read_only): New arg `propval'.
16054         (get_char_property_and_overlay): Remove unused var `next_overlay'.
16055         (verify_interval_modification): Use text_read_only's new arg.
16057 2002-12-13  Kenichi Handa  <handa@m17n.org>
16059         * coding.c (Funencodable_char_position): Set pend correctly.
16061 2002-12-12  Jason Rumney  <jasonr@gnu.org>
16063         * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
16064         (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
16065         Be more careful about when help_events are generated.
16067 2002-12-12  Steven Tamm  <steventamm@mac.com>
16069         * macterm.c (mac_check_for_quit_char): Correctly set the
16070         modifiers of the event to 0.
16071         * mac.c (sys_select): Duplicate rfds before calling select to
16072         ensure that rfds survive the while loop.
16074 2002-12-11  Kim F. Storm  <storm@cua.dk>
16076         * xdisp.c (try_window_id): Don't call set_cursor_from_row if
16077         row_containing_pos returned NULL.
16079 2002-12-10  Steven Tamm  <steventamm@mac.com>
16081         * mac.c (sys_read): Fix sys_read to not call select if IO is
16082         non-blocking.
16083         (sys_select): Fix sys_select to not use a timeout larger than
16084         the one given.
16086 2002-12-10  Juanma Barranquero  <lektu@terra.es>
16088         * editfns.c (Fformat): Use alloca, not _alloca.
16090 2002-12-09  Richard M. Stallman  <rms@gnu.org>
16092         * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
16093         as the last thing.
16095 2002-12-09  Dave Love  <fx@gnu.org>
16097         * s/sol2-8.h: Removed.  (Not necessary.)
16099 2002-12-09  Matthew Swift  <swift@alum.mit.edu>
16101         * editfns.c (Fformat): Handle precision in string conversion
16102         specifiers like libc functions do (ie, print at most that many
16103         characters).
16105 2002-12-08  Richard M. Stallman  <rms@gnu.org>
16107         * xdisp.c (row_containing_pos): Check more carefully
16108         whether charpos is really in the row before returning it.
16110 2002-12-07  Steven Tamm  <steventamm@mac.com>
16112         * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
16114         * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
16115         each stack frame.  This may change as it could be time consuming.
16117         * macterm.c (mac_check_for_quit_char, quit_char_comp)
16118         (init_quit_char_handler, mac_determine_quit_char_modifiers)
16119         (mac_initialize): Add code to check for pressing of quit_char
16120         in the OS event queue.
16122         * mac.c (sys_select): Call mac_check_for_quit_char every second
16123         while blocking on select.
16125         * mac.c (sys_read): Use sys_select to test for input first
16126         before calling read, to allow C-g to break.
16128 2002-12-07  Richard M. Stallman  <rms@gnu.org>
16130         * minibuf.c (Fcompleting_read): Doc fix.
16132         * lread.c (syms_of_lread) <load-history>: Doc fix.
16134         * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
16136         * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
16137         autoload.
16139         * data.c (Fdefalias): Record in load-history redefining an autoload.
16141         * alloca.c: Undo ifdef change accidentally made on 12-04.
16143 2002-12-06  Francesco Potorti`  <pot@gnu.org>
16145         * xfns.c (png_load): Avoid double gamma correction for PNG images.
16147 2002-12-04  Richard M. Stallman  <rms@gnu.org>
16149         * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
16151         * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
16153         * alloca.c: Don't use #error.
16155 2002-12-03  Dave Love  <fx@gnu.org>
16157         * buffer.c (Qucs_set_table_for_input): New.
16158         (Fget_buffer_create): Use it.
16159         (Qset_buffer_major_mode_hook): Deleted.
16160         (Fset_buffer_major_mode): Revert previous change.
16161         (init_buffer_once): Intern ucs-set-table-for-input.
16162         (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
16163         Add &Qucs_set_table_for_input.
16165 2002-12-03  Andreas Schwab  <schwab@suse.de>
16167         * callint.c (Fcall_interactively): Use next_event only if less
16168         than key_count.
16170 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
16172         * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
16173         names to 255 characters.
16175         * macterm.c (XTread_socket): If all frames have been collapsed,
16176         expand the first one before handling drag-and-drop events.
16178         * s/darwin.h (GETPGRP_NO_ARG): Delete.  Replaced by GETPGRP_VOID,
16179         which is detected by autoconf.
16181 2002-12-01  Steven Tamm  <steventamm@mac.com>
16183         * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
16184         offset in two hints table to allow prebinding to be redone and
16185         allow the executable to be stripped.
16187 2002-11-29  Dave Love  <fx@gnu.org>
16189         * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
16190         already provided.
16192 2002-11-29  Richard M. Stallman  <rms@gnu.org>
16194         * xdisp.c (start_display): Check more intelligently for
16195         whether the line is continued.
16196         (move_it_vertically_backward): Clear it->continuation_lines_width.
16198 2002-11-28  Dave Love  <fx@gnu.org>
16200         * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
16201         * s/alliant.h, s/altos.h: Deleted.  (Unused/empty.)
16203 2002-11-27  Steven Tamm  <steventamm@mac.com>
16205         * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
16206         more descriptive error output from lread.c:Fload upon most require
16207         cycles during boostrapping.
16209 2002-11-27  Jason Rumney  <jasonr@gnu.org>
16211         * fileio.c (Finsert_file_contents): Give a more appropriate error
16212         for files bigger than 2Gb when off_t is 32 bit.
16214         * dired.c (Ffile_attributes): Don't return negative file sizes for
16215         files bigger than 2Gb when off_t is 32 bit.
16217 2002-11-27  Dave Love  <fx@gnu.org>
16219         * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
16221         * systty.h: Don't conditionally define GETPGRP_NO_ARG.
16222         Test GETPGRP_VOID instead.
16223         [BSD_TERMIOS]: Remove definitions (never used).
16225         * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
16226         Don't define.
16227         (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
16229         * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
16231 2002-11-25  Jason Rumney  <jasonr@gnu.org>
16233         * w32.c (sys_write): Avoid non-blocking mode, which is not fully
16234         supported.
16236 2002-11-25  Dave Love  <fx@gnu.org>
16238         * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
16240         * Makefile.in (TEMACS_LDFLAGS): Update last change.
16242 2002-11-25  Andreas Schwab  <schwab@suse.de>
16244         * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
16246 2002-11-24  Steven Tamm  <steventamm@mac.com>
16248         * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
16249         determine the size of pointers alloced in unexed space instead
16250         of using possibly invalid emacs_zone pointers.  This fixes the
16251         binary incompatibility problems caused by updates to libSystem.B.
16253 2002-11-24  Richard M. Stallman  <rms@gnu.org>
16255         * search.c (Fstring_match): Doc fix.
16257         * callint.c (Fcall_interactively): If a command fails because
16258         `*' detects a read-only buffer, but RECORD_FLAG is set,
16259         record it anyway if the args don't actually do tty input.
16261 2002-11-22  Dave Love  <fx@gnu.org>
16263         * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
16265         * keyboard.c (interrupt_signal): Provide forward declaration.
16266         (kbd_buffer_store_event): Don't declare interrupt_signal.
16268         * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
16270 2002-11-21  Richard M. Stallman  <rms@gnu.org>
16272         * eval.c (interactive_p): Skip any number of bytecode
16273         and special form frames, in any order.
16275 2002-11-20  Jason Rumney  <jasonr@gnu.org>
16277         * w32fns.c (convert_mono_to_color_image): New function.
16278         (xbm_load, xbm_load_image): Use it when foreground or background
16279         is explicitly set.
16281 2002-11-19  Dave Love  <fx@gnu.org>
16283         * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
16285 2002-11-18  Jason Rumney  <jasonr@gnu.org>
16287         * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
16288         (XPutPixel): Swap blue and red.
16289         (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
16290         (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
16291         (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
16292         (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
16294 2002-11-18  Dave Love  <fx@gnu.org>
16296         * m/orion105.h (HAVE_ALLOCA): Don't define.
16298         * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
16300         * m/intel386.h: Don't include alloca.h or define alloca.
16302         * m/ia64.h: Don't include alloca.h, stdlib.h.  Don't declare
16303         malloc, realloc, calloc.
16305         * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
16306         (bcmp): Don't define.
16308         * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
16310         * m/amdahl.h: Don't define LIB_STANDARD.
16312         * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
16314         * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
16316         * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
16317         Don't include alloca.h.
16319         * s/aix3-2.h (HAVE_FSYNC): Don't define.
16321         * regex.c (_GNU_SOURCE): Don't define.
16323         * process.c (_GNU_SOURCE): Don't define.
16325         * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
16327 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
16329         * s/sol2-8.h: Include sol2-6.h.
16331 2002-11-18  Miles Bader  <miles@gnu.org>
16333         * dispextern.h (struct face): Add `overstrike' field.
16334         * xterm.c (x_draw_glyph_string_foreground)
16335         (x_draw_composite_glyph_string_foreground): Implement overstriking.
16336         * xfaces.c (load_face_font): Set `face->overstrike' based on
16337         result from choose_face_font.
16338         (best_matching_font, choose_face_font): Add `needs_overstrike'
16339         argument, and use it to return whether overstriking is desirable
16340         for this face/font combo.
16341         (set_font_frame_param: Pass new argument to choose_face_font.
16343 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
16345         This change is my fix for the following entry in etc/PROBLEMS:
16346         "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
16347         or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
16349         * w32.c: Added wrapper functions around the win32 API functions
16350         OpenProcessToken, GetTokenInformation, LookupAccountSid, and
16351         GetSidIdentifierAuthority.  These wrapper functions serve two
16352         purposes:
16353         1.  They ensure that the wrapped function can never be called
16354         when Emacs is running on an operating system on which they are
16355         not supported (Microsoft Windows 95 / 98 / ME).
16356         2.  They call the wrapped functions via function pointers rather
16357         than calling them directly.  This avoids taking advantage of the
16358         undocumented fact that although these functions are not supported
16359         in the 9x branch of Microsoft Windows, the functions do exist in
16360         the version of advapi32.dll that is found in the 9x branch of
16361         Microsoft Windows.
16363         * w32.c (init_user_info): Replace the calls to the win32 API
16364         functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
16365         and GetSidIdentifierAuthority with calls to the newly added
16366         wrapper functions.
16368         * w32.h: Added extern declarations for the following functions:
16369         syms_of_w32term, syms_of_w32fns, syms_of_w32select,
16370         syms_of_w32menu, and void syms_of_fontset.
16372         * w32fns.c (w32_wnd_proc): Add code to reinitialize the
16373         function pointer track_mouse_event_fn in the handler for the
16374         WM_SETFOCUS message.
16376         * w32menu.c (initialize_frame_menubar): Add code to
16377         reinitialize the function pointers set_menu_item_info and
16378         get_menu_item_info.
16380 2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
16382         * sound.c: Added a partial implementation of play-sound-internal
16383         for Microsoft Windows.  Added various #ifdef / #else / #endif
16384         code blocks to separate the code that will compile under
16385         Microsoft Windows from the code that is specific to GNU/Linux.
16386         Moved several blocks of code around to make this separation of code
16387         into Windows compatible and GNU/Linux compatible code blocks easier.
16389         * makefile.w32-in: Include sound.c and link with WinMM.lib.
16391         * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
16392         added support for play-sound-internal under Windows would be
16393         included in the build of Emacs.
16395 2002-11-16  Jason Rumney  <jasonr@gnu.org>
16397         * w32fns.c (w32_load_system_font): Don't disable Cleartype.
16399         * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
16401 2002-11-15  Stefan Monnier  <monnier@cs.yale.edu>
16403         * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
16404         (adjust_point_for_property): Move out of display and invisible even if
16405         we were already inside before (in case a property was added while
16406         we weren't looking).  Be more careful when handling invisible props.
16407         Skip invisible text as if it really wasn't there at all.
16409 2002-11-15  Jason Rumney  <jasonr@gnu.org>
16411         * w32term.c (x_draw_image_foreground)
16412         (w32_draw_image_foreground_1): Use standard copy and invert
16413         operations to draw images.
16415         * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
16416         depth of 1.
16417         (xbm_read_bitmap_data): Invert bits as xbm is read in.
16418         (XPutPixel): Don't invert bits here.
16420 2002-11-15  Jason Rumney  <jasonr@gnu.org>
16422         * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
16423         (w32_draw_image_foreground_1): Handle image masks.
16424         (x_draw_image_glyph_string): Don't BitBlt transparently.
16426         * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
16427         (x_from_xcolors): Adjust RGB values for W32.
16428         (image_background, image_background_transparent)
16429         (postprocess_image, x_to_xcolors, x_disable_image)
16430         (x_build_heuristic_mask): Adapt for W32 and enable.
16431         (x_create_x_image_and_pixmap): Mark images with palettes as such.
16432         (xbm_load): Remove unused variable.
16434 2002-11-14  Richard M. Stallman  <rms@gnu.org>
16436         * buffer.c (syms_of_buffer): Doc fix.
16438 2002-11-14  Dave Love  <fx@gnu.org>
16440         * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
16442         * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
16443         * xmenu.c (unuse_menu_items, digest_single_submenu):
16444         * xfns.c (x_put_x_image):
16445         * xdisp.c (message2_nolog, set_message):
16446         * undo.c (record_point):
16447         * terminfo.c (tparam):
16448         * syntax.c (scan_sexps_forward):
16449         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16450         * composite.c (update_compositions):
16451         * cm.c (calccost, cmgoto):
16452         * charset.c (c_string_width): Declare all args (per C99).
16454         * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
16456         * lisp.h (get_specified_cursor_type, get_window_cursor_type):
16457         Don't declare.
16459         * emacs.c (main) [!VMS]: Avoid third arg.
16461         * fns.c (Fcopy_sequence): Doc fix.
16462         (Fmap_char_table): Cast `call2'.
16464 2002-11-14  Francesco Potorti`  <pot@gnu.org>
16466         * s/sol2-8.h: New file.
16468 2002-11-14  Kim F. Storm  <storm@cua.dk>
16470         * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
16471         dependency on `risky-local-variable' and the :propertize form.
16473 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
16475         * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
16477         * syntax.c (scan_sexps_forward): Undo last patch.
16478         Use a more obvious fix: check eob before updating the syntax table.
16480 2002-11-09  Stefan Monnier  <monnier@cs.yale.edu>
16482         * syntax.c (scan_sexps_forward): Update syntax table before reading
16483         a char rather than after so we don't update the table past eob.
16485 2002-11-09  Dave Love  <fx@gnu.org>
16487         * buffer.c (Fset_buffer_major_mode): Fix last change.
16489         * regex.c (regexec): Fix pmatch declaration.
16491         * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
16493         * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
16494         to self-inserting characters.
16495         (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
16497         * coding.c (Vtranslation_table_for_input): New.
16498         (syms_of_coding): DEFVAR it.
16500 2002-11-08  Juanma Barranquero  <lektu@terra.es>
16502         * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
16503         window.
16505 2002-11-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16507         * process.c (Fformat_network_address): Remove unused locals p,
16508         cp, and i.
16510 2002-11-06  Dave Love  <fx@gnu.org>
16512         * buffer.c (Qset_buffer_major_mode_hook): New.
16513         (Fset_buffer_major_mode): Use it.
16515 2002-11-06  Richard M. Stallman  <rms@gnu.org>
16517         * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
16518         and stop_polling.
16520         * process.c (wait_reading_process_input):
16521         Test POLLING_PROBLEM_IN_SELECT, not hpux.
16522         Avoid initialization for auto Lisp_Object var.
16524         * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
16526         * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
16528 2002-11-05  Richard M. Stallman  <rms@gnu.org>
16530         * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
16532         * callint.c (Fcall_interactively): New local filter_specs.
16533         (Fcall_interactively): Check for progn as well as let.
16534         Add a gcpro.
16535         (Qprogn): New variable.
16536         (syms_of_callint): Staticpro and init Qprogn.
16538 2002-11-04  John Paul Wallington  <jpw@shootybangbang.com>
16540         * lread.c (Feval_buffer): Doc fix.
16542 2002-11-04  Dave Love  <fx@gnu.org>
16544         * keyboard.c (read_char): Always translate iff
16545         Vkeyboard_translate_table is a char table and c is valid.
16547         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
16548         and fix C types.
16550 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16552         * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
16554         * editfns.c (get_pos_property): Don't hardcode Qfield.
16556         * keyboard.c (adjust_point_for_property): Handle `display' prop on
16557         overlays.  Also handle `invisible' prop.
16559 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
16561         * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
16562         (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
16564 2002-11-01  Andreas Schwab  <schwab@suse.de>
16566         * editfns.c (Fmessage): Revert last change to properly handle %%.
16568 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16570         * xmenu.c (unuse_menu_items): New fun.
16571         (menu_items_inuse): New var.
16572         (syms_of_xmenu): Initialize it.
16573         (init_menu_items): Use it to detect re-entrance.
16574         (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
16575         (Fx_popup_menu): Remove spurious XSETFRAME.
16577         * editfns.c (find_field): Make an exception for nil fields.
16579 2002-11-01  Dave Love  <fx@gnu.org>
16581         * m/gec63.h: Deleted.
16583 2002-10-31  Dave Love  <fx@gnu.org>
16585         * xterm.c (XTread_socket): Fix last change.
16586         (xaw_scroll_callback): Cast call_data to long to avoid warning.
16588 2002-10-31  Stefan Monnier  <monnier@cs.yale.edu>
16590         * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
16592 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
16594         * editfns.c (overlays_around, get_pos_property): New funs.
16595         (find_field): Use them.
16596         Also be careful not to modify POS before its last use.
16597         (Fmessage): Don't Fformat if there's nothing to format.
16599 2002-10-30  Dave Love  <fx@gnu.org>
16601         * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
16602         [HAVE_PTY_H]; Include pty.h.
16604         * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
16606         * xterm.c (Qeql): Declare.
16607         (Vx_keysym_table): New.
16608         (syms_of_xterm): Initialize it.
16609         (XTread_socket): Use it.  Deal with ASCII keysyms.
16610         (XSetIMValues) [HAVE_X11R6]: Prototype.
16612         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
16613         (lispy_kana_keys): Comment out.
16614         (make_lispy_event) [XK_kana_A]: Comment out.
16615         (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
16616         Fix sprintf call.
16618         * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
16619         regexp.h change).
16620         (TERMINFO, LIBS_TERMCAP): Define.
16622         * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
16623         (bcmp): Define conditional on HAVE_BCMP.
16624         (NO_SIOCTL_H): Don't define.
16625         (TIOCSIGSEND): Don't make conditional on IRIX6.
16627         * s/sol2-5.h: Don't include strings.h.
16628         (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
16630         * s/irix6-0.h (IRIX6): Don't define.
16631         (bcopy, bcmp, bzero): Don't undef.
16633         * s/irix6-5.h: Don't include strings.h.
16634         (IRIX6): Don't define.
16635         (bcopy, bcmp, bzero): Don't undef.
16637         * syntax.c (Fforward_comment): Doc fix.
16639 2002-10-29  Kim F. Storm  <storm@cua.dk>
16641         * process.c (Fsignal_process): Allow PROCESS to be specified by
16642         name in addition to pid (as integer or string).
16644 2002-10-28  Harald Maier  <Harald.Maier.BW@t-online.de>  (tiny change)
16646         * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
16647         environments.
16649 2002-10-27  Kim F. Storm  <storm@cua.dk>
16651         * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
16653         * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
16655         * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
16657         * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
16659 2002-10-26  Richard M. Stallman  <rms@gnu.org>
16661         * editfns.c (Fformat): Detect invalid format letters for floats.
16663 2002-10-25  Kenichi Handa  <handa@m17n.org>
16665         * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
16666         (x_set_title): Likewise.
16668 2002-10-25  Juanma Barranquero  <lektu@terra.es>
16670         * macgui.h:
16671         * w32gui.h: Remove definition of XColor.
16673         * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
16675 2002-10-24  Kim F. Storm  <storm@cua.dk>
16677         * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
16678         Callers changed (supply dummy arg).
16680         * lisp.h (get_window_cursor_type): Update prototype.
16682         * w32term.c (x_display_and_set_cursor): Get active_cursor from
16683         get_window_cursor_type to track system caret.
16685 2002-10-24  Kim F. Storm  <storm@cua.dk>
16687         * process.c (Fformat_network_address): New function.
16688         (syms_of_process): Defsubr it.
16689         (list_processes_1): Use it to format :local/:remote address if
16690         service/host is not set; before Emacs would crash in that case.
16691         (Fmake_network_process): Don't use Ffind_operation_coding_system
16692         to setup coding system if host or service is not set.
16694 2002-10-23  Juanma Barranquero  <lektu@terra.es>
16696         Patch suggested by Jay Finger <jay_finger@hotmail.com>.
16698         * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
16699         COLORREF.
16701         * macgui.h:
16702         * w32gui.h: Add definition of XColor.
16704         * macfns.c:
16705         * w32fns.c:
16706         * xfaces.c: Remove definition of XColor.
16708 2002-10-22  Stefan Monnier  <monnier@cs.yale.edu>
16710         * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
16712         * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
16713         Only ignore truly dedicated windows.  For UNSHOW_BUFFER, delete the
16714         window if it is dedicated.
16715         (Fshrink_window): Add preserve_before as was done for enlarge_window.
16716         (Vspecial_display_function): Update docstring.
16718         * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
16719         (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
16720         (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
16722 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
16724         * casefiddle.c (casify_region): Don't treat a prefix char as part
16725         of a word when at the beginning.
16727 2002-10-17  Juanma Barranquero  <lektu@terra.es>
16729         * lread.c (syms_of_lread): Fix typos.
16731 2002-10-17  Dave Love  <fx@gnu.org>
16733         * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
16735 2002-10-16  Richard M. Stallman  <rms@gnu.org>
16737         * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
16739 2002-10-14  Juanma Barranquero  <lektu@terra.es>
16741         * w16select.c (syms_of_win16select): Fix docstring for
16742         `selection-coding-system'.
16744         * w32select.c (syms_of_w32select): Likewise.
16746 2002-10-14  Stefan Monnier  <monnier@cs.yale.edu>
16748         * syntax.c (scan_lists): Don't get fooled by a symbol ending with
16749         a backslash-quoted char.
16750         (scan_lists, scan_sexps_forward): Pacify the compiler.
16752 2002-10-13  Richard M. Stallman  <rms@gnu.org>
16754         * window.c (window_scroll): Set immediate_quit.
16756         * print.c (print): When backquote form is the car of a list,
16757         output in old style.  Use old_backquote_output to output all
16758         comma forms inside it in old style too.
16760         * buffer.h (struct buffer): Move `undo_list' down below `name'.
16762 2002-10-11  Markus Rost  <rost@math.ohio-state.edu>
16764         * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
16765         batch mode).
16767         * lread.c (Fload): Doc fix (load-suffixes).
16769 2002-10-10  Steven Tamm  <steventamm@mac.com>
16771         * macterm.c (syms_of_macterm, mac_get_mouse_btn):
16772         Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
16773         Also switch the default to Qnil from Qt.
16775 2002-10-08  Kenichi Handa  <handa@m17n.org>
16777         * coding.c (code_convert_region): When we need more GAP for
16778         conversion, pay attention to the case that coding->produced is not
16779         greater than coding->consumed.
16781 2002-10-07  Richard M. Stallman  <rms@gnu.org>
16783         * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
16785 2002-10-06  Andrew Choi  <akochoi@shaw.ca>
16787         * macmenu.c (mac_menu_show): Add j to count menu items; match
16788         menu_item_selection to it to find selected item.
16790 2002-10-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16792         * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
16793         cases.  The correct fix is to pass ReparentNotify to Xt.
16794         The shell widget interprets ConfigureNotify differently depending
16795         on if it has been reparented or not.
16797 2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
16799         * editfns.c (Fformat_time_string): Doc fix.
16801 2002-10-05  John Paul Wallington  <jpw@shootybangbang.com>
16803         * fns.c (Flength): Doc fix.
16805 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
16807         * keyboard.c (keyremap): New struct.
16808         (read_key_sequence): Use it: globally replace keytran_foo with
16809         keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
16810         keytran_next and fkey_next to just `next'.
16812 2002-10-04  Steven Tamm  <steventamm@mac.com>
16814         * macterm.c (keycode_to_xkeysym_table): Change return to be
16815         treated like an X keysym.
16817 2002-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16819         * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
16820         and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
16821         This is to also handle x/y changes that occur because of a resize.
16823 2002-10-02  John Paul Wallington  <jpw@shootybangbang.com>
16825         * frame.c (Vdelete_frame_functions): New variable.
16826         (syms_of_frame): Initialize and defvar it.
16827         (Fdelete_frame): Use it instead of delete-frame-hook.  Don't run
16828         it when frame's `tooltip' parameter is non-nil.
16830         * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
16832         * w32fns.c (x_create_tip_frame): Likewise.
16834         * macfns.c (x_create_tip_frame): Likewise.
16836 2002-09-30  Kenichi Handa  <handa@m17n.org>
16838         * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
16839         -1 before calling ccl_driver.
16841         * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
16842         Only when it is non-nil, handle composition sequence.
16843         (setup_coding_system) <0>: Don't force composition handling.
16845         * Makefile.in (lisp, shortlisp): Add utf-16.elc
16847 2002-09-29  Richard M. Stallman  <rms@gnu.org>
16849         * search.c (Freplace_match): Adjust match data for the substitution
16850         just made in the buffer.
16852         * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
16853         (redisplay_internal): Use them.  Do RESUME_POLLING at end of function.
16855 2002-09-27  Richard M. Stallman  <rms@gnu.org>
16857         * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
16858         (read_char): Use them.  Do all exits thru the end of the function.
16860 2002-09-27  Kenichi Handa  <handa@etl.go.jp>
16862         * xfaces.c (try_font_list): Pay attention to the case that FAMILY
16863         is nil.
16865 2002-09-26  Richard M. Stallman  <rms@gnu.org>
16867         * regex.h (__restrict_arr): Don't define if already defined.
16869         * coding.c (run_pre_post_conversion_on_str):
16870         Save and restore Vdeactivate_mark.
16872 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
16874         * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
16876 2002-09-26  Kenichi Handa  <handa@etl.go.jp>
16878         * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY.  If it is
16879         nonzero, try face's family at first.  Otherwise try FAMILY at first.
16880         (choose_face_font): If C is a single byte char or latin-1, call
16881         try_font_list with PREFER_FACE_FAMILY 1.
16883 2002-09-21  Richard M. Stallman  <rms@gnu.org>
16885         * window.c (select_window_1): Don't select frame.
16886         Set frame's selected window only when frame itself is selected.
16887         (Fselect_window): Doc fix.
16889 2002-09-18  Kim F. Storm  <storm@cua.dk>
16891         * process.c (make-network-process): Doc fix (there is no
16892         network-server-log-function hook).
16894 2002-09-18  Richard M. Stallman  <rms@gnu.org>
16896         * print.c (print): Clear out the unused parts of Vprint_number_table.
16897         (syms_of_print): Doc fix for `print-number-table'.
16899         * unexelf.c (unexec): Undo previous change.
16901 2002-09-17  Andreas Schwab  <schwab@suse.de>
16903         * m/alpha.h [LINUX]: Don't define DATA_START.
16905 2002-09-16  Dave Love  <fx@gnu.org>
16907         * unexelf.c (unexec): Deal with .got, reinstating change from
16908         25-08-1999.
16910 2002-09-13  Richard M. Stallman  <rms@gnu.org>
16912         * s/sol2-6.h (UNEXEC): Comment out definition.
16914         * unexsol.c (unexec): Don't downcase first letter of error msg.
16916         * xfaces.c (Fcolor_supported_p): Just one arg is required.
16918 2002-09-12  Markus Rost  <rost@math.ohio-state.edu>
16920         * unexsol.c: Include buffer.h, charset.h, coding.h.
16922 2002-09-11  Richard M. Stallman  <rms@gnu.org>
16924         * unexsol.c: Don't use report_file_error; do it by hand
16925         using dlerror.
16927         * process.c (wait_reading_process_input, both versions):
16928         Before calling turn_on_atimers, call stop_polling.
16930         * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
16932         * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
16933         we go to too_near_end, call clear_glyph_matrix.
16934         (redisplay_window): After make_cursor_line_fully_visible,
16935         call clear_glyph_matrix and bypass `goto done'.
16937         * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
16938         and we have non-toolkit scroll bars, return nil for scroll-bar-width.
16940 2002-09-10  Richard M. Stallman  <rms@gnu.org>
16942         * fileio.c (Fdo_auto_save): Catch error making directory.
16943         Only call push_message if we need to.
16944         At the same time, make an unwind-protect to pop it.
16945         Rename local message_p to old_message_p.
16946         (do_auto_save_make_dir, do_auto_save_eh): New functions.
16947         (do_auto_save_unwind): Don't call pop_message.
16949         * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
16951         * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
16953         * alloc.c (Fgarbage_collect): Use pop_message_unwind.
16955         * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
16957 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
16959         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
16960         (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
16961         (re_match_2_internal): Be more careful with infinite loops.
16963 2002-09-10  Kim F. Storm  <storm@cua.dk>
16965         * macros.c (end_kbd_macro): New function.
16966         (Fend_kbd_macro): Use it.
16968         * macros.h (end_kbd_macro): Declare extern.
16970         * keyboard.c (Fdiscard_input): If defining keyboard macro,
16971         end and save it instead of discarding it.
16973 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
16975         * s/sol2-6.h: Fix typo.  Add comment.
16977 2002-09-09  Richard M. Stallman  <rms@gnu.org>
16979         * regex.c (regnum_t): Use signed int, not unsigned int.
16981         * s/sol2-6.h: New file.
16983         * s/sol2-5.h (UNEXEC): Definition deleted.
16985 2002-09-08  Kim F. Storm  <storm@cua.dk>
16987         * macros.c (executing_macro_index): Change type to EMACS_INT.
16988         (syms_of_macros): DEFVAR_INT it (needed by kmacro).
16990         * macros.h (executing_macro_index): Change type to EMACS_INT.
16992 2002-09-06  Richard M. Stallman  <rms@gnu.org>
16994         * casetab.c (set_case_table): Make canon table point to eqv table.
16996 2002-09-06  Juanma Barranquero  <lektu@terra.es>
16998         * coding.c (syms_of_coding): Fix spacing.
17000         * composite.c (Fcompose_region_internal)
17001         (Fcompose_string_internal): Likewise.
17003         * data.c (Flsh): Likewise.
17005         * fontset.c (Fset_fontset_font): Likewise.
17007         * macfns.c (Fx_server_max_request_size): Likewise.
17009         * w16select.c (syms_of_win16select): Likewise.
17011         * w32select.c (syms_of_w32select): Likewise.
17013         * xselect.c (syms_of_xselect): Likewise.
17015 2002-09-05  Richard M. Stallman  <rms@gnu.org>
17017         * regex.c (set_image_of_range_1): In no-TRANSLATE case,
17018         call EXTEND_RANGE_TABLE and return a proper value.
17019         (set_image_of_range): Don't call set_image_of_range_1
17020         if no TRANSLATE or if range includes all of Latin-1.
17021         Only call it for the Latin-1 part of the range.
17022         For other cases, make two separate ranges,
17023         one for the original specified characters and one for
17024         their case-conversions.
17026 2002-09-04  Richard M. Stallman  <rms@gnu.org>
17028         * s/sol2-5.h (UNEXEC): Use unexsol.o.
17030         * window.c (displayed_window_lines): Correct for one-off bug
17031         in HEIGHT on non-window displays.
17033         * regex.c (set_image_of_range_1): New function.
17034         (set_image_of_range): Use set_image_of_range_1 for Latin-1.
17035         Return a value to indicate running out of memory.
17036         (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
17037         (extend_range_table_work_area): New subroutine.
17038         (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
17039         Different calling conventions, and used from set_image_of_range{,_1}.
17040         (IMMEDIATE_QUIT_CHECK): Definitions moved.
17042 2002-09-04  Juanma Barranquero  <lektu@terra.es>
17044         * makefile.w32-in: All dependencies updated.
17046 2002-09-01  Richard M. Stallman  <rms@gnu.org>
17048         * unexsol.c: New file.
17050         * xfns.c (Qbox): Declare external, don't define.
17052         * xdisp.c (redisplay_window) <force-start case>:
17053         If point is on semi-visible last line, reposition
17054         it at previous line.
17056         * alloc.c (display_malloc_warning): Use display-warning.
17057         (malloc_warning_1): Function deleted.
17059         * alloc.c [ALLOC_DEBUG]: #undef INLINE.
17061         * lread.c (read1): Handle #! by skipping the line.
17063 2002-08-31  Richard M. Stallman  <rms@gnu.org>
17065         * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
17066         Don't include LDFLAGS.
17067         (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
17069 2002-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
17071         * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
17072         member of x_display_info unless we compile for some window system.
17074 2002-08-31  Kim F. Storm  <storm@cua.dk>
17076         * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
17077         (get_window_cursor_type): Don't use them.
17078         (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
17080 2002-08-30  Kenichi Handa  <handa@etl.go.jp>
17082         * xdisp.c (get_next_display_element): Fix previous change.
17084 2002-08-30  Andrew Choi  <akochoi@shaw.ca>
17086         * macterm.c (expose_overlaps): New function (merge code from xterm.c).
17087         (expose_window): Use it to fix the display of overlapping
17088         rows (merge code from xterm.c).
17090         * macfns.c (Qbox): Add extern declaration.
17092 2002-08-30  Juanma Barranquero  <lektu@terra.es>
17094         * w32fns.c (Qbox): Make extern.
17095         (syms_of_w32fns): Remove initialization of Qbox.
17097 2002-08-30  Rune Kleveland  <runekl@viewpoint.no>  (tiny change)
17099         * xfns.c (Fx_open_connection): Fix error message.
17101 2002-08-30  Kim F. Storm  <storm@cua.dk>
17103         The following changes consolidates the handling of the cursor
17104         type in xdisp.c, moving duplicate code and functionality from
17105         xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
17107         * frame.h (enum text_cursor_kinds): Consolidated here.
17108         Added DEFAULT_CURSOR value.
17109         (struct frame) <desired_cursor, cursor_width>
17110         <blink_off_cursor, blink_off_cursor_width>: New fields.
17111         Consolidated from output_x, output_w32 and output_mac structs.
17112         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17113         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
17115         * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
17116         Variables consolidated here.
17117         (Valternate_cursor_type, Qalternate_cursor_type): New variables.
17118         (Vcursor_in_non_selected_windows): Renamed from
17119         cursor_in_non_selected_windows and changed to Lisp_Object.
17120         (syms_of_xdisp): Define and staticpro new and moved variables.
17121         (get_specified_cursor_type): Renamed from x_specified_cursor_type;
17122         consolidated here.  Recognize Qhollow setting.
17123         (set_frame_cursor_types): New function to set frame cursor types
17124         based on the frame parameters.
17125         (get_window_cursor_type): New function to calculate new cursor
17126         type and width for the specified window.  Based on duplicated
17127         code consolidated here.
17128         Enhancements: cursor-in-non-selected-windows may be a cursor type,
17129         check buffer-local alternate-cursor-type and blink-cursor-alist
17130         before using built-in blink off methods.
17132         * dispextern.h (cursor_in_non_selected_windows): Extern removed.
17134         * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
17135         (get_specified_cursor_type, get_window_cursor_type)
17136         (set_frame_cursor_types): Added prototypes.
17138         * macfns.c (x_specified_cursor_type): Removed.
17139         (x_set_cursor_type): Use set_frame_cursor_types.
17140         (Qbar, Qbox): Removed.
17141         (syms_of_macfns): Don't intern or staticpro them.
17143         * macterm.c (x_specified_cursor_type): Remove prototype.
17144         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17145         (x_display_and_set_cursor): Use get_window_cursor_type.
17146         Remove unused local variables cursor_non_selected, active_cursor.
17147         Redraw cursor if hbar cursor width changes.
17148         (make_mac_frame): Set FRAME_DESIRED_CURSOR.
17150         * macterm.h (enum text_cursor_kinds): Removed.
17151         (struct output_mac) <current_cursor, desired_cursor, cursor_width>
17152         <blink_off_cursor, blink_off_cursor_width>: Members removed.
17153         (FRAME_DESIRED_CURSOR): Macro removed.
17155         * w32fns.c (Vblink_cursor_alist): Removed.
17156         (Qbar, Qhbar, Qbox, Qhollow): Removed.
17157         (syms_of_w32fns): Don't intern, staticpro, or define them.
17158         (x_specified_cursor_type): Removed.
17159         (x_set_cursor_type): Use set_frame_cursor_types.
17161         * w32term.c (x_specified_cursor_type): Remove prototype.
17162         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17163         (x_display_and_set_cursor): Use get_window_cursor_type.
17164         Remove unused local variables cursor_off_state.
17165         Redraw cursor if hbar cursor width changes.
17166         Changed all occurrences of w32_highlight_frame to x_highlight_frame.
17168         * w32term.h (enum text_cursor_kinds): Removed.
17169         (struct output_w32) <current_cursor, desired_cursor, cursor_width>
17170         <blink_off_cursor, blink_off_cursor_width>: Members removed.
17171         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17172         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
17173         (struct w32_display_info) <x_highlight_frame>: Renamed member from
17174         w32_highlight_frame.
17176         * xfns.c (Vblink_cursor_alist): Removed.
17177         (Qbar, Qhbar, Qbox, Qhollow): Removed.
17178         (syms_of_xfns): Don't intern, staticpro, or define them.
17179         (x_specified_cursor_type): Removed.
17180         (x_set_cursor_type): Use set_frame_cursor_types.
17182         * xterm.c (x_specified_cursor_type): Remove prototype.
17183         (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17184         (x_display_and_set_cursor): Use get_window_cursor_type.
17185         Remove unused local variables cursor_off_state.
17186         Redraw cursor if hbar cursor width changes.
17188         * xterm.h (enum text_cursor_kinds): Removed.
17189         (struct output_x) <current_cursor, desired_cursor, cursor_width>
17190         <blink_off_cursor, blink_off_cursor_width>: Members removed.
17191         (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17192         (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
17193         (x_specified_cursor_type): Remove prototype.
17195 2002-08-28  Richard M. Stallman  <rms@gnu.org>
17197         * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
17198         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
17199         (Vblink_cursor_alist): New variable.
17200         (syms_of_w32fns): Initialize and defvar it.
17201         (x_specified_cursor_type): Recognize Qbox for filled box.
17202         Exceptions are hollow boxes.
17203         (Qbox, Qhollow): New variables.
17204         (syms_of_w32fns): Initialize and staticpro them.
17206         * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
17207         New macros.
17208         (struct w32_output): New fields blink_off_cursor,
17209         blink_off_cursor_width.
17210         (FRAME_CURSOR_WIDTH): New macro.
17212         * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
17213         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
17215         * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
17216         for bar cursor.
17218         * w32term.c (expose_overlaps): New function.
17219         (expose_window): Use it to fix the display of overlapping rows.
17221 2002-08-28  Simon Josefsson  <jas@extundo.com>
17223         * xfns.c (Fx_open_connection): Improve help when X connection
17224         fails, xhost is insecure and xauth is better.
17226 2002-08-28  Juanma Barranquero  <lektu@terra.es>
17228         * makefile.w32-in: Add missing dependencies on w32term.h and
17229         composite.h.
17231         * emacs.c (USAGE1): Add missing newline.
17233 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
17235         * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
17237 2002-08-27  Richard M. Stallman  <rms@gnu.org>
17239         * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
17240         FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
17241         (Vblink_cursor_alist): New variable.
17242         (syms_of_xfns): Initialize and defvar it.
17243         (x_specified_cursor_type): Recognize Qbox for filled box.
17244         Exceptions are hollow boxes.
17245         (Qbox, Qhollow): New variables.
17246         (syms_of_xfns): Initialize and staticpro them.
17248         * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
17249         New macros.
17250         (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
17252         * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
17253         and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
17255         * emacs.c (main): Handle --script.
17256         (USAGE1): Mention --script.
17257         (standard_args): Define sort order for --script.
17259 2002-08-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
17261         * xdisp.c (redisplay_updating_p): Variable removed.
17262         (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
17263         New variables.
17264         (init_iterator): Don't free realized faces if
17265         inhibit_free_realized_faces is set.
17266         (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
17267         (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
17268         initialize Qinhibit_free_realized_faces.
17270         * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
17271         when iterator is adding glyphs to a glyph matrix.
17273 2002-08-27  Kenichi Handa  <handa@etl.go.jp>
17275         * xdisp.c (get_next_display_element): In unibyte case, don't use
17276         octal form for such eight-bit characters that can be converted to
17277         multibyte char.
17279 2002-08-26  Kim F. Storm  <storm@cua.dk>
17281         * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
17282         foreground and background colors.  From Joe Buehler.
17284 2002-08-26  Miles Bader  <miles@gnu.org>
17286         * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
17288 2002-08-25  Andrew Choi  <akochoi@shaw.ca>
17290         * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
17291         defined instead of MAC_OSX.
17293         * s/darwin.h (select): Define select to sys_select only if
17294         HAVE_CARBON is defined.
17295         (HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
17296         (DONT_REOPEN_PTY): #def it.
17298         * macterm.c (XTread_socket): Remove code to call
17299         SendEventToEventTarget for keys with command modifiers when
17300         mac_command_key_is_meta is nil.
17302 2002-08-24  Andreas Schwab  <schwab@suse.de>
17304         * eval.c (Fdefvar): Fix last change.
17306 2002-08-23  Richard M. Stallman  <rms@gnu.org>
17308         * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
17309         Record variables in load history as (defvar . VAR).
17310         (Fdefvar): Don't record in load history if no initial value.
17311         (Qdefvar): New variable.
17312         (syms_of_eval): Init and staticpro it.
17314         * lread.c (syms_of_lread): Doc fix.
17315         (build_load_history): Use Fmember to see if a definition
17316         is already in the Vload_history element.
17318         * process.c (Fstart_process): Remove /: from program name.
17320         * emacs.c (decode_env_path): Don't add /: if file name handler
17321         has a `safe-magic' property.
17323         * callproc.c (Fcall_process): Remove /: from program name.
17325 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
17327         * regex.c (PATFETCH): Remove the translating fetch.
17328         (PATFETCH_RAW): Rename to PATFETCH.
17329         (set_image_of_range): New fun.
17330         (SET_RANGE_TABLE_WORK_AREA): Use it.
17331         (regex_compile): Don't translate the pattern chars so eagerly.
17332         Only do it when inserting an `exactn' bytecode or when handling
17333         a char-range.
17334         (mutually_exclusive_p): Avoid empty statement.
17336 2002-08-22  Kim F. Storm  <storm@cua.dk>
17338         * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
17339         end up on a partially visible line; this reverts a specific part
17340         of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
17341         display error which has been reported several times now.
17342         However it introduces the problem that changes was supposed to fix.
17343         See my comments in the source if you want to debug this further.
17345 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
17347         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17349 2002-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
17351         * msdos.c (croak): Add `void' to definition.
17353         * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
17354         Don't define them, they are defined in msdos.c.
17356         * mem-limits.h [MSDOS]: Declare etext.
17358         * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
17359         `const' since CORRECT_DIR_SEPS modifies its target.
17361 2002-08-19  Kim F. Storm  <storm@cua.dk>
17363         * keyboard.c (Fclear_this_command_keys): Add optional arg
17364         KEEP-RECORD to avoid clearing lossage when we just want to clear
17365         the current key sequence (kmacro needs this).
17367 2002-08-19  Kenichi Handa  <handa@localhost>
17369         * composite.c (run_composition_function): Call FUNC if it is fboundp.
17371         * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
17372         cons, return Qnil.
17374 2002-08-17  Richard M. Stallman  <rms@gnu.org>
17376         * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
17378         * sysdep.c [!VMS]: Include sys/files.h.
17380         * editfns.c (save_restriction_restore): Defend from unchained marker.
17382         * buffer.c (overlays_at): Handle extending vec uniformly.
17383         (overlays_in): Handle extending vec from length 0 as in overlays_at.
17385 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
17387         * mac.c (init_mac_osx_environment): New function.
17389         * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
17391 2002-08-14  Kim F. Storm  <storm@cua.dk>
17393         * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
17394         executing macro before appending to it (when used from Lisp).
17395         (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
17396         which is called prior to each iteration of macro (for kmacro.el).
17397         (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
17399         * lisp.h (Fexecute_kbd_macro): Update prototype.
17401         * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
17403 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
17405         * xselect.c (QUTF8_STRING): New variable.
17406         (symbol_to_x_atom): Pay attention to QUTF8_STRING.
17407         (x_atom_to_symbol): Likewise.
17408         (x_get_local_selection): New argument local_request.  If it is
17409         nonzero, call handler_fn with the second arg nil.
17410         (x_handle_selection_request): Call x_get_local_selection with
17411         local_request 0.
17412         (lisp_data_to_selection_data): Don't encode the string here.
17413         (Fx_get_selection_internal): Call x_get_local_selection with
17414         local_request 1.
17415         (syms_of_xselect): Intern and staticpro QUTF8_STRING.
17417         * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
17419         * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
17421 2002-08-13  Richard M. Stallman  <rms@gnu.org>
17423         * minibuf.c (Fminibufferp): New function.
17424         (syms_of_minibuf): Defsubr it.
17425         (Fminibuffer_prompt_end): Handle non-minibuffers specially.
17427 2002-08-13  Gerd Moellmann  <gerd.moellmann@t-online.de>
17429         * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
17431 2002-08-12  Richard M. Stallman  <rms@gnu.org>
17433         * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
17434         [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
17435         (WSTOPSIG, WTERMSIG): Define each one independently if not defined
17436         already.
17438         * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
17440 2002-08-11  Andrew Choi  <akochoi@shaw.ca>
17442         * macterm.c (XTmouse_position): Check wp with is_emacs_window.
17443         (Vmac_pass_command_to_system): New variable.
17444         (Vmac_pass_control_to_system): New variable.
17445         (do_mouse_moved): Check wp with is_emacs_window.
17446         (XTread_socket): Check window_ptr with is_emacs_window.
17447         Call FrontNonFloatingWindow instead of FrontWindow.  Send keydown
17448         events back to Mac Toolbox for processing, depending on values of
17449         Vmac_pass_command_to_system and Vmac_pass_control_to_system.
17450         (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
17451         Vmac_pass_control_to_system.
17453 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
17455         * coding.c (unencodable_char_position): New function.
17456         (Funencodable_char_position): New function.
17457         (syms_of_coding): Defsubr Funencodable_char_position.
17459 2002-08-10  Andrew Choi  <akochoi@shaw.ca>
17461         * mac.c (sys_select) [MAC_OSX]: New function.
17463         * macterm.c (MakeMeTheFrontProcess): New function.
17464         (mac_initialize): Call MakeMeTheFrontProcess.
17466         * s/darwin.h: Define select to sys_select.
17468 2002-08-09  Richard M. Stallman  <rms@gnu.org>
17470         * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
17472 2002-08-09  Gerd Moellmann  <gerd.moellmann@t-online.de>
17474         * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
17475         end of the buffer.
17477 2002-08-08  Ken Raeburn  <raeburn@gnu.org>
17479         * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
17481         * puresize.h (BASE_PURESIZE): Increase to 910000.
17483 2002-08-08  Kenichi Handa  <handa@etl.go.jp>
17485         * coding.c (Ffind_operation_coding_system): For write-region, if
17486         VISIT is a filename, make it the target.
17488 2002-08-07  Richard M. Stallman  <rms@gnu.org>
17490         * alloc.c (mark_object): Detect long lists for debugging.
17491         (mark_object_loop_halt): New variable.
17493         * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
17495         * data.c (Fmake_variable_frame_local): Doc fix.
17497 2002-08-01  David Ponce  <david@dponce.com>
17499         * w32menu.c (local_heap, local_alloc, local_free): New macros.
17500         (malloc_widget_value, free_widget_value)
17501         (w32_free_submenu_strings): Use them.
17503         (push_submenu_start, push_submenu_end, push_left_right_boundary)
17504         (push_menu_pane, push_menu_item, single_keymap_panes)
17505         (single_menu_item, Fx_popup_menu, menubar_selection_callback)
17506         (single_submenu, set_frame_menubar)
17507         (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
17509         (Fx_popup_menu): Don't show pop up menu until preceding one is
17510         actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.
17512         * w32menu.c: Changes adapted from xmenu.c
17513         (set_frame_menubar): First parse all submenus,
17514         then make widget_value trees from them.
17515         Don't allocate any widget_value objects
17516         until we are done with the parsing.
17517         (parse_single_submenu): New function.
17518         (digest_single_submenu): New function.
17519         (single_submenu): Function deleted, replaced by those two.
17521 2002-08-04  Andrew Choi  <akochoi@shaw.ca>
17523         * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
17524         returns a valid window pointer before proceeding for keyDown and
17525         autoKey events.
17527 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
17529         * macterm.c (USE_CARBON_EVENTS): New macro.
17530         (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
17531         (x_iconify_frame): Call CollapseWindow.
17532         (Vmac_reverse_ctrl_meta): New variable.
17533         (Vmac_wheel_button_is_mouse_2): New variable.
17534         (init_mac_drag_n_drop): New function.
17535         (mac_do_receive_drag): New function.
17536         (mac_handle_service_event): New function.
17537         (init_service_handler): New function.
17538         (mac_to_emacs_modifiers): New function.
17539         (mac_event_to_emacs_modifiers): New function.
17540         (mac_get_mouse_btn): New function.
17541         (mac_convert_event_ref): New function.
17542         (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
17543         SendEventToEventTarget, mac_event_to_emacs_modifiers, and
17544         mac_get_mouse_btn.
17545         (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
17547         * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
17548         lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
17549         (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
17550         TOOL_BAR_EVENT for MAC_OS as well.
17551         (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
17552         as for WINDOWS_NT.
17553         (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
17555         * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
17557 2002-08-03  Gerd Moellmann  <gerd.moellmann@t-online.de>
17559         * xdisp.c (forward_to_next_line_start): Fix a condition that
17560         lead to a newline being skipped.
17562 2002-08-02  Andrew Choi  <akochoi@shaw.ca>
17564         * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
17566 2002-08-01  Richard M. Stallman  <rms@gnu.org>
17568         * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
17570 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
17572         * macfns.c: #undef init_process before #define-ing it.
17574         * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
17575         HAVE_CARBON is defined.
17577 2002-07-31  Richard M. Stallman  <rms@gnu.org>
17579         * xmenu.c (set_frame_menubar): First parse all submenus,
17580         then make widget_value trees from them.
17581         Don't allocate any widget_value objects
17582         until we are done with the parsing.
17583         (parse_single_submenu): New function.
17584         (digest_single_submenu): New function.
17585         (single_submenu): Function deleted, replaced by those two.
17587 2002-07-30  Juanma Barranquero  <lektu@terra.es>
17589         * w32proc.c (syms_of_ntproc): Fix docstring of
17590         `w32-get-true-file-attributes'.
17592 2002-07-28  Richard M. Stallman  <rms@gnu.org>
17594         * s/hpux8.h (HPUX8): Define this before including hpux.h.
17595         (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
17597         * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
17599         * keyboard.c (make_lispy_event):
17600         Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
17601         Explicitly clear up_modifier in event->modifiers.
17603 2002-07-27  Richard M. Stallman  <rms@gnu.org>
17605         * xterm.h (FRAME_CURSOR_WIDTH): New macro.
17607         * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
17608         for bar cursor.
17610 2002-07-26  Kenichi Handa  <handa@etl.go.jp>
17612         * coding.c (detect_coding_iso2022): While checking a byte sequence
17613         for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
17614         it in the normal loop.
17616 2002-07-24  Gerd Moellmann  <gerd.moellmann@t-online.de>
17618         * xterm.c (expose_overlaps): New function.
17619         (expose_window): Use it to fix the display of overlapping rows.
17621         * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
17623 2002-07-23  Ken Raeburn  <raeburn@gnu.org>
17625         * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
17626         since it only depends on XUINT.
17628         * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
17629         EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
17630         PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
17631         Macros deleted.
17633         * mem-limits.h (start_of_data): If DATA_START is defined, prefer
17634         its value over other approaches.
17635         * sysdep.c (start_of_data): Don't define the function if a macro
17636         form has been defined.
17638 2002-07-23  Gerd Moellmann  <gerd.moellmann@t-online.de>
17640         * xdisp.c (redisplay_updating_p): New variable.
17641         (init_iterator): Don't free realized faces when
17642         redisplay_updating_p is set.
17643         (redisplay_internal): Set redisplay_updating_p while updating
17644         the display.
17646 2002-07-23  Richard M. Stallman  <rms@gnu.org>
17648         * editfns.c (Fmessage): Treat "" like nil.
17650 2002-07-23  Kenichi Handa  <handa@etl.go.jp>
17652         * xdisp.c (face_before_or_after_it_pos):
17653         Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
17655 2002-07-22  Juanma Barranquero  <lektu@terra.es>
17657         * callproc.c (init_callproc) [DOS_NT]:
17658         Initialize Vshared_game_score_directory to nil.
17659         (syms_of_callproc) [DOS_NT]: Likewise.
17661 2002-07-22  Gerd Moellmann  <gerd.moellmann@t-online.de>
17663         * xdisp.c (display_line): Replace an abort with xassert.
17665 2002-07-21  Richard M. Stallman  <rms@gnu.org>
17667         * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
17668         and END_UNCHANGED when setting buffer_unchanged_p.
17669         Use current_matrix_up_to_date_p to decide whether to use
17670         try_cursor_movement.
17672         * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
17674         * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
17676         * callproc.c (init_callproc): Set up Vshared_game_score_directory.
17677         Set to nil if dir does not exist.
17678         (syms_of_callproc): Init unconditionally and simply.
17680         * buffer.c (Fbuffer_list): Doc fix.
17682 2002-07-21  Ken Raeburn  <raeburn@gnu.org>
17684         * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
17686         * buffer.c (mmap_realloc): When shrinking, make sure number of
17687         pages to unmap is rounded towards zero.
17689         * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
17690         (XSETINT): Deleted.
17692         * m/att3b.h (XINT): Don't define.
17693         (VALBITS, VALMASK, XTYPE): Deleted.
17694         (DATA_SEG_BITS): Define.
17695         * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
17696         ARRAY_MARK_FLAG): Deleted.
17697         (DATA_SEG_BITS): Define.
17698         * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
17699         (DATA_SEG_BITS): Define.
17701 2002-07-20  Richard M. Stallman  <rms@gnu.org>
17703         * print.c (print_error_message): New args CONTEXT and CALLER.
17704         Calls changed.
17706         * lisp.h (print_error_message): Declare new args.
17708         * keyboard.c (cmd_error_internal): Pass Vsignaling_function
17709         and CONTEXT to print_error_message, don't print them here.
17710         For a Quit, don't use Vsignaling_function.
17711         Call message_log_maybe_newline.
17713         * Makefile.in (xsmfns.o): Don't depend on lisp.h.
17715 2002-07-20  Kim F. Storm  <storm@cua.dk>
17717         * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
17719 2002-07-19  Ken Raeburn  <raeburn@gnu.org>
17721         * bytecode.c (struct byte_stack): Pointers into byte string now
17722         point to const.
17723         * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
17724         const.
17725         * charset.h (BCOPY_SHORT): Source pointer now points to const.
17726         * coding.c (encode_eol, detect_coding, detect_eol):
17727         (decode_coding, encode_coding, detect_coding_system):
17728         Source strings now treated as const.
17729         (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
17730         modify Lisp string contents.
17731         * coding.h (decode_coding, encode_coding, detect_coding,
17732         detect_eol): Declarations updated.
17733         * composite.c (compose_chars_in_text): Treat Lisp string contents
17734         as const.
17735         * dispnew.c (safe_bcopy): Source pointer now points to const.
17736         * lisp.h (STRING_COPYIN): New macro.
17737         (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
17738         (internal_with_output_to_temp_buffer): Declarations updated.
17739         * print.c (temp_output_buffer_setup):
17740         (internal_with_output_to_temp_buffer): Buffer name argument is now
17741         pointer to const.
17742         * sound.c (struct sound_device): Function pointer field "write"
17743         buffer argument now points to const.
17744         (vox_write): Buffer argument points to const.
17745         * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
17746         contents as const.
17747         * sysdep.c (emacs_write): Buffer pointer now const.
17748         * term.c (encode_terminal_code): Buffer pointer now const.
17749         * xfaces.c (may_use_scalable_font_p): Argument now points to const.
17750         (x_face_list_fonts, x_update_menu_appearance):
17751         (hash_string_case_insensitive): Treat Lisp string contents as const.
17753 2002-07-19  Juanma Barranquero  <lektu@terra.es>
17755         * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
17757         * fileio.c (syms_of_fileio): Likewise.
17758         (Ffile_name_as_directory): Fix argument name in docstring.
17759         (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
17761 2002-07-18  Richard M. Stallman  <rms@gnu.org>
17763         * data.c (Fdefalias): Doc fix.
17765 2002-07-17  Dave Love  <fx@gnu.org>
17767         * intervals.h (text_property_stickiness): Use P_.
17769         * ccl.c: Remove `emacs' conditionals.
17770         (ccl_backtrace_table): Fix size spec.
17771         (ccl_driver): Fix type errors.
17773 2002-07-16  Ken Raeburn  <raeburn@gnu.org>
17775         * alloc.c (xstrdup, make_string, make_unibyte_string)
17776         (make_multibyte_string, build_string): String pointer args now
17777         point to const.
17778         * charset.c (find_charset_in_text, c_string_width):
17779         (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
17780         * fileio.c (report_file_error):
17781         * insdel.c (copy_text, count_size_as_multibyte, insert_1):
17782         (count_combining_before, count_combining_after, insert_1_both):
17783         (insert, insert_and_inherit, insert_string):
17784         (insert_before_markers, insert_before_markers_and_inherit):
17785         * lread.c (intern, oblookup, hash_string):
17786         * minibuf.c (temp_echo_area_glyphs):
17787         * search.c (fast_c_string_match_ignore_case):
17788         * sysdep.c (emacs_open, set_file_times):
17789         * xfaces.c (xstricmp):
17790         * xdisp.c (store_frame_title, string_char_and_length):
17791         (message_dolog, message2, message2_nolog, set_message): Likewise.
17792         (set_message_1): Cast message string argument to const pointer.
17793         * editfns.c (general_insert_function): Insertion function now
17794         takes pointer to const for input data.
17795         * charset.h (find_charset_in_text, c_string_width):
17796         (parse_str_as_multibyte): Declarations updated.
17797         * dispextern.h (xstricmp): Declaration updated.
17798         * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
17799         (count_size_as_multibyte, count_combining_before):
17800         (count_combining_after, insert_1, insert_1_both, message_dolog):
17801         (insert, insert_and_inherit, insert_before_markers)
17802         (insert_before_markers_and_inherit, set_message, message2):
17803         (message2_dolog, build_string, make_string, make_unibyte_string):
17804         (make_multibyte_string, intern, oblookup, report_file_error):
17805         (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
17806         (emacs_open, xstrdup): Declarations updated.
17807         * systime.h (set_file_times): Declaration updated.
17809         * charset.c (find_charset_in_text, lisp_string_width): Use const
17810         for pointer to lisp string data.
17811         * charset.h (FETCH_STRING_CHAR_ADVANCE):
17812         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
17813         * coding.c (Ffind_coding_systems_region_interval):
17814         * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
17815         (Fmake_directory_internal, Fdelete_directory):
17816         (Ffile_name_absolute_p, Fwrite_region, double_dollars):
17817         * fontset.c (font_family_registry, fs_query_fontset):
17818         (list_fontsets):
17819         * frame.c (Fframe_parameter):
17820         * keyboard.c (cmd_error_internal):
17821         * keymap.c (Fdescribe_buffer_bindings):
17822         * lread.c (complete_filename_p, openp):
17823         * minibuf.c (Fminibuffer_complete_word):
17824         * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
17825         (face_before_or_after_it_pos, next_element_from_string):
17826         (get_overlay_arrow_glyph_row, display_mode_element):
17827         (decode_mode_spec_coding):
17828         * xterm.c (same_x_server): Likewise.
17830         * buffer.c (reset_buffer_local_variables): Delete "#if 0"
17831         settings of non-existent fields.
17833         * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
17834         copy a lisp value.
17836         * lread.c (Fintern_soft): Use string macros instead of
17837         Lisp_String fields.
17838         * keyboard.c (echo_char, parse_modifiers_uncached):
17839         (parse_solitary_modifier, Fexecute_extended_command): Likewise.
17840         * textprop.c (validate_interval_range, interval_of): Likewise.
17842         * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
17844         * charset.h (FETCH_STRING_CHAR_ADVANCE)
17845         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
17846         XSTRING()->size_byte.
17848         * lisp.h (SDATA, SREF): Produce rvalue.
17849         (SSET): New macro.
17850         * alloc.c (make_event_array): Use SSET for storing into a string.
17851         * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
17852         a string.
17853         * casefiddle.c (casify_object): Use SSET.
17854         * charset.h (FETCH_STRING_CHAR_ADVANCE)
17855         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
17856         address of string contents.
17857         * data.c (Faref): Use SDATA.
17858         (Faset): Use SDATA, SSET.
17859         * dired.c (directory_files_internal): Use SSET.
17860         * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
17861         (Fread_file_name): Use SREF, SSET.
17862         * fns.c (concat): Use SSET.
17863         (concat, Fdelete): Use SDATA.
17864         * insdel.c (insert_from_string_1): Use SDATA.
17865         * keyboard.c (Fevent_convert_list): Use SREF.
17866         * lread.c (Fload): Use SDATA, SSET.
17867         * macfns.c (validate_x_resource_name): Use SSET.
17868         * process.c (status_message): Use SSET.
17869         * search.c (wordify): Use SDATA.
17870         (Freplace_match): Use SREF.
17871         * w32fns.c (validate_x_resource_name): Use SSET.
17872         * xfns.c (validate_x_resource_name): Use SSET.
17873         * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
17875 2002-07-16  Richard M. Stallman  <rms@gnu.org>
17877         * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
17879         * xdisp.c (reconsider_clip_changes):
17880         Don't test prevent_redisplay_optimizations_p.
17881         (redisplay_internal): Test prevent_redisplay_optimizations_p
17882         along with clip_changed in some cases.
17883         (try_window_id): Likewise.
17884         (redisplay_window): New local var buffer_unchanged_p.
17886         * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
17888         * process.c (create_process): Test USG_SUBTTY_WORKS.
17889         (process_send_signal): Clean up handling of GID.
17890         Detect errors in ioctls meant to set GID.
17892         * window.c (temp_output_buffer_show):
17893         Don't set prevent_redisplay_optimizations_p.
17895 2002-07-15  Juanma Barranquero  <lektu@terra.es>
17897         * eval.c (Fdefvaralias): Add docstring argument.
17899 2002-07-15  Ken Raeburn  <raeburn@gnu.org>
17901         * lisp.h (STRING_INTERVALS): Produce rvalue.
17902         (STRING_SET_INTERVALS): New macro.
17903         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
17904         * fns.c (Fstring_as_multibyte): Likewise.
17905         * intervals.c (balance_possible_root_interval, delete_interval)
17906         (create_root_interval, copy_intervals_to_string): Likewise.
17907         * textprop.c (set_text_properties): Likewise.  Use NULL_INTERVAL
17908         instead of 0.
17910 2002-07-14  Ken Raeburn  <raeburn@gnu.org>
17912         * lisp.h (STRING_SET_CHARS): New macro.
17913         (SCHARS, SBYTES): Produce rvalues.
17914         * dired.c (directory_files_internal): Use STRING_SET_CHARS.
17915         * fns.c (concat): Likewise.
17916         * lread.c (read_vector): Likewise.
17918         * lisp.h (SMBP): Delete.  All uses changed to STRING_MULTIBYTE.
17919         (STRING_SET_UNIBYTE): New macro.
17920         (SET_STRING_BYTES): Delete.  Callers (all of which supplied a
17921         length of -1) changed to use STRING_SET_UNIBYTE.
17922         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
17923         casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
17924         composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
17925         dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
17926         fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
17927         keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
17928         minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
17929         sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
17930         w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
17931         w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
17932         xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
17933         STRING_BYTES or indirection changed to SCHARS, SBYTES,
17934         STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
17935         unchanged for now.
17937 2002-07-13  Kim F. Storm  <storm@cua.dk>
17939         * keyboard.c (command_loop_1): Invert check on Vmemory_full.
17941 2002-07-12  Richard M. Stallman  <rms@gnu.org>
17943         * fileio.c (Fwrite_region): Doc fix.
17945         * print.c (print_error_message): Don't handle Vsignaling_function here.
17947         * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
17948         (command_loop_1): Avoid certain actions after memory-full error.
17950         * eval.c (Fsignal): Don't call cancel_hourglass.
17951         For a memory-full error, don't call Vsignal_hook_function
17952         and don't set Vsignaling_function.
17954         * process.c (process_send_signal): Add abort call.
17956 2002-07-11  Markus Rost  <rost@math.ohio-state.edu>
17958         * keymap.c (Fkey_binding): Fix typo.
17960 2002-07-11  Richard M. Stallman  <rms@gnu.org>
17962         * alloc.c (Vmemory_full): New variable.
17963         (Vmemory_signal_data): Rename from memory_signal_data.
17964         Uses changed.
17965         (syms_of_alloc): Defvar them.
17966         (memory_full, buffer_memory_full): Set Vmemory_full.
17968         * lisp.h (Vmemory_full): Add declaration.
17969         (current_column, indented_beyond_p): Change declaration.
17971         * indent.c (last_known_column): Declare as double, not float.
17972         (current_column, current_column_1, string_display_width)
17973         (position_indentation): Return `double'.
17974         (indented_beyond_p): Arg `column' is `double'.  Callers changed.
17976         * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
17977         (back_to_previous_visible_line_start)
17978         (reseat_at_next_visible_line_start, next_element_from_buffer):
17979         Use `double', not `float', when calling indented_beyond_p.
17981         * s/hpux11.h (BROKEN_SA_RESTART): Define.
17983         * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
17985 2002-07-11  Juanma Barranquero  <lektu@terra.es>
17987         * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
17988         * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
17989         * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
17990         * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
17991         * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
17992         * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
17994 2002-07-10  Juanma Barranquero  <lektu@terra.es>
17996         * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
17997         All callers changed.
17999 2002-07-09  Stefan Monnier  <monnier@cs.yale.edu>
18001         * data.c (Fdefalias): Add an optional `docstring' argument.
18002         (set_internal, Fsetq_default): Use XCAR/XCDR.
18004         * composite.c (HASH_VALUE, HASH_KEY):
18005         * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
18007 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
18009         * callproc.c (Fcall_process): Fix previous change.
18011 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
18013         * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
18014         Add support for hash-tables.
18015         (Ftry_completion): Return t even if the string appears multiple times.
18017         * fns.c (Fnconc): Use XCDR.
18018         (Fprovide): Use CONSP and XCDR.
18019         (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
18020         (HASH_TABLE_SIZE): Delete: moved to lisp.h.
18021         (Fmake_hash_table): Accept `:size nil'.
18022         (Fmakehash): Delete: moved to subr.el.
18023         (syms_of_fns): Don't defsubr makehash.
18025         * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
18026         (HASH_TABLE_SIZE): Move from fns.c.
18028 2002-07-07  Richard M. Stallman  <rms@gnu.org>
18030         * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
18031         Instead just return 0 when there is something to be done.
18032         (try_scrolling): If make_cursor_line_fully_visible returns 0,
18033         retry scrolling as if cursor were off the bottom.
18034         (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
18035         return CURSOR_MOVEMENT_MUST_SCROLL.
18036         (redisplay_window): If make_cursor_line_fully_visible returns 0,
18037         go to try_to_scroll.
18039         * buffer.c (Fbuffer_local_value): Store current value into its binding
18040         so we get the up-to-date value for the binding that is loaded.
18042         * eval.c (Fdefmacro): Doc fix.
18044 2002-07-05  Dave Love  <fx@gnu.org>
18046         * keyboard.c (read_key_sequence): Set initial_idleness_start_time
18047         correctly.
18049         * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
18050         (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
18051         (ccl_driver): Add cases for CCL_LookupIntConstTbl,
18052         CCL_LookupCharConstTbl.
18053         (syms_of_ccl): Defvar translation-hash-table-vector.
18055 2002-07-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18057         * xdisp.c: Remove unused variable `face'.
18059 2002-07-04  Juanma Barranquero  <lektu@terra.es>
18061         * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
18062         obsolescence information.
18064 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
18066         * macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
18067         pattern.  Search cache first.
18068         (init_font_name_table): Also add entry for jisx0201.1976-0 coding
18069         for Japanese font.
18070         (XLoadQueryFont): Use it.
18072 2002-07-02  Richard M. Stallman  <rms@gnu.org>
18074         * keymap.c (Fdefine_key): Doc fix.
18076         * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
18078 2002-07-02  Juanma Barranquero  <lektu@terra.es>
18080         * keymap.c (syms_of_keymap): Fix typo.
18082 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
18084         * s/darwin.h: Define POSIX_SIGNALS.
18086         * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
18087         and FSRefMakePath to convert FSSpec returned with Apple Event to
18088         Posix pathname.
18089         (mac_initialize) [TARGET_API_MAC_CARBON]:
18090         Call init_required_apple_events and disable the `Quit' menu item
18091         provided automatically by the Carbon Toolbox.
18093 2002-07-01  Dave Love  <fx@gnu.org>
18095         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18096         for K&R.
18098         * xterm.c: Fix prototype for K&R.
18100         * term.c (costs_set): Declare static, non-initialized for pcc.
18102 2002-07-01  Richard M. Stallman  <rms@gnu.org>
18104         * keyboard.c (timer_last_idleness_start_time): New variable.
18105         (timer_start_idle): Set that.
18106         (read_key_sequence): Use that to reset timer_idleness_start_time
18107         to previous value.
18109         * window.c (Frecenter): With arg, set optional_new_start.
18111         * xdisp.c (redisplay_internal): Make optional_new_start really work.
18113         * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
18114         buffer for completion.
18116 2002-06-29  Ken Raeburn  <raeburn@gnu.org>
18118         * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
18120 2002-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18122         * keyboard.c (readable_filtered_events): New function that filters
18123         FOCUS_IN_EVENT depending on parameter.
18124         (readable_events): Calls readable_filtered_events, not filtering
18125         FOCUS_IN_EVENT.
18126         (get_filtered_input_pending): New function, filtering parameter passed
18127         to readable_filtered_events.
18128         (get_input_pending): Calls get_filtered_input_pending, not filtering
18129         FOCUS_IN_EVENT.
18130         (Finput_pending_p): Calls get_filtered_input_pending, DO filter
18131         FOCUS_IN_EVENT.
18133         * xterm.h (struct x_output): Add focus_state.
18135         * xterm.c (x_focus_changed): New function.
18136         (x_detect_focus_change): New function.
18137         (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
18138         EnterNotify and LeaveNotify to track X focus changes.
18140 2002-06-28  Andreas Schwab  <schwab@suse.de>
18142         * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
18144 2002-06-27  Kim F. Storm  <storm@cua.dk>
18146         * xdisp.c (mode_line_string_list, mode_line_string_face)
18147         (mode_line_string_face_prop): New variables.
18148         (store_mode_line_string): New function.
18149         (display_mode_element): Use store_mode_line_string to
18150         add mode-line string elements to mode_line_string_list
18151         when mode_line_string_list is non-nil.
18152         (Fformat_mode_line): Now returns propertized string by
18153         default.  New arg NO-PROPS to ignore properties.
18154         (decode_mode_spec): Only add two dashes for %- in propertized
18155         mode-line string.
18156         (syms_of_xdisp): Init and staticpro mode_line_string_list.
18158 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
18160         * minibuf.c (minibuffer_completion_contents): Add return type.
18162 2002-06-27  Juanma Barranquero  <lektu@terra.es>
18164         * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
18166 2002-06-26  Juanma Barranquero  <lektu@terra.es>
18168         * fileio.c (read_file_name_cleanup): Add missing return.
18170 2002-06-26  Richard M. Stallman  <rms@gnu.org>
18172         * window.c (Frecenter): Don't set force_start flag.
18174         * minibuf.c (do_completion, Fminibuffer_complete_word)
18175         (Fminibuffer_completion_help): Complete just the text before point.
18176         (minibuffer_completion_contents): New function.
18178         * buffer.c (Fbury_buffer): Use frames_discard_buffer.
18180         * frame.c (frames_bury_buffer): Function deleted.
18182 2002-06-25  Miles Bader  <miles@gnu.org>
18184         * callint.c (Fcall_interactively): When checking to see if doprnt hit
18185         the end of callint_message, allow for a terminating '\0'.
18187 2002-06-24  Juanma Barranquero  <lektu@terra.es>
18189         * w32select.c: Include composite.h.
18191         * w16select.c: Likewise.
18193 2002-06-24  Kenichi Handa  <handa@etl.go.jp>
18195         * callproc.c (Fcall_process): If code detection is necessary,
18196         call detect_coding directly here.
18198         * coding.c (detect_eol): Preserve coding->cmp_data.
18200         * w16select.c (Fw16_get_clipboard_data):
18201         * w32fns.c (w32_to_x_font):
18202         * w32select.c (Fw32_get_clipboard_data):
18203         * xselect.c (selection_data_to_lisp_data):
18204         * xterm.c (XTread_socket): Disable composition handling.
18206 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
18208         * print.c (temp_output_buffer_setup): Kill all local variables.
18210 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
18212         * lread.c (Fread): Remove redundant and imprecise declaration.
18214         * xfns.c (check_x_display_info): Use check_x_frame.
18216         * .gdbinit (xprintsym): Use the new `xname' field.
18217         (xsymbol): Use it.
18219 2002-06-22  Jason Rumney  <jasonr@gnu.org>
18221         * w32fns.c (file_dialog_callback): New function.
18222         (Fx_file_dialog): Allow selecting directories as well as files.
18224 2002-06-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18226         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
18227         OpenBSD.  Add support for mipseb-*-netbsd* machines.
18229 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
18231         * macterm.c (mac_scroll_area): Set foreground and backcolor to
18232         black and white before scrolling.  Restore frame background and
18233         foreground color after scrolling.
18234         (do_window_update): Call XClearWindow before calling expose_frame.
18235         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
18236         FRAME_FOREGROUND_PIXEL of frame.
18238         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
18239         test Mac command key as <ALT> key.
18241 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
18243         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
18245         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
18246         Lookup keys in function-key-map immediately so that key-translation-map
18247         can be applied earlier.
18248         Remove function_key_possible and key_translation_possible, replaced
18249         by checking `keytran_start < t'.
18251         * .gdbinit (xsymbol): Use the new `xname' field.
18253 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
18255         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
18256         test Mac command key as <ALT> key.
18258         * mac.c (do_applescript): Call initialize_applescript if necessary
18259         when first called.  Dispose of result_desc only when there is no error.
18260         (Fdo_applescript): Use %d format specifier instead of %ld.
18262 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
18264         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
18265         of FrontWindow for cases keyDown and autoKey.
18267         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
18268         Vdefault_fontset to Monaco with mac-roman coding.
18270         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
18271         init_process before and after inclusion of Carbon/Carbon.h, resp.
18273         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
18274         cursor_gc.
18275         (add_font_name_table_entry): New function.
18276         (init_font_name_table): Use add_font_name_table_entry; add italic,
18277         bold, and bold-italic entries for truetype fonts.
18279         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
18280         for Mac too.
18281         (try_font_list) [MAC_OS]: If no font matches given registry, try
18282         fonts with any registry matching face_family.
18283         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
18285         * s/darwin.h: If autoconf detects the Ncurses library, define
18286         LIBS_TERMCAP to -lncurses to use it.
18288 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
18290         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
18292 2002-06-15  Richard M. Stallman  <rms@gnu.org>
18294         * window.c (Fset_window_configuration): Explicitly preserve
18295         the point value that new_current_buffer had at the start.
18297 2002-06-14  Juanma Barranquero  <lektu@terra.es>
18299         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
18300         Fix typos.
18302 2002-06-14  Kim F. Storm  <storm@cua.dk>
18304         * insdel.c (insert_1_both, insert_from_string_1)
18305         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
18306         insert happened in the end_unchanged region.  Otherwise, the
18307         redisplay may be confused and duplicate the last line in the
18308         buffer [seen after save-buffer when require-final-newline==t].
18310 2002-06-13  Jason Rumney  <jasonr@gnu.org>
18312         * w32.c (init_environment): Remove EMACSLOCKDIR.
18313         (stat): Swap _S_IFDIR and _S_IFREG.
18315 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18317         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
18318         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
18319         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
18320         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
18321         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
18322         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
18323         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
18324         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
18325         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
18326         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
18327         SELECTION_REQUEST_EVENT, selection_clear_event to
18328         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
18329         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
18330         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
18331         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
18332         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
18333         no_event to NO_EVENT.
18335 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18337         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
18339 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
18341         * intervals.c (textget): Don't forget to `return'.
18342         (lookup_char_property): Use XCAR/XCDR.
18344 2002-06-12  Juanma Barranquero  <lektu@terra.es>
18346         * xdisp.c (Fformat_mode_line): Fix typo.
18348 2002-06-12  Kim F. Storm  <storm@cua.dk>
18350         * xdisp.c (Fformat_mode_line): New function.
18351         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
18352         (store_frame_title_char, store_frame_title): Use unconditionally.
18353         (init_xdisp): Defsubr Fformat_mode_line.
18354         Initialize frame_title_buf etc. unconditionally.
18356 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
18358         * keyboard.c (read_key_sequence):
18359         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
18360         things through those maps after downcasing events.
18361         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
18362         applies after function-key-map.
18363         Make sure that keytran can be done in the middle in the sequence.
18364         Be careful not to throw away events past the one we downcase.
18366         * lread.c (read_integer): Remove unused var `tem'.
18367         (read1): Fix int/Lisp_Object mixup.
18369         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
18371 2002-06-11  Richard M. Stallman  <rms@gnu.org>
18373         * keyboard.c (readable_events): Ignore any number of
18374         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
18376 2002-06-09  Miles Bader  <miles@gnu.org>
18378         * xfaces.c (Ftty_supports_face_attributes_p): New function.
18379         (parse_rgb_list, tty_lookup_color): New functions.
18380         (tty_defined_color): Use `tty_lookup_color' to do all the work.
18381         (color_distance, Fcolor_distance): New functions.
18382         (TTY_SAME_COLOR_THRESHOLD): New macro.
18383         (Qtty_color_standard_values): New variable.
18384         (syms_of_xfaces): Initialize new vars & functions.
18386 2002-06-08  Colin Walters  <walters@verbum.org>
18388         * textprop.c (Vchar_property_alias_alist): New variable.
18389         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
18391         * intervals.c (lookup_char_property): New function for looking up
18392         overlay and text properties, created from textget.
18393         (textget): Use it.
18395         * intervals.h (lookup_char_property): Declare.
18396         (Vchar_property_alias_alist): Declare.
18398         * buffer.c (Foverlay_get): Use lookup_char_property.
18400 2002-06-07  Sam Steingold  <sds@gnu.org>
18402         * xselect.c (lisp_data_to_selection_data): Fix last change:
18403         *data_ret is not a Lisp string, while unibyte_string is.
18405 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
18407         * xselect.c (lisp_data_to_selection_data): Fix last change:
18408         set size_ret.
18410 2002-06-07  Andreas Schwab  <schwab@suse.de>
18412         * m/amdx86-64.h: New file.
18414 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
18416         * fns.c (Fstring_make_unibyte): Doc fix.
18418         * xselect.c (lisp_data_to_selection_data): If the requested type
18419          is STRING, call string_make_unibyte to encode the selected text
18420          as a string.
18422         * window.c (Fset_window_hscroll): Doc fix.
18424 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18426         * fileio.c (choose_write_coding_system):
18427         Call select-safe-coding-system properly.
18429 2002-06-03  Richard M. Stallman  <rms@gnu.org>
18431         * xdisp.c (message_with_string): Error if STRING is not a string.
18433         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
18435         * fileio.c (choose_write_coding_system): Pass FILE arg to
18436         Vselect_safe_coding_system_function.
18438 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
18440         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
18442 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
18444         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
18445         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
18446         * keymap.c (describe_command): Likewise.
18447         * minibuf.c (read_minibuf): Likewise.
18449         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
18450         Cast `current_column' return value to int.
18451         (back_to_previous_visible_line_start)
18452         (reseat_at_next_visible_line_start, next_element_from_buffer):
18453         Cast `indented_beyond_p' 3rd arg to float.
18455         * indent.c (last_known_column): Now a float.
18456         (current_column_1, position_indentation, current_column)
18457         (string_display_width): Return float.
18458         (Fcurrent_column): Cast `current_column' return value to int.
18459         (Fcurrent_indentation): Cast `position_indentation' retval to int.
18460         (indented_beyond_p): Third arg now a float.
18461         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
18463         * lisp.h (current_column): Now returns float.
18464         (indented_beyond_p): 3rd arg now a float.
18466 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
18468         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
18469         is Qcompound_text_with_extensions.
18471         * xselect.c (lisp_data_to_selection_data): Always set selection
18472         type as string if x_encode_text returns streingp non-NULL.
18474         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
18476 2002-05-30  Richard M. Stallman  <rms@gnu.org>
18478         * window.c (Fset_window_configuration): Correct the handling
18479         of point in current buffer, to work with multiple windows.
18481 2002-05-29  Colin Walters  <walters@verbum.org>
18483         * lread.c (Fread_from_string): Don't depend on order of evaluation
18484         for C function parameters.
18486 2002-05-28  Richard M. Stallman  <rms@gnu.org>
18488         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
18489         way for blinked-off state and for a nonselected window.
18491         * window.c (window_scroll_pixel_based): Don't call Fbolp;
18492         instead, see if the new start pos is at beginning of line.
18494         * fileio.c (Fwrite_region): If START is a string, don't
18495         make any annotations.
18497         * eval.c (syms_of_eval): Doc fix.
18499 2002-05-28  Colin Walters  <walters@debian.org>
18501         * emacs.c (USAGE1): Add --no-splash.
18502         (standard_args): Ditto.
18504 2002-05-28  Colin Walters  <walters@gnu.org>
18506         * lread.c (readchar_count): New variable.
18507         (readchar): Increment it.
18508         (unreadchar): Decrement it.
18509         (read_multibyte): Decrement it.
18510         (Vread_with_symbol_positions): New variable.
18511         (Vread_symbol_positions_list): New variable.
18512         (read_internal_start): New function, created from Fread and
18513         Fread_from_string.  Handle Vread_symbol_positions_list and
18514         Vread_with_symbol_positions.
18515         (readevalloop, Fread, Fread_from_string): Use it.
18516         (read1): Use readchar_count to add symbol positions to
18517         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
18518         (syms_of_lread): DEFVAR_LISP and initialize them.
18520         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
18521         (substitute_object_recurse, substitute_object_in_subtree)
18522         (substitute_in_interval): Prototype.
18523         (read_multibyte): Return c if it's less than zero.
18525 2002-05-28  Kim F. Storm  <storm@cua.dk>
18527         * fileio.c (Fread_file_name_internal): Added brute-force
18528         speed up for using predicate file-directory-p.
18530 2002-05-28  Kim F. Storm  <storm@cua.dk>
18532         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
18533         New variables.
18534         (syms_of_fileio): DEFVAR_LISP them.
18535         (read_file_name_cleanup): New unwind function.
18536         (Fread_file_name_internal): Only return completions satifying
18537         Vread_file_name_predicate.  Temporarily unwind protect and rebind
18538         default-directory while checking completions against the predicate.
18539         (Fread_file_name): Added PREDICATE argument.  Specbind it to
18540         Vread_file_name_predicate during completion.
18541         Call Vread_file_name_function to read the file name if non-nil.
18543         * lisp.h (Fread_file_name): Now has 6 args.
18545         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
18546         predicate for Fread_file_name when reading directory name.
18547         Supply Qnil for predicate in other calls to Fread_file_name.
18549 2002-05-26  Miles Bader  <miles@gnu.org>
18551         * term.c (tty_capable_p): New function.
18552         * dispextern.h (tty_capable_p): New function declaration.
18553         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
18554         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
18556 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
18558         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
18559         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
18560         (Vwrite_region_annotate_functions): Docstring fix.
18562 2002-05-23  Kim F. Storm  <storm@cua.dk>
18564         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
18565         phys_cursor's hpos is overwritten.  This is still not completely
18566         correct, as it doesn't really make sense to use hpos at all to
18567         get the cursor glyph (as that is relative to the width of the
18568         characters on the line, which may have changed during the update).
18570 2002-05-22  Jason Rumney  <jasonr@gnu.org>
18572         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
18573         Lisp_Object.
18574         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
18575         Use modified enumfont_t struct.
18577         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
18579         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
18580         Handle the `hbar' cursor type.
18581         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
18583         * w32fns.c (Qhbar): New variable.
18584         (x_specified_cursor_type): Use it.
18586 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
18588         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
18589         now, when the address is needed.
18591 2002-05-21  Colin Walters  <walters@gnu.org>
18593         * Makefile.in (shortlisp): Add font-core.el.
18595 2002-05-20  Richard M. Stallman  <rms@gnu.org>
18597         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
18599         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
18600         equivalent key bindings here.
18602 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
18604         Change symbol structure to contain a lisp object for the symbol
18605         name:
18606         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
18607         object field named "xname".
18608         (SYMBOL_NAME): New macro.
18609         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
18610         name field.
18611         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
18612         (mark_object, gc_sweep): Use symbol xname field and XSTRING
18613         instead of name field.
18614         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
18615         SYMBOL_NAME instead of XSYMBOL and name field.
18616         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
18617         instead of XSYMBOL and name field.
18618         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
18619         and SYMBOL_NAME instead of XSYMBOL and name field.
18620         * coding.c (Fread_coding_system, code_convert_region1)
18621         (code_convert_string1, code_convert_string_norecord)
18622         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
18623         XSYMBOL and name field.
18624         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
18625         (Fmake_variable_buffer_local, Fmake_local_variable)
18626         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
18627         of XSYMBOL and name field.
18628         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
18629         XSYMBOL and name field.
18630         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
18631         instead of XSYMBOL and name field.
18632         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
18633         XSYMBOL and name field.
18634         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
18635         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18636         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
18637         instead of XSYMBOL and name field.
18638         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
18639         (parse_modifiers, apply_modifiers, Fevent_convert_list)
18640         (parse_solitary_modifier, Fexecute_extended_command):
18641         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18642         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
18643         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
18644         of XSYMBOL and name field.
18645         (describe_command, describe_translation): Use SYMBOL_NAME and
18646         assignment instead of XSYMBOL and name field and XSETSTRING.
18647         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
18648         instead of XSYMBOL and name field.
18649         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
18650         name field and XSETSTRING.
18651         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
18652         of XSYMBOL and name field.
18653         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
18654         assignment instead of XSYMBOL and name field and XSETSTRING.
18655         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
18656         XSTRING instead of XSYMBOL and name field.
18657         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
18658         and XSTRING instead of XSYMBOL and name field.
18659         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
18660         and XSTRING instead of XSYMBOL and name field.
18661         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
18662         XSTRING instead of XSYMBOL and name field.
18663         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
18664         of XSYMBOL and name field.
18665         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
18666         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
18668 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
18670         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
18671         and XCDR real rvalues in most configurations.
18673         * buffer.c (fix_overlays_in_range, fix_overlays_before):
18674         Don't take the address of the cdr part of a cons cell; instead, track
18675         the parent cell and call XSETCDR, or set the variable for the head
18676         of the list if we haven't started down the list yet.
18678 2002-05-19  Richard M. Stallman  <rms@gnu.org>
18680         * doc.c (reread_doc_file): Don't ask for confirmation.
18682 2002-05-18  Jason Rumney  <jasonr@gnu.org>
18684         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
18685         (xbm_load_image): Use it.
18686         (xbm_load): Ditto.
18687         (xbm_read_bitmap_data): Reverted to xfns.c version.
18688         From David Ponce <david@dponce.com>.
18690 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
18692         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
18693         2.02 and later.
18695 2002-05-16  Juanma Barranquero  <lektu@terra.es>
18697         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
18699 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
18701         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
18702         meaningful test.
18703         (read_char_minibuf_menu_prompt): Fix typo.
18705 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
18707         * eval.c (Fcommandp): Doc fix.
18709 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
18711         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
18712         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
18713         (Fset_keymap_parent): Gcpro a bit more.
18714         (access_keymap): Gcpro around meta_map call and around the main loop.
18715         (get_keyelt): Gcpro when following indirect references.
18716         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
18717         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
18718         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
18719         Remove useless ad-hoc remap code.
18721 2002-05-13  Richard M. Stallman  <rms@gnu.org>
18723         * search.c (search_buffer): Give up boyer moore search if inverse
18724         translation change charset_base.
18726 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
18728         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
18729         characters is carried over from the previous block of text, adjust
18730         coding->produced to account for the extra character.
18732 2002-05-11  Andreas Schwab  <schwab@suse.de>
18734         * coding.c (intersection): Keep the elements of the returned list
18735         in the same order as in the first list.
18737 2002-05-11  Kim F. Storm  <storm@cua.dk>
18739         * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
18740         only update cmm_size if realloc actually succeeds.
18741         Testing with initial size of 2 elements revealed that using
18742         realloc on GNU/Linux would cause a random trap in xmalloc
18743         later on, so I rewrote the code to use malloc/bcopy/free instead
18744         of realloc.
18746 2002-05-10  Jason Rumney  <jasonr@gnu.org>
18748         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
18750 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
18752         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
18753         parens, to ensure correct evaluation order.
18755 2002-05-10  Kim F. Storm  <storm@cua.dk>
18757         * keymap.c (Vemulation_mode_map_alists): New variable.
18758         (syms_of_keymap): DEFVAR_LISP it.
18759         (current_minor_maps): Process keymap alists in that list before
18760         minor-mode-overriding-map-alist and minor-mode-map-alist.
18762 2002-05-09  Richard M. Stallman  <rms@gnu.org>
18764         * search.c (Freplace_match): Doc fix.
18766 2002-05-09  Kim F. Storm  <storm@cua.dk>
18768         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
18769         Enlarge cursor rectangle drawn around image with non-zero relief.
18771         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
18772         Enlarge cursor rectangle drawn around image with non-zero relief.
18774         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
18775         Enlarge cursor rectangle drawn around image with non-zero relief.
18777 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
18779         * xselect.c (lisp_data_to_selection_data): Don't set selection
18780         type if comes from the Lisp object's car.  If the selection
18781         contains a pure ASCII text, always return QSTRING as its type.
18783 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18785         * mac.c (mac-cut-function): Doc fix.
18787 2002-05-05  Richard M. Stallman  <rms@gnu.org>
18789         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
18791 2002-05-04  Jason Rumney  <jasonr@gnu.org>
18793         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
18794         for event-click-count.
18796         * process.c (init_process): Only add server subfeature if we can
18797         use non-blocking I/O.
18799 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
18801         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
18802         repeatedly.
18804 2002-05-03  Jason Rumney  <jasonr@gnu.org>
18806         * process.c (Fmake_network_process): Only support server sockets
18807         when we can make them non-blocking.
18809         * s/ms-w32.h (HAVE_SELECT): Define.
18811         * w32.h (FILE_NDELAY): New flag.
18813         * w32.c (sys_getpeername, fcntl): New functions.
18814         (_sys_read_ahead): Temporarily block on non-blocking sockets.
18816         * w32proc.c: Include sys/file.h.
18818 2002-05-03  Colin Walters  <walters@verbum.org>
18820         * callproc.c (Vgame_score_directory): Renamed to
18821         Vshared_game_score_directory.
18823 2002-04-30  Richard M. Stallman  <rms@gnu.org>
18825         * s/gnu.h [emacs]: Include stdio.h.
18826         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
18828         * eval.c (do_autoload): Error if called while preparing to dump.
18830         * fns.c (Frequire): Error if need to load while preparing to dump.
18832 2002-04-28  Colin Walters  <walters@verbum.org>
18834         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
18835         Default to "~/.emacs.d/games".
18837 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
18839         * lread.c (openp): Change arg exec_only to predicate.
18840         (build_load_history): Use XCAR/XCDR.
18841         (Flocate_file_internal): New fun.
18842         (syms_of_lread): Defsubr it.
18843         (Fload): Update call to openp.
18845         * lisp.h (openp): Update prototype.
18847         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
18848         * w32proc.c (sys_spawnve):
18849         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
18850         * w32.c (check_windows_init_file):
18851         * sound.c (Fplay_sound_internal):
18852         * process.c (Fstart_process):
18853         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
18854         * mac.c (run_mac_command):
18855         * emacs.c (init_cmdargs):
18856         * callproc.c (Fcall_process): Update call to openp.
18858         * textprop.c (remove_properties): Don't use XCAR without CONSP.
18860         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
18862 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18864         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
18865         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
18867 2002-04-28  Richard M. Stallman  <rms@gnu.org>
18869         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
18871         * eval.c (Fcommandp): New arg for_call_interactively.
18872         * lisp.h (Fcommandp): Declare new arg.
18874 2002-04-28  Jason Rumney  <jasonr@gnu.org>
18876         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
18878         * w32.c (stat, fstat): Use file index information to generate
18879         inodes for directories where available.
18881 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
18883         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
18884         [HAVE_CARBON]: Include Mac object files.
18886         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
18887         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
18888         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
18889         MAC_OSX, and MAC_OS instead of macintosh.
18891         * editfns.c [MAC_OS8]: Include stdio.h.
18893         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
18895         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
18896         Apple Monaco.
18898         * process.c (QCfamily, QCfilte): Declare extern.
18899         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
18900         calling select.
18902         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
18904         * tparam.c [MAC_OSX]: Don't define BC and UP.
18906         * config.in [HAVE_CARBON]: Add.
18908         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
18909         Move here from mac/src and mac/inc.
18911         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
18913 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
18915         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
18916         Compute phys_cursor_width from the x position returned
18917         by x_draw_glyhs, which is cheaper.
18918         (x_display_and_set_cursor): Compute the buffer-local value
18919         of `cursor-in-non-selected-windows' only when needed.
18921 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
18923         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
18924         cursor on a stretch glyph has a width that depends on
18925         x_stretch_cursor_p.
18927 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18929         * abbrev.c (abbrev-start-location): Doc fix.
18931         * indent.c (Fvertical_motion): Fix last change.
18933 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
18935         * indent.c (Fvertical_motion): Move to the start of the line
18936         containing PT before moving up or down.
18938 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
18940         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
18941         case of writing a whole row, more or less analogous to the case of
18942         writing only parts of a row.
18944         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
18945         0 for NO_CURSOR.
18947         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
18949 2002-04-23  Colin Walters  <walters@verbum.org>
18951         * buffer.c (syms_of_buffer): Doc fix.
18953 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
18955         * xterm.c (notice_overwritten_cursor): Handle the special case
18956         of the cursor being in the first blank non-text line at the
18957         end of a window.
18959         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
18960         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
18961         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
18962         bar cursors only, to make phys_cursor_width contain what its name
18963         suggests.
18964         (notice_overwritten_cursor): Consider the cursor image erased if
18965         the output area intersects the cursor image in y-direction.
18967 2002-04-23  Simon Marshall  <simon@gnu.org>
18969         * xfns.c (x_set_mouse_color): Change default for cross_cursor
18970         to XC_hand2.
18972 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18974         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
18976 2002-04-22  Kim F. Storm  <storm@cua.dk>
18978         * textprop.c (remove_properties): Fixed trap for malformed plist.
18980 2002-04-22  Richard M. Stallman  <rms@gnu.org>
18982         * cmds.c (Fend_of_line): Handle intangible text in mid line.
18984         * window.c (make_window): Initialize height_fixed_p,
18985         last_cursor_off_p, and p->cursor_off_p slots.
18987 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18989         * fns.c (use-dialog-box): Doc fix.
18991 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18993         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
18994         variables `row', `i' and `area'.
18995         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
18996         toolkit library.
18998 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
19000         * xfaces.c (clear_font_table): Don't free the default font of
19001         a frame even if it's on another display.
19002         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
19003         that could be Qt.
19005 2002-04-19  Juanma Barranquero  <lektu@terra.es>
19007         * indent.c (Fmove_to_column): Remove unused local variable
19008         `next_boundary_byte'.
19009         (current_column_1): Likewise.
19011 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
19013         * msdos.c (Qhbar): New variable.
19014         (syms_of_msdos): Intern and staticpro it.
19015         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
19016         cursor type.
19018 2002-04-19  Dave Lambert  <dlambert@acm.org>
19020         Theses change implement an underscore-like (`hbar') cursor.
19022         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
19024         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
19025         Handle the `hbar' cursor type.
19026         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
19028         * xfns.c (Qhbar): New variable.
19029         (syms_of_xfns): Intern and staticpro it.
19030         (x_specified_cursor_type): Handle `hbar' cursor.
19032         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
19033         not defined.
19035 2002-04-18  Richard M. Stallman  <rms@gnu.org>
19037         * textprop.c (remove_properties): New arg LIST allows scanning
19038         either a list or a plist.
19039         (interval_has_some_properties_list): New function, like
19040         interval_has_some_properties using list instead of plist.
19041         All callers changed.
19042         (Fremove_list_of_text_properties): New function.
19043         (syms_of_textprop): Defsubr it.
19045 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
19047         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
19049 2002-04-17  Juanma Barranquero  <lektu@terra.es>
19051         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
19053 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
19055         * window.c (coordinates_in_window): Don't report on margin area
19056         if its width is zero.
19058 2002-04-16  Jason Rumney  <jasonr@gnu.org>
19060         * w32fns.c (Fx_file_dialog): Decode file name before using.
19062         * w32term.c (construct_drag_n_drop): Likewise.
19064 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
19066         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
19067         store load-history in pure space.
19069         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
19071 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
19073         * xterm.c (Qlatin_1, Qutf_8): New vars.
19074         (syms_of_xterm): Initialize them.
19075         (XTread_socket): Eliminate incorrect optimization that tried to avoid
19076         decoding the output of X*LookupString.
19077         Always use latin-1 to decode the output of XLookupString.
19078         Try Xutf8LookupString if XmbLookupString failed.
19080         * region-cache.c (new_region_cache): Use BEG.
19082 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
19084         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
19085         configuration files.
19086         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
19087         returns 0.
19089 2002-04-15  Andreas Schwab  <schwab@suse.de>
19091         * config.in: Regenerated using autoheader.
19093         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
19094         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
19095         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
19096         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
19097         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
19098         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
19099         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
19100         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
19101         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
19102         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
19103         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
19104         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
19105         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
19106         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
19107         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
19108         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
19109         STACK_DIRECTION, now set by autoconf.
19111 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19113         * dispnew.c (marginal_area_string): Sort arguments.
19115         * dispextern.h (marginal_area_string): Add prototype.
19117 2002-04-13  Richard M. Stallman  <rms@gnu.org>
19119         * fileio.c (Finsert_file_contents):
19120         Don't call temp_output_buffer_setup--do just part, by hand.
19122         * coding.c (run_pre_post_conversion_on_str):
19123         Don't call temp_output_buffer_setup--do just part, by hand.
19125         * keyboard.c (command_loop_1): Don't call start_hourglass
19126         or cancel_hourglass when executing a macro.
19128         * marker.c (count_markers): New function.
19130         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
19131         grow without limit.  Move recently used elements to the front.
19133 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
19135         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
19137 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
19139         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
19140         rows marginal areas.
19141         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
19142         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
19144         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
19146 2002-04-12  Dave Love  <fx@gnu.org>
19148         * dispnew.c (marginal_area_string): New.
19150         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
19151         (Qleft_margin, Qright_margin): Declare.
19152         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
19154         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
19155         note_mode_line_highlight and extended.
19157         * keyboard.c (Qleft_margin, Qright_margin): Declare.
19158         (make_lispy_event): Deal with mouse events in margins.
19160 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
19162         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
19164         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
19165         than deactivating the mark if tmm is set to `lambda'.
19166         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
19167         Use a single event for HELP_EVENT.
19168         (Fexecute_extended_command): Save last_point_position.
19170 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19172         * lisp.h (Fpropertize): Add prototype.
19174         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
19176 2002-04-10  Colin Walters  <walters@verbum.org>
19178         * config.in: Add HAVE_SHARED_GAME_DIR.
19180         * callproc.c (Vgame_score_directory): New variable.
19181         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
19183 2002-04-10  Richard M. Stallman  <rms@gnu.org>
19185         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
19187 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
19189         * minibuf.c (read_minibuf): Use empty_string.
19190         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
19191         Short-circuit the search as soon as it "failed".
19192         (Fall_completions): Allow lambda forms and lists of strings for alist.
19193         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
19194         when require_match is nil.
19195         (Ftest_completion): Rename from `test_completion' and export to elisp.
19196         Call the predicate also when alist is a list.
19197         Obey Vcompletion_regexp_list.
19198         (do_completion, Fminibuffer_complete_and_exit): Use it.
19199         (Fassoc_string): Rename from `assoc_for_completion'.
19200         Allow list of strings as well and export to elisp.
19202 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
19204         * puresize.h (BASE_PURESIZE): Increase to 900KB.
19206 2002-04-08  Juanma Barranquero  <lektu@terra.es>
19208         * w32.c (sys_accept): Don't hide variable `s'.
19210 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
19212         * callint.c (Fcall_interactively): Use INTEGERP instead of
19213         NUMBERP for checking Vhistory_length.
19215 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19217         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
19218         Doc fix to reflect it.
19220 2002-04-04  Richard M. Stallman  <rms@gnu.org>
19222         * xdisp.c (display_mode_element): New arg RISKY.
19223         Disregard text props found or specified within a variable
19224         that isn't marked risky-local-variable.
19225         (Qrisky_local_variable): New variable.
19226         (syms_of_xdisp): Init and staticpro it.
19228 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
19230         * undo.c (record_point): New fun.
19231         (record_delete, record_insert): Use it.
19233 2002-04-03  Juanma Barranquero  <lektu@terra.es>
19235         * doc.c (Fdocumentation): Add missing parentheses.
19236         (Fdocumentation_property): Likewise.
19238 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
19240         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
19241         data is 0, just return nil.
19243 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
19245         * msdos.c (syms_of_msdos): Fix last change with
19246         mouse_autoselect_window.
19248 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19250         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
19251         mouse_autoselect_window.
19253 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
19255         * keyboard.c (make_lispy_event): Handle unknown keysyms together
19256         with system-specific keysyms.  Use it also for unknown function keys.
19258         * doc.c (reread_doc_file): Return whether reload was attempted.
19259         (Fdocumentation, Fdocumentation_property): Don't try to reload
19260         if the doc is 0 and only ask once.
19262         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
19264 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
19266         * keyboard.c (read_char): If the event was Qselect_window,
19267         restore timer_idleness_start_time to its previous value.
19269         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
19271 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
19273         * region-cache.c (new_region_cache): Use BEG.
19275         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
19276         Use BEG and BEG_BYTE.
19278         * doc.c (get_doc_string): Return nil if the location is wrong.
19279         (reread_doc_file): New fun.
19280         (Fdocumentation, Fdocumentation_property):
19281         Call it if get_doc_string fails.
19282         (Fsnarf_documentation): Make it work for a dumped Emacs.
19284         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
19285         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
19287         * charset.c (Fstring): Allow 0 arguments.
19289         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
19291         * process.c (DATAGRAM_CONN_P, list_processes_1)
19292         (Fprocess_datagram_address, Fset_process_datagram_address)
19293         (Fset_network_process_options, server_accept_connection):
19294         Fix some int/Lisp_Object confusions (thank you union types).
19296 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19298         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
19300         * w32term.c: Likewise.
19301         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
19303         * keyboard.c (Qselect_window): New symbol.
19304         (head_table): Use it.
19305         (keys_of_keyboard): Bound select-window event to handle-select-window.
19306         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
19308         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
19309         (last_window): New variable.
19310         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
19311         (note_mouse_movement): Remove reimplemented code in #if 0.
19312         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
19313         Emacs windows.
19315         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
19317 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
19319         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
19320         Callers changed.
19322 2002-03-30  Richard M. Stallman  <rms@gnu.org>
19324         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
19325         loop whenever it stops making progress.
19327         * widget.c (set_frame_size): Don't call change_frame_size.
19329 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
19331         * dispnew.c (direct_output_for_insert):
19332         Call mark_window_display_accurate.
19334 2002-03-29  Jason Rumney  <jasonr@gnu.org>
19336         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
19338 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
19340         * Makefile.in (lread.o): Depend on coding.h.
19342         * lread.c (openp, Fload): Encode the file name before passing it
19343         to `stat', `access', and `emacs_open'.
19344         (openp): GCPRO the encoded file name.  Don't recompute Lisp
19345         strings unnecessarily.
19347 2002-03-29  Kim F. Storm  <storm@cua.dk>
19349         * fns.c (Flax_plist_put): Doc fix.
19351 2002-03-28  Miles Bader  <miles@gnu.org>
19353         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
19355 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19357         * process.c (set-network-process-options): Add usage.
19358         (make-network-process): Doc fix.
19360 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
19362         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
19364 2002-03-26  Richard M. Stallman  <rms@gnu.org>
19366         * fns.c (Fsubstring_no_properties): New function.
19367         (Flax_plist_get, Flax_plist_put): New functions.
19368         (syms_of_fns): defsubr them.
19370         * xdisp.c (update_menu_bar): Test only update_mode_lines;
19371         don't test or alter w->update_mode_line.
19373         * window.c (Fdisplay_buffer): Doc fix.
19375 2002-03-24  Richard M. Stallman  <rms@gnu.org>
19377         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
19379 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
19381         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
19382         (Fdefmacro): Handle `(declare ...)'.
19383         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
19384         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
19386 2002-03-24  Jason Rumney  <jasonr@gnu.org>
19388         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
19389         (xbm_file_p): Add prototypes.
19390         (xbm_format, xbm_image_p): Sync with xfns.c.
19391         (reflect_byte): New function.
19392         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
19393         (xbm_load_image): Create bitmaps with a depth of 1.
19394         (init_xfns): Enable XBM images.
19396 2002-03-23  Jason Rumney  <jasonr@gnu.org>
19398         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
19399         correctly.  Do not pass up_modifier to keyboard buffer.
19401         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
19403 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
19405         * Makefile.in (bootstrapclean): New target.
19406         (bootstrap-temacs, bootstrap-doc): Remove.
19407         (bootstrap-emacs): Use a bog-standard `temacs'.
19408         Don't bother to build a DOC file.
19410         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
19412         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
19413         in temacs even if !CANNOT_DUMP.
19414         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
19416         * alloc.c (check_pure_size): Only output a warning.
19418 2002-03-22  Jason Rumney  <jasonr@gnu.org>
19420         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
19421         supported.
19423         * w32term.c (zv_bits): Declare as short, for word alignment.
19424         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
19425         (syms_of_w32term): Define x-use-underline-position-properties.
19427         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
19428         (clear_image_cache): Block input, fix logic, clear matrices in
19429         all frames that share this cache.
19431 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
19433         * emacs.c (main): Update the Copyright year in the blurb printed
19434         by "emacs --version".
19436         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
19438         * xterm.c (XTread_socket): If XK_ISO_Lock and
19439         XK_ISO_Last_Group_Lock are defined, handle keysyms between
19440         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
19442 2002-03-21  Kim F. Storm  <storm@cua.dk>
19444         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
19445         menu-bar bindings in keymap and local-map properties _are_ used.
19446         But try keymap property first in accordance with 2002-01-03 patch.
19447         Added comment describing why this is not always reliable.
19448         (tool_bar_items): Ditto for tool-bar.
19450 2002-03-21  Jason Rumney  <jasonr@gnu.org>
19452         * w32fns.c (x_clear_image_1): Disable color table code.
19454 2002-03-21  Kim F. Storm  <storm@cua.dk>
19456         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
19457         removed the wrong version of the DEFUN macro; fixed it.
19459         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
19460         Fmember rather than Fmemq).
19461         (Fprovide): Check that subfeatures is a list.
19463         * process.c (QCfeature, QCdatagram): Removed variables.
19464         (QCtype, Qdatagram): New variables.
19465         (network_process_featurep): Removed function.
19466         (Fmake_network_process): Removed :feature check.
19467         Use :type 'datagram instead of :datagram t to create a datagram
19468         socket.  This allows us to add other connection types (e.g. raw
19469         sockets) later in a consistent manner.
19470         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
19471         supported subfeatures for feature make-network-process.
19472         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
19473         Intern and staticpro QCtype and Qdatagram.
19474         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
19476         * xfns.c (QCtype): Remove duplicate declaration and
19477         initialization (is now declared in process.c).
19479         * w32fns.c (QCtype): Remove duplicate declaration and
19480         initialization (is now declared in process.c).
19482 2002-03-21  Richard M. Stallman  <rms@gnu.org>
19484         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
19485         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
19486         when jumping to `fail' to avoid undoing reg changes in the
19487         last iteration of the loop.
19488         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
19490         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
19491         Depend on process.h.
19493 2002-03-20  Jason Rumney  <jasonr@gnu.org>
19495         Most of the following changes are still conditional on HAVE_IMAGES
19496         which is not set by default on Windows.
19498         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
19500         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
19501         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
19502         (four_corners_best, x_clear_image_1, x_clear_image)
19503         (x_alloc_image_color, postprocess_image)
19504         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
19505         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
19506         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
19508         * w32gui.h (struct XImage): Define.
19510         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
19511         extract mouse co-ordinates.
19513 2002-03-20  Jason Rumney  <jasonr@gnu.org>
19515         * w32.c (init_winsock): Dynamically load new server and UDP
19516         socket functions.
19517         (socket_to_fd): New function.
19518         (sys_socket): Use it.
19519         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
19520         (sys_recvfrom, sys_sendto): New wrapper functions.
19522         * process.c (QCfamily, QCfilter): Remove duplicate declaration
19523         and initialization.
19525         * makefile.w32-in (LIBS): Remove $(WSOCK32).
19527 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
19529         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
19530         Don't use "sun" as a variable, it's a predefined constant on Sun
19531         machines.
19533 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19535         * bytecode.c (Fbyte_code): Revert last change.
19537 2002-03-19  Kim F. Storm  <storm@cua.dk>
19539         * makefile.w32-in (LIBS): Add $(WSOCK32).
19540         From David Ponce <dponce@voila.fr>.
19542 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19544         * process.c (wait_reading_process_input): Move variables `pname'
19545         and `pnamelen' down where they are used.
19547         * bytecode.c (Fbyte_code): Discard unused computed value to
19548         prevent gcc warning.
19550         * lisp.h (Fplist_member): Add prototype.
19552 2002-03-18  Kim F. Storm  <storm@cua.dk>
19554         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
19555         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
19557         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
19558         Remove explicit GNU_LINUX settings for datagram support.
19560 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19562         * process.c (Fmake_network_process): Remove unused variable `sa'.
19563         Doc fix.  Add usage:.
19564         (set_socket_options): Remove unused variables `optnum' and `opttype'.
19566 2002-03-17  Richard M. Stallman  <rms@gnu.org>
19568         * xdisp.c (cursor_type_changed): New variable.
19569         (redisplay_internal): Redisplay all windows if cursor_type_changed.
19570         Clear it when clearing windows_or_buffers_changed.
19571         (try_cursor_movement, redisplay_window, try_window_id)
19572         (try_window_reusing_current_matrix): Test cursor_type_changed
19573         along with windows_or_buffers_changed.
19575         * window.h (cursor_type_changed): New variable.
19577         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
19578         not update_mode_lines, and always set it to 1.
19580         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
19581         if no frames needed redrawing.
19583 2002-03-17  Kim F. Storm  <storm@cua.dk>
19585         The following changes add support for network server processes,
19586         datagram connections, and local (unix) sockets.
19588         * process.h (struct Lisp_Process): New member log.
19589         Doc fix: Member command used to indicate stopped network process.
19590         Doc fix: Member childp contains plist for network process.
19591         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
19593         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
19594         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
19595         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
19596         New variables.
19597         (NETCONN1_P): New macro.
19598         (DATAGRAM_SOCKETS): New conditional symbol.
19599         (datagram_address): New array.
19600         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
19601         (status_message): Use concat3.
19602         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
19603         for a stopped network process.
19604         (Fset_process_buffer): Update contact plist for network process.
19605         (Fset_process_filter): Ditto.  Don't enable input for stopped
19606         network processes.  Server must listen, even if filter is t.
19607         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
19608         New functions.
19609         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
19610         (Fprocess_contact): Added KEY argument.  Handle datagrams.
19611         (list_processes_1): Optionally show only processes with the query
19612         on exit flag set.  Dynamically adjust column widths.  Omit tty
19613         column if not needed.  Report stopped network processes.
19614         Identify server and datagram network processes.
19615         (Flist_processes): New optional arg `query-only'.
19616         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
19617         (conv_lisp_to_sockaddr, set_socket_options)
19618         (network_process_featurep, unwind_request_sigio): New helper functions.
19619         (Fprocess_datagram_address, Fset_process_datagram_address):
19620         (Fset_network_process_options): New lisp functions.
19621         (Fopen_network_stream): Removed.  Now defined in simple.el.
19622         (Fmake_network_process): New lisp function.  Code is based on previous
19623         Fopen_network_stream, but heavily reworked with new property list based
19624         argument list, support for datagrams, server processes, and local
19625         sockets in addition to old client-only functionality.
19626         (server_accept_connection): New function.
19627         (wait_reading_process_input): Use it to handle incoming connects.
19628         Do not enable input on a new connection if process is stopped.
19629         (read_process_output): Handle datagram sockets.  Use 2k buffer for them.
19630         (send_process): Handle datagram sockets.
19631         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
19632         network process is indicated by setting command field to t .
19633         (Fprocess_send_eof): No-op if datagram connection.
19634         (Fstatus_notify): Don't read input for a stream server socket or a
19635         stopped network process.
19636         (init_process): Initialize datagram_address array.
19637         (syms_of_process): Intern and staticpro new variables, defsubr new
19638         functions.
19640 2002-03-16  Jason Rumney  <jasonr@gnu.org>
19642         * w32fns.c (w32_to_all_x_charsets): Return correct type in
19643         startup case.
19645 2002-03-16  Richard M. Stallman  <rms@gnu.org>
19647         * xdisp.c (redisplay_internal, redisplay_windows):
19648         Use list_of_error to call internal_condition_case_1.
19649         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
19650         so as to catch all errors with no possibility of debugger redisplay.
19651         (list_of_error): New variable.
19652         (syms_of_xdisp): Init and staticpro it.
19654         * print.c (print_object): Delete `\ ' from printed rep of frame.
19656 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
19658         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
19659         until its implementation is fixed.
19661 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19663         * xfns.c (png_load): Remove unused variable `gamma_str'.
19665 2002-03-14  Richard M. Stallman  <rms@gnu.org>
19667         * xfns.c (x_real_positions): Handle failure in XQueryTree.
19669 2002-03-14  Miles Bader  <miles@gnu.org>
19671         * intervals.c (adjust_for_invis_intang): New function.
19672         (set_point_both): Use `adjust_for_invis_intang' to do most of the
19673         work for dealing with invisible+intangible regions.  Do so before
19674         and after both forward and backward movements, to handle both
19675         front-sticky and rear-sticky cases.
19676         * textprop.c (text_property_stickiness): Function moved here from
19677         `editfns.c'.
19678         * intervals.h (text_property_stickiness): New declaration.
19679         * editfns.c (char_property_eq): Function removed.
19680         (text_property_stickiness): Function moved to `textprop.c'.
19682 2002-03-13  Jason Rumney  <jasonr@gnu.org>
19684         * config.in: Add STRFTIME_NO_POSIX2.
19686         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
19687         and %OX when underlying strftime does not.
19689 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
19691         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
19692         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
19693         line) to avoid annoying flicker.
19694         (xm_scroll_callback): Get rid of the now unnecessary kludge.
19695         (XTread_socket): Mark it static.
19697         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
19699 2002-03-13  Kim F. Storm  <storm@cua.dk>
19701         * puresize.h (BASE_PURESIZE): Increase to 775000.
19703 2002-03-12  Juanma Barranquero  <lektu@terra.es>
19705         * editfns.c (syms_of_editfns): Fix typo.
19707 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
19709         * xsmfns.c: Include stdio.h because termhooks.h needs it.
19710         Include termopt.h for interrupt_input.
19712 2002-03-11  Andreas Schwab  <schwab@suse.de>
19714         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
19716 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
19718         * xterm.c (note_mouse_movement): Put code for
19719         x_autoselect_window_p in #if 0.
19721         * lread.c (Fload): Don't assume that message_with_string uses the
19722         string it is given like a C string.
19724 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19726         * xterm.h (x_session_check_input, x_session_initialize): Declare.
19728         * xterm.c (XTread_socket): Add call to x_session_check_input and
19729         x_session_have_connection.
19730         (x_initialize): Add call to x_session_initialize.
19732         * termhooks.h (enum event_kind): Add save_session_event.
19734         * keyboard.c: Add Emacs event save_session_event.
19736         * emacs.c (main): Add call to syms_of_xsmfns.
19738         * lisp.h (syms_of_xsmfns): Declare extern.
19740         * config.in: Add HAVE_X_SM.
19742         * Makefile.in (LIBXT): Add -lSM -lICE
19743         if HAVE_X_SM and not USE_X_TOOLKIT.
19744         (XOBJ): New file xsmfns.c added.
19746         * xsmfns.c: New file for X session management.
19748 2002-03-09  Jason Rumney  <jasonr@gnu.org>
19750         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
19751         read-only when setting modified time.
19753 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
19755         * xdisp.c (move_it_vertically_backward): At the end of the function,
19756         when moving forward by lines, treat terminal frames specially.
19758         * keyboard.c (echo_char): Make sure to add a separator between
19759         keys even if echo_dash hasn't been called.
19761         * xdisp.c: Use new string macros.
19762         (update_echo_area): Pass number of bytes to message3 instead of
19763         number of chars.
19764         (set_message_1): Don't access a string's size_byte directly.
19765         (decode_mode_spec_coding): Use number of bytes of eoltype string
19766         instead number of chars.
19768         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
19770 2002-03-08  Juanma Barranquero  <lektu@terra.es>
19772         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
19773         24-bit.
19775 2002-03-06  Jason Rumney  <jasonr@gnu.org>
19777         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
19779 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
19781         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
19782         (cancel_echoing, echo_length, echo_truncate): Changed to
19783         work with new kboard definition.
19784         (echo_now): Use message3_nolog instead of message2_nolog.
19786         * alloc.c (mark_kboards): Mark echo_string.
19788         * keyboard.h (ECHOBUFSIZE): Removed.
19789         (struct kboard): Member echoptr removed, member echobuf renamed
19790         to echo_string.
19792         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
19793         message3 instead of message2 to display the message using STRING's
19794         text properties.
19796 2002-03-05  Andreas Schwab  <schwab@suse.de>
19798         * xdisp.c (hscroll_margin): Change to EMACS_INT.
19800 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19802         * frame.c (default-frame-alist): Explain that setting it doesn't
19803         affect existing frames.
19805 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
19807         * indent.c (skip_invisible): Fix my brain fart.
19809         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
19811 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
19813         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
19814         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
19815         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
19816         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
19817         and variables to use EMACS_INT instead of just int.
19819         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
19821 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
19823         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
19824         environment, pass it down with corrected value.
19826 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19828         * lread.c (read_filtered_event): Do not call start_hourglass
19829         before returning.
19831 2002-03-04  Juanma Barranquero  <lektu@terra.es>
19833         * w32term.c (x_display_and_set_cursor): Fix typo.
19835 2002-03-03  Richard M. Stallman  <rms@gnu.org>
19837         * fileio.c (Fmake_temp_name): Doc fix.
19839 2002-03-03  Gary Wong  <gtw@gnu.org>
19841         * termcap.c [!emacs]: Replace ospeed for building standalone
19842         libtermcap, for binary compatibility.
19844         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
19846 2002-03-03  Richard M. Stallman  <rms@gnu.org>
19848         * xrdb.c (file_p): Rename arg `path' to `filename'.
19850         * abbrev.c (Fexpand_abbrev): Increment plist as use count
19851         only if it is an integer.
19853         * xfns.c (png_load): Set screen_gamma based on f->gamma.
19854         If png_get_sRGB gives an answer, call png_set_gamma
19855         using the default image gamma value.
19857         * lread.c (read1): When reading from a file, default string to
19858         multibyte only if it has some multibyte characters.
19860         * print.c (print_object): Output multibyte chars 128...255
19861         using \x even if ! print_escape_multibyte.
19863         * xdisp.c (display_mode_element): Move the places where
19864         bytepos, charpos, this, and lisp_string are set.
19865         Use lisp_string to set bytepos.
19867         * xdisp.c (redisplay_internal):
19868         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
19870         * xdisp.c (display_mode_element): Merge properties specified with
19871         :propertize onto those that come with the string.
19873 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
19875         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
19876         automatic-hscrolling.  Users changed.
19877         <hscroll-margin>: Renamed from automatic-hscroll-margin.
19878         Users changed.
19879         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
19881 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
19883         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
19885 2002-03-02  Kim F. Storm  <storm@cua.dk>
19887         * window.c (Fminibuffer_selected_window): New function.
19888         (syms_of_window): Defsubr it.
19890 2002-03-01  Kim F. Storm  <storm@cua.dk>
19892         * window.h (struct window): New member phys_cursor_width.
19894         * window.c (make_window, replace_window): Init phys_cursor_width.
19896         * xterm.c (x_display_and_set_cursor): Blink box cursor using
19897         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
19899         * w32term.c (x_display_and_set_cursor): Blink box cursor using
19900         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
19902         * lisp.h (GCPRO6): New macro.
19904         * process.c (Fopen_network_stream): Use GCPRO6.
19906 2002-03-01  Kim F. Storm  <storm@cua.dk>
19908         * process.c (Qconnect, Qfailed): New variables.
19909         (syms_of_process): Intern and staticpro them.
19910         (Fprocess_status): Document connect and failed return values.
19911         [NON_BLOCKING_CONNECT]: New conditional.
19912         (connect_wait_mask, num_pending_connects): New variables.
19913         (status_message): Convert Qfailed status.
19914         (Fopen_network_stream): Added support for non-blocking connect.
19915         New optional args: filter, sentinel, non_blocking.  Doc updated.
19916         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
19917         (deactivate_process): Handle pending non-blocking connect.
19918         (wait_reading_process_input): Poll for status of non-blocking
19919         connects.  Exec sentinel directly when connect succeeds.
19920         (status_notify): Don't read process output if not yet connected.
19922 2002-02-28  Kim F. Storm  <storm@cua.dk>
19924         * window.c (minibuf_selected_window): Renamed from
19925         Vminibuf_selected_window.  Users changed.
19926         (syms_of_window): Staticpro it.
19928 2002-02-26  Kim F. Storm  <storm@cua.dk>
19930         The following changes add a new Vminibuf_selected_window variable
19931         which is similar to Vminibuf_scroll_window, but which is only set
19932         on entry to the minibuffer (from a non-minibuffer window):
19934         * window.c (Vminibuf_selected_window): New variable.
19935         (struct save_window_data): New member minibuf_selected_window.
19936         (Fset_window_configuration): Restore Vminibuf_selected_window.
19937         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
19938         Set minibuf_scroll_window member to nil if minibuf_level is 0.
19939         (compare_window_configurations): Compare minibuf_selected_window.
19941         * window.h (Vminibuf_selected_window): Declare extern.
19943         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
19944         entry to minibuffer or on entry from a non-minibuffer window.
19946         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
19947         Vminibuf_selected_window instead of Vminibuf_scroll_window.
19949         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
19950         instead of Vminibuf_scroll_window when deciding in which window
19951         the region should be highlighted.  Consequently, the region remains
19952         highlighteded even when a completion buffer is also displayed.
19954 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
19956         * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
19958         * xselect.c (Qcompound_text_with_extensions): Renamed from
19959         Qcompound_text_no_extensions.
19960         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
19962 2002-02-26  Juanma Barranquero  <lektu@terra.es>
19964         * w32proc.c (syms_of_ntproc): Doc fix.
19966 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19968         * intervals.h: Include "dispextern.h" unconditionally.
19970 2002-02-24  Jason Rumney  <jasonr@gnu.org>
19972         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
19973         and disp-table.elc.
19974         (lisp): Add emacs-lisp/backquote.elc.
19976 2002-02-24  Kim F. Storm  <storm@cua.dk>
19978         * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
19979         The validation of the event type was too strict as it didn't
19980         allow string events; buffer names are used in bindings for
19981         menu-bar-select-buffer (see `menu-bar-update-buffers').
19983 2002-02-23  Kim F. Storm  <storm@cua.dk>
19985         The following changes rework my patch of 2002-02-06 which
19986         added command remapping by entering the commands directly into
19987         the keymaps.  Now, command remapping uses an explicit `remap'
19988         prefix in the keymaps, i.e. [remap COMMAND].
19990         * keymap.c (Qremap, remap_command_vector): New variables.
19991         (is_command_symbol): Remove function.
19992         (Fdefine_key): No longer accept a symbol for KEY.
19993         Added validation of [remap COMMAND] argument for KEY.
19994         The DEF is no longer required to be a symbol when remapping a command.
19995         (Fremap_command): New function to remap command through keymaps.
19996         (Flookup_key): Perform command remapping initiated by
19997         Fremap_command directly for speed.
19998         (Fkey_binding): Use Fremap_command for command remapping.
19999         (where_is_internal): Handle new command remapping representation.
20000         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
20001         staticpro them.  Defsubr Fremap_command.
20003         * keymap.h (Fremap_command): Declare extern.
20004         (is_command_symbol): Remove extern.
20006         * keyboard.c (command_loop_1): Use Fremap_command for command
20007         remapping; now try command remapping for all symbols.
20009 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
20011         * coding.h (run_pre_post_conversion_on_str): Add prototype.
20013 2002-02-23  Jason Rumney  <jasonr@gnu.org>
20015         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
20016         on the string before encoding it.
20017         (Fw32_get_clipboard_data): Run post-read-conversion on the string
20018         after decoding it.
20020         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
20022 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20024         * w32term.c (enter_timestamp): Remove unused static variable to
20025         prevent warning.
20027         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
20029 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
20031         * w16select.c (Fw16_get_clipboard_data): Fix last change.
20033         * xselect.c (selection_data_to_lisp_data): Fix last change.
20035 2002-02-22  Jason Rumney  <jasonr@gnu.org>
20037         * w32term.h (struct w32_output): New member menu_command_in_progress.
20039         * w32menu.c (menubar_selection_callback): Free the menu and
20040         clear the menu_command_in_progress flag.
20042         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
20043         (menu_free_timer): New variable.
20044         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
20045         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
20046         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
20047         menu command is in progress.
20048         <WM_COMMAND>: Set the menu_command_in_progress flag.
20049         Kill any menu_free_timer that is running.
20051         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
20052         Call ExtTextOutA rather than ExtTextOut.
20054 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
20056         * puresize.h (BASE_PURESIZE): Increase to 755000.
20058 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
20060         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
20061         on the string before encoding it.
20062         (Fw16_get_clipboard_data): Run post-read-conversion on the string
20063         after decoding it.
20065 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
20067         Support for ICCCM Extended Segments in X selections:
20069         * xselect.c <Qcompound_text_no_extensions>: New variable.
20070         (syms_of_xselect): Intern and staticpro it.
20071         (selection_data_to_lisp_data): Run post-read-conversion on decoded
20072         selection text.
20073         (lisp_data_to_selection_data): If next-selection-coding-system is
20074         compound-text-no-extensions, set the type of selection to be
20075         compound-text.
20077         * xterm.h (x_encode_text): Update prototype.
20079         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
20080         callers changed.  If SELECTIONP is non-zero, run the
20081         pre-write-conversion function before encoding the selection text.
20083 2002-02-21  Kim F. Storm  <storm@cua.dk>
20085         * frame.c (syms_of_frame): Change mouse-highlight default to t.
20087         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
20088         Correct composing of language-change event.
20090 2002-02-20  Kim F. Storm  <storm@cua.dk>
20092         * keyboard.c (menu_bar_items): Don't include keymap or local-map
20093         bindings at PT when building menu (the menu is not updated often
20094         enough for this to work reliable).
20095         (tool_bar_items): Likewise.
20096         (current_active_maps): Removed unused (and buggy) function.
20098 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20100         * xfns.c (gif_load): Use correct width and height for GIF images.
20102 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
20104         * floatfns.c (Fatan): Accept an optional second arg and call
20105         atan2 if passed 2 args.
20107 2002-02-18  Jason Rumney  <jasonr@gnu.org>
20109         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
20111 2002-02-17  Jason Rumney  <jasonr@gnu.org>
20113         * w32term.c (x_autoselect_window_p): New variable.
20114         (syms_of_w32term): DEFVAR_BOOL and initialize it.
20115         (note_mouse_movement): Use it.
20117         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
20119         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
20121         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
20122         New variables.
20123         (syms_of_w32fns): Intern and staticpro them.
20124         (x_frame_parms) <"fullscreen">: New parameter.
20125         (x_fullscreen_move, x_set_fullscreen): New functions.
20126         (x_set_frame_parameters): Support Qfullscreen.
20127         (x_real_positions): Save x/y_pixels_diff frame params.
20128         (x_figure_window_size): Support full-screen frames.
20129         (Fx_create_frame): Default the fullscreen parameter.
20131         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
20132         (x_fullscreen_adjust): New functions.
20133         (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't  resize to
20134         fullscreen.  Call x_check_fullscreen_move, and set the
20135         want_fullscreen member of output_data.w32
20136         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
20138         * w32term.h: New enum for FULLSCREEN_* constants.
20139         (struct w32_output): New members want_fullscreen, x_pixels_diff,
20140         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
20141         (x-fullscreen-adjust): New prototype.
20143 2002-02-17  Kim F. Storm  <storm@cua.dk>
20145         * frame.c (Vmouse_highlight): New variable.
20146         (syms_of_frame): DEFVAR_LISP it.
20148         * frame.h (Vmouse_highlight): Declare extern.
20150         * xterm.h (struct x_display_info): Add mouse_face_hidden.
20152         * xterm.c (disable_mouse_highlight): Removed variable.
20153         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
20154         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20155         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
20156         and on after keyboard input.
20157         (x_term_init): Initialize mouse_face_hidden.
20159         * msdos.h (struct display_info): Add mouse_face_hidden.
20161         * msdos.c (disable_mouse_highlight): Removed variable.
20162         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20163         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
20164         (internal_terminal_init): Initialize mouse_face_hidden.
20165         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
20166         and on after keyboard input.
20168         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
20170         * w32term.c (disable_mouse_highlight): Removed variable.
20171         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
20172         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20173         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
20174         and on after keyboard input.
20175         (w32_initialize_display_info): Initialize mouse_face_hidden.
20177 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
20179         * msdos.c (last_mouse_window): New variable.
20180         (dos_rawgetc): Fix last change--if the mouse is in the same window
20181         as recorded in last_mouse_window, don't select this window.
20183         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
20185         * msdos.c (x_autoselect_window_p): New variable.
20186         (syms_of_msdos): Defvar it.
20187         (dos_rawgetc): If x_autoselect_window_p is set, select the window in
20188         which the last mouse movement occured, unless it is already selected.
20190         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
20191         New variables.
20192         (syms_of_xdisp): DEVFAR them.
20193         (hscroll_window_tree): Use automatic_hscroll_margin and
20194         Vautomatic_hscroll_step to compute the amount of window scrolling.
20196 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20198         * xterm.c (x-autoselect-window): New variable.
20199         (note_mouse_movement): Use it.
20201         * keyboard.c: Do not include "systime.h" twice.
20203 2002-02-15  Andreas Schwab  <schwab@suse.de>
20205         * puresize.h (PURESIZE_RATIO): Increase to 9/5.
20207         * alloc.c (NSTATICS): Increase to 1280.
20209 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20211         * alloc.c (NSTATICS): Bump to 1026.
20213         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
20214         (Vx_super_keysym): New variables.
20215         (syms_of_xterm): DEFVAR_LISP them.
20216         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
20217         variables to determine which keys to use for the various modifiers.
20219 2002-02-13  Kim F. Storm  <storm@cua.dk>
20221         * window.c (Vmode_line_in_non_selected_windows): Removed.
20222         (mode_line_in_non_selected_windows): New variable.
20223         (syms_of_window): DEFVAR_BOOL it.
20225         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
20226         Use mode_line_in_non_selected_windows.
20227         (mode_line_in_non_selected_windows): Declare extern.
20228         (Vmode_line_in_non_selected_windows): Removed extern.
20230 2002-02-13  Richard M. Stallman  <rms@gnu.org>
20232         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
20233         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
20234         (Fclear_this_command_keys): Doc fixes.
20236         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
20237         (update_face_from_frame_parameter): Increment face_change_count
20238         and windows_or_buffers_changed to force redisplay using changed faces.
20240         * xdisp.c (QCpropertize): New variable.
20241         (mode_line_proptrans_alist): New variable.
20242         (display_mode_element): New arg PROPS; all calls changed.
20243         Implement this, for strings.
20244         Handle literal output of strings by sharing the
20245         main-line code for strings, using local var `literal'.
20246         Handle :propertize feature.
20247         (syms_of_xdisp): Initialze and staticpro QCpropertize and
20248         mode_line_proptrans_alist.
20250 2002-02-11  Kim F. Storm  <storm@cua.dk>
20252         * window.c (Vmode_line_in_non_selected_windows): New variable.
20253         (syms_of_window): DEFVAR_LISP it.
20255         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
20256         (CURRENT_MODE_LINE_FACE_ID): Use it.
20257         (Vmode_line_in_non_selected_windows): Declare extern.
20259         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
20260         to get mode line face.
20262 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
20264         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
20265         variables; cus-start.el doesn't need them anymore.
20267 2002-02-09  Kim F. Storm  <storm@cua.dk>
20269         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
20270         reduction.  This fixes a display problem where stray newlines were
20271         inserted in the window (corrected by C-l).  Clarified code (IMHO).
20273 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
20275         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
20277         * xdisp.c (display_mode_lines): Fix last change.
20279 2002-02-09  Jason Rumney  <jasonr@gnu.org>
20281         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
20282         match each other.
20283         (w32_load_system_font): Prevent Cleartype fonts from loading.
20284         (Fx_show_tip): Ensure tip frames are above other topmost windows.
20286 2002-02-09  Kim F. Storm  <storm@cua.dk>
20288         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
20289         (CURRENT_MODE_LINE_HEIGHT): Use it.
20290         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
20292         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
20293         (pos_visible_p, handle_face_prop): Likewise.
20294         (display_mode_lines): Likewise, but for the real selected window.
20295         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
20297         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
20298         in non-selected windows.
20299         (realize_basic_faces): Realize it.
20300         (syms_of_term): Intern and staticpro it.
20302 2002-02-08  Kim F. Storm  <storm@cua.dk>
20304         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
20305         Changed mail addresses to emacs-devel@gnu.org.
20307 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
20309         * fileio.c (Fsubstitute_in_file_name): If the file name includes
20310         ~user, and there's no such user, don't discard everything before ~user.
20312         * floatfns.c (Fround): Doc fix.
20314 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20316         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
20318 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
20320         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
20322 2002-02-07  Kim F. Storm  <storm@cua.dk>
20324         * keymap.c (where_is_internal): Only check whether definition is
20325         remapped if it fulfills is_command_symbol.
20327 2002-02-07  Andreas Schwab  <schwab@suse.de>
20329         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
20331         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
20333 2002-02-06  Kim F. Storm  <storm@cua.dk>
20335         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
20336         defining command remapping.  Doc updated.
20337         (Flookup_key): Remap command through keymap if KEY is a symbol.
20338         (is_command_symbol): New function.
20339         (Fkey_binding): Use it.  New optional argument NO-REMAP.
20340         Doc updated.  Callers changed.  Perform command remapping via
20341         recursive call unless that arg is non-nil.
20342         (where_is_internal): New argument no_remap.  Callers changed.
20343         Call recursively to find original key bindings for a remapped
20344         comand unless that arg is non-nil.
20345         (Fwhere_is_internal): New optional argument NO-REMAP.
20346         Doc updated.  Callers changed.  Pass arg to where_is_internal.
20348         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
20349         (is_command_symbol): Add prototype.
20351         * keyboard.c (Vthis_original_command): New variable.
20352         (syms_of_keyboard): DEFVAR_LISP it.
20353         (command_loop_1): Set it, and perform command remapping.
20355 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20357         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
20359 2002-02-06  Jason Rumney  <jasonr@gnu.org>
20361         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
20363 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
20365         * charset.c (get_charset_id): Use if-else instead of ?:.
20367 2002-02-06  Richard M. Stallman  <rms@gnu.org>
20369         * filelock.c (S_ISLNK): Define if not defined.
20371 2002-02-03  Richard M. Stallman  <rms@gnu.org>
20373         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
20375         * lread.c (read1): Redesign strategy for force_multibyte and
20376         force_singlebyte.  Now is_multibyte records whether read_buffer
20377         is multibyte.  Encountering any multibyte character makes it so.
20379 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
20381         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
20382         with the same sequence, map that sequence to f10 rather than f0.
20384 2002-02-03  Andreas Schwab  <schwab@suse.de>
20386         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
20387         latter never being defined on GNU/Linux.
20389 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
20391         * xfaces.c (realize_default_face): Don't set the weight and slant of
20392         the default face to Qnormal, unless these attributes are unspecified.
20394 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20396         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
20397         Call cancel_hourglass unconditionally.
20399         * eval.c (Fsignal): Remove duplicated declaration of
20400         the variable `display_hourglass_p'.
20402 2002-01-31  Richard M. Stallman  <rms@gnu.org>
20404         * editfns.c (region_limit): Nicer error message.
20406         * coding.c (decode_composition_emacs_mule):
20407         Give up if NCOMPONENT gets too large to index `component'.
20409         * callint.c (check_mark): New arg to specify clearer error message.
20410         Callers changed.
20412 2002-01-27  Richard M. Stallman  <rms@gnu.org>
20414         * minibuf.c (Fcompleting_read): Doc fix.
20416 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20418         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
20419         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
20420         Fix doc-strings.
20422 2002-01-26  Richard M. Stallman  <rms@gnu.org>
20424         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
20426         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
20427         and scroll_up_aggressively.
20429 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20431         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
20433 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
20435         * textprop.c (Fnext_property_change, Fnext_single_property_change)
20436         (Fprevious_property_change, Fprevious_single_property_change):
20437         Stay within the narrowed-buffer boundaries.
20439 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
20441         * term.c (Ftty_display_color_cells): New function.
20442         (syms_of_term): Defsubr it.
20443         (Ftty_display_color_cells, Ftty_display_color_p): Change the
20444         argument name to DISPLAY.  Doc fix.
20446         * dispextern.h: Add prototype for set_tty_color_mode and
20447         tty_setup_colors.
20449 2002-01-24  Jason Rumney  <jasonr@gnu.org>
20451         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
20452         If region left to draw is not what was expected, mark the frame as
20453         garbaged.
20455         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
20456         Combine the regions returned by BeginPaint and GetUpdateRect.
20458 2002-01-23  Jason Rumney  <jasonr@gnu.org>
20460         * w32term.c (x_update_window_begin): Only hide caret if
20461         w32_use_visible_system_caret is set.
20462         (x_update_window_end): Only show caret if
20463         w32_use_visible_system_caret is set.
20464         (syms_of_w32term): Handle SystemParametersInfo call failing.
20466         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
20468 2002-01-22  Richard M. Stallman  <rms@gnu.org>
20470         * unexelf.c (unexec): Define n so as to cause compilation error
20471         for the code where people have often written n instead of nn.
20473         * .gdbinit (hookpost-run): Defined.
20475 2002-01-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20477         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
20479 2002-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20481         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
20482         if fullscreen is being set.
20484 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20486         * minibuf.c (Fminibuffer_contents)
20487         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
20488         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
20490 2002-01-21  Richard M. Stallman  <rms@gnu.org>
20492         * window.c (check_frame_size): Fix minimum height calculation.
20494 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
20496         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
20497         height before comparison.
20498         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
20500 2002-01-20  Jason Rumney  <jasonr@gnu.org>
20502         * w32term.c (w32_system_caret_width): Remove.
20503         (w32_use_visible_system_caret): New user flag.
20504         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
20505         Windows reports a screen reader running.
20506         (x_update_window_begin): Hide the system caret.
20507         (x_update_window_end): Show the system caret.
20508         (x_display_and_set_cursor): Don't draw a cursor when
20509         w32_use_visible_system_caret is set.  Do not adjust width.
20511         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
20512         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
20513         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
20514         the user requests it.  Use system default width when creating.
20515         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
20517         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
20518         New window messages.
20520 2002-01-20  Richard M. Stallman  <rms@gnu.org>
20522         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
20524 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20526         * doprnt.c (doprnt1): Fix typos in error call.
20528 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
20530         * unexelf.c (unexec) [__sgi]: Support the .got sections.
20532 2002-01-20  Jason Rumney  <jasonr@gnu.org>
20534         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
20535         that Windows returns.  If a double check fails, try to guess how
20536         ExtTextOut is going to act.
20538         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
20539         in place of stricmp.
20540         (w32_list_synthesized_fonts): Removed.
20541         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
20542         (struct enumfont_t): New element; list.
20543         (enum_font_cb2): List all style and charset variations of a font.
20544         (Fw32_select_font): New optional argument; include_proportional.
20545         Exclude vertical fonts.  Exclude proportional fonts unless
20546         include_proportional is non-nil.
20547         (w32_enable_synthesized_fonts): Change to a boolean.
20548         (Fw32_send_sys_command): Doc fix.
20550 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20552         * dispnew.c (update_frame): Move the variable `tem' to the block
20553         where it is used.
20555 2002-01-19  Jason Rumney  <jasonr@gnu.org>
20557         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
20558         call to face-set-after-frame-default.
20560 2002-01-18  Richard M. Stallman  <rms@gnu.org>
20562         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
20563         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
20565 2002-01-17  Richard M. Stallman  <rms@gnu.org>
20567         * window.c (enlarge_window): When exceeding size of parent,
20568         directly delete all the siblings instead of trying to resize it.
20570 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20572         * term.c (set_tty_color_mode): Remove unused variable `tem'.
20574 2002-01-16  Henrik Enberg  <henrik@enberg.org>
20576         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
20578 2002-01-16  Kim F. Storm  <storm@cua.dk>
20580         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
20581         is invisible.  This can happen if cursor is on top line of a
20582         window, and we switch to a buffer with a header line.
20584         * w32term.c (x_erase_phys_cursor): Ditto.
20586 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20588         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
20589         `dont_resize' only when used.
20591         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
20593 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
20595         * xdisp.c (display_mode_element): When computing charpos, depend
20596         on multibyteness of elt, not the text in field.
20598 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20600         * buffer.c (Fkill_all_local_variables):
20601         Increment `update_mode_lines' only once.
20603 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20605         * lisp.h (adjust_after_replace_noundo)
20606         (Fupdate_coding_systems_internal): Add prototypes.
20608         * sound.c (Fplay_sound): Initialize header_size also for :data case.
20610 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
20612         Support for the --color command-line argument and tty-color-mode
20613         frame parameter:
20615         * term.c (tty_default_color_capabilities, tty_setup_colors)
20616         (set_tty_color_mode): New functions.
20617         (term_init): Call tty_default_color_capabilities.
20618         (Qtty_color_mode_alist): New variable.
20619         (syms_of_term): Intern and staticpro it.
20621         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
20622         frames.
20623         (do_switch_frame): For termcap frames, switch the tty
20624         color mode as specified by the frame's parameters.
20625         (Qtty_color_mode): New variable.
20626         (syms_of_frame): Intern and staticpro it.
20628         * emacs.c (USAGE2): Add the --color option.
20629         (standard_args): Ditto.
20631 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20633         * xterm.h (struct x_output): New members want_fullscreen,
20634         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
20635         y_pixels_outer_diff.
20636         New enum for FULLSCREEN_* constants.
20637         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
20638         is NULL.
20639         (x_fullscreen_adjust): Add prototype.
20641         * emacs.c (USAGE2): Add the new full-screen arguments.
20642         (standard_args): Ditto.
20644         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
20645         New variables.
20646         (syms_of_xfns): Intern and staticpro them.
20647         (x_frame_parms) <"fullscreen">: New parameter.
20648         (x_fullscreen_move, x_set_fullscreen): New functions.
20649         (x_set_frame_parameters): Support for Qfullscreen.
20650         (x_real_positions): More accurate computation of the frame position.
20651         (x_figure_window_size): Support full-screen frames.
20652         (Fx_create_frame): Default the fullscreen parameter.
20654         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
20655         (XTread_socket) <Expose>: Call x_check_fullscreen.
20656         <ConfigureNotify>: Don't resize to fullscreen.
20657         Call x_check_fullscreen_move, and set the want_fullscreen member of
20658         output_data.x.
20660 2002-01-13  Jason Rumney  <jasonr@gnu.org>
20662         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
20663         for mice with more than 3 buttons.
20665         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
20666         (w32_read_socket): Handle new "XBUTTON" messages.
20668         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
20669         (syms_of_w32fns): DEFVAR_BOOL it.
20670         (w32_wnd_proc): Handle new "XBUTTON" messages.
20672 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20674         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
20676 2002-01-13  Andreas Schwab  <schwab@suse.de>
20678         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
20680 2002-01-12  Andreas Schwab  <schwab@suse.de>
20682         * .gdbinit (xbuffer): Remove address operator since data is now a
20683         pointer.
20685 2002-01-11  Richard M. Stallman  <rms@gnu.org>
20687         * insdel.c (adjust_after_replace_noundo): New function.
20689         * coding.c (code_convert_region): Don't copy old text if undo disabled.
20691 2002-01-09  Jason Rumney  <jasonr@gnu.org>
20693         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
20694         when checking for multiple frames.
20696 2002-01-08  Richard M. Stallman  <rms@gnu.org>
20698         * window.c (delete_window): Rewrite the code for changing the
20699         selected window to handle the case where WINDOW is not a leaf.
20701 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
20703         * process.c (send_process): Set src_multibyte to 1 after the call
20704         top setup_coding_system, not before the call.
20706 2002-01-07  Jason Rumney  <jasonr@gnu.org>
20708         * xmenu.c (set_frame_menubar, xmenu_show):
20709         (xdialog_show): Initialize wv->help to Qnil.
20711         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
20712         (w32_dialog_show): Initialize wv->help to Qnil.
20714 2002-01-06  Jason Rumney  <jasonr@gnu.org>
20716         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
20718         * w32menu.c (w32_menu_display_help): Revert last change.
20720         * xmenu.c (menu_highlight_callback): Revert last change.
20722 2002-01-06  Andreas Schwab  <schwab@suse.de>
20724         * insdel.c (make_gap_larger): Make sure buffer size does not
20725         overflow range of int.
20727 2002-01-05  Jason Rumney  <jasonr@gnu.org>
20729         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
20730         OVERLAPS_P.
20732         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
20734         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
20735         to the left or to the right of the pointer, put it against
20736         the left screen edge.
20737         (x_frame_parms): Add missing braces around initializer.
20739         * w32term.c (x_setup_relief_colors): Don't compute an image's
20740         background color if it doesn't have a Pixmap.
20741         (notice_overwritten_cursor): Don't depend on
20742         output_cursor and updated_area.  Compare pixel coordinates with
20743         window's cursor pixel coordinates.
20744         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
20745         Call notice_overwritten_cursor with new arg list.
20746         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
20747         unconditionally.
20748         (x_draw_image_relief): Use predefined macro instead of
20749         constant when the value of `tool_bar_button_relief' is negative.
20751         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
20753 2002-01-04  Richard M. Stallman  <rms@gnu.org>
20755         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
20757 2002-01-03  Richard M. Stallman  <rms@gnu.org>
20759         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
20760         (Fkey_binding): Try the `keymap' property map first.
20761         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
20762         minor mode bindings.
20764 2002-01-03  Kim F. Storm  <storm@cua.dk>
20766         * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
20768 2002-01-02  Richard M. Stallman  <rms@gnu.org>
20770         * keyboard.c (read_key_sequence): Handle the keymap property
20771         before minor mode maps.
20773         * editfns.c (Fformat): Update thissize from field_width
20774         based on the actual width, in the string case.
20776 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20778         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
20779         when used as truth value to prevent gcc warnings.
20781         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
20782         * w32proc.c: Include <config.h>.
20784 2002-01-01  Andreas Schwab  <schwab@suse.de>
20786         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
20787         not EMACS_INT, to make them compatible with DEFVAR_INT.
20788         * lisp.h (max_specpdl_size): Adjust declaration.
20790 2002-01-01  Richard M. Stallman  <rms@gnu.org>
20792         * print.c (print_object): Test print_escape_nonascii only for
20793         unibyte strings.
20794         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
20795         when outputting to a multibyte buffer.
20797 2001-12-29  Richard M. Stallman  <rms@gnu.org>
20799         * print.c (print_object): In multibyte string, use hex escapes.
20800         Use octal only for unibyte strings.
20801         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
20803         * lread.c (read_escape): New arg BYTEREP for reporting whether
20804         escape forces unibyte or multibyte.
20805         (read1): When reading a string, take note of that info.
20807 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
20809         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
20810         comparison to test lisp value returned by Fget.
20812 2001-12-29  Richard M. Stallman  <rms@gnu.org>
20814         * lisp.h (max_specpdl_size): Add declaration.
20816         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
20818         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
20819         Handle modifier bits.  Correct typo in error message.
20821 2001-12-28  Richard M. Stallman  <rms@gnu.org>
20823         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
20824         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
20825         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
20826         Update calls to Fdefine_abbrev.
20827         (write_abbrev): Update for changed data format.
20828         Don't list "system" abbrevs.
20829         (Fexpand_abbrev): Update use count with new data format.
20830         (describe_abbrev): Update for changed data format.
20831         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
20833         * config.in (HAVE_MBSINIT): Add #undef.
20835         * strftime.c (mbsinit): Define as no-op if not available.
20837         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
20838         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
20840         * keymap.c (Flookup_key): Error message if key has wrong data type.
20841         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
20842         (exclude_key): New variable.
20844 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
20846         * xterm.c (x_setup_relief_colors): Don't compute an image's
20847         background color if it doesn't have a Pixmap.
20849         * xterm.c (notice_overwritten_cursor): Don't depend on
20850         output_cursor and updated_area.  Compare pixel coordinates with
20851         window's cursor pixel coordinates.
20852         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
20853         Call notice_overwritten_cursor with new arg list.
20854         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
20855         unconditionally.
20857         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
20858         height of the cursor line to the amount to scroll.
20860 2001-12-27  Richard M. Stallman  <rms@gnu.org>
20862         * intervals.c (set_point_both): The position after an invisible,
20863         intangible character is not an acceptable stopping point.
20865 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
20867         * window.c (enlarge_window): In new preserve_before code, convert
20868         CURBEG from lisp object to integer before doing arithmetic.
20870 2001-12-27  Richard M. Stallman  <rms@gnu.org>
20872         * bytecode.c (Fbyte_code): Undo previous change.
20874 2001-12-26  Kim F. Storm  <storm@cua.dk>
20876         * keyboard.c (record_char): Ignore duplicate help-echo events only
20877         separated by mouse-movement.  When tracking mouse, only record
20878         first and last mouse-movement event in same window.
20879         Don't record mouse-movement events in keyboard macros.
20881 2001-12-25  Richard M. Stallman  <rms@gnu.org>
20883         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
20884         (Fenlarge_window): New arg PRESERVE_BEFORE.
20886         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
20887         instead of Fstring_as_unibyte.
20889 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20891         The following changes remove mocklisp support:
20893         * mocklisp.h, mocklisp.c: Files removed.
20895         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
20896         `Qmocklisp' and `Qmocklisp_arguments'.
20897         Remove prototype of syms_of_mocklisp.
20899         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
20901         * callint.c: Do not include mocklisp.h.
20902         (Fcall_interactively): Do not test for mocklisp case.
20904         * eval.c: Remove variables `Qmocklisp_arguments',
20905         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
20906         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
20907         Do not test for mocklisp case.
20908         (Fwhile): Remove unused variable `tem'.
20909         (syms_of_eval): Remove variable `moclisp-arguments'.
20911         * data.c (wrong_type_argument): Remove mocklisp case.
20913         * doc.c (Fdocumentation): Remove mocklisp case.
20915         * emacs.c (main): Do not call syms_of_mocklisp.
20917 2001-12-21  Richard M. Stallman  <rms@gnu.org>
20919         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
20920         to the left or to the right of the pointer, put it against
20921         the left screen edge.
20923 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
20925         * Makefile.in (distclean): Remove .gdbinit if we are building
20926         outside the source tree.
20928 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
20930         * w32.c (emacs_root_dir): New function.
20932         * msdos.c (emacs_root_dir): New function.
20934         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
20935         of the current drive as the fallback for default_directory.
20937         * dired.c (file_name_completion): Run the elements of
20938         completion-ignored-extensions through ENCODE_FILE.
20940         * lisp.h (scmp): Remove prototype, since it's now a static
20941         function private to dired.c.
20943 2001-12-18  Richard M. Stallman  <rms@gnu.org>
20945         * dired.c (scmp): Function moved from minibuf.c.
20946         Delete multibyte handling--used only on encoded strings.
20948         * minibuf.c (scmp): Function moved to dired.c.
20950         * fns.c (merge): Add QUIT call.
20952 2001-12-18  Dave Love  <fx@gnu.org>
20954         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
20955         language/georgian.el.
20957 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
20959         * Makefile.in (lisp, shortlisp): Synchronize with changes to
20960         lisp/Makefile.in:DONTCOMPILE.
20962 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20964         * xdisp.c (window_box_height): Do not return negative values.
20965         From Gerd Moellmann <gerd@gnu.org>.
20967         * keyboard.c (head_table): Add missing braces around initializer.
20969         * term.c (keys): Likewise.
20971         * xfns.c (x_frame_parms, visual_classes): Likewise.
20973 2001-12-17  Sam Steingold  <sds@gnu.org>
20975         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
20976         patch (COMPOSING_P, not COMPOSING).
20978 2001-12-17  Richard M. Stallman  <rms@gnu.org>
20980         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
20982         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
20983         before calling decode_coding.
20985         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
20987         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
20988         instead of only for COMPOSITION_DISABLED.
20990 2001-12-16  Richard M. Stallman  <rms@gnu.org>
20992         * alloc.c (pure_alloc): After overflow, allocate just a small block.
20994         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
20996         * buffer.h (struct buffer): New field `display_error_modiff'.
20997         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
20999         * window.c (Frecenter): Clear display_error_modiff field.
21001         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
21002         Call redisplay_window, but not if display_error_modiff field says no.
21003         (redisplay_window_error): New function.
21004         (displayed_buffer): New variable.
21005         (redisplay_internal, redisplay_windows): Call the new functions
21006         instead of redisplay_window directly.
21008 2001-12-15  Richard M. Stallman  <rms@gnu.org>
21010         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
21012 2001-12-14  Andrew Innes  <andrewi@gnu.org>
21014         * makefile.w32-in (EMACSLOADPATH): Define.
21015         ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
21016         (bootstrap-temacs): Remove dependency on bootstrap-clean.
21018 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
21020         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
21021         parameter have a numeric value all the time.
21023         * w32fns.c (x_report_frame_params): Likewise.
21025 2001-12-12  Richard M. Stallman  <rms@gnu.org>
21027         * fileio.c (Fwrite_region): Doc fix.
21029         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
21030         (redisplay_internal): Call clear_image_cache only for window terminals.
21032 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
21034         * xdisp.c (move_it_vertically_backward): Change heuristic
21035         for the case that we didn't move far enough initially.
21037         * window.c (Frecenter): Simplify computation in the case of window
21038         system frames and ARG < 0; use window_box_height.
21040 2001-12-11  Richard M. Stallman  <rms@gnu.org>
21042         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
21043         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
21045 2001-12-11  Andrew Innes  <andrewi@gnu.org>
21047         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
21048         arg is negative.
21050 2001-12-11  Richard M. Stallman  <rms@gnu.org>
21052         * m/hp800.h: Split the __hpux conditional into the parts
21053         that are right for GNU/Linux too and the parts that are not.
21054         Use the former if GNU_LINUX.
21055         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
21057         * s/gnu-linux.h (GNU_LINUX): Defined.
21059 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21061         * macros.c, msdos.c, w16select.c: Change doc-string comments to
21062         `new style' [w/`doc:' keyword].
21064 2001-12-10  Jason Rumney  <jasonr@gnu.org>
21066         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
21067         before using.
21069 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21071         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
21072         keyword].
21074 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
21076         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
21078         * s/hpux10.h (srand48): Don't undefine.
21080 2001-12-09  Jason Rumney  <jasonr@gnu.org>
21082         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
21083         Add comment to explain where the struct came from.
21084         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
21085         (add_menu_item): Process pop-up menus first to avoid memory leak.
21086         (add_menu_item, w32_menu_display_help): Use `help' field as
21087         Lisp_Object.
21088         (w32_free_submenu_strings): Only free owner-drawn strings.
21090 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21092         * COPYING: Moved back.
21094         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
21095         Add parentheses around && within ||.
21097         * indent.c (compute_motion): Likewise.
21099         * intervals.c (merge_properties_sticky): Likewise.
21101         * coding.c (setup_coding_system, shrink_encoding_region)
21102         (Fdecode_sjis_char): Likewise.
21104 2001-12-07  Andreas Schwab  <schwab@suse.de>
21106         * xdisp.c (display_mode_element): Don't read past end of string if
21107         it ends with '%'.
21109         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
21110         can hold.
21112         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
21113         Rename from most_positive_fixnum and most_negative_fixnum, resp., and
21114         type changed to Lisp_Object.
21115         (syms_of_data): DEFVAR_LISP them.
21117 2001-12-07  Richard M. Stallman  <rms@gnu.org>
21119         * callproc.c (init_callproc): Set Vdata_directory based on the source
21120         location whenever Emacs was run uninstalled.
21122 2001-12-06  Paul Eggert  <eggert@twinsun.com>
21124         * config.in (HAVE_WORKING_VFORK): New #undefs.
21125         * process.c (create_process):
21126         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
21127         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
21128         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
21129         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
21130         * m/intel386.h (HAVE_VFORK): Likewise.
21131         * m/mips-siemens.h (HAVE_VFORK): Likewise.
21132         * m/mips.h (HAVE_VFORK): Likewise.
21133         * s/freebsd.h (vfork): Remove #define.
21134         * s/lynxos.h (HAVE_VFORK): Remove #undef.
21135         * s/usg5-4-2.h: Fix comment about vfork.
21137 2001-12-06  Richard M. Stallman  <rms@gnu.org>
21139         * s/hpux10.h (random): Add undef.
21140         (HAVE_RANDOM): Define it just once.
21142 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
21144         * eval.c: Undo last change: the standard syntax is not wanted.
21146 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
21148         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
21149         scroll bars of the frame before deleting the frame itself.  If the
21150         frame has a widget, delete the frame with XtDestroyWidget, and do
21151         not call XDestroyWindow before that.
21153 2001-12-06  Kim F. Storm  <storm@cua.dk>
21155         * xfns.c (x_report_frame_params): Return actual fringe widths.
21157         * w32fns.c (x_report_frame_params): Return actual fringe widths.
21159 2001-12-05  Andrew Innes  <andrewi@gnu.org>
21161         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
21162         excessively large.
21164         * insdel.c (make_gap_larger): New function.
21165         (make_gap_smaller): New function.
21166         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
21167         Call make_gap_smaller if arg is negative.
21169 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
21171         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
21172         Pass a dummy argument when calling interrupt_signal.
21173         (parse_menu_item): Mark disabled items before checking for empty def.
21174         (read_char_minibuf_menu_prompt): Make safety more visible.
21175         (read_key_sequence): Add a `first_unbound' variable.
21176         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
21177         unbound prefix as soon as we can detect it.
21179         * doc.c (Fsnarf_documentation): Add prototype.
21180         (get_doc_string): Handle negative arguments.
21181         (Fdocumentation): Use AREF and ASIZE.
21182         Move the calls to get_doc_string to a single place.
21183         Don't confuse an interactive-spec for a docstring reference.
21184         (Fdocumentation_property): Take advantage of the fact that
21185         get_doc_string now ignores the sign of the docstring position.
21187         * eval.c: Use standard syntax for usage in docstrings.
21189 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21191         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
21193 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21195         * xterm.c (x_draw_image_relief): Use predefined macro instead of
21196         constant when the value of `tool_bar_button_relief' is negative.
21198 2001-12-02  Richard M. Stallman  <rms@gnu.org>
21200         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
21201         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
21203         * fileio.c (read_non_regular): Delete Fsignal call.
21205 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
21207         * lisp.h (run_hook_list_with_args): Undo last change.
21209 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
21211         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
21213 2001-12-01  Jason Rumney  <jasonr@gnu.org>
21215         * window.c (Qleft_fringe, Qright_fringe): Remove.  Now in frame.c.
21217         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
21218         [!WM_MOUSELEAVE]: Define.
21220         * w32menu.c (current_popup_menu, get_menu_item_info):
21221         (set_menu_item_info): New vars.
21222         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
21223         (w32_menu_show): Set current_popup_menu.
21224         (add_menu_item): Allocate new strings for owner-drawn menu items
21225         and help strings.
21226         Use owner-draw for disabled menu items again.
21227         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
21228         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
21230         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
21231         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
21232         <WM_EXITMENULOOP>: Free menu strings.
21233         <WM_MOUSELEAVE>: Stop tracking mouse.
21234         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
21236         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
21237         and mouse face.
21239 2001-12-01  Kim F. Storm  <storm@cua.dk>
21241         The following changes add left-fringe and right-fringe
21242         frame parameters to adjust fringe widths, or remove one or
21243         both fringes.
21245         * frame.h (struct frame): Remove trunc_area_pixel_width and
21246         trunc_area_cols fields.
21247         (Qleft_fringe, Qright_fringe): Declare.
21248         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
21250         * frame.c (Qleft_fringe, Qright_fringe): New vars.
21251         (syms_of_frame): Initialize them.
21253         * window.c (coordinates_in_window): Handle separate left and right
21254         fringe widths.
21256         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
21257         and fringe_cols fields.
21258         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
21259         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
21260         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
21261         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
21262         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
21263         (x_compute_fringe_widths): Add prototype.
21265         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
21266         fill fringe evenly with small dashes.
21267         (x_draw_fringe_bitmap): Clear background if necessary.  Align and
21268         clip the new ZV bitmap to avoid jitter between rows.
21269         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
21270         background.  Don't draw fringe bitmaps if fringe width is zero.
21271         (x_compute_fringe_widths): New function.
21272         (x_new_font, x_set_window_size_1): Use it.
21274         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
21275         (x_set_frame_parameters): Process `font' parameter before other
21276         parameters as fringe widths depend on it.
21277         (x_set_fringe_width): New function.
21278         (x_figure_window_size): Use x_compute_fringe_widths.
21279         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
21280         parameters.
21282         * widget.c (set_frame_size): Use x_compute_fringe_widths.
21283         (EmacsFrameSetCharSize): Ditto.
21285         * w32term.h: Merged changes from xterm.h.
21286         * w32term.c: Merged changes from xterm.c.
21287         * w32fns.c: Merged changes from xfns.c.
21289 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21291         * COPYING: Removed.
21293 2001-11-29  Dave Love  <fx@gnu.org>
21295         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
21296         extra extra slot.
21297         (detect_coding_mask): Fix call of detect_coding_iso2022.
21299 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21301         * fileio.c (file-name-coding-system)
21302         (default-file-name-coding-system): Doc fix (links to referenced
21303         variables added).
21305 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
21307         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
21308         Add dummy uses of gcproN variables.
21310         * category.c (describe_category, describe_category_1)
21311         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
21312         (syms_of_category): Don't defsubr Sdescribe_categories.
21314 2001-11-28  Richard M. Stallman  <rms@gnu.org>
21316         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
21318         * Makefile.in (lispdir): New variable, referring to build dir.
21319         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
21321 2001-11-28  Andrew Innes  <andrewi@gnu.org>
21323         * w32menu.c (w32_menu_display_help): Actually add the new argument
21324         OWNER.
21326 2001-11-28  Jason Rumney  <jasonr@gnu.org>
21328         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
21329         menu items.  From David Ponce <dponce@wanadoo.fr>.
21330         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
21331         conditionally.
21332         (w32_menu_display_help): New argument OWNER.  Rewritten to store a
21333         help event in the owner frame's keyboard buffer.
21335         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
21336         (Fx_show_tip): Don't subtract last width from row width.
21338         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
21339         (w32_read_socket): Use EQ to compare frames.
21341 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
21343         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
21344         OVERLAPS_P.
21346 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21348         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
21349         `gcpro3' and `gcpro4'.
21351         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
21353 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
21355         * ccl.c: Use AREF and ASIZE.
21357 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
21359         * lisp.h (run_hook_list_with_args): Remove.
21360         (LIST_END_P): Fix call to wrong_type_argument.
21361         (make_fixnum_or_float): Use EMACS_INT rather than int.
21363 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
21365         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
21366         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
21368         * eval.c: Use AREF and ASIZE.
21369         (Ffetch_bytecode): Add the file name to the error message.
21371         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
21372         which match the end of the file-name.
21373         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
21374         is not a valid env var, but leave it as is instead.
21376         * keymap.c (access_keymap): Handle t bindings like nil bindings.
21377         Make nil bindings in char-tables transparent.
21378         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
21380 2001-11-26  Richard M. Stallman  <rms@gnu.org>
21382         * textprop.c (set_text_properties_1): Allow START, END in either order.
21383         Do nothing if range is empty.
21385         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
21387         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
21388         (clean): Not here.
21390 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
21392         * textprop.c (set_text_properties_1): Clearly mark that the
21393         interval should not be empty.
21395         * intervals.c (graft_intervals_into_buffer):
21396         Don't call set_text_properties_1 on an empty interval.
21398 2001-11-25  Richard M. Stallman  <rms@gnu.org>
21400         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
21402         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
21403         don't lose the data in it.
21405 2001-11-25  Juanma Barranquero  <lektu@terra.es>
21407         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
21409         * buffer.c (Fkill_buffer): Likewise.
21411         * print.c (temp_output_buffer_setup): Likewise.
21413 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
21415         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
21417 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
21419         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
21420         Niemitalo <kon@iki.fi>.
21422 2001-11-25  Jason Rumney  <jasonr@gnu.org>
21424         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
21426         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
21427         (Fx_show_tip): Block input during frame creation.
21428         (Fx_show_tip, Fx_hide_tip): Enable.
21430 2001-11-24  Richard M. Stallman  <rms@gnu.org>
21432         * lread.c (Fload): Detect recursive load error for more than 3
21433         nestings of the same file.
21434         (Vrecursive_load_depth_limit): Variable deleted.
21435         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
21437 2001-11-24  Jason Rumney  <jasonr@gnu.org>
21439         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
21440         mouse position if either left or top is not specified.
21442         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
21443         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
21444         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
21445         (my_create_tip_window): Assign tip_window.
21446         (x_create_tip_frame): Use same defaults as X.
21447         (compute_tip_xy): Remove unused variable.  Use full screen width.
21448         (Fx_show_tip): Do not double height.  Call ShowWindow directly.
21450         * w32term.c (x_after_update_window_line): Doc fix.
21451         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
21452         frames.
21453         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
21455         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
21456         for all Windowed systems.
21458 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
21460         * msdos.c (IT_clear_screen): If the frame's faces are not yet
21461         realized, use the initial screen colors to clear the screen.
21463 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21465         * textprop.c (Fset_text_properties): Remove unused variables
21466         `unchanged', `prev_changed', `s' and `len'.
21468         * search.c (Freplace_match): Remove unused variable `inslen'.
21470         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
21472 2001-11-22  Jason Rumney  <jasonr@gnu.org>
21474         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
21475         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
21476         (my_create_tip_window): New function.
21477         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
21478         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
21480 2001-11-20  Jason Rumney  <jasonr@gnu.org>
21482         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
21483         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
21485         * w32fns.c (Vw32_system_coding_system): Remove.
21486         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
21488 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
21490         * fileio.c (Fwrite_region): Move choose_write_coding_system to
21491         after build_annotations.
21493         * syntax.c (describe_syntax): Add dummy arg.
21494         (describe_syntax_1): Update call to describe_vector.
21496         * category.c (describe_category): Add dummy arg.
21497         (describe_category_1): Update call to describe_vector.
21499         * keymap.c (Fdescribe_vector): Add `describer' parameter.
21500         (describe_command, describe_translation): Add dummy second param.
21501         (describe_map): Call elt_describer with two arguments.
21502         (describe_vector_princ): Add `fun' parameter.
21503         Call it instead of the hardcoded `princ'.
21504         (describe_vector): Add arg `args'.
21505         Pass it as a new second argument to elt_describer.
21507         * keymap.h (describe_vector): Update prototype.
21509         * frame.c: Don't include keymap.h any more.
21510         (keys_of_frame): Remove.
21512         * lisp.h (keys_of_frame): Remove declaration.
21514         * emacs.c (main): Don't call `keys_of_frame' any more.
21516 2001-11-14  Andreas Schwab  <schwab@suse.de>
21518         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
21519         if defined, 0 otherwise.
21520         (MAP_FAILED): Define if not defined and use it to test mmap failure.
21521         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
21523 2001-11-19  Richard M. Stallman  <rms@gnu.org>
21525         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
21527 2001-11-18  Jason Rumney  <jasonr@gnu.org>
21529         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
21530         (x_draw_bar_cursor): If the background color of the glyph under
21531         the cursor equals the frame's cursor color, use the glyph's
21532         foreground color for drawing the bar cursor.
21533         (x_after_update_window_line): Clear internal border in different
21534         circumstances.
21535         (w32_set_vertical_scroll_bar): Check for width and height > 0.
21536         (w32_draw_relief_rect): Correct relief by 1 pixel.
21537         (x_set_glyph_string_background_width):
21538         Set extends_to_end_of_line_p if the row's fill_line_p is set and
21539         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
21540         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
21541         if cursor_in_non_selected_windows is false.
21542         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
21543         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
21544         Notice if cursor gets overwritten.
21545         (notice_overwritten_cursor): Renamed from
21546         note_overwritten_text_cursor.  Rewritten to take glyph widths
21547         into account, and to take X positions as parameters.
21548         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
21549         around call to x_draw_glyphs.
21550         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
21551         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
21552         color to use for image glyph reliefs.
21553         (x_draw_image_relief): Accept zero tool_bar_button_relief.
21554         (glyph_rect): Remove unused variable `area'.
21556         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
21557         some items.
21558         (x_set_internal_border_width): Set frame garbaged when window
21559         doesn't exist yet.
21560         (Fx_create_frame): Accept zero tool_bar_button_relief.
21561         (x_clear_image_1, four_corners_best, image_background)
21562         (image_background_transparent): New functions.
21563         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
21564         (gs_format): Add `:background' entry.
21565         (lookup_image): Set IMG's background color if specified.
21566         (pbm_load, xbm_load_image, png_load): Set IMG's background field
21567         when appropriate.
21568         (x_clear_image_1): Reset `background_valid' and
21569         `background_transparent_valid' fields.
21570         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
21571         calculating it here.  Set IMG's background_transparent field.
21572         (enum xpm_keyword_index): Add XPM_BACKGROUND.
21573         (enum png_keyword_index): Add PNG_BACKGROUND.
21574         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
21575         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
21576         (enum gif_keyword_index): Add GIF_BACKGROUND.
21577         (enum gs_keyword_index): Add GS_BACKGROUND.
21578         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
21579         Pre-calculate image background color where necessary.
21580         (x_create_x_image_and_pixmap, xbm_load, gs_load):
21581         Use display info's n_cbits entry for screen depth.
21582         (Fx_show_tip): Remove unused variables `buffer', `top',
21583         `left', `max_width' and `max_height'.
21585         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
21587 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
21589         * puresize.h (BASE_PURESIZE): Increase to 750000.
21591 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21593         * frame.c (Fframe_live_p): Doc fix.
21595 2001-11-18  Richard M. Stallman  <rms@gnu.org>
21597         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
21598         (message_dolog_marker3): New static variables hold three markers.
21599         (syms_of_xdisp): Initialize and staticpro them.
21600         (message_dolog): Use message_dolog_marker1..3 instead of
21601         allocating markers each time.  Unchain them when done.
21603 2001-11-17  Richard M. Stallman  <rms@gnu.org>
21605         * doc.c (Fsnarf_documentation): Doc fix.
21607 2001-11-17  Andreas Schwab  <schwab@suse.de>
21609         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
21611 2001-11-17  Richard M. Stallman  <rms@gnu.org>
21613         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
21615 2001-11-17  Jason Rumney  <jasonr@gnu.org>
21617         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
21619 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
21621         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
21622         with invalid position.
21624 2001-11-16  Richard M. Stallman  <rms@gnu.org>
21626         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
21628         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
21629         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
21630         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
21632         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
21634 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
21636         * fileio.c (build_annotations): Split off the tail.
21637         (build_annotations_2): New fun.  Extracted from build_annotations.
21638         (Fwrite_region): Split the call to build_annotations into two
21639         calls to build_annotations and build_annotations_2.
21641 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21643         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
21644         clear_waiting_for_input with argument.
21646         * xterm.h (x_update_cursor): Remove duplicated prototype.
21648         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
21650         * xterm.c (waiting_for_input): Remove unnecessary declaration.
21652         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
21654 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
21656         * fileio.c (choose_write_coding_system): New fun, extracted
21657         from Fwrite_region.
21658         (Fwrite_region): Use it.
21660         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
21661         (funcall_lambda, run_hook_with_args): Make static and add prototype.
21662         (ml_apply, find_handler_clause): Add prototype.
21664 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
21666         * config.in: Add #undef HAVE_COFF_H.
21668         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
21669         Required for ISC 4.1.
21671 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
21673         * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
21674         Andrew Wiseman <a.wiseman@btclick.com>.
21676 2001-11-16  Kim F. Storm  <storm@cua.dk>
21678         The following changes are made to clean up the various internal
21679         references to the fringes to actually use the term `fringe' for
21680         them.  Previously, they were called `flags areas', `bitmap areas',
21681         `left/right side of windows', or implicitly as `flags' or
21682         `bitmaps':
21684         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
21685         Comments fixed.  Use renamed symbols.
21687         * dispnew.c: Comment fix.  Use renamed symbols.
21689         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
21690         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
21691         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
21693         * msdos.c: Comment fix.
21695         * w32fns.c: Use renamed symbols.
21697         * w32term.c: Comment fixes.  Use renamed symbols.
21698         (fringe_bitmap_type): Renamed from bitmap_type.
21699         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
21700         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
21701         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
21703         * w32term.h: Comment fixes.  Use renamed symbols.
21704         (fringes_extra): Renamed from flags_areas_extra.
21705         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
21706         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
21707         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
21708         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
21709         (FRAME_X_LEFT_FRINGE_WIDTH):
21710         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
21711         (FRAME_X_RIGHT_FRINGE_WIDTH):
21712         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
21714         * widget.c: Use renamed symbols.
21716         * window.c: Comment fixes.  Use renamed symbols.
21717         (coordinates-in-window-p): Doc fix.
21719         * xdisp.c: Comment fixes.  Use renamed symbols.
21721         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
21723         * xfns.c: Use renamed symbols.
21725         * xterm.c: Comment fixes.  Use renamed symbols.
21726         (fringe_bitmap_type): Renamed from bitmap_type.
21727         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
21728         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
21729         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
21731         * xterm.h: Comment fixes.  Use renamed symbols.
21732         (fringes_extra): Renamed from flags_areas_extra.
21733         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
21734         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
21735         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
21736         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
21737         (FRAME_X_LEFT_FRINGE_WIDTH):
21738         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
21739         (FRAME_X_RIGHT_FRINGE_WIDTH):
21740         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
21742 2001-11-15  Jason Rumney  <jasonr@gnu.org>
21744         * w32menu.c (add-menu-item): Make help_echo and radio buttons
21745         work for most menu items.  From David Ponce
21746         <david.ponce@wanadoo.fr>.
21748 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
21750         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
21751         Some x_set_* function expect to be called even if old and new
21752         value are equal.
21754         * xdisp.c (build_desired_tool_bar_string): Accept zero
21755         tool_bar_button_relief.
21757         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
21759         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
21761         * xterm.c (x_draw_bar_cursor): If the background color of the
21762         glyph under the cursor equals the frame's cursor color, use
21763         the glyph's foreground color for drawing the bar cursor.
21765         * dispnew.c (direct_output_forward_char): Fix character/byte
21766         position comparison.
21768 2001-11-15  Miles Bader  <miles@gnu.org>
21770         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
21771         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
21772         Update arguments to find_field.
21773         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
21774         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
21775         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
21776         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
21778 2001-11-14  Richard M. Stallman  <rms@gnu.org>
21780         * editfns.c (Fpropertize): Allow call with 1 arg.
21782         * dispextern.h (image_background, image_background_transparent):
21783         Conditionalize on HAVE_X_WINDOWS.
21785 2001-11-13  Richard M. Stallman  <rms@gnu.org>
21787         * print.c (Fprin1_to_string): Doc fix.
21789         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
21791         * floatfns.c (Fceiling, Ffloor): Doc fixes.
21793         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
21795         * fileio.c (Ffile_accessible_directory_p): Doc fix.
21797         * eval.c (syms_of_eval): Doc fix.
21799         * coding.c (syms_of_coding): Doc fix.
21801         * doc.c (Fsnarf_documentation): Doc fix.
21803         * dispnew.c (syms_of_display): Doc fix.
21805         * category.c (Fget_unused_category): Doc fix.
21807         * buffer.c (syms_of_buffer): Doc fixes.
21809 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
21811         * print.c (prin1, print): Doc fix.
21813 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21815         * fontset.h: Remove declarations of variables
21816         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
21818         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
21819         `Vclip_large_size_font'.
21821 2001-11-13  Jason Rumney  <jasonr@gnu.org>
21823         * w32fns.c: Doc fix.
21825 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21827         * xfaces.c (Fface_attributes_as_vector): Doc fix.
21829         * fns.c: Doc fix.
21831         * emacs.c: Doc fix.
21833         * coding.c: Doc fix.
21835         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
21836         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
21837         `new style' [w/`doc:' keyword].
21839 2001-11-12  Richard M. Stallman  <rms@gnu.org>
21841         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
21842         LeaveNotify events.  Only FocusIn and FocusOut do that now.
21843         (x_display_and_set_cursor): Do display hollow cursors in active
21844         minibuffer windows when they are not selected.
21846 2001-11-12  Jason Rumney  <jasonr@gnu.org>
21848         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
21849         * w32term.c: Change doc-string comments to `new style'
21850         [w/`doc:' keyword].  Doc fixes.
21852         * w32fns.c: Don't define max.
21853         (Fx_open_connection): Only execute once.
21855 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21857         * ccl.c: Change macros to use do-while block instead of if-else.
21858         Use braces to follow GNU Coding Standards.
21860 2001-11-11  Richard M. Stallman  <rms@gnu.org>
21862         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
21864         * lread.c (read_escape): Use end_of_file_error for reporting eof.
21866         * insdel.c (replace_range): Use adjust_markers_for_replace
21867         instead of adjust_markers_for_delete and adjust_markers_for_insert.
21869         * intervals.h (set_text_properties, set_text_properties_1): Declare.
21871         * textprop.c (set_text_properties_1): New subroutine
21872         broken out of set_text_properties.
21873         (set_text_properties): Use set_text_properties_1.
21875         * intervals.c (graft_intervals_into_buffer):
21876         Use set_text_properties_1 to clear out properties.
21878         * search.c (Freplace_match): Use replace_range to insert
21879         and delete.  Don't request property inheritance from
21880         surrounding text.
21882 2001-11-10  Jason Rumney  <jasonr@gnu.org>
21884         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
21885         vertical fonts.  Allow them if face name is explicitly specified.
21886         Do not give up if we find a font that cannot be converted to an xlfd.
21888 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
21890         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
21891         instead of malloc/free.
21893 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21895         * xfaces.c (merge_face_vectors): Use braces to follow GNU
21896         Coding Standards.
21897         (Finternal_set_lisp_face_attribute): Likewise.
21899         * buffer.c (Fbury_buffer): Likewise.
21901         * indent.c (current_column_1): Remove unused variable `prev_col'.
21903         * coding.c (encode_coding): Use precomputed value of `src'.
21904         (encode_coding): Remove unused variable `src_end'.
21905         (code_convert_region): Remove unused variables `count'.
21907 2001-11-07  Jason Rumney  <jasonr@gnu.org>
21909         * w32term.c (x_display_and_set_cursor): Do not move system caret
21910         if cursor_glyph is NULL.
21912 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21914         * keymap.c (access_keymap): Fix compilation error.
21916 2001-11-07  Miles Bader  <miles@gnu.org>
21918         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
21920 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21922         * intervals.c (graft_intervals_into_buffer):
21923         Remove #ifdef'd-out code.
21924         (graft_intervals_into_buffer): Remove unused variable `middle'.
21926         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
21927         code (eval-current-buffer).
21928         Change doc-string comments to `new style' [w/`doc:' keyword].
21930 2001-11-06  Richard M. Stallman  <rms@gnu.org>
21932         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
21934 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
21936         * lread.c (read1): Fix behavior with nested backquoting.
21938         * keyboard.c (make_lispy_event): Check integerness and fix
21939         Lisp_Object/int mixup.
21941 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21943         * fns.c (copy_hash_table): Remove unused variable `v'.
21945         * fontset.c (fontset_font_pattern): Remove unused variable
21946         `family_registry'.
21948         * indent.c (current_column_1): Remove unused variable `prev_col'.
21950 2001-11-05  Richard M. Stallman  <rms@gnu.org>
21952         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
21954         * buffer.c (Fkill_buffer): Don't delete auto save file
21955         if buffer is modified.
21957 2001-11-05  Andrew Innes  <andrewi@gnu.org>
21959         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
21960         CHECK_NUMBER_CDR.
21962 2001-11-05  Richard M. Stallman  <rms@gnu.org>
21964         * unexelf.c (unexec): Minor changes; clean up comments.
21966 2001-11-05  Sam Steingold  <sds@gnu.org>
21968         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
21970 2001-11-05  Andreas Schwab  <schwab@suse.de>
21972         * sound.c (sound_perror): Save errno from being clobbered.
21974 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
21976         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
21977         the program image directly.
21979 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21981         * buffer.h (Fbuffer_local_value): Add prototype.
21983 2001-11-04  Richard M. Stallman  <rms@gnu.org>
21985         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
21986         and CHECK_BUFFER.
21988         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
21989         (record_char): Likewise.
21991         * keyboard.c (make_lispy_event): Don't insist a drag event must
21992         move to a different buffer position.  Instead, check for moving at
21993         least double_click_fuzz.
21995         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
21997         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
21999         * indent.c (current_column_1, Fmove_to_column): Separate the code
22000         for display-table glyphs from the code for buffer text, to fix
22001         bugs in the former.
22003 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
22005         * buffer.c (Fbuffer_local_value): New function.
22006         (syms_of_buffer): Defsubr it.
22008         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
22009         value of `cursor-in-non-selected-windows'.
22011         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
22012         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
22013         (syms_of_xdisp): Initialize it.
22015 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22017         * xfns.c (Fx_create_frame): Doc fix.
22019         * coding.c: Change doc-string comments to `new style' [w/`doc:'
22020         keyword].
22022         * eval.c (top_level_value, top_level_set): Remove commented and
22023         #ifdef'd-out code.
22024         (Fdefvar): Fix usage in doc-string.
22026 2001-11-03  Richard M. Stallman  <rms@gnu.org>
22028         * xfns.c: Include unistd.h, if it exists.
22030         * editfns.c: Move the include of ctype.h after unistd.h.
22032         * gmalloc.c: Test BROKEN_PROTOTYPES.
22034 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
22036         * lisp.h (CHECK_STRING_CAR): New macro.
22037         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
22038         treating XCAR and XCDR as lvalues.
22039         (openp): Use CHECK_STRING_CAR.
22040         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
22042 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
22044         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
22045         (SIGMASKTYPE): Define.
22047         * syssignal.h (sigunblock): Don't define if already defined.
22049 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22051         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
22052         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
22053         Fix typos in comments.
22055         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
22056         and #ifdef'd-out code.
22057         Fix and reindent comments.
22059         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
22061         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
22062         argument `i' in macros.
22064         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
22065         `i' in macros.
22067         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
22068         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
22069         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
22070         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
22071         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
22072         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
22073         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
22074         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
22075         in macros.
22077         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
22078         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
22079         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
22080         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
22081         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
22082         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
22083         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
22084         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
22085         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
22086         (remove unused second argument).
22088 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
22090         * syntax.c (describe_syntax): New wrapper.
22091         (Finternal_describe_syntax_value): Rename from describe_syntax.
22092         Don't insert space at front and \n at the end.
22093         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
22095         * regex.c (re_wctype): Try to fix some warnings.
22096         (regcomp, regexec): Don't forget the __restrict.
22098 2001-11-02  Richard M. Stallman  <rms@gnu.org>
22100         * textprop.c (Fget_char_property): Doc fix.
22102 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22104         * process.c (Fstart_process): Add usage to doc-string.
22106         * data.c (Fsetq_default): Ditto.
22108         * callint.c (Finteractive): Ditto.
22110 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
22112         * macros.c: Don't include keymap.h any more.
22114 2001-11-01  Richard M. Stallman  <rms@gnu.org>
22116         * data.c (Fmake_local_variable): Doc fix.
22118         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
22119         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
22121         * keymap.c (Fdescribe_buffer_bindings): Print character property
22122         bindings along with or instead of the buffer local map.
22123         Make the overriding maps override what they should.
22125 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22127         * window.c (grow_mini_window): Fix typo in comment.
22129 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
22131         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
22132         (XTset_vertical_scroll_bar): Likewise.
22134         * xfns.c (x_build_heuristic_mask): Use four_corners_best
22135         instead of IMAGE_BACKGROUND.
22137         * xfns.c (four_corners_best): Reindent.
22139         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
22140         Handle :box so that it is possible to specify sexprs.
22142 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
22144         * s/hpux11.h: New file.
22146 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22148         * emacs.c (USAGE1): Show command line option --no-window-system
22149         instead of --no-windows in usage.
22150         (standard_args): Rename --no-windows to --no-window-system.
22151         (bug_reporting_address): Follow Emacs coding conventions.
22153         * eval.c (Fcommandp): Doc fix.
22154         Change doc-string comments to `new style' [w/`doc:' keyword].
22156         * frame.c (Fframe_live_p): Doc fix.
22158         * buffer.c (selective-display-ellipses): Doc fix.
22160 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
22162         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
22164         * xfaces.c (realize_x_face): If C is not a single-byte character,
22165         set the face's colors_copied_bitwise_p instead of the defaulted_p
22166         members which have a different meaning.
22167         (free_face_colors): Do nothing for a face whose colors have been
22168         copied bitwise.
22170         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
22172 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22174         * marker.c, mocklisp.c: Change doc-string comments to `new style'
22175         [w/`doc:' keyword].
22177 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
22179         * fns.c (require_unwind): Return Lisp_Object.
22181 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22183         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
22184         (last-input-char): Revert doc-string to be the same as the
22185         doc-string of `last-input-event'.
22187         * xdisp.c: Fix typos in comments.
22189 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
22191         * window.c (grow_mini_window): Handle case that the root
22192         window is already smaller than the nominal mininum height.
22194 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22196         * emacs.c (main): Don't call keys_of_macros any more.
22198         * lisp.h (keys_of_macros): Remove.
22200         * macros.c (keys_of_macros): Remove.
22202         * xfaces.c (Fface_attribute_relative_p): Declare args.
22204 2001-10-30  Jason Rumney  <jasonr@gnu.org>
22206         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
22207         (enum_font_cb2): Ignore fonts with vertical orientation.
22209 2001-10-30  Richard M. Stallman  <rms@gnu.org>
22211         * keyboard.c (Finput_pending_p): Doc fix.
22213 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
22215         * xterm.c (x_after_update_window_line): Don't run the code
22216         clearing in borders for rows whose visible height is 0.
22218         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
22219         resized_p flag is set.  If not set, use the much less flickering
22220         method previously used.
22222         * dispnew.c (change_frame_size_1): Set frame's resized_p.
22224         * frame.h (struct frame) <resized_p>: New member.
22226         * lread.c (to_multibyte): Ensure read_buffer is at least twice
22227         as large as the number of bytes to convert.
22229         * lread.c (to_multibyte): New function.
22230         (read1): Use it.
22232 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
22234         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
22236 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
22238         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
22239         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
22240         if the row's fill_line_p is set and drawing the last glyph with
22241         DRAW_IMAGE_{RAISED,SUNKEN}.
22243         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
22245 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
22247         * xmenu.c: Include coding.h and charset.h.
22248         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
22249         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
22250         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
22251         Explicitly set wv->help.  Use `TRUE' rather than `True'.
22252         (menu_help_callback): Use empty_string.
22254         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
22255         (Fx_popup_dialog): Explicitly init f.
22256         (w32_menu_display_help): Use empty_string.
22258 2001-10-29  Richard M. Stallman  <rms@gnu.org>
22260         * fns.c (Frequire): Detect recursive try to require the same
22261         feature 3 or more levels deep, and get error.
22262         (require_unwind): New subroutine.
22263         (require_nesting_list): New variable.
22264         (syms_of_fns): Init and staticpro it.
22266         * print.c (print_object): Clarify indication of insertion type.
22268 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
22270         * coding.c (syms_of_coding): Document that locale-coding-system is
22271         used for decoding input on X.
22273         * window.c (Fscroll_left, Fscroll_right): Doc fix.
22275 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22277         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
22278         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
22280 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
22282         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
22283         use NO_CURSOR if cursor_in_non_selected_windows is false.
22285         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
22286         the slant attribute if FRAME is t.
22288         * xfns.c (x_set_internal_border_width): Set frame garbaged
22289         when X window doesn't exist yet.
22291         * xterm.c (x_after_update_window_line): Clear internal border
22292         in different circumstances.
22294         * xterm.c (XTread_socket) <KeyPress>: Don't use
22295         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
22296         <handa@etl.go.jp>.
22298 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
22300         * m/ibms390.h: New file.  From Adam Thornton
22301         <athornton@sinenomine.net>.
22303 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
22305         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
22307         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
22308         a loop counter.
22310 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22312         * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
22314         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
22315         keyword].
22316         Fix typos in comments.
22318         * emacs.c (bug_reporting_address): New function.
22319         Use it when displaying usage message.
22321         * minibuf.c (read_minibuf): Remove unused external declaration of
22322         variable `Qread_only'.
22324         * keymap.c (access_keymap): Remove unused variable `charset'.
22326 2001-10-28  Miles Bader  <miles@gnu.org>
22328         * xfaces.c (merge_face_heights): Handle TO being relative as well.
22329         Remove #ifdef'd-out code.
22330         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
22331         (syms_of_xfaces): Initialize them.
22333 2001-10-27  Jason Rumney  <jasonr@gnu.org>
22335         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
22336         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
22337         position using the system caret.
22339         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
22340         (w32_system_caret_height, w32_system_caret_x)
22341         (w32_system_caret_y): New variables for tracking system caret.
22342         (w32_initialize): Initialize them.
22343         (x_display_and_set_cursor): Make system caret follow the active cursor.
22345         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
22346         New messages types.
22348         * w32term.c (note_mouse_highlight): Clear old help_echo.
22350 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22352         * xterm.c: Fix typo in a comment.
22354         * emacs.c: Fix typos in comments.
22355         Remove unnecessary spaces.
22356         Change doc-string comments to `new style' [w/`doc:' keyword].
22357         (USAGE2): Fix typos in usage string.
22359         * xterm.c: Fix typo in a comment.
22361         * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
22362         emacs.c.
22364 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
22366         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
22367         instead of 1/2 line_height in the heuristic for skipping
22368         farther backward when target_y was not reached.
22370         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
22371         Display errno only if non-zero.
22372         (sound_warning): New function.
22373         (vox_configure): Don't treat failing to set sample rate as error.
22374         (various places): Improve error messages.
22376 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
22378         * fileio.c (Faccess_file): Run the argument filename through
22379         Fexpand_file_name, before using it.
22381         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
22382         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
22384 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
22386         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
22388         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22389         Fix clearing in the case of scroll bars on the right.
22391 2001-10-26  Juanma Barranquero  <lektu@terra.es>
22393         * w32gui.h (XImage): Add a dummy typedef.
22395 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
22397         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
22399 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
22401         * frame.c (Fframe_parameter): Fix last change.
22403         * fileio.c: Revert last change (which removed old commented-out
22404         version of expand-file-name).  Add a comment that explains why
22405         this old version should not be removed.
22407 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
22409         * frame.c (Fframe_parameter): Fix a bug whereby some
22410         ``artificial'' frame parameters, like `minibuffer' were not
22411         obtained by calling Fframe_parameters.
22413         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
22414         cursor differently.
22416         * xdisp.c (move_it_vertically_backward): Compute line height
22417         differently.  Add heuristic to try to be more compatible to 20.x.
22419 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22421         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
22423         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
22424         boolean.
22426 2001-10-25  Miles Bader  <miles@gnu.org>
22428         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
22429         BG is a pointer to a structure, not a structure.
22430         (gif_format, png_format): Add missing commas.
22432 2001-10-24  Richard M. Stallman  <rms@gnu.org>
22434         * xfaces.c (Fface_attributes_as_vector): New function.
22435         (syms_of_xfaces): Defsubr it.
22437 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22439         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
22440         variable `area'.
22442 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22444         * search.c (scan_newline): Remove unused variable `selective_display'.
22446 2001-10-25  Miles Bader  <miles@gnu.org>
22448         * dispextern.h (struct image): Add `background',
22449         `background_valid', and `background_transparent' fields.
22450         (image_background, image_background_transparent): New declarations.
22451         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
22452         * xfns.c (image_background, image_background_transparent)
22453         (four_corners_best): New functions.
22454         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
22455         (gs_format): Add `:background' entry.
22456         (lookup_image): Set IMG's background color if specified.
22457         (pbm_load, xbm_load_image, png_load): Set IMG's background field
22458         when appropriate.
22459         (x_clear_image_1): Reset `background_valid' and
22460         `background_transparent_valid' fields.
22461         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
22462         calculating it here.  Set IMG's background_transparent field.
22463         (enum xpm_keyword_index): Add XPM_BACKGROUND.
22464         (enum png_keyword_index): Add PNG_BACKGROUND.
22465         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
22466         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
22467         (enum gif_keyword_index): Add GIF_BACKGROUND.
22468         (enum gs_keyword_index): Add GS_BACKGROUND.
22469         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
22470         Pre-calculate image background color where necessary.
22471         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
22472         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
22473         color to use for image glyph reliefs.
22475 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
22477         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
22478         in full-width rows.
22480         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22481         Fix clearing of area not covered by scroll bar.
22483 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22485         * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
22486         and `real_start'.
22487         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
22488         (glyph_rect): Remove unused variable `area'.
22490 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
22492         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
22494         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
22495         (row_containing_pos): Take additional argument DY.
22496         Treat rows ending in middle of char differently.
22497         (display_line): Handle tabs on window systems differently.
22499         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
22500         with additional argument.
22502         * dispextern.h (row_containing_pos): Adjust prototype.
22504         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
22505         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
22506         (try_window_id, try_window_reusing_current_matrix)
22507         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
22508         (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
22510 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22512         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
22513         gnuemacs).
22514         (HAVE_BOXES): Fix typo in comment.
22515         (push_menu_pane): Fix typo in comment.
22517         * xdisp.c (display_prop_string_p): Remove unused local declaration
22518         of `Qwhen'.
22519         (single_display_prop_string_p): Remove unused local declarations
22520         of `Qwhen' and `Qmargin'.
22521         (string_buffer_position): Remove unused variable `around'.
22522         (store_frame_title): Remove unused variable `width'.
22524         * window.c: Don't define max.
22525         (coordinates_in_window): Remove unused variable `uy'.
22527         * widget.c: Don't define max.
22529         * process.c: Don't define max.
22530         (create_process): Remove unused variable `buffer'.
22532 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22534         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
22536 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
22538         * xfaces.c (Finternal_set_lisp_face_attribute)
22539         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
22540         frame is on a windowed display.
22542 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22544         * dispnew.c (sync_window_with_frame_matrix_rows):
22545         Fix handling of windows which aren't full-width, fix handling
22546         of marginal areas.
22548         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
22550 2001-10-23  Andreas Schwab  <schwab@suse.de>
22552         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
22553         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
22555 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22557         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
22558         REAL_END.  Notice if cursor gets overwritten.
22559         (notice_overwritten_cursor): Take X positions as parameters.
22560         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
22561         around call to x_draw_glyphs.
22563 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22565         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
22566         instead of C) and usage.
22568         * editfns.c (char-to-string): Fix argument names (use CHAR instead
22569         of C) and usage.
22571         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
22572         `left', `max_width' and `max_height'.
22574 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
22576         * xdisp.c (display_line): For a tab continued to the next line,
22577         set row's ends_in_middle_of_char_p.
22579 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
22581         * xdisp.c (display_line): Fix computation of continuation lines
22582         width for TABs.
22584 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22586         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
22587         `Qlaplace'.
22589         * fileio.c: Remove unused code.
22591 2001-10-22  Miles Bader  <miles@gnu.org>
22593         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
22594         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
22595         Remove `DOC_STRINGS_IN_COMMENTS' cases.
22597 2001-10-21  Jason Rumney  <jasonr@gnu.org>
22599         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
22601 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
22603         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
22604         (Finsert_string): Avoid the multi-line string literals warning.
22606 2001-10-22  Miles Bader  <miles@gnu.org>
22608         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
22609         (Fdocumentation): Don't use it.
22610         (syms_of_doc): Don't initialize it.
22612         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
22613         * print.c (Fwith_output_to_temp_buffer): Likewise.
22614         * window.c (Fsave_window_excursion): Likewise.
22615         * editfns.c (Fsave_excursion, Fsave_current_buffer)
22616         (Fsave_restriction): Likewise.
22617         * eval.c (Frun_hooks, Frun_hook_with_args)
22618         (Frun_hook_with_args_until_failure)
22619         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
22620         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
22621         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
22622         (Funwind_protect, Fcondition_case): Likewise.
22623         * coding.c (Ffind_operation_coding_system): Likewise.
22624         * keyboard.c (Ftrack_mouse): Likewise.
22626 2001-10-21  Miles Bader  <miles@gnu.org>
22628         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
22629         (Fmake_hash_table): Add usage: string to doc string.
22630         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
22631         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
22632         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
22633         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
22634         (Fml_prefix_argument_loop): Likewise.
22636 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22638         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
22640         * sysdep.c (init_sys_modes): Change doc-string comments to `new
22641         style' [w/`doc:' keyword].
22643         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
22644         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
22645         comments to `new style' [w/`doc:' keyword].
22647 2001-10-21  Jason Rumney  <jasonr@gnu.org>
22649         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
22651         * w32term.c (remember_mouse_glyph): New function.
22652         (w32_mouse_position): Use it.
22653         (note_mouse_movement): If the mouse moved off the glyph, remember
22654         its new position.
22656         * w32term.h (struct w32_output): Correct spelling of x_compatible.
22657         (w32_display_info): Add mouse_face_overlay.
22659         * w32term.c (notice_overwritten_cursor): Renamed from
22660         note_overwritten_text_cursor.  Rewritten to take glyph widths into
22661         account.
22662         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
22663         (fast_find_string_pos): New function.
22664         (fast_find_position): Return the correct vpos.  Add parameter
22665         STOP.  In the final row, stop before glyphs having STOP as object.
22666         Don't consider glyphs that are not from a buffer.
22667         (fast_find_position) [0]: Add a presumably more correct version
22668         for after 21.1.
22669         (expose_window_tree, expose_frame): Don't compute intersections here.
22670         (expose_window): Do it here instead.
22671         (expose_window_tree, expose_window, expose_line): Return 1 when
22672         overwriting mouse-face.
22673         (expose_window): If W is the window currently being updated, mark
22674         the frame garbaged.
22675         (expose_frame): If mouse-face was overwritten, redo it.
22676         (x_use_underline_position_properties): New variable.
22677         (syms_of_xterm): DEFVAR_BOOL it.
22678         (x_draw_glyph_string): Add comment to use it in future.
22679         (x_draw_glyph_string): Restore clipping after drawing box.
22680         Fix a computation of the underline position.
22681         (w32_get_glyph_string_clip_rect): Minor cleanup.
22682         (x_fill_stretch_glyph_string): Remove an assertion.
22683         (x_produce_glyphs): Don't convert multibyte characters
22684         to unibyte characters in unibyte buffers.
22685         (cursor_in_mouse_face_p): New function.
22686         (x_draw_stretch_glyph_string): Use it to choose a different GC
22687         when drawing a cursor within highlighted text.  Don't draw
22688         background again if it has already been drawn.
22689         (x_draw_glyph_string_box): Don't draw a full-width
22690         box just because the glyph row's full_width_p flag is set.
22691         (x_draw_glyphs): Fix computation of rightmost x for
22692         full-width rows.
22693         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
22694         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
22695         change bottom shadow accordingly.  Some cleanup.
22696         (x_update_window_end): Handle overwritten mouse face
22697         also for tool bar windows.
22698         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
22699         DRAW is DRAW_IMAGE_RAISED.
22700         (clear_mouse_face): Return 1 if text with mouse face was
22701         actually redrawn.  Make the function static.
22702         Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
22703         optimize away highlighting if we pass over that same overlay again.
22704         (note_mouse_highlight): Call mouse_face_overlay_overlaps
22705         to detect a case where we have to highlight a different region
22706         despite not having left the currently highlighted region.
22707         Set mouse_face_overlay in the x_display_info.  Avoid changing the
22708         mouse pointer shape when show_mouse_face has already done it, or
22709         there is no need.  Handle mouse-face and help-echo in strings.
22710         (glyph_rect): New function.
22711         (w32_mouse_position): Use it to raise the threshold for mouse
22712         movement event generation.
22713         (w32_initialize_display_info): Initialize the x_display_info's
22714         mouse_face_overlay.
22715         (w32_set_vertical_scroll_bar): Don't clear a zero height
22716         or width area.
22717         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
22718         a widget to zero height.
22720         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
22721         Protect unibyte strings created by replacing their multibyte
22722         equivalents in menu_items.
22723         (w32_menu_show): Don't overwrite an item's name with its key
22724         description in case the description is a multibyte string.
22725         (single_submenu): Some cleanup.
22727         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
22728         (postprocess_image): New function.
22729         (lookup_image): Call it for all image types except PostScript.
22730         (x_kill_gs_process): Call postprocess_image.
22731         (tiff_error_handler, tiff_warning_handler): New functions.
22732         (tiff_load): Install them as handlers.
22733         (x_kill_gs_process): Recognize if someone has cleared the image
22734         cache under us.
22735         (valid_image_p): Protect better against invalid image
22736         specifications.  Previous code could signal an error.
22737         (Fx_hide_tip, Fshow_tip): Doc fix.
22738         (Fv_max_tooltip_size): New variable.
22739         (syns_of_xfns): DEFVAR_LISP it.
22740         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
22741         window buffer to *tip* right after creating the frame.  Set frame's
22742         window_width.  Use a maximum tooltip size specified by
22743         Vx_max_tooltip_size, if that has valid contents.
22744         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
22745         Make sure the tooltip is completely visible.
22746         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
22747         (Fx_create_frame): Adjust the frame's height for presence
22748         of the tool bar before calling x_figure_window_size.
22749         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
22750         when the window gets smaller.
22751         (x_set_foreground_color): Set frame's cursor_pixel.
22752         (x_set_foreground_color, x_set_background_color): Cleaned up.
22753         (x_set_font): Handle case of x_new_fontset returning the same name
22754         as before, although there was a change in fontsets.
22756 2001-10-21  Miles Bader  <miles@gnu.org>
22758         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
22759         (Flogxor): Add usage: string to doc string.
22760         * charset.c (Fstring): Likewise.
22761         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
22762         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
22764 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22766         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
22768         * alloc.c: Reindent DEFUNs with doc: keywords.
22770         * abbrev.c (Finsert_abbrev_table_description): Reindent.
22772         * frame.c: Change doc-string comments to `new style' [w/`doc:'
22773         keyword].
22775 See ChangeLog.9 for earlier changes.
22777 ;; Local Variables:
22778 ;; coding: iso-2022-7bit
22779 ;; End:
22781     Copyright (C) 2001, 2002, 2003, 2004, 2005,
22782         2006 Free Software Foundation, Inc.
22783   Copying and distribution of this file, with or without modification,
22784   are permitted provided the copyright notice and this notice are preserved.
22786 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4