log src/window.c @ 23481:4e3bead33d34

age author description
Sat, 10 Oct 1998 14:49:28 +0000 Richard M. Stallman (window_loop): New alternative CHECK_ALL_WINDOWS.
Thu, 06 Aug 1998 05:48:33 +0000 Richard M. Stallman (Fsplit_window): Doc fix.
Tue, 04 Aug 1998 03:16:57 +0000 Richard M. Stallman (Fmove_to_window_line): Doc fix.
Sat, 30 May 1998 14:47:15 +0000 Karl Heuer (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
Mon, 25 May 1998 04:20:12 +0000 Richard M. Stallman (Fdelete_windows_on): For FRAME, change t to nil
Fri, 22 May 1998 20:03:28 +0000 Richard M. Stallman (window_loop): Pass new arg to Fother_buffer.
Wed, 20 May 1998 02:01:10 +0000 Richard M. Stallman (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes.
Tue, 19 May 1998 22:35:20 +0000 Richard M. Stallman (Fselect_window): Doc fix.
Wed, 29 Apr 1998 09:44:06 +0000 Andreas Schwab (make_window): Initialize last_point field.
Wed, 29 Apr 1998 04:34:05 +0000 Geoff Voelker Conditionally include xterm.h using HAVE_X_WINDOWS.
Tue, 14 Apr 1998 13:11:34 +0000 Andreas Schwab (Fset_window_configuration): Fix mixing of Lisp_Object
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Fri, 20 Mar 1998 05:11:27 +0000 Richard M. Stallman (window_display_table): Don't look inside buffer if its nil.
Tue, 17 Mar 1998 06:48:12 +0000 Richard M. Stallman (Frecenter): Operate on window's buffer even if some other was current.
Mon, 02 Mar 1998 19:12:51 +0000 Richard M. Stallman (compare_window_configurations): New arg ignore_positions.
Sun, 08 Feb 1998 21:08:38 +0000 Richard M. Stallman (Fdisplay_buffer): New arg FRAME.
Mon, 26 Jan 1998 09:04:27 +0000 Richard M. Stallman (compare_window_configurations): New function.
Wed, 21 Jan 1998 23:32:12 +0000 Richard M. Stallman Update copyright year.
Mon, 19 Jan 1998 19:24:04 +0000 Richard M. Stallman (window_scroll): Set opoint_byte properly.
Fri, 16 Jan 1998 19:16:02 +0000 Richard M. Stallman (Fspecial_display_p): Return the right value
Fri, 09 Jan 1998 23:18:35 +0000 Richard M. Stallman (Fselect_window): Don't set OW->pointm if OW->buffer is nil.
Thu, 01 Jan 1998 02:07:14 +0000 Richard M. Stallman (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.
Tue, 25 Nov 1997 14:06:38 +0000 Andreas Schwab Add prototypes.
Sun, 19 Oct 1997 19:56:59 +0000 Karl Heuer (syms_of_window): Doc fix.
Thu, 16 Oct 1997 00:07:02 +0000 Karl Heuer (replace_buffer_in_all_windows):
Wed, 15 Oct 1997 22:18:37 +0000 Karl Heuer (window_scroll): When scrolling forward and point is
Tue, 02 Sep 1997 00:15:04 +0000 Richard M. Stallman (syms_of_window): Doc fix.
Mon, 21 Jul 1997 20:00:36 +0000 Richard M. Stallman (set_window_height): Allow all heights > 0 for minibuffer windows.
Sat, 12 Jul 1997 06:37:59 +0000 Richard M. Stallman Fix copyright year.
Sat, 12 Jul 1997 06:37:04 +0000 Richard M. Stallman (Fcoordinates_in_window_p): Convert Fcons arguments to Lisp_Integer.