| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fdisplay_buffer): Doc fix. | Dave Love | 2000-12-12 | 1 | -2/+1 |
* | (Fset_window_point): If displaying cursors in windows | Gerd Moellmann | 2000-12-12 | 1 | -0/+6 |
* | (displayed_window_lines): Fix off-by-one error. | Miles Bader | 2000-12-11 | 1 | -1/+1 |
* | (displayed_window_lines): Handle non-newline-terminated final lines properly. | Miles Bader | 2000-12-11 | 1 | -1/+22 |
* | (displayed_window_lines): Don't round up when converting empty space at | Miles Bader | 2000-12-11 | 1 | -1/+1 |
* | (Fmove_to_window_line): Skip past any partially visible first line. | Miles Bader | 2000-12-08 | 1 | -6/+5 |
* | (Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY, | Miles Bader | 2000-12-08 | 1 | -27/+74 |
* | (coordinates_in_window): Check mouse on mode-line or | Gerd Moellmann | 2000-12-06 | 1 | -10/+12 |
* | (syms_of_window): Doc fix. | Gerd Moellmann | 2000-12-06 | 1 | -1/+1 |
* | (Veven_window_heights): New variable. | Gerd Moellmann | 2000-12-06 | 1 | -2/+17 |
* | (coordinates_in_window): Handle computations for | Gerd Moellmann | 2000-12-01 | 1 | -21/+45 |
* | (struct saved_window): Add members orig_top and | Gerd Moellmann | 2000-12-01 | 1 | -3/+7 |
* | (coordinates_in_window): If on a mode or header line, | Gerd Moellmann | 2000-11-28 | 1 | -23/+46 |
* | (Fwindow_list): Change parameter list to be XEmacs | Gerd Moellmann | 2000-11-19 | 1 | -4/+31 |
* | (Fpos_visible_in_window_p): Call pos_visible with | Gerd Moellmann | 2000-11-14 | 1 | -2/+2 |
* | (Fset_window_configuration): Don't try to preserve | Gerd Moellmann | 2000-11-07 | 1 | -11/+19 |
* | (displayed_window_lines): Detect partially | Gerd Moellmann | 2000-11-06 | 1 | -1/+2 |
* | (displayed_window_lines): Change buffers if necessary. | Gerd Moellmann | 2000-10-30 | 1 | -2/+18 |
* | (Fpos_visible_in_window_p): | Miles Bader | 2000-10-27 | 1 | -9/+11 |
* | (size_window): Compute size difference from sum of old | Gerd Moellmann | 2000-10-26 | 1 | -10/+14 |
* | (pos_fully_visible_p): Removed. | Gerd Moellmann | 2000-10-25 | 1 | -62/+18 |
* | (size_window): Prevent setting window's width or | Gerd Moellmann | 2000-10-24 | 1 | -5/+6 |
* | (Fdisplay_buffer): Fix doc. | Kenichi Handa | 2000-10-24 | 1 | -1/+1 |
* | (window_scroll_pixel_based, window_scroll_line_based): | Miles Bader | 2000-10-23 | 1 | -2/+2 |
* | Initial check-in: changes for building Emacs under Mac OS. | Andrew Choi | 2000-10-22 | 1 | -0/+3 |
* | (pos_fully_visible_in_window_p): | Miles Bader | 2000-10-21 | 1 | -9/+64 |
* | (coordinates_in_window): Fix detection of vertical line | Eli Zaretskii | 2000-10-12 | 1 | -2/+5 |
* | (freeze_window_starts): Construct last argument for | Gerd Moellmann | 2000-09-26 | 1 | -1/+1 |
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 1 | -0/+5 |
* | (window_loop) <GET_LARGEST_WINDOW>: Fix bug making | Gerd Moellmann | 2000-09-05 | 1 | -9/+9 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | Fix embedded comment. | Dave Love | 2000-08-14 | 1 | -2/+2 |
* | (Fwindow_end): Rewritten to not use Fvertical_motion, | Gerd Moellmann | 2000-08-10 | 1 | -13/+13 |
* | (display_buffer_reuse_frames): New variable. | Gerd Moellmann | 2000-08-02 | 1 | -6/+18 |
* | (window_display_table): Cleaned up. | Gerd Moellmann | 2000-07-25 | 1 | -13/+14 |
* | (foreach_window_1): Fix typo reversing an if-condition. | Gerd Moellmann | 2000-07-21 | 1 | -2/+2 |
* | (foreach_window): Instead of a fake variable argument | Gerd Moellmann | 2000-07-21 | 1 | -41/+50 |
* | (Fwindow_list): Declare arg `window'. | Dave Love | 2000-07-18 | 1 | -1/+1 |
* | (window_loop): Add missing gcpro1 local variable. | Gerd Moellmann | 2000-07-06 | 1 | -0/+1 |
* | (Fwindow_list): Reverse list at the end. | Gerd Moellmann | 2000-07-06 | 1 | -144/+132 |
* | (delete_all_subwindows): Reset Vwindow_list. | Gerd Moellmann | 2000-07-05 | 1 | -0/+2 |
* | (add_window_to_list): Add parameter LIST. | Gerd Moellmann | 2000-07-05 | 1 | -7/+20 |
* | (Vwindow_list): New variable. | Gerd Moellmann | 2000-07-04 | 1 | -289/+352 |
* | (displayed_window_lines): Take empty lines at | Gerd Moellmann | 2000-06-07 | 1 | -1/+12 |
* | (displayed_window_lines): New function. | Gerd Moellmann | 2000-06-07 | 1 | -14/+34 |
* | (coordinates_in_window): Subtract 1 when computing right_x. | Eli Zaretskii | 2000-05-15 | 1 | -2/+4 |
* | (freeze_window_start): Check that minibuffer scroll window isn't nil before | Ken Raeburn | 2000-04-26 | 1 | -0/+1 |
* | (compare_window_configurations): Signal an error | Gerd Moellmann | 2000-04-04 | 1 | -0/+5 |
* | * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues | Ken Raeburn | 2000-04-01 | 1 | -13/+14 |
* | * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER): | Ken Raeburn | 2000-03-30 | 1 | -3/+6 |