Rename x_autoselect_window_p to autoselect_window_p.
[emacs.git] / src / ChangeLog
blob855181312e4937dbabf8c0e8f2749ca6b674617a
1 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
3         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
4         Callers changed.
6 2002-03-30  Richard M. Stallman  <rms@gnu.org>
8         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
9         loop whenever it stops making progress.
11         * widget.c (set_frame_size): Don't call change_frame_size.
13 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
15         * dispnew.c (direct_output_for_insert): Call
16         mark_window_display_accurate.
18 2002-03-29  Jason Rumney  <jasonr@gnu.org>
20         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
22 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
24         * Makefile.in (lread.o): Depend on coding.h.
26         * lread.c (openp, Fload): Encode the file name before passing it
27         to `stat', `access', and `emacs_open'.
28         (openp): GCPRO the encoded file name.  Don't recompute Lisp
29         strings unnecessarily.
31 2002-03-29  Kim F. Storm  <storm@cua.dk>
33         * fns.c (Flax_plist_put): Doc fix.
35 2002-03-28  Miles Bader  <miles@gnu.org>
37         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
39 2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
41         * process.c (set-network-process-options): Add usage.
42         (make-network-process): Doc fix.
44 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
46         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
48 2002-03-26  Richard M. Stallman  <rms@gnu.org>
50         * fns.c (Fsubstring_no_properties): New function.
51         (Flax_plist_get, Flax_plist_put): New functions.
52         (syms_of_fns): defsubr them.
54         * xdisp.c (update_menu_bar): Test only update_mode_lines;
55         don't test or alter w->update_mode_line.
57         * window.c (Fdisplay_buffer): Doc fix.
59 2002-03-24  Richard M. Stallman  <rms@gnu.org>
61         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
63 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
65         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
66         (Fdefmacro): Handle `(declare ...)'.
67         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
68         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
70 2002-03-24  Jason Rumney  <jasonr@gnu.org>
72         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
73         (xbm_file_p): Add prototypes.
74         (xbm_format, xbm_image_p): Sync with xfns.c.
75         (reflect_byte): New function.
76         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
77         (xbm_load_image): Create bitmaps with a depth of 1.
78         (init_xfns): Enable XBM images.
80 2002-03-23  Jason Rumney  <jasonr@gnu.org>
82         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
83         correctly.  Do not pass up_modifier to keyboard buffer.
85         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
87 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
89         * Makefile.in (bootstrapclean): New target.
90         (bootstrap-temacs, bootstrap-doc): Remove.
91         (bootstrap-emacs): Use a bog-standard `temacs'.
92         Don't bother to build a DOC file.
94         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
96         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
97         in temacs even if !CANNOT_DUMP.
98         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
100         * alloc.c (check_pure_size): Only output a warning.
102 2002-03-22  Jason Rumney  <jasonr@gnu.org>
104         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
105         supported.
107         * w32term.c (zv_bits): Declare as short, for word alignment.
108         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
109         (syms_of_w32term): Define x-use-underline-position-properties.
111         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
112         (clear_image_cache): Block input, fix logic, clear matrices in
113         all frames that share this cache.
115 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
117         * emacs.c (main): Update the Copyright year in the blurb printed
118         by "emacs --version".
120         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
122         * xterm.c (XTread_socket): If XK_ISO_Lock and
123         XK_ISO_Last_Group_Lock are defined, handle keysyms between
124         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
126 2002-03-21  Kim F. Storm  <storm@cua.dk>
128         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
129         menu-bar bindings in keymap and local-map properties _are_ used.
130         But try keymap property first in accordance with 2002-01-03 patch.
131         Added comment describing why this is not always reliable.
132         (tool_bar_items): Ditto for tool-bar.
134 2002-03-21  Jason Rumney  <jasonr@gnu.org>
136         * w32fns.c (x_clear_image_1): Disable color table code.
138 2002-03-21  Kim F. Storm  <storm@cua.dk>
140         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
141         removed the wrong version of the DEFUN macro; fixed it.
143         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
144         Fmember rather than Fmemq).
145         (Fprovide): Check that subfeatures is a list.
147         * process.c (QCfeature, QCdatagram): Removed variables.
148         (QCtype, Qdatagram): New variables.
149         (network_process_featurep): Removed function.
150         (Fmake_network_process): Removed :feature check.
151         Use :type 'datagram instead of :datagram t to create a datagram
152         socket.  This allows us to add other connection types (e.g. raw
153         sockets) later in a consistent manner.
154         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
155         supported subfeatures for feature make-network-process.
156         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
157         Intern and staticpro QCtype and Qdatagram.
158         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
160         * xfns.c: (QCtype): Remove duplicate declaration and
161         initialization (is now declared in process.c).
163         * w32fns.c: (QCtype): Remove duplicate declaration and
164         initialization (is now declared in process.c).
166 2002-03-21  Richard M. Stallman  <rms@gnu.org>
168         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
169         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
170         when jumping to `fail' to avoid undoing reg changes in the
171         last iteration of the loop.
172         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
174         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
175         Depend on process.h.
177 2002-03-20  Jason Rumney  <jasonr@gnu.org>
179         Most of the following changes are still conditional on HAVE_IMAGES
180         which is not set by default on Windows.
182         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
184         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
185         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
186         (four_corners_best, x_clear_image_1, x_clear_image)
187         (x_alloc_image_color, postprocess_image) 
188         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) 
189         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
190         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
192         * w32gui.h (struct XImage): Define.
194         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
195         extract mouse co-ordinates.
197 2002-03-20  Jason Rumney  <jasonr@gnu.org>
199         * w32.c (init_winsock): Dynamically load new server and UDP
200         socket functions.
201         (socket_to_fd): New function.
202         (sys_socket): Use it.
203         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept) 
204         (sys_recvfrom, sys_sendto): New wrapper functions.
206         * process.c (QCfamily, QCfilter): Remove duplicate declaration
207         and initialization.
209         * makefile.w32-in (LIBS): Remove $(WSOCK32).
211 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
213         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
214         use "sun" as a variable, it's a predefined constant on Sun
215         machines.
217 2002-03-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
219         * bytecode.c (Fbyte_code): Revert last change.
221 2002-03-19  Kim F. Storm  <storm@cua.dk>
223         * makefile.w32-in (LIBS): Add $(WSOCK32).
224         From David Ponce <dponce@voila.fr>.
226 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
228         * process.c (wait_reading_process_input): Move variables `pname'
229         and `pnamelen' down where they are used.
231         * bytecode.c (Fbyte_code): Discard unused computed value to
232         prevent gcc warning.
234         * lisp.h (Fplist_member): Add prototype.
236 2002-03-18  Kim F. Storm  <storm@cua.dk>
238         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
239         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
240         HAVE_SYS_UN_H.
242         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
243         Remove explicit GNU_LINUX settings for datagram support.
245 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
247         * process.c (Fmake_network_process): Remove unused variable `sa'.
248         Doc fix.  Add usage:.
249         (set_socket_options): Remove unused variables `optnum' and
250         `opttype'.
252 2002-03-17  Richard M. Stallman  <rms@gnu.org>
254         * xdisp.c (cursor_type_changed): New variable.
255         (redisplay_internal): Redisplay all windows if cursor_type_changed.
256         Clear it when clearing windows_or_buffers_changed.
257         (try_cursor_movement, redisplay_window, try_window_id)
258         (try_window_reusing_current_matrix): Test cursor_type_changed
259         along with windows_or_buffers_changed.
261         * window.h (cursor_type_changed): New variable.
263         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
264         not update_mode_lines, and always set it to 1.
266         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
267         if no frames needed redrawing.
269 2002-03-17  Kim F. Storm  <storm@cua.dk>
271         The following changes add support for network server processes,
272         datagram connections, and local (unix) sockets.
274         * process.h (struct Lisp_Process): New member log.
275         Doc fix: Member command used to indicate stopped network process.
276         Doc fix: Member childp contains plist for network process.
277         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
279         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
280         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
281         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
282         New variables.
283         (NETCONN1_P): New macro.
284         (DATAGRAM_SOCKETS): New conditional symbol.
285         (datagram_address): New array.
286         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
287         (status_message): Use concat3.
288         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
289         for a stopped network process.
290         (Fset_process_buffer): Update contact plist for network process.
291         (Fset_process_filter): Ditto.  Don't enable input for stopped
292         network processes.  Server must listen, even if filter is t.
293         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
294         New functions.
295         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
296         (Fprocess_contact): Added KEY argument.  Handle datagrams.
297         (list_processes_1): Optionally show only processes with the query
298         on exit flag set.  Dynamically adjust column widths.  Omit tty
299         column if not needed.  Report stopped network processes.
300         Identify server and datagram network processes.
301         (Flist_processes): New optional arg `query-only'.
302         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
303         (conv_lisp_to_sockaddr, set_socket_options)
304         (network_process_featurep, unwind_request_sigio): New helper functions.
305         (Fprocess_datagram_address, Fset_process_datagram_address):
306         (Fset_network_process_options): New lisp functions.
307         (Fopen_network_stream): Removed.  Now defined in simple.el.
308         (Fmake_network_process): New lisp function.  Code is based on previous
309         Fopen_network_stream, but heavily reworked with new property list based
310         argument list, support for datagrams, server processes, and local
311         sockets in addition to old client-only functionality.
312         (server_accept_connection): New function.
313         (wait_reading_process_input): Use it to handle incoming connects.
314         Do not enable input on a new connection if process is stopped.
315         (read_process_output): Handle datagram sockets. Use 2k buffer for them.
316         (send_process): Handle datagram sockets.
317         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
318         network process is indicated by setting command field to t .
319         (Fprocess_send_eof): No-op if datagram connection.
320         (Fstatus_notify): Don't read input for a stream server socket or a
321         stopped network process.
322         (init_process): Initialize datagram_address array.
323         (syms_of_process): Intern and staticpro new variables, defsubr new
324         functions.
326 2002-03-16  Jason Rumney  <jasonr@gnu.org>
328         * w32fns.c (w32_to_all_x_charsets): Return correct type in
329         startup case.
331 2002-03-16  Richard M. Stallman  <rms@gnu.org>
333         * xdisp.c (redisplay_internal, redisplay_windows): 
334         Use list_of_error to call internal_condition_case_1.
335         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
336         so as to catch all errors with no possibility of debugger redisplay.
337         (list_of_error): New variable.
338         (syms_of_xdisp): Init and staticpro it.
340         * print.c (print_object): Delete `\ ' from printed rep of frame.
342 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
344         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
345         until its implementation is fixed.
347 2002-03-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
349         * xfns.c (png_load): Remove unused variable `gamma_str'.
351 2002-03-14  Richard M. Stallman  <rms@gnu.org>
353         * xfns.c (x_real_positions): Handle failure in XQueryTree.
355 2002-03-14  Miles Bader  <miles@gnu.org>
357         * intervals.c (adjust_for_invis_intang): New function.
358         (set_point_both): Use `adjust_for_invis_intang' to do most of the
359         work for dealing with invisible+intangible regions.  Do so before
360         and after both forward and backward movements, to handle both
361         front-sticky and rear-sticky cases.
362         * textprop.c (text_property_stickiness): Function moved here from
363         `editfns.c'.
364         * intervals.h (text_property_stickiness): New declaration.
365         * editfns.c (char_property_eq): Function removed.
366         (text_property_stickiness): Function moved to `textprop.c'.
368 2002-03-13  Jason Rumney  <jasonr@gnu.org>
370         * config.in: Add STRFTIME_NO_POSIX2.
372         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
373         and %OX when underlying strftime does not.
375 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
377         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
378         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
379         line) to avoid annoying flicker.
380         (xm_scroll_callback): Get rid of the now unnecessary kludge.
381         (XTread_socket): Mark it static.
383         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
385 2002-03-13  Kim F. Storm  <storm@cua.dk>
387         * puresize.h (BASE_PURESIZE): Increase to 775000.
389 2002-03-12  Juanma Barranquero  <lektu@terra.es>
391         * editfns.c (syms_of_editfns): Fix typo.
393 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
395         * xsmfns.c: Include stdio.h because termhooks.h needs it.
396         Include termopt.h for interrupt_input.
398 2002-03-11  Andreas Schwab  <schwab@suse.de>
400         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
402 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
404         * xterm.c (note_mouse_movement): Put code for
405         x_autoselect_window_p in #if 0.
407         * lread.c (Fload): Don't assume that message_with_string uses the
408         string it is given like a C string.
410 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
412         * xterm.h (x_session_check_input, x_session_initialize): Declared.
414         * xterm.c: (XTread_socket): Add call to x_session_check_input and
415         x_session_have_connection.
416         (x_initialize): Add call to x_session_initialize.
418         * termhooks.h (enum event_kind): Add save_session_event.
420         * keyboard.c: Add Emacs event save_session_event.
422         * emacs.c (main): Add call to syms_of_xsmfns.
424         * lisp.h: Declare syms_of_xsmfns as extern.
426         * config.in: Add HAVE_X_SM.
428         * Makefile.in (LIBXT): Add -lSM -lICE
429         if HAVE_X_SM and not USE_X_TOOLKIT.
430         (XOBJ): New file xsmfns.c added.
432         * xsmfns.c: New file for X session management.
434 2002-03-09  Jason Rumney  <jasonr@gnu.org>
436         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
437         read-only when setting modified time.
439 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
441         * xdisp.c (move_it_vertically_backward): At the end of the
442         function, when moving forward by lines, treat terminal frames
443         specially.
445         * keyboard.c (echo_char): Make sure to add a separator between
446         keys even if echo_dash hasn't been called.
448         * xdisp.c: Use new string macros.
449         (update_echo_area): Pass number of bytes to message3 instead of
450         number of chars.
451         (set_message_1): Don't access a string's size_byte directly.
452         (decode_mode_spec_coding): Use number of bytes of eoltype string
453         instead number of chars.
455         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
457 2002-03-08  Juanma Barranquero  <lektu@terra.es>
459         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
460         24-bit.
462 2002-03-06  Jason Rumney  <jasonr@gnu.org>
464         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
466 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
468         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
469         (cancel_echoing, echo_length, echo_truncate): Changed to
470         work with new kboard definition.
471         (echo_now): Use message3_nolog instead of message2_nolog.
473         * alloc.c (mark_kboards): Mark echo_string.
475         * keyboard.h (ECHOBUFSIZE): Removed.
476         (struct kboard): Member echoptr removed, member echobuf renamed
477         to echo_string.
479         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
480         message3 instead of message2 to display the message using STRING's
481         text properties.
483 2002-03-05  Andreas Schwab  <schwab@suse.de>
485         * xdisp.c (hscroll_margin): Change to EMACS_INT.
487 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
489         * frame.c (default-frame-alist): Explain that setting it doesn't
490         affect existing frames.
492 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
494         * indent.c (skip_invisible): Fix my brain fart.
496         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
498 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
500         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
501         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
502         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
503         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
504         and variables to use EMACS_INT instead of just int.
506         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
508 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
510         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
511         environment, pass it down with corrected value.
513 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
515         * lread.c (read_filtered_event): Do not call start_hourglass
516         before returning.
518 2002-03-04  Juanma Barranquero  <lektu@terra.es>
520         * w32term.c (x_display_and_set_cursor): Fix typo.
522 2002-03-03  Richard M. Stallman  <rms@gnu.org>
524         * fileio.c (Fmake_temp_name): Doc fix.
526 2002-03-03  Gary Wong  <gtw@gnu.org>
528         * termcap.c [!emacs]: Replace ospeed for building standalone
529         libtermcap, for binary compatibility.
531         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
533 2002-03-03  Richard M. Stallman  <rms@gnu.org>
535         * xrdb.c (file_p): Rename arg `path' to `filename'.
537         * abbrev.c (Fexpand_abbrev): Increment plist as use count
538         only if it is an integer.
540         * xfns.c (png_load): Set screen_gamma based on f->gamma.
541         If png_get_sRGB gives an answer, call png_set_gamma
542         using the default image gamma value.
544         * lread.c (read1): When reading from a file, default string to
545         multibyte only if it has some multibyte characters.
547         * print.c (print_object): Output multibyte chars 128...255
548         using \x even if ! print_escape_multibyte.
550         * xdisp.c (display_mode_element): Move the places where
551         bytepos, charpos, this, and lisp_string are set.
552         Use lisp_string to set bytepos.
554         * xdisp.c (redisplay_internal):
555         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
557         * xdisp.c (display_mode_element): Merge properties specified with
558         :propertize onto those that come with the string.
560 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
562         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
563         automatic-hscrolling.  Users changed.
564         <hscroll-margin>: Renamed from automatic-hscroll-margin.
565         Users changed.
566         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
568 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
570         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
572 2002-03-02  Kim F. Storm  <storm@cua.dk>
574         * window.c (Fminibuffer_selected_window): New function.
575         (syms_of_window): Defsubr it.
577 2002-03-01  Kim F. Storm  <storm@cua.dk>
579         * window.h (struct window): New member phys_cursor_width.
581         * window.c (make_window, replace_window): Init phys_cursor_width.
583         * xterm.c (x_display_and_set_cursor): Blink box cursor using
584         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
586         * w32term.c (x_display_and_set_cursor): Blink box cursor using
587         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
589         * lisp.h (GCPRO6): New macro.
591         * process.c (Fopen_network_stream): Use GCPRO6.
593 2002-03-01  Kim F. Storm  <storm@cua.dk>
595         * process.c (Qconnect, Qfailed): New variables.
596         (syms_of_process): Intern and staticpro them.
597         (Fprocess_status): Document connect and failed return values.
598         [NON_BLOCKING_CONNECT]: New conditional.
599         (connect_wait_mask, num_pending_connects): New variables.
600         (status_message): Convert Qfailed status.
601         (Fopen_network_stream): Added support for non-blocking connect.
602         New optional args: filter, sentinel, non_blocking.  Doc updated.
603         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
604         (deactivate_process): Handle pending non-blocking connect.
605         (wait_reading_process_input): Poll for status of non-blocking
606         connects.  Exec sentinel directly when connect succeeds.
607         (status_notify): Don't read process output if not yet connected.
609 2002-02-28  Kim F. Storm  <storm@cua.dk>
611         * window.c: (minibuf_selected_window): Renamed from
612         Vminibuf_selected_window.  Users changed.
613         (syms_of_window): Staticpro it.
615 2002-02-26  Kim F. Storm  <storm@cua.dk>
617         The following changes add a new Vminibuf_selected_window variable
618         which is similar to Vminibuf_scroll_window, but which is only set
619         on entry to the minibuffer (from a non-minibuffer window):
621         * window.c: (Vminibuf_selected_window): New variable.
622         (struct save_window_data): New member minibuf_selected_window.
623         (Fset_window_configuration): Restore Vminibuf_selected_window.
624         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
625         Set minibuf_scroll_window member to nil if minibuf_level is 0.
626         (compare_window_configurations): Compare minibuf_selected_window.
628         * window.h: (Vminibuf_selected_window): Declare extern.
630         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
631         entry to minibuffer or on entry from a non-minibuffer window.
633         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
634         Vminibuf_selected_window instead of Vminibuf_scroll_window.
636         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
637         instead of Vminibuf_scroll_window when deciding in which window
638         the region should be highlighted.  Consequently, the region remains
639         highlighteded even when a completion buffer is also displayed.
641 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
643         * fileio.c (Fsubstitute_in_file_name): Fix the change from
644         2002-02-08.
646         * xselect.c (Qcompound_text_with_extensions): Renamed from
647         Qcompound_text_no_extensions.
648         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
650 2002-02-26  Juanma Barranquero  <lektu@terra.es>
652         * w32proc.c (syms_of_ntproc): Doc fix.
654 2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
656         * intervals.h: Include "dispextern.h" unconditionally.
658 2002-02-24  Jason Rumney  <jasonr@gnu.org>
660         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
661         and disp-table.elc.
662         (lisp): Add emacs-lisp/backquote.elc.
664 2002-02-24  Kim F. Storm  <storm@cua.dk>
666         * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
667         The validation of the event type was too strict as it didn't
668         allow string events; buffer names are used in bindings for
669         menu-bar-select-buffer (see `menu-bar-update-buffers').
671 2002-02-23  Kim F. Storm  <storm@cua.dk>
673         The following changes rework my patch of 2002-02-06 which
674         added command remapping by entering the commands directly into
675         the keymaps.  Now, command remapping uses an explicit `remap'
676         prefix in the keymaps, i.e. [remap COMMAND].
678         * keymap.c (Qremap, remap_command_vector): New variables.
679         (is_command_symbol): Removed function.
680         (Fdefine_key): No longer accept a symbol for KEY.
681         Added validation of [remap COMMAND] argument for KEY.
682         The DEF is no longer required to be a symbol when remapping a command.
683         (Fremap_command): New function to remap command through keymaps.
684         (Flookup_key): Perform command remapping initiated by
685         Fremap_command directly for speed.
686         (Fkey_binding): Use Fremap_command for command remapping.
687         (where_is_internal): Handle new command remapping representation.
688         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
689         staticpro them.  Defsubr Fremap_command.
691         * keymap.h (Fremap_command): Declare extern.
692         (is_command_symbol): Remove extern.
694         * keyboard.c (command_loop_1): Use Fremap_command for command
695         remapping; now try command remapping for all symbols.
697 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
699         * coding.h (run_pre_post_conversion_on_str): Add prototype.
701 2002-02-23  Jason Rumney  <jasonr@gnu.org>
703         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
704         on the string before encoding it.
705         (Fw32_get_clipboard_data): Run post-read-conversion on the string
706         after decoding it.
708         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
710 2002-02-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
712         * w32term.c (enter_timestamp): Remove unused static variable to
713         prevent warning.
715         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
717 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
719         * w16select.c (Fw16_get_clipboard_data): Fix last change.
721         * xselect.c (selection_data_to_lisp_data): Fix last change.
723 2002-02-22  Jason Rumney  <jasonr@gnu.org>
725         * w32term.h (struct w32_output): New member menu_command_in_progress.
727         * w32menu.c (menubar_selection_callback): Free the menu and
728         clear the menu_command_in_progress flag.
730         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
731         (menu_free_timer): New variable.
732         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
733         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
734         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
735         menu command is in progress.
736         <WM_COMMAND>: Set the menu_command_in_progress flag.
737         Kill any menu_free_timer that is running.
739         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
740         Call ExtTextOutA rather than ExtTextOut.
742 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
744         * puresize.h (BASE_PURESIZE): Increase to 755000.
746 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
748         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
749         on the string before encoding it.
750         (Fw16_get_clipboard_data): Run post-read-conversion on the string
751         after decoding it.
753 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
755         Support for ICCCM  Extended Segments in X selections:
757         * xselect.c <Qcompound_text_no_extensions>: New variable.
758         (syms_of_xselect): Intern and staticpro it.
759         (selection_data_to_lisp_data): Run post-read-conversion on decoded
760         selection text.
761         (lisp_data_to_selection_data): If next-selection-coding-system is
762         compound-text-no-extensions, set the type of selection to be
763         compound-text.
765         * xterm.h (x_encode_text): Update prototype.
767         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
768         callers changed.  If SELECTIONP is non-zero, run the
769         pre-write-conversion function before encoding the selection text.
771 2002-02-21  Kim F. Storm  <storm@cua.dk>
773         * frame.c (syms_of_frame): Change mouse-highlight default to t.
775         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
776         Correct composing of language-change event.
778 2002-02-20  Kim F. Storm  <storm@cua.dk>
780         * keyboard.c (menu_bar_items): Don't include keymap or local-map
781         bindings at PT when building menu (the menu is not updated often
782         enough for this to work reliable).
783         (tool_bar_items): Likewise.
784         (current_active_maps): Removed unused (and buggy) function.
786 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
788         * xfns.c (gif_load): Use correct width and height for GIF images.
790 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
792         * floatfns.c (Fatan): Accept an optional second arg and call
793         atan2 if passed 2 args.
795 2002-02-18  Jason Rumney  <jasonr@gnu.org>
797         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
799 2002-02-17  Jason Rumney  <jasonr@gnu.org>
801         * w32term.c (x_autoselect_window_p): New variable.
802         (syms_of_w32term): DEFVAR_BOOL and initialize it.
803         (note_mouse_movement): Use it.
805         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
807         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
809         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
810         New variables.
811         (syms_of_w32fns): Intern and staticpro them.
812         (x_frame_parms) <"fullscreen">: New parameter.
813         (x_fullscreen_move, x_set_fullscreen): New functions.
814         (x_set_frame_parameters): Support Qfullscreen.
815         (x_real_positions): Save x/y_pixels_diff frame params.
816         (x_figure_window_size): Support full-screen frames.
817         (Fx_create_frame): Default the fullscreen parameter.
819         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
820         (x_fullscreen_adjust): New functions.
821         (w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
822         fullscreen.  Call x_check_fullscreen_move, and set the
823         want_fullscreen member of output_data.w32
824         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
826         * w32term.h: New enum for FULLSCREEN_* constants.
827         (struct w32_output): New members want_fullscreen, x_pixels_diff,
828         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
829         (x-fullscreen-adjust): New prototype.
831 2002-02-17  Kim F. Storm  <storm@cua.dk>
833         * frame.c: (Vmouse_highlight): New variable.
834         (syms_of_frame): DEFVAR_LISP it.
836         * frame.h: (Vmouse_highlight): Declare extern.
838         * xterm.h (struct x_display_info): Add mouse_face_hidden.
840         * xterm.c (disable_mouse_highlight): Removed variable.
841         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
842         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
843         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
844         and on after keyboard input.
845         (x_term_init): Initialize mouse_face_hidden.
847         * msdos.h (struct display_info): Add mouse_face_hidden.
849         * msdos.c (disable_mouse_highlight): Removed variable.
850         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
851         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
852         (internal_terminal_init): Initialize mouse_face_hidden.
853         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
854         and on after keyboard input.
856         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
858         * w32term.c (disable_mouse_highlight): Removed variable.
859         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
860         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
861         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
862         and on after keyboard input.
863         (w32_initialize_display_info): Initialize mouse_face_hidden.
865 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
867         * msdos.c (last_mouse_window): New variable.
868         (dos_rawgetc): Fix last change--if the mouse is in the same window
869         as recorded in last_mouse_window, don't select this window.
871         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
873         * msdos.c (x_autoselect_window_p): New variable.
874         (syms_of_msdos): Defvar it.
875         (dos_rawgetc): If x_autoselect_window_p is set, select the window
876         in which the last mouse movement occured, unless it is already
877         selected.
879         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
880         New variables.
881         (syms_of_xdisp): DEVFAR them.
882         (hscroll_window_tree): Use automatic_hscroll_margin and
883         Vautomatic_hscroll_step to compute the amount of window scrolling.
885 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
887         * xterm.c (x-autoselect-window): New variable.
888         (note_mouse_movement): Use it.
890         * keyboard.c: Do not include "systime.h" twice.
892 2002-02-15  Andreas Schwab  <schwab@suse.de>
894         * puresize.h (BASE_PURESIZE): Increase to 9/5.
896         * alloc.c (NSTATICS): Increase to 1280.
898 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
900         * alloc.c (NSTATICS): Bump to 1026.
902         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
903         (Vx_super_keysym): New variables.
904         (syms_of_xterm): DEFVAR_LISP them.
905         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
906         variables to determine which keys to use for the various modifiers.
908 2002-02-13  Kim F. Storm  <storm@cua.dk>
910         * window.c: (Vmode_line_in_non_selected_windows): Removed.
911         (mode_line_in_non_selected_windows): New variable.
912         (syms_of_window): DEFVAR_BOOL it.
914         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
915         Use mode_line_in_non_selected_windows.
916         (mode_line_in_non_selected_windows): Declare extern.
917         (Vmode_line_in_non_selected_windows): Removed extern.
919 2002-02-13  Richard M. Stallman  <rms@gnu.org>
921         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
922         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
923         (Fclear_this_command_keys): Doc fixes.
925         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
926         (update_face_from_frame_parameter): Increment face_change_count
927         and windows_or_buffers_changed to force redisplay using changed faces.
929         * xdisp.c (QCpropertize): New variable.
930         (mode_line_proptrans_alist): New variable.
931         (display_mode_element): New arg PROPS; all calls changed.
932         Implement this, for strings.
933         Handle literal output of strings by sharing the
934         main-line code for strings, using local var `literal'.
935         Handle :propertize feature.
936         (syms_of_xdisp): Initialze and staticpro QCpropertize and
937         mode_line_proptrans_alist.
939 2002-02-11  Kim F. Storm  <storm@cua.dk>
941         * window.c: (Vmode_line_in_non_selected_windows): New variable.
942         (syms_of_window): DEFVAR_LISP it.
944         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
945         (CURRENT_MODE_LINE_FACE_ID): Use it.
946         (Vmode_line_in_non_selected_windows): Declare extern.
948         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
949         to get mode line face.
951 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
953         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
954         variables; cus-start.el doesn't need them anymore.
956 2002-02-09  Kim F. Storm  <storm@cua.dk>
958         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
959         reduction.  This fixes a display problem where stray newlines were
960         inserted in the window (corrected by C-l).  Clarified code (IMHO).
962 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
964         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
966         * xdisp.c (display_mode_lines): Fix last change.
968 2002-02-09  Jason Rumney  <jasonr@gnu.org>
970         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
971         match each other.
972         (w32_load_system_font): Prevent Cleartype fonts from loading.
973         (Fx_show_tip): Ensure tip frames are above other topmost windows.
975 2002-02-09  Kim F. Storm  <storm@cua.dk>
977         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
978         (CURRENT_MODE_LINE_HEIGHT): Use it.
979         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
981         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
982         (pos_visible_p, handle_face_prop): Likewise.
983         (display_mode_lines): Likewise, but for the real selected window.
984         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
986         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
987         in non-selected windows.
988         (realize_basic_faces): Realize it.
989         (syms_of_term): Intern and staticpro it.
991 2002-02-08  Kim F. Storm  <storm@cua.dk>
993         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
994         Changed mail addresses to emacs-devel@gnu.org.
996 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
998         * fileio.c (Fsubstitute_in_file_name): If the file name includes
999         ~user, and there's no such user, don't discard everything before ~user.
1001         * floatfns.c (Fround): Doc fix.
1003 2002-02-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1005         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
1007 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
1009         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
1011 2002-02-07  Kim F. Storm  <storm@cua.dk>
1013         * keymap.c (where_is_internal): Only check whether definition is
1014         remapped if it fulfills is_command_symbol.
1016 2002-02-07  Andreas Schwab  <schwab@suse.de>
1018         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
1020         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
1022 2002-02-06  Kim F. Storm  <storm@cua.dk>
1024         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
1025         defining command remapping.  Doc updated.
1026         (Flookup_key): Remap command through keymap if KEY is a symbol.
1027         (is_command_symbol): New function.
1028         (Fkey_binding): Use it.  New optional argument NO-REMAP.
1029         Doc updated.  Callers changed.  Perform command remapping via
1030         recursive call unless that arg is non-nil.
1031         (where_is_internal): New argument no_remap.  Callers changed.
1032         Call recursively to find original key bindings for a remapped
1033         comand unless that arg is non-nil.
1034         (Fwhere_is_internal): New optional argument NO-REMAP.
1035         Doc updated.  Callers changed.  Pass arg to where_is_internal.
1037         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
1038         (is_command_symbol): Added prototype.
1040         * keyboard.c (Vthis_original_command): New variable.
1041         (syms_of_keyboard): DEFVAR_LISP it.
1042         (command_loop_1): Set it, and perform command remapping.
1044 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1046         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
1048 2002-02-06  Jason Rumney  <jasonr@gnu.org>
1050         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
1052 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1054         * charset.c (get_charset_id): Use if-else instead of ?:.
1056 2002-02-06  Richard M. Stallman  <rms@gnu.org>
1058         * filelock.c (S_ISLNK): Define if not defined.
1060 2002-02-03  Richard M. Stallman  <rms@gnu.org>
1062         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
1064         * lread.c (read1): Redesign strategy for force_multibyte and
1065         force_singlebyte.  Now is_multibyte records whether read_buffer
1066         is multibyte.  Encountering any multibyte character makes it so.
1068 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
1070         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
1071         with the same sequence, map that sequence to f10 rather than f0.
1073 2002-02-03  Andreas Schwab  <schwab@suse.de>
1075         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
1076         latter never being defined on GNU/Linux.
1078 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1080         * xfaces.c (realize_default_face): Don't set the weight and slant
1081         of the default face to Qnormal, unless these attributes are
1082         unspecified.
1084 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1086         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
1087         Call cancel_hourglass unconditionally.
1089         * eval.c (Fsignal): Remove duplicated declaration of
1090         the variable `display_hourglass_p'.
1092 2002-01-31  Richard M. Stallman  <rms@gnu.org>
1094         * editfns.c (region_limit): Nicer error message.
1096         * coding.c (decode_composition_emacs_mule):
1097         Give up if NCOMPONENT gets too large to index `component'.
1099         * callint.c (check_mark): New arg to specify clearer error message.
1100         Callers changed.
1102 2002-01-27  Richard M. Stallman  <rms@gnu.org>
1104         * minibuf.c (Fcompleting_read): Doc fix.
1106 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1108         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
1109         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
1110         Fix doc-strings.
1112 2002-01-26  Richard M. Stallman  <rms@gnu.org>
1114         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
1116         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
1117         and scroll_up_aggressively.
1119 2002-01-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1121         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
1123 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1125         * textprop.c (Fnext_property_change, Fnext_single_property_change)
1126         (Fprevious_property_change, Fprevious_single_property_change):
1127         Stay within the narrowed-buffer boundaries.
1129 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1131         * term.c (Ftty_display_color_cells): New function.
1132         (syms_of_term): Defsubr it.
1133         (Ftty_display_color_cells, Ftty_display_color_p): Change the
1134         argument name to DISPLAY.  Doc fix.
1136         * dispextern.h: Add prototype for set_tty_color_mode and
1137         tty_setup_colors.
1139 2002-01-24  Jason Rumney  <jasonr@gnu.org>
1141         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
1142         If region left to draw is not what was expected, mark the frame as
1143         garbaged.
1145         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
1146         Combine the regions returned by BeginPaint and GetUpdateRect.
1148 2002-01-23  Jason Rumney  <jasonr@gnu.org>
1150         * w32term.c (x_update_window_begin): Only hide caret if
1151         w32_use_visible_system_caret is set.
1152         (x_update_window_end): Only show caret if
1153         w32_use_visible_system_caret is set.
1154         (syms_of_w32term): Handle SystemParametersInfo call failing.
1156         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
1158 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1160         * unexelf.c (unexec): Define n so as to cause compilation error
1161         for the code where people have often written n instead of nn.
1163         * .gdbinit (hookpost-run): Defined.
1165 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1167         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
1169 2002-01-21  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1171         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
1172         if fullscreen is being set.
1174 2002-01-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1176         * minibuf.c (Fminibuffer_contents)
1177         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
1178         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
1180 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1182         * window.c (check_frame_size): Fix minimum height calculation.
1184 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
1186         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
1187         height before comparison.
1188         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
1190 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1192         * w32term.c (w32_system_caret_width): Remove.
1193         (w32_use_visible_system_caret): New user flag.
1194         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
1195         Windows reports a screen reader running.
1196         (x_update_window_begin): Hide the system caret.
1197         (x_update_window_end): Show the system caret.
1198         (x_display_and_set_cursor): Don't draw a cursor when
1199         w32_use_visible_system_caret is set.  Do not adjust width.
1201         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
1202         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
1203         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
1204         the user requests it.  Use system default width when creating.
1205         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
1207         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
1208         New window messages.
1210 2002-01-20  Richard M. Stallman  <rms@gnu.org>
1212         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
1214 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1216         * doprnt.c (doprnt1): Fix typos in error call.
1218 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
1220         * unexelf.c (unexec) [__sgi]: Support the .got sections.
1222 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1224         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
1225         that Windows returns.  If a double check fails, try to guess how
1226         ExtTextOut is going to act.
1228         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
1229         in place of stricmp.
1230         (w32_list_synthesized_fonts): Removed.
1231         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
1232         (struct enumfont_t): New element; list.
1233         (enum_font_cb2): List all style and charset variations of a font.
1234         (Fw32_select_font): New optional argument; include_proportional.
1235         Exclude vertical fonts.  Exclude proportional fonts unless
1236         include_proportional is non-nil.
1237         (w32_enable_synthesized_fonts): Change to a boolean.
1238         (Fw32_send_sys_command): Doc fix.
1240 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1242         * dispnew.c (update_frame): Move the variable `tem' to the block
1243         where it is used.
1245 2002-01-19  Jason Rumney  <jasonr@gnu.org>
1247         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
1248         call to face-set-after-frame-default.
1250 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1252         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
1253         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
1255 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1257         * window.c (enlarge_window): When exceeding size of parent,
1258         directly delete all the siblings instead of trying to resize it.
1260 2002-01-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1262         * term.c (set_tty_color_mode): Remove unused variable `tem'.
1264 2002-01-16  Henrik Enberg  <henrik@enberg.org>
1266         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
1268 2002-01-16  Kim F. Storm  <storm@cua.dk>
1270         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
1271         is invisible.  This can happen if cursor is on top line of a
1272         window, and we switch to a buffer with a header line.
1274         * w32term.c (x_erase_phys_cursor): Ditto.
1276 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1278         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
1279         `dont_resize' only when used.
1281         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
1283 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
1285         * xdisp.c (display_mode_element): When computing charpos, depend
1286         on multibyteness of elt, not the text in field.
1288 2002-01-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1290         * buffer.c (Fkill_all_local_variables):
1291         Increment `update_mode_lines' only once.
1293 2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1295         * lisp.h (adjust_after_replace_noundo)
1296         (Fupdate_coding_systems_internal): Add prototypes.
1298         * sound.c (Fplay_sound): Initialize header_size also for :data case.
1300 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1302         Support for the --color command-line argument and tty-color-mode
1303         frame parameter:
1305         * term.c (tty_default_color_capabilities, tty_setup_colors)
1306         (set_tty_color_mode): New functions.
1307         (term_init): Call tty_default_color_capabilities.
1308         (Qtty_color_mode_alist): New variable.
1309         (syms_of_term): Intern and staticpro it.
1311         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
1312         frames.
1313         (do_switch_frame): For termcap frames, switch the tty
1314         color mode as specified by the frame's parameters.
1315         (Qtty_color_mode): New variable.
1316         (syms_of_frame): Intern and staticpro it.
1318         * emacs.c (USAGE2): Add the --color option.
1319         (standard_args): Ditto.
1321 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1323         * xterm.h (struct x_output): New members want_fullscreen,
1324         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
1325         y_pixels_outer_diff.
1326         New enum for FULLSCREEN_* constants.
1327         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
1328         is NULL.
1329         (x_fullscreen_adjust): Add prototype.
1331         * emacs.c (USAGE2): Add the new full-screen arguments.
1332         (standard_args): Ditto.
1334         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1335         New variables.
1336         (syms_of_xfns): Intern and staticpro them.
1337         (x_frame_parms) <"fullscreen">: New parameter.
1338         (x_fullscreen_move, x_set_fullscreen): New functions.
1339         (x_set_frame_parameters): Support for Qfullscreen.
1340         (x_real_positions): More accurate computation of the frame position.
1341         (x_figure_window_size): Support full-screen frames.
1342         (Fx_create_frame): Default the fullscreen parameter.
1344         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
1345         (XTread_socket) <Expose>: Call x_check_fullscreen.
1346         <ConfigureNotify>: Don't resize to fullscreen.
1347         Call x_check_fullscreen_move, and set the want_fullscreen member of
1348         output_data.x.
1350 2002-01-13  Jason Rumney  <jasonr@gnu.org>
1352         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
1353         for mice with more than 3 buttons.
1355         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
1356         (w32_read_socket): Handle new "XBUTTON" messages.
1358         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
1359         (syms_of_w32fns): DEFVAR_BOOL it.
1360         (w32_wnd_proc): Handle new "XBUTTON" messages.
1362 2002-01-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1364         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
1366 2002-01-13  Andreas Schwab  <schwab@suse.de>
1368         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
1370 2002-01-12  Andreas Schwab  <schwab@suse.de>
1372         * .gdbinit (xbuffer): Remove address operator since data is now a
1373         pointer.
1375 2002-01-11  Richard M. Stallman  <rms@gnu.org>
1377         * insdel.c (adjust_after_replace_noundo): New function.
1379         * coding.c (code_convert_region): Don't copy old text if undo disabled.
1381 2002-01-09  Jason Rumney  <jasonr@gnu.org>
1383         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
1384         when checking for multiple frames.
1386 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1388         * window.c (delete_window): Rewrite the code for changing the
1389         selected window to handle the case where WINDOW is not a leaf.
1391 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1393         * process.c (send_process): Set src_multibyte to 1 after the call
1394         top setup_coding_system, not before the call.
1396 2002-01-07  Jason Rumney  <jasonr@gnu.org>
1398         * xmenu.c (set_frame_menubar, xmenu_show):
1399         (xdialog_show): Initialize wv->help to Qnil.
1401         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
1402         (w32_dialog_show): Initialize wv->help to Qnil.
1404 2002-01-06  Jason Rumney  <jasonr@gnu.org>
1406         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
1408         * w32menu.c (w32_menu_display_help): Revert last change.
1410         * xmenu.c (menu_highlight_callback): Revert last change.
1412 2002-01-06  Andreas Schwab  <schwab@suse.de>
1414         * insdel.c (make_gap_larger): Make sure buffer size does not
1415         overflow range of int.
1417 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1419         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1420         OVERLAPS_P.
1422         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
1424         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
1425         to the left or to the right of the pointer, put it against
1426         the left screen edge.
1427         (x_frame_parms): Add missing braces around initializer.
1429         * w32term.c (x_setup_relief_colors): Don't compute an image's
1430         background color if it doesn't have a Pixmap.
1431         (notice_overwritten_cursor): Don't depend on
1432         output_cursor and updated_area.  Compare pixel coordinates with
1433         window's cursor pixel coordinates.
1434         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1435         Call notice_overwritten_cursor with new arg list.
1436         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1437         unconditionally.
1438         (x_draw_image_relief): Use predefined macro instead of
1439         constant when the value of `tool_bar_button_relief' is negative.
1441         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
1443 2002-01-04  Richard M. Stallman  <rms@gnu.org>
1445         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
1447 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1449         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
1450         (Fkey_binding): Try the `keymap' property map first.
1451         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
1452         minor mode bindings.
1454 2002-01-03  Kim F. Storm  <storm@cua.dk>
1456         * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
1458 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1460         * keyboard.c (read_key_sequence): Handle the keymap property
1461         before minor mode maps.
1463         * editfns.c (Fformat): Update thissize from field_width
1464         based on the actual width, in the string case.
1466 2002-01-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1468         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
1469         when used as truth value to prevent gcc warnings.
1471         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
1472         * w32proc.c: Include <config.h>.
1474 2002-01-01  Andreas Schwab  <schwab@suse.de>
1476         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
1477         not EMACS_INT, to make them compatible with DEFVAR_INT.
1478         * lisp.h (max_specpdl_size): Adjust declaration.
1480 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1482         * print.c (print_object): Test print_escape_nonascii only for
1483         unibyte strings.
1484         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
1485         when outputting to a multibyte buffer.
1487 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1489         * print.c (print_object): In multibyte string, use hex escapes.
1490         Use octal only for unibyte strings.
1491         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
1493         * lread.c (read_escape): New arg BYTEREP for reporting whether
1494         escape forces unibyte or multibyte.
1495         (read1): When reading a string, take note of that info.
1497 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
1499         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
1500         comparison to test lisp value returned by Fget.
1502 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1504         * lisp.h (max_specpdl_size): Add declaration.
1506         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
1508         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
1509         Handle modifier bits.  Correct typo in error message.
1511 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1513         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
1514         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
1515         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
1516         Update calls to Fdefine_abbrev.
1517         (write_abbrev): Update for changed data format.
1518         Don't list "system" abbrevs.
1519         (Fexpand_abbrev): Update use count with new data format.
1520         (describe_abbrev): Update for changed data format.
1521         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
1523         * config.in (HAVE_MBSINIT): Add #undef.
1525         * strftime.c (mbsinit): Define as no-op if not available.
1527         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
1528         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
1530         * keymap.c (Flookup_key): Error message if key has wrong data type.
1531         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
1532         (exclude_key): New variable.
1534 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
1536         * xterm.c (x_setup_relief_colors): Don't compute an image's
1537         background color if it doesn't have a Pixmap.
1539         * xterm.c (notice_overwritten_cursor): Don't depend on
1540         output_cursor and updated_area.  Compare pixel coordinates with
1541         window's cursor pixel coordinates.
1542         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1543         Call notice_overwritten_cursor with new arg list.
1544         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1545         unconditionally.
1547         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
1548         height of the cursor line to the amount to scroll.
1550 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1552         * intervals.c (set_point_both): The position after an invisible,
1553         intangible character is not an acceptable stopping point.
1555 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
1557         * window.c (enlarge_window): In new preserve_before code, convert
1558         CURBEG from lisp object to integer before doing arithmetic.
1560 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1562         * bytecode.c (Fbyte_code): Undo previous change.
1564 2001-12-26  Kim F. Storm  <storm@cua.dk>
1566         * keyboard.c (record_char): Ignore duplicate help-echo events only
1567         separated by mouse-movement.  When tracking mouse, only record
1568         first and last mouse-movement event in same window.
1569         Don't record mouse-movement events in keyboard macros.
1571 2001-12-25  Richard M. Stallman  <rms@gnu.org>
1573         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
1574         (Fenlarge_window): New arg PRESERVE_BEFORE.
1576         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
1577         instead of Fstring_as_unibyte.
1579 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1581         The following changes remove mocklisp support:
1583         * mocklisp.h, mocklisp.c: Files removed.
1585         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
1586         `Qmocklisp' and `Qmocklisp_arguments'.
1587         Remove prototype of syms_of_mocklisp.
1589         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
1591         * callint.c: Do not include mocklisp.h.
1592         (Fcall_interactively): Do not test for mocklisp case.
1594         * eval.c: Remove variables `Qmocklisp_arguments',
1595         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
1596         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
1597         Do not test for mocklisp case.
1598         (Fwhile): Remove unused variable `tem'.
1599         (syms_of_eval): Remove variable `moclisp-arguments'.
1601         * data.c (wrong_type_argument): Remove mocklisp case.
1603         * doc.c (Fdocumentation): Remove mocklisp case.
1605         * emacs.c (main): Do not call syms_of_mocklisp.
1607 2001-12-21  Richard M. Stallman  <rms@gnu.org>
1609         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
1610         to the left or to the right of the pointer, put it against
1611         the left screen edge.
1613 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1615         * Makefile.in (distclean): Remove .gdbinit if we are building
1616         outside the source tree.
1618 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1620         * w32.c (emacs_root_dir): New function.
1622         * msdos.c (emacs_root_dir): New function.
1624         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
1625         of the current drive as the fallback for default_directory.
1627         * dired.c (file_name_completion): Run the elements of
1628         completion-ignored-extensions through ENCODE_FILE.
1630         * lisp.h (scmp): Remove prototype, since it's now a static
1631         function private to dired.c.
1633 2001-12-18  Richard M. Stallman  <rms@gnu.org>
1635         * dired.c (scmp): Function moved from minibuf.c.
1636         Delete multibyte handling--used only on encoded strings.
1638         * minibuf.c (scmp): Function moved to dired.c.
1640         * fns.c (merge): Add QUIT call.
1642 2001-12-18  Dave Love  <fx@gnu.org>
1644         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
1645         language/georgian.el.
1647 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
1649         * Makefile.in (lisp, shortlisp): Synchronize with changes to
1650         lisp/Makefile.in:DONTCOMPILE.
1652 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1654         * xdisp.c (window_box_height): Do not return negative values.
1655         From Gerd Moellmann <gerd@gnu.org>.
1657         * keyboard.c (head_table): Add missing braces around initializer.
1659         * term.c (keys): Likewise.
1661         * xfns.c (x_frame_parms, visual_classes): Likewise.
1663 2001-12-17  Sam Steingold  <sds@gnu.org>
1665         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
1666         patch (COMPOSING_P, not COMPOSING).
1668 2001-12-17  Richard M. Stallman  <rms@gnu.org>
1670         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
1672         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
1673         before calling decode_coding.
1675         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
1677         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
1678         instead of only for COMPOSITION_DISABLED.
1680 2001-12-16  Richard M. Stallman  <rms@gnu.org>
1682         * alloc.c (pure_alloc): After overflow, allocate just a small block.
1684         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
1686         * buffer.h (struct buffer): New field `display_error_modiff'.
1687         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
1689         * window.c (Frecenter): Clear display_error_modiff field.
1691         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
1692         Call redisplay_window, but not if display_error_modiff field says no.
1693         (redisplay_window_error): New function.
1694         (displayed_buffer): New variable.
1695         (redisplay_internal, redisplay_windows): Call the new functions
1696         instead of redisplay_window directly.
1698 2001-12-15  Richard M. Stallman  <rms@gnu.org>
1700         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
1702 2001-12-14  Andrew Innes  <andrewi@gnu.org>
1704         * makefile.w32-in (EMACSLOADPATH): Define.
1705         ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
1706         (bootstrap-temacs): Remove dependency on bootstrap-clean.
1708 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
1710         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
1711         parameter have a numeric value all the time.
1713         * w32fns.c (x_report_frame_params): Likewise.
1715 2001-12-12  Richard M. Stallman  <rms@gnu.org>
1717         * fileio.c (Fwrite_region): Doc fix.
1719         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
1720         (redisplay_internal): Call clear_image_cache only for window terminals.
1722 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
1724         * xdisp.c (move_it_vertically_backward): Change heuristic
1725         for the case that we didn't move far enough initially.
1727         * window.c (Frecenter): Simplify computation in the case of window
1728         system frames and ARG < 0; use window_box_height.
1730 2001-12-11  Richard M. Stallman  <rms@gnu.org>
1732         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
1733         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
1735 2001-12-11  Andrew Innes  <andrewi@gnu.org>
1737         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
1738         arg is negative.
1740 2001-12-11  Richard M. Stallman  <rms@gnu.org>
1742         * m/hp800.h: Split the __hpux conditional into the parts
1743         that are right for GNU/Linux too and the parts that are not.
1744         Use the former if GNU_LINUX.
1745         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
1747         * s/gnu-linux.h (GNU_LINUX): Defined.
1749 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1751         * macros.c, msdos.c, w16select.c: Change doc-string comments to
1752         `new style' [w/`doc:' keyword].
1754 2001-12-10  Jason Rumney  <jasonr@gnu.org>
1756         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
1757         before using.
1759 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1761         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
1762         keyword].
1764 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
1766         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
1768         * s/hpux10.h (srand48): Don't undefine.
1770 2001-12-09  Jason Rumney  <jasonr@gnu.org>
1772         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
1773         Add     comment to explain where the struct came from.
1774         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
1775         (add_menu_item): Process pop-up menus first to avoid memory leak.
1776         (add_menu_item, w32_menu_display_help): Use `help' field as
1777         Lisp_Object.
1778         (w32_free_submenu_strings): Only free owner-drawn strings.
1780 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1782         * COPYING: Moved back.
1784         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
1785         Add parentheses around && within ||.
1787         * indent.c (compute_motion): Likewise.
1789         * intervals.c (merge_properties_sticky): Likewise.
1791         * coding.c (setup_coding_system, shrink_encoding_region)
1792         (Fdecode_sjis_char): Likewise.
1794 2001-12-07  Andreas Schwab  <schwab@suse.de>
1796         * xdisp.c (display_mode_element): Don't read past end of string if
1797         it ends with '%'.
1799         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
1800         can hold.
1802         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
1803         from most_positive_fixnum and most_negative_fixnum, resp., and
1804         type changed to Lisp_Object.
1805         (syms_of_data): DEFVAR_LISP them.
1807 2001-12-07  Richard M. Stallman  <rms@gnu.org>
1809         * callproc.c (init_callproc): Set Vdata_directory based on the source
1810         location whenever Emacs was run uninstalled.
1812 2001-12-06  Paul Eggert  <eggert@twinsun.com>
1814         * config.in (HAVE_WORKING_VFORK): New #undefs.
1815         * process.c (create_process):
1816         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
1817         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
1818         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
1819         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
1820         * m/intel386.h (HAVE_VFORK): Likewise.
1821         * m/mips-siemens.h (HAVE_VFORK): Likewise.
1822         * m/mips.h (HAVE_VFORK): Likewise.
1823         * s/freebsd.h (vfork): Remove #define.
1824         * s/lynxos.h (HAVE_VFORK): Remove #undef.
1825         * s/usg5-4-2.h: Fix comment about vfork.
1827 2001-12-06  Richard M. Stallman  <rms@gnu.org>
1829         * s/hpux10.h (random): Add undef.
1830         (HAVE_RANDOM): Define it just once.
1832 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
1834         * eval.c: Undo last change: the standard syntax is not wanted.
1836 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
1838         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
1839         scroll bars of the frame before deleting the frame itself.  If the
1840         frame has a widget, delete the frame with XtDestroyWidget, and do
1841         not call XDestroyWindow before that.
1843 2001-12-06  Kim F. Storm  <storm@cua.dk>
1845         * xfns.c (x_report_frame_params): Return actual fringe widths.
1847         * w32fns.c (x_report_frame_params): Return actual fringe widths.
1849 2001-12-05  Andrew Innes  <andrewi@gnu.org>
1851         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
1852         excessively large.
1854         * insdel.c (make_gap_larger): New function.
1855         (make_gap_smaller): New function.
1856         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
1857         make_gap_smaller if arg is negative.
1859 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
1861         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
1862         Pass a dummy argument when calling interrupt_signal.
1863         (parse_menu_item): Mark disabled items before checking for empty def.
1864         (read_char_minibuf_menu_prompt): Make safety more visible.
1865         (read_key_sequence): Add a `first_unbound' variable.
1866         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
1867         unbound prefix as soon as we can detect it.
1869         * doc.c (Fsnarf_documentation): Add prototype.
1870         (get_doc_string): Handle negative arguments.
1871         (Fdocumentation): Use AREF and ASIZE.
1872         Move the calls to get_doc_string to a single place.
1873         Don't confuse an interactive-spec for a docstring reference.
1874         (Fdocumentation_property): Take advantage of the fact that
1875         get_doc_string now ignores the sign of the docstring position.
1877         * eval.c: Use standard syntax for usage in docstrings.
1879 2001-12-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1881         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
1883 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1885         * xterm.c (x_draw_image_relief): Use predefined macro instead of
1886         constant when the value of `tool_bar_button_relief' is negative.
1888 2001-12-02  Richard M. Stallman  <rms@gnu.org>
1890         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
1891         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
1893         * fileio.c (read_non_regular): Delete Fsignal call.
1895 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
1897         * lisp.h (run_hook_list_with_args): Undo last change.
1899 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
1901         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
1903 2001-12-01  Jason Rumney  <jasonr@gnu.org>
1905         * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
1907         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
1908         [!WM_MOUSELEAVE]: Define.
1910         * w32menu.c (current_popup_menu, get_menu_item_info):
1911         (set_menu_item_info): New vars.
1912         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
1913         (w32_menu_show): Set current_popup_menu.
1914         (add_menu_item): Allocate new strings for owner-drawn menu items
1915         and help strings.
1916         Use owner-draw for disabled menu items again.
1917         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
1918         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
1920         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
1921         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
1922         <WM_EXITMENULOOP>: Free menu strings.
1923         <WM_MOUSELEAVE>: Stop tracking mouse.
1924         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
1926         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
1927         and mouse face.
1929 2001-12-01  Kim F. Storm  <storm@cua.dk>
1931         The following changes add left-fringe and right-fringe
1932         frame parameters to adjust fringe widths, or remove one or
1933         both fringes.
1935         * frame.h (struct frame): Remove trunc_area_pixel_width and
1936         trunc_area_cols fields.
1937         (Qleft_fringe, Qright_fringe): Declare.
1938         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
1940         * frame.c (Qleft_fringe, Qright_fringe): New vars.
1941         (syms_of_frame): Initialize them.
1943         * window.c (coordinates_in_window): Handle separate left and right
1944         fringe widths.
1946         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
1947         and fringe_cols fields.
1948         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
1949         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
1950         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
1951         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
1952         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
1953         (x_compute_fringe_widths): Add prototype.
1955         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
1956         fill fringe evenly with small dashes.
1957         (x_draw_fringe_bitmap): Clear background if necessary. Align and
1958         clip the new ZV bitmap to avoid jitter between rows.
1959         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
1960         background.  Don't draw fringe bitmaps if fringe width is zero.
1961         (x_compute_fringe_widths): New function.
1962         (x_new_font, x_set_window_size_1): Use it.
1964         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
1965         (x_set_frame_parameters): Process `font' parameter before other
1966         parameters as fringe widths depend on it.
1967         (x_set_fringe_width): New function.
1968         (x_figure_window_size): Use x_compute_fringe_widths.
1969         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
1970         parameters.
1972         * widget.c (set_frame_size): Use x_compute_fringe_widths.
1973         (EmacsFrameSetCharSize): Ditto.
1975         * w32term.h: Merged changes from xterm.h.
1976         * w32term.c: Merged changes from xterm.c.
1977         * w32fns.c: Merged changes from xfns.c.
1979 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1981         * COPYING: Removed.
1983 2001-11-29  Dave Love  <fx@gnu.org>
1985         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
1986         extra extra slot.
1987         (detect_coding_mask): Fix call of detect_coding_iso2022.
1989 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1991         * fileio.c (file-name-coding-system)
1992         (default-file-name-coding-system): Doc fix (links to referenced
1993         variables added).
1995 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
1997         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
1998         Add dummy uses of gcproN variables.
2000         * category.c (describe_category, describe_category_1)
2001         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
2002         (syms_of_category): Don't defsubr Sdescribe_categories.
2004 2001-11-28  Richard M. Stallman  <rms@gnu.org>
2006         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
2008         * Makefile.in (lispdir): New variable, referring to build dir.
2009         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
2011 2001-11-28  Andrew Innes  <andrewi@gnu.org>
2013         * w32menu.c (w32_menu_display_help): Actually add the new argument
2014         OWNER.
2016 2001-11-28  Jason Rumney  <jasonr@gnu.org>
2018         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
2019         menu items.  From David Ponce <dponce@wanadoo.fr>.
2020         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
2021         conditionally.
2022         (w32_menu_display_help): New argument OWNER. Rewritten to store a
2023         help event in the owner frame's keyboard buffer.
2025         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
2026         (Fx_show_tip): Don't subtract last width from row width.
2028         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
2029         (w32_read_socket): Use EQ to compare frames.
2031 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
2033         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
2034         OVERLAPS_P.
2036 2001-11-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2038         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
2039         `gcpro3' and `gcpro4'.
2041         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
2043 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2045         * ccl.c: Use AREF and ASIZE.
2047 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
2049         * lisp.h (run_hook_list_with_args): Remove.
2050         (LIST_END_P): Fix call to wrong_type_argument.
2051         (make_fixnum_or_float): Use EMACS_INT rather than int.
2053 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
2055         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
2056         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
2058         * eval.c: Use AREF and ASIZE.
2059         (Ffetch_bytecode): Add the file name to the error message.
2061         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
2062         which match the end of the file-name.
2063         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
2064         is not a valid env var, but leave it as is instead.
2066         * keymap.c (access_keymap): Handle t bindings like nil bindings.
2067         Make nil bindings in char-tables transparent.
2068         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
2070 2001-11-26  Richard M. Stallman  <rms@gnu.org>
2072         * textprop.c (set_text_properties_1): Allow START, END in either order.
2073         Do nothing if range is empty.
2075         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
2077         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
2078         (clean): Not here.
2080 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2082         * textprop.c (set_text_properties_1): Clearly mark that the
2083         interval should not be empty.
2085         * intervals.c (graft_intervals_into_buffer):
2086         Don't call set_text_properties_1 on an empty interval.
2088 2001-11-25  Richard M. Stallman  <rms@gnu.org>
2090         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
2092         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
2093         don't lose the data in it.
2095 2001-11-25  Juanma Barranquero  <lektu@terra.es>
2097         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
2099         * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
2101         * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
2103 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2105         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
2107 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2109         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
2110         Niemitalo <kon@iki.fi>.
2112 2001-11-25  Jason Rumney  <jasonr@gnu.org>
2114         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
2116         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
2117         (Fx_show_tip): Block input during frame creation.
2118         (Fx_show_tip, Fx_hide_tip): Enable.
2120 2001-11-24  Richard M. Stallman  <rms@gnu.org>
2122         * lread.c (Fload): Detect recursive load error for more than 3
2123         nestings of the same file.
2124         (Vrecursive_load_depth_limit): Variable deleted.
2125         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
2127 2001-11-24  Jason Rumney  <jasonr@gnu.org>
2129         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
2130         mouse position if either left or top is not specified.
2132         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
2133         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
2134         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
2135         (my_create_tip_window): Assign tip_window.
2136         (x_create_tip_frame): Use same defaults as X.
2137         (compute_tip_xy): Remove unused variable.  Use full screen width.
2138         (Fx_show_tip): Do not double height. Call ShowWindow directly.
2140         * w32term.c (x_after_update_window_line): Doc fix.
2141         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
2142         frames.
2143         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
2145         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
2146         for all Windowed systems.
2148 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2150         * msdos.c (IT_clear_screen): If the frame's faces are not yet
2151         realized, use the initial screen colors to clear the screen.
2153 2001-11-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2155         * textprop.c (Fset_text_properties): Remove unused variables
2156         `unchanged', `prev_changed', `s' and `len'.
2158         * search.c (Freplace_match): Remove unused variable `inslen'.
2160         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
2162 2001-11-22  Jason Rumney  <jasonr@gnu.org>
2164         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
2165         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
2166         (my_create_tip_window): New function.
2167         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
2168         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
2170 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2172         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
2173         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
2175         * w32fns.c (Vw32_system_coding_system): Remove.
2176         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
2178 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2180         * fileio.c (Fwrite_region): Move choose_write_coding_system to
2181         after build_annotations.
2183         * syntax.c (describe_syntax): Add dummy arg.
2184         (describe_syntax_1): Update call to describe_vector.
2186         * category.c (describe_category): Add dummy arg.
2187         (describe_category_1): Update call to describe_vector.
2189         * keymap.c (Fdescribe_vector): Add `describer' parameter.
2190         (describe_command, describe_translation): Add dummy second param.
2191         (describe_map): Call elt_describer with two arguments.
2192         (describe_vector_princ): Add `fun' parameter.
2193         Call it instead of the hardcoded `princ'.
2194         (describe_vector): Add arg `args'.
2195         Pass it as a new second argument to elt_describer.
2197         * keymap.h (describe_vector): Update prototype.
2199         * frame.c: Don't include keymap.h any more.
2200         (keys_of_frame): Remove.
2202         * lisp.h (keys_of_frame): Remove declaration.
2204         * emacs.c (main): Don't call `keys_of_frame' any more.
2206 2001-11-14  Andreas Schwab  <schwab@suse.de>
2208         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
2209         if defined, 0 otherwise.
2210         (MAP_FAILED): Define if not defined and use it to test mmap failure.
2211         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
2213 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2215         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
2217 2001-11-18  Jason Rumney  <jasonr@gnu.org>
2219         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
2220         (x_draw_bar_cursor): If the background color of the glyph under
2221         the cursor equals the frame's cursor color, use the glyph's
2222         foreground color for drawing the bar cursor.
2223         (x_after_update_window_line): Clear internal border in different
2224         circumstances.
2225         (w32_set_vertical_scroll_bar): Check for width and height > 0.
2226         (w32_draw_relief_rect): Correct relief by 1 pixel.
2227         (x_set_glyph_string_background_width):
2228         Set extends_to_end_of_line_p if the row's fill_line_p is set and
2229         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2230         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
2231         if cursor_in_non_selected_windows is false.
2232         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
2233         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
2234         Notice if cursor gets overwritten.
2235         (notice_overwritten_cursor): Renamed from
2236         note_overwritten_text_cursor.  Rewritten to take glyph widths
2237         into account, and to take X positions as parameters.
2238         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
2239         around call to x_draw_glyphs.
2240         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
2241         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
2242         color to use for image glyph reliefs.
2243         (x_draw_image_relief): Accept zero tool_bar_button_relief.
2244         (glyph_rect): Remove unused variable `area'.
2246         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
2247         some items.
2248         (x_set_internal_border_width): Set frame garbaged when window
2249         doesn't exist yet.
2250         (Fx_create_frame): Accept zero tool_bar_button_relief.
2251         (x_clear_image_1, four_corners_best, image_background)
2252         (image_background_transparent): New functions.
2253         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
2254         (gs_format): Add `:background' entry.
2255         (lookup_image): Set IMG's background color if specified.
2256         (pbm_load, xbm_load_image, png_load): Set IMG's background field
2257         when appropriate.
2258         (x_clear_image_1): Reset `background_valid' and
2259         `background_transparent_valid' fields.
2260         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
2261         calculating it here.  Set IMG's background_transparent field.
2262         (enum xpm_keyword_index): Add XPM_BACKGROUND.
2263         (enum png_keyword_index): Add PNG_BACKGROUND.
2264         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
2265         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
2266         (enum gif_keyword_index): Add GIF_BACKGROUND.
2267         (enum gs_keyword_index): Add GS_BACKGROUND.
2268         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
2269         Pre-calculate image background color where necessary.
2270         (x_create_x_image_and_pixmap, xbm_load, gs_load):
2271         Use display info's n_cbits entry for screen depth.
2272         (Fx_show_tip): Remove unused variables `buffer', `top',
2273         `left', `max_width' and `max_height'.
2275         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
2277 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
2279         * puresize.h (BASE_PURESIZE): Increase to 750000.
2281 2001-11-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2283         * frame.c (Fframe_live_p): Doc fix.
2285 2001-11-18  Richard M. Stallman  <rms@gnu.org>
2287         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
2288         (message_dolog_marker3): New static variables hold three markers.
2289         (syms_of_xdisp): Initialize and staticpro them.
2290         (message_dolog): Use message_dolog_marker1..3 instead of
2291         allocating markers each time.  Unchain them when done.
2293 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2295         * doc.c (Fsnarf_documentation): Doc fix.
2297 2001-11-17  Andreas Schwab  <schwab@suse.de>
2299         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
2301 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2303         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
2305 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2307         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
2309 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
2311         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
2312         with invalid position.
2314 2001-11-16  Richard M. Stallman  <rms@gnu.org>
2316         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
2318         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
2319         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
2320         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
2322         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
2324 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2326         * fileio.c (build_annotations): Split off the tail.
2327         (build_annotations_2): New fun.  Extracted from build_annotations.
2328         (Fwrite_region): Split the call to build_annotations into two
2329         calls to build_annotations and build_annotations_2.
2331 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2333         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
2334         clear_waiting_for_input with argument.
2336         * xterm.h (x_update_cursor): Remove duplicated prototype.
2338         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
2340         * xterm.c (waiting_for_input): Remove unnecessary declaration.
2342         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
2344 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2346         * fileio.c (choose_write_coding_system): New fun, extracted
2347         from Fwrite_region.
2348         (Fwrite_region): Use it.
2350         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
2351         (funcall_lambda, run_hook_with_args): Make static and add prototype.
2352         (ml_apply, find_handler_clause): Add prototype.
2354 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
2356         * config.in: Add #undef HAVE_COFF_H.
2358         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
2359         Required for ISC 4.1.
2361 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
2363         * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
2364         Andrew Wiseman <a.wiseman@btclick.com>.
2366 2001-11-16  Kim F. Storm  <storm@cua.dk>
2368         The following changes are made to clean up the various internal
2369         references to the fringes to actually use the term `fringe' for
2370         them.  Previously, they were called `flags areas', `bitmap areas',
2371         `left/right side of windows', or implicitly as `flags' or
2372         `bitmaps':
2374         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
2375         Comments fixed. Use renamed symbols.
2377         * dispnew.c: Comment fix. Use renamed symbols.
2379         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
2380         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
2381         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
2383         * msdos.c: Comment fix.
2385         * w32fns.c: Use renamed symbols.
2387         * w32term.c: Comment fixes. Use renamed symbols.
2388         (fringe_bitmap_type): Renamed from bitmap_type.
2389         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2390         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
2391         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2393         * w32term.h: Comment fixes. Use renamed symbols.
2394         (fringes_extra): Renamed from flags_areas_extra.
2395         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2396         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2397         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2398         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2399         (FRAME_X_LEFT_FRINGE_WIDTH):
2400         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2401         (FRAME_X_RIGHT_FRINGE_WIDTH):
2402         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2404         * widget.c: Use renamed symbols.
2406         * window.c: Comment fixes. Use renamed symbols.
2407         (coordinates-in-window-p): Doc fix.
2409         * xdisp.c: Comment fixes. Use renamed symbols.
2411         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
2413         * xfns.c: Use renamed symbols.
2415         * xterm.c: Comment fixes. Use renamed symbols.
2416         (fringe_bitmap_type): Renamed from bitmap_type.
2417         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2418         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
2419         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2421         * xterm.h: Comment fixes. Use renamed symbols.
2422         (fringes_extra): Renamed from flags_areas_extra.
2423         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2424         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2425         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2426         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2427         (FRAME_X_LEFT_FRINGE_WIDTH):
2428         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2429         (FRAME_X_RIGHT_FRINGE_WIDTH):
2430         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2432 2001-11-15  Jason Rumney  <jasonr@gnu.org>
2434         * w32menu.c (add-menu-item): Make help_echo and radio buttons
2435         work for most menu items.  From David Ponce
2436         <david.ponce@wanadoo.fr>.
2438 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
2440         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
2441         Some x_set_* function expect to be called even if old and new
2442         value are equal.
2444         * xdisp.c (build_desired_tool_bar_string): Accept zero
2445         tool_bar_button_relief.
2447         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
2449         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
2451         * xterm.c (x_draw_bar_cursor): If the background color of the
2452         glyph under the cursor equals the frame's cursor color, use
2453         the glyph's foreground color for drawing the bar cursor.
2455         * dispnew.c (direct_output_forward_char): Fix character/byte
2456         position comparison.
2458 2001-11-15  Miles Bader  <miles@gnu.org>
2460         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
2461         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
2462         Update arguments to find_field.
2463         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
2464         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
2465         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
2466         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
2468 2001-11-14  Richard M. Stallman  <rms@gnu.org>
2470         * editfns.c (Fpropertize): Allow call with 1 arg.
2472         * dispextern.h (image_background, image_background_transparent):
2473         Conditionalize on HAVE_X_WINDOWS.
2475 2001-11-13  Richard M. Stallman  <rms@gnu.org>
2477         * print.c (Fprin1_to_string): Doc fix.
2479         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
2481         * floatfns.c (Fceiling, Ffloor): Doc fixes.
2483         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
2485         * fileio.c (Ffile_accessible_directory_p): Doc fix.
2487         * eval.c (syms_of_eval): Doc fix.
2489         * coding.c (syms_of_coding): Doc fix.
2491         * doc.c (Fsnarf_documentation): Doc fix.
2493         * dispnew.c (syms_of_display): Doc fix.
2495         * category.c (Fget_unused_category): Doc fix.
2497         * buffer.c (syms_of_buffer): Doc fixes.
2499 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
2501         * print.c (prin1, print): Doc fix.
2503 2001-11-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2505         * fontset.h: Remove declarations of variables
2506         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
2508         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
2509         `Vclip_large_size_font'.
2511 2001-11-13  Jason Rumney  <jasonr@gnu.org>
2513         * w32fns.c: Doc fix.
2515 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2517         * xfaces.c (Fface_attributes_as_vector): Doc fix.
2519         * w32fns.c (Fx_synchronize): Reindent.
2521         * fns.c: Doc fix.
2523         * emacs.c: Doc fix.
2525         * coding.c: Doc fix.
2527         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
2528         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
2529         `new style' [w/`doc:' keyword].
2531         * xmenu.c (x-popup-menu): Reindent.
2532         (x-popup-dialog): Likewise.
2534         * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
2536         * xdisp.c (Fdump_tool_bar_row): Reindent.
2538         * minibuf.c (Fminibuffer_complete_word): Reindent.
2539         (Fminibuffer_complete_and_exit): Likewise.
2540         (Fminibuffer_completion_help): Likewise.
2541         (Fminibuffer_message): Likewise.
2543         * fns.c (Freverse): Reindent.
2545         * eval.c (Fif): Reindent.
2546         (Fand): Likewise.
2548         * editfns.c (Fuser_real_login_name): Reindent.
2549         (Finsert_buffer_substring): Likewise.
2550         (Fcompare_buffer_substrings): Likewise.
2551         (Fsubst_char_in_region): Likewise.
2553         * dispnew.c (Fsit_for): Reindent.
2554         (Fframe_or_buffer_changed_p): Likewise.
2555         (Finternal_show_cursor_p): Likewise.
2556         (syms_of_display): Likewise.
2558         * alloc.c (Flist): Reindent.
2559         (Fvector): Likewise.
2561 2001-11-12  Richard M. Stallman  <rms@gnu.org>
2563         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
2564         LeaveNotify events.  Only FocusIn and FocusOut do that now.
2565         (x_display_and_set_cursor): Do display hollow cursors in active
2566         minibuffer windows when they are not selected.
2568 2001-11-12  Jason Rumney  <jasonr@gnu.org>
2570         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
2571         * w32term.c: Change doc-string comments to `new style'.
2572         [w/`doc:' keyword]. Doc fixes.
2574         * w32fns.c: Don't define max.
2575         (Fx_open_connection): Only execute once.
2577 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2579         * ccl.c: Change macros to use do-while block instead of if-else.
2580         Use braces to follow GNU Coding Standards.
2582 2001-11-11  Richard M. Stallman  <rms@gnu.org>
2584         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
2586         * lread.c (read_escape): Use end_of_file_error for reporting eof.
2588         * insdel.c (replace_range): Use adjust_markers_for_replace
2589         instead of adjust_markers_for_delete and adjust_markers_for_insert.
2591         * intervals.h: Declare set_text_properties and set_text_properties_1.
2593         * textprop.c (set_text_properties_1): New subroutine
2594         broken out of set_text_properties.
2595         (set_text_properties): Use set_text_properties_1.
2597         * intervals.c (graft_intervals_into_buffer):
2598         Use set_text_properties_1 to clear out properties.
2600         * search.c (Freplace_match): Use replace_range to insert
2601         and delete.  Don't request property inheritance from
2602         surrounding text.
2604 2001-11-10  Jason Rumney  <jasonr@gnu.org>
2606         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
2607         vertical fonts. Allow them if face name is explicitly specified.
2608         Do not give up if we find a font that cannot be converted to an xlfd.
2610 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
2612         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
2613         instead of malloc/free.
2615 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2617         * xfaces.c (merge_face_vectors): Use braces to follow GNU
2618         Coding Standards.
2619         (Finternal_set_lisp_face_attribute): Likewise.
2621         * buffer.c (Fbury_buffer): Likewise.
2623         * indent.c (current_column_1): Remove unused variable `prev_col'.
2625         * coding.c (encode_coding): Use precomputed value of `src'.
2626         (encode_coding): Remove unused variable `src_end'.
2627         (code_convert_region): Remove unused variables `count'.
2629 2001-11-07  Jason Rumney  <jasonr@gnu.org>
2631         * w32term.c (x_display_and_set_cursor): Do not move system caret
2632         if cursor_glyph is NULL.
2634 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2636         * keymap.c (access_keymap): Fix compilation error.
2638 2001-11-07  Miles Bader  <miles@gnu.org>
2640         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
2642 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2644         * intervals.c (graft_intervals_into_buffer):
2645         Remove #ifdef'd-out code.
2646         (graft_intervals_into_buffer): Remove unused variable `middle'.
2648         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
2649         code (eval-current-buffer).
2650         Change doc-string comments to `new style' [w/`doc:' keyword].
2652 2001-11-06  Richard M. Stallman  <rms@gnu.org>
2654         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
2656 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
2658         * lread.c (read1): Fix behavior with nested backquoting.
2660         * keyboard.c (make_lispy_event): Check integerness and fix
2661         Lisp_Object/int mixup.
2663 2001-11-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2665         * fns.c (copy_hash_table): Remove unused variable `v'.
2667         * fontset.c (fontset_font_pattern): Remove unused variable
2668         `family_registry'.
2670         * indent.c (current_column_1): Remove unused variable `prev_col'.
2672 2001-11-05  Richard M. Stallman  <rms@gnu.org>
2674         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
2676         * buffer.c (Fkill_buffer): Don't delete auto save file
2677         if buffer is modified.
2679 2001-11-05  Andrew Innes  <andrewi@gnu.org>
2681         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
2682         CHECK_NUMBER_CDR.
2684 2001-11-05  Richard M. Stallman  <rms@gnu.org>
2686         * unexelf.c (unexec): Minor changes; clean up comments.
2688 2001-11-05  Sam Steingold  <sds@gnu.org>
2690         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
2692 2001-11-05  Andreas Schwab  <schwab@suse.de>
2694         * sound.c (sound_perror): Save errno from being clobbered.
2696 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
2698         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
2699         the program image directly.
2701 2001-11-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2703         * buffer.h (Fbuffer_local_value): Add prototype.
2705 2001-11-04  Richard M. Stallman  <rms@gnu.org>
2707         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
2708         and CHECK_BUFFER.
2710         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
2711         (record_char): Likewise.
2713         * keyboard.c (make_lispy_event): Don't insist a drag event must
2714         move to a different buffer position.  Instead, check for moving at
2715         least double_click_fuzz.
2717         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
2719         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
2721         * indent.c (current_column_1, Fmove_to_column): Separate the code
2722         for display-table glyphs from the code buffer text, to fix
2723         bugs in the former.
2725 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2727         * buffer.c (Fbuffer_local_value): New function.
2728         (syms_of_buffer): Defsubr it.
2730         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
2731         value of `cursor-in-non-selected-windows'.
2733         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
2734         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
2735         (syms_of_xdisp): Initialize it.
2737 2001-11-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2739         * xfns.c (Fx_create_frame): Doc fix.
2741         * coding.c: Change doc-string comments to `new style' [w/`doc:'
2742         keyword].
2744         * eval.c (top_level_value, top_level_set): Remove commented and
2745         #ifdef'd-out code.
2746         (Fdefvar): Fix usage in doc-string.
2748 2001-11-03  Richard M. Stallman  <rms@gnu.org>
2750         * xfns.c: Include unistd.h, if it exists.
2752         * editfns.c: Move the include of ctype.h after unistd.h.
2754         * gmalloc.c: Test BROKEN_PROTOTYPES.
2756 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
2758         * lisp.h (CHECK_STRING_CAR): New macro.
2759         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
2760         treating XCAR and XCDR as lvalues.
2761         (openp): Use CHECK_STRING_CAR.
2762         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
2764 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
2766         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
2767         (SIGMASKTYPE): Define.
2769         * syssignal.h (sigunblock): Don't define if already defined.
2771 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2773         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
2774         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
2775         Fix typos in comments.
2777         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
2778         and #ifdef'd-out code.
2779         Fix and reindent comments.
2781         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
2783         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
2784         argument `i' in macros.
2786         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
2787         `i' in macros.
2789         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
2790         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
2791         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
2792         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
2793         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
2794         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
2795         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
2796         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
2797         in macros.
2799         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
2800         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
2801         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
2802         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
2803         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
2804         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
2805         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
2806         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
2807         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
2808         (remove unused second argument).
2810 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
2812         * syntax.c (describe_syntax): New wrapper.
2813         (Finternal_describe_syntax_value): Rename from describe_syntax.
2814         Don't insert space at front and \n at the end.
2815         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
2817         * regex.c (re_wctype): Try to fix some warnings.
2818         (regcomp, regexec): Don't forget the __restrict.
2820 2001-11-02  Richard M. Stallman  <rms@gnu.org>
2822         * textprop.c (Fget_char_property): Doc fix.
2824 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2826         * process.c (Fstart_process): Add usage to doc-string.
2828         * data.c (Fsetq_default): Ditto.
2830         * callint.c (Finteractive): Ditto.
2832 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
2834         * macros.c: Don't include keymap.h any more.
2836 2001-11-01  Richard M. Stallman  <rms@gnu.org>
2838         * data.c (Fmake_local_variable): Doc fix.
2840         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
2841         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
2843         * keymap.c (Fdescribe_buffer_bindings): Print character property
2844         bindings along with or instead of the buffer local map.
2845         Make the overriding maps override what they should.
2847 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2849         * window.c (grow_mini_window): Fix typo in comment.
2851 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
2853         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
2854         (XTset_vertical_scroll_bar): Likewise.
2856         * xfns.c (x_build_heuristic_mask): Use four_corners_best
2857         instead of IMAGE_BACKGROUND.
2859         * xfns.c (four_corners_best): Reindent.
2861         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
2862         Handle :box so that it is possible to specify sexprs.
2864 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2866         * xfaces.c (Finternal_merge_in_global_face): Reindent.
2867         (Fface_font): Ditto.
2868         (Finternal_set_alternative_font_registry_alist): Ditto.
2869         (Ftty_suppress_bold_inverse_default_colors): Ditto.
2871         * xfns.c (x-get-resource): Reindent.
2873 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
2875         * s/hpux11.h: New file.
2877 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2879         * emacs.c (USAGE1): Show command line option --no-window-system
2880         instead of --no-windows in usage.
2881         (standard_args): Rename --no-windows to --no-window-system.
2882         (bug_reporting_address): Follow Emacs coding conventions.
2884         * eval.c (Fcommandp): Doc fix.
2885         Change doc-string comments to `new style' [w/`doc:' keyword].
2887         * frame.c (Fframe_live_p): Doc fix.
2889         * buffer.c (selective-display-ellipses): Doc fix.
2891 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
2893         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
2895         * xfaces.c (realize_x_face): If C is not a single-byte character,
2896         set the face's colors_copied_bitwise_p instead of the defaulted_p
2897         members which have a different meaning.
2898         (free_face_colors): Do nothing for a face whose colors have been
2899         copied bitwise.
2901         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
2903 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2905         * marker.c, mocklisp.c: Change doc-string comments to `new style'
2906         [w/`doc:' keyword].
2908 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
2910         * fns.c (require_unwind): Return Lisp_Object.
2912 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2914         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
2915         (last-input-char): Revert doc-string to be the same as the
2916         doc-string of `last-input-event'.
2918         * xdisp.c:  Fix typos in comments.
2920 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
2922         * window.c (grow_mini_window): Handle case that the root
2923         window is already smaller than the nominal mininum height.
2925 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2927         * emacs.c (main): Don't call keys_of_macros any more.
2929         * lisp.h (keys_of_macros): Remove.
2931         * macros.c (keys_of_macros): Remove.
2933         * xfaces.c (Fface_attribute_relative_p): Declare args.
2935 2001-10-30  Jason Rumney  <jasonr@gnu.org>
2937         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
2938         (enum_font_cb2): Ignore fonts with vertical orientation.
2940 2001-10-30  Richard M. Stallman  <rms@gnu.org>
2942         * keyboard.c (Finput_pending_p): Doc fix.
2944 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
2946         * xterm.c (x_after_update_window_line): Don't run the code
2947         clearing in borders for rows whose visible height is 0.
2949         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
2950         resized_p flag is set.  If not set, use the much less flickering
2951         method previously used.
2953         * dispnew.c (change_frame_size_1): Set frame's resized_p.
2955         * frame.h (struct frame) <resized_p>: New member.
2957         * lread.c (to_multibyte): Ensure read_buffer is at least twice
2958         as large as the number of bytes to convert.
2960         * lread.c (to_multibyte): New function.
2961         (read1): Use it.
2963 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
2965         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
2967 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
2969         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
2970         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
2971         if the row's fill_line_p is set and drawing the last glyph with
2972         DRAW_IMAGE_{RAISED,SUNKEN}.
2974         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
2976 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
2978         * xmenu.c: Include coding.h and charset.h.
2979         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
2980         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
2981         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
2982         Explicitly set wv->help.  Use `TRUE' rather than `True'.
2983         (menu_help_callback): Use empty_string.
2985         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
2986         (Fx_popup_dialog): Explicitly init f.
2987         (w32_menu_display_help): Use empty_string.
2989 2001-10-29  Richard M. Stallman  <rms@gnu.org>
2991         * fns.c (Frequire): Detect recursive try to require the same
2992         feature 3 or more levels deep, and get error.
2993         (require_unwind): New subroutine.
2994         (require_nesting_list): New variable.
2995         (syms_of_fns): Init and staticpro it.
2997         * print.c (print_object): Clarify indication of insertion type.
2999 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
3001         * coding.c (syms_of_coding): Document that locale-coding-system is
3002         used for decoding input on X.
3004         * window.c (Fscroll_left, Fscroll_right): Doc fix.
3006 2001-10-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3008         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
3009         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
3011 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3013         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
3014         use NO_CURSOR if cursor_in_non_selected_windows is false.
3016         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
3017         the slant attribute if FRAME is t.
3019         * xfns.c (x_set_internal_border_width): Set frame garbaged
3020         when X window doesn't exist yet.
3022         * xterm.c (x_after_update_window_line): Clear internal border
3023         in different circumstances.
3025         * xterm.c (XTread_socket) <KeyPress>: Don't use
3026         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
3027         <handa@etl.go.jp>.
3029 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3031         * m/ibms390.h: New file.  From Adam Thornton
3032         <athornton@sinenomine.net>.
3034 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
3036         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
3038         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
3039         a loop counter.
3041 2001-10-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3043         * emacs.c: Use argv[0] instead of emacs when -t was specified.
3045         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
3046         keyword].
3047         Fix typos in comments.
3049         * emacs.c (bug_reporting_address): New function.
3050         Use it when displaying usage message.
3052         * minibuf.c (read_minibuf): Remove unused external declaration of
3053         variable `Qread_only'.
3055         * keymap.c (access_keymap): Remove unused variable `charset'.
3057 2001-10-28  Miles Bader  <miles@gnu.org>
3059         * xfaces.c (merge_face_heights): Handle TO being relative as well.
3060         Remove #ifdef'd-out code.
3061         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
3062         (syms_of_xfaces): Initialize them.
3064 2001-10-27  Jason Rumney  <jasonr@gnu.org>
3066         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
3067         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
3068         position using the system caret.
3070         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
3071         (w32_system_caret_height, w32_system_caret_x)
3072         (w32_system_caret_y): New variables for tracking system caret.
3073         (w32_initialize): Initialize them.
3074         (x_display_and_set_cursor): Make system caret follow the active cursor.
3076         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
3077         New messages types.
3079         * w32term.c (note_mouse_highlight): Clear old help_echo.
3081 2001-10-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3083         * xterm.c: Fix typo in a comment.
3085         * emacs.c: Fix typos in comments.
3086         Remove unnecessary spaces.
3087         Change doc-string comments to `new style' [w/`doc:' keyword].
3088         (USAGE2): Fix typos in usage string.
3090         * xterm.c: Fix typo in a comment.
3092         * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
3093         emacs.c.
3095 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
3097         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
3098         instead of 1/2 line_height in the heuristic for skipping
3099         farther backward when target_y was not reached.
3101         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
3102         Display errno only if non-zero.
3103         (sound_warning): New function.
3104         (vox_configure): Don't treat failing to set sample rate as error.
3105         (various places): Improve error messages.
3107 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
3109         * fileio.c (Faccess_file): Run the argument filename through
3110         Fexpand_file_name, before using it.
3112         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
3113         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
3115 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
3117         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
3119         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3120         Fix clearing in the case of scroll bars on the right.
3122 2001-10-26  Juanma Barranquero <lektu@terra.es>
3124         * w32gui.h (XImage): Add a dummy typedef.
3126 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
3128         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
3130 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
3132         * frame.c (Fframe_parameter): Fix last change.
3134         * fileio.c: Revert last change (which removed old commented-out
3135         version of expand-file-name).  Add a comment that explains why
3136         this old version should not be removed.
3138 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
3140         * frame.c (Fframe_parameter): Fix a bug whereby some
3141         ``artificial'' frame parameters, like `minibuffer' were not
3142         obtained by calling Fframe_parameters.
3144         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
3145         cursor differently.
3147         * xdisp.c (move_it_vertically_backward): Compute line height
3148         differently.  Add heuristic to try to be more compatible to 20.x.
3150 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3152         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
3154         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
3155         boolean.
3157 2001-10-25  Miles Bader  <miles@gnu.org>
3159         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
3160         BG is a pointer to a structure, not a structure.
3161         (gif_format, png_format): Add missing commas.
3163 2001-10-24  Richard M. Stallman  <rms@gnu.org>
3165         * xfaces.c (Fface_attributes_as_vector): New function.
3166         (syms_of_xfaces): Defsubr it.
3168 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3170         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
3171         variable `area'.
3173 2001-10-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3175         * search.c (scan_newline): Remove unused variable `selective_display'.
3177 2001-10-25  Miles Bader  <miles@gnu.org>
3179         * dispextern.h (struct image): Add `background',
3180         `background_valid', and `background_transparent' fields.
3181         (image_background, image_background_transparent): New declarations.
3182         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
3183         * xfns.c (image_background, image_background_transparent)
3184         (four_corners_best): New functions.
3185         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
3186         (gs_format): Add `:background' entry.
3187         (lookup_image): Set IMG's background color if specified.
3188         (pbm_load, xbm_load_image, png_load): Set IMG's background field
3189         when appropriate.
3190         (x_clear_image_1): Reset `background_valid' and
3191         `background_transparent_valid' fields.
3192         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
3193         calculating it here.  Set IMG's background_transparent field.
3194         (enum xpm_keyword_index): Add XPM_BACKGROUND.
3195         (enum png_keyword_index): Add PNG_BACKGROUND.
3196         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
3197         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
3198         (enum gif_keyword_index): Add GIF_BACKGROUND.
3199         (enum gs_keyword_index): Add GS_BACKGROUND.
3200         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
3201         Pre-calculate image background color where necessary.
3202         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
3203         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
3204         color to use for image glyph reliefs.
3206 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3208         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
3209         in full-width rows.
3211         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3212         Fix clearing of area not covered by scroll bar.
3214 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3216         * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
3217         and `real_start'.
3218         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
3219         (glyph_rect): Remove unused variable `area'.
3221 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3223         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
3225         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
3226         (row_containing_pos): Take additional argument DY.
3227         Treat rows ending in middle of char differently.
3228         (display_line): Handle tabs on window systems differently.
3230         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
3231         with additional argument.
3233         * dispextern.h (row_containing_pos): Adjust prototype.
3235         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
3236         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
3237         (try_window_id, try_window_reusing_current_matrix)
3238         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
3239         (syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
3241 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3243         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
3244         gnuemacs).
3245         (HAVE_BOXES): Fix typo in comment.
3246         (push_menu_pane): Fix typo in comment.
3248         * xdisp.c: (display_prop_string_p): Remove unused local declaration
3249         of `Qwhen'.
3250         (single_display_prop_string_p): Remove unused local declarations
3251         of `Qwhen' and `Qmargin'.
3252         (string_buffer_position): Remove unused variable `around'.
3253         (store_frame_title): Remove unused variable `width'.
3255         * window.c: Don't define max.
3256         (coordinates_in_window): Remove unused variable `uy'.
3258         * widget.c: Don't define max.
3260         * process.c: Don't define max.
3261         (create_process): Remove unused variable `buffer'.
3263 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3265         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
3267 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3269         * xfaces.c (Finternal_set_lisp_face_attribute)
3270         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
3271         frame is on a windowed display.
3273 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3275         * dispnew.c (sync_window_with_frame_matrix_rows):
3276         Fix handling of windows which aren't full-width, fix handling
3277         of marginal areas.
3279         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
3281 2001-10-23  Andreas Schwab  <schwab@suse.de>
3283         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
3284         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
3286 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3288         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
3289         REAL_END.  Notice if cursor gets overwritten.
3290         (notice_overwritten_cursor): Take X positions as parameters.
3291         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3292         around call to x_draw_glyphs.
3294 2001-10-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3296         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
3297         instead of C) and usage.
3299         * editfns.c (char-to-string): Fix argument names (use CHAR instead
3300         of C) and usage.
3302         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
3303         `left', `max_width' and `max_height'.
3305 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3307         * xdisp.c (display_line): For a tab continued to the next line,
3308         set row's ends_in_middle_of_char_p.
3310 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
3312         * xdisp.c (display_line): Fix computation of continuation lines
3313         width for TABs.
3315 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3317         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
3318         `Qlaplace'.
3320         * fileio.c: Remove unused code.
3322 2001-10-22  Miles Bader  <miles@gnu.org>
3324         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
3325         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
3326         Remove `DOC_STRINGS_IN_COMMENTS' cases.
3328 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3330         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
3332 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3334         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
3335         (Finsert_string): Avoid the multi-line string literals warning.
3337 2001-10-22  Miles Bader  <miles@gnu.org>
3339         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
3340         (Fdocumentation): Don't use it.
3341         (syms_of_doc): Don't initialize it.
3343         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
3344         * print.c (Fwith_output_to_temp_buffer): Likewise.
3345         * window.c (Fsave_window_excursion): Likewise.
3346         * editfns.c (Fsave_excursion, Fsave_current_buffer)
3347         (Fsave_restriction): Likewise.
3348         * eval.c (Frun_hooks, Frun_hook_with_args)
3349         (Frun_hook_with_args_until_failure)
3350         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
3351         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
3352         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
3353         (Funwind_protect, Fcondition_case): Likewise.
3354         * coding.c (Ffind_operation_coding_system): Likewise.
3355         * keyboard.c (Ftrack_mouse): Likewise.
3357 2001-10-21  Miles Bader  <miles@gnu.org>
3359         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
3360         (Fmake_hash_table): Add usage: string to doc string.
3361         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
3362         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
3363         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
3364         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
3365         (Fml_prefix_argument_loop): Likewise.
3367 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3369         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
3371         * sysdep.c (init_sys_modes): Change doc-string comments to `new
3372         style' [w/`doc:' keyword].
3374         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
3375         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
3376         comments to `new style' [w/`doc:' keyword].
3378 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3380         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
3382         * w32term.c (remember_mouse_glyph): New function.
3383         (w32_mouse_position): Use it.
3384         (note_mouse_movement): If the mouse moved off the glyph, remember
3385         its new position.
3387         * w32term.h (struct w32_output): Correct spelling of x_compatible.
3388         (w32_display_info): Add mouse_face_overlay.
3390         * w32term.c (notice_overwritten_cursor): Renamed from
3391         note_overwritten_text_cursor.  Rewritten to take glyph widths into
3392         account.
3393         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
3394         (fast_find_string_pos): New function.
3395         (fast_find_position): Return the correct vpos.  Add parameter
3396         STOP.  In the final row, stop before glyphs having STOP as object.
3397         Don't consider glyphs that are not from a buffer.
3398         (fast_find_position) [0]: Add a presumably more correct version
3399         for after 21.1.
3400         (expose_window_tree, expose_frame): Don't compute intersections here.
3401         (expose_window): Do it here instead.
3402         (expose_window_tree, expose_window, expose_line): Return 1 when
3403         overwriting mouse-face.
3404         (expose_window): If W is the window currently being updated, mark
3405         the frame garbaged.
3406         (expose_frame): If mouse-face was overwritten, redo it.
3407         (x_use_underline_position_properties): New variable.
3408         (syms_of_xterm): DEFVAR_BOOL it.
3409         (x_draw_glyph_string): Add comment to use it in future.
3410         (x_draw_glyph_string): Restore clipping after drawing box.
3411         Fix a computation of the underline position.
3412         (w32_get_glyph_string_clip_rect): Minor cleanup.
3413         (x_fill_stretch_glyph_string): Remove an assertion.
3414         (x_produce_glyphs): Don't convert multibyte characters
3415         to unibyte characters in unibyte buffers.
3416         (cursor_in_mouse_face_p): New function.
3417         (x_draw_stretch_glyph_string): Use it to choose a different GC
3418         when drawing a cursor within highlighted text.  Don't draw
3419         background again if it has already been drawn.
3420         (x_draw_glyph_string_box): Don't draw a full-width
3421         box just because the glyph row's full_width_p flag is set.
3422         (x_draw_glyphs): Fix computation of rightmost x for
3423         full-width rows.
3424         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
3425         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
3426         change bottom shadow accordingly. Some cleanup.
3427         (x_update_window_end): Handle overwritten mouse face
3428         also for tool bar windows.
3429         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
3430         DRAW is DRAW_IMAGE_RAISED.
3431         (clear_mouse_face): Return 1 if text with mouse face was
3432         actually redrawn.  Make the function static.  Reset
3433         dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
3434         optimize away highlighting if we pass over that same overlay again.
3435         (note_mouse_highlight): Call mouse_face_overlay_overlaps
3436         to detect a case where we have to highlight a different region
3437         despite not having left the currently highlighted region.
3438         Set mouse_face_overlay in the x_display_info.  Avoid changing the
3439         mouse pointer shape when show_mouse_face has already done it, or
3440         there is no need.  Handle mouse-face and help-echo in strings.
3441         (glyph_rect): New function.
3442         (w32_mouse_position): Use it to raise the threshold for mouse
3443         movement event generation.
3444         (w32_initialize_display_info): Initialize the x_display_info's
3445         mouse_face_overlay.
3446         (w32_set_vertical_scroll_bar): Don't clear a zero height
3447         or width area.
3448         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
3449         a widget to zero height.
3451         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
3452         Protect unibyte strings created by replacing their multibyte
3453         equivalents in menu_items.
3454         (w32_menu_show): Don't overwrite an item's name with its key
3455         description in case the description is a multibyte string.
3456         (single_submenu): Some cleanup.
3458         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
3459         (postprocess_image): New function.
3460         (lookup_image): Call it for all image types except PostScript.
3461         (x_kill_gs_process): Call postprocess_image.
3462         (tiff_error_handler, tiff_warning_handler): New functions.
3463         (tiff_load): Install them as handlers.
3464         (x_kill_gs_process): Recognize if someone has cleared the image
3465         cache under us.
3466         (valid_image_p): Protect better against invalid image
3467         specifications.  Previous code could signal an error.
3468         (Fx_hide_tip, Fshow_tip): Doc fix.
3469         (Fv_max_tooltip_size): New variable.
3470         (syns_of_xfns): DEFVAR_LISP it.
3471         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
3472         window buffer to *tip* right after creating the frame. Set frame's
3473         window_width.  Use a maximum tooltip size specified by
3474         Vx_max_tooltip_size, if that has valid contents.
3475         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
3476         Make sure the tooltip is completely visible.
3477         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
3478         (Fx_create_frame): Adjust the frame's height for presence
3479         of the tool bar before calling x_figure_window_size.
3480         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
3481         when the window gets smaller.
3482         (x_set_foreground_color): Set frame's cursor_pixel.
3483         (x_set_foreground_color, x_set_background_color): Cleaned up.
3484         (x_set_font): Handle case of x_new_fontset returning the same name
3485         as before, although there was a change in fontsets.
3487 2001-10-21  Miles Bader  <miles@gnu.org>
3489         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
3490         (Flogxor): Add usage: string to doc string.
3491         * charset.c (Fstring): Likewise.
3492         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
3493         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
3495 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3497         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
3499         * alloc.c: Reindent DEFUNs with doc: keywords.
3501         * abbrev.c (Finsert_abbrev_table_description): Reindent.
3503         * frame.c: Change doc-string comments to `new style' [w/`doc:'
3504         keyword].
3506 See ChangeLog.9 for earlier changes.
3508 ;; Local Variables:
3509 ;; coding: iso-2022-7bit
3510 ;; End:
3512     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3513   Copying and distribution of this file, with or without modification,
3514   are permitted provided the copyright notice and this notice are preserved.