log src/window.c @ 42351:29b74fa42a55

age author description
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.