New file with information for Emacs pretesters.
[emacs.git] / src / ChangeLog
blobf85358a4f7b67663f3e18e7e49dba9d0f4ba83c3
1 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
3         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
4         cursor on a stretch glyph has a width that depends on
5         x_stretch_cursor_p.
7 2002-04-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
9         * abbrev.c (abbrev-start-location): Doc fix.
11         * indent.c (Fvertical_motion): Fix last change.
13 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
15         * indent.c (Fvertical_motion): Move to the start of the line
16         containing PT before moving up or down.
18 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
20         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
21         case of writing a whole row, more or less analogous to the case of
22         writing only parts of a row.
24         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
25         0 for NO_CURSOR.
26         
27         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
29 2002-04-23  Colin Walters  <walters@verbum.org>
31         * buffer.c (syms_of_buffer): Doc fix.
33 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
35         * xterm.c (notice_overwritten_cursor): Handle the special case
36         of the cursor being in the first blank non-text line at the
37         end of a window.
38         
39         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
40         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
41         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
42         bar cursors only, to make phys_cursor_width contain what its name
43         suggests.
44         (notice_overwritten_cursor): Consider the cursor image erased if
45         the output area intersects the cursor image in y-direction.
47 2002-04-23  Simon Marshall  <simon@gnu.org>
49         * xfns.c (x_set_mouse_color): Change default for cross_cursor
50         to XC_hand2.
52 2002-04-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
54         * xdisp.c: Remove unused global variable
55         `minibuf_prompt_pixel_width'.
57 2002-04-22  Kim F. Storm  <storm@cua.dk>
59         * textprop.c (remove_properties): Fixed trap for malformed plist.
61 2002-04-22  Richard M. Stallman  <rms@gnu.org>
63         * cmds.c (Fend_of_line): Handle intangible text in mid line.
65         * window.c (make_window): Initialize height_fixed_p,
66         last_cursor_off_p, and p->cursor_off_p slots.
68 2002-04-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
70         * fns.c (use-dialog-box): Doc fix.
72 2002-04-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
74         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
75         variables `row', `i' and `area'.
76         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
77         toolkit library.
79 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
81         * xfaces.c (clear_font_table): Don't free the default font of
82         a frame even if it's on another display.
83         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
84         that could be Qt.
86 2002-04-19  Juanma Barranquero  <lektu@terra.es>
88         * indent.c (Fmove_to_column): Remove unused local variable
89         `next_boundary_byte'.
90         (current_column_1): Likewise.
92 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
94         * msdos.c (Qhbar): New variable.
95         (syms_of_msdos): Intern and staticpro it.
96         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
97         cursor type.
99 2002-04-19  Dave Lambert <dlambert@acm.org>
101         Theses change implement an underscore-like (`hbar') cursor.
103         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
105         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
106         Handle the `hbar' cursor type.
107         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
109         * xfns.c (Qhbar): New variable.
110         (syms_of_xfns): Intern and staticpro it.
111         (x_specified_cursor_type): Handle `hbar' cursor.
113         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
114         not defined.
116 2002-04-18  Richard M. Stallman  <rms@gnu.org>
118         * textprop.c (remove_properties): New arg LIST allows scanning
119         either a list or a plist.
120         (interval_has_some_properties_list): New function, like
121         interval_has_some_properties using list instead of plist.
122         All callers changed.
123         (Fremove_list_of_text_properties): New function.
124         (syms_of_textprop): Defsubr it.
126 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
128         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
130 2002-04-17  Juanma Barranquero  <lektu@terra.es>
132         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
134 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
136         * window.c (coordinates_in_window): Don't report on margin area
137         if its width is zero.
139 2002-04-16  Jason Rumney  <jasonr@gnu.org>
141         * w32fns.c (Fx_file_dialog): Decode file name before using.
143         * w32term.c (construct_drag_n_drop): Likewise.
145 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
147         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
148         store load-history in pure space.
150         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
152 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
154         * xterm.c (Qlatin_1, Qutf_8): New vars.
155         (syms_of_xterm): Initialize them.
156         (XTread_socket): Eliminate incorrect optimization that tried to avoid
157         decoding the output of X*LookupString.
158         Always use latin-1 to decode the output of XLookupString.
159         Try Xutf8LookupString if XmbLookupString failed.
161         * region-cache.c (new_region_cache): Use BEG.
163 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
165         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
166         configuration files.
167         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
168         returns 0.
170 2002-04-15  Andreas Schwab  <schwab@suse.de>
172         * config.in: Regenerated using autoheader.
174         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
175         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
176         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
177         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
178         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
179         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
180         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
181         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
182         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
183         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
184         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
185         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
186         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
187         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
188         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
189         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
190         STACK_DIRECTION, now set by autoconf.
192 2002-04-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
194         * dispnew.c (marginal_area_string): Sort arguments.
196         * dispextern.h (marginal_area_string): Add prototype.
198 2002-04-13  Richard M. Stallman  <rms@gnu.org>
200         * fileio.c (Finsert_file_contents):
201         Don't call temp_output_buffer_setup--do just part, by hand.
203         * coding.c (run_pre_post_conversion_on_str):
204         Don't call temp_output_buffer_setup--do just part, by hand.
206         * keyboard.c (command_loop_1): Don't call start_hourglass
207         or cancel_hourglass when executing a macro.
209         * marker.c (count_markers): New function.
211         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
212         grow without limit.  Move recently used elements to the front.
214 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
216         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
218 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
220         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
221         rows marginal areas.
222         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
223         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
225         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
227 2002-04-12  Dave Love  <fx@gnu.org>
229         * dispnew.c (marginal_area_string): New.
231         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
232         (Qleft_margin, Qright_margin): Declare.
233         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
235         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
236         note_mode_line_highlight and extended.
238         * keyboard.c (Qleft_margin, Qright_margin): Declare.
239         (make_lispy_event): Deal with mouse events in margins.
241 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
243         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
245         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
246         than deactivating the mark if tmm is set to `lambda'.
247         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
248         Use a single event for HELP_EVENT.
249         (Fexecute_extended_command): Save last_point_position.
251 2002-04-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
253         * lisp.h (Fpropertize): Add prototype.
255         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
257 2002-04-10  Colin Walters  <walters@verbum.org>
259         * config.in: Add HAVE_SHARED_GAME_DIR.
261         * callproc.c: (Vgame_score_directory): New variable.
262         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
264 2002-04-10  Richard M. Stallman  <rms@gnu.org>
266         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
268 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
270         * minibuf.c (read_minibuf): Use empty_string.
271         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
272         Short-circuit the search as soon as it "failed".
273         (Fall_completions): Allow lambda forms and lists of strings for alist.
274         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
275         when require_match is nil.
276         (Ftest_completion): Rename from `test_completion' and export to elisp.
277         Call the predicate also when alist is a list.
278         Obey Vcompletion_regexp_list.
279         (do_completion, Fminibuffer_complete_and_exit): Use it.
280         (Fassoc_string): Rename from `assoc_for_completion'.
281         Allow list of strings as well and export to elisp.
283 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
285         * puresize.h (BASE_PURESIZE): Increase to 900KB.
287 2002-04-08  Juanma Barranquero  <lektu@terra.es>
289         * w32.c (sys_accept): Don't hide variable `s'.
291 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
293         * callint.c (Fcall_interactively): Use INTEGERP instead of
294         NUMBERP for checking Vhistory_length.
296 2002-04-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
298         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
299         Doc fix to reflect it.
301 2002-04-04  Richard M. Stallman  <rms@gnu.org>
303         * xdisp.c (display_mode_element): New arg RISKY.
304         Disregard text props found or specified within a variable
305         that isn't marked risky-local-variable.
306         (Qrisky_local_variable): New variable.
307         (syms_of_xdisp): Init and staticpro it.
309 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
311         * undo.c (record_point): New fun.
312         (record_delete, record_insert): Use it.
314 2002-04-03  Juanma Barranquero  <lektu@terra.es>
316         * doc.c (Fdocumentation): Add missing parentheses.
317         (Fdocumentation_property): Likewise.
319 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
321         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
322         data is 0, just return nil.
324 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
326         * msdos.c (syms_of_msdos): Fix last change with
327         mouse_autoselect_window.
329 2002-04-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
331         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
332         mouse_autoselect_window.
334 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
336         * keyboard.c (make_lispy_event): Handle unknown keysyms together
337         with system-specific keysyms.  Use it also for unknown function keys.
339         * doc.c (reread_doc_file): Return whether reload was attempted.
340         (Fdocumentation, Fdocumentation_property): Don't try to reload
341         if the doc is 0 and only ask once.
343         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
345 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
347         * keyboard.c (read_char): If the event was Qselect_window,
348         restore timer_idleness_start_time to its previous value.
350         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
352 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
354         * region-cache.c (new_region_cache): Use BEG.
356         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
357         Use BEG and BEG_BYTE.
359         * doc.c (get_doc_string): Return nil if the location is wrong.
360         (reread_doc_file): New fun.
361         (Fdocumentation, Fdocumentation_property):
362         Call it if get_doc_string fails.
363         (Fsnarf_documentation): Make it work for a dumped Emacs.
365         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
366         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
368         * charset.c (Fstring): Allow 0 arguments.
370         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
372         * process.c (DATAGRAM_CONN_P, list_processes_1)
373         (Fprocess_datagram_address, Fset_process_datagram_address)
374         (Fset_network_process_options, server_accept_connection):
375         Fix some int/Lisp_Object confusions (thank you union types).
377 2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
379         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
381         * w32term.c: Likewise.
382         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
384         * keyboard.c (Qselect_window): New symbol.
385         (head_table): Use it.
386         (keys_of_keyboard): Bound select-window event to handle-select-window.
387         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
389         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
390         (last_window): New variable.
391         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
392         (note_mouse_movement): Remove reimplemented code in #if 0.
393         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
394         Emacs windows.
396         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
398 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
400         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
401         Callers changed.
403 2002-03-30  Richard M. Stallman  <rms@gnu.org>
405         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
406         loop whenever it stops making progress.
408         * widget.c (set_frame_size): Don't call change_frame_size.
410 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
412         * dispnew.c (direct_output_for_insert):
413         Call mark_window_display_accurate.
415 2002-03-29  Jason Rumney  <jasonr@gnu.org>
417         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
419 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
421         * Makefile.in (lread.o): Depend on coding.h.
423         * lread.c (openp, Fload): Encode the file name before passing it
424         to `stat', `access', and `emacs_open'.
425         (openp): GCPRO the encoded file name.  Don't recompute Lisp
426         strings unnecessarily.
428 2002-03-29  Kim F. Storm  <storm@cua.dk>
430         * fns.c (Flax_plist_put): Doc fix.
432 2002-03-28  Miles Bader  <miles@gnu.org>
434         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
436 2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
438         * process.c (set-network-process-options): Add usage.
439         (make-network-process): Doc fix.
441 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
443         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
445 2002-03-26  Richard M. Stallman  <rms@gnu.org>
447         * fns.c (Fsubstring_no_properties): New function.
448         (Flax_plist_get, Flax_plist_put): New functions.
449         (syms_of_fns): defsubr them.
451         * xdisp.c (update_menu_bar): Test only update_mode_lines;
452         don't test or alter w->update_mode_line.
454         * window.c (Fdisplay_buffer): Doc fix.
456 2002-03-24  Richard M. Stallman  <rms@gnu.org>
458         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
460 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
462         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
463         (Fdefmacro): Handle `(declare ...)'.
464         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
465         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
467 2002-03-24  Jason Rumney  <jasonr@gnu.org>
469         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
470         (xbm_file_p): Add prototypes.
471         (xbm_format, xbm_image_p): Sync with xfns.c.
472         (reflect_byte): New function.
473         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
474         (xbm_load_image): Create bitmaps with a depth of 1.
475         (init_xfns): Enable XBM images.
477 2002-03-23  Jason Rumney  <jasonr@gnu.org>
479         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
480         correctly.  Do not pass up_modifier to keyboard buffer.
482         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
484 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
486         * Makefile.in (bootstrapclean): New target.
487         (bootstrap-temacs, bootstrap-doc): Remove.
488         (bootstrap-emacs): Use a bog-standard `temacs'.
489         Don't bother to build a DOC file.
491         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
493         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
494         in temacs even if !CANNOT_DUMP.
495         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
497         * alloc.c (check_pure_size): Only output a warning.
499 2002-03-22  Jason Rumney  <jasonr@gnu.org>
501         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
502         supported.
504         * w32term.c (zv_bits): Declare as short, for word alignment.
505         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
506         (syms_of_w32term): Define x-use-underline-position-properties.
508         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
509         (clear_image_cache): Block input, fix logic, clear matrices in
510         all frames that share this cache.
512 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
514         * emacs.c (main): Update the Copyright year in the blurb printed
515         by "emacs --version".
517         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
519         * xterm.c (XTread_socket): If XK_ISO_Lock and
520         XK_ISO_Last_Group_Lock are defined, handle keysyms between
521         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
523 2002-03-21  Kim F. Storm  <storm@cua.dk>
525         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
526         menu-bar bindings in keymap and local-map properties _are_ used.
527         But try keymap property first in accordance with 2002-01-03 patch.
528         Added comment describing why this is not always reliable.
529         (tool_bar_items): Ditto for tool-bar.
531 2002-03-21  Jason Rumney  <jasonr@gnu.org>
533         * w32fns.c (x_clear_image_1): Disable color table code.
535 2002-03-21  Kim F. Storm  <storm@cua.dk>
537         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
538         removed the wrong version of the DEFUN macro; fixed it.
540         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
541         Fmember rather than Fmemq).
542         (Fprovide): Check that subfeatures is a list.
544         * process.c (QCfeature, QCdatagram): Removed variables.
545         (QCtype, Qdatagram): New variables.
546         (network_process_featurep): Removed function.
547         (Fmake_network_process): Removed :feature check.
548         Use :type 'datagram instead of :datagram t to create a datagram
549         socket.  This allows us to add other connection types (e.g. raw
550         sockets) later in a consistent manner.
551         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
552         supported subfeatures for feature make-network-process.
553         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
554         Intern and staticpro QCtype and Qdatagram.
555         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
557         * xfns.c: (QCtype): Remove duplicate declaration and
558         initialization (is now declared in process.c).
560         * w32fns.c: (QCtype): Remove duplicate declaration and
561         initialization (is now declared in process.c).
563 2002-03-21  Richard M. Stallman  <rms@gnu.org>
565         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
566         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
567         when jumping to `fail' to avoid undoing reg changes in the
568         last iteration of the loop.
569         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
571         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
572         Depend on process.h.
574 2002-03-20  Jason Rumney  <jasonr@gnu.org>
576         Most of the following changes are still conditional on HAVE_IMAGES
577         which is not set by default on Windows.
579         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
581         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
582         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
583         (four_corners_best, x_clear_image_1, x_clear_image)
584         (x_alloc_image_color, postprocess_image) 
585         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) 
586         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
587         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
589         * w32gui.h (struct XImage): Define.
591         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
592         extract mouse co-ordinates.
594 2002-03-20  Jason Rumney  <jasonr@gnu.org>
596         * w32.c (init_winsock): Dynamically load new server and UDP
597         socket functions.
598         (socket_to_fd): New function.
599         (sys_socket): Use it.
600         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept) 
601         (sys_recvfrom, sys_sendto): New wrapper functions.
603         * process.c (QCfamily, QCfilter): Remove duplicate declaration
604         and initialization.
606         * makefile.w32-in (LIBS): Remove $(WSOCK32).
608 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
610         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
611         use "sun" as a variable, it's a predefined constant on Sun
612         machines.
614 2002-03-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
616         * bytecode.c (Fbyte_code): Revert last change.
618 2002-03-19  Kim F. Storm  <storm@cua.dk>
620         * makefile.w32-in (LIBS): Add $(WSOCK32).
621         From David Ponce <dponce@voila.fr>.
623 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
625         * process.c (wait_reading_process_input): Move variables `pname'
626         and `pnamelen' down where they are used.
628         * bytecode.c (Fbyte_code): Discard unused computed value to
629         prevent gcc warning.
631         * lisp.h (Fplist_member): Add prototype.
633 2002-03-18  Kim F. Storm  <storm@cua.dk>
635         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
636         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
637         HAVE_SYS_UN_H.
639         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
640         Remove explicit GNU_LINUX settings for datagram support.
642 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
644         * process.c (Fmake_network_process): Remove unused variable `sa'.
645         Doc fix.  Add usage:.
646         (set_socket_options): Remove unused variables `optnum' and
647         `opttype'.
649 2002-03-17  Richard M. Stallman  <rms@gnu.org>
651         * xdisp.c (cursor_type_changed): New variable.
652         (redisplay_internal): Redisplay all windows if cursor_type_changed.
653         Clear it when clearing windows_or_buffers_changed.
654         (try_cursor_movement, redisplay_window, try_window_id)
655         (try_window_reusing_current_matrix): Test cursor_type_changed
656         along with windows_or_buffers_changed.
658         * window.h (cursor_type_changed): New variable.
660         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
661         not update_mode_lines, and always set it to 1.
663         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
664         if no frames needed redrawing.
666 2002-03-17  Kim F. Storm  <storm@cua.dk>
668         The following changes add support for network server processes,
669         datagram connections, and local (unix) sockets.
671         * process.h (struct Lisp_Process): New member log.
672         Doc fix: Member command used to indicate stopped network process.
673         Doc fix: Member childp contains plist for network process.
674         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
676         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
677         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
678         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
679         New variables.
680         (NETCONN1_P): New macro.
681         (DATAGRAM_SOCKETS): New conditional symbol.
682         (datagram_address): New array.
683         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
684         (status_message): Use concat3.
685         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
686         for a stopped network process.
687         (Fset_process_buffer): Update contact plist for network process.
688         (Fset_process_filter): Ditto.  Don't enable input for stopped
689         network processes.  Server must listen, even if filter is t.
690         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
691         New functions.
692         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
693         (Fprocess_contact): Added KEY argument.  Handle datagrams.
694         (list_processes_1): Optionally show only processes with the query
695         on exit flag set.  Dynamically adjust column widths.  Omit tty
696         column if not needed.  Report stopped network processes.
697         Identify server and datagram network processes.
698         (Flist_processes): New optional arg `query-only'.
699         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
700         (conv_lisp_to_sockaddr, set_socket_options)
701         (network_process_featurep, unwind_request_sigio): New helper functions.
702         (Fprocess_datagram_address, Fset_process_datagram_address):
703         (Fset_network_process_options): New lisp functions.
704         (Fopen_network_stream): Removed.  Now defined in simple.el.
705         (Fmake_network_process): New lisp function.  Code is based on previous
706         Fopen_network_stream, but heavily reworked with new property list based
707         argument list, support for datagrams, server processes, and local
708         sockets in addition to old client-only functionality.
709         (server_accept_connection): New function.
710         (wait_reading_process_input): Use it to handle incoming connects.
711         Do not enable input on a new connection if process is stopped.
712         (read_process_output): Handle datagram sockets. Use 2k buffer for them.
713         (send_process): Handle datagram sockets.
714         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
715         network process is indicated by setting command field to t .
716         (Fprocess_send_eof): No-op if datagram connection.
717         (Fstatus_notify): Don't read input for a stream server socket or a
718         stopped network process.
719         (init_process): Initialize datagram_address array.
720         (syms_of_process): Intern and staticpro new variables, defsubr new
721         functions.
723 2002-03-16  Jason Rumney  <jasonr@gnu.org>
725         * w32fns.c (w32_to_all_x_charsets): Return correct type in
726         startup case.
728 2002-03-16  Richard M. Stallman  <rms@gnu.org>
730         * xdisp.c (redisplay_internal, redisplay_windows): 
731         Use list_of_error to call internal_condition_case_1.
732         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
733         so as to catch all errors with no possibility of debugger redisplay.
734         (list_of_error): New variable.
735         (syms_of_xdisp): Init and staticpro it.
737         * print.c (print_object): Delete `\ ' from printed rep of frame.
739 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
741         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
742         until its implementation is fixed.
744 2002-03-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
746         * xfns.c (png_load): Remove unused variable `gamma_str'.
748 2002-03-14  Richard M. Stallman  <rms@gnu.org>
750         * xfns.c (x_real_positions): Handle failure in XQueryTree.
752 2002-03-14  Miles Bader  <miles@gnu.org>
754         * intervals.c (adjust_for_invis_intang): New function.
755         (set_point_both): Use `adjust_for_invis_intang' to do most of the
756         work for dealing with invisible+intangible regions.  Do so before
757         and after both forward and backward movements, to handle both
758         front-sticky and rear-sticky cases.
759         * textprop.c (text_property_stickiness): Function moved here from
760         `editfns.c'.
761         * intervals.h (text_property_stickiness): New declaration.
762         * editfns.c (char_property_eq): Function removed.
763         (text_property_stickiness): Function moved to `textprop.c'.
765 2002-03-13  Jason Rumney  <jasonr@gnu.org>
767         * config.in: Add STRFTIME_NO_POSIX2.
769         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
770         and %OX when underlying strftime does not.
772 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
774         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
775         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
776         line) to avoid annoying flicker.
777         (xm_scroll_callback): Get rid of the now unnecessary kludge.
778         (XTread_socket): Mark it static.
780         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
782 2002-03-13  Kim F. Storm  <storm@cua.dk>
784         * puresize.h (BASE_PURESIZE): Increase to 775000.
786 2002-03-12  Juanma Barranquero  <lektu@terra.es>
788         * editfns.c (syms_of_editfns): Fix typo.
790 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
792         * xsmfns.c: Include stdio.h because termhooks.h needs it.
793         Include termopt.h for interrupt_input.
795 2002-03-11  Andreas Schwab  <schwab@suse.de>
797         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
799 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
801         * xterm.c (note_mouse_movement): Put code for
802         x_autoselect_window_p in #if 0.
804         * lread.c (Fload): Don't assume that message_with_string uses the
805         string it is given like a C string.
807 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
809         * xterm.h (x_session_check_input, x_session_initialize): Declared.
811         * xterm.c: (XTread_socket): Add call to x_session_check_input and
812         x_session_have_connection.
813         (x_initialize): Add call to x_session_initialize.
815         * termhooks.h (enum event_kind): Add save_session_event.
817         * keyboard.c: Add Emacs event save_session_event.
819         * emacs.c (main): Add call to syms_of_xsmfns.
821         * lisp.h: Declare syms_of_xsmfns as extern.
823         * config.in: Add HAVE_X_SM.
825         * Makefile.in (LIBXT): Add -lSM -lICE
826         if HAVE_X_SM and not USE_X_TOOLKIT.
827         (XOBJ): New file xsmfns.c added.
829         * xsmfns.c: New file for X session management.
831 2002-03-09  Jason Rumney  <jasonr@gnu.org>
833         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
834         read-only when setting modified time.
836 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
838         * xdisp.c (move_it_vertically_backward): At the end of the
839         function, when moving forward by lines, treat terminal frames
840         specially.
842         * keyboard.c (echo_char): Make sure to add a separator between
843         keys even if echo_dash hasn't been called.
845         * xdisp.c: Use new string macros.
846         (update_echo_area): Pass number of bytes to message3 instead of
847         number of chars.
848         (set_message_1): Don't access a string's size_byte directly.
849         (decode_mode_spec_coding): Use number of bytes of eoltype string
850         instead number of chars.
852         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
854 2002-03-08  Juanma Barranquero  <lektu@terra.es>
856         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
857         24-bit.
859 2002-03-06  Jason Rumney  <jasonr@gnu.org>
861         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
863 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
865         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
866         (cancel_echoing, echo_length, echo_truncate): Changed to
867         work with new kboard definition.
868         (echo_now): Use message3_nolog instead of message2_nolog.
870         * alloc.c (mark_kboards): Mark echo_string.
872         * keyboard.h (ECHOBUFSIZE): Removed.
873         (struct kboard): Member echoptr removed, member echobuf renamed
874         to echo_string.
876         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
877         message3 instead of message2 to display the message using STRING's
878         text properties.
880 2002-03-05  Andreas Schwab  <schwab@suse.de>
882         * xdisp.c (hscroll_margin): Change to EMACS_INT.
884 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
886         * frame.c (default-frame-alist): Explain that setting it doesn't
887         affect existing frames.
889 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
891         * indent.c (skip_invisible): Fix my brain fart.
893         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
895 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
897         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
898         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
899         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
900         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
901         and variables to use EMACS_INT instead of just int.
903         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
905 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
907         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
908         environment, pass it down with corrected value.
910 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
912         * lread.c (read_filtered_event): Do not call start_hourglass
913         before returning.
915 2002-03-04  Juanma Barranquero  <lektu@terra.es>
917         * w32term.c (x_display_and_set_cursor): Fix typo.
919 2002-03-03  Richard M. Stallman  <rms@gnu.org>
921         * fileio.c (Fmake_temp_name): Doc fix.
923 2002-03-03  Gary Wong  <gtw@gnu.org>
925         * termcap.c [!emacs]: Replace ospeed for building standalone
926         libtermcap, for binary compatibility.
928         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
930 2002-03-03  Richard M. Stallman  <rms@gnu.org>
932         * xrdb.c (file_p): Rename arg `path' to `filename'.
934         * abbrev.c (Fexpand_abbrev): Increment plist as use count
935         only if it is an integer.
937         * xfns.c (png_load): Set screen_gamma based on f->gamma.
938         If png_get_sRGB gives an answer, call png_set_gamma
939         using the default image gamma value.
941         * lread.c (read1): When reading from a file, default string to
942         multibyte only if it has some multibyte characters.
944         * print.c (print_object): Output multibyte chars 128...255
945         using \x even if ! print_escape_multibyte.
947         * xdisp.c (display_mode_element): Move the places where
948         bytepos, charpos, this, and lisp_string are set.
949         Use lisp_string to set bytepos.
951         * xdisp.c (redisplay_internal):
952         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
954         * xdisp.c (display_mode_element): Merge properties specified with
955         :propertize onto those that come with the string.
957 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
959         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
960         automatic-hscrolling.  Users changed.
961         <hscroll-margin>: Renamed from automatic-hscroll-margin.
962         Users changed.
963         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
965 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
967         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
969 2002-03-02  Kim F. Storm  <storm@cua.dk>
971         * window.c (Fminibuffer_selected_window): New function.
972         (syms_of_window): Defsubr it.
974 2002-03-01  Kim F. Storm  <storm@cua.dk>
976         * window.h (struct window): New member phys_cursor_width.
978         * window.c (make_window, replace_window): Init phys_cursor_width.
980         * xterm.c (x_display_and_set_cursor): Blink box cursor using
981         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
983         * w32term.c (x_display_and_set_cursor): Blink box cursor using
984         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
986         * lisp.h (GCPRO6): New macro.
988         * process.c (Fopen_network_stream): Use GCPRO6.
990 2002-03-01  Kim F. Storm  <storm@cua.dk>
992         * process.c (Qconnect, Qfailed): New variables.
993         (syms_of_process): Intern and staticpro them.
994         (Fprocess_status): Document connect and failed return values.
995         [NON_BLOCKING_CONNECT]: New conditional.
996         (connect_wait_mask, num_pending_connects): New variables.
997         (status_message): Convert Qfailed status.
998         (Fopen_network_stream): Added support for non-blocking connect.
999         New optional args: filter, sentinel, non_blocking.  Doc updated.
1000         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
1001         (deactivate_process): Handle pending non-blocking connect.
1002         (wait_reading_process_input): Poll for status of non-blocking
1003         connects.  Exec sentinel directly when connect succeeds.
1004         (status_notify): Don't read process output if not yet connected.
1006 2002-02-28  Kim F. Storm  <storm@cua.dk>
1008         * window.c: (minibuf_selected_window): Renamed from
1009         Vminibuf_selected_window.  Users changed.
1010         (syms_of_window): Staticpro it.
1012 2002-02-26  Kim F. Storm  <storm@cua.dk>
1014         The following changes add a new Vminibuf_selected_window variable
1015         which is similar to Vminibuf_scroll_window, but which is only set
1016         on entry to the minibuffer (from a non-minibuffer window):
1018         * window.c: (Vminibuf_selected_window): New variable.
1019         (struct save_window_data): New member minibuf_selected_window.
1020         (Fset_window_configuration): Restore Vminibuf_selected_window.
1021         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
1022         Set minibuf_scroll_window member to nil if minibuf_level is 0.
1023         (compare_window_configurations): Compare minibuf_selected_window.
1025         * window.h: (Vminibuf_selected_window): Declare extern.
1027         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
1028         entry to minibuffer or on entry from a non-minibuffer window.
1030         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
1031         Vminibuf_selected_window instead of Vminibuf_scroll_window.
1033         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
1034         instead of Vminibuf_scroll_window when deciding in which window
1035         the region should be highlighted.  Consequently, the region remains
1036         highlighteded even when a completion buffer is also displayed.
1038 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1040         * fileio.c (Fsubstitute_in_file_name): Fix the change from
1041         2002-02-08.
1043         * xselect.c (Qcompound_text_with_extensions): Renamed from
1044         Qcompound_text_no_extensions.
1045         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
1047 2002-02-26  Juanma Barranquero  <lektu@terra.es>
1049         * w32proc.c (syms_of_ntproc): Doc fix.
1051 2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1053         * intervals.h: Include "dispextern.h" unconditionally.
1055 2002-02-24  Jason Rumney  <jasonr@gnu.org>
1057         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
1058         and disp-table.elc.
1059         (lisp): Add emacs-lisp/backquote.elc.
1061 2002-02-24  Kim F. Storm  <storm@cua.dk>
1063         * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
1064         The validation of the event type was too strict as it didn't
1065         allow string events; buffer names are used in bindings for
1066         menu-bar-select-buffer (see `menu-bar-update-buffers').
1068 2002-02-23  Kim F. Storm  <storm@cua.dk>
1070         The following changes rework my patch of 2002-02-06 which
1071         added command remapping by entering the commands directly into
1072         the keymaps.  Now, command remapping uses an explicit `remap'
1073         prefix in the keymaps, i.e. [remap COMMAND].
1075         * keymap.c (Qremap, remap_command_vector): New variables.
1076         (is_command_symbol): Removed function.
1077         (Fdefine_key): No longer accept a symbol for KEY.
1078         Added validation of [remap COMMAND] argument for KEY.
1079         The DEF is no longer required to be a symbol when remapping a command.
1080         (Fremap_command): New function to remap command through keymaps.
1081         (Flookup_key): Perform command remapping initiated by
1082         Fremap_command directly for speed.
1083         (Fkey_binding): Use Fremap_command for command remapping.
1084         (where_is_internal): Handle new command remapping representation.
1085         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
1086         staticpro them.  Defsubr Fremap_command.
1088         * keymap.h (Fremap_command): Declare extern.
1089         (is_command_symbol): Remove extern.
1091         * keyboard.c (command_loop_1): Use Fremap_command for command
1092         remapping; now try command remapping for all symbols.
1094 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1096         * coding.h (run_pre_post_conversion_on_str): Add prototype.
1098 2002-02-23  Jason Rumney  <jasonr@gnu.org>
1100         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
1101         on the string before encoding it.
1102         (Fw32_get_clipboard_data): Run post-read-conversion on the string
1103         after decoding it.
1105         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
1107 2002-02-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1109         * w32term.c (enter_timestamp): Remove unused static variable to
1110         prevent warning.
1112         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
1114 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1116         * w16select.c (Fw16_get_clipboard_data): Fix last change.
1118         * xselect.c (selection_data_to_lisp_data): Fix last change.
1120 2002-02-22  Jason Rumney  <jasonr@gnu.org>
1122         * w32term.h (struct w32_output): New member menu_command_in_progress.
1124         * w32menu.c (menubar_selection_callback): Free the menu and
1125         clear the menu_command_in_progress flag.
1127         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
1128         (menu_free_timer): New variable.
1129         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
1130         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
1131         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
1132         menu command is in progress.
1133         <WM_COMMAND>: Set the menu_command_in_progress flag.
1134         Kill any menu_free_timer that is running.
1136         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
1137         Call ExtTextOutA rather than ExtTextOut.
1139 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
1141         * puresize.h (BASE_PURESIZE): Increase to 755000.
1143 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1145         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
1146         on the string before encoding it.
1147         (Fw16_get_clipboard_data): Run post-read-conversion on the string
1148         after decoding it.
1150 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1152         Support for ICCCM  Extended Segments in X selections:
1154         * xselect.c <Qcompound_text_no_extensions>: New variable.
1155         (syms_of_xselect): Intern and staticpro it.
1156         (selection_data_to_lisp_data): Run post-read-conversion on decoded
1157         selection text.
1158         (lisp_data_to_selection_data): If next-selection-coding-system is
1159         compound-text-no-extensions, set the type of selection to be
1160         compound-text.
1162         * xterm.h (x_encode_text): Update prototype.
1164         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
1165         callers changed.  If SELECTIONP is non-zero, run the
1166         pre-write-conversion function before encoding the selection text.
1168 2002-02-21  Kim F. Storm  <storm@cua.dk>
1170         * frame.c (syms_of_frame): Change mouse-highlight default to t.
1172         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1173         Correct composing of language-change event.
1175 2002-02-20  Kim F. Storm  <storm@cua.dk>
1177         * keyboard.c (menu_bar_items): Don't include keymap or local-map
1178         bindings at PT when building menu (the menu is not updated often
1179         enough for this to work reliable).
1180         (tool_bar_items): Likewise.
1181         (current_active_maps): Removed unused (and buggy) function.
1183 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1185         * xfns.c (gif_load): Use correct width and height for GIF images.
1187 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
1189         * floatfns.c (Fatan): Accept an optional second arg and call
1190         atan2 if passed 2 args.
1192 2002-02-18  Jason Rumney  <jasonr@gnu.org>
1194         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
1196 2002-02-17  Jason Rumney  <jasonr@gnu.org>
1198         * w32term.c (x_autoselect_window_p): New variable.
1199         (syms_of_w32term): DEFVAR_BOOL and initialize it.
1200         (note_mouse_movement): Use it.
1202         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
1204         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
1206         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1207         New variables.
1208         (syms_of_w32fns): Intern and staticpro them.
1209         (x_frame_parms) <"fullscreen">: New parameter.
1210         (x_fullscreen_move, x_set_fullscreen): New functions.
1211         (x_set_frame_parameters): Support Qfullscreen.
1212         (x_real_positions): Save x/y_pixels_diff frame params.
1213         (x_figure_window_size): Support full-screen frames.
1214         (Fx_create_frame): Default the fullscreen parameter.
1216         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
1217         (x_fullscreen_adjust): New functions.
1218         (w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
1219         fullscreen.  Call x_check_fullscreen_move, and set the
1220         want_fullscreen member of output_data.w32
1221         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
1223         * w32term.h: New enum for FULLSCREEN_* constants.
1224         (struct w32_output): New members want_fullscreen, x_pixels_diff,
1225         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
1226         (x-fullscreen-adjust): New prototype.
1228 2002-02-17  Kim F. Storm  <storm@cua.dk>
1230         * frame.c: (Vmouse_highlight): New variable.
1231         (syms_of_frame): DEFVAR_LISP it.
1233         * frame.h: (Vmouse_highlight): Declare extern.
1235         * xterm.h (struct x_display_info): Add mouse_face_hidden.
1237         * xterm.c (disable_mouse_highlight): Removed variable.
1238         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1239         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1240         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
1241         and on after keyboard input.
1242         (x_term_init): Initialize mouse_face_hidden.
1244         * msdos.h (struct display_info): Add mouse_face_hidden.
1246         * msdos.c (disable_mouse_highlight): Removed variable.
1247         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1248         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1249         (internal_terminal_init): Initialize mouse_face_hidden.
1250         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
1251         and on after keyboard input.
1253         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
1255         * w32term.c (disable_mouse_highlight): Removed variable.
1256         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
1257         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1258         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
1259         and on after keyboard input.
1260         (w32_initialize_display_info): Initialize mouse_face_hidden.
1262 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1264         * msdos.c (last_mouse_window): New variable.
1265         (dos_rawgetc): Fix last change--if the mouse is in the same window
1266         as recorded in last_mouse_window, don't select this window.
1268         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
1270         * msdos.c (x_autoselect_window_p): New variable.
1271         (syms_of_msdos): Defvar it.
1272         (dos_rawgetc): If x_autoselect_window_p is set, select the window
1273         in which the last mouse movement occured, unless it is already
1274         selected.
1276         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
1277         New variables.
1278         (syms_of_xdisp): DEVFAR them.
1279         (hscroll_window_tree): Use automatic_hscroll_margin and
1280         Vautomatic_hscroll_step to compute the amount of window scrolling.
1282 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1284         * xterm.c (x-autoselect-window): New variable.
1285         (note_mouse_movement): Use it.
1287         * keyboard.c: Do not include "systime.h" twice.
1289 2002-02-15  Andreas Schwab  <schwab@suse.de>
1291         * puresize.h (BASE_PURESIZE): Increase to 9/5.
1293         * alloc.c (NSTATICS): Increase to 1280.
1295 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1297         * alloc.c (NSTATICS): Bump to 1026.
1299         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
1300         (Vx_super_keysym): New variables.
1301         (syms_of_xterm): DEFVAR_LISP them.
1302         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
1303         variables to determine which keys to use for the various modifiers.
1305 2002-02-13  Kim F. Storm  <storm@cua.dk>
1307         * window.c: (Vmode_line_in_non_selected_windows): Removed.
1308         (mode_line_in_non_selected_windows): New variable.
1309         (syms_of_window): DEFVAR_BOOL it.
1311         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
1312         Use mode_line_in_non_selected_windows.
1313         (mode_line_in_non_selected_windows): Declare extern.
1314         (Vmode_line_in_non_selected_windows): Removed extern.
1316 2002-02-13  Richard M. Stallman  <rms@gnu.org>
1318         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
1319         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
1320         (Fclear_this_command_keys): Doc fixes.
1322         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
1323         (update_face_from_frame_parameter): Increment face_change_count
1324         and windows_or_buffers_changed to force redisplay using changed faces.
1326         * xdisp.c (QCpropertize): New variable.
1327         (mode_line_proptrans_alist): New variable.
1328         (display_mode_element): New arg PROPS; all calls changed.
1329         Implement this, for strings.
1330         Handle literal output of strings by sharing the
1331         main-line code for strings, using local var `literal'.
1332         Handle :propertize feature.
1333         (syms_of_xdisp): Initialze and staticpro QCpropertize and
1334         mode_line_proptrans_alist.
1336 2002-02-11  Kim F. Storm  <storm@cua.dk>
1338         * window.c: (Vmode_line_in_non_selected_windows): New variable.
1339         (syms_of_window): DEFVAR_LISP it.
1341         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
1342         (CURRENT_MODE_LINE_FACE_ID): Use it.
1343         (Vmode_line_in_non_selected_windows): Declare extern.
1345         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
1346         to get mode line face.
1348 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
1350         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
1351         variables; cus-start.el doesn't need them anymore.
1353 2002-02-09  Kim F. Storm  <storm@cua.dk>
1355         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
1356         reduction.  This fixes a display problem where stray newlines were
1357         inserted in the window (corrected by C-l).  Clarified code (IMHO).
1359 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
1361         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
1363         * xdisp.c (display_mode_lines): Fix last change.
1365 2002-02-09  Jason Rumney  <jasonr@gnu.org>
1367         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
1368         match each other.
1369         (w32_load_system_font): Prevent Cleartype fonts from loading.
1370         (Fx_show_tip): Ensure tip frames are above other topmost windows.
1372 2002-02-09  Kim F. Storm  <storm@cua.dk>
1374         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
1375         (CURRENT_MODE_LINE_HEIGHT): Use it.
1376         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
1378         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
1379         (pos_visible_p, handle_face_prop): Likewise.
1380         (display_mode_lines): Likewise, but for the real selected window.
1381         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
1383         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
1384         in non-selected windows.
1385         (realize_basic_faces): Realize it.
1386         (syms_of_term): Intern and staticpro it.
1388 2002-02-08  Kim F. Storm  <storm@cua.dk>
1390         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
1391         Changed mail addresses to emacs-devel@gnu.org.
1393 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1395         * fileio.c (Fsubstitute_in_file_name): If the file name includes
1396         ~user, and there's no such user, don't discard everything before ~user.
1398         * floatfns.c (Fround): Doc fix.
1400 2002-02-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1402         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
1404 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
1406         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
1408 2002-02-07  Kim F. Storm  <storm@cua.dk>
1410         * keymap.c (where_is_internal): Only check whether definition is
1411         remapped if it fulfills is_command_symbol.
1413 2002-02-07  Andreas Schwab  <schwab@suse.de>
1415         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
1417         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
1419 2002-02-06  Kim F. Storm  <storm@cua.dk>
1421         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
1422         defining command remapping.  Doc updated.
1423         (Flookup_key): Remap command through keymap if KEY is a symbol.
1424         (is_command_symbol): New function.
1425         (Fkey_binding): Use it.  New optional argument NO-REMAP.
1426         Doc updated.  Callers changed.  Perform command remapping via
1427         recursive call unless that arg is non-nil.
1428         (where_is_internal): New argument no_remap.  Callers changed.
1429         Call recursively to find original key bindings for a remapped
1430         comand unless that arg is non-nil.
1431         (Fwhere_is_internal): New optional argument NO-REMAP.
1432         Doc updated.  Callers changed.  Pass arg to where_is_internal.
1434         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
1435         (is_command_symbol): Added prototype.
1437         * keyboard.c (Vthis_original_command): New variable.
1438         (syms_of_keyboard): DEFVAR_LISP it.
1439         (command_loop_1): Set it, and perform command remapping.
1441 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1443         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
1445 2002-02-06  Jason Rumney  <jasonr@gnu.org>
1447         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
1449 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1451         * charset.c (get_charset_id): Use if-else instead of ?:.
1453 2002-02-06  Richard M. Stallman  <rms@gnu.org>
1455         * filelock.c (S_ISLNK): Define if not defined.
1457 2002-02-03  Richard M. Stallman  <rms@gnu.org>
1459         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
1461         * lread.c (read1): Redesign strategy for force_multibyte and
1462         force_singlebyte.  Now is_multibyte records whether read_buffer
1463         is multibyte.  Encountering any multibyte character makes it so.
1465 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
1467         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
1468         with the same sequence, map that sequence to f10 rather than f0.
1470 2002-02-03  Andreas Schwab  <schwab@suse.de>
1472         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
1473         latter never being defined on GNU/Linux.
1475 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1477         * xfaces.c (realize_default_face): Don't set the weight and slant
1478         of the default face to Qnormal, unless these attributes are
1479         unspecified.
1481 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1483         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
1484         Call cancel_hourglass unconditionally.
1486         * eval.c (Fsignal): Remove duplicated declaration of
1487         the variable `display_hourglass_p'.
1489 2002-01-31  Richard M. Stallman  <rms@gnu.org>
1491         * editfns.c (region_limit): Nicer error message.
1493         * coding.c (decode_composition_emacs_mule):
1494         Give up if NCOMPONENT gets too large to index `component'.
1496         * callint.c (check_mark): New arg to specify clearer error message.
1497         Callers changed.
1499 2002-01-27  Richard M. Stallman  <rms@gnu.org>
1501         * minibuf.c (Fcompleting_read): Doc fix.
1503 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1505         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
1506         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
1507         Fix doc-strings.
1509 2002-01-26  Richard M. Stallman  <rms@gnu.org>
1511         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
1513         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
1514         and scroll_up_aggressively.
1516 2002-01-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1518         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
1520 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1522         * textprop.c (Fnext_property_change, Fnext_single_property_change)
1523         (Fprevious_property_change, Fprevious_single_property_change):
1524         Stay within the narrowed-buffer boundaries.
1526 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1528         * term.c (Ftty_display_color_cells): New function.
1529         (syms_of_term): Defsubr it.
1530         (Ftty_display_color_cells, Ftty_display_color_p): Change the
1531         argument name to DISPLAY.  Doc fix.
1533         * dispextern.h: Add prototype for set_tty_color_mode and
1534         tty_setup_colors.
1536 2002-01-24  Jason Rumney  <jasonr@gnu.org>
1538         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
1539         If region left to draw is not what was expected, mark the frame as
1540         garbaged.
1542         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
1543         Combine the regions returned by BeginPaint and GetUpdateRect.
1545 2002-01-23  Jason Rumney  <jasonr@gnu.org>
1547         * w32term.c (x_update_window_begin): Only hide caret if
1548         w32_use_visible_system_caret is set.
1549         (x_update_window_end): Only show caret if
1550         w32_use_visible_system_caret is set.
1551         (syms_of_w32term): Handle SystemParametersInfo call failing.
1553         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
1555 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1557         * unexelf.c (unexec): Define n so as to cause compilation error
1558         for the code where people have often written n instead of nn.
1560         * .gdbinit (hookpost-run): Defined.
1562 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1564         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
1566 2002-01-21  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1568         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
1569         if fullscreen is being set.
1571 2002-01-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1573         * minibuf.c (Fminibuffer_contents)
1574         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
1575         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
1577 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1579         * window.c (check_frame_size): Fix minimum height calculation.
1581 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
1583         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
1584         height before comparison.
1585         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
1587 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1589         * w32term.c (w32_system_caret_width): Remove.
1590         (w32_use_visible_system_caret): New user flag.
1591         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
1592         Windows reports a screen reader running.
1593         (x_update_window_begin): Hide the system caret.
1594         (x_update_window_end): Show the system caret.
1595         (x_display_and_set_cursor): Don't draw a cursor when
1596         w32_use_visible_system_caret is set.  Do not adjust width.
1598         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
1599         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
1600         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
1601         the user requests it.  Use system default width when creating.
1602         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
1604         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
1605         New window messages.
1607 2002-01-20  Richard M. Stallman  <rms@gnu.org>
1609         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
1611 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1613         * doprnt.c (doprnt1): Fix typos in error call.
1615 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
1617         * unexelf.c (unexec) [__sgi]: Support the .got sections.
1619 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1621         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
1622         that Windows returns.  If a double check fails, try to guess how
1623         ExtTextOut is going to act.
1625         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
1626         in place of stricmp.
1627         (w32_list_synthesized_fonts): Removed.
1628         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
1629         (struct enumfont_t): New element; list.
1630         (enum_font_cb2): List all style and charset variations of a font.
1631         (Fw32_select_font): New optional argument; include_proportional.
1632         Exclude vertical fonts.  Exclude proportional fonts unless
1633         include_proportional is non-nil.
1634         (w32_enable_synthesized_fonts): Change to a boolean.
1635         (Fw32_send_sys_command): Doc fix.
1637 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1639         * dispnew.c (update_frame): Move the variable `tem' to the block
1640         where it is used.
1642 2002-01-19  Jason Rumney  <jasonr@gnu.org>
1644         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
1645         call to face-set-after-frame-default.
1647 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1649         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
1650         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
1652 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1654         * window.c (enlarge_window): When exceeding size of parent,
1655         directly delete all the siblings instead of trying to resize it.
1657 2002-01-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1659         * term.c (set_tty_color_mode): Remove unused variable `tem'.
1661 2002-01-16  Henrik Enberg  <henrik@enberg.org>
1663         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
1665 2002-01-16  Kim F. Storm  <storm@cua.dk>
1667         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
1668         is invisible.  This can happen if cursor is on top line of a
1669         window, and we switch to a buffer with a header line.
1671         * w32term.c (x_erase_phys_cursor): Ditto.
1673 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1675         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
1676         `dont_resize' only when used.
1678         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
1680 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
1682         * xdisp.c (display_mode_element): When computing charpos, depend
1683         on multibyteness of elt, not the text in field.
1685 2002-01-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1687         * buffer.c (Fkill_all_local_variables):
1688         Increment `update_mode_lines' only once.
1690 2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1692         * lisp.h (adjust_after_replace_noundo)
1693         (Fupdate_coding_systems_internal): Add prototypes.
1695         * sound.c (Fplay_sound): Initialize header_size also for :data case.
1697 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1699         Support for the --color command-line argument and tty-color-mode
1700         frame parameter:
1702         * term.c (tty_default_color_capabilities, tty_setup_colors)
1703         (set_tty_color_mode): New functions.
1704         (term_init): Call tty_default_color_capabilities.
1705         (Qtty_color_mode_alist): New variable.
1706         (syms_of_term): Intern and staticpro it.
1708         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
1709         frames.
1710         (do_switch_frame): For termcap frames, switch the tty
1711         color mode as specified by the frame's parameters.
1712         (Qtty_color_mode): New variable.
1713         (syms_of_frame): Intern and staticpro it.
1715         * emacs.c (USAGE2): Add the --color option.
1716         (standard_args): Ditto.
1718 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1720         * xterm.h (struct x_output): New members want_fullscreen,
1721         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
1722         y_pixels_outer_diff.
1723         New enum for FULLSCREEN_* constants.
1724         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
1725         is NULL.
1726         (x_fullscreen_adjust): Add prototype.
1728         * emacs.c (USAGE2): Add the new full-screen arguments.
1729         (standard_args): Ditto.
1731         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1732         New variables.
1733         (syms_of_xfns): Intern and staticpro them.
1734         (x_frame_parms) <"fullscreen">: New parameter.
1735         (x_fullscreen_move, x_set_fullscreen): New functions.
1736         (x_set_frame_parameters): Support for Qfullscreen.
1737         (x_real_positions): More accurate computation of the frame position.
1738         (x_figure_window_size): Support full-screen frames.
1739         (Fx_create_frame): Default the fullscreen parameter.
1741         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
1742         (XTread_socket) <Expose>: Call x_check_fullscreen.
1743         <ConfigureNotify>: Don't resize to fullscreen.
1744         Call x_check_fullscreen_move, and set the want_fullscreen member of
1745         output_data.x.
1747 2002-01-13  Jason Rumney  <jasonr@gnu.org>
1749         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
1750         for mice with more than 3 buttons.
1752         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
1753         (w32_read_socket): Handle new "XBUTTON" messages.
1755         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
1756         (syms_of_w32fns): DEFVAR_BOOL it.
1757         (w32_wnd_proc): Handle new "XBUTTON" messages.
1759 2002-01-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1761         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
1763 2002-01-13  Andreas Schwab  <schwab@suse.de>
1765         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
1767 2002-01-12  Andreas Schwab  <schwab@suse.de>
1769         * .gdbinit (xbuffer): Remove address operator since data is now a
1770         pointer.
1772 2002-01-11  Richard M. Stallman  <rms@gnu.org>
1774         * insdel.c (adjust_after_replace_noundo): New function.
1776         * coding.c (code_convert_region): Don't copy old text if undo disabled.
1778 2002-01-09  Jason Rumney  <jasonr@gnu.org>
1780         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
1781         when checking for multiple frames.
1783 2002-01-08  Richard M. Stallman  <rms@gnu.org>
1785         * window.c (delete_window): Rewrite the code for changing the
1786         selected window to handle the case where WINDOW is not a leaf.
1788 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
1790         * process.c (send_process): Set src_multibyte to 1 after the call
1791         top setup_coding_system, not before the call.
1793 2002-01-07  Jason Rumney  <jasonr@gnu.org>
1795         * xmenu.c (set_frame_menubar, xmenu_show):
1796         (xdialog_show): Initialize wv->help to Qnil.
1798         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
1799         (w32_dialog_show): Initialize wv->help to Qnil.
1801 2002-01-06  Jason Rumney  <jasonr@gnu.org>
1803         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
1805         * w32menu.c (w32_menu_display_help): Revert last change.
1807         * xmenu.c (menu_highlight_callback): Revert last change.
1809 2002-01-06  Andreas Schwab  <schwab@suse.de>
1811         * insdel.c (make_gap_larger): Make sure buffer size does not
1812         overflow range of int.
1814 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1816         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
1817         OVERLAPS_P.
1819         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
1821         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
1822         to the left or to the right of the pointer, put it against
1823         the left screen edge.
1824         (x_frame_parms): Add missing braces around initializer.
1826         * w32term.c (x_setup_relief_colors): Don't compute an image's
1827         background color if it doesn't have a Pixmap.
1828         (notice_overwritten_cursor): Don't depend on
1829         output_cursor and updated_area.  Compare pixel coordinates with
1830         window's cursor pixel coordinates.
1831         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1832         Call notice_overwritten_cursor with new arg list.
1833         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1834         unconditionally.
1835         (x_draw_image_relief): Use predefined macro instead of
1836         constant when the value of `tool_bar_button_relief' is negative.
1838         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
1840 2002-01-04  Richard M. Stallman  <rms@gnu.org>
1842         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
1844 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1846         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
1847         (Fkey_binding): Try the `keymap' property map first.
1848         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
1849         minor mode bindings.
1851 2002-01-03  Kim F. Storm  <storm@cua.dk>
1853         * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
1855 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1857         * keyboard.c (read_key_sequence): Handle the keymap property
1858         before minor mode maps.
1860         * editfns.c (Fformat): Update thissize from field_width
1861         based on the actual width, in the string case.
1863 2002-01-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1865         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
1866         when used as truth value to prevent gcc warnings.
1868         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
1869         * w32proc.c: Include <config.h>.
1871 2002-01-01  Andreas Schwab  <schwab@suse.de>
1873         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
1874         not EMACS_INT, to make them compatible with DEFVAR_INT.
1875         * lisp.h (max_specpdl_size): Adjust declaration.
1877 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1879         * print.c (print_object): Test print_escape_nonascii only for
1880         unibyte strings.
1881         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
1882         when outputting to a multibyte buffer.
1884 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1886         * print.c (print_object): In multibyte string, use hex escapes.
1887         Use octal only for unibyte strings.
1888         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
1890         * lread.c (read_escape): New arg BYTEREP for reporting whether
1891         escape forces unibyte or multibyte.
1892         (read1): When reading a string, take note of that info.
1894 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
1896         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
1897         comparison to test lisp value returned by Fget.
1899 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1901         * lisp.h (max_specpdl_size): Add declaration.
1903         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
1905         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
1906         Handle modifier bits.  Correct typo in error message.
1908 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1910         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
1911         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
1912         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
1913         Update calls to Fdefine_abbrev.
1914         (write_abbrev): Update for changed data format.
1915         Don't list "system" abbrevs.
1916         (Fexpand_abbrev): Update use count with new data format.
1917         (describe_abbrev): Update for changed data format.
1918         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
1920         * config.in (HAVE_MBSINIT): Add #undef.
1922         * strftime.c (mbsinit): Define as no-op if not available.
1924         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
1925         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
1927         * keymap.c (Flookup_key): Error message if key has wrong data type.
1928         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
1929         (exclude_key): New variable.
1931 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
1933         * xterm.c (x_setup_relief_colors): Don't compute an image's
1934         background color if it doesn't have a Pixmap.
1936         * xterm.c (notice_overwritten_cursor): Don't depend on
1937         output_cursor and updated_area.  Compare pixel coordinates with
1938         window's cursor pixel coordinates.
1939         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
1940         Call notice_overwritten_cursor with new arg list.
1941         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
1942         unconditionally.
1944         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
1945         height of the cursor line to the amount to scroll.
1947 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1949         * intervals.c (set_point_both): The position after an invisible,
1950         intangible character is not an acceptable stopping point.
1952 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
1954         * window.c (enlarge_window): In new preserve_before code, convert
1955         CURBEG from lisp object to integer before doing arithmetic.
1957 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1959         * bytecode.c (Fbyte_code): Undo previous change.
1961 2001-12-26  Kim F. Storm  <storm@cua.dk>
1963         * keyboard.c (record_char): Ignore duplicate help-echo events only
1964         separated by mouse-movement.  When tracking mouse, only record
1965         first and last mouse-movement event in same window.
1966         Don't record mouse-movement events in keyboard macros.
1968 2001-12-25  Richard M. Stallman  <rms@gnu.org>
1970         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
1971         (Fenlarge_window): New arg PRESERVE_BEFORE.
1973         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
1974         instead of Fstring_as_unibyte.
1976 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1978         The following changes remove mocklisp support:
1980         * mocklisp.h, mocklisp.c: Files removed.
1982         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
1983         `Qmocklisp' and `Qmocklisp_arguments'.
1984         Remove prototype of syms_of_mocklisp.
1986         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
1988         * callint.c: Do not include mocklisp.h.
1989         (Fcall_interactively): Do not test for mocklisp case.
1991         * eval.c: Remove variables `Qmocklisp_arguments',
1992         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
1993         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
1994         Do not test for mocklisp case.
1995         (Fwhile): Remove unused variable `tem'.
1996         (syms_of_eval): Remove variable `moclisp-arguments'.
1998         * data.c (wrong_type_argument): Remove mocklisp case.
2000         * doc.c (Fdocumentation): Remove mocklisp case.
2002         * emacs.c (main): Do not call syms_of_mocklisp.
2004 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2006         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
2007         to the left or to the right of the pointer, put it against
2008         the left screen edge.
2010 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2012         * Makefile.in (distclean): Remove .gdbinit if we are building
2013         outside the source tree.
2015 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2017         * w32.c (emacs_root_dir): New function.
2019         * msdos.c (emacs_root_dir): New function.
2021         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
2022         of the current drive as the fallback for default_directory.
2024         * dired.c (file_name_completion): Run the elements of
2025         completion-ignored-extensions through ENCODE_FILE.
2027         * lisp.h (scmp): Remove prototype, since it's now a static
2028         function private to dired.c.
2030 2001-12-18  Richard M. Stallman  <rms@gnu.org>
2032         * dired.c (scmp): Function moved from minibuf.c.
2033         Delete multibyte handling--used only on encoded strings.
2035         * minibuf.c (scmp): Function moved to dired.c.
2037         * fns.c (merge): Add QUIT call.
2039 2001-12-18  Dave Love  <fx@gnu.org>
2041         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
2042         language/georgian.el.
2044 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
2046         * Makefile.in (lisp, shortlisp): Synchronize with changes to
2047         lisp/Makefile.in:DONTCOMPILE.
2049 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2051         * xdisp.c (window_box_height): Do not return negative values.
2052         From Gerd Moellmann <gerd@gnu.org>.
2054         * keyboard.c (head_table): Add missing braces around initializer.
2056         * term.c (keys): Likewise.
2058         * xfns.c (x_frame_parms, visual_classes): Likewise.
2060 2001-12-17  Sam Steingold  <sds@gnu.org>
2062         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
2063         patch (COMPOSING_P, not COMPOSING).
2065 2001-12-17  Richard M. Stallman  <rms@gnu.org>
2067         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
2069         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
2070         before calling decode_coding.
2072         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
2074         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
2075         instead of only for COMPOSITION_DISABLED.
2077 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2079         * alloc.c (pure_alloc): After overflow, allocate just a small block.
2081         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
2083         * buffer.h (struct buffer): New field `display_error_modiff'.
2084         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
2086         * window.c (Frecenter): Clear display_error_modiff field.
2088         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
2089         Call redisplay_window, but not if display_error_modiff field says no.
2090         (redisplay_window_error): New function.
2091         (displayed_buffer): New variable.
2092         (redisplay_internal, redisplay_windows): Call the new functions
2093         instead of redisplay_window directly.
2095 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2097         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
2099 2001-12-14  Andrew Innes  <andrewi@gnu.org>
2101         * makefile.w32-in (EMACSLOADPATH): Define.
2102         ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
2103         (bootstrap-temacs): Remove dependency on bootstrap-clean.
2105 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
2107         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
2108         parameter have a numeric value all the time.
2110         * w32fns.c (x_report_frame_params): Likewise.
2112 2001-12-12  Richard M. Stallman  <rms@gnu.org>
2114         * fileio.c (Fwrite_region): Doc fix.
2116         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
2117         (redisplay_internal): Call clear_image_cache only for window terminals.
2119 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
2121         * xdisp.c (move_it_vertically_backward): Change heuristic
2122         for the case that we didn't move far enough initially.
2124         * window.c (Frecenter): Simplify computation in the case of window
2125         system frames and ARG < 0; use window_box_height.
2127 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2129         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
2130         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
2132 2001-12-11  Andrew Innes  <andrewi@gnu.org>
2134         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
2135         arg is negative.
2137 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2139         * m/hp800.h: Split the __hpux conditional into the parts
2140         that are right for GNU/Linux too and the parts that are not.
2141         Use the former if GNU_LINUX.
2142         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
2144         * s/gnu-linux.h (GNU_LINUX): Defined.
2146 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2148         * macros.c, msdos.c, w16select.c: Change doc-string comments to
2149         `new style' [w/`doc:' keyword].
2151 2001-12-10  Jason Rumney  <jasonr@gnu.org>
2153         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
2154         before using.
2156 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2158         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
2159         keyword].
2161 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
2163         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
2165         * s/hpux10.h (srand48): Don't undefine.
2167 2001-12-09  Jason Rumney  <jasonr@gnu.org>
2169         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
2170         Add     comment to explain where the struct came from.
2171         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
2172         (add_menu_item): Process pop-up menus first to avoid memory leak.
2173         (add_menu_item, w32_menu_display_help): Use `help' field as
2174         Lisp_Object.
2175         (w32_free_submenu_strings): Only free owner-drawn strings.
2177 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2179         * COPYING: Moved back.
2181         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
2182         Add parentheses around && within ||.
2184         * indent.c (compute_motion): Likewise.
2186         * intervals.c (merge_properties_sticky): Likewise.
2188         * coding.c (setup_coding_system, shrink_encoding_region)
2189         (Fdecode_sjis_char): Likewise.
2191 2001-12-07  Andreas Schwab  <schwab@suse.de>
2193         * xdisp.c (display_mode_element): Don't read past end of string if
2194         it ends with '%'.
2196         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
2197         can hold.
2199         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
2200         from most_positive_fixnum and most_negative_fixnum, resp., and
2201         type changed to Lisp_Object.
2202         (syms_of_data): DEFVAR_LISP them.
2204 2001-12-07  Richard M. Stallman  <rms@gnu.org>
2206         * callproc.c (init_callproc): Set Vdata_directory based on the source
2207         location whenever Emacs was run uninstalled.
2209 2001-12-06  Paul Eggert  <eggert@twinsun.com>
2211         * config.in (HAVE_WORKING_VFORK): New #undefs.
2212         * process.c (create_process):
2213         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
2214         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
2215         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
2216         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
2217         * m/intel386.h (HAVE_VFORK): Likewise.
2218         * m/mips-siemens.h (HAVE_VFORK): Likewise.
2219         * m/mips.h (HAVE_VFORK): Likewise.
2220         * s/freebsd.h (vfork): Remove #define.
2221         * s/lynxos.h (HAVE_VFORK): Remove #undef.
2222         * s/usg5-4-2.h: Fix comment about vfork.
2224 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2226         * s/hpux10.h (random): Add undef.
2227         (HAVE_RANDOM): Define it just once.
2229 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2231         * eval.c: Undo last change: the standard syntax is not wanted.
2233 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2235         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
2236         scroll bars of the frame before deleting the frame itself.  If the
2237         frame has a widget, delete the frame with XtDestroyWidget, and do
2238         not call XDestroyWindow before that.
2240 2001-12-06  Kim F. Storm  <storm@cua.dk>
2242         * xfns.c (x_report_frame_params): Return actual fringe widths.
2244         * w32fns.c (x_report_frame_params): Return actual fringe widths.
2246 2001-12-05  Andrew Innes  <andrewi@gnu.org>
2248         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
2249         excessively large.
2251         * insdel.c (make_gap_larger): New function.
2252         (make_gap_smaller): New function.
2253         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
2254         make_gap_smaller if arg is negative.
2256 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
2258         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
2259         Pass a dummy argument when calling interrupt_signal.
2260         (parse_menu_item): Mark disabled items before checking for empty def.
2261         (read_char_minibuf_menu_prompt): Make safety more visible.
2262         (read_key_sequence): Add a `first_unbound' variable.
2263         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
2264         unbound prefix as soon as we can detect it.
2266         * doc.c (Fsnarf_documentation): Add prototype.
2267         (get_doc_string): Handle negative arguments.
2268         (Fdocumentation): Use AREF and ASIZE.
2269         Move the calls to get_doc_string to a single place.
2270         Don't confuse an interactive-spec for a docstring reference.
2271         (Fdocumentation_property): Take advantage of the fact that
2272         get_doc_string now ignores the sign of the docstring position.
2274         * eval.c: Use standard syntax for usage in docstrings.
2276 2001-12-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2278         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
2280 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2282         * xterm.c (x_draw_image_relief): Use predefined macro instead of
2283         constant when the value of `tool_bar_button_relief' is negative.
2285 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2287         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
2288         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
2290         * fileio.c (read_non_regular): Delete Fsignal call.
2292 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
2294         * lisp.h (run_hook_list_with_args): Undo last change.
2296 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
2298         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
2300 2001-12-01  Jason Rumney  <jasonr@gnu.org>
2302         * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
2304         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
2305         [!WM_MOUSELEAVE]: Define.
2307         * w32menu.c (current_popup_menu, get_menu_item_info):
2308         (set_menu_item_info): New vars.
2309         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
2310         (w32_menu_show): Set current_popup_menu.
2311         (add_menu_item): Allocate new strings for owner-drawn menu items
2312         and help strings.
2313         Use owner-draw for disabled menu items again.
2314         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
2315         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
2317         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
2318         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
2319         <WM_EXITMENULOOP>: Free menu strings.
2320         <WM_MOUSELEAVE>: Stop tracking mouse.
2321         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
2323         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
2324         and mouse face.
2326 2001-12-01  Kim F. Storm  <storm@cua.dk>
2328         The following changes add left-fringe and right-fringe
2329         frame parameters to adjust fringe widths, or remove one or
2330         both fringes.
2332         * frame.h (struct frame): Remove trunc_area_pixel_width and
2333         trunc_area_cols fields.
2334         (Qleft_fringe, Qright_fringe): Declare.
2335         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
2337         * frame.c (Qleft_fringe, Qright_fringe): New vars.
2338         (syms_of_frame): Initialize them.
2340         * window.c (coordinates_in_window): Handle separate left and right
2341         fringe widths.
2343         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
2344         and fringe_cols fields.
2345         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
2346         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
2347         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
2348         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
2349         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
2350         (x_compute_fringe_widths): Add prototype.
2352         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
2353         fill fringe evenly with small dashes.
2354         (x_draw_fringe_bitmap): Clear background if necessary. Align and
2355         clip the new ZV bitmap to avoid jitter between rows.
2356         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
2357         background.  Don't draw fringe bitmaps if fringe width is zero.
2358         (x_compute_fringe_widths): New function.
2359         (x_new_font, x_set_window_size_1): Use it.
2361         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
2362         (x_set_frame_parameters): Process `font' parameter before other
2363         parameters as fringe widths depend on it.
2364         (x_set_fringe_width): New function.
2365         (x_figure_window_size): Use x_compute_fringe_widths.
2366         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
2367         parameters.
2369         * widget.c (set_frame_size): Use x_compute_fringe_widths.
2370         (EmacsFrameSetCharSize): Ditto.
2372         * w32term.h: Merged changes from xterm.h.
2373         * w32term.c: Merged changes from xterm.c.
2374         * w32fns.c: Merged changes from xfns.c.
2376 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2378         * COPYING: Removed.
2380 2001-11-29  Dave Love  <fx@gnu.org>
2382         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
2383         extra extra slot.
2384         (detect_coding_mask): Fix call of detect_coding_iso2022.
2386 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2388         * fileio.c (file-name-coding-system)
2389         (default-file-name-coding-system): Doc fix (links to referenced
2390         variables added).
2392 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2394         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
2395         Add dummy uses of gcproN variables.
2397         * category.c (describe_category, describe_category_1)
2398         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
2399         (syms_of_category): Don't defsubr Sdescribe_categories.
2401 2001-11-28  Richard M. Stallman  <rms@gnu.org>
2403         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
2405         * Makefile.in (lispdir): New variable, referring to build dir.
2406         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
2408 2001-11-28  Andrew Innes  <andrewi@gnu.org>
2410         * w32menu.c (w32_menu_display_help): Actually add the new argument
2411         OWNER.
2413 2001-11-28  Jason Rumney  <jasonr@gnu.org>
2415         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
2416         menu items.  From David Ponce <dponce@wanadoo.fr>.
2417         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
2418         conditionally.
2419         (w32_menu_display_help): New argument OWNER. Rewritten to store a
2420         help event in the owner frame's keyboard buffer.
2422         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
2423         (Fx_show_tip): Don't subtract last width from row width.
2425         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
2426         (w32_read_socket): Use EQ to compare frames.
2428 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
2430         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
2431         OVERLAPS_P.
2433 2001-11-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2435         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
2436         `gcpro3' and `gcpro4'.
2438         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
2440 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2442         * ccl.c: Use AREF and ASIZE.
2444 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
2446         * lisp.h (run_hook_list_with_args): Remove.
2447         (LIST_END_P): Fix call to wrong_type_argument.
2448         (make_fixnum_or_float): Use EMACS_INT rather than int.
2450 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
2452         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
2453         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
2455         * eval.c: Use AREF and ASIZE.
2456         (Ffetch_bytecode): Add the file name to the error message.
2458         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
2459         which match the end of the file-name.
2460         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
2461         is not a valid env var, but leave it as is instead.
2463         * keymap.c (access_keymap): Handle t bindings like nil bindings.
2464         Make nil bindings in char-tables transparent.
2465         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
2467 2001-11-26  Richard M. Stallman  <rms@gnu.org>
2469         * textprop.c (set_text_properties_1): Allow START, END in either order.
2470         Do nothing if range is empty.
2472         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
2474         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
2475         (clean): Not here.
2477 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2479         * textprop.c (set_text_properties_1): Clearly mark that the
2480         interval should not be empty.
2482         * intervals.c (graft_intervals_into_buffer):
2483         Don't call set_text_properties_1 on an empty interval.
2485 2001-11-25  Richard M. Stallman  <rms@gnu.org>
2487         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
2489         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
2490         don't lose the data in it.
2492 2001-11-25  Juanma Barranquero  <lektu@terra.es>
2494         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
2496         * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
2498         * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
2500 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2502         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
2504 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2506         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
2507         Niemitalo <kon@iki.fi>.
2509 2001-11-25  Jason Rumney  <jasonr@gnu.org>
2511         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
2513         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
2514         (Fx_show_tip): Block input during frame creation.
2515         (Fx_show_tip, Fx_hide_tip): Enable.
2517 2001-11-24  Richard M. Stallman  <rms@gnu.org>
2519         * lread.c (Fload): Detect recursive load error for more than 3
2520         nestings of the same file.
2521         (Vrecursive_load_depth_limit): Variable deleted.
2522         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
2524 2001-11-24  Jason Rumney  <jasonr@gnu.org>
2526         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
2527         mouse position if either left or top is not specified.
2529         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
2530         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
2531         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
2532         (my_create_tip_window): Assign tip_window.
2533         (x_create_tip_frame): Use same defaults as X.
2534         (compute_tip_xy): Remove unused variable.  Use full screen width.
2535         (Fx_show_tip): Do not double height. Call ShowWindow directly.
2537         * w32term.c (x_after_update_window_line): Doc fix.
2538         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
2539         frames.
2540         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
2542         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
2543         for all Windowed systems.
2545 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2547         * msdos.c (IT_clear_screen): If the frame's faces are not yet
2548         realized, use the initial screen colors to clear the screen.
2550 2001-11-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2552         * textprop.c (Fset_text_properties): Remove unused variables
2553         `unchanged', `prev_changed', `s' and `len'.
2555         * search.c (Freplace_match): Remove unused variable `inslen'.
2557         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
2559 2001-11-22  Jason Rumney  <jasonr@gnu.org>
2561         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
2562         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
2563         (my_create_tip_window): New function.
2564         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
2565         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
2567 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2569         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
2570         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
2572         * w32fns.c (Vw32_system_coding_system): Remove.
2573         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
2575 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2577         * fileio.c (Fwrite_region): Move choose_write_coding_system to
2578         after build_annotations.
2580         * syntax.c (describe_syntax): Add dummy arg.
2581         (describe_syntax_1): Update call to describe_vector.
2583         * category.c (describe_category): Add dummy arg.
2584         (describe_category_1): Update call to describe_vector.
2586         * keymap.c (Fdescribe_vector): Add `describer' parameter.
2587         (describe_command, describe_translation): Add dummy second param.
2588         (describe_map): Call elt_describer with two arguments.
2589         (describe_vector_princ): Add `fun' parameter.
2590         Call it instead of the hardcoded `princ'.
2591         (describe_vector): Add arg `args'.
2592         Pass it as a new second argument to elt_describer.
2594         * keymap.h (describe_vector): Update prototype.
2596         * frame.c: Don't include keymap.h any more.
2597         (keys_of_frame): Remove.
2599         * lisp.h (keys_of_frame): Remove declaration.
2601         * emacs.c (main): Don't call `keys_of_frame' any more.
2603 2001-11-14  Andreas Schwab  <schwab@suse.de>
2605         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
2606         if defined, 0 otherwise.
2607         (MAP_FAILED): Define if not defined and use it to test mmap failure.
2608         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
2610 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2612         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
2614 2001-11-18  Jason Rumney  <jasonr@gnu.org>
2616         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
2617         (x_draw_bar_cursor): If the background color of the glyph under
2618         the cursor equals the frame's cursor color, use the glyph's
2619         foreground color for drawing the bar cursor.
2620         (x_after_update_window_line): Clear internal border in different
2621         circumstances.
2622         (w32_set_vertical_scroll_bar): Check for width and height > 0.
2623         (w32_draw_relief_rect): Correct relief by 1 pixel.
2624         (x_set_glyph_string_background_width):
2625         Set extends_to_end_of_line_p if the row's fill_line_p is set and
2626         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2627         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
2628         if cursor_in_non_selected_windows is false.
2629         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
2630         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
2631         Notice if cursor gets overwritten.
2632         (notice_overwritten_cursor): Renamed from
2633         note_overwritten_text_cursor.  Rewritten to take glyph widths
2634         into account, and to take X positions as parameters.
2635         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
2636         around call to x_draw_glyphs.
2637         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
2638         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
2639         color to use for image glyph reliefs.
2640         (x_draw_image_relief): Accept zero tool_bar_button_relief.
2641         (glyph_rect): Remove unused variable `area'.
2643         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
2644         some items.
2645         (x_set_internal_border_width): Set frame garbaged when window
2646         doesn't exist yet.
2647         (Fx_create_frame): Accept zero tool_bar_button_relief.
2648         (x_clear_image_1, four_corners_best, image_background)
2649         (image_background_transparent): New functions.
2650         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
2651         (gs_format): Add `:background' entry.
2652         (lookup_image): Set IMG's background color if specified.
2653         (pbm_load, xbm_load_image, png_load): Set IMG's background field
2654         when appropriate.
2655         (x_clear_image_1): Reset `background_valid' and
2656         `background_transparent_valid' fields.
2657         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
2658         calculating it here.  Set IMG's background_transparent field.
2659         (enum xpm_keyword_index): Add XPM_BACKGROUND.
2660         (enum png_keyword_index): Add PNG_BACKGROUND.
2661         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
2662         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
2663         (enum gif_keyword_index): Add GIF_BACKGROUND.
2664         (enum gs_keyword_index): Add GS_BACKGROUND.
2665         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
2666         Pre-calculate image background color where necessary.
2667         (x_create_x_image_and_pixmap, xbm_load, gs_load):
2668         Use display info's n_cbits entry for screen depth.
2669         (Fx_show_tip): Remove unused variables `buffer', `top',
2670         `left', `max_width' and `max_height'.
2672         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
2674 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
2676         * puresize.h (BASE_PURESIZE): Increase to 750000.
2678 2001-11-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2680         * frame.c (Fframe_live_p): Doc fix.
2682 2001-11-18  Richard M. Stallman  <rms@gnu.org>
2684         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
2685         (message_dolog_marker3): New static variables hold three markers.
2686         (syms_of_xdisp): Initialize and staticpro them.
2687         (message_dolog): Use message_dolog_marker1..3 instead of
2688         allocating markers each time.  Unchain them when done.
2690 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2692         * doc.c (Fsnarf_documentation): Doc fix.
2694 2001-11-17  Andreas Schwab  <schwab@suse.de>
2696         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
2698 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2700         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
2702 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2704         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
2706 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
2708         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
2709         with invalid position.
2711 2001-11-16  Richard M. Stallman  <rms@gnu.org>
2713         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
2715         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
2716         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
2717         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
2719         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
2721 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2723         * fileio.c (build_annotations): Split off the tail.
2724         (build_annotations_2): New fun.  Extracted from build_annotations.
2725         (Fwrite_region): Split the call to build_annotations into two
2726         calls to build_annotations and build_annotations_2.
2728 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2730         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
2731         clear_waiting_for_input with argument.
2733         * xterm.h (x_update_cursor): Remove duplicated prototype.
2735         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
2737         * xterm.c (waiting_for_input): Remove unnecessary declaration.
2739         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
2741 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2743         * fileio.c (choose_write_coding_system): New fun, extracted
2744         from Fwrite_region.
2745         (Fwrite_region): Use it.
2747         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
2748         (funcall_lambda, run_hook_with_args): Make static and add prototype.
2749         (ml_apply, find_handler_clause): Add prototype.
2751 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
2753         * config.in: Add #undef HAVE_COFF_H.
2755         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
2756         Required for ISC 4.1.
2758 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
2760         * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
2761         Andrew Wiseman <a.wiseman@btclick.com>.
2763 2001-11-16  Kim F. Storm  <storm@cua.dk>
2765         The following changes are made to clean up the various internal
2766         references to the fringes to actually use the term `fringe' for
2767         them.  Previously, they were called `flags areas', `bitmap areas',
2768         `left/right side of windows', or implicitly as `flags' or
2769         `bitmaps':
2771         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
2772         Comments fixed. Use renamed symbols.
2774         * dispnew.c: Comment fix. Use renamed symbols.
2776         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
2777         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
2778         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
2780         * msdos.c: Comment fix.
2782         * w32fns.c: Use renamed symbols.
2784         * w32term.c: Comment fixes. Use renamed symbols.
2785         (fringe_bitmap_type): Renamed from bitmap_type.
2786         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2787         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
2788         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2790         * w32term.h: Comment fixes. Use renamed symbols.
2791         (fringes_extra): Renamed from flags_areas_extra.
2792         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2793         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2794         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2795         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2796         (FRAME_X_LEFT_FRINGE_WIDTH):
2797         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2798         (FRAME_X_RIGHT_FRINGE_WIDTH):
2799         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2801         * widget.c: Use renamed symbols.
2803         * window.c: Comment fixes. Use renamed symbols.
2804         (coordinates-in-window-p): Doc fix.
2806         * xdisp.c: Comment fixes. Use renamed symbols.
2808         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
2810         * xfns.c: Use renamed symbols.
2812         * xterm.c: Comment fixes. Use renamed symbols.
2813         (fringe_bitmap_type): Renamed from bitmap_type.
2814         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
2815         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
2816         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
2818         * xterm.h: Comment fixes. Use renamed symbols.
2819         (fringes_extra): Renamed from flags_areas_extra.
2820         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
2821         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
2822         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
2823         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
2824         (FRAME_X_LEFT_FRINGE_WIDTH):
2825         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
2826         (FRAME_X_RIGHT_FRINGE_WIDTH):
2827         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
2829 2001-11-15  Jason Rumney  <jasonr@gnu.org>
2831         * w32menu.c (add-menu-item): Make help_echo and radio buttons
2832         work for most menu items.  From David Ponce
2833         <david.ponce@wanadoo.fr>.
2835 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
2837         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
2838         Some x_set_* function expect to be called even if old and new
2839         value are equal.
2841         * xdisp.c (build_desired_tool_bar_string): Accept zero
2842         tool_bar_button_relief.
2844         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
2846         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
2848         * xterm.c (x_draw_bar_cursor): If the background color of the
2849         glyph under the cursor equals the frame's cursor color, use
2850         the glyph's foreground color for drawing the bar cursor.
2852         * dispnew.c (direct_output_forward_char): Fix character/byte
2853         position comparison.
2855 2001-11-15  Miles Bader  <miles@gnu.org>
2857         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
2858         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
2859         Update arguments to find_field.
2860         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
2861         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
2862         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
2863         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
2865 2001-11-14  Richard M. Stallman  <rms@gnu.org>
2867         * editfns.c (Fpropertize): Allow call with 1 arg.
2869         * dispextern.h (image_background, image_background_transparent):
2870         Conditionalize on HAVE_X_WINDOWS.
2872 2001-11-13  Richard M. Stallman  <rms@gnu.org>
2874         * print.c (Fprin1_to_string): Doc fix.
2876         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
2878         * floatfns.c (Fceiling, Ffloor): Doc fixes.
2880         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
2882         * fileio.c (Ffile_accessible_directory_p): Doc fix.
2884         * eval.c (syms_of_eval): Doc fix.
2886         * coding.c (syms_of_coding): Doc fix.
2888         * doc.c (Fsnarf_documentation): Doc fix.
2890         * dispnew.c (syms_of_display): Doc fix.
2892         * category.c (Fget_unused_category): Doc fix.
2894         * buffer.c (syms_of_buffer): Doc fixes.
2896 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
2898         * print.c (prin1, print): Doc fix.
2900 2001-11-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2902         * fontset.h: Remove declarations of variables
2903         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
2905         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
2906         `Vclip_large_size_font'.
2908 2001-11-13  Jason Rumney  <jasonr@gnu.org>
2910         * w32fns.c: Doc fix.
2912 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2914         * xfaces.c (Fface_attributes_as_vector): Doc fix.
2916         * w32fns.c (Fx_synchronize): Reindent.
2918         * fns.c: Doc fix.
2920         * emacs.c: Doc fix.
2922         * coding.c: Doc fix.
2924         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
2925         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
2926         `new style' [w/`doc:' keyword].
2928         * xmenu.c (x-popup-menu): Reindent.
2929         (x-popup-dialog): Likewise.
2931         * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
2933         * xdisp.c (Fdump_tool_bar_row): Reindent.
2935         * minibuf.c (Fminibuffer_complete_word): Reindent.
2936         (Fminibuffer_complete_and_exit): Likewise.
2937         (Fminibuffer_completion_help): Likewise.
2938         (Fminibuffer_message): Likewise.
2940         * fns.c (Freverse): Reindent.
2942         * eval.c (Fif): Reindent.
2943         (Fand): Likewise.
2945         * editfns.c (Fuser_real_login_name): Reindent.
2946         (Finsert_buffer_substring): Likewise.
2947         (Fcompare_buffer_substrings): Likewise.
2948         (Fsubst_char_in_region): Likewise.
2950         * dispnew.c (Fsit_for): Reindent.
2951         (Fframe_or_buffer_changed_p): Likewise.
2952         (Finternal_show_cursor_p): Likewise.
2953         (syms_of_display): Likewise.
2955         * alloc.c (Flist): Reindent.
2956         (Fvector): Likewise.
2958 2001-11-12  Richard M. Stallman  <rms@gnu.org>
2960         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
2961         LeaveNotify events.  Only FocusIn and FocusOut do that now.
2962         (x_display_and_set_cursor): Do display hollow cursors in active
2963         minibuffer windows when they are not selected.
2965 2001-11-12  Jason Rumney  <jasonr@gnu.org>
2967         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
2968         * w32term.c: Change doc-string comments to `new style'.
2969         [w/`doc:' keyword]. Doc fixes.
2971         * w32fns.c: Don't define max.
2972         (Fx_open_connection): Only execute once.
2974 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2976         * ccl.c: Change macros to use do-while block instead of if-else.
2977         Use braces to follow GNU Coding Standards.
2979 2001-11-11  Richard M. Stallman  <rms@gnu.org>
2981         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
2983         * lread.c (read_escape): Use end_of_file_error for reporting eof.
2985         * insdel.c (replace_range): Use adjust_markers_for_replace
2986         instead of adjust_markers_for_delete and adjust_markers_for_insert.
2988         * intervals.h: Declare set_text_properties and set_text_properties_1.
2990         * textprop.c (set_text_properties_1): New subroutine
2991         broken out of set_text_properties.
2992         (set_text_properties): Use set_text_properties_1.
2994         * intervals.c (graft_intervals_into_buffer):
2995         Use set_text_properties_1 to clear out properties.
2997         * search.c (Freplace_match): Use replace_range to insert
2998         and delete.  Don't request property inheritance from
2999         surrounding text.
3001 2001-11-10  Jason Rumney  <jasonr@gnu.org>
3003         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
3004         vertical fonts. Allow them if face name is explicitly specified.
3005         Do not give up if we find a font that cannot be converted to an xlfd.
3007 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
3009         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
3010         instead of malloc/free.
3012 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3014         * xfaces.c (merge_face_vectors): Use braces to follow GNU
3015         Coding Standards.
3016         (Finternal_set_lisp_face_attribute): Likewise.
3018         * buffer.c (Fbury_buffer): Likewise.
3020         * indent.c (current_column_1): Remove unused variable `prev_col'.
3022         * coding.c (encode_coding): Use precomputed value of `src'.
3023         (encode_coding): Remove unused variable `src_end'.
3024         (code_convert_region): Remove unused variables `count'.
3026 2001-11-07  Jason Rumney  <jasonr@gnu.org>
3028         * w32term.c (x_display_and_set_cursor): Do not move system caret
3029         if cursor_glyph is NULL.
3031 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3033         * keymap.c (access_keymap): Fix compilation error.
3035 2001-11-07  Miles Bader  <miles@gnu.org>
3037         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
3039 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3041         * intervals.c (graft_intervals_into_buffer):
3042         Remove #ifdef'd-out code.
3043         (graft_intervals_into_buffer): Remove unused variable `middle'.
3045         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
3046         code (eval-current-buffer).
3047         Change doc-string comments to `new style' [w/`doc:' keyword].
3049 2001-11-06  Richard M. Stallman  <rms@gnu.org>
3051         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
3053 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3055         * lread.c (read1): Fix behavior with nested backquoting.
3057         * keyboard.c (make_lispy_event): Check integerness and fix
3058         Lisp_Object/int mixup.
3060 2001-11-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3062         * fns.c (copy_hash_table): Remove unused variable `v'.
3064         * fontset.c (fontset_font_pattern): Remove unused variable
3065         `family_registry'.
3067         * indent.c (current_column_1): Remove unused variable `prev_col'.
3069 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3071         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
3073         * buffer.c (Fkill_buffer): Don't delete auto save file
3074         if buffer is modified.
3076 2001-11-05  Andrew Innes  <andrewi@gnu.org>
3078         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
3079         CHECK_NUMBER_CDR.
3081 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3083         * unexelf.c (unexec): Minor changes; clean up comments.
3085 2001-11-05  Sam Steingold  <sds@gnu.org>
3087         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
3089 2001-11-05  Andreas Schwab  <schwab@suse.de>
3091         * sound.c (sound_perror): Save errno from being clobbered.
3093 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
3095         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
3096         the program image directly.
3098 2001-11-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3100         * buffer.h (Fbuffer_local_value): Add prototype.
3102 2001-11-04  Richard M. Stallman  <rms@gnu.org>
3104         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
3105         and CHECK_BUFFER.
3107         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
3108         (record_char): Likewise.
3110         * keyboard.c (make_lispy_event): Don't insist a drag event must
3111         move to a different buffer position.  Instead, check for moving at
3112         least double_click_fuzz.
3114         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
3116         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
3118         * indent.c (current_column_1, Fmove_to_column): Separate the code
3119         for display-table glyphs from the code buffer text, to fix
3120         bugs in the former.
3122 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3124         * buffer.c (Fbuffer_local_value): New function.
3125         (syms_of_buffer): Defsubr it.
3127         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
3128         value of `cursor-in-non-selected-windows'.
3130         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
3131         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
3132         (syms_of_xdisp): Initialize it.
3134 2001-11-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3136         * xfns.c (Fx_create_frame): Doc fix.
3138         * coding.c: Change doc-string comments to `new style' [w/`doc:'
3139         keyword].
3141         * eval.c (top_level_value, top_level_set): Remove commented and
3142         #ifdef'd-out code.
3143         (Fdefvar): Fix usage in doc-string.
3145 2001-11-03  Richard M. Stallman  <rms@gnu.org>
3147         * xfns.c: Include unistd.h, if it exists.
3149         * editfns.c: Move the include of ctype.h after unistd.h.
3151         * gmalloc.c: Test BROKEN_PROTOTYPES.
3153 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
3155         * lisp.h (CHECK_STRING_CAR): New macro.
3156         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
3157         treating XCAR and XCDR as lvalues.
3158         (openp): Use CHECK_STRING_CAR.
3159         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
3161 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
3163         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
3164         (SIGMASKTYPE): Define.
3166         * syssignal.h (sigunblock): Don't define if already defined.
3168 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3170         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
3171         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
3172         Fix typos in comments.
3174         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
3175         and #ifdef'd-out code.
3176         Fix and reindent comments.
3178         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
3180         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
3181         argument `i' in macros.
3183         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
3184         `i' in macros.
3186         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
3187         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
3188         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
3189         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
3190         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
3191         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
3192         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
3193         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
3194         in macros.
3196         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
3197         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
3198         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
3199         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
3200         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
3201         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
3202         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
3203         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
3204         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
3205         (remove unused second argument).
3207 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3209         * syntax.c (describe_syntax): New wrapper.
3210         (Finternal_describe_syntax_value): Rename from describe_syntax.
3211         Don't insert space at front and \n at the end.
3212         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
3214         * regex.c (re_wctype): Try to fix some warnings.
3215         (regcomp, regexec): Don't forget the __restrict.
3217 2001-11-02  Richard M. Stallman  <rms@gnu.org>
3219         * textprop.c (Fget_char_property): Doc fix.
3221 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3223         * process.c (Fstart_process): Add usage to doc-string.
3225         * data.c (Fsetq_default): Ditto.
3227         * callint.c (Finteractive): Ditto.
3229 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3231         * macros.c: Don't include keymap.h any more.
3233 2001-11-01  Richard M. Stallman  <rms@gnu.org>
3235         * data.c (Fmake_local_variable): Doc fix.
3237         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
3238         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
3240         * keymap.c (Fdescribe_buffer_bindings): Print character property
3241         bindings along with or instead of the buffer local map.
3242         Make the overriding maps override what they should.
3244 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3246         * window.c (grow_mini_window): Fix typo in comment.
3248 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
3250         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
3251         (XTset_vertical_scroll_bar): Likewise.
3253         * xfns.c (x_build_heuristic_mask): Use four_corners_best
3254         instead of IMAGE_BACKGROUND.
3256         * xfns.c (four_corners_best): Reindent.
3258         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
3259         Handle :box so that it is possible to specify sexprs.
3261 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3263         * xfaces.c (Finternal_merge_in_global_face): Reindent.
3264         (Fface_font): Ditto.
3265         (Finternal_set_alternative_font_registry_alist): Ditto.
3266         (Ftty_suppress_bold_inverse_default_colors): Ditto.
3268         * xfns.c (x-get-resource): Reindent.
3270 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
3272         * s/hpux11.h: New file.
3274 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3276         * emacs.c (USAGE1): Show command line option --no-window-system
3277         instead of --no-windows in usage.
3278         (standard_args): Rename --no-windows to --no-window-system.
3279         (bug_reporting_address): Follow Emacs coding conventions.
3281         * eval.c (Fcommandp): Doc fix.
3282         Change doc-string comments to `new style' [w/`doc:' keyword].
3284         * frame.c (Fframe_live_p): Doc fix.
3286         * buffer.c (selective-display-ellipses): Doc fix.
3288 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3290         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
3292         * xfaces.c (realize_x_face): If C is not a single-byte character,
3293         set the face's colors_copied_bitwise_p instead of the defaulted_p
3294         members which have a different meaning.
3295         (free_face_colors): Do nothing for a face whose colors have been
3296         copied bitwise.
3298         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
3300 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3302         * marker.c, mocklisp.c: Change doc-string comments to `new style'
3303         [w/`doc:' keyword].
3305 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3307         * fns.c (require_unwind): Return Lisp_Object.
3309 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3311         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
3312         (last-input-char): Revert doc-string to be the same as the
3313         doc-string of `last-input-event'.
3315         * xdisp.c:  Fix typos in comments.
3317 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3319         * window.c (grow_mini_window): Handle case that the root
3320         window is already smaller than the nominal mininum height.
3322 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3324         * emacs.c (main): Don't call keys_of_macros any more.
3326         * lisp.h (keys_of_macros): Remove.
3328         * macros.c (keys_of_macros): Remove.
3330         * xfaces.c (Fface_attribute_relative_p): Declare args.
3332 2001-10-30  Jason Rumney  <jasonr@gnu.org>
3334         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
3335         (enum_font_cb2): Ignore fonts with vertical orientation.
3337 2001-10-30  Richard M. Stallman  <rms@gnu.org>
3339         * keyboard.c (Finput_pending_p): Doc fix.
3341 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
3343         * xterm.c (x_after_update_window_line): Don't run the code
3344         clearing in borders for rows whose visible height is 0.
3346         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
3347         resized_p flag is set.  If not set, use the much less flickering
3348         method previously used.
3350         * dispnew.c (change_frame_size_1): Set frame's resized_p.
3352         * frame.h (struct frame) <resized_p>: New member.
3354         * lread.c (to_multibyte): Ensure read_buffer is at least twice
3355         as large as the number of bytes to convert.
3357         * lread.c (to_multibyte): New function.
3358         (read1): Use it.
3360 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
3362         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
3364 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
3366         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
3367         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
3368         if the row's fill_line_p is set and drawing the last glyph with
3369         DRAW_IMAGE_{RAISED,SUNKEN}.
3371         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
3373 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
3375         * xmenu.c: Include coding.h and charset.h.
3376         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
3377         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
3378         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
3379         Explicitly set wv->help.  Use `TRUE' rather than `True'.
3380         (menu_help_callback): Use empty_string.
3382         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
3383         (Fx_popup_dialog): Explicitly init f.
3384         (w32_menu_display_help): Use empty_string.
3386 2001-10-29  Richard M. Stallman  <rms@gnu.org>
3388         * fns.c (Frequire): Detect recursive try to require the same
3389         feature 3 or more levels deep, and get error.
3390         (require_unwind): New subroutine.
3391         (require_nesting_list): New variable.
3392         (syms_of_fns): Init and staticpro it.
3394         * print.c (print_object): Clarify indication of insertion type.
3396 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
3398         * coding.c (syms_of_coding): Document that locale-coding-system is
3399         used for decoding input on X.
3401         * window.c (Fscroll_left, Fscroll_right): Doc fix.
3403 2001-10-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3405         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
3406         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
3408 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3410         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
3411         use NO_CURSOR if cursor_in_non_selected_windows is false.
3413         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
3414         the slant attribute if FRAME is t.
3416         * xfns.c (x_set_internal_border_width): Set frame garbaged
3417         when X window doesn't exist yet.
3419         * xterm.c (x_after_update_window_line): Clear internal border
3420         in different circumstances.
3422         * xterm.c (XTread_socket) <KeyPress>: Don't use
3423         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
3424         <handa@etl.go.jp>.
3426 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3428         * m/ibms390.h: New file.  From Adam Thornton
3429         <athornton@sinenomine.net>.
3431 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
3433         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
3435         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
3436         a loop counter.
3438 2001-10-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3440         * emacs.c: Use argv[0] instead of emacs when -t was specified.
3442         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
3443         keyword].
3444         Fix typos in comments.
3446         * emacs.c (bug_reporting_address): New function.
3447         Use it when displaying usage message.
3449         * minibuf.c (read_minibuf): Remove unused external declaration of
3450         variable `Qread_only'.
3452         * keymap.c (access_keymap): Remove unused variable `charset'.
3454 2001-10-28  Miles Bader  <miles@gnu.org>
3456         * xfaces.c (merge_face_heights): Handle TO being relative as well.
3457         Remove #ifdef'd-out code.
3458         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
3459         (syms_of_xfaces): Initialize them.
3461 2001-10-27  Jason Rumney  <jasonr@gnu.org>
3463         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
3464         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
3465         position using the system caret.
3467         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
3468         (w32_system_caret_height, w32_system_caret_x)
3469         (w32_system_caret_y): New variables for tracking system caret.
3470         (w32_initialize): Initialize them.
3471         (x_display_and_set_cursor): Make system caret follow the active cursor.
3473         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
3474         New messages types.
3476         * w32term.c (note_mouse_highlight): Clear old help_echo.
3478 2001-10-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3480         * xterm.c: Fix typo in a comment.
3482         * emacs.c: Fix typos in comments.
3483         Remove unnecessary spaces.
3484         Change doc-string comments to `new style' [w/`doc:' keyword].
3485         (USAGE2): Fix typos in usage string.
3487         * xterm.c: Fix typo in a comment.
3489         * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
3490         emacs.c.
3492 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
3494         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
3495         instead of 1/2 line_height in the heuristic for skipping
3496         farther backward when target_y was not reached.
3498         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
3499         Display errno only if non-zero.
3500         (sound_warning): New function.
3501         (vox_configure): Don't treat failing to set sample rate as error.
3502         (various places): Improve error messages.
3504 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
3506         * fileio.c (Faccess_file): Run the argument filename through
3507         Fexpand_file_name, before using it.
3509         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
3510         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
3512 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
3514         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
3516         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3517         Fix clearing in the case of scroll bars on the right.
3519 2001-10-26  Juanma Barranquero <lektu@terra.es>
3521         * w32gui.h (XImage): Add a dummy typedef.
3523 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
3525         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
3527 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
3529         * frame.c (Fframe_parameter): Fix last change.
3531         * fileio.c: Revert last change (which removed old commented-out
3532         version of expand-file-name).  Add a comment that explains why
3533         this old version should not be removed.
3535 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
3537         * frame.c (Fframe_parameter): Fix a bug whereby some
3538         ``artificial'' frame parameters, like `minibuffer' were not
3539         obtained by calling Fframe_parameters.
3541         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
3542         cursor differently.
3544         * xdisp.c (move_it_vertically_backward): Compute line height
3545         differently.  Add heuristic to try to be more compatible to 20.x.
3547 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3549         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
3551         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
3552         boolean.
3554 2001-10-25  Miles Bader  <miles@gnu.org>
3556         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
3557         BG is a pointer to a structure, not a structure.
3558         (gif_format, png_format): Add missing commas.
3560 2001-10-24  Richard M. Stallman  <rms@gnu.org>
3562         * xfaces.c (Fface_attributes_as_vector): New function.
3563         (syms_of_xfaces): Defsubr it.
3565 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3567         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
3568         variable `area'.
3570 2001-10-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3572         * search.c (scan_newline): Remove unused variable `selective_display'.
3574 2001-10-25  Miles Bader  <miles@gnu.org>
3576         * dispextern.h (struct image): Add `background',
3577         `background_valid', and `background_transparent' fields.
3578         (image_background, image_background_transparent): New declarations.
3579         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
3580         * xfns.c (image_background, image_background_transparent)
3581         (four_corners_best): New functions.
3582         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
3583         (gs_format): Add `:background' entry.
3584         (lookup_image): Set IMG's background color if specified.
3585         (pbm_load, xbm_load_image, png_load): Set IMG's background field
3586         when appropriate.
3587         (x_clear_image_1): Reset `background_valid' and
3588         `background_transparent_valid' fields.
3589         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
3590         calculating it here.  Set IMG's background_transparent field.
3591         (enum xpm_keyword_index): Add XPM_BACKGROUND.
3592         (enum png_keyword_index): Add PNG_BACKGROUND.
3593         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
3594         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
3595         (enum gif_keyword_index): Add GIF_BACKGROUND.
3596         (enum gs_keyword_index): Add GS_BACKGROUND.
3597         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
3598         Pre-calculate image background color where necessary.
3599         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
3600         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
3601         color to use for image glyph reliefs.
3603 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3605         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
3606         in full-width rows.
3608         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3609         Fix clearing of area not covered by scroll bar.
3611 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3613         * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
3614         and `real_start'.
3615         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
3616         (glyph_rect): Remove unused variable `area'.
3618 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3620         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
3622         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
3623         (row_containing_pos): Take additional argument DY.
3624         Treat rows ending in middle of char differently.
3625         (display_line): Handle tabs on window systems differently.
3627         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
3628         with additional argument.
3630         * dispextern.h (row_containing_pos): Adjust prototype.
3632         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
3633         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
3634         (try_window_id, try_window_reusing_current_matrix)
3635         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
3636         (syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
3638 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3640         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
3641         gnuemacs).
3642         (HAVE_BOXES): Fix typo in comment.
3643         (push_menu_pane): Fix typo in comment.
3645         * xdisp.c: (display_prop_string_p): Remove unused local declaration
3646         of `Qwhen'.
3647         (single_display_prop_string_p): Remove unused local declarations
3648         of `Qwhen' and `Qmargin'.
3649         (string_buffer_position): Remove unused variable `around'.
3650         (store_frame_title): Remove unused variable `width'.
3652         * window.c: Don't define max.
3653         (coordinates_in_window): Remove unused variable `uy'.
3655         * widget.c: Don't define max.
3657         * process.c: Don't define max.
3658         (create_process): Remove unused variable `buffer'.
3660 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3662         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
3664 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3666         * xfaces.c (Finternal_set_lisp_face_attribute)
3667         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
3668         frame is on a windowed display.
3670 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3672         * dispnew.c (sync_window_with_frame_matrix_rows):
3673         Fix handling of windows which aren't full-width, fix handling
3674         of marginal areas.
3676         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
3678 2001-10-23  Andreas Schwab  <schwab@suse.de>
3680         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
3681         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
3683 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3685         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
3686         REAL_END.  Notice if cursor gets overwritten.
3687         (notice_overwritten_cursor): Take X positions as parameters.
3688         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3689         around call to x_draw_glyphs.
3691 2001-10-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3693         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
3694         instead of C) and usage.
3696         * editfns.c (char-to-string): Fix argument names (use CHAR instead
3697         of C) and usage.
3699         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
3700         `left', `max_width' and `max_height'.
3702 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3704         * xdisp.c (display_line): For a tab continued to the next line,
3705         set row's ends_in_middle_of_char_p.
3707 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
3709         * xdisp.c (display_line): Fix computation of continuation lines
3710         width for TABs.
3712 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3714         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
3715         `Qlaplace'.
3717         * fileio.c: Remove unused code.
3719 2001-10-22  Miles Bader  <miles@gnu.org>
3721         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
3722         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
3723         Remove `DOC_STRINGS_IN_COMMENTS' cases.
3725 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3727         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
3729 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3731         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
3732         (Finsert_string): Avoid the multi-line string literals warning.
3734 2001-10-22  Miles Bader  <miles@gnu.org>
3736         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
3737         (Fdocumentation): Don't use it.
3738         (syms_of_doc): Don't initialize it.
3740         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
3741         * print.c (Fwith_output_to_temp_buffer): Likewise.
3742         * window.c (Fsave_window_excursion): Likewise.
3743         * editfns.c (Fsave_excursion, Fsave_current_buffer)
3744         (Fsave_restriction): Likewise.
3745         * eval.c (Frun_hooks, Frun_hook_with_args)
3746         (Frun_hook_with_args_until_failure)
3747         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
3748         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
3749         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
3750         (Funwind_protect, Fcondition_case): Likewise.
3751         * coding.c (Ffind_operation_coding_system): Likewise.
3752         * keyboard.c (Ftrack_mouse): Likewise.
3754 2001-10-21  Miles Bader  <miles@gnu.org>
3756         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
3757         (Fmake_hash_table): Add usage: string to doc string.
3758         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
3759         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
3760         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
3761         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
3762         (Fml_prefix_argument_loop): Likewise.
3764 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3766         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
3768         * sysdep.c (init_sys_modes): Change doc-string comments to `new
3769         style' [w/`doc:' keyword].
3771         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
3772         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
3773         comments to `new style' [w/`doc:' keyword].
3775 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3777         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
3779         * w32term.c (remember_mouse_glyph): New function.
3780         (w32_mouse_position): Use it.
3781         (note_mouse_movement): If the mouse moved off the glyph, remember
3782         its new position.
3784         * w32term.h (struct w32_output): Correct spelling of x_compatible.
3785         (w32_display_info): Add mouse_face_overlay.
3787         * w32term.c (notice_overwritten_cursor): Renamed from
3788         note_overwritten_text_cursor.  Rewritten to take glyph widths into
3789         account.
3790         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
3791         (fast_find_string_pos): New function.
3792         (fast_find_position): Return the correct vpos.  Add parameter
3793         STOP.  In the final row, stop before glyphs having STOP as object.
3794         Don't consider glyphs that are not from a buffer.
3795         (fast_find_position) [0]: Add a presumably more correct version
3796         for after 21.1.
3797         (expose_window_tree, expose_frame): Don't compute intersections here.
3798         (expose_window): Do it here instead.
3799         (expose_window_tree, expose_window, expose_line): Return 1 when
3800         overwriting mouse-face.
3801         (expose_window): If W is the window currently being updated, mark
3802         the frame garbaged.
3803         (expose_frame): If mouse-face was overwritten, redo it.
3804         (x_use_underline_position_properties): New variable.
3805         (syms_of_xterm): DEFVAR_BOOL it.
3806         (x_draw_glyph_string): Add comment to use it in future.
3807         (x_draw_glyph_string): Restore clipping after drawing box.
3808         Fix a computation of the underline position.
3809         (w32_get_glyph_string_clip_rect): Minor cleanup.
3810         (x_fill_stretch_glyph_string): Remove an assertion.
3811         (x_produce_glyphs): Don't convert multibyte characters
3812         to unibyte characters in unibyte buffers.
3813         (cursor_in_mouse_face_p): New function.
3814         (x_draw_stretch_glyph_string): Use it to choose a different GC
3815         when drawing a cursor within highlighted text.  Don't draw
3816         background again if it has already been drawn.
3817         (x_draw_glyph_string_box): Don't draw a full-width
3818         box just because the glyph row's full_width_p flag is set.
3819         (x_draw_glyphs): Fix computation of rightmost x for
3820         full-width rows.
3821         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
3822         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
3823         change bottom shadow accordingly. Some cleanup.
3824         (x_update_window_end): Handle overwritten mouse face
3825         also for tool bar windows.
3826         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
3827         DRAW is DRAW_IMAGE_RAISED.
3828         (clear_mouse_face): Return 1 if text with mouse face was
3829         actually redrawn.  Make the function static.  Reset
3830         dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
3831         optimize away highlighting if we pass over that same overlay again.
3832         (note_mouse_highlight): Call mouse_face_overlay_overlaps
3833         to detect a case where we have to highlight a different region
3834         despite not having left the currently highlighted region.
3835         Set mouse_face_overlay in the x_display_info.  Avoid changing the
3836         mouse pointer shape when show_mouse_face has already done it, or
3837         there is no need.  Handle mouse-face and help-echo in strings.
3838         (glyph_rect): New function.
3839         (w32_mouse_position): Use it to raise the threshold for mouse
3840         movement event generation.
3841         (w32_initialize_display_info): Initialize the x_display_info's
3842         mouse_face_overlay.
3843         (w32_set_vertical_scroll_bar): Don't clear a zero height
3844         or width area.
3845         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
3846         a widget to zero height.
3848         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
3849         Protect unibyte strings created by replacing their multibyte
3850         equivalents in menu_items.
3851         (w32_menu_show): Don't overwrite an item's name with its key
3852         description in case the description is a multibyte string.
3853         (single_submenu): Some cleanup.
3855         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
3856         (postprocess_image): New function.
3857         (lookup_image): Call it for all image types except PostScript.
3858         (x_kill_gs_process): Call postprocess_image.
3859         (tiff_error_handler, tiff_warning_handler): New functions.
3860         (tiff_load): Install them as handlers.
3861         (x_kill_gs_process): Recognize if someone has cleared the image
3862         cache under us.
3863         (valid_image_p): Protect better against invalid image
3864         specifications.  Previous code could signal an error.
3865         (Fx_hide_tip, Fshow_tip): Doc fix.
3866         (Fv_max_tooltip_size): New variable.
3867         (syns_of_xfns): DEFVAR_LISP it.
3868         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
3869         window buffer to *tip* right after creating the frame. Set frame's
3870         window_width.  Use a maximum tooltip size specified by
3871         Vx_max_tooltip_size, if that has valid contents.
3872         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
3873         Make sure the tooltip is completely visible.
3874         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
3875         (Fx_create_frame): Adjust the frame's height for presence
3876         of the tool bar before calling x_figure_window_size.
3877         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
3878         when the window gets smaller.
3879         (x_set_foreground_color): Set frame's cursor_pixel.
3880         (x_set_foreground_color, x_set_background_color): Cleaned up.
3881         (x_set_font): Handle case of x_new_fontset returning the same name
3882         as before, although there was a change in fontsets.
3884 2001-10-21  Miles Bader  <miles@gnu.org>
3886         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
3887         (Flogxor): Add usage: string to doc string.
3888         * charset.c (Fstring): Likewise.
3889         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
3890         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
3892 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3894         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
3896         * alloc.c: Reindent DEFUNs with doc: keywords.
3898         * abbrev.c (Finsert_abbrev_table_description): Reindent.
3900         * frame.c: Change doc-string comments to `new style' [w/`doc:'
3901         keyword].
3903 See ChangeLog.9 for earlier changes.
3905 ;; Local Variables:
3906 ;; coding: iso-2022-7bit
3907 ;; End:
3909     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3910   Copying and distribution of this file, with or without modification,
3911   are permitted provided the copyright notice and this notice are preserved.