aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-10-30(displayed_window_lines): Change buffers if necessary.Gerd Moellmann1-2/+18
2000-10-27(Fpos_visible_in_window_p):Miles Bader1-9/+11
2000-10-26(size_window): Compute size difference from sum of oldGerd Moellmann1-10/+14
2000-10-25(pos_fully_visible_p): Removed.Gerd Moellmann1-62/+18
2000-10-24(size_window): Prevent setting window's width orGerd Moellmann1-5/+6
2000-10-24(Fdisplay_buffer): Fix doc.Kenichi Handa1-1/+1
2000-10-23(window_scroll_pixel_based, window_scroll_line_based):Miles Bader1-2/+2
2000-10-22Initial check-in: changes for building Emacs under Mac OS.Andrew Choi1-0/+3
2000-10-21(pos_fully_visible_in_window_p):Miles Bader1-9/+64
2000-10-12(coordinates_in_window): Fix detection of vertical lineEli Zaretskii1-2/+5
2000-09-26(freeze_window_starts): Construct last argument forGerd Moellmann1-1/+1
2000-09-21Avoid some more compiler warnings.Gerd Moellmann1-0/+5
2000-09-05(window_loop) <GET_LARGEST_WINDOW>: Fix bug makingGerd Moellmann1-9/+9
2000-08-22Include keyboard.h before frame.h.Andrew Innes1-1/+1
2000-08-14Fix embedded comment.Dave Love1-2/+2
2000-08-10(Fwindow_end): Rewritten to not use Fvertical_motion,Gerd Moellmann1-13/+13
2000-08-02(display_buffer_reuse_frames): New variable.Gerd Moellmann1-6/+18
2000-07-25(window_display_table): Cleaned up.Gerd Moellmann1-13/+14
2000-07-21(foreach_window_1): Fix typo reversing an if-condition.Gerd Moellmann1-2/+2
2000-07-21(foreach_window): Instead of a fake variable argumentGerd Moellmann1-41/+50
2000-07-18(Fwindow_list): Declare arg `window'.Dave Love1-1/+1
2000-07-06(window_loop): Add missing gcpro1 local variable.Gerd Moellmann1-0/+1
2000-07-06(Fwindow_list): Reverse list at the end.Gerd Moellmann1-144/+132
2000-07-05(delete_all_subwindows): Reset Vwindow_list.Gerd Moellmann1-0/+2
2000-07-05(add_window_to_list): Add parameter LIST.Gerd Moellmann1-7/+20
2000-07-04(Vwindow_list): New variable.Gerd Moellmann1-289/+352
2000-06-07(displayed_window_lines): Take empty lines atGerd Moellmann1-1/+12
2000-06-07(displayed_window_lines): New function.Gerd Moellmann1-14/+34
2000-05-15(coordinates_in_window): Subtract 1 when computing right_x.Eli Zaretskii1-2/+4
2000-04-26(freeze_window_start): Check that minibuffer scroll window isn't nil beforeKen Raeburn1-0/+1
2000-04-04(compare_window_configurations): Signal an errorGerd Moellmann1-0/+5
2000-04-01* window.c (CURBEG, CURSIZE): Don't overload lisp object lvaluesKen Raeburn1-13/+14
2000-03-30* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn1-3/+6
2000-03-12(Fsave_window_excursion): Doc fix.Gerd Moellmann1-0/+1
2000-03-05(coordinates_in_window): UseGerd Moellmann1-2/+2
2000-03-02[MSDOS]: Include msdos.h (for the definition of FRAME_INTERNAL_BORDER_WIDTH).Eli Zaretskii1-0/+3
2000-02-25(select_window_1): If selected_window is nil,Gerd Moellmann1-9/+28
2000-02-25(coordinates_in_window): Take frame's internal border widthGerd Moellmann1-2/+4
2000-02-25(Fset_window_buffer): Set WINDOW to the windowGerd Moellmann1-0/+1
2000-02-15(Fsave_window_excursion): Doc fix.Gerd Moellmann1-1/+0
2000-02-06[WINDOWSNT]: Include w32term.h.Andrew Innes1-0/+3
2000-02-01(Fset_window_margins): Don't make interactive. Doc fix.Dave Love1-2/+2
1999-12-15(Frecenter): Clear all caches of compositions.Kenichi Handa1-0/+5
1999-12-07(delete_window): Block input for the time windowGerd Moellmann1-3/+6
1999-11-28(Fwindow_end): Don't call temp_set_pt_both withGerd Moellmann1-2/+15
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1-2/+2
1999-10-23(Fnext_window): Add a QUIT in the loop.Gerd Moellmann1-0/+2
1999-10-16(enum save_restore_action): New.Gerd Moellmann1-21/+59
1999-09-23(enlarge_window): Add window parameter instead of usingGerd Moellmann1-16/+18
1999-09-23(window_min_size): Add parameter ignore_fixed_p.Gerd Moellmann1-22/+218