summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2002-06-05(Fset_window_hscroll): Doc fix.Eli Zaretskii
2002-05-30(Fset_window_configuration): Correct the handlingRichard M. Stallman
2002-05-28(window_scroll_pixel_based): Don't call Fbolp;Richard M. Stallman
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi
2002-04-22(make_window): Initialize height_fixed_p,Richard M. Stallman
2002-04-17(coordinates_in_window): Don't report on margin area if its width is zero.Eli Zaretskii
2002-04-12(window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.Gerd Moellmann
2002-03-30(window_scroll_pixel_based): Exit the move_it_by_linesRichard M. Stallman
2002-03-26(Fdisplay_buffer): Doc fix.Richard M. Stallman
2002-03-04Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier
2002-03-01(Fminibuffer_selected_window): New function.Kim F. Storm
2002-03-01(make_window, replace_window): Initialize phys_cursor_width.Kim F. Storm
2002-02-28(syms_of_window): Initialize minibuf_selected_window.Kim F. Storm
2002-02-28(minibuf_selected_window): Renamed fromKim F. Storm
2002-02-26(Vminibuf_selected_window): New variable.Kim F. Storm
2002-02-13(Vmode_line_in_non_selected_windows): Removed.Kim F. Storm
2002-02-11(Vmode_line_in_non_selected_windows): New variable.Kim F. Storm
2002-01-21(check_frame_size): Fix minimum height calculation.Richard M. Stallman
2002-01-20(MIN_SAFE_WINDOW_HEIGHT): Value now 1.Richard M. Stallman
2002-01-18(enlarge_window): When exceeding size of parent,Richard M. Stallman
2002-01-08(delete_window): Rewrite the code for changing theRichard M. Stallman
2001-12-27* window.c (enlarge_window): In new preserve_before code, convert CURBEG fromKen Raeburn
2001-12-25(enlarge_window): New arg PRESERVE_BEFORE. Callers changed.Richard M. Stallman
2001-12-16(Frecenter): Clear display_error_modiff field.Richard M. Stallman
2001-12-12(Frecenter): Simplify computation in the case of windowGerd Moellmann
2001-12-01(Qleft_fringe, Qright_fringe): Remove. Now in frame.c.Jason Rumney
2001-12-01(coordinates_in_window): Handle separate left and right fringe widths.Kim F. Storm
2001-11-25(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.Eli Zaretskii
2001-11-16Fringe cleanup.Kim F. Storm
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-11-01(grow_mini_window): Fix typo in comment.Pavel Janík
2001-10-31(grow_mini_window): Handle case that the rootGerd Moellmann
2001-10-29(Fscroll_left, Fscroll_right): Doc fix.Eli Zaretskii
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