| Commit message (Expand) | Author | Age | Files | Lines |
| * | Apply patch from CVS trunk to fix recenter on ttys. | Karoly Lorentey | 2005-08-04 | 1 | -1/+1 |
| * | Merged from miles@gnu.org--gnu-2005 (patch 474) | Karoly Lorentey | 2005-07-10 | 1 | -7/+4 |
| |\ |
|
| | * | (Frecenter): Remove superfluous settings of iarg. | Kim F. Storm | 2005-07-07 | 1 | -5/+2 |
| | * | (Frecenter): Fix last change (set iarg before use). | Kim F. Storm | 2005-07-07 | 1 | -2/+2 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 470-473) | Karoly Lorentey | 2005-07-10 | 1 | -9/+53 |
| |\ \
| |/ |
|
| | * | (Frecenter): When arg is inside the scroll margin, move it out of the margin. | Richard M. Stallman | 2005-07-06 | 1 | -9/+53 |
| * | | 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 83-87, 449-468) | Karoly Lorentey | 2005-07-05 | 1 | -7/+18 |
| |\ \
| |/ |
|
| | * | (window_scroll_pixel_based): Take account of this_scroll_margin when | Richard M. Stallman | 2005-07-03 | 1 | -1/+3 |
| | * | (window_scroll_pixel_based, window_scroll_line_based): | Richard M. Stallman | 2005-06-29 | 1 | -6/+15 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 438-440) | Karoly Lorentey | 2005-06-22 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Fix typo in comment. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422) | Karoly Lorentey | 2005-06-15 | 1 | -2/+49 |
| |\ \
| |/ |
|
| | * | (Fselect_window): Adapt call to Fselect_frame. | Luc Teirlinck | 2005-06-10 | 1 | -1/+1 |
| | * | * window.c (delete_window): Handle the case where a h/vchild has | Jan Djärv | 2005-06-06 | 1 | -1/+48 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331) | Karoly Lorentey | 2005-05-28 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value. | Lute Kamstra | 2005-05-20 | 1 | -2/+2 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 281-285) | Karoly Lorentey | 2005-05-02 | 1 | -8/+12 |
| |\ \
| |/ |
|
| | * | (Fsame_window_p, Fspecial_display_p): Doc fixes. | Richard M. Stallman | 2005-04-26 | 1 | -8/+12 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278) | Karoly Lorentey | 2005-04-25 | 1 | -14/+1 |
| |\ \
| |/ |
|
| | * | (window_size_fixed): Variable deleted. | Richard M. Stallman | 2005-04-23 | 1 | -14/+1 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268) | Karoly Lorentey | 2005-04-19 | 1 | -1/+0 |
| |\ \
| |/ |
|
| | * | (make_window): Don't initialize overlay_arrow_bitmap. | Kim F. Storm | 2005-04-18 | 1 | -1/+0 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265) | Karoly Lorentey | 2005-04-18 | 1 | -3/+16 |
| |\ \
| |/ |
|
| | * | (Fset_window_configuration): Be careful when you choose | Stefan Monnier | 2005-04-12 | 1 | -3/+16 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245) | Karoly Lorentey | 2005-04-11 | 1 | -5/+10 |
| |\ \
| |/ |
|
| | * | Comment changes. | Richard M. Stallman | 2005-04-10 | 1 | -5/+10 |
| * | | Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125) | Karoly Lorentey | 2005-02-23 | 1 | -9/+16 |
| |\ \
| |/ |
|
| | * | (window_scroll_pixel_based): When scrolling backwards, | Kim F. Storm | 2005-02-21 | 1 | -9/+16 |
| * | | Merged in changes from CVS trunk. (Long time no see!) :-) | Karoly Lorentey | 2005-02-03 | 1 | -20/+85 |
| |\ \
| |/ |
|
| | * | (window_scroll_pixel_based): Fix scrolling in the wrong | Kim F. Storm | 2005-01-24 | 1 | -6/+16 |
| | * | * window.c (Fpos_visible_in_window_p): Simplify return value for | Kim F. Storm | 2005-01-23 | 1 | -14/+11 |
| | * | (window_scroll_pixel_based): Force moving to next line | Kim F. Storm | 2005-01-23 | 1 | -2/+10 |
| | * | (auto_window_vscroll_p): New boolean. | Kim F. Storm | 2005-01-22 | 1 | -13/+57 |
| | * | (window_scroll_pixel_based): Don't correct preserve_y | Richard M. Stallman | 2005-01-04 | 1 | -1/+7 |
| * | | Merged in changes from CVS trunk. | Karoly Lorentey | 2005-01-06 | 1 | -30/+56 |
| |\ \
| |/ |
|
| | * | (window_scroll_pixel_based): Only look at | Richard M. Stallman | 2004-12-31 | 1 | -30/+56 |
| * | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-12-08 | 1 | -6/+15 |
| |\ \
| |/ |
|
| | * | (Fget_lru_window, Fget_largest_window): Doc fixes. | Richard M. Stallman | 2004-12-02 | 1 | -0/+4 |
| | * | (Fset_window_scroll_bars): Don't use XINT if it isn't int. | Stefan Monnier | 2004-11-23 | 1 | -5/+7 |
| | * | (set_window_buffer): Clear display_error_modiff. | Kim F. Storm | 2004-11-22 | 1 | -1/+4 |
| * | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-11-22 | 1 | -4/+39 |
| |\ \
| |/ |
|
| | * | Avoid side-effects inside XSETFASTINT's arguments. | Stefan Monnier | 2004-11-16 | 1 | -4/+7 |
| | * | * window.c (shrink_windows): Handle special case of one window left | Jan Djärv | 2004-11-14 | 1 | -0/+32 |
| * | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-11-13 | 1 | -13/+46 |
| |\ \
| |/ |
|
| | * | (window_scroll_pixel_based, Frecenter): Use | Kim F. Storm | 2004-11-12 | 1 | -11/+44 |
| | * | Fix commentary. | Kim F. Storm | 2004-11-09 | 1 | -2/+2 |
| * | | Merged in changes from CVS trunk. | Karoly Lorentey | 2004-11-06 | 1 | -16/+24 |
| |\ \
| |/ |
|
| | * | (Fscroll_right): Fix last change. | Andreas Schwab | 2004-11-02 | 1 | -1/+1 |