summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2003-01-01(window_scroll_pixel_based): Partially undo last change.Richard M. Stallman
2002-12-23(window_scroll_pixel_based): Fix check for reaching BEGV.Richard M. Stallman
2002-12-22(select_window_1): Undo 9/21 change.Richard M. Stallman
2002-12-19(Fset_window_configuration): Set old_point to correctDavid Kastrup
2002-10-22(window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,Stefan Monnier
2002-10-14(window_scroll): Set immediate_quit.Richard M. Stallman
2002-09-21(select_window_1): Don't select frame.Richard M. Stallman
2002-09-05(displayed_window_lines): Correct for one-off bugRichard M. Stallman
2002-07-16(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.Richard M. Stallman
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-11Use macro SPECPDL_INDEX.Juanma Barranquero
2002-07-10Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero
2002-07-09*** empty log message ***Juanma Barranquero
2002-07-01(Frecenter): With arg, set optional_new_start.Richard M. Stallman
2002-06-26(Frecenter): Don't set force_start flag.Richard M. Stallman
2002-06-17(Fset_window_configuration): Lisp_Object/int mixup.Stefan Monnier
2002-06-15(Fset_window_configuration): Explicitly preserveRichard M. Stallman
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