| Commit message (Expand) | Author | Age | Files | Lines |
* | * window.h (struct window): | Stefan Monnier | 2007-10-02 | 1 | -1/+1 |
* | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -1/+2 |
|\ |
|
| * | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
| * | Add EXFUN for Fwindow_full_width_p. | Martin Rudalics | 2007-08-06 | 1 | -0/+1 |
* | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 683-684) | Karoly Lorentey | 2006-01-06 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | (Fwindow_minibuffer_p): Declare (for use in minibuf.c). | Stefan Monnier | 2006-01-03 | 1 | -1/+2 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577) | Karoly Lorentey | 2005-10-09 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | (struct window): Remove height_fixed_p, no longer set. | Andreas Schwab | 2005-09-18 | 1 | -5/+0 |
* | | Merged in changes from CVS trunk. Plus added lisp/term tweaks. | Karoly Lorentey | 2005-09-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 469) | Karoly Lorentey | 2005-07-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268) | Karoly Lorentey | 2005-04-19 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | (struct window): Remove member overlay_arrow_bitmap. | Kim F. Storm | 2005-04-18 | 1 | -3/+0 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-07-22 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | (struct glyph_matrix): New members nrows_scale_factor | Kim F. Storm | 2004-07-21 | 1 | -0/+5 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-06-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright. | Kim F. Storm | 2004-06-16 | 1 | -1/+1 |
* | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-04-23 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN. | Kim F. Storm | 2004-04-20 | 1 | -3/+3 |
* | | Merged in changes from CVS HEAD | Karoly Lorentey | 2004-03-07 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | (struct window): New member overlay_arrow_bitmap. | Kim F. Storm | 2004-03-01 | 1 | -0/+3 |
* | | Support for opening X frames from a tty session. | Karoly Lorentey | 2004-01-11 | 1 | -1/+1 |
|/ |
|
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS) | Richard M. Stallman | 2003-06-03 | 1 | -5/+22 |
* | (window_box_text_cols): Declare. | Stefan Monnier | 2003-05-25 | 1 | -0/+1 |
* | (struct window): Rename members left to left_col, | Kim F. Storm | 2003-05-24 | 1 | -29/+406 |
* | (Fselect_window): Add optional arg `norecord'. | Stefan Monnier | 2003-05-17 | 1 | -2/+2 |
* | (Qwindowp, Qwindow_live_p, Vwindow_list) | Stefan Monnier | 2003-05-14 | 1 | -0/+33 |
* | (change_window_heights): Add prototype. | Kim F. Storm | 2003-03-31 | 1 | -0/+1 |
* | (window_from_coordinates): Fix prototype. | Kim F. Storm | 2003-03-21 | 1 | -1/+2 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -10/+10 |
* | Comment change. | Richard M. Stallman | 2002-07-01 | 1 | -1/+1 |
* | (cursor_type_changed): Hew variable. | Richard M. Stallman | 2002-03-18 | 1 | -0/+4 |
* | (struct window): New member phys_cursor_width. | Kim F. Storm | 2002-03-01 | 1 | -3/+3 |
* | (minibuf_selected_window): Renamed from Vminibuf_selected_window. | Kim F. Storm | 2002-02-28 | 1 | -1/+1 |
* | (Vminibuf_selected_window): Declare extern. | Kim F. Storm | 2002-02-26 | 1 | -0/+5 |
* | (MINI_WINDOW_P): Use NILP. | Gerd Moellmann | 2001-10-05 | 1 | -1/+1 |
* | (WINDOW_LIVE_P): New macro. | Gerd Moellmann | 2001-01-18 | 1 | -1/+7 |
* | (struct window): New member min_hscroll. | Gerd Moellmann | 2000-12-20 | 1 | -0/+3 |
* | (Fset_window_point): Declare. | Dave Love | 2000-12-12 | 1 | -0/+1 |
* | * window.h (Fwindow_live_p): Declare. | Ken Raeburn | 2000-10-27 | 1 | -0/+1 |
* | (foreach_window): Change prototype. | Gerd Moellmann | 2000-07-21 | 1 | -1/+3 |
* | Extend comment for optional_new_start. | Gerd Moellmann | 1999-10-30 | 1 | -1/+3 |
* | (struct window): New members orig_top, orig_height. | Gerd Moellmann | 1999-09-23 | 1 | -1/+7 |
* | (struct window): New member height_fixed_p. | Gerd Moellmann | 1999-09-16 | 1 | -0/+5 |