(f90-get-present-comment-type): Fix bug introduced in version 1.46.
[emacs.git] / src / ChangeLog
blobe60eaf41a9efed9f1e7b64372a2ac65adae0917d
1 2002-05-19  Richard M. Stallman  <rms@gnu.org>
3         * doc.c (reread_doc_file): Don't ask for confirmation.
5 2002-05-18  Jason Rumney  <jasonr@gnu.org>
7         * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
8         (xbm_load_image): Use it.
9         (xbm_load): Ditto.
10         (xbm_read_bitmap_data): Reverted to xfns.c version.
11         From David Ponce <david@dponce.com>.
13 2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
15         * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
16         2.02 and later.
18 2002-05-16  Juanma Barranquero  <lektu@terra.es>
20         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix
21         typo.
23 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
25         * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
26         meaningful test.
27         (read_char_minibuf_menu_prompt): Fix typo.
29 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
31         * eval.c (Fcommandp): Doc fix.
33 2002-05-13  Stefan Monnier  <monnier@cs.yale.edu>
35         * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
36         (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
37         (Fset_keymap_parent): Gcpro a bit more.
38         (access_keymap): Gcpro around meta_map call and around the main loop.
39         (get_keyelt): Gcpro when following indirect references.
40         (copy_keymap_item): New fun, extracted from Fcopy_keymap.
41         (copy_keymap_1, Fcopy_keymap): Use it.  Don't copy the parent map.
42         (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
43         Remove useless ad-hoc remap code.
45 2002-05-13  Richard M. Stallman  <rms@gnu.org>
47         * search.c (search_buffer): Give up boyer moore search if inverse
48         translation change charset_base.
50 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
52         * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
53         characters is carried over from the previous block of text, adjust
54         coding->produced to account for the extra character.
56 2002-05-11  Andreas Schwab  <schwab@suse.de>
58         * coding.c (intersection): Keep the elements of the returned list
59         in the same order as in the first list.
61 2002-05-11  Kim F. Storm  <storm@cua.dk>
63         * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
64         only update cmm_size if realloc actually succeeds.
65         Testing with initial size of 2 elements revealed that using
66         realloc on GNU/Linux would cause a random trap in xmalloc
67         later on, so I rewrote the code to use malloc/bcopy/free instead
68         of realloc.
70 2002-05-10  Jason Rumney  <jasonr@gnu.org>
72         * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
74 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
76         * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
77         parens, to ensure correct evaluation order.
79 2002-05-10  Kim F. Storm  <storm@cua.dk>
81         * keymap.c (Vemulation_mode_map_alists): New variable.
82         (syms_of_keymap): DEFVAR_LISP it.
83         (current_minor_maps): Process keymap alists in that list before
84         minor-mode-overriding-map-alist and minor-mode-map-alist.
86 2002-05-09  Richard M. Stallman  <rms@gnu.org>
88         * search.c (Freplace_match): Doc fix.
90 2002-05-09  Kim F. Storm  <storm@cua.dk>
92         * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1): 
93         Enlarge cursor rectangle drawn around image with non-zero relief.
95         * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1): 
96         Enlarge cursor rectangle drawn around image with non-zero relief.
98         * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1): 
99         Enlarge cursor rectangle drawn around image with non-zero relief.
101 2002-05-07  Eli Zaretskii  <eliz@is.elta.co.il>
103         * xselect.c (lisp_data_to_selection_data): Don't set selection
104         type if comes from the Lisp object's car.  If the selection
105         contains a pure ASCII text, always return QSTRING as its type.
107 2002-05-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
109         * mac.c (mac-cut-function): Doc fix.
111 2002-05-05  Richard M. Stallman  <rms@gnu.org>
113         * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
115 2002-05-04  Jason Rumney  <jasonr@gnu.org>
117         * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
118         for event-click-count.
120         * process.c (init_process): Only add server subfeature if we can
121         use non-blocking I/O.
123 2002-05-04  Andrew Choi  <akochoi@shaw.ca>
125         * macterm.c (XTread_socket): Call WaitNextEvent once instead of
126         repeatedly.
128 2002-05-03  Jason Rumney  <jasonr@gnu.org>
130         * process.c (Fmake_network_process): Only support server sockets
131         when we can make them non-blocking.
133         * s/ms-w32.h (HAVE_SELECT): Define.
135         * w32.h (FILE_NDELAY): New flag.
137         * w32.c (sys_getpeername, fcntl): New functions.
138         (_sys_read_ahead): Temporarily block on non-blocking sockets.
140         * w32proc.c: include sys/file.h.
142 2002-05-03  Colin Walters  <walters@verbum.org>
144         * callproc.c (Vgame_score_directory): Renamed to
145         Vshared_game_score_directory.
147 2002-04-30  Richard M. Stallman  <rms@gnu.org>
149         * s/gnu.h [emacs]: Include stdio.h.
150         (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
152         * eval.c (do_autoload): Error if called while preparing to dump.
154         * fns.c (Frequire): Error if need to load while preparing to dump.
156 2002-04-28  Colin Walters  <walters@verbum.org>
158         * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
159         Default to "~/.emacs.d/games".
161 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
163         * lread.c (openp): Change arg exec_only to predicate.
164         (build_load_history): Use XCAR/XCDR.
165         (Flocate_file_internal): New fun.
166         (syms_of_lread): Defsubr it.
167         (Fload): Update call to openp.
169         * lisp.h (openp): Update prototype.
171         * xfns.c (x_create_bitmap_from_file, x_find_image_file):
172         * w32proc.c (sys_spawnve):
173         * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
174         * w32.c (check_windows_init_file):
175         * sound.c (Fplay_sound_internal):
176         * process.c (Fstart_process):
177         * macfns.c (x_create_bitmap_from_file, x_find_image_file):
178         * mac.c (run_mac_command):
179         * emacs.c (init_cmdargs):
180         * callproc.c (Fcall_process): Update call to openp.
182         * textprop.c (remove_properties): Don't use XCAR without CONSP.
184         * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
186 2002-04-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
188         * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
189         (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
191 2002-04-28  Richard M. Stallman  <rms@gnu.org>
193         * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
195         * eval.c (Fcommandp): New arg for_call_interactively.
196         * lisp.h (Fcommandp): Declare new arg.
198 2002-04-28  Jason Rumney  <jasonr@gnu.org>
200         * w32proc.c (syms_of_w32proc): Get true file attributes by default.
202         * w32.c (stat, fstat): Use file index information to generate
203         inodes for directories where available.
205 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
207         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
208         [HAVE_CARBON]: Include Mac object files.
210         * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
211         fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
212         termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
213         MAC_OSX, and MAC_OS instead of macintosh.
215         * editfns.c [MAC_OS8]: Include stdio.h.
217         * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
219         * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
220         Apple Monaco.
222         * process.c: Declare QCfamily and QCfilter as extern.
223         (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
224         calling select.
226         * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
228         * tparam.c [MAC_OSX]: Don't define BC and UP.
230         * config.in [HAVE_CARBON]: Add.
232         * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
233         Move here from mac/src and mac/inc.
235         * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
237 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
239         * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
240         Compute phys_cursor_width from the x position returned
241         by x_draw_glyhs, which is cheaper.
242         (x_display_and_set_cursor): Compute the buffer-local value
243         of `cursor-in-non-selected-windows' only when needed.
245 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
247         * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
248         cursor on a stretch glyph has a width that depends on
249         x_stretch_cursor_p.
251 2002-04-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
253         * abbrev.c (abbrev-start-location): Doc fix.
255         * indent.c (Fvertical_motion): Fix last change.
257 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
259         * indent.c (Fvertical_motion): Move to the start of the line
260         containing PT before moving up or down.
262 2002-04-24  Gerd Moellmann  <gerd@gnu.org>
264         * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
265         case of writing a whole row, more or less analogous to the case of
266         writing only parts of a row.
268         * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
269         0 for NO_CURSOR.
271         * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
273 2002-04-23  Colin Walters  <walters@verbum.org>
275         * buffer.c (syms_of_buffer): Doc fix.
277 2002-04-23  Gerd Moellmann  <gerd@gnu.org>
279         * xterm.c (notice_overwritten_cursor): Handle the special case
280         of the cursor being in the first blank non-text line at the
281         end of a window.
283         * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
284         (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
285         (x_display_and_set_cursor): Don't set phys_cursor_width here, for
286         bar cursors only, to make phys_cursor_width contain what its name
287         suggests.
288         (notice_overwritten_cursor): Consider the cursor image erased if
289         the output area intersects the cursor image in y-direction.
291 2002-04-23  Simon Marshall  <simon@gnu.org>
293         * xfns.c (x_set_mouse_color): Change default for cross_cursor
294         to XC_hand2.
296 2002-04-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
298         * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
300 2002-04-22  Kim F. Storm  <storm@cua.dk>
302         * textprop.c (remove_properties): Fixed trap for malformed plist.
304 2002-04-22  Richard M. Stallman  <rms@gnu.org>
306         * cmds.c (Fend_of_line): Handle intangible text in mid line.
308         * window.c (make_window): Initialize height_fixed_p,
309         last_cursor_off_p, and p->cursor_off_p slots.
311 2002-04-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
313         * fns.c (use-dialog-box): Doc fix.
315 2002-04-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
317         * xterm.c (note_mode_line_or_margin_highlight): Remove unused
318         variables `row', `i' and `area'.
319         (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
320         toolkit library.
322 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
324         * xfaces.c (clear_font_table): Don't free the default font of
325         a frame even if it's on another display.
326         (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
327         that could be Qt.
329 2002-04-19  Juanma Barranquero  <lektu@terra.es>
331         * indent.c (Fmove_to_column): Remove unused local variable
332         `next_boundary_byte'.
333         (current_column_1): Likewise.
335 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
337         * msdos.c (Qhbar): New variable.
338         (syms_of_msdos): Intern and staticpro it.
339         (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
340         cursor type.
342 2002-04-19  Dave Lambert <dlambert@acm.org>
344         Theses change implement an underscore-like (`hbar') cursor.
346         * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
348         * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
349         Handle the `hbar' cursor type.
350         (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
352         * xfns.c (Qhbar): New variable.
353         (syms_of_xfns): Intern and staticpro it.
354         (x_specified_cursor_type): Handle `hbar' cursor.
356         * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
357         not defined.
359 2002-04-18  Richard M. Stallman  <rms@gnu.org>
361         * textprop.c (remove_properties): New arg LIST allows scanning
362         either a list or a plist.
363         (interval_has_some_properties_list): New function, like
364         interval_has_some_properties using list instead of plist.
365         All callers changed.
366         (Fremove_list_of_text_properties): New function.
367         (syms_of_textprop): Defsubr it.
369 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
371         * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
373 2002-04-17  Juanma Barranquero  <lektu@terra.es>
375         * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
377 2002-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
379         * window.c (coordinates_in_window): Don't report on margin area
380         if its width is zero.
382 2002-04-16  Jason Rumney  <jasonr@gnu.org>
384         * w32fns.c (Fx_file_dialog): Decode file name before using.
386         * w32term.c (construct_drag_n_drop): Likewise.
388 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
390         * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
391         store load-history in pure space.
393         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
395 2002-04-16  Stefan Monnier  <monnier@cs.yale.edu>
397         * xterm.c (Qlatin_1, Qutf_8): New vars.
398         (syms_of_xterm): Initialize them.
399         (XTread_socket): Eliminate incorrect optimization that tried to avoid
400         decoding the output of X*LookupString.
401         Always use latin-1 to decode the output of XLookupString.
402         Try Xutf8LookupString if XmbLookupString failed.
404         * region-cache.c (new_region_cache): Use BEG.
406 2002-04-16  Gerd Moellmann  <gerd@gnu.org>
408         * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
409         configuration files.
410         (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
411         returns 0.
413 2002-04-15  Andreas Schwab  <schwab@suse.de>
415         * config.in: Regenerated using autoheader.
417         * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
418         m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
419         m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
420         m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
421         m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
422         m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
423         m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
424         m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
425         m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
426         m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
427         m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
428         m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
429         m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
430         m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
431         m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
432         s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
433         STACK_DIRECTION, now set by autoconf.
435 2002-04-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
437         * dispnew.c (marginal_area_string): Sort arguments.
439         * dispextern.h (marginal_area_string): Add prototype.
441 2002-04-13  Richard M. Stallman  <rms@gnu.org>
443         * fileio.c (Finsert_file_contents):
444         Don't call temp_output_buffer_setup--do just part, by hand.
446         * coding.c (run_pre_post_conversion_on_str):
447         Don't call temp_output_buffer_setup--do just part, by hand.
449         * keyboard.c (command_loop_1): Don't call start_hourglass
450         or cancel_hourglass when executing a macro.
452         * marker.c (count_markers): New function.
454         * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
455         grow without limit.  Move recently used elements to the front.
457 2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
459         * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
461 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
463         * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
464         rows marginal areas.
465         (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
466         (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
468         * dispnew.c (marginal_area_string): Check that glyph row is enabled.
470 2002-04-12  Dave Love  <fx@gnu.org>
472         * dispnew.c (marginal_area_string): New.
474         * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
475         (Qleft_margin, Qright_margin): Declare.
476         (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
478         * xterm.c (note_mode_line_or_margin_highlight): Renamed from
479         note_mode_line_highlight and extended.
481         * keyboard.c (Qleft_margin, Qright_margin): Declare.
482         (make_lispy_event): Deal with mouse events in margins.
484 2002-04-12  Stefan Monnier  <monnier@cs.yale.edu>
486         * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
488         * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
489         than deactivating the mark if tmm is set to `lambda'.
490         (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
491         Use a single event for HELP_EVENT.
492         (Fexecute_extended_command): Save last_point_position.
494 2002-04-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
496         * lisp.h (Fpropertize): Add prototype.
498         * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
500 2002-04-10  Colin Walters  <walters@verbum.org>
502         * config.in: Add HAVE_SHARED_GAME_DIR.
504         * callproc.c: (Vgame_score_directory): New variable.
505         (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
507 2002-04-10  Richard M. Stallman  <rms@gnu.org>
509         * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
511 2002-04-09  Stefan Monnier  <monnier@cs.yale.edu>
513         * minibuf.c (read_minibuf): Use empty_string.
514         (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
515         Short-circuit the search as soon as it "failed".
516         (Fall_completions): Allow lambda forms and lists of strings for alist.
517         (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
518         when require_match is nil.
519         (Ftest_completion): Rename from `test_completion' and export to elisp.
520         Call the predicate also when alist is a list.
521         Obey Vcompletion_regexp_list.
522         (do_completion, Fminibuffer_complete_and_exit): Use it.
523         (Fassoc_string): Rename from `assoc_for_completion'.
524         Allow list of strings as well and export to elisp.
526 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
528         * puresize.h (BASE_PURESIZE): Increase to 900KB.
530 2002-04-08  Juanma Barranquero  <lektu@terra.es>
532         * w32.c (sys_accept): Don't hide variable `s'.
534 2002-04-05  Gerd Moellmann  <gerd@gnu.org>
536         * callint.c (Fcall_interactively): Use INTEGERP instead of
537         NUMBERP for checking Vhistory_length.
539 2002-04-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
541         * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
542         Doc fix to reflect it.
544 2002-04-04  Richard M. Stallman  <rms@gnu.org>
546         * xdisp.c (display_mode_element): New arg RISKY.
547         Disregard text props found or specified within a variable
548         that isn't marked risky-local-variable.
549         (Qrisky_local_variable): New variable.
550         (syms_of_xdisp): Init and staticpro it.
552 2002-04-04  Stefan Monnier  <monnier@cs.yale.edu>
554         * undo.c (record_point): New fun.
555         (record_delete, record_insert): Use it.
557 2002-04-03  Juanma Barranquero  <lektu@terra.es>
559         * doc.c (Fdocumentation): Add missing parentheses.
560         (Fdocumentation_property): Likewise.
562 2002-04-03  Stefan Monnier  <monnier@cs.yale.edu>
564         * doc.c (Fdocumentation, Fdocumentation_property): When the doc
565         data is 0, just return nil.
567 2002-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
569         * msdos.c (syms_of_msdos): Fix last change with
570         mouse_autoselect_window.
572 2002-04-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
574         * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
575         mouse_autoselect_window.
577 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
579         * keyboard.c (make_lispy_event): Handle unknown keysyms together
580         with system-specific keysyms.  Use it also for unknown function keys.
582         * doc.c (reread_doc_file): Return whether reload was attempted.
583         (Fdocumentation, Fdocumentation_property): Don't try to reload
584         if the doc is 0 and only ask once.
586         * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
588 2002-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
590         * keyboard.c (read_char): If the event was Qselect_window,
591         restore timer_idleness_start_time to its previous value.
593         * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
595 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
597         * region-cache.c (new_region_cache): Use BEG.
599         * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
600         Use BEG and BEG_BYTE.
602         * doc.c (get_doc_string): Return nil if the location is wrong.
603         (reread_doc_file): New fun.
604         (Fdocumentation, Fdocumentation_property):
605         Call it if get_doc_string fails.
606         (Fsnarf_documentation): Make it work for a dumped Emacs.
608         * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
609         Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
611         * charset.c (Fstring): Allow 0 arguments.
613         * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
615         * process.c (DATAGRAM_CONN_P, list_processes_1)
616         (Fprocess_datagram_address, Fset_process_datagram_address)
617         (Fset_network_process_options, server_accept_connection):
618         Fix some int/Lisp_Object confusions (thank you union types).
620 2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
622         * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
624         * w32term.c: Likewise.
625         (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
627         * keyboard.c (Qselect_window): New symbol.
628         (head_table): Use it.
629         (keys_of_keyboard): Bound select-window event to handle-select-window.
630         (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
632         * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
633         (last_window): New variable.
634         (XTread_socket): Generate SELECT_WINDOW_EVENTs.
635         (note_mouse_movement): Remove reimplemented code in #if 0.
636         (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
637         Emacs windows.
639         * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
641 2002-03-31  Gerd Moellmann  <gerd@gnu.org>
643         * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
644         Callers changed.
646 2002-03-30  Richard M. Stallman  <rms@gnu.org>
648         * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
649         loop whenever it stops making progress.
651         * widget.c (set_frame_size): Don't call change_frame_size.
653 2002-03-30  Gerd Moellmann  <gerd@gnu.org>
655         * dispnew.c (direct_output_for_insert):
656         Call mark_window_display_accurate.
658 2002-03-29  Jason Rumney  <jasonr@gnu.org>
660         * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
662 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
664         * Makefile.in (lread.o): Depend on coding.h.
666         * lread.c (openp, Fload): Encode the file name before passing it
667         to `stat', `access', and `emacs_open'.
668         (openp): GCPRO the encoded file name.  Don't recompute Lisp
669         strings unnecessarily.
671 2002-03-29  Kim F. Storm  <storm@cua.dk>
673         * fns.c (Flax_plist_put): Doc fix.
675 2002-03-28  Miles Bader  <miles@gnu.org>
677         * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
679 2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
681         * process.c (set-network-process-options): Add usage.
682         (make-network-process): Doc fix.
684 2002-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
686         * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
688 2002-03-26  Richard M. Stallman  <rms@gnu.org>
690         * fns.c (Fsubstring_no_properties): New function.
691         (Flax_plist_get, Flax_plist_put): New functions.
692         (syms_of_fns): defsubr them.
694         * xdisp.c (update_menu_bar): Test only update_mode_lines;
695         don't test or alter w->update_mode_line.
697         * window.c (Fdisplay_buffer): Doc fix.
699 2002-03-24  Richard M. Stallman  <rms@gnu.org>
701         * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
703 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
705         * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
706         (Fdefmacro): Handle `(declare ...)'.
707         (syms_of_eval) <Qdeclare>: Initialize and staticpro.
708         (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
710 2002-03-24  Jason Rumney  <jasonr@gnu.org>
712         * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
713         (xbm_file_p): Add prototypes.
714         (xbm_format, xbm_image_p): Sync with xfns.c.
715         (reflect_byte): New function.
716         (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
717         (xbm_load_image): Create bitmaps with a depth of 1.
718         (init_xfns): Enable XBM images.
720 2002-03-23  Jason Rumney  <jasonr@gnu.org>
722         * w32term.c (w32_handle_tool_bar_click): Detect up and down events
723         correctly.  Do not pass up_modifier to keyboard buffer.
725         * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
727 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
729         * Makefile.in (bootstrapclean): New target.
730         (bootstrap-temacs, bootstrap-doc): Remove.
731         (bootstrap-emacs): Use a bog-standard `temacs'.
732         Don't bother to build a DOC file.
734         * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
736         * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
737         in temacs even if !CANNOT_DUMP.
738         (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
740         * alloc.c (check_pure_size): Only output a warning.
742 2002-03-22  Jason Rumney  <jasonr@gnu.org>
744         * w32fns.c (Fx_create_frame): Enable tool-bar when images are
745         supported.
747         * w32term.c (zv_bits): Declare as short, for word alignment.
748         (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
749         (syms_of_w32term): Define x-use-underline-position-properties.
751         * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
752         (clear_image_cache): Block input, fix logic, clear matrices in
753         all frames that share this cache.
755 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
757         * emacs.c (main): Update the Copyright year in the blurb printed
758         by "emacs --version".
760         * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
762         * xterm.c (XTread_socket): If XK_ISO_Lock and
763         XK_ISO_Last_Group_Lock are defined, handle keysyms between
764         XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
766 2002-03-21  Kim F. Storm  <storm@cua.dk>
768         * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
769         menu-bar bindings in keymap and local-map properties _are_ used.
770         But try keymap property first in accordance with 2002-01-03 patch.
771         Added comment describing why this is not always reliable.
772         (tool_bar_items): Ditto for tool-bar.
774 2002-03-21  Jason Rumney  <jasonr@gnu.org>
776         * w32fns.c (x_clear_image_1): Disable color table code.
778 2002-03-21  Kim F. Storm  <storm@cua.dk>
780         * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
781         removed the wrong version of the DEFUN macro; fixed it.
783         * fns.c (Ffeaturep): Allow subfeature to be a list (test using
784         Fmember rather than Fmemq).
785         (Fprovide): Check that subfeatures is a list.
787         * process.c (QCfeature, QCdatagram): Removed variables.
788         (QCtype, Qdatagram): New variables.
789         (network_process_featurep): Removed function.
790         (Fmake_network_process): Removed :feature check.
791         Use :type 'datagram instead of :datagram t to create a datagram
792         socket.  This allows us to add other connection types (e.g. raw
793         sockets) later in a consistent manner.
794         (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
795         supported subfeatures for feature make-network-process.
796         (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
797         Intern and staticpro QCtype and Qdatagram.
798         (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
800         * xfns.c: (QCtype): Remove duplicate declaration and
801         initialization (is now declared in process.c).
803         * w32fns.c: (QCtype): Remove duplicate declaration and
804         initialization (is now declared in process.c).
806 2002-03-21  Richard M. Stallman  <rms@gnu.org>
808         * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
809         (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
810         when jumping to `fail' to avoid undoing reg changes in the
811         last iteration of the loop.
812         (GET_UNSIGNED_NUMBER): Skip spaces around the number.
814         * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
815         Depend on process.h.
817 2002-03-20  Jason Rumney  <jasonr@gnu.org>
819         Most of the following changes are still conditional on HAVE_IMAGES
820         which is not set by default on Windows.
822         * emacs.c (main) [WINDOWSNT]: Call init_xfns.
824         * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
825         (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
826         (four_corners_best, x_clear_image_1, x_clear_image)
827         (x_alloc_image_color, postprocess_image) 
828         (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) 
829         (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
830         (init_xfns, syms_of_w32fns): Initialize image functions and constants.
832         * w32gui.h (struct XImage): Define.
834         * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
835         extract mouse co-ordinates.
837 2002-03-20  Jason Rumney  <jasonr@gnu.org>
839         * w32.c (init_winsock): Dynamically load new server and UDP
840         socket functions.
841         (socket_to_fd): New function.
842         (sys_socket): Use it.
843         (sys_setsockopt, sys_listen, sys_getsockname, sys_accept) 
844         (sys_recvfrom, sys_sendto): New wrapper functions.
846         * process.c (QCfamily, QCfilter): Remove duplicate declaration
847         and initialization.
849         * makefile.w32-in (LIBS): Remove $(WSOCK32).
851 2002-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
853         * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
854         use "sun" as a variable, it's a predefined constant on Sun
855         machines.
857 2002-03-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
859         * bytecode.c (Fbyte_code): Revert last change.
861 2002-03-19  Kim F. Storm  <storm@cua.dk>
863         * makefile.w32-in (LIBS): Add $(WSOCK32).
864         From David Ponce <dponce@voila.fr>.
866 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
868         * process.c (wait_reading_process_input): Move variables `pname'
869         and `pnamelen' down where they are used.
871         * bytecode.c (Fbyte_code): Discard unused computed value to
872         prevent gcc warning.
874         * lisp.h (Fplist_member): Add prototype.
876 2002-03-18  Kim F. Storm  <storm@cua.dk>
878         * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
879         HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
880         HAVE_SYS_UN_H.
882         * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
883         Remove explicit GNU_LINUX settings for datagram support.
885 2002-03-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
887         * process.c (Fmake_network_process): Remove unused variable `sa'.
888         Doc fix.  Add usage:.
889         (set_socket_options): Remove unused variables `optnum' and
890         `opttype'.
892 2002-03-17  Richard M. Stallman  <rms@gnu.org>
894         * xdisp.c (cursor_type_changed): New variable.
895         (redisplay_internal): Redisplay all windows if cursor_type_changed.
896         Clear it when clearing windows_or_buffers_changed.
897         (try_cursor_movement, redisplay_window, try_window_id)
898         (try_window_reusing_current_matrix): Test cursor_type_changed
899         along with windows_or_buffers_changed.
901         * window.h (cursor_type_changed): New variable.
903         * xfns.c (x_set_cursor_type): Set cursor_type_changed,
904         not update_mode_lines, and always set it to 1.
906         * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
907         if no frames needed redrawing.
909 2002-03-17  Kim F. Storm  <storm@cua.dk>
911         The following changes add support for network server processes,
912         datagram connections, and local (unix) sockets.
914         * process.h (struct Lisp_Process): New member log.
915         Doc fix: Member command used to indicate stopped network process.
916         Doc fix: Member childp contains plist for network process.
917         Doc fix: Member kill_without_query is inverse of query-on-exit flag.
919         * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
920         (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
921         (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
922         New variables.
923         (NETCONN1_P): New macro.
924         (DATAGRAM_SOCKETS): New conditional symbol.
925         (datagram_address): New array.
926         (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
927         (status_message): Use concat3.
928         (Fprocess_status): Add `listen' status to doc string.  Return `stop'
929         for a stopped network process.
930         (Fset_process_buffer): Update contact plist for network process.
931         (Fset_process_filter): Ditto.  Don't enable input for stopped
932         network processes.  Server must listen, even if filter is t.
933         (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
934         New functions.
935         (Fprocess_kill_without_query): Removed.  Now defined in simple.el.
936         (Fprocess_contact): Added KEY argument.  Handle datagrams.
937         (list_processes_1): Optionally show only processes with the query
938         on exit flag set.  Dynamically adjust column widths.  Omit tty
939         column if not needed.  Report stopped network processes.
940         Identify server and datagram network processes.
941         (Flist_processes): New optional arg `query-only'.
942         (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
943         (conv_lisp_to_sockaddr, set_socket_options)
944         (network_process_featurep, unwind_request_sigio): New helper functions.
945         (Fprocess_datagram_address, Fset_process_datagram_address):
946         (Fset_network_process_options): New lisp functions.
947         (Fopen_network_stream): Removed.  Now defined in simple.el.
948         (Fmake_network_process): New lisp function.  Code is based on previous
949         Fopen_network_stream, but heavily reworked with new property list based
950         argument list, support for datagrams, server processes, and local
951         sockets in addition to old client-only functionality.
952         (server_accept_connection): New function.
953         (wait_reading_process_input): Use it to handle incoming connects.
954         Do not enable input on a new connection if process is stopped.
955         (read_process_output): Handle datagram sockets. Use 2k buffer for them.
956         (send_process): Handle datagram sockets.
957         (Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
958         network process is indicated by setting command field to t .
959         (Fprocess_send_eof): No-op if datagram connection.
960         (Fstatus_notify): Don't read input for a stream server socket or a
961         stopped network process.
962         (init_process): Initialize datagram_address array.
963         (syms_of_process): Intern and staticpro new variables, defsubr new
964         functions.
966 2002-03-16  Jason Rumney  <jasonr@gnu.org>
968         * w32fns.c (w32_to_all_x_charsets): Return correct type in
969         startup case.
971 2002-03-16  Richard M. Stallman  <rms@gnu.org>
973         * xdisp.c (redisplay_internal, redisplay_windows): 
974         Use list_of_error to call internal_condition_case_1.
975         (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
976         so as to catch all errors with no possibility of debugger redisplay.
977         (list_of_error): New variable.
978         (syms_of_xdisp): Init and staticpro it.
980         * print.c (print_object): Delete `\ ' from printed rep of frame.
982 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
984         * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
985         until its implementation is fixed.
987 2002-03-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
989         * xfns.c (png_load): Remove unused variable `gamma_str'.
991 2002-03-14  Richard M. Stallman  <rms@gnu.org>
993         * xfns.c (x_real_positions): Handle failure in XQueryTree.
995 2002-03-14  Miles Bader  <miles@gnu.org>
997         * intervals.c (adjust_for_invis_intang): New function.
998         (set_point_both): Use `adjust_for_invis_intang' to do most of the
999         work for dealing with invisible+intangible regions.  Do so before
1000         and after both forward and backward movements, to handle both
1001         front-sticky and rear-sticky cases.
1002         * textprop.c (text_property_stickiness): Function moved here from
1003         `editfns.c'.
1004         * intervals.h (text_property_stickiness): New declaration.
1005         * editfns.c (char_property_eq): Function removed.
1006         (text_property_stickiness): Function moved to `textprop.c'.
1008 2002-03-13  Jason Rumney  <jasonr@gnu.org>
1010         * config.in: Add STRFTIME_NO_POSIX2.
1012         * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
1013         and %OX when underlying strftime does not.
1015 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
1017         * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
1018         Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
1019         line) to avoid annoying flicker.
1020         (xm_scroll_callback): Get rid of the now unnecessary kludge.
1021         (XTread_socket): Mark it static.
1023         * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
1025 2002-03-13  Kim F. Storm  <storm@cua.dk>
1027         * puresize.h (BASE_PURESIZE): Increase to 775000.
1029 2002-03-12  Juanma Barranquero  <lektu@terra.es>
1031         * editfns.c (syms_of_editfns): Fix typo.
1033 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
1035         * xsmfns.c: Include stdio.h because termhooks.h needs it.
1036         Include termopt.h for interrupt_input.
1038 2002-03-11  Andreas Schwab  <schwab@suse.de>
1040         * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
1042 2002-03-11  Gerd Moellmann  <gerd@gnu.org>
1044         * xterm.c (note_mouse_movement): Put code for
1045         x_autoselect_window_p in #if 0.
1047         * lread.c (Fload): Don't assume that message_with_string uses the
1048         string it is given like a C string.
1050 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1052         * xterm.h (x_session_check_input, x_session_initialize): Declared.
1054         * xterm.c: (XTread_socket): Add call to x_session_check_input and
1055         x_session_have_connection.
1056         (x_initialize): Add call to x_session_initialize.
1058         * termhooks.h (enum event_kind): Add save_session_event.
1060         * keyboard.c: Add Emacs event save_session_event.
1062         * emacs.c (main): Add call to syms_of_xsmfns.
1064         * lisp.h: Declare syms_of_xsmfns as extern.
1066         * config.in: Add HAVE_X_SM.
1068         * Makefile.in (LIBXT): Add -lSM -lICE
1069         if HAVE_X_SM and not USE_X_TOOLKIT.
1070         (XOBJ): New file xsmfns.c added.
1072         * xsmfns.c: New file for X session management.
1074 2002-03-09  Jason Rumney  <jasonr@gnu.org>
1076         * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
1077         read-only when setting modified time.
1079 2002-03-08  Gerd Moellmann  <gerd@gnu.org>
1081         * xdisp.c (move_it_vertically_backward): At the end of the
1082         function, when moving forward by lines, treat terminal frames
1083         specially.
1085         * keyboard.c (echo_char): Make sure to add a separator between
1086         keys even if echo_dash hasn't been called.
1088         * xdisp.c: Use new string macros.
1089         (update_echo_area): Pass number of bytes to message3 instead of
1090         number of chars.
1091         (set_message_1): Don't access a string's size_byte directly.
1092         (decode_mode_spec_coding): Use number of bytes of eoltype string
1093         instead number of chars.
1095         * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
1097 2002-03-08  Juanma Barranquero  <lektu@terra.es>
1099         * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
1100         24-bit.
1102 2002-03-06  Jason Rumney  <jasonr@gnu.org>
1104         * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
1106 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
1108         * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
1109         (cancel_echoing, echo_length, echo_truncate): Changed to
1110         work with new kboard definition.
1111         (echo_now): Use message3_nolog instead of message2_nolog.
1113         * alloc.c (mark_kboards): Mark echo_string.
1115         * keyboard.h (ECHOBUFSIZE): Removed.
1116         (struct kboard): Member echoptr removed, member echobuf renamed
1117         to echo_string.
1119         * xdisp.c (message_with_string): Use Fformat instead of doprnt and
1120         message3 instead of message2 to display the message using STRING's
1121         text properties.
1123 2002-03-05  Andreas Schwab  <schwab@suse.de>
1125         * xdisp.c (hscroll_margin): Change to EMACS_INT.
1127 2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1129         * frame.c (default-frame-alist): Explain that setting it doesn't
1130         affect existing frames.
1132 2002-03-05  Stefan Monnier  <monnier@cs.yale.edu>
1134         * indent.c (skip_invisible): Fix my brain fart.
1136         * dispnew.c (sit_for): Don't wait if executing a kbd macro.
1138 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
1140         * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
1141         * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
1142         * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
1143         * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
1144         and variables to use EMACS_INT instead of just int.
1146         * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
1148 2002-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
1150         * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
1151         environment, pass it down with corrected value.
1153 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1155         * lread.c (read_filtered_event): Do not call start_hourglass
1156         before returning.
1158 2002-03-04  Juanma Barranquero  <lektu@terra.es>
1160         * w32term.c (x_display_and_set_cursor): Fix typo.
1162 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1164         * fileio.c (Fmake_temp_name): Doc fix.
1166 2002-03-03  Gary Wong  <gtw@gnu.org>
1168         * termcap.c [!emacs]: Replace ospeed for building standalone
1169         libtermcap, for binary compatibility.
1171         * tparam.c [!emacs]: Move #define of bcopy to after string.h.
1173 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1175         * xrdb.c (file_p): Rename arg `path' to `filename'.
1177         * abbrev.c (Fexpand_abbrev): Increment plist as use count
1178         only if it is an integer.
1180         * xfns.c (png_load): Set screen_gamma based on f->gamma.
1181         If png_get_sRGB gives an answer, call png_set_gamma
1182         using the default image gamma value.
1184         * lread.c (read1): When reading from a file, default string to
1185         multibyte only if it has some multibyte characters.
1187         * print.c (print_object): Output multibyte chars 128...255
1188         using \x even if ! print_escape_multibyte.
1190         * xdisp.c (display_mode_element): Move the places where
1191         bytepos, charpos, this, and lisp_string are set.
1192         Use lisp_string to set bytepos.
1194         * xdisp.c (redisplay_internal):
1195         Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
1197         * xdisp.c (display_mode_element): Merge properties specified with
1198         :propertize onto those that come with the string.
1200 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
1202         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
1203         automatic-hscrolling.  Users changed.
1204         <hscroll-margin>: Renamed from automatic-hscroll-margin.
1205         Users changed.
1206         <hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
1208 2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
1210         * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
1212 2002-03-02  Kim F. Storm  <storm@cua.dk>
1214         * window.c (Fminibuffer_selected_window): New function.
1215         (syms_of_window): Defsubr it.
1217 2002-03-01  Kim F. Storm  <storm@cua.dk>
1219         * window.h (struct window): New member phys_cursor_width.
1221         * window.c (make_window, replace_window): Init phys_cursor_width.
1223         * xterm.c (x_display_and_set_cursor): Blink box cursor using
1224         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
1226         * w32term.c (x_display_and_set_cursor): Blink box cursor using
1227         hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
1229         * lisp.h (GCPRO6): New macro.
1231         * process.c (Fopen_network_stream): Use GCPRO6.
1233 2002-03-01  Kim F. Storm  <storm@cua.dk>
1235         * process.c (Qconnect, Qfailed): New variables.
1236         (syms_of_process): Intern and staticpro them.
1237         (Fprocess_status): Document connect and failed return values.
1238         [NON_BLOCKING_CONNECT]: New conditional.
1239         (connect_wait_mask, num_pending_connects): New variables.
1240         (status_message): Convert Qfailed status.
1241         (Fopen_network_stream): Added support for non-blocking connect.
1242         New optional args: filter, sentinel, non_blocking.  Doc updated.
1243         [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
1244         (deactivate_process): Handle pending non-blocking connect.
1245         (wait_reading_process_input): Poll for status of non-blocking
1246         connects.  Exec sentinel directly when connect succeeds.
1247         (status_notify): Don't read process output if not yet connected.
1249 2002-02-28  Kim F. Storm  <storm@cua.dk>
1251         * window.c: (minibuf_selected_window): Renamed from
1252         Vminibuf_selected_window.  Users changed.
1253         (syms_of_window): Staticpro it.
1255 2002-02-26  Kim F. Storm  <storm@cua.dk>
1257         The following changes add a new Vminibuf_selected_window variable
1258         which is similar to Vminibuf_scroll_window, but which is only set
1259         on entry to the minibuffer (from a non-minibuffer window):
1261         * window.c: (Vminibuf_selected_window): New variable.
1262         (struct save_window_data): New member minibuf_selected_window.
1263         (Fset_window_configuration): Restore Vminibuf_selected_window.
1264         (Fcurrent_window_configuration): Save Vminibuf_selected_window.
1265         Set minibuf_scroll_window member to nil if minibuf_level is 0.
1266         (compare_window_configurations): Compare minibuf_selected_window.
1268         * window.h: (Vminibuf_selected_window): Declare extern.
1270         * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
1271         entry to minibuffer or on entry from a non-minibuffer window.
1273         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
1274         Vminibuf_selected_window instead of Vminibuf_scroll_window.
1276         * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
1277         instead of Vminibuf_scroll_window when deciding in which window
1278         the region should be highlighted.  Consequently, the region remains
1279         highlighteded even when a completion buffer is also displayed.
1281 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1283         * fileio.c (Fsubstitute_in_file_name): Fix the change from
1284         2002-02-08.
1286         * xselect.c (Qcompound_text_with_extensions): Renamed from
1287         Qcompound_text_no_extensions.
1288         (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
1290 2002-02-26  Juanma Barranquero  <lektu@terra.es>
1292         * w32proc.c (syms_of_ntproc): Doc fix.
1294 2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1296         * intervals.h: Include "dispextern.h" unconditionally.
1298 2002-02-24  Jason Rumney  <jasonr@gnu.org>
1300         * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
1301         and disp-table.elc.
1302         (lisp): Add emacs-lisp/backquote.elc.
1304 2002-02-24  Kim F. Storm  <storm@cua.dk>
1306         * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
1307         The validation of the event type was too strict as it didn't
1308         allow string events; buffer names are used in bindings for
1309         menu-bar-select-buffer (see `menu-bar-update-buffers').
1311 2002-02-23  Kim F. Storm  <storm@cua.dk>
1313         The following changes rework my patch of 2002-02-06 which
1314         added command remapping by entering the commands directly into
1315         the keymaps.  Now, command remapping uses an explicit `remap'
1316         prefix in the keymaps, i.e. [remap COMMAND].
1318         * keymap.c (Qremap, remap_command_vector): New variables.
1319         (is_command_symbol): Removed function.
1320         (Fdefine_key): No longer accept a symbol for KEY.
1321         Added validation of [remap COMMAND] argument for KEY.
1322         The DEF is no longer required to be a symbol when remapping a command.
1323         (Fremap_command): New function to remap command through keymaps.
1324         (Flookup_key): Perform command remapping initiated by
1325         Fremap_command directly for speed.
1326         (Fkey_binding): Use Fremap_command for command remapping.
1327         (where_is_internal): Handle new command remapping representation.
1328         (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
1329         staticpro them.  Defsubr Fremap_command.
1331         * keymap.h (Fremap_command): Declare extern.
1332         (is_command_symbol): Remove extern.
1334         * keyboard.c (command_loop_1): Use Fremap_command for command
1335         remapping; now try command remapping for all symbols.
1337 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1339         * coding.h (run_pre_post_conversion_on_str): Add prototype.
1341 2002-02-23  Jason Rumney  <jasonr@gnu.org>
1343         * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
1344         on the string before encoding it.
1345         (Fw32_get_clipboard_data): Run post-read-conversion on the string
1346         after decoding it.
1348         * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
1350 2002-02-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1352         * w32term.c (enter_timestamp): Remove unused static variable to
1353         prevent warning.
1355         * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
1357 2002-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
1359         * w16select.c (Fw16_get_clipboard_data): Fix last change.
1361         * xselect.c (selection_data_to_lisp_data): Fix last change.
1363 2002-02-22  Jason Rumney  <jasonr@gnu.org>
1365         * w32term.h (struct w32_output): New member menu_command_in_progress.
1367         * w32menu.c (menubar_selection_callback): Free the menu and
1368         clear the menu_command_in_progress flag.
1370         * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
1371         (menu_free_timer): New variable.
1372         (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
1373         (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
1374         <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
1375         menu command is in progress.
1376         <WM_COMMAND>: Set the menu_command_in_progress flag.
1377         Kill any menu_free_timer that is running.
1379         * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
1380         Call ExtTextOutA rather than ExtTextOut.
1382 2002-02-22  Eli Zaretskii  <eliz@gnu.org>
1384         * puresize.h (BASE_PURESIZE): Increase to 755000.
1386 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1388         * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
1389         on the string before encoding it.
1390         (Fw16_get_clipboard_data): Run post-read-conversion on the string
1391         after decoding it.
1393 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1395         Support for ICCCM  Extended Segments in X selections:
1397         * xselect.c <Qcompound_text_no_extensions>: New variable.
1398         (syms_of_xselect): Intern and staticpro it.
1399         (selection_data_to_lisp_data): Run post-read-conversion on decoded
1400         selection text.
1401         (lisp_data_to_selection_data): If next-selection-coding-system is
1402         compound-text-no-extensions, set the type of selection to be
1403         compound-text.
1405         * xterm.h (x_encode_text): Update prototype.
1407         * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
1408         callers changed.  If SELECTIONP is non-zero, run the
1409         pre-write-conversion function before encoding the selection text.
1411 2002-02-21  Kim F. Storm  <storm@cua.dk>
1413         * frame.c (syms_of_frame): Change mouse-highlight default to t.
1415         * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
1416         Correct composing of language-change event.
1418 2002-02-20  Kim F. Storm  <storm@cua.dk>
1420         * keyboard.c (menu_bar_items): Don't include keymap or local-map
1421         bindings at PT when building menu (the menu is not updated often
1422         enough for this to work reliable).
1423         (tool_bar_items): Likewise.
1424         (current_active_maps): Removed unused (and buggy) function.
1426 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1428         * xfns.c (gif_load): Use correct width and height for GIF images.
1430 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
1432         * floatfns.c (Fatan): Accept an optional second arg and call
1433         atan2 if passed 2 args.
1435 2002-02-18  Jason Rumney  <jasonr@gnu.org>
1437         * w32term.c (glyph_rect): Determine the row and glyph more precisely.
1439 2002-02-17  Jason Rumney  <jasonr@gnu.org>
1441         * w32term.c (x_autoselect_window_p): New variable.
1442         (syms_of_w32term): DEFVAR_BOOL and initialize it.
1443         (note_mouse_movement): Use it.
1445         * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
1447         * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
1449         * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1450         New variables.
1451         (syms_of_w32fns): Intern and staticpro them.
1452         (x_frame_parms) <"fullscreen">: New parameter.
1453         (x_fullscreen_move, x_set_fullscreen): New functions.
1454         (x_set_frame_parameters): Support Qfullscreen.
1455         (x_real_positions): Save x/y_pixels_diff frame params.
1456         (x_figure_window_size): Support full-screen frames.
1457         (Fx_create_frame): Default the fullscreen parameter.
1459         * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
1460         (x_fullscreen_adjust): New functions.
1461         (w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
1462         fullscreen.  Call x_check_fullscreen_move, and set the
1463         want_fullscreen member of output_data.w32
1464         <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
1466         * w32term.h: New enum for FULLSCREEN_* constants.
1467         (struct w32_output): New members want_fullscreen, x_pixels_diff,
1468         y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
1469         (x-fullscreen-adjust): New prototype.
1471 2002-02-17  Kim F. Storm  <storm@cua.dk>
1473         * frame.c: (Vmouse_highlight): New variable.
1474         (syms_of_frame): DEFVAR_LISP it.
1476         * frame.h: (Vmouse_highlight): Declare extern.
1478         * xterm.h (struct x_display_info): Add mouse_face_hidden.
1480         * xterm.c (disable_mouse_highlight): Removed variable.
1481         (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1482         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1483         (XTread_socket): Turn mouse_face_hidden off after mouse movement,
1484         and on after keyboard input.
1485         (x_term_init): Initialize mouse_face_hidden.
1487         * msdos.h (struct display_info): Add mouse_face_hidden.
1489         * msdos.c (disable_mouse_highlight): Removed variable.
1490         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1491         (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
1492         (internal_terminal_init): Initialize mouse_face_hidden.
1493         (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
1494         and on after keyboard input.
1496         * w32term.h (struct w32_display_info): Add mouse_face_hidden.
1498         * w32term.c (disable_mouse_highlight): Removed variable.
1499         (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
1500         (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
1501         (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
1502         and on after keyboard input.
1503         (w32_initialize_display_info): Initialize mouse_face_hidden.
1505 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1507         * msdos.c (last_mouse_window): New variable.
1508         (dos_rawgetc): Fix last change--if the mouse is in the same window
1509         as recorded in last_mouse_window, don't select this window.
1511         * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
1513         * msdos.c (x_autoselect_window_p): New variable.
1514         (syms_of_msdos): Defvar it.
1515         (dos_rawgetc): If x_autoselect_window_p is set, select the window
1516         in which the last mouse movement occured, unless it is already
1517         selected.
1519         * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
1520         New variables.
1521         (syms_of_xdisp): DEVFAR them.
1522         (hscroll_window_tree): Use automatic_hscroll_margin and
1523         Vautomatic_hscroll_step to compute the amount of window scrolling.
1525 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1527         * xterm.c (x-autoselect-window): New variable.
1528         (note_mouse_movement): Use it.
1530         * keyboard.c: Do not include "systime.h" twice.
1532 2002-02-15  Andreas Schwab  <schwab@suse.de>
1534         * puresize.h (BASE_PURESIZE): Increase to 9/5.
1536         * alloc.c (NSTATICS): Increase to 1280.
1538 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1540         * alloc.c (NSTATICS): Bump to 1026.
1542         * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
1543         (Vx_super_keysym): New variables.
1544         (syms_of_xterm): DEFVAR_LISP them.
1545         (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
1546         variables to determine which keys to use for the various modifiers.
1548 2002-02-13  Kim F. Storm  <storm@cua.dk>
1550         * window.c: (Vmode_line_in_non_selected_windows): Removed.
1551         (mode_line_in_non_selected_windows): New variable.
1552         (syms_of_window): DEFVAR_BOOL it.
1554         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
1555         Use mode_line_in_non_selected_windows.
1556         (mode_line_in_non_selected_windows): Declare extern.
1557         (Vmode_line_in_non_selected_windows): Removed extern.
1559 2002-02-13  Richard M. Stallman  <rms@gnu.org>
1561         * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
1562         (Fthis_single_command_keys, Fthis_single_command_raw_keys)
1563         (Fclear_this_command_keys): Doc fixes.
1565         * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
1566         (update_face_from_frame_parameter): Increment face_change_count
1567         and windows_or_buffers_changed to force redisplay using changed faces.
1569         * xdisp.c (QCpropertize): New variable.
1570         (mode_line_proptrans_alist): New variable.
1571         (display_mode_element): New arg PROPS; all calls changed.
1572         Implement this, for strings.
1573         Handle literal output of strings by sharing the
1574         main-line code for strings, using local var `literal'.
1575         Handle :propertize feature.
1576         (syms_of_xdisp): Initialze and staticpro QCpropertize and
1577         mode_line_proptrans_alist.
1579 2002-02-11  Kim F. Storm  <storm@cua.dk>
1581         * window.c: (Vmode_line_in_non_selected_windows): New variable.
1582         (syms_of_window): DEFVAR_LISP it.
1584         * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
1585         (CURRENT_MODE_LINE_FACE_ID): Use it.
1586         (Vmode_line_in_non_selected_windows): Declare extern.
1588         * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
1589         to get mode line face.
1591 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
1593         * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
1594         variables; cus-start.el doesn't need them anymore.
1596 2002-02-09  Kim F. Storm  <storm@cua.dk>
1598         * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
1599         reduction.  This fixes a display problem where stray newlines were
1600         inserted in the window (corrected by C-l).  Clarified code (IMHO).
1602 2002-02-09  Eli Zaretskii  <eliz@is.elta.co.il>
1604         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
1606         * xdisp.c (display_mode_lines): Fix last change.
1608 2002-02-09  Jason Rumney  <jasonr@gnu.org>
1610         * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
1611         match each other.
1612         (w32_load_system_font): Prevent Cleartype fonts from loading.
1613         (Fx_show_tip): Ensure tip frames are above other topmost windows.
1615 2002-02-09  Kim F. Storm  <storm@cua.dk>
1617         * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
1618         (CURRENT_MODE_LINE_HEIGHT): Use it.
1619         (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
1621         * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
1622         (pos_visible_p, handle_face_prop): Likewise.
1623         (display_mode_lines): Likewise, but for the real selected window.
1624         (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
1626         * xfaces.c (Qmode_line_inactive): New face variable for mode-line
1627         in non-selected windows.
1628         (realize_basic_faces): Realize it.
1629         (syms_of_term): Intern and staticpro it.
1631 2002-02-08  Kim F. Storm  <storm@cua.dk>
1633         * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
1634         Changed mail addresses to emacs-devel@gnu.org.
1636 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1638         * fileio.c (Fsubstitute_in_file_name): If the file name includes
1639         ~user, and there's no such user, don't discard everything before ~user.
1641         * floatfns.c (Fround): Doc fix.
1643 2002-02-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1645         * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
1647 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
1649         * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
1651 2002-02-07  Kim F. Storm  <storm@cua.dk>
1653         * keymap.c (where_is_internal): Only check whether definition is
1654         remapped if it fulfills is_command_symbol.
1656 2002-02-07  Andreas Schwab  <schwab@suse.de>
1658         * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
1660         * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
1662 2002-02-06  Kim F. Storm  <storm@cua.dk>
1664         * keymap.c (Fdefine_key): Allow symbol as KEY argument for
1665         defining command remapping.  Doc updated.
1666         (Flookup_key): Remap command through keymap if KEY is a symbol.
1667         (is_command_symbol): New function.
1668         (Fkey_binding): Use it.  New optional argument NO-REMAP.
1669         Doc updated.  Callers changed.  Perform command remapping via
1670         recursive call unless that arg is non-nil.
1671         (where_is_internal): New argument no_remap.  Callers changed.
1672         Call recursively to find original key bindings for a remapped
1673         comand unless that arg is non-nil.
1674         (Fwhere_is_internal): New optional argument NO-REMAP.
1675         Doc updated.  Callers changed.  Pass arg to where_is_internal.
1677         * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
1678         (is_command_symbol): Added prototype.
1680         * keyboard.c (Vthis_original_command): New variable.
1681         (syms_of_keyboard): DEFVAR_LISP it.
1682         (command_loop_1): Set it, and perform command remapping.
1684 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1686         * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
1688 2002-02-06  Jason Rumney  <jasonr@gnu.org>
1690         * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
1692 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1694         * charset.c (get_charset_id): Use if-else instead of ?:.
1696 2002-02-06  Richard M. Stallman  <rms@gnu.org>
1698         * filelock.c (S_ISLNK): Define if not defined.
1700 2002-02-03  Richard M. Stallman  <rms@gnu.org>
1702         * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
1704         * lread.c (read1): Redesign strategy for force_multibyte and
1705         force_singlebyte.  Now is_multibyte records whether read_buffer
1706         is multibyte.  Encountering any multibyte character makes it so.
1708 2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
1710         * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
1711         with the same sequence, map that sequence to f10 rather than f0.
1713 2002-02-03  Andreas Schwab  <schwab@suse.de>
1715         * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
1716         latter never being defined on GNU/Linux.
1718 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1720         * xfaces.c (realize_default_face): Don't set the weight and slant
1721         of the default face to Qnormal, unless these attributes are
1722         unspecified.
1724 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1726         * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
1727         Call cancel_hourglass unconditionally.
1729         * eval.c (Fsignal): Remove duplicated declaration of
1730         the variable `display_hourglass_p'.
1732 2002-01-31  Richard M. Stallman  <rms@gnu.org>
1734         * editfns.c (region_limit): Nicer error message.
1736         * coding.c (decode_composition_emacs_mule):
1737         Give up if NCOMPONENT gets too large to index `component'.
1739         * callint.c (check_mark): New arg to specify clearer error message.
1740         Callers changed.
1742 2002-01-27  Richard M. Stallman  <rms@gnu.org>
1744         * minibuf.c (Fcompleting_read): Doc fix.
1746 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1748         * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
1749         (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
1750         Fix doc-strings.
1752 2002-01-26  Richard M. Stallman  <rms@gnu.org>
1754         * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
1756         * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
1757         and scroll_up_aggressively.
1759 2002-01-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1761         * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
1763 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1765         * textprop.c (Fnext_property_change, Fnext_single_property_change)
1766         (Fprevious_property_change, Fprevious_single_property_change):
1767         Stay within the narrowed-buffer boundaries.
1769 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1771         * term.c (Ftty_display_color_cells): New function.
1772         (syms_of_term): Defsubr it.
1773         (Ftty_display_color_cells, Ftty_display_color_p): Change the
1774         argument name to DISPLAY.  Doc fix.
1776         * dispextern.h: Add prototype for set_tty_color_mode and
1777         tty_setup_colors.
1779 2002-01-24  Jason Rumney  <jasonr@gnu.org>
1781         * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
1782         If region left to draw is not what was expected, mark the frame as
1783         garbaged.
1785         * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
1786         Combine the regions returned by BeginPaint and GetUpdateRect.
1788 2002-01-23  Jason Rumney  <jasonr@gnu.org>
1790         * w32term.c (x_update_window_begin): Only hide caret if
1791         w32_use_visible_system_caret is set.
1792         (x_update_window_end): Only show caret if
1793         w32_use_visible_system_caret is set.
1794         (syms_of_w32term): Handle SystemParametersInfo call failing.
1796         * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
1798 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1800         * unexelf.c (unexec): Define n so as to cause compilation error
1801         for the code where people have often written n instead of nn.
1803         * .gdbinit (hookpost-run): Defined.
1805 2002-01-22  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1807         * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
1809 2002-01-21  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1811         * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
1812         if fullscreen is being set.
1814 2002-01-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1816         * minibuf.c (Fminibuffer_contents)
1817         (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
1818         (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
1820 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1822         * window.c (check_frame_size): Fix minimum height calculation.
1824 2002-01-20  Ken Raeburn  <raeburn@gnu.org>
1826         * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
1827         height before comparison.
1828         (WINDOW_WANTS_HEADER_LINE_P): Likewise.
1830 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1832         * w32term.c (w32_system_caret_width): Remove.
1833         (w32_use_visible_system_caret): New user flag.
1834         (syms_of_w32term): DEFVAR_BOOL it.  Initialize based on whether
1835         Windows reports a screen reader running.
1836         (x_update_window_begin): Hide the system caret.
1837         (x_update_window_end): Show the system caret.
1838         (x_display_and_set_cursor): Don't draw a cursor when
1839         w32_use_visible_system_caret is set.  Do not adjust width.
1841         * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
1842         (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
1843         <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
1844         the user requests it.  Use system default width when creating.
1845         <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
1847         * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
1848         New window messages.
1850 2002-01-20  Richard M. Stallman  <rms@gnu.org>
1852         * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
1854 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1856         * doprnt.c (doprnt1): Fix typos in error call.
1858 2002-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
1860         * unexelf.c (unexec) [__sgi]: Support the .got sections.
1862 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1864         * w32term.c (w32_native_per_char_metric): Don't trust the metrics
1865         that Windows returns.  If a double check fails, try to guess how
1866         ExtTextOut is going to act.
1868         * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
1869         in place of stricmp.
1870         (w32_list_synthesized_fonts): Removed.
1871         (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
1872         (struct enumfont_t): New element; list.
1873         (enum_font_cb2): List all style and charset variations of a font.
1874         (Fw32_select_font): New optional argument; include_proportional.
1875         Exclude vertical fonts.  Exclude proportional fonts unless
1876         include_proportional is non-nil.
1877         (w32_enable_synthesized_fonts): Change to a boolean.
1878         (Fw32_send_sys_command): Doc fix.
1880 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1882         * dispnew.c (update_frame): Move the variable `tem' to the block
1883         where it is used.
1885 2002-01-19  Jason Rumney  <jasonr@gnu.org>
1887         * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
1888         call to face-set-after-frame-default.
1890 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1892         * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
1893         (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
1895 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1897         * window.c (enlarge_window): When exceeding size of parent,
1898         directly delete all the siblings instead of trying to resize it.
1900 2002-01-17  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1902         * term.c (set_tty_color_mode): Remove unused variable `tem'.
1904 2002-01-16  Henrik Enberg  <henrik@enberg.org>
1906         * lread.c (init_lread): Move the installed-lisp dirs later in the path.
1908 2002-01-16  Kim F. Storm  <storm@cua.dk>
1910         * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
1911         is invisible.  This can happen if cursor is on top line of a
1912         window, and we switch to a buffer with a header line.
1914         * w32term.c (x_erase_phys_cursor): Ditto.
1916 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1918         * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
1919         `dont_resize' only when used.
1921         * xdisp.c: Remove forgotten extern declaration of `Qimage'.
1923 2002-01-15  Eli Zaretskii  <eliz@is.elta.co.il>
1925         * xdisp.c (display_mode_element): When computing charpos, depend
1926         on multibyteness of elt, not the text in field.
1928 2002-01-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1930         * buffer.c (Fkill_all_local_variables):
1931         Increment `update_mode_lines' only once.
1933 2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1935         * lisp.h (adjust_after_replace_noundo)
1936         (Fupdate_coding_systems_internal): Add prototypes.
1938         * sound.c (Fplay_sound): Initialize header_size also for :data case.
1940 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
1942         Support for the --color command-line argument and tty-color-mode
1943         frame parameter:
1945         * term.c (tty_default_color_capabilities, tty_setup_colors)
1946         (set_tty_color_mode): New functions.
1947         (term_init): Call tty_default_color_capabilities.
1948         (Qtty_color_mode_alist): New variable.
1949         (syms_of_term): Intern and staticpro it.
1951         * frame.c (store_frame_param): Call set_tty_color_mode for termcap
1952         frames.
1953         (do_switch_frame): For termcap frames, switch the tty
1954         color mode as specified by the frame's parameters.
1955         (Qtty_color_mode): New variable.
1956         (syms_of_frame): Intern and staticpro it.
1958         * emacs.c (USAGE2): Add the --color option.
1959         (standard_args): Ditto.
1961 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
1963         * xterm.h (struct x_output): New members want_fullscreen,
1964         x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
1965         y_pixels_outer_diff.
1966         New enum for FULLSCREEN_* constants.
1967         (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
1968         is NULL.
1969         (x_fullscreen_adjust): Add prototype.
1971         * emacs.c (USAGE2): Add the new full-screen arguments.
1972         (standard_args): Ditto.
1974         * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
1975         New variables.
1976         (syms_of_xfns): Intern and staticpro them.
1977         (x_frame_parms) <"fullscreen">: New parameter.
1978         (x_fullscreen_move, x_set_fullscreen): New functions.
1979         (x_set_frame_parameters): Support for Qfullscreen.
1980         (x_real_positions): More accurate computation of the frame position.
1981         (x_figure_window_size): Support full-screen frames.
1982         (Fx_create_frame): Default the fullscreen parameter.
1984         * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
1985         (XTread_socket) <Expose>: Call x_check_fullscreen.
1986         <ConfigureNotify>: Don't resize to fullscreen.
1987         Call x_check_fullscreen_move, and set the want_fullscreen member of
1988         output_data.x.
1990 2002-01-13  Jason Rumney  <jasonr@gnu.org>
1992         * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
1993         for mice with more than 3 buttons.
1995         * w32term.c (parse_button): New parameter xbutton.  Callers changed.
1996         (w32_read_socket): Handle new "XBUTTON" messages.
1998         * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
1999         (syms_of_w32fns): DEFVAR_BOOL it.
2000         (w32_wnd_proc): Handle new "XBUTTON" messages.
2002 2002-01-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2004         * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
2006 2002-01-13  Andreas Schwab  <schwab@suse.de>
2008         * xterm.c (x_load_font): Never set fonts_changed_p to zero.
2010 2002-01-12  Andreas Schwab  <schwab@suse.de>
2012         * .gdbinit (xbuffer): Remove address operator since data is now a
2013         pointer.
2015 2002-01-11  Richard M. Stallman  <rms@gnu.org>
2017         * insdel.c (adjust_after_replace_noundo): New function.
2019         * coding.c (code_convert_region): Don't copy old text if undo disabled.
2021 2002-01-09  Jason Rumney  <jasonr@gnu.org>
2023         * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
2024         when checking for multiple frames.
2026 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2028         * window.c (delete_window): Rewrite the code for changing the
2029         selected window to handle the case where WINDOW is not a leaf.
2031 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
2033         * process.c (send_process): Set src_multibyte to 1 after the call
2034         top setup_coding_system, not before the call.
2036 2002-01-07  Jason Rumney  <jasonr@gnu.org>
2038         * xmenu.c (set_frame_menubar, xmenu_show):
2039         (xdialog_show): Initialize wv->help to Qnil.
2041         * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
2042         (w32_dialog_show): Initialize wv->help to Qnil.
2044 2002-01-06  Jason Rumney  <jasonr@gnu.org>
2046         * xmenu.c (single_submenu): Initialize wv->help to Qnil.
2048         * w32menu.c (w32_menu_display_help): Revert last change.
2050         * xmenu.c (menu_highlight_callback): Revert last change.
2052 2002-01-06  Andreas Schwab  <schwab@suse.de>
2054         * insdel.c (make_gap_larger): Make sure buffer size does not
2055         overflow range of int.
2057 2002-01-05  Jason Rumney  <jasonr@gnu.org>
2059         * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
2060         OVERLAPS_P.
2062         * w32menu.c (w32_menu_display_help): Hide any tooltip window.
2064         * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
2065         to the left or to the right of the pointer, put it against
2066         the left screen edge.
2067         (x_frame_parms): Add missing braces around initializer.
2069         * w32term.c (x_setup_relief_colors): Don't compute an image's
2070         background color if it doesn't have a Pixmap.
2071         (notice_overwritten_cursor): Don't depend on
2072         output_cursor and updated_area.  Compare pixel coordinates with
2073         window's cursor pixel coordinates.
2074         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
2075         Call notice_overwritten_cursor with new arg list.
2076         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
2077         unconditionally.
2078         (x_draw_image_relief): Use predefined macro instead of
2079         constant when the value of `tool_bar_button_relief' is negative.
2081         * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
2083 2002-01-04  Richard M. Stallman  <rms@gnu.org>
2085         * xmenu.c (menu_highlight_callback): Hide any tooltip window.
2087 2002-01-03  Richard M. Stallman  <rms@gnu.org>
2089         * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
2090         (Fkey_binding): Try the `keymap' property map first.
2091         (Fdescribe_buffer_bindings): Show `keymap' property bindings before
2092         minor mode bindings.
2094 2002-01-03  Kim F. Storm  <storm@cua.dk>
2096         * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
2098 2002-01-02  Richard M. Stallman  <rms@gnu.org>
2100         * keyboard.c (read_key_sequence): Handle the keymap property
2101         before minor mode maps.
2103         * editfns.c (Fformat): Update thissize from field_width
2104         based on the actual width, in the string case.
2106 2002-01-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2108         * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
2109         when used as truth value to prevent gcc warnings.
2111         * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
2112         * w32proc.c: Include <config.h>.
2114 2002-01-01  Andreas Schwab  <schwab@suse.de>
2116         * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
2117         not EMACS_INT, to make them compatible with DEFVAR_INT.
2118         * lisp.h (max_specpdl_size): Adjust declaration.
2120 2002-01-01  Richard M. Stallman  <rms@gnu.org>
2122         * print.c (print_object): Test print_escape_nonascii only for
2123         unibyte strings.
2124         (PRINTPREPARE): Once again bind Qprint_escape_nonascii
2125         when outputting to a multibyte buffer.
2127 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2129         * print.c (print_object): In multibyte string, use hex escapes.
2130         Use octal only for unibyte strings.
2131         (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
2133         * lread.c (read_escape): New arg BYTEREP for reporting whether
2134         escape forces unibyte or multibyte.
2135         (read1): When reading a string, take note of that info.
2137 2001-12-29  Ken Raeburn  <raeburn@gnu.org>
2139         * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
2140         comparison to test lisp value returned by Fget.
2142 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2144         * lisp.h (max_specpdl_size): Add declaration.
2146         * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
2148         * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
2149         Handle modifier bits.  Correct typo in error message.
2151 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2153         * abbrev.c: Use the plist of an abbrev for multiple params if nec.
2154         (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
2155         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
2156         Update calls to Fdefine_abbrev.
2157         (write_abbrev): Update for changed data format.
2158         Don't list "system" abbrevs.
2159         (Fexpand_abbrev): Update use count with new data format.
2160         (describe_abbrev): Update for changed data format.
2161         (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
2163         * config.in (HAVE_MBSINIT): Add #undef.
2165         * strftime.c (mbsinit): Define as no-op if not available.
2167         * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
2168         (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
2170         * keymap.c (Flookup_key): Error message if key has wrong data type.
2171         (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
2172         (exclude_key): New variable.
2174 2001-12-28  Gerd Moellmann  <gerd@gnu.org>
2176         * xterm.c (x_setup_relief_colors): Don't compute an image's
2177         background color if it doesn't have a Pixmap.
2179         * xterm.c (notice_overwritten_cursor): Don't depend on
2180         output_cursor and updated_area.  Compare pixel coordinates with
2181         window's cursor pixel coordinates.
2182         (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
2183         Call notice_overwritten_cursor with new arg list.
2184         (show_mouse_face): Fix bug setting a row's mouse_face_p flag
2185         unconditionally.
2187         * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
2188         height of the cursor line to the amount to scroll.
2190 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2192         * intervals.c (set_point_both): The position after an invisible,
2193         intangible character is not an acceptable stopping point.
2195 2001-12-27  Ken Raeburn  <raeburn@gnu.org>
2197         * window.c (enlarge_window): In new preserve_before code, convert
2198         CURBEG from lisp object to integer before doing arithmetic.
2200 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2202         * bytecode.c (Fbyte_code): Undo previous change.
2204 2001-12-26  Kim F. Storm  <storm@cua.dk>
2206         * keyboard.c (record_char): Ignore duplicate help-echo events only
2207         separated by mouse-movement.  When tracking mouse, only record
2208         first and last mouse-movement event in same window.
2209         Don't record mouse-movement events in keyboard macros.
2211 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2213         * window.c (enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
2214         (Fenlarge_window): New arg PRESERVE_BEFORE.
2216         * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
2217         instead of Fstring_as_unibyte.
2219 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2221         The following changes remove mocklisp support:
2223         * mocklisp.h, mocklisp.c: Files removed.
2225         * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
2226         `Qmocklisp' and `Qmocklisp_arguments'.
2227         Remove prototype of syms_of_mocklisp.
2229         * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
2231         * callint.c: Do not include mocklisp.h.
2232         (Fcall_interactively): Do not test for mocklisp case.
2234         * eval.c: Remove variables `Qmocklisp_arguments',
2235         `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of ml_apply.
2236         (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
2237         Do not test for mocklisp case.
2238         (Fwhile): Remove unused variable `tem'.
2239         (syms_of_eval): Remove variable `moclisp-arguments'.
2241         * data.c (wrong_type_argument): Remove mocklisp case.
2243         * doc.c (Fdocumentation): Remove mocklisp case.
2245         * emacs.c (main): Do not call syms_of_mocklisp.
2247 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2249         * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
2250         to the left or to the right of the pointer, put it against
2251         the left screen edge.
2253 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2255         * Makefile.in (distclean): Remove .gdbinit if we are building
2256         outside the source tree.
2258 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2260         * w32.c (emacs_root_dir): New function.
2262         * msdos.c (emacs_root_dir): New function.
2264         * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
2265         of the current drive as the fallback for default_directory.
2267         * dired.c (file_name_completion): Run the elements of
2268         completion-ignored-extensions through ENCODE_FILE.
2270         * lisp.h (scmp): Remove prototype, since it's now a static
2271         function private to dired.c.
2273 2001-12-18  Richard M. Stallman  <rms@gnu.org>
2275         * dired.c (scmp): Function moved from minibuf.c.
2276         Delete multibyte handling--used only on encoded strings.
2278         * minibuf.c (scmp): Function moved to dired.c.
2280         * fns.c (merge): Add QUIT call.
2282 2001-12-18  Dave Love  <fx@gnu.org>
2284         * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
2285         language/georgian.el.
2287 2001-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
2289         * Makefile.in (lisp, shortlisp): Synchronize with changes to
2290         lisp/Makefile.in:DONTCOMPILE.
2292 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2294         * xdisp.c (window_box_height): Do not return negative values.
2295         From Gerd Moellmann <gerd@gnu.org>.
2297         * keyboard.c (head_table): Add missing braces around initializer.
2299         * term.c (keys): Likewise.
2301         * xfns.c (x_frame_parms, visual_classes): Likewise.
2303 2001-12-17  Sam Steingold  <sds@gnu.org>
2305         * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
2306         patch (COMPOSING_P, not COMPOSING).
2308 2001-12-17  Richard M. Stallman  <rms@gnu.org>
2310         * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
2312         * coding.c (code_convert_region): Update coding->cmp_data->char_offset
2313         before calling decode_coding.
2315         * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
2317         * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
2318         instead of only for COMPOSITION_DISABLED.
2320 2001-12-16  Richard M. Stallman  <rms@gnu.org>
2322         * alloc.c (pure_alloc): After overflow, allocate just a small block.
2324         * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
2326         * buffer.h (struct buffer): New field `display_error_modiff'.
2327         * buffer.c (reset_buffer): Initialize `display_error_modiff'.
2329         * window.c (Frecenter): Clear display_error_modiff field.
2331         * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
2332         Call redisplay_window, but not if display_error_modiff field says no.
2333         (redisplay_window_error): New function.
2334         (displayed_buffer): New variable.
2335         (redisplay_internal, redisplay_windows): Call the new functions
2336         instead of redisplay_window directly.
2338 2001-12-15  Richard M. Stallman  <rms@gnu.org>
2340         * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
2342 2001-12-14  Andrew Innes  <andrewi@gnu.org>
2344         * makefile.w32-in (EMACSLOADPATH): Define.
2345         ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
2346         (bootstrap-temacs): Remove dependency on bootstrap-clean.
2348 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
2350         * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
2351         parameter have a numeric value all the time.
2353         * w32fns.c (x_report_frame_params): Likewise.
2355 2001-12-12  Richard M. Stallman  <rms@gnu.org>
2357         * fileio.c (Fwrite_region): Doc fix.
2359         * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
2360         (redisplay_internal): Call clear_image_cache only for window terminals.
2362 2001-12-12  Gerd Moellmann  <gerd@gnu.org>
2364         * xdisp.c (move_it_vertically_backward): Change heuristic
2365         for the case that we didn't move far enough initially.
2367         * window.c (Frecenter): Simplify computation in the case of window
2368         system frames and ARG < 0; use window_box_height.
2370 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2372         * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
2373         * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
2375 2001-12-11  Andrew Innes  <andrewi@gnu.org>
2377         * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
2378         arg is negative.
2380 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2382         * m/hp800.h: Split the __hpux conditional into the parts
2383         that are right for GNU/Linux too and the parts that are not.
2384         Use the former if GNU_LINUX.
2385         (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
2387         * s/gnu-linux.h (GNU_LINUX): Defined.
2389 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2391         * macros.c, msdos.c, w16select.c: Change doc-string comments to
2392         `new style' [w/`doc:' keyword].
2394 2001-12-10  Jason Rumney  <jasonr@gnu.org>
2396         * w32menu.c (w32_free_submenu_strings): Clear menu item struct
2397         before using.
2399 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2401         * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
2402         keyword].
2404 2001-12-09  Eli Zaretskii  <eliz@is.elta.co.il>
2406         * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
2408         * s/hpux10.h (srand48): Don't undefine.
2410 2001-12-09  Jason Rumney  <jasonr@gnu.org>
2412         * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
2413         Add     comment to explain where the struct came from.
2414         (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
2415         (add_menu_item): Process pop-up menus first to avoid memory leak.
2416         (add_menu_item, w32_menu_display_help): Use `help' field as
2417         Lisp_Object.
2418         (w32_free_submenu_strings): Only free owner-drawn strings.
2420 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2422         * COPYING: Moved back.
2424         * charset.c (char_to_string_1, translate_char, Fdefine_charset):
2425         Add parentheses around && within ||.
2427         * indent.c (compute_motion): Likewise.
2429         * intervals.c (merge_properties_sticky): Likewise.
2431         * coding.c (setup_coding_system, shrink_encoding_region)
2432         (Fdecode_sjis_char): Likewise.
2434 2001-12-07  Andreas Schwab  <schwab@suse.de>
2436         * xdisp.c (display_mode_element): Don't read past end of string if
2437         it ends with '%'.
2439         * alloc.c (inhibit_garbage_collection): Don't exceed value an int
2440         can hold.
2442         * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Rename
2443         from most_positive_fixnum and most_negative_fixnum, resp., and
2444         type changed to Lisp_Object.
2445         (syms_of_data): DEFVAR_LISP them.
2447 2001-12-07  Richard M. Stallman  <rms@gnu.org>
2449         * callproc.c (init_callproc): Set Vdata_directory based on the source
2450         location whenever Emacs was run uninstalled.
2452 2001-12-06  Paul Eggert  <eggert@twinsun.com>
2454         * config.in (HAVE_WORKING_VFORK): New #undefs.
2455         * process.c (create_process):
2456         Use HAVE_WORKING_VFORK, not HAVE_VFORK.
2457         * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
2458         * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
2459         * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
2460         * m/intel386.h (HAVE_VFORK): Likewise.
2461         * m/mips-siemens.h (HAVE_VFORK): Likewise.
2462         * m/mips.h (HAVE_VFORK): Likewise.
2463         * s/freebsd.h (vfork): Remove #define.
2464         * s/lynxos.h (HAVE_VFORK): Remove #undef.
2465         * s/usg5-4-2.h: Fix comment about vfork.
2467 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2469         * s/hpux10.h (random): Add undef.
2470         (HAVE_RANDOM): Define it just once.
2472 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2474         * eval.c: Undo last change: the standard syntax is not wanted.
2476 2001-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2478         * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
2479         scroll bars of the frame before deleting the frame itself.  If the
2480         frame has a widget, delete the frame with XtDestroyWidget, and do
2481         not call XDestroyWindow before that.
2483 2001-12-06  Kim F. Storm  <storm@cua.dk>
2485         * xfns.c (x_report_frame_params): Return actual fringe widths.
2487         * w32fns.c (x_report_frame_params): Return actual fringe widths.
2489 2001-12-05  Andrew Innes  <andrewi@gnu.org>
2491         * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
2492         excessively large.
2494         * insdel.c (make_gap_larger): New function.
2495         (make_gap_smaller): New function.
2496         (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
2497         make_gap_smaller if arg is negative.
2499 2001-12-04  Stefan Monnier  <monnier@cs.yale.edu>
2501         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
2502         Pass a dummy argument when calling interrupt_signal.
2503         (parse_menu_item): Mark disabled items before checking for empty def.
2504         (read_char_minibuf_menu_prompt): Make safety more visible.
2505         (read_key_sequence): Add a `first_unbound' variable.
2506         Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
2507         unbound prefix as soon as we can detect it.
2509         * doc.c (Fsnarf_documentation): Add prototype.
2510         (get_doc_string): Handle negative arguments.
2511         (Fdocumentation): Use AREF and ASIZE.
2512         Move the calls to get_doc_string to a single place.
2513         Don't confuse an interactive-spec for a docstring reference.
2514         (Fdocumentation_property): Take advantage of the fact that
2515         get_doc_string now ignores the sign of the docstring position.
2517         * eval.c: Use standard syntax for usage in docstrings.
2519 2001-12-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2521         * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
2523 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2525         * xterm.c (x_draw_image_relief): Use predefined macro instead of
2526         constant when the value of `tool_bar_button_relief' is negative.
2528 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2530         * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
2531         (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
2533         * fileio.c (read_non_regular): Delete Fsignal call.
2535 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
2537         * lisp.h (run_hook_list_with_args): Undo last change.
2539 2001-12-01  Gerd Moellmann  <gerd@gnu.org>
2541         * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
2543 2001-12-01  Jason Rumney  <jasonr@gnu.org>
2545         * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
2547         * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
2548         [!WM_MOUSELEAVE]: Define.
2550         * w32menu.c (current_popup_menu, get_menu_item_info):
2551         (set_menu_item_info): New vars.
2552         (set_frame_menubar): Doc fix clarifying GC interaction with menus.
2553         (w32_menu_show): Set current_popup_menu.
2554         (add_menu_item): Allocate new strings for owner-drawn menu items
2555         and help strings.
2556         Use owner-draw for disabled menu items again.
2557         (w32_menu_display_help): Ignore owner-drawn items and popup menus.
2558         (w32_free_submenu_strings, w32_free_menu_strings): New functions.
2560         * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
2561         (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
2562         <WM_EXITMENULOOP>: Free menu strings.
2563         <WM_MOUSELEAVE>: Stop tracking mouse.
2564         (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
2566         * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
2567         and mouse face.
2569 2001-12-01  Kim F. Storm  <storm@cua.dk>
2571         The following changes add left-fringe and right-fringe
2572         frame parameters to adjust fringe widths, or remove one or
2573         both fringes.
2575         * frame.h (struct frame): Remove trunc_area_pixel_width and
2576         trunc_area_cols fields.
2577         (Qleft_fringe, Qright_fringe): Declare.
2578         (FRAME_RIGHT_FRINGE_WIDTH): New macro.
2580         * frame.c (Qleft_fringe, Qright_fringe): New vars.
2581         (syms_of_frame): Initialize them.
2583         * window.c (coordinates_in_window): Handle separate left and right
2584         fringe widths.
2586         * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
2587         and fringe_cols fields.
2588         (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
2589         (FRAME_X_FRINGE_COLS): Use fringe_cols field.
2590         (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
2591         (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
2592         (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
2593         (x_compute_fringe_widths): Add prototype.
2595         * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
2596         fill fringe evenly with small dashes.
2597         (x_draw_fringe_bitmap): Clear background if necessary. Align and
2598         clip the new ZV bitmap to avoid jitter between rows.
2599         (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
2600         background.  Don't draw fringe bitmaps if fringe width is zero.
2601         (x_compute_fringe_widths): New function.
2602         (x_new_font, x_set_window_size_1): Use it.
2604         * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
2605         (x_set_frame_parameters): Process `font' parameter before other
2606         parameters as fringe widths depend on it.
2607         (x_set_fringe_width): New function.
2608         (x_figure_window_size): Use x_compute_fringe_widths.
2609         (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
2610         parameters.
2612         * widget.c (set_frame_size): Use x_compute_fringe_widths.
2613         (EmacsFrameSetCharSize): Ditto.
2615         * w32term.h: Merged changes from xterm.h.
2616         * w32term.c: Merged changes from xterm.c.
2617         * w32fns.c: Merged changes from xfns.c.
2619 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2621         * COPYING: Removed.
2623 2001-11-29  Dave Love  <fx@gnu.org>
2625         * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
2626         extra extra slot.
2627         (detect_coding_mask): Fix call of detect_coding_iso2022.
2629 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2631         * fileio.c (file-name-coding-system)
2632         (default-file-name-coding-system): Doc fix (links to referenced
2633         variables added).
2635 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2637         * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
2638         Add dummy uses of gcproN variables.
2640         * category.c (describe_category, describe_category_1)
2641         (Fdescribe_categories): Remove.  (Moved to lisp/help-fns.el.)
2642         (syms_of_category): Don't defsubr Sdescribe_categories.
2644 2001-11-28  Richard M. Stallman  <rms@gnu.org>
2646         * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
2648         * Makefile.in (lispdir): New variable, referring to build dir.
2649         (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
2651 2001-11-28  Andrew Innes  <andrewi@gnu.org>
2653         * w32menu.c (w32_menu_display_help): Actually add the new argument
2654         OWNER.
2656 2001-11-28  Jason Rumney  <jasonr@gnu.org>
2658         * w32menu.c (add_menu_item): Do not use owner-draw for disabled
2659         menu items.  From David Ponce <dponce@wanadoo.fr>.
2660         (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
2661         conditionally.
2662         (w32_menu_display_help): New argument OWNER. Rewritten to store a
2663         help event in the owner frame's keyboard buffer.
2665         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
2666         (Fx_show_tip): Don't subtract last width from row width.
2668         * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
2669         (w32_read_socket): Use EQ to compare frames.
2671 2001-11-28  Gerd Moellmann  <gerd@gnu.org>
2673         * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
2674         OVERLAPS_P.
2676 2001-11-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2678         * xdisp.c (message_dolog): Remove unused variables `gcpro2',
2679         `gcpro3' and `gcpro4'.
2681         * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
2683 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2685         * ccl.c: Use AREF and ASIZE.
2687 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
2689         * lisp.h (run_hook_list_with_args): Remove.
2690         (LIST_END_P): Fix call to wrong_type_argument.
2691         (make_fixnum_or_float): Use EMACS_INT rather than int.
2693 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
2695         * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
2696         (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
2698         * eval.c: Use AREF and ASIZE.
2699         (Ffetch_bytecode): Add the file name to the error message.
2701         * fileio.c (Ffind_file_name_handler): Give precedence to handlers
2702         which match the end of the file-name.
2703         (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
2704         is not a valid env var, but leave it as is instead.
2706         * keymap.c (access_keymap): Handle t bindings like nil bindings.
2707         Make nil bindings in char-tables transparent.
2708         (store_in_keymap): Turn a nil binding into a t binding for char-tables.
2710 2001-11-26  Richard M. Stallman  <rms@gnu.org>
2712         * textprop.c (set_text_properties_1): Allow START, END in either order.
2713         Do nothing if range is empty.
2715         * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
2717         * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
2718         (clean): Not here.
2720 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2722         * textprop.c (set_text_properties_1): Clearly mark that the
2723         interval should not be empty.
2725         * intervals.c (graft_intervals_into_buffer):
2726         Don't call set_text_properties_1 on an empty interval.
2728 2001-11-25  Richard M. Stallman  <rms@gnu.org>
2730         * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
2732         * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
2733         don't lose the data in it.
2735 2001-11-25  Juanma Barranquero  <lektu@terra.es>
2737         * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
2739         * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
2741         * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
2743 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2745         * xfaces.c (merge_face_heights): Coerce back to int explicitly.
2747 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
2749         * window.c (Fset_window_vscroll): Doc fix.  From Kalle Olavi
2750         Niemitalo <kon@iki.fi>.
2752 2001-11-25  Jason Rumney  <jasonr@gnu.org>
2754         * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
2756         * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
2757         (Fx_show_tip): Block input during frame creation.
2758         (Fx_show_tip, Fx_hide_tip): Enable.
2760 2001-11-24  Richard M. Stallman  <rms@gnu.org>
2762         * lread.c (Fload): Detect recursive load error for more than 3
2763         nestings of the same file.
2764         (Vrecursive_load_depth_limit): Variable deleted.
2765         (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
2767 2001-11-24  Jason Rumney  <jasonr@gnu.org>
2769         * xfns.c (compute_tip_xy): Initialize root_x and root_y from
2770         mouse position if either left or top is not specified.
2772         * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
2773         <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
2774         (my_create_tip_window, Fx_show_tip): Adjust size for external border.
2775         (my_create_tip_window): Assign tip_window.
2776         (x_create_tip_frame): Use same defaults as X.
2777         (compute_tip_xy): Remove unused variable.  Use full screen width.
2778         (Fx_show_tip): Do not double height. Call ShowWindow directly.
2780         * w32term.c (x_after_update_window_line): Doc fix.
2781         (w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
2782         frames.
2783         <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
2785         * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
2786         for all Windowed systems.
2788 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
2790         * msdos.c (IT_clear_screen): If the frame's faces are not yet
2791         realized, use the initial screen colors to clear the screen.
2793 2001-11-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2795         * textprop.c (Fset_text_properties): Remove unused variables
2796         `unchanged', `prev_changed', `s' and `len'.
2798         * search.c (Freplace_match): Remove unused variable `inslen'.
2800         * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
2802 2001-11-22  Jason Rumney  <jasonr@gnu.org>
2804         * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
2805         (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
2806         (my_create_tip_window): New function.
2807         (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
2808         (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
2810 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2812         * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
2813         (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
2815         * w32fns.c (Vw32_system_coding_system): Remove.
2816         (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
2818 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2820         * fileio.c (Fwrite_region): Move choose_write_coding_system to
2821         after build_annotations.
2823         * syntax.c (describe_syntax): Add dummy arg.
2824         (describe_syntax_1): Update call to describe_vector.
2826         * category.c (describe_category): Add dummy arg.
2827         (describe_category_1): Update call to describe_vector.
2829         * keymap.c (Fdescribe_vector): Add `describer' parameter.
2830         (describe_command, describe_translation): Add dummy second param.
2831         (describe_map): Call elt_describer with two arguments.
2832         (describe_vector_princ): Add `fun' parameter.
2833         Call it instead of the hardcoded `princ'.
2834         (describe_vector): Add arg `args'.
2835         Pass it as a new second argument to elt_describer.
2837         * keymap.h (describe_vector): Update prototype.
2839         * frame.c: Don't include keymap.h any more.
2840         (keys_of_frame): Remove.
2842         * lisp.h (keys_of_frame): Remove declaration.
2844         * emacs.c (main): Don't call `keys_of_frame' any more.
2846 2001-11-14  Andreas Schwab  <schwab@suse.de>
2848         * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
2849         if defined, 0 otherwise.
2850         (MAP_FAILED): Define if not defined and use it to test mmap failure.
2851         (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
2853 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2855         * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
2857 2001-11-18  Jason Rumney  <jasonr@gnu.org>
2859         * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
2860         (x_draw_bar_cursor): If the background color of the glyph under
2861         the cursor equals the frame's cursor color, use the glyph's
2862         foreground color for drawing the bar cursor.
2863         (x_after_update_window_line): Clear internal border in different
2864         circumstances.
2865         (w32_set_vertical_scroll_bar): Check for width and height > 0.
2866         (w32_draw_relief_rect): Correct relief by 1 pixel.
2867         (x_set_glyph_string_background_width):
2868         Set extends_to_end_of_line_p if the row's fill_line_p is set and
2869         drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2870         (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
2871         if cursor_in_non_selected_windows is false.
2872         (show_mouse_face): Clean up.  Recognize overwritten cursor differently.
2873         (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
2874         Notice if cursor gets overwritten.
2875         (notice_overwritten_cursor): Renamed from
2876         note_overwritten_text_cursor.  Rewritten to take glyph widths
2877         into account, and to take X positions as parameters.
2878         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
2879         around call to x_draw_glyphs.
2880         (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
2881         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
2882         color to use for image glyph reliefs.
2883         (x_draw_image_relief): Accept zero tool_bar_button_relief.
2884         (glyph_rect): Remove unused variable `area'.
2886         * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
2887         some items.
2888         (x_set_internal_border_width): Set frame garbaged when window
2889         doesn't exist yet.
2890         (Fx_create_frame): Accept zero tool_bar_button_relief.
2891         (x_clear_image_1, four_corners_best, image_background)
2892         (image_background_transparent): New functions.
2893         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
2894         (gs_format): Add `:background' entry.
2895         (lookup_image): Set IMG's background color if specified.
2896         (pbm_load, xbm_load_image, png_load): Set IMG's background field
2897         when appropriate.
2898         (x_clear_image_1): Reset `background_valid' and
2899         `background_transparent_valid' fields.
2900         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
2901         calculating it here.  Set IMG's background_transparent field.
2902         (enum xpm_keyword_index): Add XPM_BACKGROUND.
2903         (enum png_keyword_index): Add PNG_BACKGROUND.
2904         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
2905         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
2906         (enum gif_keyword_index): Add GIF_BACKGROUND.
2907         (enum gs_keyword_index): Add GS_BACKGROUND.
2908         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
2909         Pre-calculate image background color where necessary.
2910         (x_create_x_image_and_pixmap, xbm_load, gs_load):
2911         Use display info's n_cbits entry for screen depth.
2912         (Fx_show_tip): Remove unused variables `buffer', `top',
2913         `left', `max_width' and `max_height'.
2915         * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
2917 2001-11-18  Gerd Moellmann  <gerd@gnu.org>
2919         * puresize.h (BASE_PURESIZE): Increase to 750000.
2921 2001-11-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2923         * frame.c (Fframe_live_p): Doc fix.
2925 2001-11-18  Richard M. Stallman  <rms@gnu.org>
2927         * xdisp.c (message_dolog_marker1, message_dolog_marker2)
2928         (message_dolog_marker3): New static variables hold three markers.
2929         (syms_of_xdisp): Initialize and staticpro them.
2930         (message_dolog): Use message_dolog_marker1..3 instead of
2931         allocating markers each time.  Unchain them when done.
2933 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2935         * doc.c (Fsnarf_documentation): Doc fix.
2937 2001-11-17  Andreas Schwab  <schwab@suse.de>
2939         * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
2941 2001-11-17  Richard M. Stallman  <rms@gnu.org>
2943         * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
2945 2001-11-17  Jason Rumney  <jasonr@gnu.org>
2947         * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
2949 2001-11-17  Gerd Moellmann  <gerd@gnu.org>
2951         * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
2952         with invalid position.
2954 2001-11-16  Richard M. Stallman  <rms@gnu.org>
2956         * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
2958         * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
2959         * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
2960         * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
2962         * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
2964 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2966         * fileio.c (build_annotations): Split off the tail.
2967         (build_annotations_2): New fun.  Extracted from build_annotations.
2968         (Fwrite_region): Split the call to build_annotations into two
2969         calls to build_annotations and build_annotations_2.
2971 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2973         * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
2974         clear_waiting_for_input with argument.
2976         * xterm.h (x_update_cursor): Remove duplicated prototype.
2978         * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
2980         * xterm.c (waiting_for_input): Remove unnecessary declaration.
2982         * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
2984 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
2986         * fileio.c (choose_write_coding_system): New fun, extracted
2987         from Fwrite_region.
2988         (Fwrite_region): Use it.
2990         * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
2991         (funcall_lambda, run_hook_with_args): Make static and add prototype.
2992         (ml_apply, find_handler_clause): Add prototype.
2994 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
2996         * config.in: Add #undef HAVE_COFF_H.
2998         * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
2999         Required for ISC 4.1.
3001 2001-11-16  Eli Zaretskii  <eliz@is.elta.co.il>
3003         * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1.  Reported by
3004         Andrew Wiseman <a.wiseman@btclick.com>.
3006 2001-11-16  Kim F. Storm  <storm@cua.dk>
3008         The following changes are made to clean up the various internal
3009         references to the fringes to actually use the term `fringe' for
3010         them.  Previously, they were called `flags areas', `bitmap areas',
3011         `left/right side of windows', or implicitly as `flags' or
3012         `bitmaps':
3014         * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
3015         Comments fixed. Use renamed symbols.
3017         * dispnew.c: Comment fix. Use renamed symbols.
3019         * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
3020         (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
3021         (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
3023         * msdos.c: Comment fix.
3025         * w32fns.c: Use renamed symbols.
3027         * w32term.c: Comment fixes. Use renamed symbols.
3028         (fringe_bitmap_type): Renamed from bitmap_type.
3029         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
3030         (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
3031         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
3033         * w32term.h: Comment fixes. Use renamed symbols.
3034         (fringes_extra): Renamed from flags_areas_extra.
3035         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
3036         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
3037         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
3038         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
3039         (FRAME_X_LEFT_FRINGE_WIDTH):
3040         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
3041         (FRAME_X_RIGHT_FRINGE_WIDTH):
3042         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
3044         * widget.c: Use renamed symbols.
3046         * window.c: Comment fixes. Use renamed symbols.
3047         (coordinates-in-window-p): Doc fix.
3049         * xdisp.c: Comment fixes. Use renamed symbols.
3051         * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
3053         * xfns.c: Use renamed symbols.
3055         * xterm.c: Comment fixes. Use renamed symbols.
3056         (fringe_bitmap_type): Renamed from bitmap_type.
3057         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
3058         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
3059         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
3061         * xterm.h: Comment fixes. Use renamed symbols.
3062         (fringes_extra): Renamed from flags_areas_extra.
3063         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
3064         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
3065         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
3066         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
3067         (FRAME_X_LEFT_FRINGE_WIDTH):
3068         Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
3069         (FRAME_X_RIGHT_FRINGE_WIDTH):
3070         Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
3072 2001-11-15  Jason Rumney  <jasonr@gnu.org>
3074         * w32menu.c (add-menu-item): Make help_echo and radio buttons
3075         work for most menu items.  From David Ponce
3076         <david.ponce@wanadoo.fr>.
3078 2001-11-15  Gerd Moellmann  <gerd@gnu.org>
3080         * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
3081         Some x_set_* function expect to be called even if old and new
3082         value are equal.
3084         * xdisp.c (build_desired_tool_bar_string): Accept zero
3085         tool_bar_button_relief.
3087         * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
3089         * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
3091         * xterm.c (x_draw_bar_cursor): If the background color of the
3092         glyph under the cursor equals the frame's cursor color, use
3093         the glyph's foreground color for drawing the bar cursor.
3095         * dispnew.c (direct_output_forward_char): Fix character/byte
3096         position comparison.
3098 2001-11-15  Miles Bader  <miles@gnu.org>
3100         * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
3101         (Fdelete_field, Ffield_string, Ffield_string_no_properties):
3102         Update arguments to find_field.
3103         (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
3104         (Fconstrain_to_field): Use LIMIT arg to shorten search time.
3105         * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
3106         * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
3108 2001-11-14  Richard M. Stallman  <rms@gnu.org>
3110         * editfns.c (Fpropertize): Allow call with 1 arg.
3112         * dispextern.h (image_background, image_background_transparent):
3113         Conditionalize on HAVE_X_WINDOWS.
3115 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3117         * print.c (Fprin1_to_string): Doc fix.
3119         * sunfns.c (Fsun_change_cursor_icon): Doc fix.
3121         * floatfns.c (Fceiling, Ffloor): Doc fixes.
3123         * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
3125         * fileio.c (Ffile_accessible_directory_p): Doc fix.
3127         * eval.c (syms_of_eval): Doc fix.
3129         * coding.c (syms_of_coding): Doc fix.
3131         * doc.c (Fsnarf_documentation): Doc fix.
3133         * dispnew.c (syms_of_display): Doc fix.
3135         * category.c (Fget_unused_category): Doc fix.
3137         * buffer.c (syms_of_buffer): Doc fixes.
3139 2001-11-14  Eli Zaretskii  <eliz@is.elta.co.il>
3141         * print.c (prin1, print): Doc fix.
3143 2001-11-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3145         * fontset.h: Remove declarations of variables
3146         `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
3148         * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
3149         `Vclip_large_size_font'.
3151 2001-11-13  Jason Rumney  <jasonr@gnu.org>
3153         * w32fns.c: Doc fix.
3155 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3157         * xfaces.c (Fface_attributes_as_vector): Doc fix.
3159         * w32fns.c (Fx_synchronize): Reindent.
3161         * fns.c: Doc fix.
3163         * emacs.c: Doc fix.
3165         * coding.c: Doc fix.
3167         * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
3168         * fontset.c, insdel.c, keymap.c: Change doc-string comments to
3169         `new style' [w/`doc:' keyword].
3171         * xmenu.c (x-popup-menu): Reindent.
3172         (x-popup-dialog): Likewise.
3174         * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
3176         * xdisp.c (Fdump_tool_bar_row): Reindent.
3178         * minibuf.c (Fminibuffer_complete_word): Reindent.
3179         (Fminibuffer_complete_and_exit): Likewise.
3180         (Fminibuffer_completion_help): Likewise.
3181         (Fminibuffer_message): Likewise.
3183         * fns.c (Freverse): Reindent.
3185         * eval.c (Fif): Reindent.
3186         (Fand): Likewise.
3188         * editfns.c (Fuser_real_login_name): Reindent.
3189         (Finsert_buffer_substring): Likewise.
3190         (Fcompare_buffer_substrings): Likewise.
3191         (Fsubst_char_in_region): Likewise.
3193         * dispnew.c (Fsit_for): Reindent.
3194         (Fframe_or_buffer_changed_p): Likewise.
3195         (Finternal_show_cursor_p): Likewise.
3196         (syms_of_display): Likewise.
3198         * alloc.c (Flist): Reindent.
3199         (Fvector): Likewise.
3201 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3203         * xterm.c (XTread_socket): Don't update focus for EnterNotify or
3204         LeaveNotify events.  Only FocusIn and FocusOut do that now.
3205         (x_display_and_set_cursor): Do display hollow cursors in active
3206         minibuffer windows when they are not selected.
3208 2001-11-12  Jason Rumney  <jasonr@gnu.org>
3210         * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
3211         * w32term.c: Change doc-string comments to `new style'.
3212         [w/`doc:' keyword]. Doc fixes.
3214         * w32fns.c: Don't define max.
3215         (Fx_open_connection): Only execute once.
3217 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3219         * ccl.c: Change macros to use do-while block instead of if-else.
3220         Use braces to follow GNU Coding Standards.
3222 2001-11-11  Richard M. Stallman  <rms@gnu.org>
3224         * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
3226         * lread.c (read_escape): Use end_of_file_error for reporting eof.
3228         * insdel.c (replace_range): Use adjust_markers_for_replace
3229         instead of adjust_markers_for_delete and adjust_markers_for_insert.
3231         * intervals.h: Declare set_text_properties and set_text_properties_1.
3233         * textprop.c (set_text_properties_1): New subroutine
3234         broken out of set_text_properties.
3235         (set_text_properties): Use set_text_properties_1.
3237         * intervals.c (graft_intervals_into_buffer):
3238         Use set_text_properties_1 to clear out properties.
3240         * search.c (Freplace_match): Use replace_range to insert
3241         and delete.  Don't request property inheritance from
3242         surrounding text.
3244 2001-11-10  Jason Rumney  <jasonr@gnu.org>
3246         * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
3247         vertical fonts. Allow them if face name is explicitly specified.
3248         Do not give up if we find a font that cannot be converted to an xlfd.
3250 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
3252         * unexelf.c (unexec): Use mmap/munmap to allocate buffers
3253         instead of malloc/free.
3255 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3257         * xfaces.c (merge_face_vectors): Use braces to follow GNU
3258         Coding Standards.
3259         (Finternal_set_lisp_face_attribute): Likewise.
3261         * buffer.c (Fbury_buffer): Likewise.
3263         * indent.c (current_column_1): Remove unused variable `prev_col'.
3265         * coding.c (encode_coding): Use precomputed value of `src'.
3266         (encode_coding): Remove unused variable `src_end'.
3267         (code_convert_region): Remove unused variables `count'.
3269 2001-11-07  Jason Rumney  <jasonr@gnu.org>
3271         * w32term.c (x_display_and_set_cursor): Do not move system caret
3272         if cursor_glyph is NULL.
3274 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3276         * keymap.c (access_keymap): Fix compilation error.
3278 2001-11-07  Miles Bader  <miles@gnu.org>
3280         * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
3282 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3284         * intervals.c (graft_intervals_into_buffer):
3285         Remove #ifdef'd-out code.
3286         (graft_intervals_into_buffer): Remove unused variable `middle'.
3288         * lread.c (Feval_region): Remove obsolete #ifdef'd-out
3289         code (eval-current-buffer).
3290         Change doc-string comments to `new style' [w/`doc:' keyword].
3292 2001-11-06  Richard M. Stallman  <rms@gnu.org>
3294         * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
3296 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3298         * lread.c (read1): Fix behavior with nested backquoting.
3300         * keyboard.c (make_lispy_event): Check integerness and fix
3301         Lisp_Object/int mixup.
3303 2001-11-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3305         * fns.c (copy_hash_table): Remove unused variable `v'.
3307         * fontset.c (fontset_font_pattern): Remove unused variable
3308         `family_registry'.
3310         * indent.c (current_column_1): Remove unused variable `prev_col'.
3312 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3314         * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
3316         * buffer.c (Fkill_buffer): Don't delete auto save file
3317         if buffer is modified.
3319 2001-11-05  Andrew Innes  <andrewi@gnu.org>
3321         * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
3322         CHECK_NUMBER_CDR.
3324 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3326         * unexelf.c (unexec): Minor changes; clean up comments.
3328 2001-11-05  Sam Steingold  <sds@gnu.org>
3330         * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
3332 2001-11-05  Andreas Schwab  <schwab@suse.de>
3334         * sound.c (sound_perror): Save errno from being clobbered.
3336 2001-11-05  Dale Hagglund  <rdh@yottayotta.com>
3338         * unexelf.c (unexec): Don't use `mmap'.  Instead, read and write
3339         the program image directly.
3341 2001-11-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3343         * buffer.h (Fbuffer_local_value): Add prototype.
3345 2001-11-04  Richard M. Stallman  <rms@gnu.org>
3347         * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
3348         and CHECK_BUFFER.
3350         * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
3351         (record_char): Likewise.
3353         * keyboard.c (make_lispy_event): Don't insist a drag event must
3354         move to a different buffer position.  Instead, check for moving at
3355         least double_click_fuzz.
3357         * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
3359         * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
3361         * indent.c (current_column_1, Fmove_to_column): Separate the code
3362         for display-table glyphs from the code buffer text, to fix
3363         bugs in the former.
3365 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3367         * buffer.c (Fbuffer_local_value): New function.
3368         (syms_of_buffer): Defsubr it.
3370         * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
3371         value of `cursor-in-non-selected-windows'.
3373         * lisp.h (Qcursor_in_non_selected_windows): New declaration.
3374         * xdisp.c (Qcursor_in_non_selected_windows): New variable.
3375         (syms_of_xdisp): Initialize it.
3377 2001-11-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3379         * xfns.c (Fx_create_frame): Doc fix.
3381         * coding.c: Change doc-string comments to `new style' [w/`doc:'
3382         keyword].
3384         * eval.c (top_level_value, top_level_set): Remove commented and
3385         #ifdef'd-out code.
3386         (Fdefvar): Fix usage in doc-string.
3388 2001-11-03  Richard M. Stallman  <rms@gnu.org>
3390         * xfns.c: Include unistd.h, if it exists.
3392         * editfns.c: Move the include of ctype.h after unistd.h.
3394         * gmalloc.c: Test BROKEN_PROTOTYPES.
3396 2001-11-03  Ken Raeburn  <raeburn@gnu.org>
3398         * lisp.h (CHECK_STRING_CAR): New macro.
3399         * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
3400         treating XCAR and XCDR as lvalues.
3401         (openp): Use CHECK_STRING_CAR.
3402         (read_list): Use XSETCDR instead of treating XCDR as lvalue.
3404 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
3406         * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
3407         (SIGMASKTYPE): Define.
3409         * syssignal.h (sigunblock): Don't define if already defined.
3411 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3413         * eval.c (debugger_may_continue, Vdebug_ignored_errors)
3414         (call_debugger, Fcondition_case, skip_debugger, unbind_to):
3415         Fix typos in comments.
3417         * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
3418         and #ifdef'd-out code.
3419         Fix and reindent comments.
3421         * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
3423         * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
3424         argument `i' in macros.
3426         * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
3427         `i' in macros.
3429         * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
3430         (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
3431         (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
3432         (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
3433         (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
3434         (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
3435         (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
3436         (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
3437         in macros.
3439         * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
3440         * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
3441         * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
3442         * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
3443         * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
3444         * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
3445         * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
3446         * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
3447         * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
3448         (remove unused second argument).
3450 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3452         * syntax.c (describe_syntax): New wrapper.
3453         (Finternal_describe_syntax_value): Rename from describe_syntax.
3454         Don't insert space at front and \n at the end.
3455         (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
3457         * regex.c (re_wctype): Try to fix some warnings.
3458         (regcomp, regexec): Don't forget the __restrict.
3460 2001-11-02  Richard M. Stallman  <rms@gnu.org>
3462         * textprop.c (Fget_char_property): Doc fix.
3464 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3466         * process.c (Fstart_process): Add usage to doc-string.
3468         * data.c (Fsetq_default): Ditto.
3470         * callint.c (Finteractive): Ditto.
3472 2001-11-01  Stefan Monnier  <monnier@cs.yale.edu>
3474         * macros.c: Don't include keymap.h any more.
3476 2001-11-01  Richard M. Stallman  <rms@gnu.org>
3478         * data.c (Fmake_local_variable): Doc fix.
3480         * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
3481         (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
3483         * keymap.c (Fdescribe_buffer_bindings): Print character property
3484         bindings along with or instead of the buffer local map.
3485         Make the overriding maps override what they should.
3487 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3489         * window.c (grow_mini_window): Fix typo in comment.
3491 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
3493         * xterm.c (x_scroll_bar_create): Check for width and height > 0.
3494         (XTset_vertical_scroll_bar): Likewise.
3496         * xfns.c (x_build_heuristic_mask): Use four_corners_best
3497         instead of IMAGE_BACKGROUND.
3499         * xfns.c (four_corners_best): Reindent.
3501         * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
3502         Handle :box so that it is possible to specify sexprs.
3504 2001-11-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3506         * xfaces.c (Finternal_merge_in_global_face): Reindent.
3507         (Fface_font): Ditto.
3508         (Finternal_set_alternative_font_registry_alist): Ditto.
3509         (Ftty_suppress_bold_inverse_default_colors): Ditto.
3511         * xfns.c (x-get-resource): Reindent.
3513 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
3515         * s/hpux11.h: New file.
3517 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3519         * emacs.c (USAGE1): Show command line option --no-window-system
3520         instead of --no-windows in usage.
3521         (standard_args): Rename --no-windows to --no-window-system.
3522         (bug_reporting_address): Follow Emacs coding conventions.
3524         * eval.c (Fcommandp): Doc fix.
3525         Change doc-string comments to `new style' [w/`doc:' keyword].
3527         * frame.c (Fframe_live_p): Doc fix.
3529         * buffer.c (selective-display-ellipses): Doc fix.
3531 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3533         * lread.c (to_multibyte): Fix computation of new read_buffer_size.
3535         * xfaces.c (realize_x_face): If C is not a single-byte character,
3536         set the face's colors_copied_bitwise_p instead of the defaulted_p
3537         members which have a different meaning.
3538         (free_face_colors): Do nothing for a face whose colors have been
3539         copied bitwise.
3541         * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
3543 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3545         * marker.c, mocklisp.c: Change doc-string comments to `new style'
3546         [w/`doc:' keyword].
3548 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3550         * fns.c (require_unwind): Return Lisp_Object.
3552 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3554         * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
3555         (last-input-char): Revert doc-string to be the same as the
3556         doc-string of `last-input-event'.
3558         * xdisp.c:  Fix typos in comments.
3560 2001-10-31  Gerd Moellmann  <gerd@gnu.org>
3562         * window.c (grow_mini_window): Handle case that the root
3563         window is already smaller than the nominal mininum height.
3565 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3567         * emacs.c (main): Don't call keys_of_macros any more.
3569         * lisp.h (keys_of_macros): Remove.
3571         * macros.c (keys_of_macros): Remove.
3573         * xfaces.c (Fface_attribute_relative_p): Declare args.
3575 2001-10-30  Jason Rumney  <jasonr@gnu.org>
3577         * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
3578         (enum_font_cb2): Ignore fonts with vertical orientation.
3580 2001-10-30  Richard M. Stallman  <rms@gnu.org>
3582         * keyboard.c (Finput_pending_p): Doc fix.
3584 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
3586         * xterm.c (x_after_update_window_line): Don't run the code
3587         clearing in borders for rows whose visible height is 0.
3589         * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
3590         resized_p flag is set.  If not set, use the much less flickering
3591         method previously used.
3593         * dispnew.c (change_frame_size_1): Set frame's resized_p.
3595         * frame.h (struct frame) <resized_p>: New member.
3597         * lread.c (to_multibyte): Ensure read_buffer is at least twice
3598         as large as the number of bytes to convert.
3600         * lread.c (to_multibyte): New function.
3601         (read1): Use it.
3603 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
3605         * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
3607 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
3609         * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
3610         (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
3611         if the row's fill_line_p is set and drawing the last glyph with
3612         DRAW_IMAGE_{RAISED,SUNKEN}.
3614         * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
3616 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
3618         * xmenu.c: Include coding.h and charset.h.
3619         (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
3620         (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
3621         (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
3622         Explicitly set wv->help.  Use `TRUE' rather than `True'.
3623         (menu_help_callback): Use empty_string.
3625         * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
3626         (Fx_popup_dialog): Explicitly init f.
3627         (w32_menu_display_help): Use empty_string.
3629 2001-10-29  Richard M. Stallman  <rms@gnu.org>
3631         * fns.c (Frequire): Detect recursive try to require the same
3632         feature 3 or more levels deep, and get error.
3633         (require_unwind): New subroutine.
3634         (require_nesting_list): New variable.
3635         (syms_of_fns): Init and staticpro it.
3637         * print.c (print_object): Clarify indication of insertion type.
3639 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
3641         * coding.c (syms_of_coding): Document that locale-coding-system is
3642         used for decoding input on X.
3644         * window.c (Fscroll_left, Fscroll_right): Doc fix.
3646 2001-10-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3648         * keyboard.c (Finput_pending_p): Fix typo in doc-string.
3649         (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
3651 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3653         * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
3654         use NO_CURSOR if cursor_in_non_selected_windows is false.
3656         * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
3657         the slant attribute if FRAME is t.
3659         * xfns.c (x_set_internal_border_width): Set frame garbaged
3660         when X window doesn't exist yet.
3662         * xterm.c (x_after_update_window_line): Clear internal border
3663         in different circumstances.
3665         * xterm.c (XTread_socket) <KeyPress>: Don't use
3666         STRING_CHAR_AND_LENGTH if nchars == nbytes.  From Kenichi Handa
3667         <handa@etl.go.jp>.
3669 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
3671         * m/ibms390.h: New file.  From Adam Thornton
3672         <athornton@sinenomine.net>.
3674 2001-10-28  Gerd Moellmann  <gerd@gnu.org>
3676         * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
3678         * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
3679         a loop counter.
3681 2001-10-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3683         * emacs.c: Use argv[0] instead of emacs when -t was specified.
3685         * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
3686         keyword].
3687         Fix typos in comments.
3689         * emacs.c (bug_reporting_address): New function.
3690         Use it when displaying usage message.
3692         * minibuf.c (read_minibuf): Remove unused external declaration of
3693         variable `Qread_only'.
3695         * keymap.c (access_keymap): Remove unused variable `charset'.
3697 2001-10-28  Miles Bader  <miles@gnu.org>
3699         * xfaces.c (merge_face_heights): Handle TO being relative as well.
3700         Remove #ifdef'd-out code.
3701         (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
3702         (syms_of_xfaces): Initialize them.
3704 2001-10-27  Jason Rumney  <jasonr@gnu.org>
3706         * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
3707         <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
3708         position using the system caret.
3710         * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
3711         (w32_system_caret_height, w32_system_caret_x)
3712         (w32_system_caret_y): New variables for tracking system caret.
3713         (w32_initialize): Initialize them.
3714         (x_display_and_set_cursor): Make system caret follow the active cursor.
3716         * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
3717         New messages types.
3719         * w32term.c (note_mouse_highlight): Clear old help_echo.
3721 2001-10-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3723         * xterm.c: Fix typo in a comment.
3725         * emacs.c: Fix typos in comments.
3726         Remove unnecessary spaces.
3727         Change doc-string comments to `new style' [w/`doc:' keyword].
3728         (USAGE2): Fix typos in usage string.
3730         * xterm.c: Fix typo in a comment.
3732         * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
3733         emacs.c.
3735 2001-10-27  Gerd Moellmann  <gerd@gnu.org>
3737         * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
3738         instead of 1/2 line_height in the heuristic for skipping
3739         farther backward when target_y was not reached.
3741         * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
3742         Display errno only if non-zero.
3743         (sound_warning): New function.
3744         (vox_configure): Don't treat failing to set sample rate as error.
3745         (various places): Improve error messages.
3747 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
3749         * fileio.c (Faccess_file): Run the argument filename through
3750         Fexpand_file_name, before using it.
3752         * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
3753         ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
3755 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
3757         * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
3759         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3760         Fix clearing in the case of scroll bars on the right.
3762 2001-10-26  Juanma Barranquero <lektu@terra.es>
3764         * w32gui.h (XImage): Add a dummy typedef.
3766 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
3768         * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
3770 2001-10-25  Eli Zaretskii  <eliz@is.elta.co.il>
3772         * frame.c (Fframe_parameter): Fix last change.
3774         * fileio.c: Revert last change (which removed old commented-out
3775         version of expand-file-name).  Add a comment that explains why
3776         this old version should not be removed.
3778 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
3780         * frame.c (Fframe_parameter): Fix a bug whereby some
3781         ``artificial'' frame parameters, like `minibuffer' were not
3782         obtained by calling Fframe_parameters.
3784         * xterm.c (show_mouse_face): Clean up.  Recognize overwritten
3785         cursor differently.
3787         * xdisp.c (move_it_vertically_backward): Compute line height
3788         differently.  Add heuristic to try to be more compatible to 20.x.
3790 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3792         * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
3794         * editfns.c (text_property_stickiness): Fix Lisp_Object used as
3795         boolean.
3797 2001-10-25  Miles Bader  <miles@gnu.org>
3799         * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
3800         BG is a pointer to a structure, not a structure.
3801         (gif_format, png_format): Add missing commas.
3803 2001-10-24  Richard M. Stallman  <rms@gnu.org>
3805         * xfaces.c (Fface_attributes_as_vector): New function.
3806         (syms_of_xfaces): Defsubr it.
3808 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3810         * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
3811         variable `area'.
3813 2001-10-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3815         * search.c (scan_newline): Remove unused variable `selective_display'.
3817 2001-10-25  Miles Bader  <miles@gnu.org>
3819         * dispextern.h (struct image): Add `background',
3820         `background_valid', and `background_transparent' fields.
3821         (image_background, image_background_transparent): New declarations.
3822         (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
3823         * xfns.c (image_background, image_background_transparent)
3824         (four_corners_best): New functions.
3825         (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
3826         (gs_format): Add `:background' entry.
3827         (lookup_image): Set IMG's background color if specified.
3828         (pbm_load, xbm_load_image, png_load): Set IMG's background field
3829         when appropriate.
3830         (x_clear_image_1): Reset `background_valid' and
3831         `background_transparent_valid' fields.
3832         (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
3833         calculating it here.  Set IMG's background_transparent field.
3834         (enum xpm_keyword_index): Add XPM_BACKGROUND.
3835         (enum png_keyword_index): Add PNG_BACKGROUND.
3836         (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
3837         (enum tiff_keyword_index): Add TIFF_BACKGROUND.
3838         (enum gif_keyword_index): Add GIF_BACKGROUND.
3839         (enum gs_keyword_index): Add GS_BACKGROUND.
3840         (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
3841         Pre-calculate image background color where necessary.
3842         * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
3843         `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
3844         color to use for image glyph reliefs.
3846 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3848         * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
3849         in full-width rows.
3851         * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
3852         Fix clearing of area not covered by scroll bar.
3854 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3856         * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
3857         and `real_start'.
3858         (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
3859         (glyph_rect): Remove unused variable `area'.
3861 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
3863         * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
3865         * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
3866         (row_containing_pos): Take additional argument DY.
3867         Treat rows ending in middle of char differently.
3868         (display_line): Handle tabs on window systems differently.
3870         * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
3871         with additional argument.
3873         * dispextern.h (row_containing_pos): Adjust prototype.
3875         * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
3876         (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
3877         (try_window_id, try_window_reusing_current_matrix)
3878         (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
3879         (syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.
3881 2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3883         * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
3884         gnuemacs).
3885         (HAVE_BOXES): Fix typo in comment.
3886         (push_menu_pane): Fix typo in comment.
3888         * xdisp.c: (display_prop_string_p): Remove unused local declaration
3889         of `Qwhen'.
3890         (single_display_prop_string_p): Remove unused local declarations
3891         of `Qwhen' and `Qmargin'.
3892         (string_buffer_position): Remove unused variable `around'.
3893         (store_frame_title): Remove unused variable `width'.
3895         * window.c: Don't define max.
3896         (coordinates_in_window): Remove unused variable `uy'.
3898         * widget.c: Don't define max.
3900         * process.c: Don't define max.
3901         (create_process): Remove unused variable `buffer'.
3903 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3905         * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
3907 2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
3909         * xfaces.c (Finternal_set_lisp_face_attribute)
3910         [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
3911         frame is on a windowed display.
3913 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3915         * dispnew.c (sync_window_with_frame_matrix_rows):
3916         Fix handling of windows which aren't full-width, fix handling
3917         of marginal areas.
3919         * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
3921 2001-10-23  Andreas Schwab  <schwab@suse.de>
3923         * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
3924         LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
3926 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3928         * xterm.c (x_draw_glyphs): Remove parameters READ_START and
3929         REAL_END.  Notice if cursor gets overwritten.
3930         (notice_overwritten_cursor): Take X positions as parameters.
3931         (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
3932         around call to x_draw_glyphs.
3934 2001-10-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3936         * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
3937         instead of C) and usage.
3939         * editfns.c (char-to-string): Fix argument names (use CHAR instead
3940         of C) and usage.
3942         * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
3943         `left', `max_width' and `max_height'.
3945 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
3947         * xdisp.c (display_line): For a tab continued to the next line,
3948         set row's ends_in_middle_of_char_p.
3950 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
3952         * xdisp.c (display_line): Fix computation of continuation lines
3953         width for TABs.
3955 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3957         * xdisp.c (build_desired_tool_bar_string): Remove unused variable
3958         `Qlaplace'.
3960         * fileio.c: Remove unused code.
3962 2001-10-22  Miles Bader  <miles@gnu.org>
3964         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
3965         (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
3966         Remove `DOC_STRINGS_IN_COMMENTS' cases.
3968 2001-10-21  Jason Rumney  <jasonr@gnu.org>
3970         * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
3972 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
3974         * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
3975         (Finsert_string): Avoid the multi-line string literals warning.
3977 2001-10-22  Miles Bader  <miles@gnu.org>
3979         * doc.c (Vhelp_manyarg_func_alist): Variable removed.
3980         (Fdocumentation): Don't use it.
3981         (syms_of_doc): Don't initialize it.
3983         * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
3984         * print.c (Fwith_output_to_temp_buffer): Likewise.
3985         * window.c (Fsave_window_excursion): Likewise.
3986         * editfns.c (Fsave_excursion, Fsave_current_buffer)
3987         (Fsave_restriction): Likewise.
3988         * eval.c (Frun_hooks, Frun_hook_with_args)
3989         (Frun_hook_with_args_until_failure)
3990         (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
3991         (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
3992         (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
3993         (Funwind_protect, Fcondition_case): Likewise.
3994         * coding.c (Ffind_operation_coding_system): Likewise.
3995         * keyboard.c (Ftrack_mouse): Likewise.
3997 2001-10-21  Miles Bader  <miles@gnu.org>
3999         * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
4000         (Fmake_hash_table): Add usage: string to doc string.
4001         * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
4002         (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
4003         (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
4004         * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
4005         (Fml_prefix_argument_loop): Likewise.
4007 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4009         * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
4011         * sysdep.c (init_sys_modes): Change doc-string comments to `new
4012         style' [w/`doc:' keyword].
4014         * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
4015         * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
4016         comments to `new style' [w/`doc:' keyword].
4018 2001-10-21  Jason Rumney  <jasonr@gnu.org>
4020         * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
4022         * w32term.c (remember_mouse_glyph): New function.
4023         (w32_mouse_position): Use it.
4024         (note_mouse_movement): If the mouse moved off the glyph, remember
4025         its new position.
4027         * w32term.h (struct w32_output): Correct spelling of x_compatible.
4028         (w32_display_info): Add mouse_face_overlay.
4030         * w32term.c (notice_overwritten_cursor): Renamed from
4031         note_overwritten_text_cursor.  Rewritten to take glyph widths into
4032         account.
4033         (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
4034         (fast_find_string_pos): New function.
4035         (fast_find_position): Return the correct vpos.  Add parameter
4036         STOP.  In the final row, stop before glyphs having STOP as object.
4037         Don't consider glyphs that are not from a buffer.
4038         (fast_find_position) [0]: Add a presumably more correct version
4039         for after 21.1.
4040         (expose_window_tree, expose_frame): Don't compute intersections here.
4041         (expose_window): Do it here instead.
4042         (expose_window_tree, expose_window, expose_line): Return 1 when
4043         overwriting mouse-face.
4044         (expose_window): If W is the window currently being updated, mark
4045         the frame garbaged.
4046         (expose_frame): If mouse-face was overwritten, redo it.
4047         (x_use_underline_position_properties): New variable.
4048         (syms_of_xterm): DEFVAR_BOOL it.
4049         (x_draw_glyph_string): Add comment to use it in future.
4050         (x_draw_glyph_string): Restore clipping after drawing box.
4051         Fix a computation of the underline position.
4052         (w32_get_glyph_string_clip_rect): Minor cleanup.
4053         (x_fill_stretch_glyph_string): Remove an assertion.
4054         (x_produce_glyphs): Don't convert multibyte characters
4055         to unibyte characters in unibyte buffers.
4056         (cursor_in_mouse_face_p): New function.
4057         (x_draw_stretch_glyph_string): Use it to choose a different GC
4058         when drawing a cursor within highlighted text.  Don't draw
4059         background again if it has already been drawn.
4060         (x_draw_glyph_string_box): Don't draw a full-width
4061         box just because the glyph row's full_width_p flag is set.
4062         (x_draw_glyphs): Fix computation of rightmost x for
4063         full-width rows.
4064         (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
4065         (w32_draw_relief_rect): Extend left shadow to the bottom and left;
4066         change bottom shadow accordingly. Some cleanup.
4067         (x_update_window_end): Handle overwritten mouse face
4068         also for tool bar windows.
4069         (show_mouse_face): Set the glyph row's mouse_face_p flag also when
4070         DRAW is DRAW_IMAGE_RAISED.
4071         (clear_mouse_face): Return 1 if text with mouse face was
4072         actually redrawn.  Make the function static.  Reset
4073         dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
4074         optimize away highlighting if we pass over that same overlay again.
4075         (note_mouse_highlight): Call mouse_face_overlay_overlaps
4076         to detect a case where we have to highlight a different region
4077         despite not having left the currently highlighted region.
4078         Set mouse_face_overlay in the x_display_info.  Avoid changing the
4079         mouse pointer shape when show_mouse_face has already done it, or
4080         there is no need.  Handle mouse-face and help-echo in strings.
4081         (glyph_rect): New function.
4082         (w32_mouse_position): Use it to raise the threshold for mouse
4083         movement event generation.
4084         (w32_initialize_display_info): Initialize the x_display_info's
4085         mouse_face_overlay.
4086         (w32_set_vertical_scroll_bar): Don't clear a zero height
4087         or width area.
4088         (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
4089         a widget to zero height.
4091         * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
4092         Protect unibyte strings created by replacing their multibyte
4093         equivalents in menu_items.
4094         (w32_menu_show): Don't overwrite an item's name with its key
4095         description in case the description is a multibyte string.
4096         (single_submenu): Some cleanup.
4098         * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
4099         (postprocess_image): New function.
4100         (lookup_image): Call it for all image types except PostScript.
4101         (x_kill_gs_process): Call postprocess_image.
4102         (tiff_error_handler, tiff_warning_handler): New functions.
4103         (tiff_load): Install them as handlers.
4104         (x_kill_gs_process): Recognize if someone has cleared the image
4105         cache under us.
4106         (valid_image_p): Protect better against invalid image
4107         specifications.  Previous code could signal an error.
4108         (Fx_hide_tip, Fshow_tip): Doc fix.
4109         (Fv_max_tooltip_size): New variable.
4110         (syns_of_xfns): DEFVAR_LISP it.
4111         (Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
4112         window buffer to *tip* right after creating the frame. Set frame's
4113         window_width.  Use a maximum tooltip size specified by
4114         Vx_max_tooltip_size, if that has valid contents.
4115         (compute_tip_xy): Add parameters WIDTH and HEIGHT.
4116         Make sure the tooltip is completely visible.
4117         (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
4118         (Fx_create_frame): Adjust the frame's height for presence
4119         of the tool bar before calling x_figure_window_size.
4120         (x_set_tool_bar_lines): Clear the tool bar window's current matrix
4121         when the window gets smaller.
4122         (x_set_foreground_color): Set frame's cursor_pixel.
4123         (x_set_foreground_color, x_set_background_color): Cleaned up.
4124         (x_set_font): Handle case of x_new_fontset returning the same name
4125         as before, although there was a change in fontsets.
4127 2001-10-21  Miles Bader  <miles@gnu.org>
4129         * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
4130         (Flogxor): Add usage: string to doc string.
4131         * charset.c (Fstring): Likewise.
4132         * callproc.c (Fcall_process_region, Fcall_process): Likewise.
4133         * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
4135 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4137         * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
4139         * alloc.c: Reindent DEFUNs with doc: keywords.
4141         * abbrev.c (Finsert_abbrev_table_description): Reindent.
4143         * frame.c: Change doc-string comments to `new style' [w/`doc:'
4144         keyword].
4146 See ChangeLog.9 for earlier changes.
4148 ;; Local Variables:
4149 ;; coding: iso-2022-7bit
4150 ;; End:
4152     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
4153   Copying and distribution of this file, with or without modification,
4154   are permitted provided the copyright notice and this notice are preserved.