log src/window.c @ 71396:58383949ec48

age author description
Mon, 19 Jun 2006 21:59:30 +0000 Richard M. Stallman (size_window): New arg FIRST_ONLY. All callers changed.
Tue, 13 Jun 2006 23:07:56 +0000 Richard M. Stallman (adjust_window_trailing_edge): Don't break out of the loop
Fri, 09 Jun 2006 09:04:34 +0000 Eli Zaretskii (window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-down
Fri, 02 Jun 2006 02:12:45 +0000 Richard M. Stallman (Fsplit_window): Doc fix.
Mon, 29 May 2006 01:05:24 +0000 Stefan Monnier (struct saved_window): Add `dedicated'.
Fri, 19 May 2006 09:12:26 +0000 YAMAMOTO Mitsuharu (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
Fri, 21 Apr 2006 11:55:17 +0000 Eli Zaretskii (Fdisplay_buffer): Doc fix.
Tue, 18 Apr 2006 20:56:31 +0000 Richard M. Stallman (adjust_window_trailing_edge): Correctly distinguish
Mon, 17 Apr 2006 21:50:59 +0000 Kim F. Storm (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
Mon, 17 Apr 2006 00:24:50 +0000 Nick Roberts (coordinates_in_window): On the vertical border, calculate the row number
Mon, 20 Mar 2006 22:22:25 +0000 Stefan Monnier (window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).
Sat, 11 Mar 2006 16:46:38 +0000 Luc Teirlinck Rename preserve_y to window_scroll_pixel_based_preserve_y.
Thu, 09 Mar 2006 03:43:23 +0000 Luc Teirlinck Declare preserve_y as a static global variable.
Tue, 28 Feb 2006 14:52:46 +0000 Chong Yidong * xselect.c (x_catch_errors_unwind): New function.
Wed, 22 Feb 2006 21:01:34 +0000 Stefan Monnier (Fwindow_list): Check `window' before doing XWINDOW.
Sat, 18 Feb 2006 22:17:09 +0000 Chong Yidong * window.c (window_min_size_1): Ensure room for the scroll bar and
Fri, 17 Feb 2006 15:02:30 +0000 Juanma Barranquero (Fset_window_scroll_bars): Doc fix.
Wed, 08 Feb 2006 13:39:52 +0000 Jan Dj¸«£rv * window.c (adjust_window_trailing_edge): Check that shrinking
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 30 Jan 2006 16:11:29 +0000 Juanma Barranquero (Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings.
Tue, 06 Dec 2005 02:03:23 +0000 Richard M. Stallman (enlarge_window): Eliminate arg preserve_before.
Thu, 01 Dec 2005 16:25:15 +0000 Stefan Monnier (Fset_window_configuration): Don't accidentally copy the
Sun, 27 Nov 2005 19:16:28 +0000 Richard M. Stallman (adjust_window_trailing_edge): New function.
Fri, 04 Nov 2005 21:37:03 +0000 Stefan Monnier (Fget_lru_window, Fget_largest_window, window_loop):
Thu, 03 Nov 2005 21:13:57 +0000 Richard M. Stallman (Fenlarge_window): Rename SIDE to HORIZONTAL.
Thu, 03 Nov 2005 17:11:50 +0000 Stefan Monnier (Fdisplay_buffer): Fix last change to not use a dedicated window.
Tue, 01 Nov 2005 08:01:40 +0000 Stefan Monnier (window_loop): For LRU and LARGEST, let the `mini' argument
Thu, 20 Oct 2005 15:04:05 +0000 Kim F. Storm (Fwindow_tree): Remove unused var alist.
Tue, 11 Oct 2005 22:21:50 +0000 Kim F. Storm (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
Tue, 11 Oct 2005 15:07:07 +0000 Kim F. Storm (coordinates_in_window): Fix returned y position when
Mon, 10 Oct 2005 13:41:06 +0000 Juanma Barranquero (Fwindow_tree): Fix spelling.
Sun, 09 Oct 2005 16:53:35 +0000 Romain Francoise (Fwindow_end): Don't try to redisplay if non-interactive.
Fri, 07 Oct 2005 22:17:05 +0000 Kim F. Storm (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
Tue, 04 Oct 2005 14:14:05 +0000 Kim F. Storm (window_split_tree): New function.
Sun, 18 Sep 2005 16:28:53 +0000 Andreas Schwab (make_window): Don't initialize height_fixed_p.
Tue, 16 Aug 2005 14:58:33 +0000 Kim F. Storm (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 21 Jul 2005 16:34:51 +0000 Juanma Barranquero (Fset_window_margins, Fset_window_fringes):
Mon, 11 Jul 2005 21:43:10 +0000 Stefan Monnier (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
Thu, 07 Jul 2005 09:36:18 +0000 Kim F. Storm (Frecenter): Remove superfluous settings of iarg.
Thu, 07 Jul 2005 09:33:29 +0000 Kim F. Storm (Frecenter): Fix last change (set iarg before use).
Wed, 06 Jul 2005 22:06:15 +0000 Richard M. Stallman (Frecenter): When arg is inside the scroll margin, move it out of the margin.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Sun, 03 Jul 2005 16:41:48 +0000 Richard M. Stallman (window_scroll_pixel_based): Take account of this_scroll_margin when
Wed, 29 Jun 2005 23:29:01 +0000 Richard M. Stallman (window_scroll_pixel_based, window_scroll_line_based):
Tue, 21 Jun 2005 11:29:47 +0000 Juanma Barranquero Fix typo in comment.
Fri, 10 Jun 2005 02:31:13 +0000 Luc Teirlinck (Fselect_window): Adapt call to Fselect_frame.
Mon, 06 Jun 2005 10:38:40 +0000 Jan Dj¸«£rv * window.c (delete_window): Handle the case where a h/vchild has
Fri, 20 May 2005 11:17:36 +0000 Lute Kamstra (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value.
Tue, 26 Apr 2005 22:41:28 +0000 Richard M. Stallman (Fsame_window_p, Fspecial_display_p): Doc fixes.
Sat, 23 Apr 2005 16:18:23 +0000 Richard M. Stallman (window_size_fixed): Variable deleted.
Mon, 18 Apr 2005 14:09:47 +0000 Kim F. Storm (make_window): Don't initialize overlay_arrow_bitmap.
Tue, 12 Apr 2005 22:52:52 +0000 Stefan Monnier (Fset_window_configuration): Be careful when you choose
Sun, 10 Apr 2005 22:02:41 +0000 Richard M. Stallman Comment changes.
Mon, 21 Feb 2005 22:34:34 +0000 Kim F. Storm (window_scroll_pixel_based): When scrolling backwards,
Mon, 24 Jan 2005 13:22:29 +0000 Kim F. Storm (window_scroll_pixel_based): Fix scrolling in the wrong
Sun, 23 Jan 2005 13:13:03 +0000 Kim F. Storm * window.c (Fpos_visible_in_window_p): Simplify return value for
Sun, 23 Jan 2005 00:50:24 +0000 Kim F. Storm (window_scroll_pixel_based): Force moving to next line
Sat, 22 Jan 2005 01:41:47 +0000 Kim F. Storm (auto_window_vscroll_p): New boolean.
Tue, 04 Jan 2005 03:00:21 +0000 Richard M. Stallman (window_scroll_pixel_based): Don't correct preserve_y
Fri, 31 Dec 2004 15:07:48 +0000 Richard M. Stallman (window_scroll_pixel_based): Only look at
Thu, 02 Dec 2004 23:24:43 +0000 Richard M. Stallman (Fget_lru_window, Fget_largest_window): Doc fixes.
Tue, 23 Nov 2004 05:05:34 +0000 Stefan Monnier (Fset_window_scroll_bars): Don't use XINT if it isn't int.
Mon, 22 Nov 2004 23:26:13 +0000 Kim F. Storm (set_window_buffer): Clear display_error_modiff.
Tue, 16 Nov 2004 15:35:14 +0000 Stefan Monnier Avoid side-effects inside XSETFASTINT's arguments.
Sun, 14 Nov 2004 11:59:21 +0000 Jan Dj¸«£rv * window.c (shrink_windows): Handle special case of one window left
Fri, 12 Nov 2004 14:26:53 +0000 Kim F. Storm (window_scroll_pixel_based, Frecenter): Use
Tue, 09 Nov 2004 11:16:32 +0000 Kim F. Storm Fix commentary.
Tue, 02 Nov 2004 14:41:24 +0000 Andreas Schwab (Fscroll_right): Fix last change.
Tue, 02 Nov 2004 09:06:06 +0000 Richard M. Stallman (window_scroll_pixel_based): Update preserve_y for header line if any.
Sat, 16 Oct 2004 14:51:39 +0000 Richard M. Stallman (Fspecial_display_p): Doc fix.
Mon, 04 Oct 2004 13:46:19 +0000 Kim F. Storm (coordinates_in_window): Relax check for cursor
Thu, 09 Sep 2004 02:10:40 +0000 Richard M. Stallman (Fset_window_buffer): Doc fix.
Sat, 07 Aug 2004 21:07:57 +0000 Stefan Monnier (window_list_1): YAILOM.
Mon, 02 Aug 2004 15:06:25 +0000 Kim F. Storm (window_scroll_line_based): Let compute_motion
Sun, 25 Jul 2004 17:43:57 +0000 Richard M. Stallman (coordinates_in_window): Return ON_SCROLL_BAR
Sun, 25 Jul 2004 17:35:49 +0000 Richard M. Stallman (Fcoordinates_in_window_p): Take account of FRAME_INTERNAL_BORDER_WIDTH.
Sat, 24 Jul 2004 21:38:22 +0000 Richard M. Stallman (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
Wed, 21 Jul 2004 21:08:45 +0000 Kim F. Storm (make_window): Initialize nrows_scale_factor and
Mon, 19 Jul 2004 21:57:05 +0000 Luc Teirlinck (Fpos_visible_in_window_p, Fset_window_hscroll)
Sat, 17 Jul 2004 14:59:02 +0000 Richard M. Stallman (coordinates_in_window): Inside the window but outside
Sun, 11 Jul 2004 01:20:03 +0000 Luc Teirlinck (Fwindow_buffer, Fother_window, Fget_lru_window)
Mon, 21 Jun 2004 03:23:27 +0000 Richard M. Stallman (syms_of_window): Doc fix.
Sun, 13 Jun 2004 22:27:53 +0000 Richard M. Stallman (Fselect_window): Doc fix.
Thu, 13 May 2004 00:33:27 +0000 Glenn Morris (Fdisplay_buffer, Fsplit_window, split-height-threshold): Doc fix.
Fri, 07 May 2004 00:43:49 +0000 Juanma Barranquero (Fset_window_buffer): Fix docstring.
Tue, 20 Apr 2004 22:18:33 +0000 Kim F. Storm (Fpos_visible_in_window_p): Return pixel position if
Wed, 14 Apr 2004 20:03:42 +0000 Nick Roberts (Fget_lru_window): Doc fix.
Thu, 04 Mar 2004 17:16:23 +0000 Richard M. Stallman (Fdisplay_buffer): Doc fix.
Mon, 01 Mar 2004 23:56:30 +0000 Kim F. Storm (make_window): Initialize overlay_arrow_bitmap.
Sat, 28 Feb 2004 01:02:51 +0000 Kim F. Storm (window_loop, Fforce_window_update): Force mode line
Thu, 12 Feb 2004 12:12:41 +0000 Kim F. Storm (Fwindow_fringes): Doc fix.
Mon, 26 Jan 2004 03:27:33 +0000 Luc Teirlinck (Fwindow_minibuffer_p): Doc fix.
Sat, 03 Jan 2004 21:17:51 +0000 Richard M. Stallman (decode_any_window): New function.
Fri, 26 Dec 2003 04:24:54 +0000 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
Thu, 25 Dec 2003 06:59:31 +0000 Karoly Lorentey Implemented multiple tty support.
Sun, 23 Nov 2003 21:47:24 +0000 Kim F. Storm (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
Sun, 23 Nov 2003 00:10:08 +0000 Kim F. Storm (coordinates_in_window): Remove redundant tests.
Tue, 14 Oct 2003 11:26:43 +0000 Lute Kamstra (Fset_window_fringes): Clarify docstring.
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.