log src/window.c @ 43713:f92c4d87863a

age author description
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Fri, 01 Mar 2002 23:50:12 +0000 Kim F. Storm (Fminibuffer_selected_window): New function.
Fri, 01 Mar 2002 22:37:16 +0000 Kim F. Storm (make_window, replace_window): Initialize phys_cursor_width.
Thu, 28 Feb 2002 22:15:45 +0000 Kim F. Storm (syms_of_window): Initialize minibuf_selected_window.
Thu, 28 Feb 2002 22:07:45 +0000 Kim F. Storm (minibuf_selected_window): Renamed from
Tue, 26 Feb 2002 22:50:55 +0000 Kim F. Storm (Vminibuf_selected_window): New variable.
Wed, 13 Feb 2002 22:41:12 +0000 Kim F. Storm (Vmode_line_in_non_selected_windows): Removed.
Mon, 11 Feb 2002 14:42:16 +0000 Kim F. Storm (Vmode_line_in_non_selected_windows): New variable.
Mon, 21 Jan 2002 08:53:42 +0000 Richard M. Stallman (check_frame_size): Fix minimum height calculation.
Sun, 20 Jan 2002 23:09:45 +0000 Richard M. Stallman (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
Fri, 18 Jan 2002 03:50:15 +0000 Richard M. Stallman (enlarge_window): When exceeding size of parent,
Tue, 08 Jan 2002 05:41:37 +0000 Richard M. Stallman (delete_window): Rewrite the code for changing the
Thu, 27 Dec 2001 05:49:33 +0000 Ken Raeburn * window.c (enlarge_window): In new preserve_before code, convert CURBEG from
Tue, 25 Dec 2001 10:36:08 +0000 Richard M. Stallman (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
Sun, 16 Dec 2001 20:01:48 +0000 Richard M. Stallman (Frecenter): Clear display_error_modiff field.
Wed, 12 Dec 2001 13:43:16 +0000 Gerd Moellmann (Frecenter): Simplify computation in the case of window
Sat, 01 Dec 2001 12:35:45 +0000 Jason Rumney (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
Sat, 01 Dec 2001 01:15:43 +0000 Kim F. Storm (coordinates_in_window): Handle separate left and right fringe widths.
Sun, 25 Nov 2001 18:21:09 +0000 Eli Zaretskii (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
Fri, 16 Nov 2001 13:08:08 +0000 Kim F. Storm Fringe cleanup.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Thu, 01 Nov 2001 14:23:38 +0000 Pavel Jank (grow_mini_window): Fix typo in comment.
Wed, 31 Oct 2001 10:06:10 +0000 Gerd Moellmann (grow_mini_window): Handle case that the root
Mon, 29 Oct 2001 19:12:37 +0000 Eli Zaretskii (Fscroll_left, Fscroll_right): Doc fix.
Wed, 24 Oct 2001 06:35:59 +0000 Pavel Jank Don't define max.
Sun, 21 Oct 2001 15:28:03 +0000 Miles Bader (Fsave_window_excursion): Add usage: string to doc string.
Sat, 20 Oct 2001 20:54:39 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Mon, 15 Oct 2001 11:38:41 +0000 Gerd Moellmann (window_loop): Don't check for Fother_buffer returning nil.
Mon, 15 Oct 2001 10:44:09 +0000 Gerd Moellmann (select_window_1): Unfreeze window start. Remove a
Mon, 15 Oct 2001 10:28:13 +0000 Gerd Moellmann Comment fix.
Wed, 10 Oct 2001 16:05:21 +0000 Stefan Monnier Include keymap.h.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Wed, 15 Aug 2001 14:56:51 +0000 Gerd Moellmann (window_scroll_pixel_based): Don't recenter if
Tue, 07 Aug 2001 14:19:26 +0000 Gerd Moellmann (Frecenter): If ARG < 0, and on a window system
Tue, 10 Apr 2001 16:13:02 +0000 Gerd Moellmann (window_scroll): Change the meaning of N to mean
Tue, 10 Apr 2001 15:39:53 +0000 Gerd Moellmann (window_scroll_pixel_based, Frecenter): Call
Mon, 09 Apr 2001 12:35:37 +0000 Gerd Moellmann (window_internal_height): Return 1 less if the
Wed, 14 Mar 2001 16:36:16 +0000 Gerd Moellmann (Fset_window_configuration): Change call to EMACS_PRETEST_21_0_100
Wed, 07 Mar 2001 17:17:07 +0000 Gerd Moellmann (Frecenter): Rewrite code handling negative values
Thu, 01 Mar 2001 19:31:06 +0000 Gerd Moellmann (Fwindow_end): Call move_it_past_eol only if
Wed, 28 Feb 2001 17:41:06 +0000 Ken Raeburn * window.c (set_window_buffer): Field vscroll is an int, not a lisp object.
Wed, 28 Feb 2001 13:28:11 +0000 Gerd Moellmann (make_window, make_dummy_parent): Use allocate_window.
Tue, 20 Feb 2001 16:00:18 +0000 Gerd Moellmann (Fwindow_end): Handle case that WINDOW's buffer is not
Mon, 19 Feb 2001 16:43:40 +0000 Gerd Moellmann (Fmove_to_window_line): Undo last change.
Fri, 16 Feb 2001 15:50:33 +0000 Gerd Moellmann (set_window_buffer): Fix last change.
Fri, 16 Feb 2001 15:12:14 +0000 Gerd Moellmann (set_window_buffer): Set window's vscroll to 0.
Fri, 16 Feb 2001 14:56:44 +0000 Gerd Moellmann (coordinates_in_window): Increase width of area
Tue, 13 Feb 2001 15:44:27 +0000 Gerd Moellmann (window_loop) <GET_BUFFER_WINDOW>: Prefer to return
Mon, 05 Feb 2001 12:24:00 +0000 Gerd Moellmann (Fmove_to_window_line): Don't add 1 if window is
Fri, 02 Feb 2001 07:40:37 +0000 Eli Zaretskii (Fenlarge_window, Fshrink_window): Doc fix.
Wed, 31 Jan 2001 20:26:26 +0000 Gerd Moellmann (enum window_part): New enumeration.
Wed, 31 Jan 2001 14:47:44 +0000 Gerd Moellmann (Fscroll_right, Fscroll_left): Use interactive_p
Fri, 26 Jan 2001 20:01:43 +0000 Gerd Moellmann (size_window): Set the window's orig_top to nil when
Tue, 23 Jan 2001 11:32:56 +0000 Eli Zaretskii (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
Thu, 18 Jan 2001 14:09:17 +0000 Gerd Moellmann * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
Thu, 18 Jan 2001 13:46:21 +0000 Gerd Moellmann (window_size_fixed): New variable.
Tue, 16 Jan 2001 14:59:37 +0000 Gerd Moellmann (Fset_window_hscroll): Don't set window's min_hscroll
Mon, 08 Jan 2001 14:37:40 +0000 Gerd Moellmann (window_scroll_pixel_based): Adjust glyph matrices
Thu, 04 Jan 2001 12:53:14 +0000 Gerd Moellmann (Fdelete_other_windows): Set window's window_end_valid
Wed, 03 Jan 2001 13:49:32 +0000 Gerd Moellmann (Frecenter): When changing the window start, set the