*** empty log message ***
[emacs.git] / src / ChangeLog
blob9d4dfa7dda0c1496b75aaf8aa37c2fd4383bbaae
1 2002-03-21  Richard M. Stallman  <rms@gnu.org>
3         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
4         Depend on process.h.
6 2002-03-20  Jason Rumney  <jasonr@gnu.org>
8         Most of the following changes are still conditional on HAVE_IMAGES
9         which is not set by default on Windows.
11         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
13         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
14         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
15         (four_corners_best, x_clear_image_1, x_clear_image)
16         (x_alloc_image_color, postprocess_image) 
17         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) 
18         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
19         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
21         * w32gui.h (struct XImage): Define.
23         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
24         extract mouse co-ordinates.
26 2002-03-20  Jason Rumney  <jasonr@gnu.org>
28         * w32.c (init_winsock): Dynamically load new server and UDP
29         socket functions.
30         (socket_to_fd): New function.
31         (sys_socket): Use it.
32         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept) 
33         (sys_recvfrom, sys_sendto): New wrapper functions.
35         * process.c (QCfamily, QCfilter): Remove duplicate declaration
36         and initialization.
38         * makefile.w32-in (LIBS): Remove $(WSOCK32).
40 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
42         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
43         use "sun" as a variable, it's a predefined constant on Sun
44         machines.
46 2002-03-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
48         * bytecode.c (Fbyte_code): Revert last change.
50 2002-03-19  Kim F. Storm  <storm@cua.dk>
52         * makefile.w32-in (LIBS): Add $(WSOCK32).
53         From David Ponce <dponce@voila.fr>.
55 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
57         * process.c (wait_reading_process_input): Move variables `pname'
58         and `pnamelen' down where they are used.
60         * bytecode.c (Fbyte_code): Discard unused computed value to
61         prevent gcc warning.
63         * lisp.h (Fplist_member): Add prototype.
65 2002-03-18  Kim F. Storm  <storm@cua.dk>
67         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
68         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
69         HAVE_SYS_UN_H.
71         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
72         Remove explicit GNU_LINUX settings for datagram support.
74 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
76         * process.c (Fmake_network_process): Remove unused variable `sa'.
77         Doc fix.  Add usage:.
78         (set_socket_options): Remove unused variables `optnum' and
79         `opttype'.
81 2002-03-17  Richard M. Stallman  <rms@gnu.org>
83         * xdisp.c (cursor_type_changed): New variable.
84         (redisplay_internal): Redisplay all windows if cursor_type_changed.
85         Clear it when clearing windows_or_buffers_changed.
86         (try_cursor_movement, redisplay_window, try_window_id)
87         (try_window_reusing_current_matrix): Test cursor_type_changed
88         along with windows_or_buffers_changed.
90         * window.h (cursor_type_changed): New variable.
92         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
93         not update_mode_lines, and always set it to 1.
95         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
96         if no frames needed redrawing.
98 2002-03-17  Kim F. Storm  <storm@cua.dk>
100         The following changes add support for network server processes,
101         datagram connections, and local (unix) sockets.
103         * process.h (struct Lisp_Process): New member log.
104         Doc fix: Member command used to indicate stopped network process.
105         Doc fix: Member childp contains plist for network process.
106         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
108         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
109         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
110         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
111         New variables.
112         (NETCONN1_P): New macro.
113         (DATAGRAM_SOCKETS): New conditional symbol.
114         (datagram_address): New array.
115         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
116         (status_message): Use concat3.
117         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
118         for a stopped network process.
119         (Fset_process_buffer): Update contact plist for network process.
120         (Fset_process_filter): Ditto.  Don't enable input for stopped
121         network processes.  Server must listen, even if filter is t.
122         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
123         New functions.
124         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
125         (Fprocess_contact): Added KEY argument.  Handle datagrams.
126         (list_processes_1): Optionally show only processes with the query
127         on exit flag set.  Dynamically adjust column widths.  Omit tty
128         column if not needed.  Report stopped network processes.
129         Identify server and datagram network processes.
130         (Flist_processes): New optional arg `query-only'.
131         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
132         (conv_lisp_to_sockaddr, set_socket_options)
133         (network_process_featurep, unwind_request_sigio): New helper functions.
134         (Fprocess_datagram_address, Fset_process_datagram_address):
135         (Fset_network_process_options): New lisp functions.
136         (Fopen_network_stream): Removed.  Now defined in simple.el.
137         (Fmake_network_process): New lisp function.  Code is based on previous
138         Fopen_network_stream, but heavily reworked with new property list based
139         argument list, support for datagrams, server processes, and local
140         sockets in addition to old client-only functionality.
141         (server_accept_connection): New function.
142         (wait_reading_process_input): Use it to handle incoming connects.
143         Do not enable input on a new connection if process is stopped.
144         (read_process_output): Handle datagram sockets. Use 2k buffer for them.
145         (send_process): Handle datagram sockets.
146         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
147         network process is indicated by setting command field to t .
148         (Fprocess_send_eof): No-op if datagram connection.
149         (Fstatus_notify): Don't read input for a stream server socket or a
150         stopped network process.
151         (init_process): Initialize datagram_address array.
152         (syms_of_process): Intern and staticpro new variables, defsubr new
153         functions.
155 2002-03-16  Jason Rumney  <jasonr@gnu.org>
157         * w32fns.c (w32_to_all_x_charsets): Return correct type in
158         startup case.
160 2002-03-16  Richard M. Stallman  <rms@gnu.org>
162         * xdisp.c (redisplay_internal, redisplay_windows): 
163         Use list_of_error to call internal_condition_case_1.
164         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
165         so as to catch all errors with no possibility of debugger redisplay.
166         (list_of_error): New variable.
167         (syms_of_xdisp): Init and staticpro it.
169         * print.c (print_object): Delete `\ ' from printed rep of frame.
171 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
173         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
174         until its implementation is fixed.
176 2002-03-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
178         * xfns.c (png_load): Remove unused variable `gamma_str'.
180 2002-03-14  Richard M. Stallman  <rms@gnu.org>
182         * xfns.c (x_real_positions): Handle failure in XQueryTree.
184 2002-03-14  Miles Bader  <miles@gnu.org>
186         * intervals.c (adjust_for_invis_intang): New function.
187         (set_point_both): Use `adjust_for_invis_intang' to do most of the
188         work for dealing with invisible+intangible regions.  Do so before
189         and after both forward and backward movements, to handle both
190         front-sticky and rear-sticky cases.
191         * textprop.c (text_property_stickiness): Function moved here from
192         `editfns.c'.
193         * intervals.h (text_property_stickiness): New declaration.
194         * editfns.c (char_property_eq): Function removed.
195         (text_property_stickiness): Function moved to `textprop.c'.
197 2002-03-13  Jason Rumney  <jasonr@gnu.org>
199         * config.in: Add STRFTIME_NO_POSIX2.
201         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
202         and %OX when underlying strftime does not.
204 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
206         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
207         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
208         line) to avoid annoying flicker.
209         (xm_scroll_callback): Get rid of the now unnecessary kludge.
210         (XTread_socket): Mark it static.
212         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
214 2002-03-13  Kim F. Storm  <storm@cua.dk>
216         * puresize.h (BASE_PURESIZE): Increase to 775000.
218 2002-03-12  Juanma Barranquero  <lektu@terra.es>
220         * editfns.c (syms_of_editfns): Fix typo.
222 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
224         * xsmfns.c: Include stdio.h because termhooks.h needs it.
225         Include termopt.h for interrupt_input.
227 2002-03-11  Andreas Schwab  <schwab@suse.de>
229         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
231 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
233         * xterm.c (note_mouse_movement): Put code for
234         x_autoselect_window_p in #if 0.
236         * lread.c (Fload): Don't assume that message_with_string uses the
237         string it is given like a C string.
239 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
241         * xterm.h (x_session_check_input, x_session_initialize): Declared.
243         * xterm.c: (XTread_socket): Add call to x_session_check_input and
244         x_session_have_connection.
245         (x_initialize): Add call to x_session_initialize.
247         * termhooks.h (enum event_kind): Add save_session_event.
249         * keyboard.c: Add Emacs event save_session_event.
251         * emacs.c (main): Add call to syms_of_xsmfns.
253         * lisp.h: Declare syms_of_xsmfns as extern.
255         * config.in: Add HAVE_X_SM.
257         * Makefile.in (LIBXT): Add -lSM -lICE
258         if HAVE_X_SM and not USE_X_TOOLKIT.
259         (XOBJ): New file xsmfns.c added.
261         * xsmfns.c: New file for X session management.
263 2002-03-09  Jason Rumney  <jasonr@gnu.org>
265         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
266         read-only when setting modified time.
268 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
270         * xdisp.c (move_it_vertically_backward): At the end of the
271         function, when moving forward by lines, treat terminal frames
272         specially.
274         * keyboard.c (echo_char): Make sure to add a separator between
275         keys even if echo_dash hasn't been called.
277         * xdisp.c: Use new string macros.
278         (update_echo_area): Pass number of bytes to message3 instead of
279         number of chars.
280         (set_message_1): Don't access a string's size_byte directly.
281         (decode_mode_spec_coding): Use number of bytes of eoltype string
282         instead number of chars.
284         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
286 2002-03-08  Juanma Barranquero  <lektu@terra.es>
288         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
289         24-bit.
291 2002-03-06  Jason Rumney  <jasonr@gnu.org>
293         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
295 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
297         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
298         (cancel_echoing, echo_length, echo_truncate): Changed to
299         work with new kboard definition.
300         (echo_now): Use message3_nolog instead of message2_nolog.
302         * alloc.c (mark_kboards): Mark echo_string.
304         * keyboard.h (ECHOBUFSIZE): Removed.
305         (struct kboard): Member echoptr removed, member echobuf renamed
306         to echo_string.
308         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
309         message3 instead of message2 to display the message using STRING's
310         text properties.
312 2002-03-05  Andreas Schwab  <schwab@suse.de>
314         * xdisp.c (hscroll_margin): Change to EMACS_INT.
316 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
318         * frame.c (default-frame-alist): Explain that setting it doesn't
319         affect existing frames.
321 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
323         * indent.c (skip_invisible): Fix my brain fart.
325         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
327 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
329         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
330         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
331         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
332         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
333         and variables to use EMACS_INT instead of just int.
335         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
337 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
339         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
340         environment, pass it down with corrected value.
342 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
344         * lread.c (read_filtered_event): Do not call start_hourglass
345         before returning.
347 2002-03-04  Juanma Barranquero  <lektu@terra.es>
349         * w32term.c (x_display_and_set_cursor): Fix typo.
351 2002-03-03  Richard M. Stallman  <rms@gnu.org>
353         * fileio.c (Fmake_temp_name): Doc fix.
355 2002-03-03  Gary Wong  <gtw@gnu.org>
357         * termcap.c [!emacs]: Replace ospeed for building standalone
358         libtermcap, for binary compatibility.
360         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
362 2002-03-03  Richard M. Stallman  <rms@gnu.org>
364         * xrdb.c (file_p): Rename arg `path' to `filename'.
366         * abbrev.c (Fexpand_abbrev): Increment plist as use count
367         only if it is an integer.
369         * xfns.c (png_load): Set screen_gamma based on f->gamma.
370         If png_get_sRGB gives an answer, call png_set_gamma
371         using the default image gamma value.
373         * lread.c (read1): When reading from a file, default string to
374         multibyte only if it has some multibyte characters.
376         * print.c (print_object): Output multibyte chars 128...255
377         using \x even if ! print_escape_multibyte.
379         * xdisp.c (display_mode_element): Move the places where
380         bytepos, charpos, this, and lisp_string are set.
381         Use lisp_string to set bytepos.
383         * xdisp.c (redisplay_internal):
384         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
386         * xdisp.c (display_mode_element): Merge properties specified with
387         :propertize onto those that come with the string.
389 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
391         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
392         automatic-hscrolling.  Users changed.
393         <hscroll-margin>: Renamed from automatic-hscroll-margin.
394         Users changed.
395         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
397 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
399         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
401 2002-03-02  Kim F. Storm  <storm@cua.dk>
403         * window.c (Fminibuffer_selected_window): New function.
404         (syms_of_window): Defsubr it.
406 2002-03-01  Kim F. Storm  <storm@cua.dk>
408         * window.h (struct window): New member phys_cursor_width.
410         * window.c (make_window, replace_window): Init phys_cursor_width.
412         * xterm.c (x_display_and_set_cursor): Blink box cursor using
413         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
415         * w32term.c (x_display_and_set_cursor): Blink box cursor using
416         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
418         * lisp.h (GCPRO6): New macro.
420         * process.c (Fopen_network_stream): Use GCPRO6.
422 2002-03-01  Kim F. Storm  <storm@cua.dk>
424         * process.c (Qconnect, Qfailed): New variables.
425         (syms_of_process): Intern and staticpro them.
426         (Fprocess_status): Document connect and failed return values.
427         [NON_BLOCKING_CONNECT]: New conditional.
428         (connect_wait_mask, num_pending_connects): New variables.
429         (status_message): Convert Qfailed status.
430         (Fopen_network_stream): Added support for non-blocking connect.
431         New optional args: filter, sentinel, non_blocking.  Doc updated.
432         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
433         (deactivate_process): Handle pending non-blocking connect.
434         (wait_reading_process_input): Poll for status of non-blocking
435         connects.  Exec sentinel directly when connect succeeds.
436         (status_notify): Don't read process output if not yet connected.
438 2002-02-28  Kim F. Storm  <storm@cua.dk>
440         * window.c: (minibuf_selected_window): Renamed from
441         Vminibuf_selected_window.  Users changed.
442         (syms_of_window): Staticpro it.
444 2002-02-26  Kim F. Storm  <storm@cua.dk>
446         The following changes add a new Vminibuf_selected_window variable
447         which is similar to Vminibuf_scroll_window, but which is only set
448         on entry to the minibuffer (from a non-minibuffer window):
450         * window.c: (Vminibuf_selected_window): New variable.
451         (struct save_window_data): New member minibuf_selected_window.
452         (Fset_window_configuration): Restore Vminibuf_selected_window.
453         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
454         Set minibuf_scroll_window member to nil if minibuf_level is 0.
455         (compare_window_configurations): Compare minibuf_selected_window.
457         * window.h: (Vminibuf_selected_window): Declare extern.
459         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
460         entry to minibuffer or on entry from a non-minibuffer window.
462         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
463         Vminibuf_selected_window instead of Vminibuf_scroll_window.
465         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
466         instead of Vminibuf_scroll_window when deciding in which window
467         the region should be highlighted.  Consequently, the region remains
468         highlighteded even when a completion buffer is also displayed.
470 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
472         * fileio.c (Fsubstitute_in_file_name): Fix the change from
473         2002-02-08.
475         * xselect.c (Qcompound_text_with_extensions): Renamed from
476         Qcompound_text_no_extensions.
477         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
479 2002-02-26  Juanma Barranquero  <lektu@terra.es>
481         * w32proc.c (syms_of_ntproc): Doc fix.
483 2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
485         * intervals.h: Include "dispextern.h" unconditionally.
487 2002-02-24  Jason Rumney  <jasonr@gnu.org>
489         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
490         and disp-table.elc.
491         (lisp): Add emacs-lisp/backquote.elc.
493 2002-02-24  Kim F. Storm  <storm@cua.dk>
495         * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
496         The validation of the event type was too strict as it didn't
497         allow string events; buffer names are used in bindings for
498         menu-bar-select-buffer (see `menu-bar-update-buffers').
500 2002-02-23  Kim F. Storm  <storm@cua.dk>
502         The following changes rework my patch of 2002-02-06 which
503         added command remapping by entering the commands directly into
504         the keymaps.  Now, command remapping uses an explicit `remap'
505         prefix in the keymaps, i.e. [remap COMMAND].
507         * keymap.c (Qremap, remap_command_vector): New variables.
508         (is_command_symbol): Removed function.
509         (Fdefine_key): No longer accept a symbol for KEY.
510         Added validation of [remap COMMAND] argument for KEY.
511         The DEF is no longer required to be a symbol when remapping a command.
512         (Fremap_command): New function to remap command through keymaps.
513         (Flookup_key): Perform command remapping initiated by
514         Fremap_command directly for speed.
515         (Fkey_binding): Use Fremap_command for command remapping.
516         (where_is_internal): Handle new command remapping representation.
517         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
518         staticpro them.  Defsubr Fremap_command.
520         * keymap.h (Fremap_command): Declare extern.
521         (is_command_symbol): Remove extern.
523         * keyboard.c (command_loop_1): Use Fremap_command for command
524         remapping; now try command remapping for all symbols.
526 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
528         * coding.h (run_pre_post_conversion_on_str): Add prototype.
530 2002-02-23  Jason Rumney  <jasonr@gnu.org>
532         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
533         on the string before encoding it.
534         (Fw32_get_clipboard_data): Run post-read-conversion on the string
535         after decoding it.
537         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
539 2002-02-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
541         * w32term.c (enter_timestamp): Remove unused static variable to
542         prevent warning.
544         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
546 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
548         * w16select.c (Fw16_get_clipboard_data): Fix last change.
550         * xselect.c (selection_data_to_lisp_data): Fix last change.
552 2002-02-22  Jason Rumney  <jasonr@gnu.org>
554         * w32term.h (struct w32_output): New member menu_command_in_progress.
556         * w32menu.c (menubar_selection_callback): Free the menu and
557         clear the menu_command_in_progress flag.
559         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
560         (menu_free_timer): New variable.
561         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
562         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
563         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
564         menu command is in progress.
565         <WM_COMMAND>: Set the menu_command_in_progress flag.
566         Kill any menu_free_timer that is running.
568         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
569         Call ExtTextOutA rather than ExtTextOut.
571 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
573         * puresize.h (BASE_PURESIZE): Increase to 755000.
575 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
577         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
578         on the string before encoding it.
579         (Fw16_get_clipboard_data): Run post-read-conversion on the string
580         after decoding it.
582 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
584         Support for ICCCM  Extended Segments in X selections:
586         * xselect.c <Qcompound_text_no_extensions>: New variable.
587         (syms_of_xselect): Intern and staticpro it.
588         (selection_data_to_lisp_data): Run post-read-conversion on decoded
589         selection text.
590         (lisp_data_to_selection_data): If next-selection-coding-system is
591         compound-text-no-extensions, set the type of selection to be
592         compound-text.
594         * xterm.h (x_encode_text): Update prototype.
596         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
597         callers changed.  If SELECTIONP is non-zero, run the
598         pre-write-conversion function before encoding the selection text.
600 2002-02-21  Kim F. Storm  <storm@cua.dk>
602         * frame.c (syms_of_frame): Change mouse-highlight default to t.
604         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
605         Correct composing of language-change event.
607 2002-02-20  Kim F. Storm  <storm@cua.dk>
609         * keyboard.c (menu_bar_items): Don't include keymap or local-map
610         bindings at PT when building menu (the menu is not updated often
611         enough for this to work reliable).
612         (tool_bar_items): Likewise.
613         (current_active_maps): Removed unused (and buggy) function.
615 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
617         * xfns.c (gif_load): Use correct width and height for GIF images.
619 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
621         * floatfns.c (Fatan): Accept an optional second arg and call
622         atan2 if passed 2 args.
624 2002-02-18  Jason Rumney  <jasonr@gnu.org>
626         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
628 2002-02-17  Jason Rumney  <jasonr@gnu.org>
630         * w32term.c (x_autoselect_window_p): New variable.
631         (syms_of_w32term): DEFVAR_BOOL and initialize it.
632         (note_mouse_movement): Use it.
634         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
636         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
638         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
639         New variables.
640         (syms_of_w32fns): Intern and staticpro them.
641         (x_frame_parms) <"fullscreen">: New parameter.
642         (x_fullscreen_move, x_set_fullscreen): New functions.
643         (x_set_frame_parameters): Support Qfullscreen.
644         (x_real_positions): Save x/y_pixels_diff frame params.
645         (x_figure_window_size): Support full-screen frames.
646         (Fx_create_frame): Default the fullscreen parameter.
648         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
649         (x_fullscreen_adjust): New functions.
650         (w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
651         fullscreen.  Call x_check_fullscreen_move, and set the
652         want_fullscreen member of output_data.w32
653         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
655         * w32term.h: New enum for FULLSCREEN_* constants.
656         (struct w32_output): New members want_fullscreen, x_pixels_diff,
657         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
658         (x-fullscreen-adjust): New prototype.
660 2002-02-17  Kim F. Storm  <storm@cua.dk>
662         * frame.c: (Vmouse_highlight): New variable.
663         (syms_of_frame): DEFVAR_LISP it.
665         * frame.h: (Vmouse_highlight): Declare extern.
667         * xterm.h (struct x_display_info): Add mouse_face_hidden.
669         * xterm.c (disable_mouse_highlight): Removed variable.
670         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
671         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
672         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
673         and on after keyboard input.
674         (x_term_init): Initialize mouse_face_hidden.
676         * msdos.h (struct display_info): Add mouse_face_hidden.
678         * msdos.c (disable_mouse_highlight): Removed variable.
679         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
680         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
681         (internal_terminal_init): Initialize mouse_face_hidden.
682         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
683         and on after keyboard input.
685         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
687         * w32term.c (disable_mouse_highlight): Removed variable.
688         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
689         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
690         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
691         and on after keyboard input.
692         (w32_initialize_display_info): Initialize mouse_face_hidden.
694 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
696         * msdos.c (last_mouse_window): New variable.
697         (dos_rawgetc): Fix last change--if the mouse is in the same window
698         as recorded in last_mouse_window, don't select this window.
700         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
702         * msdos.c (x_autoselect_window_p): New variable.
703         (syms_of_msdos): Defvar it.
704         (dos_rawgetc): If x_autoselect_window_p is set, select the window
705         in which the last mouse movement occured, unless it is already
706         selected.
708         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
709         New variables.
710         (syms_of_xdisp): DEVFAR them.
711         (hscroll_window_tree): Use automatic_hscroll_margin and
712         Vautomatic_hscroll_step to compute the amount of window scrolling.
714 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
716         * xterm.c (x-autoselect-window): New variable.
717         (note_mouse_movement): Use it.
719         * keyboard.c: Do not include "systime.h" twice.
721 2002-02-15  Andreas Schwab  <schwab@suse.de>
723         * puresize.h (BASE_PURESIZE): Increase to 9/5.
725         * alloc.c (NSTATICS): Increase to 1280.
727 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
729         * alloc.c (NSTATICS): Bump to 1026.
731         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
732         (Vx_super_keysym): New variables.
733         (syms_of_xterm): DEFVAR_LISP them.
734         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
735         variables to determine which keys to use for the various modifiers.
737 2002-02-13  Kim F. Storm  <storm@cua.dk>
739         * window.c: (Vmode_line_in_non_selected_windows): Removed.
740         (mode_line_in_non_selected_windows): New variable.
741         (syms_of_window): DEFVAR_BOOL it.
743         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
744         Use mode_line_in_non_selected_windows.
745         (mode_line_in_non_selected_windows): Declare extern.
746         (Vmode_line_in_non_selected_windows): Removed extern.
748 2002-02-13  Richard M. Stallman  <rms@gnu.org>
750         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
751         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
752         (Fclear_this_command_keys): Doc fixes.
754         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
755         (update_face_from_frame_parameter): Increment face_change_count
756         and windows_or_buffers_changed to force redisplay using changed faces.
758         * xdisp.c (QCpropertize): New variable.
759         (mode_line_proptrans_alist): New variable.
760         (display_mode_element): New arg PROPS; all calls changed.
761         Implement this, for strings.
762         Handle literal output of strings by sharing the
763         main-line code for strings, using local var `literal'.
764         Handle :propertize feature.
765         (syms_of_xdisp): Initialze and staticpro QCpropertize and
766         mode_line_proptrans_alist.
768 2002-02-11  Kim F. Storm  <storm@cua.dk>
770         * window.c: (Vmode_line_in_non_selected_windows): New variable.
771         (syms_of_window): DEFVAR_LISP it.
773         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
774         (CURRENT_MODE_LINE_FACE_ID): Use it.
775         (Vmode_line_in_non_selected_windows): Declare extern.
777         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
778         to get mode line face.
780 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
782         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
783         variables; cus-start.el doesn't need them anymore.
785 2002-02-09  Kim F. Storm  <storm@cua.dk>
787         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
788         reduction.  This fixes a display problem where stray newlines were
789         inserted in the window (corrected by C-l).  Clarified code (IMHO).
791 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
793         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
795         * xdisp.c (display_mode_lines): Fix last change.
797 2002-02-09  Jason Rumney  <jasonr@gnu.org>
799         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
800         match each other.
801         (w32_load_system_font): Prevent Cleartype fonts from loading.
802         (Fx_show_tip): Ensure tip frames are above other topmost windows.
804 2002-02-09  Kim F. Storm  <storm@cua.dk>
806         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
807         (CURRENT_MODE_LINE_HEIGHT): Use it.
808         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
810         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
811         (pos_visible_p, handle_face_prop): Likewise.
812         (display_mode_lines): Likewise, but for the real selected window.
813         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
815         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
816         in non-selected windows.
817         (realize_basic_faces): Realize it.
818         (syms_of_term): Intern and staticpro it.
820 2002-02-08  Kim F. Storm  <storm@cua.dk>
822         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
823         Changed mail addresses to emacs-devel@gnu.org.
825 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
827         * fileio.c (Fsubstitute_in_file_name): If the file name includes
828         ~user, and there's no such user, don't discard everything before ~user.
830         * floatfns.c (Fround): Doc fix.
832 2002-02-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
834         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
836 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
838         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
840 2002-02-07  Kim F. Storm  <storm@cua.dk>
842         * keymap.c (where_is_internal): Only check whether definition is
843         remapped if it fulfills is_command_symbol.
845 2002-02-07  Andreas Schwab  <schwab@suse.de>
847         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
849         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
851 2002-02-06  Kim F. Storm  <storm@cua.dk>
853         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
854         defining command remapping.  Doc updated.
855         (Flookup_key): Remap command through keymap if KEY is a symbol.
856         (is_command_symbol): New function.
857         (Fkey_binding): Use it.  New optional argument NO-REMAP.
858         Doc updated.  Callers changed.  Perform command remapping via
859         recursive call unless that arg is non-nil.
860         (where_is_internal): New argument no_remap.  Callers changed.
861         Call recursively to find original key bindings for a remapped
862         comand unless that arg is non-nil.
863         (Fwhere_is_internal): New optional argument NO-REMAP.
864         Doc updated.  Callers changed.  Pass arg to where_is_internal.
866         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
867         (is_command_symbol): Added prototype.
869         * keyboard.c (Vthis_original_command): New variable.
870         (syms_of_keyboard): DEFVAR_LISP it.
871         (command_loop_1): Set it, and perform command remapping.
873 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
875         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
877 2002-02-06  Jason Rumney  <jasonr@gnu.org>
879         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
881 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
883         * charset.c (get_charset_id): Use if-else instead of ?:.
885 2002-02-06  Richard M. Stallman  <rms@gnu.org>
887         * filelock.c (S_ISLNK): Define if not defined.
889 2002-02-03  Richard M. Stallman  <rms@gnu.org>
891         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
893         * lread.c (read1): Redesign strategy for force_multibyte and
894         force_singlebyte.  Now is_multibyte records whether read_buffer
895         is multibyte.  Encountering any multibyte character makes it so.
897 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
899         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
900         with the same sequence, map that sequence to f10 rather than f0.
902 2002-02-03  Andreas Schwab  <schwab@suse.de>
904         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
905         latter never being defined on GNU/Linux.
907 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
909         * xfaces.c (realize_default_face): Don't set the weight and slant
910         of the default face to Qnormal, unless these attributes are
911         unspecified.
913 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
915         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
916         Call cancel_hourglass unconditionally.
918         * eval.c (Fsignal): Remove duplicated declaration of
919         the variable `display_hourglass_p'.
921 2002-01-31  Richard M. Stallman  <rms@gnu.org>
923         * editfns.c (region_limit): Nicer error message.
925         * coding.c (decode_composition_emacs_mule):
926         Give up if NCOMPONENT gets too large to index `component'.
928         * callint.c (check_mark): New arg to specify clearer error message.
929         Callers changed.
931 2002-01-27  Richard M. Stallman  <rms@gnu.org>
933         * minibuf.c (Fcompleting_read): Doc fix.
935 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
937         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
938         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
939         Fix doc-strings.
941 2002-01-26  Richard M. Stallman  <rms@gnu.org>
943         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
945         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
946         and scroll_up_aggressively.
948 2002-01-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
950         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
952 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
954         * textprop.c (Fnext_property_change, Fnext_single_property_change)
955         (Fprevious_property_change, Fprevious_single_property_change):
956         Stay within the narrowed-buffer boundaries.
958 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
960         * term.c (Ftty_display_color_cells): New function.
961         (syms_of_term): Defsubr it.
962         (Ftty_display_color_cells, Ftty_display_color_p): Change the
963         argument name to DISPLAY.  Doc fix.
965         * dispextern.h: Add prototype for set_tty_color_mode and
966         tty_setup_colors.
968 2002-01-24  Jason Rumney  <jasonr@gnu.org>
970         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
971         If region left to draw is not what was expected, mark the frame as
972         garbaged.
974         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
975         Combine the regions returned by BeginPaint and GetUpdateRect.
977 2002-01-23  Jason Rumney  <jasonr@gnu.org>
979         * w32term.c (x_update_window_begin): Only hide caret if
980         w32_use_visible_system_caret is set.
981         (x_update_window_end): Only show caret if
982         w32_use_visible_system_caret is set.
983         (syms_of_w32term): Handle SystemParametersInfo call failing.
985         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
987 2002-01-22  Richard M. Stallman  <rms@gnu.org>
989         * unexelf.c (unexec): Define n so as to cause compilation error
990         for the code where people have often written n instead of nn.
992         * .gdbinit (hookpost-run): Defined.
994 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
996         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
998 2002-01-21  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1000         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
1001         if fullscreen is being set.
1003 2002-01-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1005         * minibuf.c (Fminibuffer_contents)
1006         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
1007         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
1009 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1011         * window.c (check_frame_size): Fix minimum height calculation.
1013 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
1015         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
1016         height before comparison.
1017         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
1019 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1021         * w32term.c (w32_system_caret_width): Remove.
1022         (w32_use_visible_system_caret): New user flag.
1023         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
1024         Windows reports a screen reader running.
1025         (x_update_window_begin): Hide the system caret.
1026         (x_update_window_end): Show the system caret.
1027         (x_display_and_set_cursor): Don't draw a cursor when
1028         w32_use_visible_system_caret is set.  Do not adjust width.
1030         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
1031         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
1032         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
1033         the user requests it.  Use system default width when creating.
1034         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
1036         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
1037         New window messages.
1039 2002-01-20  Richard M. Stallman  <rms@gnu.org>
1041         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
1043 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1045         * doprnt.c (doprnt1): Fix typos in error call.
1047 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
1049         * unexelf.c (unexec) [__sgi]: Support the .got sections.
1051 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1053         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
1054         that Windows returns.  If a double check fails, try to guess how
1055         ExtTextOut is going to act.
1057         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
1058         in place of stricmp.
1059         (w32_list_synthesized_fonts): Removed.
1060         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
1061         (struct enumfont_t): New element; list.
1062         (enum_font_cb2): List all style and charset variations of a font.
1063         (Fw32_select_font): New optional argument; include_proportional.
1064         Exclude vertical fonts.  Exclude proportional fonts unless
1065         include_proportional is non-nil.
1066         (w32_enable_synthesized_fonts): Change to a boolean.
1067         (Fw32_send_sys_command): Doc fix.
1069 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1071         * dispnew.c (update_frame): Move the variable `tem' to the block
1072         where it is used.
1074 2002-01-19  Jason Rumney  <jasonr@gnu.org>
1076         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
1077         call to face-set-after-frame-default.
1079 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1081         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
1082         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
1084 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1086         * window.c (enlarge_window): When exceeding size of parent,
1087         directly delete all the siblings instead of trying to resize it.
1089 2002-01-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1091         * term.c (set_tty_color_mode): Remove unused variable `tem'.
1093 2002-01-16  Henrik Enberg  <henrik@enberg.org>
1095         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
1097 2002-01-16  Kim F. Storm  <storm@cua.dk>
1099         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
1100         is invisible.  This can happen if cursor is on top line of a
1101         window, and we switch to a buffer with a header line.
1103         * w32term.c (x_erase_phys_cursor): Ditto.
1105 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1107         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
1108         `dont_resize' only when used.
1110         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
1112 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
1114         * xdisp.c (display_mode_element): When computing charpos, depend
1115         on multibyteness of elt, not the text in field.
1117 2002-01-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1119         * buffer.c (Fkill_all_local_variables):
1120         Increment `update_mode_lines' only once.
1122 2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1124         * lisp.h (adjust_after_replace_noundo)
1125         (Fupdate_coding_systems_internal): Add prototypes.
1127         * sound.c (Fplay_sound): Initialize header_size also for :data case.
1129 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1131         Support for the --color command-line argument and tty-color-mode
1132         frame parameter:
1134         * term.c (tty_default_color_capabilities, tty_setup_colors)
1135         (set_tty_color_mode): New functions.
1136         (term_init): Call tty_default_color_capabilities.
1137         (Qtty_color_mode_alist): New variable.
1138         (syms_of_term): Intern and staticpro it.
1140         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
1141         frames.
1142         (do_switch_frame): For termcap frames, switch the tty
1143         color mode as specified by the frame's parameters.
1144         (Qtty_color_mode): New variable.
1145         (syms_of_frame): Intern and staticpro it.
1147         * emacs.c (USAGE2): Add the --color option.
1148         (standard_args): Ditto.
1150 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1152         * xterm.h (struct x_output): New members want_fullscreen,
1153         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
1154         y_pixels_outer_diff.
1155         New enum for FULLSCREEN_* constants.
1156         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
1157         is NULL.
1158         (x_fullscreen_adjust): Add prototype.
1160         * emacs.c (USAGE2): Add the new full-screen arguments.
1161         (standard_args): Ditto.
1163         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1164         New variables.
1165         (syms_of_xfns): Intern and staticpro them.
1166         (x_frame_parms) <"fullscreen">: New parameter.
1167         (x_fullscreen_move, x_set_fullscreen): New functions.
1168         (x_set_frame_parameters): Support for Qfullscreen.
1169         (x_real_positions): More accurate computation of the frame position.
1170         (x_figure_window_size): Support full-screen frames.
1171         (Fx_create_frame): Default the fullscreen parameter.
1173         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
1174         (XTread_socket) <Expose>: Call x_check_fullscreen.
1175         <ConfigureNotify>: Don't resize to fullscreen.
1176         Call x_check_fullscreen_move, and set the want_fullscreen member of
1177         output_data.x.
1179 2002-01-13  Jason Rumney  <jasonr@gnu.org>
1181         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
1182         for mice with more than 3 buttons.
1184         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
1185         (w32_read_socket): Handle new "XBUTTON" messages.
1187         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
1188         (syms_of_w32fns): DEFVAR_BOOL it.
1189         (w32_wnd_proc): Handle new "XBUTTON" messages.
1191 2002-01-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1193         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
1195 2002-01-13  Andreas Schwab  <schwab@suse.de>
1197         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
1199 2002-01-12  Andreas Schwab  <schwab@suse.de>
1201         * .gdbinit (xbuffer): Remove address operator since data is now a
1202         pointer.
1204 2002-01-11  Richard M. Stallman  <rms@gnu.org>
1206         * insdel.c (adjust_after_replace_noundo): New function.
1208         * coding.c (code_convert_region): Don't copy old text if undo disabled.
1210 2002-01-09  Jason Rumney  <jasonr@gnu.org>
1212         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
1213         when checking for multiple frames.
1215 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1217         * window.c (delete_window): Rewrite the code for changing the
1218         selected window to handle the case where WINDOW is not a leaf.
1220 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1222         * process.c (send_process): Set src_multibyte to 1 after the call
1223         top setup_coding_system, not before the call.
1225 2002-01-07  Jason Rumney  <jasonr@gnu.org>
1227         * xmenu.c (set_frame_menubar, xmenu_show):
1228         (xdialog_show): Initialize wv->help to Qnil.
1230         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
1231         (w32_dialog_show): Initialize wv->help to Qnil.
1233 2002-01-06  Jason Rumney  <jasonr@gnu.org>
1235         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
1237         * w32menu.c (w32_menu_display_help): Revert last change.
1239         * xmenu.c (menu_highlight_callback): Revert last change.
1241 2002-01-06  Andreas Schwab  <schwab@suse.de>
1243         * insdel.c (make_gap_larger): Make sure buffer size does not
1244         overflow range of int.
1246 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1248         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1249         OVERLAPS_P.
1251         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
1253         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
1254         to the left or to the right of the pointer, put it against
1255         the left screen edge.
1256         (x_frame_parms): Add missing braces around initializer.
1258         * w32term.c (x_setup_relief_colors): Don't compute an image's
1259         background color if it doesn't have a Pixmap.
1260         (notice_overwritten_cursor): Don't depend on
1261         output_cursor and updated_area.  Compare pixel coordinates with
1262         window's cursor pixel coordinates.
1263         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1264         Call notice_overwritten_cursor with new arg list.
1265         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1266         unconditionally.
1267         (x_draw_image_relief): Use predefined macro instead of
1268         constant when the value of `tool_bar_button_relief' is negative.
1270         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
1272 2002-01-04  Richard M. Stallman  <rms@gnu.org>
1274         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
1276 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1278         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
1279         (Fkey_binding): Try the `keymap' property map first.
1280         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
1281         minor mode bindings.
1283 2002-01-03  Kim F. Storm  <storm@cua.dk>
1285         * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
1287 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1289         * keyboard.c (read_key_sequence): Handle the keymap property
1290         before minor mode maps.
1292         * editfns.c (Fformat): Update thissize from field_width
1293         based on the actual width, in the string case.
1295 2002-01-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1297         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
1298         when used as truth value to prevent gcc warnings.
1300         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
1301         * w32proc.c: Include <config.h>.
1303 2002-01-01  Andreas Schwab  <schwab@suse.de>
1305         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
1306         not EMACS_INT, to make them compatible with DEFVAR_INT.
1307         * lisp.h (max_specpdl_size): Adjust declaration.
1309 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1311         * print.c (print_object): Test print_escape_nonascii only for
1312         unibyte strings.
1313         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
1314         when outputting to a multibyte buffer.
1316 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1318         * print.c (print_object): In multibyte string, use hex escapes.
1319         Use octal only for unibyte strings.
1320         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
1322         * lread.c (read_escape): New arg BYTEREP for reporting whether
1323         escape forces unibyte or multibyte.
1324         (read1): When reading a string, take note of that info.
1326 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
1328         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
1329         comparison to test lisp value returned by Fget.
1331 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1333         * lisp.h (max_specpdl_size): Add declaration.
1335         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
1337         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
1338         Handle modifier bits.  Correct typo in error message.
1340 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1342         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
1343         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
1344         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
1345         Update calls to Fdefine_abbrev.
1346         (write_abbrev): Update for changed data format.
1347         Don't list "system" abbrevs.
1348         (Fexpand_abbrev): Update use count with new data format.
1349         (describe_abbrev): Update for changed data format.
1350         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
1352         * config.in (HAVE_MBSINIT): Add #undef.
1354         * strftime.c (mbsinit): Define as no-op if not available.
1356         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
1357         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
1359         * keymap.c (Flookup_key): Error message if key has wrong data type.
1360         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
1361         (exclude_key): New variable.
1363 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
1365         * xterm.c (x_setup_relief_colors): Don't compute an image's
1366         background color if it doesn't have a Pixmap.
1368         * xterm.c (notice_overwritten_cursor): Don't depend on
1369         output_cursor and updated_area.  Compare pixel coordinates with
1370         window's cursor pixel coordinates.
1371         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1372         Call notice_overwritten_cursor with new arg list.
1373         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1374         unconditionally.
1376         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
1377         height of the cursor line to the amount to scroll.
1379 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1381         * intervals.c (set_point_both): The position after an invisible,
1382         intangible character is not an acceptable stopping point.
1384 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
1386         * window.c (enlarge_window): In new preserve_before code, convert
1387         CURBEG from lisp object to integer before doing arithmetic.
1389 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1391         * bytecode.c (Fbyte_code): Undo previous change.
1393 2001-12-26  Kim F. Storm  <storm@cua.dk>
1395         * keyboard.c (record_char): Ignore duplicate help-echo events only
1396         separated by mouse-movement.  When tracking mouse, only record
1397         first and last mouse-movement event in same window.
1398         Don't record mouse-movement events in keyboard macros.
1400 2001-12-25  Richard M. Stallman  <rms@gnu.org>
1402         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
1403         (Fenlarge_window): New arg PRESERVE_BEFORE.
1405         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
1406         instead of Fstring_as_unibyte.
1408 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1410         The following changes remove mocklisp support:
1412         * mocklisp.h, mocklisp.c: Files removed.
1414         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
1415         `Qmocklisp' and `Qmocklisp_arguments'.
1416         Remove prototype of syms_of_mocklisp.
1418         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
1420         * callint.c: Do not include mocklisp.h.
1421         (Fcall_interactively): Do not test for mocklisp case.
1423         * eval.c: Remove variables `Qmocklisp_arguments',
1424         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
1425         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
1426         Do not test for mocklisp case.
1427         (Fwhile): Remove unused variable `tem'.
1428         (syms_of_eval): Remove variable `moclisp-arguments'.
1430         * data.c (wrong_type_argument): Remove mocklisp case.
1432         * doc.c (Fdocumentation): Remove mocklisp case.
1434         * emacs.c (main): Do not call syms_of_mocklisp.
1436 2001-12-21  Richard M. Stallman  <rms@gnu.org>
1438         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
1439         to the left or to the right of the pointer, put it against
1440         the left screen edge.
1442 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1444         * Makefile.in (distclean): Remove .gdbinit if we are building
1445         outside the source tree.
1447 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1449         * w32.c (emacs_root_dir): New function.
1451         * msdos.c (emacs_root_dir): New function.
1453         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
1454         of the current drive as the fallback for default_directory.
1456         * dired.c (file_name_completion): Run the elements of
1457         completion-ignored-extensions through ENCODE_FILE.
1459         * lisp.h (scmp): Remove prototype, since it's now a static
1460         function private to dired.c.
1462 2001-12-18  Richard M. Stallman  <rms@gnu.org>
1464         * dired.c (scmp): Function moved from minibuf.c.
1465         Delete multibyte handling--used only on encoded strings.
1467         * minibuf.c (scmp): Function moved to dired.c.
1469         * fns.c (merge): Add QUIT call.
1471 2001-12-18  Dave Love  <fx@gnu.org>
1473         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
1474         language/georgian.el.
1476 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1478         * Makefile.in (lisp, shortlisp): Synchronize with changes to
1479         lisp/Makefile.in:DONTCOMPILE.
1481 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1483         * xdisp.c (window_box_height): Do not return negative values.
1484         From Gerd Moellmann <gerd@gnu.org>.
1486         * keyboard.c (head_table): Add missing braces around initializer.
1488         * term.c (keys): Likewise.
1490         * xfns.c (x_frame_parms, visual_classes): Likewise.
1492 2001-12-17  Sam Steingold  <sds@gnu.org>
1494         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
1495         patch (COMPOSING_P, not COMPOSING).
1497 2001-12-17  Richard M. Stallman  <rms@gnu.org>
1499         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
1501         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
1502         before calling decode_coding.
1504         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
1506         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
1507         instead of only for COMPOSITION_DISABLED.
1509 2001-12-16  Richard M. Stallman  <rms@gnu.org>
1511         * alloc.c (pure_alloc): After overflow, allocate just a small block.
1513         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
1515         * buffer.h (struct buffer): New field `display_error_modiff'.
1516         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
1518         * window.c (Frecenter): Clear display_error_modiff field.
1520         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
1521         Call redisplay_window, but not if display_error_modiff field says no.
1522         (redisplay_window_error): New function.
1523         (displayed_buffer): New variable.
1524         (redisplay_internal, redisplay_windows): Call the new functions
1525         instead of redisplay_window directly.
1527 2001-12-15  Richard M. Stallman  <rms@gnu.org>
1529         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
1531 2001-12-14  Andrew Innes  <andrewi@gnu.org>
1533         * makefile.w32-in (EMACSLOADPATH): Define.
1534         ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
1535         (bootstrap-temacs): Remove dependency on bootstrap-clean.
1537 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
1539         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
1540         parameter have a numeric value all the time.
1542         * w32fns.c (x_report_frame_params): Likewise.
1544 2001-12-12  Richard M. Stallman  <rms@gnu.org>
1546         * fileio.c (Fwrite_region): Doc fix.
1548         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
1549         (redisplay_internal): Call clear_image_cache only for window terminals.
1551 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
1553         * xdisp.c (move_it_vertically_backward): Change heuristic
1554         for the case that we didn't move far enough initially.
1556         * window.c (Frecenter): Simplify computation in the case of window
1557         system frames and ARG < 0; use window_box_height.
1559 2001-12-11  Richard M. Stallman  <rms@gnu.org>
1561         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
1562         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
1564 2001-12-11  Andrew Innes  <andrewi@gnu.org>
1566         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
1567         arg is negative.
1569 2001-12-11  Richard M. Stallman  <rms@gnu.org>
1571         * m/hp800.h: Split the __hpux conditional into the parts
1572         that are right for GNU/Linux too and the parts that are not.
1573         Use the former if GNU_LINUX.
1574         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
1576         * s/gnu-linux.h (GNU_LINUX): Defined.
1578 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1580         * macros.c, msdos.c, w16select.c: Change doc-string comments to
1581         `new style' [w/`doc:' keyword].
1583 2001-12-10  Jason Rumney  <jasonr@gnu.org>
1585         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
1586         before using.
1588 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1590         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
1591         keyword].
1593 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
1595         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
1597         * s/hpux10.h (srand48): Don't undefine.
1599 2001-12-09  Jason Rumney  <jasonr@gnu.org>
1601         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
1602         Add     comment to explain where the struct came from.
1603         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
1604         (add_menu_item): Process pop-up menus first to avoid memory leak.
1605         (add_menu_item, w32_menu_display_help): Use `help' field as
1606         Lisp_Object.
1607         (w32_free_submenu_strings): Only free owner-drawn strings.
1609 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1611         * COPYING: Moved back.
1613         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
1614         Add parentheses around && within ||.
1616         * indent.c (compute_motion): Likewise.
1618         * intervals.c (merge_properties_sticky): Likewise.
1620         * coding.c (setup_coding_system, shrink_encoding_region)
1621         (Fdecode_sjis_char): Likewise.
1623 2001-12-07  Andreas Schwab  <schwab@suse.de>
1625         * xdisp.c (display_mode_element): Don't read past end of string if
1626         it ends with '%'.
1628         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
1629         can hold.
1631         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
1632         from most_positive_fixnum and most_negative_fixnum, resp., and
1633         type changed to Lisp_Object.
1634         (syms_of_data): DEFVAR_LISP them.
1636 2001-12-07  Richard M. Stallman  <rms@gnu.org>
1638         * callproc.c (init_callproc): Set Vdata_directory based on the source
1639         location whenever Emacs was run uninstalled.
1641 2001-12-06  Paul Eggert  <eggert@twinsun.com>
1643         * config.in (HAVE_WORKING_VFORK): New #undefs.
1644         * process.c (create_process):
1645         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
1646         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
1647         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
1648         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
1649         * m/intel386.h (HAVE_VFORK): Likewise.
1650         * m/mips-siemens.h (HAVE_VFORK): Likewise.
1651         * m/mips.h (HAVE_VFORK): Likewise.
1652         * s/freebsd.h (vfork): Remove #define.
1653         * s/lynxos.h (HAVE_VFORK): Remove #undef.
1654         * s/usg5-4-2.h: Fix comment about vfork.
1656 2001-12-06  Richard M. Stallman  <rms@gnu.org>
1658         * s/hpux10.h (random): Add undef.
1659         (HAVE_RANDOM): Define it just once.
1661 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
1663         * eval.c: Undo last change: the standard syntax is not wanted.
1665 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1667         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
1668         scroll bars of the frame before deleting the frame itself.  If the
1669         frame has a widget, delete the frame with XtDestroyWidget, and do
1670         not call XDestroyWindow before that.
1672 2001-12-06  Kim F. Storm  <storm@cua.dk>
1674         * xfns.c (x_report_frame_params): Return actual fringe widths.
1676         * w32fns.c (x_report_frame_params): Return actual fringe widths.
1678 2001-12-05  Andrew Innes  <andrewi@gnu.org>
1680         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
1681         excessively large.
1683         * insdel.c (make_gap_larger): New function.
1684         (make_gap_smaller): New function.
1685         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
1686         make_gap_smaller if arg is negative.
1688 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
1690         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
1691         Pass a dummy argument when calling interrupt_signal.
1692         (parse_menu_item): Mark disabled items before checking for empty def.
1693         (read_char_minibuf_menu_prompt): Make safety more visible.
1694         (read_key_sequence): Add a `first_unbound' variable.
1695         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
1696         unbound prefix as soon as we can detect it.
1698         * doc.c (Fsnarf_documentation): Add prototype.
1699         (get_doc_string): Handle negative arguments.
1700         (Fdocumentation): Use AREF and ASIZE.
1701         Move the calls to get_doc_string to a single place.
1702         Don't confuse an interactive-spec for a docstring reference.
1703         (Fdocumentation_property): Take advantage of the fact that
1704         get_doc_string now ignores the sign of the docstring position.
1706         * eval.c: Use standard syntax for usage in docstrings.
1708 2001-12-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1710         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
1712 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1714         * xterm.c (x_draw_image_relief): Use predefined macro instead of
1715         constant when the value of `tool_bar_button_relief' is negative.
1717 2001-12-02  Richard M. Stallman  <rms@gnu.org>
1719         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
1720         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
1722         * fileio.c (read_non_regular): Delete Fsignal call.
1724 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
1726         * lisp.h (run_hook_list_with_args): Undo last change.
1728 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
1730         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
1732 2001-12-01  Jason Rumney  <jasonr@gnu.org>
1734         * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
1736         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
1737         [!WM_MOUSELEAVE]: Define.
1739         * w32menu.c (current_popup_menu, get_menu_item_info):
1740         (set_menu_item_info): New vars.
1741         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
1742         (w32_menu_show): Set current_popup_menu.
1743         (add_menu_item): Allocate new strings for owner-drawn menu items
1744         and help strings.
1745         Use owner-draw for disabled menu items again.
1746         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
1747         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
1749         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
1750         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
1751         <WM_EXITMENULOOP>: Free menu strings.
1752         <WM_MOUSELEAVE>: Stop tracking mouse.
1753         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
1755         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
1756         and mouse face.
1758 2001-12-01  Kim F. Storm  <storm@cua.dk>
1760         The following changes add left-fringe and right-fringe
1761         frame parameters to adjust fringe widths, or remove one or
1762         both fringes.
1764         * frame.h (struct frame): Remove trunc_area_pixel_width and
1765         trunc_area_cols fields.
1766         (Qleft_fringe, Qright_fringe): Declare.
1767         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
1769         * frame.c (Qleft_fringe, Qright_fringe): New vars.
1770         (syms_of_frame): Initialize them.
1772         * window.c (coordinates_in_window): Handle separate left and right
1773         fringe widths.
1775         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
1776         and fringe_cols fields.
1777         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
1778         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
1779         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
1780         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
1781         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
1782         (x_compute_fringe_widths): Add prototype.
1784         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
1785         fill fringe evenly with small dashes.
1786         (x_draw_fringe_bitmap): Clear background if necessary. Align and
1787         clip the new ZV bitmap to avoid jitter between rows.
1788         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
1789         background.  Don't draw fringe bitmaps if fringe width is zero.
1790         (x_compute_fringe_widths): New function.
1791         (x_new_font, x_set_window_size_1): Use it.
1793         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
1794         (x_set_frame_parameters): Process `font' parameter before other
1795         parameters as fringe widths depend on it.
1796         (x_set_fringe_width): New function.
1797         (x_figure_window_size): Use x_compute_fringe_widths.
1798         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
1799         parameters.
1801         * widget.c (set_frame_size): Use x_compute_fringe_widths.
1802         (EmacsFrameSetCharSize): Ditto.
1804         * w32term.h: Merged changes from xterm.h.
1805         * w32term.c: Merged changes from xterm.c.
1806         * w32fns.c: Merged changes from xfns.c.
1808 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1810         * COPYING: Removed.
1812 2001-11-29  Dave Love  <fx@gnu.org>
1814         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
1815         extra extra slot.
1816         (detect_coding_mask): Fix call of detect_coding_iso2022.
1818 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1820         * fileio.c (file-name-coding-system)
1821         (default-file-name-coding-system): Doc fix (links to referenced
1822         variables added).
1824 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
1826         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
1827         Add dummy uses of gcproN variables.
1829         * category.c (describe_category, describe_category_1)
1830         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
1831         (syms_of_category): Don't defsubr Sdescribe_categories.
1833 2001-11-28  Richard M. Stallman  <rms@gnu.org>
1835         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
1837         * Makefile.in (lispdir): New variable, referring to build dir.
1838         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
1840 2001-11-28  Andrew Innes  <andrewi@gnu.org>
1842         * w32menu.c (w32_menu_display_help): Actually add the new argument
1843         OWNER.
1845 2001-11-28  Jason Rumney  <jasonr@gnu.org>
1847         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
1848         menu items.  From David Ponce <dponce@wanadoo.fr>.
1849         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
1850         conditionally.
1851         (w32_menu_display_help): New argument OWNER. Rewritten to store a
1852         help event in the owner frame's keyboard buffer.
1854         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
1855         (Fx_show_tip): Don't subtract last width from row width.
1857         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
1858         (w32_read_socket): Use EQ to compare frames.
1860 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
1862         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1863         OVERLAPS_P.
1865 2001-11-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1867         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
1868         `gcpro3' and `gcpro4'.
1870         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
1872 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
1874         * ccl.c: Use AREF and ASIZE.
1876 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
1878         * lisp.h (run_hook_list_with_args): Remove.
1879         (LIST_END_P): Fix call to wrong_type_argument.
1880         (make_fixnum_or_float): Use EMACS_INT rather than int.
1882 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
1884         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
1885         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
1887         * eval.c: Use AREF and ASIZE.
1888         (Ffetch_bytecode): Add the file name to the error message.
1890         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
1891         which match the end of the file-name.
1892         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
1893         is not a valid env var, but leave it as is instead.
1895         * keymap.c (access_keymap): Handle t bindings like nil bindings.
1896         Make nil bindings in char-tables transparent.
1897         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
1899 2001-11-26  Richard M. Stallman  <rms@gnu.org>
1901         * textprop.c (set_text_properties_1): Allow START, END in either order.
1902         Do nothing if range is empty.
1904         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
1906         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
1907         (clean): Not here.
1909 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
1911         * textprop.c (set_text_properties_1): Clearly mark that the
1912         interval should not be empty.
1914         * intervals.c (graft_intervals_into_buffer):
1915         Don't call set_text_properties_1 on an empty interval.
1917 2001-11-25  Richard M. Stallman  <rms@gnu.org>
1919         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
1921         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
1922         don't lose the data in it.
1924 2001-11-25  Juanma Barranquero  <lektu@terra.es>
1926         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
1928         * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
1930         * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
1932 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
1934         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
1936 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
1938         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
1939         Niemitalo <kon@iki.fi>.
1941 2001-11-25  Jason Rumney  <jasonr@gnu.org>
1943         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
1945         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
1946         (Fx_show_tip): Block input during frame creation.
1947         (Fx_show_tip, Fx_hide_tip): Enable.
1949 2001-11-24  Richard M. Stallman  <rms@gnu.org>
1951         * lread.c (Fload): Detect recursive load error for more than 3
1952         nestings of the same file.
1953         (Vrecursive_load_depth_limit): Variable deleted.
1954         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
1956 2001-11-24  Jason Rumney  <jasonr@gnu.org>
1958         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
1959         mouse position if either left or top is not specified.
1961         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
1962         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
1963         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
1964         (my_create_tip_window): Assign tip_window.
1965         (x_create_tip_frame): Use same defaults as X.
1966         (compute_tip_xy): Remove unused variable.  Use full screen width.
1967         (Fx_show_tip): Do not double height. Call ShowWindow directly.
1969         * w32term.c (x_after_update_window_line): Doc fix.
1970         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
1971         frames.
1972         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
1974         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
1975         for all Windowed systems.
1977 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
1979         * msdos.c (IT_clear_screen): If the frame's faces are not yet
1980         realized, use the initial screen colors to clear the screen.
1982 2001-11-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1984         * textprop.c (Fset_text_properties): Remove unused variables
1985         `unchanged', `prev_changed', `s' and `len'.
1987         * search.c (Freplace_match): Remove unused variable `inslen'.
1989         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
1991 2001-11-22  Jason Rumney  <jasonr@gnu.org>
1993         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
1994         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
1995         (my_create_tip_window): New function.
1996         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
1997         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
1999 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2001         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
2002         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
2004         * w32fns.c (Vw32_system_coding_system): Remove.
2005         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
2007 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2009         * fileio.c (Fwrite_region): Move choose_write_coding_system to
2010         after build_annotations.
2012         * syntax.c (describe_syntax): Add dummy arg.
2013         (describe_syntax_1): Update call to describe_vector.
2015         * category.c (describe_category): Add dummy arg.
2016         (describe_category_1): Update call to describe_vector.
2018         * keymap.c (Fdescribe_vector): Add `describer' parameter.
2019         (describe_command, describe_translation): Add dummy second param.
2020         (describe_map): Call elt_describer with two arguments.
2021         (describe_vector_princ): Add `fun' parameter.
2022         Call it instead of the hardcoded `princ'.
2023         (describe_vector): Add arg `args'.
2024         Pass it as a new second argument to elt_describer.
2026         * keymap.h (describe_vector): Update prototype.
2028         * frame.c: Don't include keymap.h any more.
2029         (keys_of_frame): Remove.
2031         * lisp.h (keys_of_frame): Remove declaration.
2033         * emacs.c (main): Don't call `keys_of_frame' any more.
2035 2001-11-14  Andreas Schwab  <schwab@suse.de>
2037         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
2038         if defined, 0 otherwise.
2039         (MAP_FAILED): Define if not defined and use it to test mmap failure.
2040         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
2042 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2044         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
2046 2001-11-18  Jason Rumney  <jasonr@gnu.org>
2048         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
2049         (x_draw_bar_cursor): If the background color of the glyph under
2050         the cursor equals the frame's cursor color, use the glyph's
2051         foreground color for drawing the bar cursor.
2052         (x_after_update_window_line): Clear internal border in different
2053         circumstances.
2054         (w32_set_vertical_scroll_bar): Check for width and height > 0.
2055         (w32_draw_relief_rect): Correct relief by 1 pixel.
2056         (x_set_glyph_string_background_width):
2057         Set extends_to_end_of_line_p if the row's fill_line_p is set and
2058         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2059         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
2060         if cursor_in_non_selected_windows is false.
2061         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
2062         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
2063         Notice if cursor gets overwritten.
2064         (notice_overwritten_cursor): Renamed from
2065         note_overwritten_text_cursor.  Rewritten to take glyph widths
2066         into account, and to take X positions as parameters.
2067         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
2068         around call to x_draw_glyphs.
2069         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
2070         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
2071         color to use for image glyph reliefs.
2072         (x_draw_image_relief): Accept zero tool_bar_button_relief.
2073         (glyph_rect): Remove unused variable `area'.
2075         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
2076         some items.
2077         (x_set_internal_border_width): Set frame garbaged when window
2078         doesn't exist yet.
2079         (Fx_create_frame): Accept zero tool_bar_button_relief.
2080         (x_clear_image_1, four_corners_best, image_background)
2081         (image_background_transparent): New functions.
2082         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
2083         (gs_format): Add `:background' entry.
2084         (lookup_image): Set IMG's background color if specified.
2085         (pbm_load, xbm_load_image, png_load): Set IMG's background field
2086         when appropriate.
2087         (x_clear_image_1): Reset `background_valid' and
2088         `background_transparent_valid' fields.
2089         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
2090         calculating it here.  Set IMG's background_transparent field.
2091         (enum xpm_keyword_index): Add XPM_BACKGROUND.
2092         (enum png_keyword_index): Add PNG_BACKGROUND.
2093         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
2094         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
2095         (enum gif_keyword_index): Add GIF_BACKGROUND.
2096         (enum gs_keyword_index): Add GS_BACKGROUND.
2097         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
2098         Pre-calculate image background color where necessary.
2099         (x_create_x_image_and_pixmap, xbm_load, gs_load):
2100         Use display info's n_cbits entry for screen depth.
2101         (Fx_show_tip): Remove unused variables `buffer', `top',
2102         `left', `max_width' and `max_height'.
2104         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
2106 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
2108         * puresize.h (BASE_PURESIZE): Increase to 750000.
2110 2001-11-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2112         * frame.c (Fframe_live_p): Doc fix.
2114 2001-11-18  Richard M. Stallman  <rms@gnu.org>
2116         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
2117         (message_dolog_marker3): New static variables hold three markers.
2118         (syms_of_xdisp): Initialize and staticpro them.
2119         (message_dolog): Use message_dolog_marker1..3 instead of
2120         allocating markers each time.  Unchain them when done.
2122 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2124         * doc.c (Fsnarf_documentation): Doc fix.
2126 2001-11-17  Andreas Schwab  <schwab@suse.de>
2128         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
2130 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2132         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
2134 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2136         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
2138 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
2140         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
2141         with invalid position.
2143 2001-11-16  Richard M. Stallman  <rms@gnu.org>
2145         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
2147         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
2148         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
2149         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
2151         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
2153 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2155         * fileio.c (build_annotations): Split off the tail.
2156         (build_annotations_2): New fun.  Extracted from build_annotations.
2157         (Fwrite_region): Split the call to build_annotations into two
2158         calls to build_annotations and build_annotations_2.
2160 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2162         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
2163         clear_waiting_for_input with argument.
2165         * xterm.h (x_update_cursor): Remove duplicated prototype.
2167         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
2169         * xterm.c (waiting_for_input): Remove unnecessary declaration.
2171         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
2173 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2175         * fileio.c (choose_write_coding_system): New fun, extracted
2176         from Fwrite_region.
2177         (Fwrite_region): Use it.
2179         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
2180         (funcall_lambda, run_hook_with_args): Make static and add prototype.
2181         (ml_apply, find_handler_clause): Add prototype.
2183 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
2185         * config.in: Add #undef HAVE_COFF_H.
2187         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
2188         Required for ISC 4.1.
2190 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
2192         * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
2193         Andrew Wiseman <a.wiseman@btclick.com>.
2195 2001-11-16  Kim F. Storm  <storm@cua.dk>
2197         The following changes are made to clean up the various internal
2198         references to the fringes to actually use the term `fringe' for
2199         them.  Previously, they were called `flags areas', `bitmap areas',
2200         `left/right side of windows', or implicitly as `flags' or
2201         `bitmaps':
2203         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
2204         Comments fixed. Use renamed symbols.
2206         * dispnew.c: Comment fix. Use renamed symbols.
2208         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
2209         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
2210         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
2212         * msdos.c: Comment fix.
2214         * w32fns.c: Use renamed symbols.
2216         * w32term.c: Comment fixes. Use renamed symbols.
2217         (fringe_bitmap_type): Renamed from bitmap_type.
2218         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2219         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
2220         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2222         * w32term.h: Comment fixes. Use renamed symbols.
2223         (fringes_extra): Renamed from flags_areas_extra.
2224         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2225         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2226         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2227         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2228         (FRAME_X_LEFT_FRINGE_WIDTH):
2229         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2230         (FRAME_X_RIGHT_FRINGE_WIDTH):
2231         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2233         * widget.c: Use renamed symbols.
2235         * window.c: Comment fixes. Use renamed symbols.
2236         (coordinates-in-window-p): Doc fix.
2238         * xdisp.c: Comment fixes. Use renamed symbols.
2240         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
2242         * xfns.c: Use renamed symbols.
2244         * xterm.c: Comment fixes. Use renamed symbols.
2245         (fringe_bitmap_type): Renamed from bitmap_type.
2246         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2247         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
2248         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2250         * xterm.h: Comment fixes. Use renamed symbols.
2251         (fringes_extra): Renamed from flags_areas_extra.
2252         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2253         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2254         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2255         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2256         (FRAME_X_LEFT_FRINGE_WIDTH):
2257         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2258         (FRAME_X_RIGHT_FRINGE_WIDTH):
2259         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2261 2001-11-15  Jason Rumney  <jasonr@gnu.org>
2263         * w32menu.c (add-menu-item): Make help_echo and radio buttons
2264         work for most menu items.  From David Ponce
2265         <david.ponce@wanadoo.fr>.
2267 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
2269         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
2270         Some x_set_* function expect to be called even if old and new
2271         value are equal.
2273         * xdisp.c (build_desired_tool_bar_string): Accept zero
2274         tool_bar_button_relief.
2276         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
2278         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
2280         * xterm.c (x_draw_bar_cursor): If the background color of the
2281         glyph under the cursor equals the frame's cursor color, use
2282         the glyph's foreground color for drawing the bar cursor.
2284         * dispnew.c (direct_output_forward_char): Fix character/byte
2285         position comparison.
2287 2001-11-15  Miles Bader  <miles@gnu.org>
2289         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
2290         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
2291         Update arguments to find_field.
2292         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
2293         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
2294         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
2295         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
2297 2001-11-14  Richard M. Stallman  <rms@gnu.org>
2299         * editfns.c (Fpropertize): Allow call with 1 arg.
2301         * dispextern.h (image_background, image_background_transparent):
2302         Conditionalize on HAVE_X_WINDOWS.
2304 2001-11-13  Richard M. Stallman  <rms@gnu.org>
2306         * print.c (Fprin1_to_string): Doc fix.
2308         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
2310         * floatfns.c (Fceiling, Ffloor): Doc fixes.
2312         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
2314         * fileio.c (Ffile_accessible_directory_p): Doc fix.
2316         * eval.c (syms_of_eval): Doc fix.
2318         * coding.c (syms_of_coding): Doc fix.
2320         * doc.c (Fsnarf_documentation): Doc fix.
2322         * dispnew.c (syms_of_display): Doc fix.
2324         * category.c (Fget_unused_category): Doc fix.
2326         * buffer.c (syms_of_buffer): Doc fixes.
2328 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
2330         * print.c (prin1, print): Doc fix.
2332 2001-11-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2334         * fontset.h: Remove declarations of variables
2335         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
2337         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
2338         `Vclip_large_size_font'.
2340 2001-11-13  Jason Rumney  <jasonr@gnu.org>
2342         * w32fns.c: Doc fix.
2344 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2346         * xfaces.c (Fface_attributes_as_vector): Doc fix.
2348         * w32fns.c (Fx_synchronize): Reindent.
2350         * fns.c: Doc fix.
2352         * emacs.c: Doc fix.
2354         * coding.c: Doc fix.
2356         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
2357         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
2358         `new style' [w/`doc:' keyword].
2360         * xmenu.c (x-popup-menu): Reindent.
2361         (x-popup-dialog): Likewise.
2363         * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
2365         * xdisp.c (Fdump_tool_bar_row): Reindent.
2367         * minibuf.c (Fminibuffer_complete_word): Reindent.
2368         (Fminibuffer_complete_and_exit): Likewise.
2369         (Fminibuffer_completion_help): Likewise.
2370         (Fminibuffer_message): Likewise.
2372         * fns.c (Freverse): Reindent.
2374         * eval.c (Fif): Reindent.
2375         (Fand): Likewise.
2377         * editfns.c (Fuser_real_login_name): Reindent.
2378         (Finsert_buffer_substring): Likewise.
2379         (Fcompare_buffer_substrings): Likewise.
2380         (Fsubst_char_in_region): Likewise.
2382         * dispnew.c (Fsit_for): Reindent.
2383         (Fframe_or_buffer_changed_p): Likewise.
2384         (Finternal_show_cursor_p): Likewise.
2385         (syms_of_display): Likewise.
2387         * alloc.c (Flist): Reindent.
2388         (Fvector): Likewise.
2390 2001-11-12  Richard M. Stallman  <rms@gnu.org>
2392         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
2393         LeaveNotify events.  Only FocusIn and FocusOut do that now.
2394         (x_display_and_set_cursor): Do display hollow cursors in active
2395         minibuffer windows when they are not selected.
2397 2001-11-12  Jason Rumney  <jasonr@gnu.org>
2399         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
2400         * w32term.c: Change doc-string comments to `new style'.
2401         [w/`doc:' keyword]. Doc fixes.
2403         * w32fns.c: Don't define max.
2404         (Fx_open_connection): Only execute once.
2406 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2408         * ccl.c: Change macros to use do-while block instead of if-else.
2409         Use braces to follow GNU Coding Standards.
2411 2001-11-11  Richard M. Stallman  <rms@gnu.org>
2413         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
2415         * lread.c (read_escape): Use end_of_file_error for reporting eof.
2417         * insdel.c (replace_range): Use adjust_markers_for_replace
2418         instead of adjust_markers_for_delete and adjust_markers_for_insert.
2420         * intervals.h: Declare set_text_properties and set_text_properties_1.
2422         * textprop.c (set_text_properties_1): New subroutine
2423         broken out of set_text_properties.
2424         (set_text_properties): Use set_text_properties_1.
2426         * intervals.c (graft_intervals_into_buffer):
2427         Use set_text_properties_1 to clear out properties.
2429         * search.c (Freplace_match): Use replace_range to insert
2430         and delete.  Don't request property inheritance from
2431         surrounding text.
2433 2001-11-10  Jason Rumney  <jasonr@gnu.org>
2435         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
2436         vertical fonts. Allow them if face name is explicitly specified.
2437         Do not give up if we find a font that cannot be converted to an xlfd.
2439 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
2441         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
2442         instead of malloc/free.
2444 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2446         * xfaces.c (merge_face_vectors): Use braces to follow GNU
2447         Coding Standards.
2448         (Finternal_set_lisp_face_attribute): Likewise.
2450         * buffer.c (Fbury_buffer): Likewise.
2452         * indent.c (current_column_1): Remove unused variable `prev_col'.
2454         * coding.c (encode_coding): Use precomputed value of `src'.
2455         (encode_coding): Remove unused variable `src_end'.
2456         (code_convert_region): Remove unused variables `count'.
2458 2001-11-07  Jason Rumney  <jasonr@gnu.org>
2460         * w32term.c (x_display_and_set_cursor): Do not move system caret
2461         if cursor_glyph is NULL.
2463 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2465         * keymap.c (access_keymap): Fix compilation error.
2467 2001-11-07  Miles Bader  <miles@gnu.org>
2469         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
2471 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2473         * intervals.c (graft_intervals_into_buffer):
2474         Remove #ifdef'd-out code.
2475         (graft_intervals_into_buffer): Remove unused variable `middle'.
2477         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
2478         code (eval-current-buffer).
2479         Change doc-string comments to `new style' [w/`doc:' keyword].
2481 2001-11-06  Richard M. Stallman  <rms@gnu.org>
2483         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
2485 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2487         * lread.c (read1): Fix behavior with nested backquoting.
2489         * keyboard.c (make_lispy_event): Check integerness and fix
2490         Lisp_Object/int mixup.
2492 2001-11-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2494         * fns.c (copy_hash_table): Remove unused variable `v'.
2496         * fontset.c (fontset_font_pattern): Remove unused variable
2497         `family_registry'.
2499         * indent.c (current_column_1): Remove unused variable `prev_col'.
2501 2001-11-05  Richard M. Stallman  <rms@gnu.org>
2503         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
2505         * buffer.c (Fkill_buffer): Don't delete auto save file
2506         if buffer is modified.
2508 2001-11-05  Andrew Innes  <andrewi@gnu.org>
2510         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
2511         CHECK_NUMBER_CDR.
2513 2001-11-05  Richard M. Stallman  <rms@gnu.org>
2515         * unexelf.c (unexec): Minor changes; clean up comments.
2517 2001-11-05  Sam Steingold  <sds@gnu.org>
2519         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
2521 2001-11-05  Andreas Schwab  <schwab@suse.de>
2523         * sound.c (sound_perror): Save errno from being clobbered.
2525 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
2527         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
2528         the program image directly.
2530 2001-11-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2532         * buffer.h (Fbuffer_local_value): Add prototype.
2534 2001-11-04  Richard M. Stallman  <rms@gnu.org>
2536         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
2537         and CHECK_BUFFER.
2539         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
2540         (record_char): Likewise.
2542         * keyboard.c (make_lispy_event): Don't insist a drag event must
2543         move to a different buffer position.  Instead, check for moving at
2544         least double_click_fuzz.
2546         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
2548         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
2550         * indent.c (current_column_1, Fmove_to_column): Separate the code
2551         for display-table glyphs from the code buffer text, to fix
2552         bugs in the former.
2554 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2556         * buffer.c (Fbuffer_local_value): New function.
2557         (syms_of_buffer): Defsubr it.
2559         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
2560         value of `cursor-in-non-selected-windows'.
2562         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
2563         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
2564         (syms_of_xdisp): Initialize it.
2566 2001-11-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2568         * xfns.c (Fx_create_frame): Doc fix.
2570         * coding.c: Change doc-string comments to `new style' [w/`doc:'
2571         keyword].
2573         * eval.c (top_level_value, top_level_set): Remove commented and
2574         #ifdef'd-out code.
2575         (Fdefvar): Fix usage in doc-string.
2577 2001-11-03  Richard M. Stallman  <rms@gnu.org>
2579         * xfns.c: Include unistd.h, if it exists.
2581         * editfns.c: Move the include of ctype.h after unistd.h.
2583         * gmalloc.c: Test BROKEN_PROTOTYPES.
2585 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
2587         * lisp.h (CHECK_STRING_CAR): New macro.
2588         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
2589         treating XCAR and XCDR as lvalues.
2590         (openp): Use CHECK_STRING_CAR.
2591         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
2593 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
2595         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
2596         (SIGMASKTYPE): Define.
2598         * syssignal.h (sigunblock): Don't define if already defined.
2600 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2602         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
2603         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
2604         Fix typos in comments.
2606         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
2607         and #ifdef'd-out code.
2608         Fix and reindent comments.
2610         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
2612         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
2613         argument `i' in macros.
2615         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
2616         `i' in macros.
2618         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
2619         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
2620         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
2621         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
2622         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
2623         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
2624         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
2625         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
2626         in macros.
2628         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
2629         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
2630         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
2631         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
2632         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
2633         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
2634         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
2635         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
2636         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
2637         (remove unused second argument).
2639 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2641         * syntax.c (describe_syntax): New wrapper.
2642         (Finternal_describe_syntax_value): Rename from describe_syntax.
2643         Don't insert space at front and \n at the end.
2644         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
2646         * regex.c (re_wctype): Try to fix some warnings.
2647         (regcomp, regexec): Don't forget the __restrict.
2649 2001-11-02  Richard M. Stallman  <rms@gnu.org>
2651         * textprop.c (Fget_char_property): Doc fix.
2653 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2655         * process.c (Fstart_process): Add usage to doc-string.
2657         * data.c (Fsetq_default): Ditto.
2659         * callint.c (Finteractive): Ditto.
2661 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
2663         * macros.c: Don't include keymap.h any more.
2665 2001-11-01  Richard M. Stallman  <rms@gnu.org>
2667         * data.c (Fmake_local_variable): Doc fix.
2669         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
2670         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
2672         * keymap.c (Fdescribe_buffer_bindings): Print character property
2673         bindings along with or instead of the buffer local map.
2674         Make the overriding maps override what they should.
2676 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2678         * window.c (grow_mini_window): Fix typo in comment.
2680 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
2682         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
2683         (XTset_vertical_scroll_bar): Likewise.
2685         * xfns.c (x_build_heuristic_mask): Use four_corners_best
2686         instead of IMAGE_BACKGROUND.
2688         * xfns.c (four_corners_best): Reindent.
2690         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
2691         Handle :box so that it is possible to specify sexprs.
2693 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2695         * xfaces.c (Finternal_merge_in_global_face): Reindent.
2696         (Fface_font): Ditto.
2697         (Finternal_set_alternative_font_registry_alist): Ditto.
2698         (Ftty_suppress_bold_inverse_default_colors): Ditto.
2700         * xfns.c (x-get-resource): Reindent.
2702 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
2704         * s/hpux11.h: New file.
2706 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2708         * emacs.c (USAGE1): Show command line option --no-window-system
2709         instead of --no-windows in usage.
2710         (standard_args): Rename --no-windows to --no-window-system.
2711         (bug_reporting_address): Follow Emacs coding conventions.
2713         * eval.c (Fcommandp): Doc fix.
2714         Change doc-string comments to `new style' [w/`doc:' keyword].
2716         * frame.c (Fframe_live_p): Doc fix.
2718         * buffer.c (selective-display-ellipses): Doc fix.
2720 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
2722         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
2724         * xfaces.c (realize_x_face): If C is not a single-byte character,
2725         set the face's colors_copied_bitwise_p instead of the defaulted_p
2726         members which have a different meaning.
2727         (free_face_colors): Do nothing for a face whose colors have been
2728         copied bitwise.
2730         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
2732 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2734         * marker.c, mocklisp.c: Change doc-string comments to `new style'
2735         [w/`doc:' keyword].
2737 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
2739         * fns.c (require_unwind): Return Lisp_Object.
2741 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2743         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
2744         (last-input-char): Revert doc-string to be the same as the
2745         doc-string of `last-input-event'.
2747         * xdisp.c:  Fix typos in comments.
2749 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
2751         * window.c (grow_mini_window): Handle case that the root
2752         window is already smaller than the nominal mininum height.
2754 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2756         * emacs.c (main): Don't call keys_of_macros any more.
2758         * lisp.h (keys_of_macros): Remove.
2760         * macros.c (keys_of_macros): Remove.
2762         * xfaces.c (Fface_attribute_relative_p): Declare args.
2764 2001-10-30  Jason Rumney  <jasonr@gnu.org>
2766         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
2767         (enum_font_cb2): Ignore fonts with vertical orientation.
2769 2001-10-30  Richard M. Stallman  <rms@gnu.org>
2771         * keyboard.c (Finput_pending_p): Doc fix.
2773 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
2775         * xterm.c (x_after_update_window_line): Don't run the code
2776         clearing in borders for rows whose visible height is 0.
2778         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
2779         resized_p flag is set.  If not set, use the much less flickering
2780         method previously used.
2782         * dispnew.c (change_frame_size_1): Set frame's resized_p.
2784         * frame.h (struct frame) <resized_p>: New member.
2786         * lread.c (to_multibyte): Ensure read_buffer is at least twice
2787         as large as the number of bytes to convert.
2789         * lread.c (to_multibyte): New function.
2790         (read1): Use it.
2792 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
2794         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
2796 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
2798         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
2799         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
2800         if the row's fill_line_p is set and drawing the last glyph with
2801         DRAW_IMAGE_{RAISED,SUNKEN}.
2803         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
2805 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
2807         * xmenu.c: Include coding.h and charset.h.
2808         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
2809         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
2810         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
2811         Explicitly set wv->help.  Use `TRUE' rather than `True'.
2812         (menu_help_callback): Use empty_string.
2814         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
2815         (Fx_popup_dialog): Explicitly init f.
2816         (w32_menu_display_help): Use empty_string.
2818 2001-10-29  Richard M. Stallman  <rms@gnu.org>
2820         * fns.c (Frequire): Detect recursive try to require the same
2821         feature 3 or more levels deep, and get error.
2822         (require_unwind): New subroutine.
2823         (require_nesting_list): New variable.
2824         (syms_of_fns): Init and staticpro it.
2826         * print.c (print_object): Clarify indication of insertion type.
2828 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
2830         * coding.c (syms_of_coding): Document that locale-coding-system is
2831         used for decoding input on X.
2833         * window.c (Fscroll_left, Fscroll_right): Doc fix.
2835 2001-10-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2837         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
2838         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
2840 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
2842         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
2843         use NO_CURSOR if cursor_in_non_selected_windows is false.
2845         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
2846         the slant attribute if FRAME is t.
2848         * xfns.c (x_set_internal_border_width): Set frame garbaged
2849         when X window doesn't exist yet.
2851         * xterm.c (x_after_update_window_line): Clear internal border
2852         in different circumstances.
2854         * xterm.c (XTread_socket) <KeyPress>: Don't use
2855         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
2856         <handa@etl.go.jp>.
2858 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
2860         * m/ibms390.h: New file.  From Adam Thornton
2861         <athornton@sinenomine.net>.
2863 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
2865         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
2867         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
2868         a loop counter.
2870 2001-10-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2872         * emacs.c: Use argv[0] instead of emacs when -t was specified.
2874         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
2875         keyword].
2876         Fix typos in comments.
2878         * emacs.c (bug_reporting_address): New function.
2879         Use it when displaying usage message.
2881         * minibuf.c (read_minibuf): Remove unused external declaration of
2882         variable `Qread_only'.
2884         * keymap.c (access_keymap): Remove unused variable `charset'.
2886 2001-10-28  Miles Bader  <miles@gnu.org>
2888         * xfaces.c (merge_face_heights): Handle TO being relative as well.
2889         Remove #ifdef'd-out code.
2890         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
2891         (syms_of_xfaces): Initialize them.
2893 2001-10-27  Jason Rumney  <jasonr@gnu.org>
2895         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
2896         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
2897         position using the system caret.
2899         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
2900         (w32_system_caret_height, w32_system_caret_x)
2901         (w32_system_caret_y): New variables for tracking system caret.
2902         (w32_initialize): Initialize them.
2903         (x_display_and_set_cursor): Make system caret follow the active cursor.
2905         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
2906         New messages types.
2908         * w32term.c (note_mouse_highlight): Clear old help_echo.
2910 2001-10-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2912         * xterm.c: Fix typo in a comment.
2914         * emacs.c: Fix typos in comments.
2915         Remove unnecessary spaces.
2916         Change doc-string comments to `new style' [w/`doc:' keyword].
2917         (USAGE2): Fix typos in usage string.
2919         * xterm.c: Fix typo in a comment.
2921         * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
2922         emacs.c.
2924 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
2926         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
2927         instead of 1/2 line_height in the heuristic for skipping
2928         farther backward when target_y was not reached.
2930         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
2931         Display errno only if non-zero.
2932         (sound_warning): New function.
2933         (vox_configure): Don't treat failing to set sample rate as error.
2934         (various places): Improve error messages.
2936 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
2938         * fileio.c (Faccess_file): Run the argument filename through
2939         Fexpand_file_name, before using it.
2941         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
2942         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
2944 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
2946         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
2948         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
2949         Fix clearing in the case of scroll bars on the right.
2951 2001-10-26  Juanma Barranquero <lektu@terra.es>
2953         * w32gui.h (XImage): Add a dummy typedef.
2955 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
2957         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
2959 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
2961         * frame.c (Fframe_parameter): Fix last change.
2963         * fileio.c: Revert last change (which removed old commented-out
2964         version of expand-file-name).  Add a comment that explains why
2965         this old version should not be removed.
2967 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
2969         * frame.c (Fframe_parameter): Fix a bug whereby some
2970         ``artificial'' frame parameters, like `minibuffer' were not
2971         obtained by calling Fframe_parameters.
2973         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
2974         cursor differently.
2976         * xdisp.c (move_it_vertically_backward): Compute line height
2977         differently.  Add heuristic to try to be more compatible to 20.x.
2979 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2981         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
2983         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
2984         boolean.
2986 2001-10-25  Miles Bader  <miles@gnu.org>
2988         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
2989         BG is a pointer to a structure, not a structure.
2990         (gif_format, png_format): Add missing commas.
2992 2001-10-24  Richard M. Stallman  <rms@gnu.org>
2994         * xfaces.c (Fface_attributes_as_vector): New function.
2995         (syms_of_xfaces): Defsubr it.
2997 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2999         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
3000         variable `area'.
3002 2001-10-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3004         * search.c (scan_newline): Remove unused variable `selective_display'.
3006 2001-10-25  Miles Bader  <miles@gnu.org>
3008         * dispextern.h (struct image): Add `background',
3009         `background_valid', and `background_transparent' fields.
3010         (image_background, image_background_transparent): New declarations.
3011         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
3012         * xfns.c (image_background, image_background_transparent)
3013         (four_corners_best): New functions.
3014         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
3015         (gs_format): Add `:background' entry.
3016         (lookup_image): Set IMG's background color if specified.
3017         (pbm_load, xbm_load_image, png_load): Set IMG's background field
3018         when appropriate.
3019         (x_clear_image_1): Reset `background_valid' and
3020         `background_transparent_valid' fields.
3021         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
3022         calculating it here.  Set IMG's background_transparent field.
3023         (enum xpm_keyword_index): Add XPM_BACKGROUND.
3024         (enum png_keyword_index): Add PNG_BACKGROUND.
3025         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
3026         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
3027         (enum gif_keyword_index): Add GIF_BACKGROUND.
3028         (enum gs_keyword_index): Add GS_BACKGROUND.
3029         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
3030         Pre-calculate image background color where necessary.
3031         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
3032         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
3033         color to use for image glyph reliefs.
3035 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3037         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
3038         in full-width rows.
3040         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3041         Fix clearing of area not covered by scroll bar.
3043 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3045         * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
3046         and `real_start'.
3047         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
3048         (glyph_rect): Remove unused variable `area'.
3050 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3052         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
3054         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
3055         (row_containing_pos): Take additional argument DY.
3056         Treat rows ending in middle of char differently.
3057         (display_line): Handle tabs on window systems differently.
3059         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
3060         with additional argument.
3062         * dispextern.h (row_containing_pos): Adjust prototype.
3064         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
3065         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
3066         (try_window_id, try_window_reusing_current_matrix)
3067         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
3068         (syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
3070 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3072         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
3073         gnuemacs).
3074         (HAVE_BOXES): Fix typo in comment.
3075         (push_menu_pane): Fix typo in comment.
3077         * xdisp.c: (display_prop_string_p): Remove unused local declaration
3078         of `Qwhen'.
3079         (single_display_prop_string_p): Remove unused local declarations
3080         of `Qwhen' and `Qmargin'.
3081         (string_buffer_position): Remove unused variable `around'.
3082         (store_frame_title): Remove unused variable `width'.
3084         * window.c: Don't define max.
3085         (coordinates_in_window): Remove unused variable `uy'.
3087         * widget.c: Don't define max.
3089         * process.c: Don't define max.
3090         (create_process): Remove unused variable `buffer'.
3092 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3094         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
3096 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3098         * xfaces.c (Finternal_set_lisp_face_attribute)
3099         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
3100         frame is on a windowed display.
3102 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3104         * dispnew.c (sync_window_with_frame_matrix_rows):
3105         Fix handling of windows which aren't full-width, fix handling
3106         of marginal areas.
3108         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
3110 2001-10-23  Andreas Schwab  <schwab@suse.de>
3112         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
3113         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
3115 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3117         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
3118         REAL_END.  Notice if cursor gets overwritten.
3119         (notice_overwritten_cursor): Take X positions as parameters.
3120         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3121         around call to x_draw_glyphs.
3123 2001-10-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3125         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
3126         instead of C) and usage.
3128         * editfns.c (char-to-string): Fix argument names (use CHAR instead
3129         of C) and usage.
3131         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
3132         `left', `max_width' and `max_height'.
3134 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3136         * xdisp.c (display_line): For a tab continued to the next line,
3137         set row's ends_in_middle_of_char_p.
3139 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
3141         * xdisp.c (display_line): Fix computation of continuation lines
3142         width for TABs.
3144 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3146         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
3147         `Qlaplace'.
3149         * fileio.c: Remove unused code.
3151 2001-10-22  Miles Bader  <miles@gnu.org>
3153         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
3154         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
3155         Remove `DOC_STRINGS_IN_COMMENTS' cases.
3157 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3159         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
3161 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3163         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
3164         (Finsert_string): Avoid the multi-line string literals warning.
3166 2001-10-22  Miles Bader  <miles@gnu.org>
3168         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
3169         (Fdocumentation): Don't use it.
3170         (syms_of_doc): Don't initialize it.
3172         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
3173         * print.c (Fwith_output_to_temp_buffer): Likewise.
3174         * window.c (Fsave_window_excursion): Likewise.
3175         * editfns.c (Fsave_excursion, Fsave_current_buffer)
3176         (Fsave_restriction): Likewise.
3177         * eval.c (Frun_hooks, Frun_hook_with_args)
3178         (Frun_hook_with_args_until_failure)
3179         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
3180         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
3181         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
3182         (Funwind_protect, Fcondition_case): Likewise.
3183         * coding.c (Ffind_operation_coding_system): Likewise.
3184         * keyboard.c (Ftrack_mouse): Likewise.
3186 2001-10-21  Miles Bader  <miles@gnu.org>
3188         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
3189         (Fmake_hash_table): Add usage: string to doc string.
3190         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
3191         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
3192         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
3193         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
3194         (Fml_prefix_argument_loop): Likewise.
3196 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3198         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
3200         * sysdep.c (init_sys_modes): Change doc-string comments to `new
3201         style' [w/`doc:' keyword].
3203         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
3204         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
3205         comments to `new style' [w/`doc:' keyword].
3207 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3209         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
3211         * w32term.c (remember_mouse_glyph): New function.
3212         (w32_mouse_position): Use it.
3213         (note_mouse_movement): If the mouse moved off the glyph, remember
3214         its new position.
3216         * w32term.h (struct w32_output): Correct spelling of x_compatible.
3217         (w32_display_info): Add mouse_face_overlay.
3219         * w32term.c (notice_overwritten_cursor): Renamed from
3220         note_overwritten_text_cursor.  Rewritten to take glyph widths into
3221         account.
3222         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
3223         (fast_find_string_pos): New function.
3224         (fast_find_position): Return the correct vpos.  Add parameter
3225         STOP.  In the final row, stop before glyphs having STOP as object.
3226         Don't consider glyphs that are not from a buffer.
3227         (fast_find_position) [0]: Add a presumably more correct version
3228         for after 21.1.
3229         (expose_window_tree, expose_frame): Don't compute intersections here.
3230         (expose_window): Do it here instead.
3231         (expose_window_tree, expose_window, expose_line): Return 1 when
3232         overwriting mouse-face.
3233         (expose_window): If W is the window currently being updated, mark
3234         the frame garbaged.
3235         (expose_frame): If mouse-face was overwritten, redo it.
3236         (x_use_underline_position_properties): New variable.
3237         (syms_of_xterm): DEFVAR_BOOL it.
3238         (x_draw_glyph_string): Add comment to use it in future.
3239         (x_draw_glyph_string): Restore clipping after drawing box.
3240         Fix a computation of the underline position.
3241         (w32_get_glyph_string_clip_rect): Minor cleanup.
3242         (x_fill_stretch_glyph_string): Remove an assertion.
3243         (x_produce_glyphs): Don't convert multibyte characters
3244         to unibyte characters in unibyte buffers.
3245         (cursor_in_mouse_face_p): New function.
3246         (x_draw_stretch_glyph_string): Use it to choose a different GC
3247         when drawing a cursor within highlighted text.  Don't draw
3248         background again if it has already been drawn.
3249         (x_draw_glyph_string_box): Don't draw a full-width
3250         box just because the glyph row's full_width_p flag is set.
3251         (x_draw_glyphs): Fix computation of rightmost x for
3252         full-width rows.
3253         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
3254         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
3255         change bottom shadow accordingly. Some cleanup.
3256         (x_update_window_end): Handle overwritten mouse face
3257         also for tool bar windows.
3258         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
3259         DRAW is DRAW_IMAGE_RAISED.
3260         (clear_mouse_face): Return 1 if text with mouse face was
3261         actually redrawn.  Make the function static.  Reset
3262         dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
3263         optimize away highlighting if we pass over that same overlay again.
3264         (note_mouse_highlight): Call mouse_face_overlay_overlaps
3265         to detect a case where we have to highlight a different region
3266         despite not having left the currently highlighted region.
3267         Set mouse_face_overlay in the x_display_info.  Avoid changing the
3268         mouse pointer shape when show_mouse_face has already done it, or
3269         there is no need.  Handle mouse-face and help-echo in strings.
3270         (glyph_rect): New function.
3271         (w32_mouse_position): Use it to raise the threshold for mouse
3272         movement event generation.
3273         (w32_initialize_display_info): Initialize the x_display_info's
3274         mouse_face_overlay.
3275         (w32_set_vertical_scroll_bar): Don't clear a zero height
3276         or width area.
3277         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
3278         a widget to zero height.
3280         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
3281         Protect unibyte strings created by replacing their multibyte
3282         equivalents in menu_items.
3283         (w32_menu_show): Don't overwrite an item's name with its key
3284         description in case the description is a multibyte string.
3285         (single_submenu): Some cleanup.
3287         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
3288         (postprocess_image): New function.
3289         (lookup_image): Call it for all image types except PostScript.
3290         (x_kill_gs_process): Call postprocess_image.
3291         (tiff_error_handler, tiff_warning_handler): New functions.
3292         (tiff_load): Install them as handlers.
3293         (x_kill_gs_process): Recognize if someone has cleared the image
3294         cache under us.
3295         (valid_image_p): Protect better against invalid image
3296         specifications.  Previous code could signal an error.
3297         (Fx_hide_tip, Fshow_tip): Doc fix.
3298         (Fv_max_tooltip_size): New variable.
3299         (syns_of_xfns): DEFVAR_LISP it.
3300         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
3301         window buffer to *tip* right after creating the frame. Set frame's
3302         window_width.  Use a maximum tooltip size specified by
3303         Vx_max_tooltip_size, if that has valid contents.
3304         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
3305         Make sure the tooltip is completely visible.
3306         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
3307         (Fx_create_frame): Adjust the frame's height for presence
3308         of the tool bar before calling x_figure_window_size.
3309         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
3310         when the window gets smaller.
3311         (x_set_foreground_color): Set frame's cursor_pixel.
3312         (x_set_foreground_color, x_set_background_color): Cleaned up.
3313         (x_set_font): Handle case of x_new_fontset returning the same name
3314         as before, although there was a change in fontsets.
3316 2001-10-21  Miles Bader  <miles@gnu.org>
3318         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
3319         (Flogxor): Add usage: string to doc string.
3320         * charset.c (Fstring): Likewise.
3321         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
3322         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
3324 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3326         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
3328         * alloc.c: Reindent DEFUNs with doc: keywords.
3330         * abbrev.c (Finsert_abbrev_table_description): Reindent.
3332         * frame.c: Change doc-string comments to `new style' [w/`doc:'
3333         keyword].
3335 See ChangeLog.9 for earlier changes.
3337 ;; Local Variables:
3338 ;; coding: iso-2022-7bit
3339 ;; End:
3341     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3342   Copying and distribution of this file, with or without modification,
3343   are permitted provided the copyright notice and this notice are preserved.