summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2001-10-24Don't define max.Pavel Janík
2001-10-21(Fsave_window_excursion): Add usage: string to doc string.Miles Bader
2001-10-20Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-10-15(window_loop): Don't check for Fother_buffer returning nil.Gerd Moellmann
2001-10-15(select_window_1): Unfreeze window start. Remove aGerd Moellmann
2001-10-15Comment fix.Gerd Moellmann
2001-10-10Include keymap.h.Stefan Monnier
2001-10-08Don't define min/max.Gerd Moellmann
2001-08-15(window_scroll_pixel_based): Don't recenter ifGerd Moellmann
2001-08-07(Frecenter): If ARG < 0, and on a window systemGerd Moellmann
2001-04-10(window_scroll): Change the meaning of N to meanGerd Moellmann
2001-04-10(window_scroll_pixel_based, Frecenter): CallGerd Moellmann
2001-04-09(window_internal_height): Return 1 less if theGerd Moellmann
2001-03-14(Fset_window_configuration): Change call toGerd Moellmann
2001-03-07(Frecenter): Rewrite code handling negative valuesGerd Moellmann
2001-03-01(Fwindow_end): Call move_it_past_eol only ifGerd Moellmann
2001-02-28* window.c (set_window_buffer): Field vscroll is an int, not a lisp object.Ken Raeburn
2001-02-28(make_window, make_dummy_parent): Use allocate_window.Gerd Moellmann
2001-02-20(Fwindow_end): Handle case that WINDOW's buffer is notGerd Moellmann
2001-02-19(Fmove_to_window_line): Undo last change.Gerd Moellmann
2001-02-16(set_window_buffer): Fix last change.Gerd Moellmann
2001-02-16(set_window_buffer): Set window's vscroll to 0.Gerd Moellmann
2001-02-16(coordinates_in_window): Increase width of areaGerd Moellmann
2001-02-13(window_loop) <GET_BUFFER_WINDOW>: Prefer to returnGerd Moellmann
2001-02-05(Fmove_to_window_line): Don't add 1 if window isGerd Moellmann
2001-02-02(Fenlarge_window, Fshrink_window): Doc fix.Eli Zaretskii
2001-01-31(enum window_part): New enumeration.Gerd Moellmann
2001-01-31(Fscroll_right, Fscroll_left): Use interactive_pGerd Moellmann
2001-01-26(size_window): Set the window's orig_top to nil whenGerd Moellmann
2001-01-23(syms_of_window) <scroll-preserve-screen-position>: Doc fix.Eli Zaretskii
2001-01-18* window.c (Fwindow_live_p): Use WINDOW_LIVE_P.Gerd Moellmann
2001-01-18(window_size_fixed): New variable.Gerd Moellmann
2001-01-16(Fset_window_hscroll): Don't set window's min_hscrollGerd Moellmann
2001-01-08(window_scroll_pixel_based): Adjust glyph matricesGerd Moellmann
2001-01-04(Fdelete_other_windows): Set window's window_end_validGerd Moellmann
2001-01-03(Frecenter): When changing the window start, set theGerd Moellmann
2001-01-03(Fwindow_end): Doc fix.Gerd Moellmann
2001-01-03(Frecenter): Doc fix.Richard M. Stallman
2001-01-02(Frecenter): Handle centering in graphical framesGerd Moellmann
2001-01-02(size_window): Remove block-local variable `min_size'.Eli Zaretskii
2000-12-27(Frecenter): Use displayed_window_lines insteadGerd Moellmann
2000-12-22(size_window): When setting the window's too_small_okGerd Moellmann
2000-12-22(delete_window): Simplify somewhat.Gerd Moellmann
2000-12-21(delete_window, Fsplit_window)Gerd Moellmann
2000-12-20(make_window): Initialize window's min_hscroll.Gerd Moellmann
2000-12-20(delete_window, Fsplit_window)Gerd Moellmann
2000-12-19(window_scroll_pixel_based): Don't useGerd Moellmann
2000-12-17(coordinates_in_window): Fix computation forGerd Moellmann
2000-12-15(Fset_window_point): Remove test forGerd Moellmann
2000-12-12(Fdisplay_buffer): Doc fix.Dave Love