| Commit message (Expand) | Author | Age | Files | Lines |
* | (Vminibuf_selected_window): New variable. | Kim F. Storm | 2002-02-26 | 1 | -3/+15 |
* | (Vmode_line_in_non_selected_windows): Removed. | Kim F. Storm | 2002-02-13 | 1 | -10/+8 |
* | (Vmode_line_in_non_selected_windows): New variable. | Kim F. Storm | 2002-02-11 | 1 | -0/+13 |
* | (check_frame_size): Fix minimum height calculation. | Richard M. Stallman | 2002-01-21 | 1 | -7/+6 |
* | (MIN_SAFE_WINDOW_HEIGHT): Value now 1. | Richard M. Stallman | 2002-01-20 | 1 | -7/+19 |
* | (enlarge_window): When exceeding size of parent, | Richard M. Stallman | 2002-01-18 | 1 | -16/+30 |
* | (delete_window): Rewrite the code for changing the | Richard M. Stallman | 2002-01-08 | 1 | -17/+38 |
* | * window.c (enlarge_window): In new preserve_before code, convert CURBEG from | Ken Raeburn | 2001-12-27 | 1 | -1/+1 |
* | (enlarge_window): New arg PRESERVE_BEFORE. Callers changed. | Richard M. Stallman | 2001-12-25 | 1 | -31/+60 |
* | (Frecenter): Clear display_error_modiff field. | Richard M. Stallman | 2001-12-16 | 1 | -0/+3 |
* | (Frecenter): Simplify computation in the case of window | Gerd Moellmann | 2001-12-12 | 1 | -5/+4 |
* | (Qleft_fringe, Qright_fringe): Remove. Now in frame.c. | Jason Rumney | 2001-12-01 | 1 | -6/+1 |
* | (coordinates_in_window): Handle separate left and right fringe widths. | Kim F. Storm | 2001-12-01 | 1 | -4/+3 |
* | (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>. | Eli Zaretskii | 2001-11-25 | 1 | -2/+2 |
* | Fringe cleanup. | Kim F. Storm | 2001-11-16 | 1 | -12/+11 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -38/+38 |
* | (grow_mini_window): Fix typo in comment. | Pavel Janík | 2001-11-01 | 1 | -1/+1 |
* | (grow_mini_window): Handle case that the root | Gerd Moellmann | 2001-10-31 | 1 | -1/+3 |
* | (Fscroll_left, Fscroll_right): Doc fix. | Eli Zaretskii | 2001-10-29 | 1 | -2/+14 |
* | Don't define max. | Pavel Janík | 2001-10-24 | 1 | -5/+1 |
* | (Fsave_window_excursion): Add usage: string to doc string. | Miles Bader | 2001-10-21 | 1 | -1/+2 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -518/+501 |
* | (window_loop): Don't check for Fother_buffer returning nil. | Gerd Moellmann | 2001-10-15 | 1 | -4/+0 |
* | (select_window_1): Unfreeze window start. Remove a | Gerd Moellmann | 2001-10-15 | 1 | -4/+2 |
* | Comment fix. | Gerd Moellmann | 2001-10-15 | 1 | -1/+1 |
* | Include keymap.h. | Stefan Monnier | 2001-10-10 | 1 | -0/+1 |
* | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -2/+0 |
* | (window_scroll_pixel_based): Don't recenter if | Gerd Moellmann | 2001-08-15 | 1 | -2/+4 |
* | (Frecenter): If ARG < 0, and on a window system | Gerd Moellmann | 2001-08-07 | 1 | -3/+11 |
* | (window_scroll): Change the meaning of N to mean | Gerd Moellmann | 2001-04-10 | 1 | -21/+16 |
* | (window_scroll_pixel_based, Frecenter): Call | Gerd Moellmann | 2001-04-10 | 1 | -3/+3 |
* | (window_internal_height): Return 1 less if the | Gerd Moellmann | 2001-04-09 | 1 | -8/+14 |
* | (Fset_window_configuration): Change call to | Gerd Moellmann | 2001-03-14 | 1 | -2/+2 |
* | (Frecenter): Rewrite code handling negative values | Gerd Moellmann | 2001-03-07 | 1 | -20/+58 |
* | (Fwindow_end): Call move_it_past_eol only if | Gerd Moellmann | 2001-03-01 | 1 | -1/+2 |
* | * window.c (set_window_buffer): Field vscroll is an int, not a lisp object. | Ken Raeburn | 2001-02-28 | 1 | -1/+1 |
* | (make_window, make_dummy_parent): Use allocate_window. | Gerd Moellmann | 2001-02-28 | 1 | -16/+5 |
* | (Fwindow_end): Handle case that WINDOW's buffer is not | Gerd Moellmann | 2001-02-20 | 1 | -0/+10 |
* | (Fmove_to_window_line): Undo last change. | Gerd Moellmann | 2001-02-19 | 1 | -18/+7 |
* | (set_window_buffer): Fix last change. | Gerd Moellmann | 2001-02-16 | 1 | -1/+1 |
* | (set_window_buffer): Set window's vscroll to 0. | Gerd Moellmann | 2001-02-16 | 1 | -2/+2 |
* | (coordinates_in_window): Increase width of area | Gerd Moellmann | 2001-02-16 | 1 | -5/+8 |
* | (window_loop) <GET_BUFFER_WINDOW>: Prefer to return | Gerd Moellmann | 2001-02-13 | 1 | -10/+6 |
* | (Fmove_to_window_line): Don't add 1 if window is | Gerd Moellmann | 2001-02-05 | 1 | -0/+4 |
* | (Fenlarge_window, Fshrink_window): Doc fix. | Eli Zaretskii | 2001-02-02 | 1 | -2/+4 |
* | (enum window_part): New enumeration. | Gerd Moellmann | 2001-01-31 | 1 | -31/+45 |
* | (Fscroll_right, Fscroll_left): Use interactive_p | Gerd Moellmann | 2001-01-31 | 1 | -2/+2 |
* | (size_window): Set the window's orig_top to nil when | Gerd Moellmann | 2001-01-26 | 1 | -0/+3 |
* | (syms_of_window) <scroll-preserve-screen-position>: Doc fix. | Eli Zaretskii | 2001-01-23 | 1 | -1/+1 |
* | * window.c (Fwindow_live_p): Use WINDOW_LIVE_P. | Gerd Moellmann | 2001-01-18 | 1 | -1/+1 |