| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | (Fsave_window_excursion): Doc fix. | Gerd Moellmann | 2000-03-12 | 1 | -0/+1 |
| * | (coordinates_in_window): Use | Gerd Moellmann | 2000-03-05 | 1 | -2/+2 |
| * | [MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH). | Eli Zaretskii | 2000-03-02 | 1 | -0/+3 |
| * | (select_window_1): If selected_window is nil, | Gerd Moellmann | 2000-02-25 | 1 | -9/+28 |
| * | (coordinates_in_window): Take frame's internal border width | Gerd Moellmann | 2000-02-25 | 1 | -2/+4 |
| * | (Fset_window_buffer): Set WINDOW to the window | Gerd Moellmann | 2000-02-25 | 1 | -0/+1 |
| * | (Fsave_window_excursion): Doc fix. | Gerd Moellmann | 2000-02-15 | 1 | -1/+0 |
| * | [WINDOWSNT]: Include w32term.h. | Andrew Innes | 2000-02-06 | 1 | -0/+3 |
| * | (Fset_window_margins): Don't make interactive. Doc fix. | Dave Love | 2000-02-01 | 1 | -2/+2 |
| * | (Frecenter): Clear all caches of compositions. | Kenichi Handa | 1999-12-15 | 1 | -0/+5 |
| * | (delete_window): Block input for the time window | Gerd Moellmann | 1999-12-07 | 1 | -3/+6 |
| * | (Fwindow_end): Don't call temp_set_pt_both with | Gerd Moellmann | 1999-11-28 | 1 | -2/+15 |
| * | more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine | Ken Raeburn | 1999-10-25 | 1 | -2/+2 |
| * | (Fnext_window): Add a QUIT in the loop. | Gerd Moellmann | 1999-10-23 | 1 | -0/+2 |
| * | (enum save_restore_action): New. | Gerd Moellmann | 1999-10-16 | 1 | -21/+59 |
| * | (enlarge_window): Add window parameter instead of using | Gerd Moellmann | 1999-09-23 | 1 | -16/+18 |
| * | (window_min_size): Add parameter ignore_fixed_p. | Gerd Moellmann | 1999-09-23 | 1 | -22/+218 |
| * | (Fset_window_buffer): Remove unused variables. | Gerd Moellmann | 1999-09-16 | 1 | -17/+20 |
| * | (Fminibuffer_window): Change for Lisp_Object | Gerd Moellmann | 1999-09-13 | 1 | -36/+37 |
| * | (Fset_window_margins): Make window the first argument. | Gerd Moellmann | 1999-09-07 | 1 | -5/+4 |
| * | (Fset_window_vscroll): Make window the first argument, | Gerd Moellmann | 1999-09-05 | 1 | -11/+19 |
| * | Change | Gerd Moellmann | 1999-09-05 | 1 | -5/+5 |
| * | Change spelling of `toolbar' to `tool_bar' or `tool-bar'. | Gerd Moellmann | 1999-09-05 | 1 | -18/+18 |
| * | (Qwindow_size_fixed): Replaces Qfixed_window_size. | Gerd Moellmann | 1999-09-04 | 1 | -4/+4 |
| * | (foreach_window, foreach_window_1): New. | Gerd Moellmann | 1999-09-03 | 1 | -24/+74 |
| * | (coordinates_in_window): Use | Gerd Moellmann | 1999-08-30 | 1 | -2/+2 |