aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2006-07-191-14/+10
|\
| * (window_scroll_pixel_based, window_scroll_line_based):Kim F. Storm2006-07-181-5/+5
| * (Fwindow_configuration_frame, Fset_window_configuration):Kim F. Storm2006-07-121-8/+4
| * (Fforce_window_update): Doc fix.Kim F. Storm2006-07-081-1/+1
* | Merge from emacs--devo--0Miles Bader2006-06-201-17/+70
|\ \ | |/
| * (size_window): New arg FIRST_ONLY. All callers changed.Richard M. Stallman2006-06-191-17/+70
* | Merge from emacs--devo--0Miles Bader2006-06-171-6/+18
|\ \ | |/
| * (adjust_window_trailing_edge): Don't break out of the loopRichard M. Stallman2006-06-131-6/+16
| * (window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-downEli Zaretskii2006-06-091-0/+2
* | Merge from emacs--devo--0Miles Bader2006-06-071-5/+10
|\ \ | |/
| * (Fsplit_window): Doc fix.Richard M. Stallman2006-06-021-1/+3
| * (struct saved_window): Add `dedicated'.Stefan Monnier2006-05-291-3/+4
| * (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).YAMAMOTO Mitsuharu2006-05-191-1/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58Miles Bader2006-05-021-1/+1
|\ \ | |/
| * (Fdisplay_buffer): Doc fix.Eli Zaretskii2006-04-211-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57Miles Bader2006-04-211-14/+29
|\ \ | |/
| * (adjust_window_trailing_edge): Correctly distinguishRichard M. Stallman2006-04-181-11/+20
| * (window_loop): Test w->dedicated with !NILP instead of EQ Qt.Kim F. Storm2006-04-171-3/+9
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-3/+17
|\ \ | |/
| * (coordinates_in_window): On the vertical border, calculate the row numberNick Roberts2006-04-171-3/+17
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader2006-03-281-2/+2
|\ \ | |/
| * (window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).Stefan Monnier2006-03-201-2/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43Miles Bader2006-03-131-10/+13
|\ \ | |/
| * Rename preserve_y to window_scroll_pixel_based_preserve_y.Luc Teirlinck2006-03-111-10/+13
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-40Miles Bader2006-03-091-1/+6
|\ \ | |/
| * Declare preserve_y as a static global variable.Luc Teirlinck2006-03-091-1/+6
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34Miles Bader2006-03-031-17/+26
|\ \ | |/
| * * xselect.c (x_catch_errors_unwind): New function.Chong Yidong2006-02-281-17/+26
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23Miles Bader2006-02-241-1/+2
|\ \ | |/
| * (Fwindow_list): Check `window' before doing XWINDOW.Stefan Monnier2006-02-221-1/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21Miles Bader2006-02-221-3/+7
|\ \ | |/
| * * window.c (window_min_size_1): Ensure room for the scroll bar andChong Yidong2006-02-181-1/+4
| * (Fset_window_scroll_bars): Doc fix.Juanma Barranquero2006-02-171-2/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14Miles Bader2006-02-111-0/+8
|\ \ | |/
| * * window.c (adjust_window_trailing_edge): Check that shrinkingJan Djärv2006-02-081-0/+8
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-3/+3
|\ \ | |/
| * (Fother_window, Fwindow_vscroll, Fset_window_vscroll): Fix typos in docstrings.Juanma Barranquero2006-01-301-3/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-109/+250
|\ \ | |/
| * (enlarge_window): Eliminate arg preserve_before.Richard M. Stallman2005-12-061-61/+35
| * (Fset_window_configuration): Don't accidentally copy theStefan Monnier2005-12-011-3/+19
| * (adjust_window_trailing_edge): New function.Richard M. Stallman2005-11-271-1/+136
| * (Fget_lru_window, Fget_largest_window, window_loop):Stefan Monnier2005-11-041-10/+16
| * (Fenlarge_window): Rename SIDE to HORIZONTAL.Richard M. Stallman2005-11-031-26/+30
| * (Fdisplay_buffer): Fix last change to not use a dedicated window.Stefan Monnier2005-11-031-0/+2
| * (window_loop): For LRU and LARGEST, let the `mini' argumentStefan Monnier2005-11-011-25/+29
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95Miles Bader2006-01-161-1/+0
|\ \ | |/
| * (Fwindow_tree): Remove unused var alist.Kim F. Storm2005-10-201-1/+0
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91Miles Bader2005-10-151-15/+19
|\ \ | |/