(check_x_display_info): Use check_x_frame.
[emacs.git] / src / ChangeLog
blobfb7c42a4d32866aeafd9b5421957823328052176
1 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
3         * .gdbinit (xprintsym): Use the new `xname' field.
4         (xsymbol): Use it.
6 2002-06-22  Jason Rumney  <jasonr@gnu.org>
8         * w32fns.c (file_dialog_callback): New function.
9         (Fx_file_dialog): Allow selecting directories as well as files.
11 2002-06-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
13         * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
14         OpenBSD. Add support for mipseb-*-netbsd* machines.
16 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
18         * macterm.c (mac_scroll_area): Set foreground and backcolor to
19         black and white before scrolling.  Restore frame background and
20         foreground color after scrolling.
21         (do_window_update): Call XClearWindow before calling expose_frame.
22         (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
23         FRAME_FOREGROUND_PIXEL of frame.
25         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
26         test Mac command key as <ALT> key.
28 2002-06-17  Stefan Monnier  <monnier@cs.yale.edu>
30         * window.c (Fset_window_configuration): Lisp_Object/int mixup.
32         * keyboard.c (read_key_sequence): Be more careful with first_unbound.
33         Lookup keys in function-key-map immediately so that key-translation-map
34         can be applied earlier.
35         Remove function_key_possible and key_translation_possible, replaced
36         by checking `keytran_start < t'.
38         * .gdbinit (xsymbol): Use the new `xname' field.
40 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
42         * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
43         test Mac command key as <ALT> key.
45         * mac.c (do_applescript): Call initialize_applescript if necessary
46         when first called.  Dispose of result_desc only when there is no error.
47         (Fdo_applescript): Use %d format specifier instead of %ld.
49 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
51         * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
52         of FrontWindow for cases keyDown and autoKey.
54         * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
55         Vdefault_fontset to Monaco with mac-roman coding.
57         * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
58         init_process before and after inclusion of Carbon/Carbon.h, resp.
60         * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
61         cursor_gc.
62         (add_font_name_table_entry): New function.
63         (init_font_name_table): Use add_font_name_table_entry; add italic,
64         bold, and bold-italic entries for truetype fonts.
66         * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
67         for Mac too.
68         (try_font_list) [MAC_OS]: If no font matches given registry, try
69         fonts with any registry matching face_family.
70         (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
72         * s/darwin.h: If autoconf detects the Ncurses library, define
73         LIBS_TERMCAP to -lncurses to use it.
75 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
77         * strftime.c [__hpux]: Include sys/_mbstate_t.h.
79 2002-06-15  Richard M. Stallman  <rms@gnu.org>
81         * window.c (Fset_window_configuration): Explicitly preserve
82         the point value that new_current_buffer had at the start.
84 2002-06-14  Juanma Barranquero  <lektu@terra.es>
86         * composite.c (Fcompose_region_internal, Fcompose_string_internal):
87         Fix typos.
89 2002-06-14  Kim F. Storm  <storm@cua.dk>
91         * insdel.c (insert_1_both, insert_from_string_1)
92         (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
93         insert happened in the end_unchanged region.  Otherwise, the
94         redisplay may be confused and duplicate the last line in the
95         buffer [seen after save-buffer when require-final-newline==t].
97 2002-06-13  Jason Rumney  <jasonr@gnu.org>
99         * w32.c (init_environment): Remove EMACSLOCKDIR.
100         (stat): Swap _S_IFDIR and _S_IFREG.
102 2002-06-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
104         * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
105         * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
106         * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
107         ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
108         to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
109         NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
110         to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
111         language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
112         to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
113         W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
114         SELECTION_REQUEST_EVENT, selection_clear_event to
115         SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
116         delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
117         ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
118         menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
119         DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
120         no_event to NO_EVENT.
122 2002-06-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
124         * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
126 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
128         * intervals.c (textget): Don't forget to `return'.
129         (lookup_char_property): Use XCAR/XCDR.
131 2002-06-12  Juanma Barranquero  <lektu@terra.es>
133         * xdisp.c (Fformat_mode_line): Fix typo.
135 2002-06-12  Kim F. Storm  <storm@cua.dk>
137         * xdisp.c (Fformat_mode_line): New function.
138         (frame_title_buf, frame_title_buf_end, frame_title_ptr)
139         (store_frame_title_char, store_frame_title): Use unconditionally.
140         (init_xdisp): Defsubr Fformat_mode_line.
141         Initialize frame_title_buf etc. unconditionally.
143 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
145         * keyboard.c (read_key_sequence):
146         Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
147         things through those maps after downcasing events.
148         Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
149         applies after function-key-map.
150         Make sure that keytran can be done in the middle in the sequence.
151         Be careful not to throw away events past the one we downcase.
153         * lread.c (read_integer): Remove unused var `tem'.
154         (read1): Fix int/Lisp_Object mixup.
156         * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
158 2002-06-11  Richard M. Stallman  <rms@gnu.org>
160         * keyboard.c (readable_events): Ignore any number of
161         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
163 2002-06-09  Miles Bader  <miles@gnu.org>
165         * xfaces.c (Ftty_supports_face_attributes_p): New function.
166         (parse_rgb_list, tty_lookup_color): New functions.
167         (tty_defined_color): Use `tty_lookup_color' to do all the work.
168         (color_distance, Fcolor_distance): New functions.
169         (TTY_SAME_COLOR_THRESHOLD): New macro.
170         (Qtty_color_standard_values): New variable.
171         (syms_of_xfaces): Initialize new vars & functions.
173 2002-06-08  Colin Walters  <walters@verbum.org>
175         * textprop.c (Vchar_property_alias_alist): New variable.
176         (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
178         * intervals.c (lookup_char_property): New function for looking up
179         overlay and text properties, created from textget.
180         (textget): Use it.
182         * intervals.h (lookup_char_property): Declare.
183         (Vchar_property_alias_alist): Declare.
185         * buffer.c (Foverlay_get): Use lookup_char_property.
187 2002-06-07  Sam Steingold  <sds@gnu.org>
189         * xselect.c (lisp_data_to_selection_data): Fix last change:
190         *data_ret is not a Lisp string, while unibyte_string is.
192 2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
194         * xselect.c (lisp_data_to_selection_data): Fix last change:
195         set size_ret.
197 2002-06-07  Andreas Schwab  <schwab@suse.de>
199         * m/amdx86-64.h: New file.
201 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
203         * fns.c (Fstring_make_unibyte): Doc fix.
205         * xselect.c (lisp_data_to_selection_data): If the requested type
206          is STRING, call string_make_unibyte to encode the selected text
207          as a string.
209         * window.c (Fset_window_hscroll): Doc fix.
211 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
213         * fileio.c (choose_write_coding_system):
214         Call select-safe-coding-system properly.
216 2002-06-03  Richard M. Stallman  <rms@gnu.org>
218         * xdisp.c (message_with_string): Error if STRING is not a string.
220         * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
222         * fileio.c (choose_write_coding_system): Pass FILE arg to
223         Vselect_safe_coding_system_function.
225 2002-06-03  Ken Raeburn  <raeburn@gnu.org>
227         * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
229 2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
231         * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
232         * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
233         * keymap.c (describe_command): Likewise.
234         * minibuf.c (read_minibuf): Likewise.
236         * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
237         Cast `current_column' return value to int.
238         (back_to_previous_visible_line_start)
239         (reseat_at_next_visible_line_start, next_element_from_buffer):
240         Cast `indented_beyond_p' 3rd arg to float.
242         * indent.c (last_known_column): Now a float.
243         (current_column_1, position_indentation, current_column)
244         (string_display_width): Return float.
245         (Fcurrent_column): Cast `current_column' return value to int.
246         (Fcurrent_indentation): Cast `position_indentation' retval to int.
247         (indented_beyond_p): Third arg now a float.
248         (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
250         * lisp.h (current_column): Now returns float.
251         (indented_beyond_p): 3rd arg now a float.
253 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
255         * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
256         is Qcompound_text_with_extensions.
258         * xselect.c (lisp_data_to_selection_data): Always set selection
259         type as string if x_encode_text returns streingp non-NULL.
261         * s/netbsd.h: Include /usr/pkg in the run time shared library path.
263 2002-05-30  Richard M. Stallman  <rms@gnu.org>
265         * window.c (Fset_window_configuration): Correct the handling
266         of point in current buffer, to work with multiple windows.
268 2002-05-29  Colin Walters  <walters@verbum.org>
270         * lread.c (Fread_from_string): Don't depend on order of evaluation
271         for C function parameters.
273 2002-05-28  Richard M. Stallman  <rms@gnu.org>
275         * xterm.c (x_display_and_set_cursor): Change the cursor in the same
276         way for blinked-off state and for a nonselected window.
278         * window.c (window_scroll_pixel_based): Don't call Fbolp;
279         instead, see if the new start pos is at beginning of line.
281         * fileio.c (Fwrite_region): If START is a string, don't
282         make any annotations.
284         * eval.c (syms_of_eval): Doc fix.
286 2002-05-28  Colin Walters  <walters@debian.org>
288         * emacs.c (USAGE1): Add --no-splash.
289         (standard_args): Ditto.
291 2002-05-28  Colin Walters  <walters@gnu.org>
293         * lread.c (readchar_count): New variable.
294         (readchar): Increment it.
295         (unreadchar): Decrement it.
296         (read_multibyte): Decrement it.
297         (Vread_with_symbol_positions): New variable.
298         (Vread_symbol_positions_list): New variable.
299         (read_internal_start): New function, created from Fread and
300         Fread_from_string.  Handle Vread_symbol_positions_list and
301         Vread_with_symbol_positions.
302         (readevalloop, Fread, Fread_from_string): Use it.
303         (read1): Use readchar_count to add symbol positions to
304         Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
305         (syms_of_lread): DEFVAR_LISP and initialize them.
307         * lread.c (read0, read1, read_list, read_vector, read_multibyte)
308         (substitute_object_recurse, substitute_object_in_subtree)
309         (substitute_in_interval): Prototype.
310         (read_multibyte): Return c if it's less than zero.
312 2002-05-28  Kim F. Storm  <storm@cua.dk>
314         * fileio.c (Fread_file_name_internal): Added brute-force
315         speed up for using predicate file-directory-p.
317 2002-05-28  Kim F. Storm  <storm@cua.dk>
319         * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
320         New variables.
321         (syms_of_fileio): DEFVAR_LISP them.
322         (read_file_name_cleanup): New unwind function.
323         (Fread_file_name_internal): Only return completions satifying
324         Vread_file_name_predicate.  Temporarily unwind protect and rebind
325         default-directory while checking completions against the predicate.
326         (Fread_file_name): Added PREDICATE argument.  Specbind it to
327         Vread_file_name_predicate during completion.
328         Call Vread_file_name_function to read the file name if non-nil.
330         * lisp.h (Fread_file_name): Now has 6 args.
332         * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
333         predicate for Fread_file_name when reading directory name.
334         Supply Qnil for predicate in other calls to Fread_file_name.
336 2002-05-26  Miles Bader  <miles@gnu.org>
338         * term.c (tty_capable_p): New function.
339         * dispextern.h (tty_capable_p): New function declaration.
340         (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
341         (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
343 2002-05-23  Stefan Monnier  <monnier@cs.yale.edu>
345         * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
346         (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
347         (Vwrite_region_annotate_functions): Docstring fix.
349 2002-05-23  Kim F. Storm  <storm@cua.dk>
351         * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
352         phys_cursor's hpos is overwritten.  This is still not completely
353         correct, as it doesn't really make sense to use hpos at all to
354         get the cursor glyph (as that is relative to the width of the
355         characters on the line, which may have changed during the update).
357 2002-05-22  Jason Rumney  <jasonr@gnu.org>
359         * w32fns.c (enumfont_t): Remove tail, make pattern a normal
360         Lisp_Object.
361         (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
362         Use modified enumfont_t struct.
364         * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
366         * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
367         Handle the `hbar' cursor type.
368         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
370         * w32fns.c (Qhbar): New variable.
371         (x_specified_cursor_type): Use it.
373 2002-05-21  Ken Raeburn  <raeburn@gnu.org>
375         * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
376         now, when the address is needed.
378 2002-05-21  Colin Walters  <walters@gnu.org>
380         * Makefile.in (shortlisp): Add font-core.el.
382 2002-05-20  Richard M. Stallman  <rms@gnu.org>
384         * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
386         * keyboard.c (read_char_minibuf_menu_prompt): Don't list
387         equivalent key bindings here.
389 2002-05-20  Ken Raeburn  <raeburn@gnu.org>
391         Change symbol structure to contain a lisp object for the symbol
392         name:
393         * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
394         object field named "xname".
395         (SYMBOL_NAME): New macro.
396         * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
397         name field.
398         * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
399         (mark_object, gc_sweep): Use symbol xname field and XSTRING
400         instead of name field.
401         * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
402         SYMBOL_NAME instead of XSYMBOL and name field.
403         * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
404         instead of XSYMBOL and name field.
405         * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
406         and SYMBOL_NAME instead of XSYMBOL and name field.
407         * coding.c (Fread_coding_system, code_convert_region1)
408         (code_convert_string1, code_convert_string_norecord)
409         (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
410         XSYMBOL and name field.
411         * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
412         (Fmake_variable_buffer_local, Fmake_local_variable)
413         (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
414         of XSYMBOL and name field.
415         * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
416         XSYMBOL and name field.
417         * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
418         instead of XSYMBOL and name field.
419         * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
420         XSYMBOL and name field.
421         * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
422         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
423         * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
424         instead of XSYMBOL and name field.
425         * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
426         (parse_modifiers, apply_modifiers, Fevent_convert_list)
427         (parse_solitary_modifier, Fexecute_extended_command):
428         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
429         * keymap.c (silly_event_symbol_error, Fsingle_key_description)
430         (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
431         of XSYMBOL and name field.
432         (describe_command, describe_translation): Use SYMBOL_NAME and
433         assignment instead of XSYMBOL and name field and XSETSTRING.
434         * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
435         instead of XSYMBOL and name field.
436         (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
437         name field and XSETSTRING.
438         * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
439         of XSYMBOL and name field.
440         * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
441         assignment instead of XSYMBOL and name field and XSETSTRING.
442         * print.c (print_error_message, print_object): Use SYMBOL_NAME and
443         XSTRING instead of XSYMBOL and name field.
444         * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
445         and XSTRING instead of XSYMBOL and name field.
446         * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
447         and XSTRING instead of XSYMBOL and name field.
448         * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
449         XSTRING instead of XSYMBOL and name field.
450         * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
451         of XSYMBOL and name field.
452         * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
453         Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
455 2002-05-19  Ken Raeburn  <raeburn@gnu.org>
457         * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
458         and XCDR real rvalues in most configurations.
460         * buffer.c (fix_overlays_in_range, fix_overlays_before):
461         Don't take the address of the cdr part of a cons cell; instead, track
462         the parent cell and call XSETCDR, or set the variable for the head
463         of the list if we haven't started down the list yet.
465 2002-05-19  Richard M. Stallman  <rms@gnu.org>
467         * doc.c (reread_doc_file): Don't ask for confirmation.
469 2002-05-18  Jason Rumney  <jasonr@gnu.org>
471         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
472         (xbm_load_image): Use it.
473         (xbm_load): Ditto.
474         (xbm_read_bitmap_data): Reverted to xfns.c version.
475         From David Ponce <david@dponce.com>.
477 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
479         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
480         2.02 and later.
482 2002-05-16  Juanma Barranquero  <lektu@terra.es>
484         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
486 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
488         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
489         meaningful test.
490         (read_char_minibuf_menu_prompt): Fix typo.
492 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
494         * eval.c (Fcommandp): Doc fix.
496 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
498         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
499         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
500         (Fset_keymap_parent): Gcpro a bit more.
501         (access_keymap): Gcpro around meta_map call and around the main loop.
502         (get_keyelt): Gcpro when following indirect references.
503         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
504         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
505         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
506         Remove useless ad-hoc remap code.
508 2002-05-13  Richard M. Stallman  <rms@gnu.org>
510         * search.c (search_buffer): Give up boyer moore search if inverse
511         translation change charset_base.
513 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
515         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
516         characters is carried over from the previous block of text, adjust
517         coding->produced to account for the extra character.
519 2002-05-11  Andreas Schwab  <schwab@suse.de>
521         * coding.c (intersection): Keep the elements of the returned list
522         in the same order as in the first list.
524 2002-05-11  Kim F. Storm  <storm@cua.dk>
526         * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
527         only update cmm_size if realloc actually succeeds.
528         Testing with initial size of 2 elements revealed that using
529         realloc on GNU/Linux would cause a random trap in xmalloc
530         later on, so I rewrote the code to use malloc/bcopy/free instead
531         of realloc.
533 2002-05-10  Jason Rumney  <jasonr@gnu.org>
535         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
537 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
539         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
540         parens, to ensure correct evaluation order.
542 2002-05-10  Kim F. Storm  <storm@cua.dk>
544         * keymap.c (Vemulation_mode_map_alists): New variable.
545         (syms_of_keymap): DEFVAR_LISP it.
546         (current_minor_maps): Process keymap alists in that list before
547         minor-mode-overriding-map-alist and minor-mode-map-alist.
549 2002-05-09  Richard M. Stallman  <rms@gnu.org>
551         * search.c (Freplace_match): Doc fix.
553 2002-05-09  Kim F. Storm  <storm@cua.dk>
555         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
556         Enlarge cursor rectangle drawn around image with non-zero relief.
558         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
559         Enlarge cursor rectangle drawn around image with non-zero relief.
561         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
562         Enlarge cursor rectangle drawn around image with non-zero relief.
564 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
566         * xselect.c (lisp_data_to_selection_data): Don't set selection
567         type if comes from the Lisp object's car.  If the selection
568         contains a pure ASCII text, always return QSTRING as its type.
570 2002-05-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
572         * mac.c (mac-cut-function): Doc fix.
574 2002-05-05  Richard M. Stallman  <rms@gnu.org>
576         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
578 2002-05-04  Jason Rumney  <jasonr@gnu.org>
580         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
581         for event-click-count.
583         * process.c (init_process): Only add server subfeature if we can
584         use non-blocking I/O.
586 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
588         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
589         repeatedly.
591 2002-05-03  Jason Rumney  <jasonr@gnu.org>
593         * process.c (Fmake_network_process): Only support server sockets
594         when we can make them non-blocking.
596         * s/ms-w32.h (HAVE_SELECT): Define.
598         * w32.h (FILE_NDELAY): New flag.
600         * w32.c (sys_getpeername, fcntl): New functions.
601         (_sys_read_ahead): Temporarily block on non-blocking sockets.
603         * w32proc.c: include sys/file.h.
605 2002-05-03  Colin Walters  <walters@verbum.org>
607         * callproc.c (Vgame_score_directory): Renamed to
608         Vshared_game_score_directory.
610 2002-04-30  Richard M. Stallman  <rms@gnu.org>
612         * s/gnu.h [emacs]: Include stdio.h.
613         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
615         * eval.c (do_autoload): Error if called while preparing to dump.
617         * fns.c (Frequire): Error if need to load while preparing to dump.
619 2002-04-28  Colin Walters  <walters@verbum.org>
621         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
622         Default to "~/.emacs.d/games".
624 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
626         * lread.c (openp): Change arg exec_only to predicate.
627         (build_load_history): Use XCAR/XCDR.
628         (Flocate_file_internal): New fun.
629         (syms_of_lread): Defsubr it.
630         (Fload): Update call to openp.
632         * lisp.h (openp): Update prototype.
634         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
635         * w32proc.c (sys_spawnve):
636         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
637         * w32.c (check_windows_init_file):
638         * sound.c (Fplay_sound_internal):
639         * process.c (Fstart_process):
640         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
641         * mac.c (run_mac_command):
642         * emacs.c (init_cmdargs):
643         * callproc.c (Fcall_process): Update call to openp.
645         * textprop.c (remove_properties): Don't use XCAR without CONSP.
647         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
649 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
651         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
652         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
654 2002-04-28  Richard M. Stallman  <rms@gnu.org>
656         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
658         * eval.c (Fcommandp): New arg for_call_interactively.
659         * lisp.h (Fcommandp): Declare new arg.
661 2002-04-28  Jason Rumney  <jasonr@gnu.org>
663         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
665         * w32.c (stat, fstat): Use file index information to generate
666         inodes for directories where available.
668 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
670         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
671         [HAVE_CARBON]: Include Mac object files.
673         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
674         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
675         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
676         MAC_OSX, and MAC_OS instead of macintosh.
678         * editfns.c [MAC_OS8]: Include stdio.h.
680         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
682         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
683         Apple Monaco.
685         * process.c: Declare QCfamily and QCfilter as extern.
686         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
687         calling select.
689         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
691         * tparam.c [MAC_OSX]: Don't define BC and UP.
693         * config.in [HAVE_CARBON]: Add.
695         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
696         Move here from mac/src and mac/inc.
698         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
700 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
702         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
703         Compute phys_cursor_width from the x position returned
704         by x_draw_glyhs, which is cheaper.
705         (x_display_and_set_cursor): Compute the buffer-local value
706         of `cursor-in-non-selected-windows' only when needed.
708 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
710         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
711         cursor on a stretch glyph has a width that depends on
712         x_stretch_cursor_p.
714 2002-04-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
716         * abbrev.c (abbrev-start-location): Doc fix.
718         * indent.c (Fvertical_motion): Fix last change.
720 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
722         * indent.c (Fvertical_motion): Move to the start of the line
723         containing PT before moving up or down.
725 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
727         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
728         case of writing a whole row, more or less analogous to the case of
729         writing only parts of a row.
731         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
732         0 for NO_CURSOR.
734         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
736 2002-04-23  Colin Walters  <walters@verbum.org>
738         * buffer.c (syms_of_buffer): Doc fix.
740 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
742         * xterm.c (notice_overwritten_cursor): Handle the special case
743         of the cursor being in the first blank non-text line at the
744         end of a window.
746         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
747         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
748         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
749         bar cursors only, to make phys_cursor_width contain what its name
750         suggests.
751         (notice_overwritten_cursor): Consider the cursor image erased if
752         the output area intersects the cursor image in y-direction.
754 2002-04-23  Simon Marshall  <simon@gnu.org>
756         * xfns.c (x_set_mouse_color): Change default for cross_cursor
757         to XC_hand2.
759 2002-04-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
761         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
763 2002-04-22  Kim F. Storm  <storm@cua.dk>
765         * textprop.c (remove_properties): Fixed trap for malformed plist.
767 2002-04-22  Richard M. Stallman  <rms@gnu.org>
769         * cmds.c (Fend_of_line): Handle intangible text in mid line.
771         * window.c (make_window): Initialize height_fixed_p,
772         last_cursor_off_p, and p->cursor_off_p slots.
774 2002-04-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
776         * fns.c (use-dialog-box): Doc fix.
778 2002-04-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
780         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
781         variables `row', `i' and `area'.
782         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
783         toolkit library.
785 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
787         * xfaces.c (clear_font_table): Don't free the default font of
788         a frame even if it's on another display.
789         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
790         that could be Qt.
792 2002-04-19  Juanma Barranquero  <lektu@terra.es>
794         * indent.c (Fmove_to_column): Remove unused local variable
795         `next_boundary_byte'.
796         (current_column_1): Likewise.
798 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
800         * msdos.c (Qhbar): New variable.
801         (syms_of_msdos): Intern and staticpro it.
802         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
803         cursor type.
805 2002-04-19  Dave Lambert <dlambert@acm.org>
807         Theses change implement an underscore-like (`hbar') cursor.
809         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
811         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
812         Handle the `hbar' cursor type.
813         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
815         * xfns.c (Qhbar): New variable.
816         (syms_of_xfns): Intern and staticpro it.
817         (x_specified_cursor_type): Handle `hbar' cursor.
819         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
820         not defined.
822 2002-04-18  Richard M. Stallman  <rms@gnu.org>
824         * textprop.c (remove_properties): New arg LIST allows scanning
825         either a list or a plist.
826         (interval_has_some_properties_list): New function, like
827         interval_has_some_properties using list instead of plist.
828         All callers changed.
829         (Fremove_list_of_text_properties): New function.
830         (syms_of_textprop): Defsubr it.
832 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
834         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
836 2002-04-17  Juanma Barranquero  <lektu@terra.es>
838         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
840 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
842         * window.c (coordinates_in_window): Don't report on margin area
843         if its width is zero.
845 2002-04-16  Jason Rumney  <jasonr@gnu.org>
847         * w32fns.c (Fx_file_dialog): Decode file name before using.
849         * w32term.c (construct_drag_n_drop): Likewise.
851 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
853         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
854         store load-history in pure space.
856         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
858 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
860         * xterm.c (Qlatin_1, Qutf_8): New vars.
861         (syms_of_xterm): Initialize them.
862         (XTread_socket): Eliminate incorrect optimization that tried to avoid
863         decoding the output of X*LookupString.
864         Always use latin-1 to decode the output of XLookupString.
865         Try Xutf8LookupString if XmbLookupString failed.
867         * region-cache.c (new_region_cache): Use BEG.
869 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
871         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
872         configuration files.
873         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
874         returns 0.
876 2002-04-15  Andreas Schwab  <schwab@suse.de>
878         * config.in: Regenerated using autoheader.
880         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
881         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
882         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
883         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
884         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
885         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
886         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
887         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
888         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
889         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
890         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
891         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
892         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
893         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
894         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
895         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
896         STACK_DIRECTION, now set by autoconf.
898 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
900         * dispnew.c (marginal_area_string): Sort arguments.
902         * dispextern.h (marginal_area_string): Add prototype.
904 2002-04-13  Richard M. Stallman  <rms@gnu.org>
906         * fileio.c (Finsert_file_contents):
907         Don't call temp_output_buffer_setup--do just part, by hand.
909         * coding.c (run_pre_post_conversion_on_str):
910         Don't call temp_output_buffer_setup--do just part, by hand.
912         * keyboard.c (command_loop_1): Don't call start_hourglass
913         or cancel_hourglass when executing a macro.
915         * marker.c (count_markers): New function.
917         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
918         grow without limit.  Move recently used elements to the front.
920 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
922         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
924 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
926         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
927         rows marginal areas.
928         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
929         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
931         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
933 2002-04-12  Dave Love  <fx@gnu.org>
935         * dispnew.c (marginal_area_string): New.
937         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
938         (Qleft_margin, Qright_margin): Declare.
939         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
941         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
942         note_mode_line_highlight and extended.
944         * keyboard.c (Qleft_margin, Qright_margin): Declare.
945         (make_lispy_event): Deal with mouse events in margins.
947 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
949         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
951         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
952         than deactivating the mark if tmm is set to `lambda'.
953         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
954         Use a single event for HELP_EVENT.
955         (Fexecute_extended_command): Save last_point_position.
957 2002-04-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
959         * lisp.h (Fpropertize): Add prototype.
961         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
963 2002-04-10  Colin Walters  <walters@verbum.org>
965         * config.in: Add HAVE_SHARED_GAME_DIR.
967         * callproc.c: (Vgame_score_directory): New variable.
968         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
970 2002-04-10  Richard M. Stallman  <rms@gnu.org>
972         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
974 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
976         * minibuf.c (read_minibuf): Use empty_string.
977         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
978         Short-circuit the search as soon as it "failed".
979         (Fall_completions): Allow lambda forms and lists of strings for alist.
980         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
981         when require_match is nil.
982         (Ftest_completion): Rename from `test_completion' and export to elisp.
983         Call the predicate also when alist is a list.
984         Obey Vcompletion_regexp_list.
985         (do_completion, Fminibuffer_complete_and_exit): Use it.
986         (Fassoc_string): Rename from `assoc_for_completion'.
987         Allow list of strings as well and export to elisp.
989 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
991         * puresize.h (BASE_PURESIZE): Increase to 900KB.
993 2002-04-08  Juanma Barranquero  <lektu@terra.es>
995         * w32.c (sys_accept): Don't hide variable `s'.
997 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
999         * callint.c (Fcall_interactively): Use INTEGERP instead of
1000         NUMBERP for checking Vhistory_length.
1002 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1004         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
1005         Doc fix to reflect it.
1007 2002-04-04  Richard M. Stallman  <rms@gnu.org>
1009         * xdisp.c (display_mode_element): New arg RISKY.
1010         Disregard text props found or specified within a variable
1011         that isn't marked risky-local-variable.
1012         (Qrisky_local_variable): New variable.
1013         (syms_of_xdisp): Init and staticpro it.
1015 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
1017         * undo.c (record_point): New fun.
1018         (record_delete, record_insert): Use it.
1020 2002-04-03  Juanma Barranquero  <lektu@terra.es>
1022         * doc.c (Fdocumentation): Add missing parentheses.
1023         (Fdocumentation_property): Likewise.
1025 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
1027         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
1028         data is 0, just return nil.
1030 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
1032         * msdos.c (syms_of_msdos): Fix last change with
1033         mouse_autoselect_window.
1035 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1037         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
1038         mouse_autoselect_window.
1040 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
1042         * keyboard.c (make_lispy_event): Handle unknown keysyms together
1043         with system-specific keysyms.  Use it also for unknown function keys.
1045         * doc.c (reread_doc_file): Return whether reload was attempted.
1046         (Fdocumentation, Fdocumentation_property): Don't try to reload
1047         if the doc is 0 and only ask once.
1049         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
1051 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
1053         * keyboard.c (read_char): If the event was Qselect_window,
1054         restore timer_idleness_start_time to its previous value.
1056         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
1058 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
1060         * region-cache.c (new_region_cache): Use BEG.
1062         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
1063         Use BEG and BEG_BYTE.
1065         * doc.c (get_doc_string): Return nil if the location is wrong.
1066         (reread_doc_file): New fun.
1067         (Fdocumentation, Fdocumentation_property):
1068         Call it if get_doc_string fails.
1069         (Fsnarf_documentation): Make it work for a dumped Emacs.
1071         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
1072         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
1074         * charset.c (Fstring): Allow 0 arguments.
1076         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
1078         * process.c (DATAGRAM_CONN_P, list_processes_1)
1079         (Fprocess_datagram_address, Fset_process_datagram_address)
1080         (Fset_network_process_options, server_accept_connection):
1081         Fix some int/Lisp_Object confusions (thank you union types).
1083 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1085         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
1087         * w32term.c: Likewise.
1088         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
1090         * keyboard.c (Qselect_window): New symbol.
1091         (head_table): Use it.
1092         (keys_of_keyboard): Bound select-window event to handle-select-window.
1093         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
1095         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
1096         (last_window): New variable.
1097         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
1098         (note_mouse_movement): Remove reimplemented code in #if 0.
1099         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
1100         Emacs windows.
1102         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
1104 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
1106         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
1107         Callers changed.
1109 2002-03-30  Richard M. Stallman  <rms@gnu.org>
1111         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
1112         loop whenever it stops making progress.
1114         * widget.c (set_frame_size): Don't call change_frame_size.
1116 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
1118         * dispnew.c (direct_output_for_insert):
1119         Call mark_window_display_accurate.
1121 2002-03-29  Jason Rumney  <jasonr@gnu.org>
1123         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
1125 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
1127         * Makefile.in (lread.o): Depend on coding.h.
1129         * lread.c (openp, Fload): Encode the file name before passing it
1130         to `stat', `access', and `emacs_open'.
1131         (openp): GCPRO the encoded file name.  Don't recompute Lisp
1132         strings unnecessarily.
1134 2002-03-29  Kim F. Storm  <storm@cua.dk>
1136         * fns.c (Flax_plist_put): Doc fix.
1138 2002-03-28  Miles Bader  <miles@gnu.org>
1140         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
1142 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1144         * process.c (set-network-process-options): Add usage.
1145         (make-network-process): Doc fix.
1147 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
1149         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
1151 2002-03-26  Richard M. Stallman  <rms@gnu.org>
1153         * fns.c (Fsubstring_no_properties): New function.
1154         (Flax_plist_get, Flax_plist_put): New functions.
1155         (syms_of_fns): defsubr them.
1157         * xdisp.c (update_menu_bar): Test only update_mode_lines;
1158         don't test or alter w->update_mode_line.
1160         * window.c (Fdisplay_buffer): Doc fix.
1162 2002-03-24  Richard M. Stallman  <rms@gnu.org>
1164         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
1166 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
1168         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
1169         (Fdefmacro): Handle `(declare ...)'.
1170         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
1171         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
1173 2002-03-24  Jason Rumney  <jasonr@gnu.org>
1175         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
1176         (xbm_file_p): Add prototypes.
1177         (xbm_format, xbm_image_p): Sync with xfns.c.
1178         (reflect_byte): New function.
1179         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
1180         (xbm_load_image): Create bitmaps with a depth of 1.
1181         (init_xfns): Enable XBM images.
1183 2002-03-23  Jason Rumney  <jasonr@gnu.org>
1185         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
1186         correctly.  Do not pass up_modifier to keyboard buffer.
1188         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
1190 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1192         * Makefile.in (bootstrapclean): New target.
1193         (bootstrap-temacs, bootstrap-doc): Remove.
1194         (bootstrap-emacs): Use a bog-standard `temacs'.
1195         Don't bother to build a DOC file.
1197         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
1199         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
1200         in temacs even if !CANNOT_DUMP.
1201         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
1203         * alloc.c (check_pure_size): Only output a warning.
1205 2002-03-22  Jason Rumney  <jasonr@gnu.org>
1207         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
1208         supported.
1210         * w32term.c (zv_bits): Declare as short, for word alignment.
1211         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
1212         (syms_of_w32term): Define x-use-underline-position-properties.
1214         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
1215         (clear_image_cache): Block input, fix logic, clear matrices in
1216         all frames that share this cache.
1218 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
1220         * emacs.c (main): Update the Copyright year in the blurb printed
1221         by "emacs --version".
1223         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
1225         * xterm.c (XTread_socket): If XK_ISO_Lock and
1226         XK_ISO_Last_Group_Lock are defined, handle keysyms between
1227         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
1229 2002-03-21  Kim F. Storm  <storm@cua.dk>
1231         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
1232         menu-bar bindings in keymap and local-map properties _are_ used.
1233         But try keymap property first in accordance with 2002-01-03 patch.
1234         Added comment describing why this is not always reliable.
1235         (tool_bar_items): Ditto for tool-bar.
1237 2002-03-21  Jason Rumney  <jasonr@gnu.org>
1239         * w32fns.c (x_clear_image_1): Disable color table code.
1241 2002-03-21  Kim F. Storm  <storm@cua.dk>
1243         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
1244         removed the wrong version of the DEFUN macro; fixed it.
1246         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
1247         Fmember rather than Fmemq).
1248         (Fprovide): Check that subfeatures is a list.
1250         * process.c (QCfeature, QCdatagram): Removed variables.
1251         (QCtype, Qdatagram): New variables.
1252         (network_process_featurep): Removed function.
1253         (Fmake_network_process): Removed :feature check.
1254         Use :type 'datagram instead of :datagram t to create a datagram
1255         socket.  This allows us to add other connection types (e.g. raw
1256         sockets) later in a consistent manner.
1257         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
1258         supported subfeatures for feature make-network-process.
1259         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
1260         Intern and staticpro QCtype and Qdatagram.
1261         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
1263         * xfns.c: (QCtype): Remove duplicate declaration and
1264         initialization (is now declared in process.c).
1266         * w32fns.c: (QCtype): Remove duplicate declaration and
1267         initialization (is now declared in process.c).
1269 2002-03-21  Richard M. Stallman  <rms@gnu.org>
1271         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
1272         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
1273         when jumping to `fail' to avoid undoing reg changes in the
1274         last iteration of the loop.
1275         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
1277         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
1278         Depend on process.h.
1280 2002-03-20  Jason Rumney  <jasonr@gnu.org>
1282         Most of the following changes are still conditional on HAVE_IMAGES
1283         which is not set by default on Windows.
1285         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
1287         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
1288         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
1289         (four_corners_best, x_clear_image_1, x_clear_image)
1290         (x_alloc_image_color, postprocess_image)
1291         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
1292         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
1293         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
1295         * w32gui.h (struct XImage): Define.
1297         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
1298         extract mouse co-ordinates.
1300 2002-03-20  Jason Rumney  <jasonr@gnu.org>
1302         * w32.c (init_winsock): Dynamically load new server and UDP
1303         socket functions.
1304         (socket_to_fd): New function.
1305         (sys_socket): Use it.
1306         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
1307         (sys_recvfrom, sys_sendto): New wrapper functions.
1309         * process.c (QCfamily, QCfilter): Remove duplicate declaration
1310         and initialization.
1312         * makefile.w32-in (LIBS): Remove $(WSOCK32).
1314 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
1316         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
1317         use "sun" as a variable, it's a predefined constant on Sun
1318         machines.
1320 2002-03-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1322         * bytecode.c (Fbyte_code): Revert last change.
1324 2002-03-19  Kim F. Storm  <storm@cua.dk>
1326         * makefile.w32-in (LIBS): Add $(WSOCK32).
1327         From David Ponce <dponce@voila.fr>.
1329 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1331         * process.c (wait_reading_process_input): Move variables `pname'
1332         and `pnamelen' down where they are used.
1334         * bytecode.c (Fbyte_code): Discard unused computed value to
1335         prevent gcc warning.
1337         * lisp.h (Fplist_member): Add prototype.
1339 2002-03-18  Kim F. Storm  <storm@cua.dk>
1341         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
1342         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
1343         HAVE_SYS_UN_H.
1345         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
1346         Remove explicit GNU_LINUX settings for datagram support.
1348 2002-03-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1350         * process.c (Fmake_network_process): Remove unused variable `sa'.
1351         Doc fix.  Add usage:.
1352         (set_socket_options): Remove unused variables `optnum' and
1353         `opttype'.
1355 2002-03-17  Richard M. Stallman  <rms@gnu.org>
1357         * xdisp.c (cursor_type_changed): New variable.
1358         (redisplay_internal): Redisplay all windows if cursor_type_changed.
1359         Clear it when clearing windows_or_buffers_changed.
1360         (try_cursor_movement, redisplay_window, try_window_id)
1361         (try_window_reusing_current_matrix): Test cursor_type_changed
1362         along with windows_or_buffers_changed.
1364         * window.h (cursor_type_changed): New variable.
1366         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
1367         not update_mode_lines, and always set it to 1.
1369         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
1370         if no frames needed redrawing.
1372 2002-03-17  Kim F. Storm  <storm@cua.dk>
1374         The following changes add support for network server processes,
1375         datagram connections, and local (unix) sockets.
1377         * process.h (struct Lisp_Process): New member log.
1378         Doc fix: Member command used to indicate stopped network process.
1379         Doc fix: Member childp contains plist for network process.
1380         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
1382         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
1383         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
1384         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
1385         New variables.
1386         (NETCONN1_P): New macro.
1387         (DATAGRAM_SOCKETS): New conditional symbol.
1388         (datagram_address): New array.
1389         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
1390         (status_message): Use concat3.
1391         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
1392         for a stopped network process.
1393         (Fset_process_buffer): Update contact plist for network process.
1394         (Fset_process_filter): Ditto.  Don't enable input for stopped
1395         network processes.  Server must listen, even if filter is t.
1396         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
1397         New functions.
1398         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
1399         (Fprocess_contact): Added KEY argument.  Handle datagrams.
1400         (list_processes_1): Optionally show only processes with the query
1401         on exit flag set.  Dynamically adjust column widths.  Omit tty
1402         column if not needed.  Report stopped network processes.
1403         Identify server and datagram network processes.
1404         (Flist_processes): New optional arg `query-only'.
1405         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
1406         (conv_lisp_to_sockaddr, set_socket_options)
1407         (network_process_featurep, unwind_request_sigio): New helper functions.
1408         (Fprocess_datagram_address, Fset_process_datagram_address):
1409         (Fset_network_process_options): New lisp functions.
1410         (Fopen_network_stream): Removed.  Now defined in simple.el.
1411         (Fmake_network_process): New lisp function.  Code is based on previous
1412         Fopen_network_stream, but heavily reworked with new property list based
1413         argument list, support for datagrams, server processes, and local
1414         sockets in addition to old client-only functionality.
1415         (server_accept_connection): New function.
1416         (wait_reading_process_input): Use it to handle incoming connects.
1417         Do not enable input on a new connection if process is stopped.
1418         (read_process_output): Handle datagram sockets. Use 2k buffer for them.
1419         (send_process): Handle datagram sockets.
1420         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
1421         network process is indicated by setting command field to t .
1422         (Fprocess_send_eof): No-op if datagram connection.
1423         (Fstatus_notify): Don't read input for a stream server socket or a
1424         stopped network process.
1425         (init_process): Initialize datagram_address array.
1426         (syms_of_process): Intern and staticpro new variables, defsubr new
1427         functions.
1429 2002-03-16  Jason Rumney  <jasonr@gnu.org>
1431         * w32fns.c (w32_to_all_x_charsets): Return correct type in
1432         startup case.
1434 2002-03-16  Richard M. Stallman  <rms@gnu.org>
1436         * xdisp.c (redisplay_internal, redisplay_windows):
1437         Use list_of_error to call internal_condition_case_1.
1438         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
1439         so as to catch all errors with no possibility of debugger redisplay.
1440         (list_of_error): New variable.
1441         (syms_of_xdisp): Init and staticpro it.
1443         * print.c (print_object): Delete `\ ' from printed rep of frame.
1445 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
1447         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
1448         until its implementation is fixed.
1450 2002-03-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1452         * xfns.c (png_load): Remove unused variable `gamma_str'.
1454 2002-03-14  Richard M. Stallman  <rms@gnu.org>
1456         * xfns.c (x_real_positions): Handle failure in XQueryTree.
1458 2002-03-14  Miles Bader  <miles@gnu.org>
1460         * intervals.c (adjust_for_invis_intang): New function.
1461         (set_point_both): Use `adjust_for_invis_intang' to do most of the
1462         work for dealing with invisible+intangible regions.  Do so before
1463         and after both forward and backward movements, to handle both
1464         front-sticky and rear-sticky cases.
1465         * textprop.c (text_property_stickiness): Function moved here from
1466         `editfns.c'.
1467         * intervals.h (text_property_stickiness): New declaration.
1468         * editfns.c (char_property_eq): Function removed.
1469         (text_property_stickiness): Function moved to `textprop.c'.
1471 2002-03-13  Jason Rumney  <jasonr@gnu.org>
1473         * config.in: Add STRFTIME_NO_POSIX2.
1475         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
1476         and %OX when underlying strftime does not.
1478 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
1480         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
1481         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
1482         line) to avoid annoying flicker.
1483         (xm_scroll_callback): Get rid of the now unnecessary kludge.
1484         (XTread_socket): Mark it static.
1486         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
1488 2002-03-13  Kim F. Storm  <storm@cua.dk>
1490         * puresize.h (BASE_PURESIZE): Increase to 775000.
1492 2002-03-12  Juanma Barranquero  <lektu@terra.es>
1494         * editfns.c (syms_of_editfns): Fix typo.
1496 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
1498         * xsmfns.c: Include stdio.h because termhooks.h needs it.
1499         Include termopt.h for interrupt_input.
1501 2002-03-11  Andreas Schwab  <schwab@suse.de>
1503         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
1505 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
1507         * xterm.c (note_mouse_movement): Put code for
1508         x_autoselect_window_p in #if 0.
1510         * lread.c (Fload): Don't assume that message_with_string uses the
1511         string it is given like a C string.
1513 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1515         * xterm.h (x_session_check_input, x_session_initialize): Declared.
1517         * xterm.c: (XTread_socket): Add call to x_session_check_input and
1518         x_session_have_connection.
1519         (x_initialize): Add call to x_session_initialize.
1521         * termhooks.h (enum event_kind): Add save_session_event.
1523         * keyboard.c: Add Emacs event save_session_event.
1525         * emacs.c (main): Add call to syms_of_xsmfns.
1527         * lisp.h: Declare syms_of_xsmfns as extern.
1529         * config.in: Add HAVE_X_SM.
1531         * Makefile.in (LIBXT): Add -lSM -lICE
1532         if HAVE_X_SM and not USE_X_TOOLKIT.
1533         (XOBJ): New file xsmfns.c added.
1535         * xsmfns.c: New file for X session management.
1537 2002-03-09  Jason Rumney  <jasonr@gnu.org>
1539         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
1540         read-only when setting modified time.
1542 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
1544         * xdisp.c (move_it_vertically_backward): At the end of the
1545         function, when moving forward by lines, treat terminal frames
1546         specially.
1548         * keyboard.c (echo_char): Make sure to add a separator between
1549         keys even if echo_dash hasn't been called.
1551         * xdisp.c: Use new string macros.
1552         (update_echo_area): Pass number of bytes to message3 instead of
1553         number of chars.
1554         (set_message_1): Don't access a string's size_byte directly.
1555         (decode_mode_spec_coding): Use number of bytes of eoltype string
1556         instead number of chars.
1558         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
1560 2002-03-08  Juanma Barranquero  <lektu@terra.es>
1562         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
1563         24-bit.
1565 2002-03-06  Jason Rumney  <jasonr@gnu.org>
1567         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
1569 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
1571         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
1572         (cancel_echoing, echo_length, echo_truncate): Changed to
1573         work with new kboard definition.
1574         (echo_now): Use message3_nolog instead of message2_nolog.
1576         * alloc.c (mark_kboards): Mark echo_string.
1578         * keyboard.h (ECHOBUFSIZE): Removed.
1579         (struct kboard): Member echoptr removed, member echobuf renamed
1580         to echo_string.
1582         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
1583         message3 instead of message2 to display the message using STRING's
1584         text properties.
1586 2002-03-05  Andreas Schwab  <schwab@suse.de>
1588         * xdisp.c (hscroll_margin): Change to EMACS_INT.
1590 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1592         * frame.c (default-frame-alist): Explain that setting it doesn't
1593         affect existing frames.
1595 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
1597         * indent.c (skip_invisible): Fix my brain fart.
1599         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
1601 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
1603         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
1604         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
1605         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
1606         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
1607         and variables to use EMACS_INT instead of just int.
1609         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
1611 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
1613         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
1614         environment, pass it down with corrected value.
1616 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1618         * lread.c (read_filtered_event): Do not call start_hourglass
1619         before returning.
1621 2002-03-04  Juanma Barranquero  <lektu@terra.es>
1623         * w32term.c (x_display_and_set_cursor): Fix typo.
1625 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1627         * fileio.c (Fmake_temp_name): Doc fix.
1629 2002-03-03  Gary Wong  <gtw@gnu.org>
1631         * termcap.c [!emacs]: Replace ospeed for building standalone
1632         libtermcap, for binary compatibility.
1634         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
1636 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1638         * xrdb.c (file_p): Rename arg `path' to `filename'.
1640         * abbrev.c (Fexpand_abbrev): Increment plist as use count
1641         only if it is an integer.
1643         * xfns.c (png_load): Set screen_gamma based on f->gamma.
1644         If png_get_sRGB gives an answer, call png_set_gamma
1645         using the default image gamma value.
1647         * lread.c (read1): When reading from a file, default string to
1648         multibyte only if it has some multibyte characters.
1650         * print.c (print_object): Output multibyte chars 128...255
1651         using \x even if ! print_escape_multibyte.
1653         * xdisp.c (display_mode_element): Move the places where
1654         bytepos, charpos, this, and lisp_string are set.
1655         Use lisp_string to set bytepos.
1657         * xdisp.c (redisplay_internal):
1658         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
1660         * xdisp.c (display_mode_element): Merge properties specified with
1661         :propertize onto those that come with the string.
1663 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
1665         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
1666         automatic-hscrolling.  Users changed.
1667         <hscroll-margin>: Renamed from automatic-hscroll-margin.
1668         Users changed.
1669         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
1671 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
1673         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
1675 2002-03-02  Kim F. Storm  <storm@cua.dk>
1677         * window.c (Fminibuffer_selected_window): New function.
1678         (syms_of_window): Defsubr it.
1680 2002-03-01  Kim F. Storm  <storm@cua.dk>
1682         * window.h (struct window): New member phys_cursor_width.
1684         * window.c (make_window, replace_window): Init phys_cursor_width.
1686         * xterm.c (x_display_and_set_cursor): Blink box cursor using
1687         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
1689         * w32term.c (x_display_and_set_cursor): Blink box cursor using
1690         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
1692         * lisp.h (GCPRO6): New macro.
1694         * process.c (Fopen_network_stream): Use GCPRO6.
1696 2002-03-01  Kim F. Storm  <storm@cua.dk>
1698         * process.c (Qconnect, Qfailed): New variables.
1699         (syms_of_process): Intern and staticpro them.
1700         (Fprocess_status): Document connect and failed return values.
1701         [NON_BLOCKING_CONNECT]: New conditional.
1702         (connect_wait_mask, num_pending_connects): New variables.
1703         (status_message): Convert Qfailed status.
1704         (Fopen_network_stream): Added support for non-blocking connect.
1705         New optional args: filter, sentinel, non_blocking.  Doc updated.
1706         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
1707         (deactivate_process): Handle pending non-blocking connect.
1708         (wait_reading_process_input): Poll for status of non-blocking
1709         connects.  Exec sentinel directly when connect succeeds.
1710         (status_notify): Don't read process output if not yet connected.
1712 2002-02-28  Kim F. Storm  <storm@cua.dk>
1714         * window.c: (minibuf_selected_window): Renamed from
1715         Vminibuf_selected_window.  Users changed.
1716         (syms_of_window): Staticpro it.
1718 2002-02-26  Kim F. Storm  <storm@cua.dk>
1720         The following changes add a new Vminibuf_selected_window variable
1721         which is similar to Vminibuf_scroll_window, but which is only set
1722         on entry to the minibuffer (from a non-minibuffer window):
1724         * window.c: (Vminibuf_selected_window): New variable.
1725         (struct save_window_data): New member minibuf_selected_window.
1726         (Fset_window_configuration): Restore Vminibuf_selected_window.
1727         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
1728         Set minibuf_scroll_window member to nil if minibuf_level is 0.
1729         (compare_window_configurations): Compare minibuf_selected_window.
1731         * window.h: (Vminibuf_selected_window): Declare extern.
1733         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
1734         entry to minibuffer or on entry from a non-minibuffer window.
1736         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
1737         Vminibuf_selected_window instead of Vminibuf_scroll_window.
1739         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
1740         instead of Vminibuf_scroll_window when deciding in which window
1741         the region should be highlighted.  Consequently, the region remains
1742         highlighteded even when a completion buffer is also displayed.
1744 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1746         * fileio.c (Fsubstitute_in_file_name): Fix the change from
1747         2002-02-08.
1749         * xselect.c (Qcompound_text_with_extensions): Renamed from
1750         Qcompound_text_no_extensions.
1751         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
1753 2002-02-26  Juanma Barranquero  <lektu@terra.es>
1755         * w32proc.c (syms_of_ntproc): Doc fix.
1757 2002-02-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1759         * intervals.h: Include "dispextern.h" unconditionally.
1761 2002-02-24  Jason Rumney  <jasonr@gnu.org>
1763         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
1764         and disp-table.elc.
1765         (lisp): Add emacs-lisp/backquote.elc.
1767 2002-02-24  Kim F. Storm  <storm@cua.dk>
1769         * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
1770         The validation of the event type was too strict as it didn't
1771         allow string events; buffer names are used in bindings for
1772         menu-bar-select-buffer (see `menu-bar-update-buffers').
1774 2002-02-23  Kim F. Storm  <storm@cua.dk>
1776         The following changes rework my patch of 2002-02-06 which
1777         added command remapping by entering the commands directly into
1778         the keymaps.  Now, command remapping uses an explicit `remap'
1779         prefix in the keymaps, i.e. [remap COMMAND].
1781         * keymap.c (Qremap, remap_command_vector): New variables.
1782         (is_command_symbol): Removed function.
1783         (Fdefine_key): No longer accept a symbol for KEY.
1784         Added validation of [remap COMMAND] argument for KEY.
1785         The DEF is no longer required to be a symbol when remapping a command.
1786         (Fremap_command): New function to remap command through keymaps.
1787         (Flookup_key): Perform command remapping initiated by
1788         Fremap_command directly for speed.
1789         (Fkey_binding): Use Fremap_command for command remapping.
1790         (where_is_internal): Handle new command remapping representation.
1791         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
1792         staticpro them.  Defsubr Fremap_command.
1794         * keymap.h (Fremap_command): Declare extern.
1795         (is_command_symbol): Remove extern.
1797         * keyboard.c (command_loop_1): Use Fremap_command for command
1798         remapping; now try command remapping for all symbols.
1800 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1802         * coding.h (run_pre_post_conversion_on_str): Add prototype.
1804 2002-02-23  Jason Rumney  <jasonr@gnu.org>
1806         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
1807         on the string before encoding it.
1808         (Fw32_get_clipboard_data): Run post-read-conversion on the string
1809         after decoding it.
1811         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
1813 2002-02-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1815         * w32term.c (enter_timestamp): Remove unused static variable to
1816         prevent warning.
1818         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
1820 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1822         * w16select.c (Fw16_get_clipboard_data): Fix last change.
1824         * xselect.c (selection_data_to_lisp_data): Fix last change.
1826 2002-02-22  Jason Rumney  <jasonr@gnu.org>
1828         * w32term.h (struct w32_output): New member menu_command_in_progress.
1830         * w32menu.c (menubar_selection_callback): Free the menu and
1831         clear the menu_command_in_progress flag.
1833         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
1834         (menu_free_timer): New variable.
1835         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
1836         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
1837         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
1838         menu command is in progress.
1839         <WM_COMMAND>: Set the menu_command_in_progress flag.
1840         Kill any menu_free_timer that is running.
1842         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
1843         Call ExtTextOutA rather than ExtTextOut.
1845 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
1847         * puresize.h (BASE_PURESIZE): Increase to 755000.
1849 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1851         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
1852         on the string before encoding it.
1853         (Fw16_get_clipboard_data): Run post-read-conversion on the string
1854         after decoding it.
1856 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1858         Support for ICCCM  Extended Segments in X selections:
1860         * xselect.c <Qcompound_text_no_extensions>: New variable.
1861         (syms_of_xselect): Intern and staticpro it.
1862         (selection_data_to_lisp_data): Run post-read-conversion on decoded
1863         selection text.
1864         (lisp_data_to_selection_data): If next-selection-coding-system is
1865         compound-text-no-extensions, set the type of selection to be
1866         compound-text.
1868         * xterm.h (x_encode_text): Update prototype.
1870         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
1871         callers changed.  If SELECTIONP is non-zero, run the
1872         pre-write-conversion function before encoding the selection text.
1874 2002-02-21  Kim F. Storm  <storm@cua.dk>
1876         * frame.c (syms_of_frame): Change mouse-highlight default to t.
1878         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1879         Correct composing of language-change event.
1881 2002-02-20  Kim F. Storm  <storm@cua.dk>
1883         * keyboard.c (menu_bar_items): Don't include keymap or local-map
1884         bindings at PT when building menu (the menu is not updated often
1885         enough for this to work reliable).
1886         (tool_bar_items): Likewise.
1887         (current_active_maps): Removed unused (and buggy) function.
1889 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1891         * xfns.c (gif_load): Use correct width and height for GIF images.
1893 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
1895         * floatfns.c (Fatan): Accept an optional second arg and call
1896         atan2 if passed 2 args.
1898 2002-02-18  Jason Rumney  <jasonr@gnu.org>
1900         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
1902 2002-02-17  Jason Rumney  <jasonr@gnu.org>
1904         * w32term.c (x_autoselect_window_p): New variable.
1905         (syms_of_w32term): DEFVAR_BOOL and initialize it.
1906         (note_mouse_movement): Use it.
1908         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
1910         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
1912         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1913         New variables.
1914         (syms_of_w32fns): Intern and staticpro them.
1915         (x_frame_parms) <"fullscreen">: New parameter.
1916         (x_fullscreen_move, x_set_fullscreen): New functions.
1917         (x_set_frame_parameters): Support Qfullscreen.
1918         (x_real_positions): Save x/y_pixels_diff frame params.
1919         (x_figure_window_size): Support full-screen frames.
1920         (Fx_create_frame): Default the fullscreen parameter.
1922         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
1923         (x_fullscreen_adjust): New functions.
1924         (w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
1925         fullscreen.  Call x_check_fullscreen_move, and set the
1926         want_fullscreen member of output_data.w32
1927         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
1929         * w32term.h: New enum for FULLSCREEN_* constants.
1930         (struct w32_output): New members want_fullscreen, x_pixels_diff,
1931         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
1932         (x-fullscreen-adjust): New prototype.
1934 2002-02-17  Kim F. Storm  <storm@cua.dk>
1936         * frame.c: (Vmouse_highlight): New variable.
1937         (syms_of_frame): DEFVAR_LISP it.
1939         * frame.h: (Vmouse_highlight): Declare extern.
1941         * xterm.h (struct x_display_info): Add mouse_face_hidden.
1943         * xterm.c (disable_mouse_highlight): Removed variable.
1944         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1945         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1946         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
1947         and on after keyboard input.
1948         (x_term_init): Initialize mouse_face_hidden.
1950         * msdos.h (struct display_info): Add mouse_face_hidden.
1952         * msdos.c (disable_mouse_highlight): Removed variable.
1953         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1954         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1955         (internal_terminal_init): Initialize mouse_face_hidden.
1956         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
1957         and on after keyboard input.
1959         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
1961         * w32term.c (disable_mouse_highlight): Removed variable.
1962         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
1963         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1964         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
1965         and on after keyboard input.
1966         (w32_initialize_display_info): Initialize mouse_face_hidden.
1968 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1970         * msdos.c (last_mouse_window): New variable.
1971         (dos_rawgetc): Fix last change--if the mouse is in the same window
1972         as recorded in last_mouse_window, don't select this window.
1974         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
1976         * msdos.c (x_autoselect_window_p): New variable.
1977         (syms_of_msdos): Defvar it.
1978         (dos_rawgetc): If x_autoselect_window_p is set, select the window
1979         in which the last mouse movement occured, unless it is already
1980         selected.
1982         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
1983         New variables.
1984         (syms_of_xdisp): DEVFAR them.
1985         (hscroll_window_tree): Use automatic_hscroll_margin and
1986         Vautomatic_hscroll_step to compute the amount of window scrolling.
1988 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1990         * xterm.c (x-autoselect-window): New variable.
1991         (note_mouse_movement): Use it.
1993         * keyboard.c: Do not include "systime.h" twice.
1995 2002-02-15  Andreas Schwab  <schwab@suse.de>
1997         * puresize.h (BASE_PURESIZE): Increase to 9/5.
1999         * alloc.c (NSTATICS): Increase to 1280.
2001 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2003         * alloc.c (NSTATICS): Bump to 1026.
2005         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
2006         (Vx_super_keysym): New variables.
2007         (syms_of_xterm): DEFVAR_LISP them.
2008         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
2009         variables to determine which keys to use for the various modifiers.
2011 2002-02-13  Kim F. Storm  <storm@cua.dk>
2013         * window.c: (Vmode_line_in_non_selected_windows): Removed.
2014         (mode_line_in_non_selected_windows): New variable.
2015         (syms_of_window): DEFVAR_BOOL it.
2017         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
2018         Use mode_line_in_non_selected_windows.
2019         (mode_line_in_non_selected_windows): Declare extern.
2020         (Vmode_line_in_non_selected_windows): Removed extern.
2022 2002-02-13  Richard M. Stallman  <rms@gnu.org>
2024         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
2025         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
2026         (Fclear_this_command_keys): Doc fixes.
2028         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
2029         (update_face_from_frame_parameter): Increment face_change_count
2030         and windows_or_buffers_changed to force redisplay using changed faces.
2032         * xdisp.c (QCpropertize): New variable.
2033         (mode_line_proptrans_alist): New variable.
2034         (display_mode_element): New arg PROPS; all calls changed.
2035         Implement this, for strings.
2036         Handle literal output of strings by sharing the
2037         main-line code for strings, using local var `literal'.
2038         Handle :propertize feature.
2039         (syms_of_xdisp): Initialze and staticpro QCpropertize and
2040         mode_line_proptrans_alist.
2042 2002-02-11  Kim F. Storm  <storm@cua.dk>
2044         * window.c: (Vmode_line_in_non_selected_windows): New variable.
2045         (syms_of_window): DEFVAR_LISP it.
2047         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
2048         (CURRENT_MODE_LINE_FACE_ID): Use it.
2049         (Vmode_line_in_non_selected_windows): Declare extern.
2051         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
2052         to get mode line face.
2054 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
2056         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
2057         variables; cus-start.el doesn't need them anymore.
2059 2002-02-09  Kim F. Storm  <storm@cua.dk>
2061         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
2062         reduction.  This fixes a display problem where stray newlines were
2063         inserted in the window (corrected by C-l).  Clarified code (IMHO).
2065 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
2067         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
2069         * xdisp.c (display_mode_lines): Fix last change.
2071 2002-02-09  Jason Rumney  <jasonr@gnu.org>
2073         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
2074         match each other.
2075         (w32_load_system_font): Prevent Cleartype fonts from loading.
2076         (Fx_show_tip): Ensure tip frames are above other topmost windows.
2078 2002-02-09  Kim F. Storm  <storm@cua.dk>
2080         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
2081         (CURRENT_MODE_LINE_HEIGHT): Use it.
2082         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
2084         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
2085         (pos_visible_p, handle_face_prop): Likewise.
2086         (display_mode_lines): Likewise, but for the real selected window.
2087         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
2089         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
2090         in non-selected windows.
2091         (realize_basic_faces): Realize it.
2092         (syms_of_term): Intern and staticpro it.
2094 2002-02-08  Kim F. Storm  <storm@cua.dk>
2096         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
2097         Changed mail addresses to emacs-devel@gnu.org.
2099 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
2101         * fileio.c (Fsubstitute_in_file_name): If the file name includes
2102         ~user, and there's no such user, don't discard everything before ~user.
2104         * floatfns.c (Fround): Doc fix.
2106 2002-02-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2108         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
2110 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
2112         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
2114 2002-02-07  Kim F. Storm  <storm@cua.dk>
2116         * keymap.c (where_is_internal): Only check whether definition is
2117         remapped if it fulfills is_command_symbol.
2119 2002-02-07  Andreas Schwab  <schwab@suse.de>
2121         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
2123         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
2125 2002-02-06  Kim F. Storm  <storm@cua.dk>
2127         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
2128         defining command remapping.  Doc updated.
2129         (Flookup_key): Remap command through keymap if KEY is a symbol.
2130         (is_command_symbol): New function.
2131         (Fkey_binding): Use it.  New optional argument NO-REMAP.
2132         Doc updated.  Callers changed.  Perform command remapping via
2133         recursive call unless that arg is non-nil.
2134         (where_is_internal): New argument no_remap.  Callers changed.
2135         Call recursively to find original key bindings for a remapped
2136         comand unless that arg is non-nil.
2137         (Fwhere_is_internal): New optional argument NO-REMAP.
2138         Doc updated.  Callers changed.  Pass arg to where_is_internal.
2140         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
2141         (is_command_symbol): Added prototype.
2143         * keyboard.c (Vthis_original_command): New variable.
2144         (syms_of_keyboard): DEFVAR_LISP it.
2145         (command_loop_1): Set it, and perform command remapping.
2147 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2149         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
2151 2002-02-06  Jason Rumney  <jasonr@gnu.org>
2153         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
2155 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2157         * charset.c (get_charset_id): Use if-else instead of ?:.
2159 2002-02-06  Richard M. Stallman  <rms@gnu.org>
2161         * filelock.c (S_ISLNK): Define if not defined.
2163 2002-02-03  Richard M. Stallman  <rms@gnu.org>
2165         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
2167         * lread.c (read1): Redesign strategy for force_multibyte and
2168         force_singlebyte.  Now is_multibyte records whether read_buffer
2169         is multibyte.  Encountering any multibyte character makes it so.
2171 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
2173         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
2174         with the same sequence, map that sequence to f10 rather than f0.
2176 2002-02-03  Andreas Schwab  <schwab@suse.de>
2178         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
2179         latter never being defined on GNU/Linux.
2181 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2183         * xfaces.c (realize_default_face): Don't set the weight and slant
2184         of the default face to Qnormal, unless these attributes are
2185         unspecified.
2187 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2189         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
2190         Call cancel_hourglass unconditionally.
2192         * eval.c (Fsignal): Remove duplicated declaration of
2193         the variable `display_hourglass_p'.
2195 2002-01-31  Richard M. Stallman  <rms@gnu.org>
2197         * editfns.c (region_limit): Nicer error message.
2199         * coding.c (decode_composition_emacs_mule):
2200         Give up if NCOMPONENT gets too large to index `component'.
2202         * callint.c (check_mark): New arg to specify clearer error message.
2203         Callers changed.
2205 2002-01-27  Richard M. Stallman  <rms@gnu.org>
2207         * minibuf.c (Fcompleting_read): Doc fix.
2209 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2211         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
2212         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
2213         Fix doc-strings.
2215 2002-01-26  Richard M. Stallman  <rms@gnu.org>
2217         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
2219         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
2220         and scroll_up_aggressively.
2222 2002-01-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2224         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
2226 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
2228         * textprop.c (Fnext_property_change, Fnext_single_property_change)
2229         (Fprevious_property_change, Fprevious_single_property_change):
2230         Stay within the narrowed-buffer boundaries.
2232 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
2234         * term.c (Ftty_display_color_cells): New function.
2235         (syms_of_term): Defsubr it.
2236         (Ftty_display_color_cells, Ftty_display_color_p): Change the
2237         argument name to DISPLAY.  Doc fix.
2239         * dispextern.h: Add prototype for set_tty_color_mode and
2240         tty_setup_colors.
2242 2002-01-24  Jason Rumney  <jasonr@gnu.org>
2244         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
2245         If region left to draw is not what was expected, mark the frame as
2246         garbaged.
2248         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
2249         Combine the regions returned by BeginPaint and GetUpdateRect.
2251 2002-01-23  Jason Rumney  <jasonr@gnu.org>
2253         * w32term.c (x_update_window_begin): Only hide caret if
2254         w32_use_visible_system_caret is set.
2255         (x_update_window_end): Only show caret if
2256         w32_use_visible_system_caret is set.
2257         (syms_of_w32term): Handle SystemParametersInfo call failing.
2259         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
2261 2002-01-22  Richard M. Stallman  <rms@gnu.org>
2263         * unexelf.c (unexec): Define n so as to cause compilation error
2264         for the code where people have often written n instead of nn.
2266         * .gdbinit (hookpost-run): Defined.
2268 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
2270         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
2272 2002-01-21  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
2274         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
2275         if fullscreen is being set.
2277 2002-01-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2279         * minibuf.c (Fminibuffer_contents)
2280         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
2281         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
2283 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2285         * window.c (check_frame_size): Fix minimum height calculation.
2287 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
2289         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
2290         height before comparison.
2291         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
2293 2002-01-20  Jason Rumney  <jasonr@gnu.org>
2295         * w32term.c (w32_system_caret_width): Remove.
2296         (w32_use_visible_system_caret): New user flag.
2297         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
2298         Windows reports a screen reader running.
2299         (x_update_window_begin): Hide the system caret.
2300         (x_update_window_end): Show the system caret.
2301         (x_display_and_set_cursor): Don't draw a cursor when
2302         w32_use_visible_system_caret is set.  Do not adjust width.
2304         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
2305         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
2306         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
2307         the user requests it.  Use system default width when creating.
2308         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
2310         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
2311         New window messages.
2313 2002-01-20  Richard M. Stallman  <rms@gnu.org>
2315         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
2317 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2319         * doprnt.c (doprnt1): Fix typos in error call.
2321 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
2323         * unexelf.c (unexec) [__sgi]: Support the .got sections.
2325 2002-01-20  Jason Rumney  <jasonr@gnu.org>
2327         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
2328         that Windows returns.  If a double check fails, try to guess how
2329         ExtTextOut is going to act.
2331         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
2332         in place of stricmp.
2333         (w32_list_synthesized_fonts): Removed.
2334         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
2335         (struct enumfont_t): New element; list.
2336         (enum_font_cb2): List all style and charset variations of a font.
2337         (Fw32_select_font): New optional argument; include_proportional.
2338         Exclude vertical fonts.  Exclude proportional fonts unless
2339         include_proportional is non-nil.
2340         (w32_enable_synthesized_fonts): Change to a boolean.
2341         (Fw32_send_sys_command): Doc fix.
2343 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2345         * dispnew.c (update_frame): Move the variable `tem' to the block
2346         where it is used.
2348 2002-01-19  Jason Rumney  <jasonr@gnu.org>
2350         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
2351         call to face-set-after-frame-default.
2353 2002-01-18  Richard M. Stallman  <rms@gnu.org>
2355         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
2356         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
2358 2002-01-17  Richard M. Stallman  <rms@gnu.org>
2360         * window.c (enlarge_window): When exceeding size of parent,
2361         directly delete all the siblings instead of trying to resize it.
2363 2002-01-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2365         * term.c (set_tty_color_mode): Remove unused variable `tem'.
2367 2002-01-16  Henrik Enberg  <henrik@enberg.org>
2369         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
2371 2002-01-16  Kim F. Storm  <storm@cua.dk>
2373         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
2374         is invisible.  This can happen if cursor is on top line of a
2375         window, and we switch to a buffer with a header line.
2377         * w32term.c (x_erase_phys_cursor): Ditto.
2379 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2381         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
2382         `dont_resize' only when used.
2384         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
2386 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
2388         * xdisp.c (display_mode_element): When computing charpos, depend
2389         on multibyteness of elt, not the text in field.
2391 2002-01-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2393         * buffer.c (Fkill_all_local_variables):
2394         Increment `update_mode_lines' only once.
2396 2002-01-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2398         * lisp.h (adjust_after_replace_noundo)
2399         (Fupdate_coding_systems_internal): Add prototypes.
2401         * sound.c (Fplay_sound): Initialize header_size also for :data case.
2403 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2405         Support for the --color command-line argument and tty-color-mode
2406         frame parameter:
2408         * term.c (tty_default_color_capabilities, tty_setup_colors)
2409         (set_tty_color_mode): New functions.
2410         (term_init): Call tty_default_color_capabilities.
2411         (Qtty_color_mode_alist): New variable.
2412         (syms_of_term): Intern and staticpro it.
2414         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
2415         frames.
2416         (do_switch_frame): For termcap frames, switch the tty
2417         color mode as specified by the frame's parameters.
2418         (Qtty_color_mode): New variable.
2419         (syms_of_frame): Intern and staticpro it.
2421         * emacs.c (USAGE2): Add the --color option.
2422         (standard_args): Ditto.
2424 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
2426         * xterm.h (struct x_output): New members want_fullscreen,
2427         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
2428         y_pixels_outer_diff.
2429         New enum for FULLSCREEN_* constants.
2430         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
2431         is NULL.
2432         (x_fullscreen_adjust): Add prototype.
2434         * emacs.c (USAGE2): Add the new full-screen arguments.
2435         (standard_args): Ditto.
2437         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
2438         New variables.
2439         (syms_of_xfns): Intern and staticpro them.
2440         (x_frame_parms) <"fullscreen">: New parameter.
2441         (x_fullscreen_move, x_set_fullscreen): New functions.
2442         (x_set_frame_parameters): Support for Qfullscreen.
2443         (x_real_positions): More accurate computation of the frame position.
2444         (x_figure_window_size): Support full-screen frames.
2445         (Fx_create_frame): Default the fullscreen parameter.
2447         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
2448         (XTread_socket) <Expose>: Call x_check_fullscreen.
2449         <ConfigureNotify>: Don't resize to fullscreen.
2450         Call x_check_fullscreen_move, and set the want_fullscreen member of
2451         output_data.x.
2453 2002-01-13  Jason Rumney  <jasonr@gnu.org>
2455         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
2456         for mice with more than 3 buttons.
2458         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
2459         (w32_read_socket): Handle new "XBUTTON" messages.
2461         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
2462         (syms_of_w32fns): DEFVAR_BOOL it.
2463         (w32_wnd_proc): Handle new "XBUTTON" messages.
2465 2002-01-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2467         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
2469 2002-01-13  Andreas Schwab  <schwab@suse.de>
2471         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
2473 2002-01-12  Andreas Schwab  <schwab@suse.de>
2475         * .gdbinit (xbuffer): Remove address operator since data is now a
2476         pointer.
2478 2002-01-11  Richard M. Stallman  <rms@gnu.org>
2480         * insdel.c (adjust_after_replace_noundo): New function.
2482         * coding.c (code_convert_region): Don't copy old text if undo disabled.
2484 2002-01-09  Jason Rumney  <jasonr@gnu.org>
2486         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
2487         when checking for multiple frames.
2489 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2491         * window.c (delete_window): Rewrite the code for changing the
2492         selected window to handle the case where WINDOW is not a leaf.
2494 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
2496         * process.c (send_process): Set src_multibyte to 1 after the call
2497         top setup_coding_system, not before the call.
2499 2002-01-07  Jason Rumney  <jasonr@gnu.org>
2501         * xmenu.c (set_frame_menubar, xmenu_show):
2502         (xdialog_show): Initialize wv->help to Qnil.
2504         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
2505         (w32_dialog_show): Initialize wv->help to Qnil.
2507 2002-01-06  Jason Rumney  <jasonr@gnu.org>
2509         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
2511         * w32menu.c (w32_menu_display_help): Revert last change.
2513         * xmenu.c (menu_highlight_callback): Revert last change.
2515 2002-01-06  Andreas Schwab  <schwab@suse.de>
2517         * insdel.c (make_gap_larger): Make sure buffer size does not
2518         overflow range of int.
2520 2002-01-05  Jason Rumney  <jasonr@gnu.org>
2522         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
2523         OVERLAPS_P.
2525         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
2527         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
2528         to the left or to the right of the pointer, put it against
2529         the left screen edge.
2530         (x_frame_parms): Add missing braces around initializer.
2532         * w32term.c (x_setup_relief_colors): Don't compute an image's
2533         background color if it doesn't have a Pixmap.
2534         (notice_overwritten_cursor): Don't depend on
2535         output_cursor and updated_area.  Compare pixel coordinates with
2536         window's cursor pixel coordinates.
2537         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
2538         Call notice_overwritten_cursor with new arg list.
2539         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
2540         unconditionally.
2541         (x_draw_image_relief): Use predefined macro instead of
2542         constant when the value of `tool_bar_button_relief' is negative.
2544         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
2546 2002-01-04  Richard M. Stallman  <rms@gnu.org>
2548         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
2550 2002-01-03  Richard M. Stallman  <rms@gnu.org>
2552         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
2553         (Fkey_binding): Try the `keymap' property map first.
2554         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
2555         minor mode bindings.
2557 2002-01-03  Kim F. Storm  <storm@cua.dk>
2559         * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
2561 2002-01-02  Richard M. Stallman  <rms@gnu.org>
2563         * keyboard.c (read_key_sequence): Handle the keymap property
2564         before minor mode maps.
2566         * editfns.c (Fformat): Update thissize from field_width
2567         based on the actual width, in the string case.
2569 2002-01-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2571         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
2572         when used as truth value to prevent gcc warnings.
2574         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
2575         * w32proc.c: Include <config.h>.
2577 2002-01-01  Andreas Schwab  <schwab@suse.de>
2579         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
2580         not EMACS_INT, to make them compatible with DEFVAR_INT.
2581         * lisp.h (max_specpdl_size): Adjust declaration.
2583 2002-01-01  Richard M. Stallman  <rms@gnu.org>
2585         * print.c (print_object): Test print_escape_nonascii only for
2586         unibyte strings.
2587         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
2588         when outputting to a multibyte buffer.
2590 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2592         * print.c (print_object): In multibyte string, use hex escapes.
2593         Use octal only for unibyte strings.
2594         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
2596         * lread.c (read_escape): New arg BYTEREP for reporting whether
2597         escape forces unibyte or multibyte.
2598         (read1): When reading a string, take note of that info.
2600 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
2602         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
2603         comparison to test lisp value returned by Fget.
2605 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2607         * lisp.h (max_specpdl_size): Add declaration.
2609         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
2611         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
2612         Handle modifier bits.  Correct typo in error message.
2614 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2616         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
2617         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
2618         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
2619         Update calls to Fdefine_abbrev.
2620         (write_abbrev): Update for changed data format.
2621         Don't list "system" abbrevs.
2622         (Fexpand_abbrev): Update use count with new data format.
2623         (describe_abbrev): Update for changed data format.
2624         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
2626         * config.in (HAVE_MBSINIT): Add #undef.
2628         * strftime.c (mbsinit): Define as no-op if not available.
2630         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
2631         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
2633         * keymap.c (Flookup_key): Error message if key has wrong data type.
2634         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
2635         (exclude_key): New variable.
2637 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
2639         * xterm.c (x_setup_relief_colors): Don't compute an image's
2640         background color if it doesn't have a Pixmap.
2642         * xterm.c (notice_overwritten_cursor): Don't depend on
2643         output_cursor and updated_area.  Compare pixel coordinates with
2644         window's cursor pixel coordinates.
2645         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
2646         Call notice_overwritten_cursor with new arg list.
2647         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
2648         unconditionally.
2650         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
2651         height of the cursor line to the amount to scroll.
2653 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2655         * intervals.c (set_point_both): The position after an invisible,
2656         intangible character is not an acceptable stopping point.
2658 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
2660         * window.c (enlarge_window): In new preserve_before code, convert
2661         CURBEG from lisp object to integer before doing arithmetic.
2663 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2665         * bytecode.c (Fbyte_code): Undo previous change.
2667 2001-12-26  Kim F. Storm  <storm@cua.dk>
2669         * keyboard.c (record_char): Ignore duplicate help-echo events only
2670         separated by mouse-movement.  When tracking mouse, only record
2671         first and last mouse-movement event in same window.
2672         Don't record mouse-movement events in keyboard macros.
2674 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2676         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
2677         (Fenlarge_window): New arg PRESERVE_BEFORE.
2679         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
2680         instead of Fstring_as_unibyte.
2682 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2684         The following changes remove mocklisp support:
2686         * mocklisp.h, mocklisp.c: Files removed.
2688         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
2689         `Qmocklisp' and `Qmocklisp_arguments'.
2690         Remove prototype of syms_of_mocklisp.
2692         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
2694         * callint.c: Do not include mocklisp.h.
2695         (Fcall_interactively): Do not test for mocklisp case.
2697         * eval.c: Remove variables `Qmocklisp_arguments',
2698         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
2699         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
2700         Do not test for mocklisp case.
2701         (Fwhile): Remove unused variable `tem'.
2702         (syms_of_eval): Remove variable `moclisp-arguments'.
2704         * data.c (wrong_type_argument): Remove mocklisp case.
2706         * doc.c (Fdocumentation): Remove mocklisp case.
2708         * emacs.c (main): Do not call syms_of_mocklisp.
2710 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2712         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
2713         to the left or to the right of the pointer, put it against
2714         the left screen edge.
2716 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2718         * Makefile.in (distclean): Remove .gdbinit if we are building
2719         outside the source tree.
2721 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2723         * w32.c (emacs_root_dir): New function.
2725         * msdos.c (emacs_root_dir): New function.
2727         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
2728         of the current drive as the fallback for default_directory.
2730         * dired.c (file_name_completion): Run the elements of
2731         completion-ignored-extensions through ENCODE_FILE.
2733         * lisp.h (scmp): Remove prototype, since it's now a static
2734         function private to dired.c.
2736 2001-12-18  Richard M. Stallman  <rms@gnu.org>
2738         * dired.c (scmp): Function moved from minibuf.c.
2739         Delete multibyte handling--used only on encoded strings.
2741         * minibuf.c (scmp): Function moved to dired.c.
2743         * fns.c (merge): Add QUIT call.
2745 2001-12-18  Dave Love  <fx@gnu.org>
2747         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
2748         language/georgian.el.
2750 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
2752         * Makefile.in (lisp, shortlisp): Synchronize with changes to
2753         lisp/Makefile.in:DONTCOMPILE.
2755 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2757         * xdisp.c (window_box_height): Do not return negative values.
2758         From Gerd Moellmann <gerd@gnu.org>.
2760         * keyboard.c (head_table): Add missing braces around initializer.
2762         * term.c (keys): Likewise.
2764         * xfns.c (x_frame_parms, visual_classes): Likewise.
2766 2001-12-17  Sam Steingold  <sds@gnu.org>
2768         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
2769         patch (COMPOSING_P, not COMPOSING).
2771 2001-12-17  Richard M. Stallman  <rms@gnu.org>
2773         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
2775         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
2776         before calling decode_coding.
2778         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
2780         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
2781         instead of only for COMPOSITION_DISABLED.
2783 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2785         * alloc.c (pure_alloc): After overflow, allocate just a small block.
2787         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
2789         * buffer.h (struct buffer): New field `display_error_modiff'.
2790         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
2792         * window.c (Frecenter): Clear display_error_modiff field.
2794         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
2795         Call redisplay_window, but not if display_error_modiff field says no.
2796         (redisplay_window_error): New function.
2797         (displayed_buffer): New variable.
2798         (redisplay_internal, redisplay_windows): Call the new functions
2799         instead of redisplay_window directly.
2801 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2803         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
2805 2001-12-14  Andrew Innes  <andrewi@gnu.org>
2807         * makefile.w32-in (EMACSLOADPATH): Define.
2808         ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
2809         (bootstrap-temacs): Remove dependency on bootstrap-clean.
2811 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
2813         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
2814         parameter have a numeric value all the time.
2816         * w32fns.c (x_report_frame_params): Likewise.
2818 2001-12-12  Richard M. Stallman  <rms@gnu.org>
2820         * fileio.c (Fwrite_region): Doc fix.
2822         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
2823         (redisplay_internal): Call clear_image_cache only for window terminals.
2825 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
2827         * xdisp.c (move_it_vertically_backward): Change heuristic
2828         for the case that we didn't move far enough initially.
2830         * window.c (Frecenter): Simplify computation in the case of window
2831         system frames and ARG < 0; use window_box_height.
2833 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2835         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
2836         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
2838 2001-12-11  Andrew Innes  <andrewi@gnu.org>
2840         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
2841         arg is negative.
2843 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2845         * m/hp800.h: Split the __hpux conditional into the parts
2846         that are right for GNU/Linux too and the parts that are not.
2847         Use the former if GNU_LINUX.
2848         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
2850         * s/gnu-linux.h (GNU_LINUX): Defined.
2852 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2854         * macros.c, msdos.c, w16select.c: Change doc-string comments to
2855         `new style' [w/`doc:' keyword].
2857 2001-12-10  Jason Rumney  <jasonr@gnu.org>
2859         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
2860         before using.
2862 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2864         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
2865         keyword].
2867 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
2869         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
2871         * s/hpux10.h (srand48): Don't undefine.
2873 2001-12-09  Jason Rumney  <jasonr@gnu.org>
2875         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
2876         Add     comment to explain where the struct came from.
2877         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
2878         (add_menu_item): Process pop-up menus first to avoid memory leak.
2879         (add_menu_item, w32_menu_display_help): Use `help' field as
2880         Lisp_Object.
2881         (w32_free_submenu_strings): Only free owner-drawn strings.
2883 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2885         * COPYING: Moved back.
2887         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
2888         Add parentheses around && within ||.
2890         * indent.c (compute_motion): Likewise.
2892         * intervals.c (merge_properties_sticky): Likewise.
2894         * coding.c (setup_coding_system, shrink_encoding_region)
2895         (Fdecode_sjis_char): Likewise.
2897 2001-12-07  Andreas Schwab  <schwab@suse.de>
2899         * xdisp.c (display_mode_element): Don't read past end of string if
2900         it ends with '%'.
2902         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
2903         can hold.
2905         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
2906         from most_positive_fixnum and most_negative_fixnum, resp., and
2907         type changed to Lisp_Object.
2908         (syms_of_data): DEFVAR_LISP them.
2910 2001-12-07  Richard M. Stallman  <rms@gnu.org>
2912         * callproc.c (init_callproc): Set Vdata_directory based on the source
2913         location whenever Emacs was run uninstalled.
2915 2001-12-06  Paul Eggert  <eggert@twinsun.com>
2917         * config.in (HAVE_WORKING_VFORK): New #undefs.
2918         * process.c (create_process):
2919         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
2920         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
2921         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
2922         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
2923         * m/intel386.h (HAVE_VFORK): Likewise.
2924         * m/mips-siemens.h (HAVE_VFORK): Likewise.
2925         * m/mips.h (HAVE_VFORK): Likewise.
2926         * s/freebsd.h (vfork): Remove #define.
2927         * s/lynxos.h (HAVE_VFORK): Remove #undef.
2928         * s/usg5-4-2.h: Fix comment about vfork.
2930 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2932         * s/hpux10.h (random): Add undef.
2933         (HAVE_RANDOM): Define it just once.
2935 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2937         * eval.c: Undo last change: the standard syntax is not wanted.
2939 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2941         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
2942         scroll bars of the frame before deleting the frame itself.  If the
2943         frame has a widget, delete the frame with XtDestroyWidget, and do
2944         not call XDestroyWindow before that.
2946 2001-12-06  Kim F. Storm  <storm@cua.dk>
2948         * xfns.c (x_report_frame_params): Return actual fringe widths.
2950         * w32fns.c (x_report_frame_params): Return actual fringe widths.
2952 2001-12-05  Andrew Innes  <andrewi@gnu.org>
2954         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
2955         excessively large.
2957         * insdel.c (make_gap_larger): New function.
2958         (make_gap_smaller): New function.
2959         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
2960         make_gap_smaller if arg is negative.
2962 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
2964         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
2965         Pass a dummy argument when calling interrupt_signal.
2966         (parse_menu_item): Mark disabled items before checking for empty def.
2967         (read_char_minibuf_menu_prompt): Make safety more visible.
2968         (read_key_sequence): Add a `first_unbound' variable.
2969         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
2970         unbound prefix as soon as we can detect it.
2972         * doc.c (Fsnarf_documentation): Add prototype.
2973         (get_doc_string): Handle negative arguments.
2974         (Fdocumentation): Use AREF and ASIZE.
2975         Move the calls to get_doc_string to a single place.
2976         Don't confuse an interactive-spec for a docstring reference.
2977         (Fdocumentation_property): Take advantage of the fact that
2978         get_doc_string now ignores the sign of the docstring position.
2980         * eval.c: Use standard syntax for usage in docstrings.
2982 2001-12-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2984         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
2986 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2988         * xterm.c (x_draw_image_relief): Use predefined macro instead of
2989         constant when the value of `tool_bar_button_relief' is negative.
2991 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2993         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
2994         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
2996         * fileio.c (read_non_regular): Delete Fsignal call.
2998 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
3000         * lisp.h (run_hook_list_with_args): Undo last change.
3002 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
3004         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
3006 2001-12-01  Jason Rumney  <jasonr@gnu.org>
3008         * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
3010         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
3011         [!WM_MOUSELEAVE]: Define.
3013         * w32menu.c (current_popup_menu, get_menu_item_info):
3014         (set_menu_item_info): New vars.
3015         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
3016         (w32_menu_show): Set current_popup_menu.
3017         (add_menu_item): Allocate new strings for owner-drawn menu items
3018         and help strings.
3019         Use owner-draw for disabled menu items again.
3020         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
3021         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
3023         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
3024         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
3025         <WM_EXITMENULOOP>: Free menu strings.
3026         <WM_MOUSELEAVE>: Stop tracking mouse.
3027         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
3029         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
3030         and mouse face.
3032 2001-12-01  Kim F. Storm  <storm@cua.dk>
3034         The following changes add left-fringe and right-fringe
3035         frame parameters to adjust fringe widths, or remove one or
3036         both fringes.
3038         * frame.h (struct frame): Remove trunc_area_pixel_width and
3039         trunc_area_cols fields.
3040         (Qleft_fringe, Qright_fringe): Declare.
3041         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
3043         * frame.c (Qleft_fringe, Qright_fringe): New vars.
3044         (syms_of_frame): Initialize them.
3046         * window.c (coordinates_in_window): Handle separate left and right
3047         fringe widths.
3049         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
3050         and fringe_cols fields.
3051         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
3052         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
3053         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
3054         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
3055         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
3056         (x_compute_fringe_widths): Add prototype.
3058         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
3059         fill fringe evenly with small dashes.
3060         (x_draw_fringe_bitmap): Clear background if necessary. Align and
3061         clip the new ZV bitmap to avoid jitter between rows.
3062         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
3063         background.  Don't draw fringe bitmaps if fringe width is zero.
3064         (x_compute_fringe_widths): New function.
3065         (x_new_font, x_set_window_size_1): Use it.
3067         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
3068         (x_set_frame_parameters): Process `font' parameter before other
3069         parameters as fringe widths depend on it.
3070         (x_set_fringe_width): New function.
3071         (x_figure_window_size): Use x_compute_fringe_widths.
3072         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
3073         parameters.
3075         * widget.c (set_frame_size): Use x_compute_fringe_widths.
3076         (EmacsFrameSetCharSize): Ditto.
3078         * w32term.h: Merged changes from xterm.h.
3079         * w32term.c: Merged changes from xterm.c.
3080         * w32fns.c: Merged changes from xfns.c.
3082 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3084         * COPYING: Removed.
3086 2001-11-29  Dave Love  <fx@gnu.org>
3088         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
3089         extra extra slot.
3090         (detect_coding_mask): Fix call of detect_coding_iso2022.
3092 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3094         * fileio.c (file-name-coding-system)
3095         (default-file-name-coding-system): Doc fix (links to referenced
3096         variables added).
3098 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3100         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
3101         Add dummy uses of gcproN variables.
3103         * category.c (describe_category, describe_category_1)
3104         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
3105         (syms_of_category): Don't defsubr Sdescribe_categories.
3107 2001-11-28  Richard M. Stallman  <rms@gnu.org>
3109         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
3111         * Makefile.in (lispdir): New variable, referring to build dir.
3112         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
3114 2001-11-28  Andrew Innes  <andrewi@gnu.org>
3116         * w32menu.c (w32_menu_display_help): Actually add the new argument
3117         OWNER.
3119 2001-11-28  Jason Rumney  <jasonr@gnu.org>
3121         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
3122         menu items.  From David Ponce <dponce@wanadoo.fr>.
3123         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
3124         conditionally.
3125         (w32_menu_display_help): New argument OWNER. Rewritten to store a
3126         help event in the owner frame's keyboard buffer.
3128         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
3129         (Fx_show_tip): Don't subtract last width from row width.
3131         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
3132         (w32_read_socket): Use EQ to compare frames.
3134 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
3136         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
3137         OVERLAPS_P.
3139 2001-11-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3141         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
3142         `gcpro3' and `gcpro4'.
3144         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
3146 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3148         * ccl.c: Use AREF and ASIZE.
3150 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
3152         * lisp.h (run_hook_list_with_args): Remove.
3153         (LIST_END_P): Fix call to wrong_type_argument.
3154         (make_fixnum_or_float): Use EMACS_INT rather than int.
3156 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3158         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
3159         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
3161         * eval.c: Use AREF and ASIZE.
3162         (Ffetch_bytecode): Add the file name to the error message.
3164         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
3165         which match the end of the file-name.
3166         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
3167         is not a valid env var, but leave it as is instead.
3169         * keymap.c (access_keymap): Handle t bindings like nil bindings.
3170         Make nil bindings in char-tables transparent.
3171         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
3173 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3175         * textprop.c (set_text_properties_1): Allow START, END in either order.
3176         Do nothing if range is empty.
3178         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
3180         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
3181         (clean): Not here.
3183 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3185         * textprop.c (set_text_properties_1): Clearly mark that the
3186         interval should not be empty.
3188         * intervals.c (graft_intervals_into_buffer):
3189         Don't call set_text_properties_1 on an empty interval.
3191 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3193         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
3195         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
3196         don't lose the data in it.
3198 2001-11-25  Juanma Barranquero  <lektu@terra.es>
3200         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
3202         * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
3204         * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
3206 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3208         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
3210 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
3212         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
3213         Niemitalo <kon@iki.fi>.
3215 2001-11-25  Jason Rumney  <jasonr@gnu.org>
3217         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
3219         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
3220         (Fx_show_tip): Block input during frame creation.
3221         (Fx_show_tip, Fx_hide_tip): Enable.
3223 2001-11-24  Richard M. Stallman  <rms@gnu.org>
3225         * lread.c (Fload): Detect recursive load error for more than 3
3226         nestings of the same file.
3227         (Vrecursive_load_depth_limit): Variable deleted.
3228         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
3230 2001-11-24  Jason Rumney  <jasonr@gnu.org>
3232         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
3233         mouse position if either left or top is not specified.
3235         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
3236         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
3237         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
3238         (my_create_tip_window): Assign tip_window.
3239         (x_create_tip_frame): Use same defaults as X.
3240         (compute_tip_xy): Remove unused variable.  Use full screen width.
3241         (Fx_show_tip): Do not double height. Call ShowWindow directly.
3243         * w32term.c (x_after_update_window_line): Doc fix.
3244         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
3245         frames.
3246         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
3248         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
3249         for all Windowed systems.
3251 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
3253         * msdos.c (IT_clear_screen): If the frame's faces are not yet
3254         realized, use the initial screen colors to clear the screen.
3256 2001-11-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3258         * textprop.c (Fset_text_properties): Remove unused variables
3259         `unchanged', `prev_changed', `s' and `len'.
3261         * search.c (Freplace_match): Remove unused variable `inslen'.
3263         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
3265 2001-11-22  Jason Rumney  <jasonr@gnu.org>
3267         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
3268         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
3269         (my_create_tip_window): New function.
3270         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
3271         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
3273 2001-11-20  Jason Rumney  <jasonr@gnu.org>
3275         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
3276         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
3278         * w32fns.c (Vw32_system_coding_system): Remove.
3279         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
3281 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3283         * fileio.c (Fwrite_region): Move choose_write_coding_system to
3284         after build_annotations.
3286         * syntax.c (describe_syntax): Add dummy arg.
3287         (describe_syntax_1): Update call to describe_vector.
3289         * category.c (describe_category): Add dummy arg.
3290         (describe_category_1): Update call to describe_vector.
3292         * keymap.c (Fdescribe_vector): Add `describer' parameter.
3293         (describe_command, describe_translation): Add dummy second param.
3294         (describe_map): Call elt_describer with two arguments.
3295         (describe_vector_princ): Add `fun' parameter.
3296         Call it instead of the hardcoded `princ'.
3297         (describe_vector): Add arg `args'.
3298         Pass it as a new second argument to elt_describer.
3300         * keymap.h (describe_vector): Update prototype.
3302         * frame.c: Don't include keymap.h any more.
3303         (keys_of_frame): Remove.
3305         * lisp.h (keys_of_frame): Remove declaration.
3307         * emacs.c (main): Don't call `keys_of_frame' any more.
3309 2001-11-14  Andreas Schwab  <schwab@suse.de>
3311         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
3312         if defined, 0 otherwise.
3313         (MAP_FAILED): Define if not defined and use it to test mmap failure.
3314         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
3316 2001-11-19  Richard M. Stallman  <rms@gnu.org>
3318         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
3320 2001-11-18  Jason Rumney  <jasonr@gnu.org>
3322         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
3323         (x_draw_bar_cursor): If the background color of the glyph under
3324         the cursor equals the frame's cursor color, use the glyph's
3325         foreground color for drawing the bar cursor.
3326         (x_after_update_window_line): Clear internal border in different
3327         circumstances.
3328         (w32_set_vertical_scroll_bar): Check for width and height > 0.
3329         (w32_draw_relief_rect): Correct relief by 1 pixel.
3330         (x_set_glyph_string_background_width):
3331         Set extends_to_end_of_line_p if the row's fill_line_p is set and
3332         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
3333         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
3334         if cursor_in_non_selected_windows is false.
3335         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
3336         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
3337         Notice if cursor gets overwritten.
3338         (notice_overwritten_cursor): Renamed from
3339         note_overwritten_text_cursor.  Rewritten to take glyph widths
3340         into account, and to take X positions as parameters.
3341         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3342         around call to x_draw_glyphs.
3343         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
3344         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
3345         color to use for image glyph reliefs.
3346         (x_draw_image_relief): Accept zero tool_bar_button_relief.
3347         (glyph_rect): Remove unused variable `area'.
3349         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
3350         some items.
3351         (x_set_internal_border_width): Set frame garbaged when window
3352         doesn't exist yet.
3353         (Fx_create_frame): Accept zero tool_bar_button_relief.
3354         (x_clear_image_1, four_corners_best, image_background)
3355         (image_background_transparent): New functions.
3356         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
3357         (gs_format): Add `:background' entry.
3358         (lookup_image): Set IMG's background color if specified.
3359         (pbm_load, xbm_load_image, png_load): Set IMG's background field
3360         when appropriate.
3361         (x_clear_image_1): Reset `background_valid' and
3362         `background_transparent_valid' fields.
3363         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
3364         calculating it here.  Set IMG's background_transparent field.
3365         (enum xpm_keyword_index): Add XPM_BACKGROUND.
3366         (enum png_keyword_index): Add PNG_BACKGROUND.
3367         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
3368         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
3369         (enum gif_keyword_index): Add GIF_BACKGROUND.
3370         (enum gs_keyword_index): Add GS_BACKGROUND.
3371         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
3372         Pre-calculate image background color where necessary.
3373         (x_create_x_image_and_pixmap, xbm_load, gs_load):
3374         Use display info's n_cbits entry for screen depth.
3375         (Fx_show_tip): Remove unused variables `buffer', `top',
3376         `left', `max_width' and `max_height'.
3378         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
3380 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
3382         * puresize.h (BASE_PURESIZE): Increase to 750000.
3384 2001-11-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3386         * frame.c (Fframe_live_p): Doc fix.
3388 2001-11-18  Richard M. Stallman  <rms@gnu.org>
3390         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
3391         (message_dolog_marker3): New static variables hold three markers.
3392         (syms_of_xdisp): Initialize and staticpro them.
3393         (message_dolog): Use message_dolog_marker1..3 instead of
3394         allocating markers each time.  Unchain them when done.
3396 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3398         * doc.c (Fsnarf_documentation): Doc fix.
3400 2001-11-17  Andreas Schwab  <schwab@suse.de>
3402         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
3404 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3406         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
3408 2001-11-17  Jason Rumney  <jasonr@gnu.org>
3410         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
3412 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
3414         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
3415         with invalid position.
3417 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3419         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
3421         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
3422         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
3423         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
3425         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
3427 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3429         * fileio.c (build_annotations): Split off the tail.
3430         (build_annotations_2): New fun.  Extracted from build_annotations.
3431         (Fwrite_region): Split the call to build_annotations into two
3432         calls to build_annotations and build_annotations_2.
3434 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3436         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
3437         clear_waiting_for_input with argument.
3439         * xterm.h (x_update_cursor): Remove duplicated prototype.
3441         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
3443         * xterm.c (waiting_for_input): Remove unnecessary declaration.
3445         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
3447 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3449         * fileio.c (choose_write_coding_system): New fun, extracted
3450         from Fwrite_region.
3451         (Fwrite_region): Use it.
3453         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
3454         (funcall_lambda, run_hook_with_args): Make static and add prototype.
3455         (ml_apply, find_handler_clause): Add prototype.
3457 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
3459         * config.in: Add #undef HAVE_COFF_H.
3461         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
3462         Required for ISC 4.1.
3464 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
3466         * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
3467         Andrew Wiseman <a.wiseman@btclick.com>.
3469 2001-11-16  Kim F. Storm  <storm@cua.dk>
3471         The following changes are made to clean up the various internal
3472         references to the fringes to actually use the term `fringe' for
3473         them.  Previously, they were called `flags areas', `bitmap areas',
3474         `left/right side of windows', or implicitly as `flags' or
3475         `bitmaps':
3477         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
3478         Comments fixed. Use renamed symbols.
3480         * dispnew.c: Comment fix. Use renamed symbols.
3482         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
3483         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
3484         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
3486         * msdos.c: Comment fix.
3488         * w32fns.c: Use renamed symbols.
3490         * w32term.c: Comment fixes. Use renamed symbols.
3491         (fringe_bitmap_type): Renamed from bitmap_type.
3492         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
3493         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
3494         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
3496         * w32term.h: Comment fixes. Use renamed symbols.
3497         (fringes_extra): Renamed from flags_areas_extra.
3498         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
3499         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
3500         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
3501         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
3502         (FRAME_X_LEFT_FRINGE_WIDTH):
3503         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
3504         (FRAME_X_RIGHT_FRINGE_WIDTH):
3505         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
3507         * widget.c: Use renamed symbols.
3509         * window.c: Comment fixes. Use renamed symbols.
3510         (coordinates-in-window-p): Doc fix.
3512         * xdisp.c: Comment fixes. Use renamed symbols.
3514         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
3516         * xfns.c: Use renamed symbols.
3518         * xterm.c: Comment fixes. Use renamed symbols.
3519         (fringe_bitmap_type): Renamed from bitmap_type.
3520         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
3521         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
3522         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
3524         * xterm.h: Comment fixes. Use renamed symbols.
3525         (fringes_extra): Renamed from flags_areas_extra.
3526         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
3527         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
3528         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
3529         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
3530         (FRAME_X_LEFT_FRINGE_WIDTH):
3531         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
3532         (FRAME_X_RIGHT_FRINGE_WIDTH):
3533         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
3535 2001-11-15  Jason Rumney  <jasonr@gnu.org>
3537         * w32menu.c (add-menu-item): Make help_echo and radio buttons
3538         work for most menu items.  From David Ponce
3539         <david.ponce@wanadoo.fr>.
3541 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
3543         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
3544         Some x_set_* function expect to be called even if old and new
3545         value are equal.
3547         * xdisp.c (build_desired_tool_bar_string): Accept zero
3548         tool_bar_button_relief.
3550         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
3552         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
3554         * xterm.c (x_draw_bar_cursor): If the background color of the
3555         glyph under the cursor equals the frame's cursor color, use
3556         the glyph's foreground color for drawing the bar cursor.
3558         * dispnew.c (direct_output_forward_char): Fix character/byte
3559         position comparison.
3561 2001-11-15  Miles Bader  <miles@gnu.org>
3563         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
3564         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
3565         Update arguments to find_field.
3566         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
3567         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
3568         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
3569         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
3571 2001-11-14  Richard M. Stallman  <rms@gnu.org>
3573         * editfns.c (Fpropertize): Allow call with 1 arg.
3575         * dispextern.h (image_background, image_background_transparent):
3576         Conditionalize on HAVE_X_WINDOWS.
3578 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3580         * print.c (Fprin1_to_string): Doc fix.
3582         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
3584         * floatfns.c (Fceiling, Ffloor): Doc fixes.
3586         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
3588         * fileio.c (Ffile_accessible_directory_p): Doc fix.
3590         * eval.c (syms_of_eval): Doc fix.
3592         * coding.c (syms_of_coding): Doc fix.
3594         * doc.c (Fsnarf_documentation): Doc fix.
3596         * dispnew.c (syms_of_display): Doc fix.
3598         * category.c (Fget_unused_category): Doc fix.
3600         * buffer.c (syms_of_buffer): Doc fixes.
3602 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
3604         * print.c (prin1, print): Doc fix.
3606 2001-11-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3608         * fontset.h: Remove declarations of variables
3609         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
3611         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
3612         `Vclip_large_size_font'.
3614 2001-11-13  Jason Rumney  <jasonr@gnu.org>
3616         * w32fns.c: Doc fix.
3618 2001-11-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3620         * xfaces.c (Fface_attributes_as_vector): Doc fix.
3622         * fns.c: Doc fix.
3624         * emacs.c: Doc fix.
3626         * coding.c: Doc fix.
3628         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
3629         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
3630         `new style' [w/`doc:' keyword].
3632 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3634         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
3635         LeaveNotify events.  Only FocusIn and FocusOut do that now.
3636         (x_display_and_set_cursor): Do display hollow cursors in active
3637         minibuffer windows when they are not selected.
3639 2001-11-12  Jason Rumney  <jasonr@gnu.org>
3641         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
3642         * w32term.c: Change doc-string comments to `new style'.
3643         [w/`doc:' keyword]. Doc fixes.
3645         * w32fns.c: Don't define max.
3646         (Fx_open_connection): Only execute once.
3648 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3650         * ccl.c: Change macros to use do-while block instead of if-else.
3651         Use braces to follow GNU Coding Standards.
3653 2001-11-11  Richard M. Stallman  <rms@gnu.org>
3655         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
3657         * lread.c (read_escape): Use end_of_file_error for reporting eof.
3659         * insdel.c (replace_range): Use adjust_markers_for_replace
3660         instead of adjust_markers_for_delete and adjust_markers_for_insert.
3662         * intervals.h: Declare set_text_properties and set_text_properties_1.
3664         * textprop.c (set_text_properties_1): New subroutine
3665         broken out of set_text_properties.
3666         (set_text_properties): Use set_text_properties_1.
3668         * intervals.c (graft_intervals_into_buffer):
3669         Use set_text_properties_1 to clear out properties.
3671         * search.c (Freplace_match): Use replace_range to insert
3672         and delete.  Don't request property inheritance from
3673         surrounding text.
3675 2001-11-10  Jason Rumney  <jasonr@gnu.org>
3677         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
3678         vertical fonts. Allow them if face name is explicitly specified.
3679         Do not give up if we find a font that cannot be converted to an xlfd.
3681 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
3683         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
3684         instead of malloc/free.
3686 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3688         * xfaces.c (merge_face_vectors): Use braces to follow GNU
3689         Coding Standards.
3690         (Finternal_set_lisp_face_attribute): Likewise.
3692         * buffer.c (Fbury_buffer): Likewise.
3694         * indent.c (current_column_1): Remove unused variable `prev_col'.
3696         * coding.c (encode_coding): Use precomputed value of `src'.
3697         (encode_coding): Remove unused variable `src_end'.
3698         (code_convert_region): Remove unused variables `count'.
3700 2001-11-07  Jason Rumney  <jasonr@gnu.org>
3702         * w32term.c (x_display_and_set_cursor): Do not move system caret
3703         if cursor_glyph is NULL.
3705 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3707         * keymap.c (access_keymap): Fix compilation error.
3709 2001-11-07  Miles Bader  <miles@gnu.org>
3711         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
3713 2001-11-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3715         * intervals.c (graft_intervals_into_buffer):
3716         Remove #ifdef'd-out code.
3717         (graft_intervals_into_buffer): Remove unused variable `middle'.
3719         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
3720         code (eval-current-buffer).
3721         Change doc-string comments to `new style' [w/`doc:' keyword].
3723 2001-11-06  Richard M. Stallman  <rms@gnu.org>
3725         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
3727 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3729         * lread.c (read1): Fix behavior with nested backquoting.
3731         * keyboard.c (make_lispy_event): Check integerness and fix
3732         Lisp_Object/int mixup.
3734 2001-11-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3736         * fns.c (copy_hash_table): Remove unused variable `v'.
3738         * fontset.c (fontset_font_pattern): Remove unused variable
3739         `family_registry'.
3741         * indent.c (current_column_1): Remove unused variable `prev_col'.
3743 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3745         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
3747         * buffer.c (Fkill_buffer): Don't delete auto save file
3748         if buffer is modified.
3750 2001-11-05  Andrew Innes  <andrewi@gnu.org>
3752         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
3753         CHECK_NUMBER_CDR.
3755 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3757         * unexelf.c (unexec): Minor changes; clean up comments.
3759 2001-11-05  Sam Steingold  <sds@gnu.org>
3761         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
3763 2001-11-05  Andreas Schwab  <schwab@suse.de>
3765         * sound.c (sound_perror): Save errno from being clobbered.
3767 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
3769         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
3770         the program image directly.
3772 2001-11-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3774         * buffer.h (Fbuffer_local_value): Add prototype.
3776 2001-11-04  Richard M. Stallman  <rms@gnu.org>
3778         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
3779         and CHECK_BUFFER.
3781         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
3782         (record_char): Likewise.
3784         * keyboard.c (make_lispy_event): Don't insist a drag event must
3785         move to a different buffer position.  Instead, check for moving at
3786         least double_click_fuzz.
3788         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
3790         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
3792         * indent.c (current_column_1, Fmove_to_column): Separate the code
3793         for display-table glyphs from the code buffer text, to fix
3794         bugs in the former.
3796 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3798         * buffer.c (Fbuffer_local_value): New function.
3799         (syms_of_buffer): Defsubr it.
3801         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
3802         value of `cursor-in-non-selected-windows'.
3804         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
3805         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
3806         (syms_of_xdisp): Initialize it.
3808 2001-11-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3810         * xfns.c (Fx_create_frame): Doc fix.
3812         * coding.c: Change doc-string comments to `new style' [w/`doc:'
3813         keyword].
3815         * eval.c (top_level_value, top_level_set): Remove commented and
3816         #ifdef'd-out code.
3817         (Fdefvar): Fix usage in doc-string.
3819 2001-11-03  Richard M. Stallman  <rms@gnu.org>
3821         * xfns.c: Include unistd.h, if it exists.
3823         * editfns.c: Move the include of ctype.h after unistd.h.
3825         * gmalloc.c: Test BROKEN_PROTOTYPES.
3827 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
3829         * lisp.h (CHECK_STRING_CAR): New macro.
3830         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
3831         treating XCAR and XCDR as lvalues.
3832         (openp): Use CHECK_STRING_CAR.
3833         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
3835 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
3837         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
3838         (SIGMASKTYPE): Define.
3840         * syssignal.h (sigunblock): Don't define if already defined.
3842 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3844         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
3845         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
3846         Fix typos in comments.
3848         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
3849         and #ifdef'd-out code.
3850         Fix and reindent comments.
3852         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
3854         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
3855         argument `i' in macros.
3857         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
3858         `i' in macros.
3860         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
3861         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
3862         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
3863         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
3864         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
3865         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
3866         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
3867         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
3868         in macros.
3870         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
3871         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
3872         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
3873         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
3874         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
3875         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
3876         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
3877         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
3878         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
3879         (remove unused second argument).
3881 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3883         * syntax.c (describe_syntax): New wrapper.
3884         (Finternal_describe_syntax_value): Rename from describe_syntax.
3885         Don't insert space at front and \n at the end.
3886         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
3888         * regex.c (re_wctype): Try to fix some warnings.
3889         (regcomp, regexec): Don't forget the __restrict.
3891 2001-11-02  Richard M. Stallman  <rms@gnu.org>
3893         * textprop.c (Fget_char_property): Doc fix.
3895 2001-11-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3897         * process.c (Fstart_process): Add usage to doc-string.
3899         * data.c (Fsetq_default): Ditto.
3901         * callint.c (Finteractive): Ditto.
3903 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3905         * macros.c: Don't include keymap.h any more.
3907 2001-11-01  Richard M. Stallman  <rms@gnu.org>
3909         * data.c (Fmake_local_variable): Doc fix.
3911         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
3912         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
3914         * keymap.c (Fdescribe_buffer_bindings): Print character property
3915         bindings along with or instead of the buffer local map.
3916         Make the overriding maps override what they should.
3918 2001-11-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3920         * window.c (grow_mini_window): Fix typo in comment.
3922 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
3924         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
3925         (XTset_vertical_scroll_bar): Likewise.
3927         * xfns.c (x_build_heuristic_mask): Use four_corners_best
3928         instead of IMAGE_BACKGROUND.
3930         * xfns.c (four_corners_best): Reindent.
3932         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
3933         Handle :box so that it is possible to specify sexprs.
3935 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
3937         * s/hpux11.h: New file.
3939 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3941         * emacs.c (USAGE1): Show command line option --no-window-system
3942         instead of --no-windows in usage.
3943         (standard_args): Rename --no-windows to --no-window-system.
3944         (bug_reporting_address): Follow Emacs coding conventions.
3946         * eval.c (Fcommandp): Doc fix.
3947         Change doc-string comments to `new style' [w/`doc:' keyword].
3949         * frame.c (Fframe_live_p): Doc fix.
3951         * buffer.c (selective-display-ellipses): Doc fix.
3953 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3955         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
3957         * xfaces.c (realize_x_face): If C is not a single-byte character,
3958         set the face's colors_copied_bitwise_p instead of the defaulted_p
3959         members which have a different meaning.
3960         (free_face_colors): Do nothing for a face whose colors have been
3961         copied bitwise.
3963         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
3965 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3967         * marker.c, mocklisp.c: Change doc-string comments to `new style'
3968         [w/`doc:' keyword].
3970 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3972         * fns.c (require_unwind): Return Lisp_Object.
3974 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3976         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
3977         (last-input-char): Revert doc-string to be the same as the
3978         doc-string of `last-input-event'.
3980         * xdisp.c:  Fix typos in comments.
3982 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3984         * window.c (grow_mini_window): Handle case that the root
3985         window is already smaller than the nominal mininum height.
3987 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3989         * emacs.c (main): Don't call keys_of_macros any more.
3991         * lisp.h (keys_of_macros): Remove.
3993         * macros.c (keys_of_macros): Remove.
3995         * xfaces.c (Fface_attribute_relative_p): Declare args.
3997 2001-10-30  Jason Rumney  <jasonr@gnu.org>
3999         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
4000         (enum_font_cb2): Ignore fonts with vertical orientation.
4002 2001-10-30  Richard M. Stallman  <rms@gnu.org>
4004         * keyboard.c (Finput_pending_p): Doc fix.
4006 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4008         * xterm.c (x_after_update_window_line): Don't run the code
4009         clearing in borders for rows whose visible height is 0.
4011         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
4012         resized_p flag is set.  If not set, use the much less flickering
4013         method previously used.
4015         * dispnew.c (change_frame_size_1): Set frame's resized_p.
4017         * frame.h (struct frame) <resized_p>: New member.
4019         * lread.c (to_multibyte): Ensure read_buffer is at least twice
4020         as large as the number of bytes to convert.
4022         * lread.c (to_multibyte): New function.
4023         (read1): Use it.
4025 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
4027         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
4029 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
4031         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
4032         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
4033         if the row's fill_line_p is set and drawing the last glyph with
4034         DRAW_IMAGE_{RAISED,SUNKEN}.
4036         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
4038 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
4040         * xmenu.c: Include coding.h and charset.h.
4041         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
4042         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
4043         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
4044         Explicitly set wv->help.  Use `TRUE' rather than `True'.
4045         (menu_help_callback): Use empty_string.
4047         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
4048         (Fx_popup_dialog): Explicitly init f.
4049         (w32_menu_display_help): Use empty_string.
4051 2001-10-29  Richard M. Stallman  <rms@gnu.org>
4053         * fns.c (Frequire): Detect recursive try to require the same
4054         feature 3 or more levels deep, and get error.
4055         (require_unwind): New subroutine.
4056         (require_nesting_list): New variable.
4057         (syms_of_fns): Init and staticpro it.
4059         * print.c (print_object): Clarify indication of insertion type.
4061 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
4063         * coding.c (syms_of_coding): Document that locale-coding-system is
4064         used for decoding input on X.
4066         * window.c (Fscroll_left, Fscroll_right): Doc fix.
4068 2001-10-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4070         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
4071         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
4073 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
4075         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
4076         use NO_CURSOR if cursor_in_non_selected_windows is false.
4078         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
4079         the slant attribute if FRAME is t.
4081         * xfns.c (x_set_internal_border_width): Set frame garbaged
4082         when X window doesn't exist yet.
4084         * xterm.c (x_after_update_window_line): Clear internal border
4085         in different circumstances.
4087         * xterm.c (XTread_socket) <KeyPress>: Don't use
4088         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
4089         <handa@etl.go.jp>.
4091 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
4093         * m/ibms390.h: New file.  From Adam Thornton
4094         <athornton@sinenomine.net>.
4096 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
4098         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
4100         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
4101         a loop counter.
4103 2001-10-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4105         * emacs.c: Use argv[0] instead of emacs when -t was specified.
4107         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
4108         keyword].
4109         Fix typos in comments.
4111         * emacs.c (bug_reporting_address): New function.
4112         Use it when displaying usage message.
4114         * minibuf.c (read_minibuf): Remove unused external declaration of
4115         variable `Qread_only'.
4117         * keymap.c (access_keymap): Remove unused variable `charset'.
4119 2001-10-28  Miles Bader  <miles@gnu.org>
4121         * xfaces.c (merge_face_heights): Handle TO being relative as well.
4122         Remove #ifdef'd-out code.
4123         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
4124         (syms_of_xfaces): Initialize them.
4126 2001-10-27  Jason Rumney  <jasonr@gnu.org>
4128         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
4129         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
4130         position using the system caret.
4132         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
4133         (w32_system_caret_height, w32_system_caret_x)
4134         (w32_system_caret_y): New variables for tracking system caret.
4135         (w32_initialize): Initialize them.
4136         (x_display_and_set_cursor): Make system caret follow the active cursor.
4138         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
4139         New messages types.
4141         * w32term.c (note_mouse_highlight): Clear old help_echo.
4143 2001-10-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4145         * xterm.c: Fix typo in a comment.
4147         * emacs.c: Fix typos in comments.
4148         Remove unnecessary spaces.
4149         Change doc-string comments to `new style' [w/`doc:' keyword].
4150         (USAGE2): Fix typos in usage string.
4152         * xterm.c: Fix typo in a comment.
4154         * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
4155         emacs.c.
4157 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
4159         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
4160         instead of 1/2 line_height in the heuristic for skipping
4161         farther backward when target_y was not reached.
4163         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
4164         Display errno only if non-zero.
4165         (sound_warning): New function.
4166         (vox_configure): Don't treat failing to set sample rate as error.
4167         (various places): Improve error messages.
4169 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4171         * fileio.c (Faccess_file): Run the argument filename through
4172         Fexpand_file_name, before using it.
4174         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
4175         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
4177 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
4179         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
4181         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
4182         Fix clearing in the case of scroll bars on the right.
4184 2001-10-26  Juanma Barranquero <lektu@terra.es>
4186         * w32gui.h (XImage): Add a dummy typedef.
4188 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
4190         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
4192 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
4194         * frame.c (Fframe_parameter): Fix last change.
4196         * fileio.c: Revert last change (which removed old commented-out
4197         version of expand-file-name).  Add a comment that explains why
4198         this old version should not be removed.
4200 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
4202         * frame.c (Fframe_parameter): Fix a bug whereby some
4203         ``artificial'' frame parameters, like `minibuffer' were not
4204         obtained by calling Fframe_parameters.
4206         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
4207         cursor differently.
4209         * xdisp.c (move_it_vertically_backward): Compute line height
4210         differently.  Add heuristic to try to be more compatible to 20.x.
4212 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4214         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
4216         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
4217         boolean.
4219 2001-10-25  Miles Bader  <miles@gnu.org>
4221         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
4222         BG is a pointer to a structure, not a structure.
4223         (gif_format, png_format): Add missing commas.
4225 2001-10-24  Richard M. Stallman  <rms@gnu.org>
4227         * xfaces.c (Fface_attributes_as_vector): New function.
4228         (syms_of_xfaces): Defsubr it.
4230 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4232         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
4233         variable `area'.
4235 2001-10-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4237         * search.c (scan_newline): Remove unused variable `selective_display'.
4239 2001-10-25  Miles Bader  <miles@gnu.org>
4241         * dispextern.h (struct image): Add `background',
4242         `background_valid', and `background_transparent' fields.
4243         (image_background, image_background_transparent): New declarations.
4244         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
4245         * xfns.c (image_background, image_background_transparent)
4246         (four_corners_best): New functions.
4247         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
4248         (gs_format): Add `:background' entry.
4249         (lookup_image): Set IMG's background color if specified.
4250         (pbm_load, xbm_load_image, png_load): Set IMG's background field
4251         when appropriate.
4252         (x_clear_image_1): Reset `background_valid' and
4253         `background_transparent_valid' fields.
4254         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
4255         calculating it here.  Set IMG's background_transparent field.
4256         (enum xpm_keyword_index): Add XPM_BACKGROUND.
4257         (enum png_keyword_index): Add PNG_BACKGROUND.
4258         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
4259         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
4260         (enum gif_keyword_index): Add GIF_BACKGROUND.
4261         (enum gs_keyword_index): Add GS_BACKGROUND.
4262         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
4263         Pre-calculate image background color where necessary.
4264         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
4265         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
4266         color to use for image glyph reliefs.
4268 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4270         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
4271         in full-width rows.
4273         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
4274         Fix clearing of area not covered by scroll bar.
4276 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4278         * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
4279         and `real_start'.
4280         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
4281         (glyph_rect): Remove unused variable `area'.
4283 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4285         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
4287         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
4288         (row_containing_pos): Take additional argument DY.
4289         Treat rows ending in middle of char differently.
4290         (display_line): Handle tabs on window systems differently.
4292         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
4293         with additional argument.
4295         * dispextern.h (row_containing_pos): Adjust prototype.
4297         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
4298         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
4299         (try_window_id, try_window_reusing_current_matrix)
4300         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
4301         (syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
4303 2001-10-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4305         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
4306         gnuemacs).
4307         (HAVE_BOXES): Fix typo in comment.
4308         (push_menu_pane): Fix typo in comment.
4310         * xdisp.c: (display_prop_string_p): Remove unused local declaration
4311         of `Qwhen'.
4312         (single_display_prop_string_p): Remove unused local declarations
4313         of `Qwhen' and `Qmargin'.
4314         (string_buffer_position): Remove unused variable `around'.
4315         (store_frame_title): Remove unused variable `width'.
4317         * window.c: Don't define max.
4318         (coordinates_in_window): Remove unused variable `uy'.
4320         * widget.c: Don't define max.
4322         * process.c: Don't define max.
4323         (create_process): Remove unused variable `buffer'.
4325 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4327         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
4329 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
4331         * xfaces.c (Finternal_set_lisp_face_attribute)
4332         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
4333         frame is on a windowed display.
4335 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4337         * dispnew.c (sync_window_with_frame_matrix_rows):
4338         Fix handling of windows which aren't full-width, fix handling
4339         of marginal areas.
4341         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
4343 2001-10-23  Andreas Schwab  <schwab@suse.de>
4345         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
4346         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
4348 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4350         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
4351         REAL_END.  Notice if cursor gets overwritten.
4352         (notice_overwritten_cursor): Take X positions as parameters.
4353         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
4354         around call to x_draw_glyphs.
4356 2001-10-23  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4358         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
4359         instead of C) and usage.
4361         * editfns.c (char-to-string): Fix argument names (use CHAR instead
4362         of C) and usage.
4364         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
4365         `left', `max_width' and `max_height'.
4367 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4369         * xdisp.c (display_line): For a tab continued to the next line,
4370         set row's ends_in_middle_of_char_p.
4372 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4374         * xdisp.c (display_line): Fix computation of continuation lines
4375         width for TABs.
4377 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4379         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
4380         `Qlaplace'.
4382         * fileio.c: Remove unused code.
4384 2001-10-22  Miles Bader  <miles@gnu.org>
4386         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
4387         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
4388         Remove `DOC_STRINGS_IN_COMMENTS' cases.
4390 2001-10-21  Jason Rumney  <jasonr@gnu.org>
4392         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
4394 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4396         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
4397         (Finsert_string): Avoid the multi-line string literals warning.
4399 2001-10-22  Miles Bader  <miles@gnu.org>
4401         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
4402         (Fdocumentation): Don't use it.
4403         (syms_of_doc): Don't initialize it.
4405         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
4406         * print.c (Fwith_output_to_temp_buffer): Likewise.
4407         * window.c (Fsave_window_excursion): Likewise.
4408         * editfns.c (Fsave_excursion, Fsave_current_buffer)
4409         (Fsave_restriction): Likewise.
4410         * eval.c (Frun_hooks, Frun_hook_with_args)
4411         (Frun_hook_with_args_until_failure)
4412         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
4413         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
4414         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
4415         (Funwind_protect, Fcondition_case): Likewise.
4416         * coding.c (Ffind_operation_coding_system): Likewise.
4417         * keyboard.c (Ftrack_mouse): Likewise.
4419 2001-10-21  Miles Bader  <miles@gnu.org>
4421         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
4422         (Fmake_hash_table): Add usage: string to doc string.
4423         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
4424         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
4425         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
4426         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
4427         (Fml_prefix_argument_loop): Likewise.
4429 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4431         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
4433         * sysdep.c (init_sys_modes): Change doc-string comments to `new
4434         style' [w/`doc:' keyword].
4436         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
4437         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
4438         comments to `new style' [w/`doc:' keyword].
4440 2001-10-21  Jason Rumney  <jasonr@gnu.org>
4442         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
4444         * w32term.c (remember_mouse_glyph): New function.
4445         (w32_mouse_position): Use it.
4446         (note_mouse_movement): If the mouse moved off the glyph, remember
4447         its new position.
4449         * w32term.h (struct w32_output): Correct spelling of x_compatible.
4450         (w32_display_info): Add mouse_face_overlay.
4452         * w32term.c (notice_overwritten_cursor): Renamed from
4453         note_overwritten_text_cursor.  Rewritten to take glyph widths into
4454         account.
4455         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
4456         (fast_find_string_pos): New function.
4457         (fast_find_position): Return the correct vpos.  Add parameter
4458         STOP.  In the final row, stop before glyphs having STOP as object.
4459         Don't consider glyphs that are not from a buffer.
4460         (fast_find_position) [0]: Add a presumably more correct version
4461         for after 21.1.
4462         (expose_window_tree, expose_frame): Don't compute intersections here.
4463         (expose_window): Do it here instead.
4464         (expose_window_tree, expose_window, expose_line): Return 1 when
4465         overwriting mouse-face.
4466         (expose_window): If W is the window currently being updated, mark
4467         the frame garbaged.
4468         (expose_frame): If mouse-face was overwritten, redo it.
4469         (x_use_underline_position_properties): New variable.
4470         (syms_of_xterm): DEFVAR_BOOL it.
4471         (x_draw_glyph_string): Add comment to use it in future.
4472         (x_draw_glyph_string): Restore clipping after drawing box.
4473         Fix a computation of the underline position.
4474         (w32_get_glyph_string_clip_rect): Minor cleanup.
4475         (x_fill_stretch_glyph_string): Remove an assertion.
4476         (x_produce_glyphs): Don't convert multibyte characters
4477         to unibyte characters in unibyte buffers.
4478         (cursor_in_mouse_face_p): New function.
4479         (x_draw_stretch_glyph_string): Use it to choose a different GC
4480         when drawing a cursor within highlighted text.  Don't draw
4481         background again if it has already been drawn.
4482         (x_draw_glyph_string_box): Don't draw a full-width
4483         box just because the glyph row's full_width_p flag is set.
4484         (x_draw_glyphs): Fix computation of rightmost x for
4485         full-width rows.
4486         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
4487         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
4488         change bottom shadow accordingly. Some cleanup.
4489         (x_update_window_end): Handle overwritten mouse face
4490         also for tool bar windows.
4491         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
4492         DRAW is DRAW_IMAGE_RAISED.
4493         (clear_mouse_face): Return 1 if text with mouse face was
4494         actually redrawn.  Make the function static.  Reset
4495         dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
4496         optimize away highlighting if we pass over that same overlay again.
4497         (note_mouse_highlight): Call mouse_face_overlay_overlaps
4498         to detect a case where we have to highlight a different region
4499         despite not having left the currently highlighted region.
4500         Set mouse_face_overlay in the x_display_info.  Avoid changing the
4501         mouse pointer shape when show_mouse_face has already done it, or
4502         there is no need.  Handle mouse-face and help-echo in strings.
4503         (glyph_rect): New function.
4504         (w32_mouse_position): Use it to raise the threshold for mouse
4505         movement event generation.
4506         (w32_initialize_display_info): Initialize the x_display_info's
4507         mouse_face_overlay.
4508         (w32_set_vertical_scroll_bar): Don't clear a zero height
4509         or width area.
4510         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
4511         a widget to zero height.
4513         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
4514         Protect unibyte strings created by replacing their multibyte
4515         equivalents in menu_items.
4516         (w32_menu_show): Don't overwrite an item's name with its key
4517         description in case the description is a multibyte string.
4518         (single_submenu): Some cleanup.
4520         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
4521         (postprocess_image): New function.
4522         (lookup_image): Call it for all image types except PostScript.
4523         (x_kill_gs_process): Call postprocess_image.
4524         (tiff_error_handler, tiff_warning_handler): New functions.
4525         (tiff_load): Install them as handlers.
4526         (x_kill_gs_process): Recognize if someone has cleared the image
4527         cache under us.
4528         (valid_image_p): Protect better against invalid image
4529         specifications.  Previous code could signal an error.
4530         (Fx_hide_tip, Fshow_tip): Doc fix.
4531         (Fv_max_tooltip_size): New variable.
4532         (syns_of_xfns): DEFVAR_LISP it.
4533         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
4534         window buffer to *tip* right after creating the frame. Set frame's
4535         window_width.  Use a maximum tooltip size specified by
4536         Vx_max_tooltip_size, if that has valid contents.
4537         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
4538         Make sure the tooltip is completely visible.
4539         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
4540         (Fx_create_frame): Adjust the frame's height for presence
4541         of the tool bar before calling x_figure_window_size.
4542         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
4543         when the window gets smaller.
4544         (x_set_foreground_color): Set frame's cursor_pixel.
4545         (x_set_foreground_color, x_set_background_color): Cleaned up.
4546         (x_set_font): Handle case of x_new_fontset returning the same name
4547         as before, although there was a change in fontsets.
4549 2001-10-21  Miles Bader  <miles@gnu.org>
4551         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
4552         (Flogxor): Add usage: string to doc string.
4553         * charset.c (Fstring): Likewise.
4554         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
4555         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
4557 2001-10-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4559         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
4561         * alloc.c: Reindent DEFUNs with doc: keywords.
4563         * abbrev.c (Finsert_abbrev_table_description): Reindent.
4565         * frame.c: Change doc-string comments to `new style' [w/`doc:'
4566         keyword].
4568 See ChangeLog.9 for earlier changes.
4570 ;; Local Variables:
4571 ;; coding: iso-2022-7bit
4572 ;; End:
4574     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
4575   Copying and distribution of this file, with or without modification,
4576   are permitted provided the copyright notice and this notice are preserved.