log src/window.c @ 52852:ac400ff02a1c

age author description
Tue, 14 Oct 2003 09:33:09 +0000 Kim F. Storm (Fset_window_margins): Simplify arg checking.
Mon, 13 Oct 2003 18:44:22 +0000 Richard M. Stallman (Fset_window_margins): Allow only integers as args.
Mon, 13 Oct 2003 16:11:27 +0000 Lute Kamstra (Fset_window_fringes): Elaborate docstring.
Sat, 11 Oct 2003 23:03:09 +0000 Jan Dj¸«£rv * window.c (shrink_windows): New function.
Wed, 24 Sep 2003 23:52:45 +0000 Kim F. Storm (set_window_buffer): Fix redisplay problems when
Mon, 22 Sep 2003 12:55:25 +0000 Masatake YAMATO (Fset_window_scroll_bars): Validate the value of `vertical_type'.
Sat, 20 Sep 2003 23:38:54 +0000 Kim F. Storm (Fwindow_scroll_bars): Doc fix.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Thu, 26 Jun 2003 23:18:41 +0000 Stefan Monnier (Fset_window_dedicated_p): Simplify.
Thu, 05 Jun 2003 00:36:28 +0000 Kim F. Storm (coordinates_in_window): Convert X and Y to window
Tue, 03 Jun 2003 11:12:48 +0000 Richard M. Stallman (Fwindow_edges): Doc fix.
Sun, 25 May 2003 17:49:35 +0000 Stefan Monnier (Fset_window_buffer): Add type of `keep_margins' argument.
Sun, 25 May 2003 02:11:24 +0000 Juanma Barranquero (Fset_window_scroll_bars): Fix typo in argument name.
Sat, 24 May 2003 22:07:51 +0000 Kim F. Storm Make (many) trivial substitutions for renamed and
Sat, 17 May 2003 21:18:25 +0000 Stefan Monnier (Fselect_window): Add optional `norecord' arg.
Mon, 31 Mar 2003 20:35:51 +0000 Kim F. Storm Remove extern decl for frame parameter vars.
Fri, 21 Mar 2003 13:52:06 +0000 Kim F. Storm * window.c (enum window_part): Move to dispextern.h.
Tue, 18 Feb 2003 00:18:04 +0000 Andreas Schwab (window_scroll_pixel_based): Move outside a
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Wed, 01 Jan 2003 17:00:34 +0000 Richard M. Stallman (window_scroll_pixel_based): Partially undo last change.
Mon, 23 Dec 2002 18:04:45 +0000 Richard M. Stallman (window_scroll_pixel_based): Fix check for reaching BEGV.
Sun, 22 Dec 2002 21:57:05 +0000 Richard M. Stallman (select_window_1): Undo 9/21 change.
Thu, 19 Dec 2002 16:26:29 +0000 David Kastrup (Fset_window_configuration): Set old_point to correct
Tue, 22 Oct 2002 19:28:17 +0000 Stefan Monnier (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
Mon, 14 Oct 2002 01:30:53 +0000 Richard M. Stallman (window_scroll): Set immediate_quit.
Sat, 21 Sep 2002 18:37:10 +0000 Richard M. Stallman (select_window_1): Don't select frame.
Thu, 05 Sep 2002 02:36:22 +0000 Richard M. Stallman (displayed_window_lines): Correct for one-off bug
Tue, 16 Jul 2002 13:39:41 +0000 Richard M. Stallman (temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.