aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,Stefan Monnier2002-10-221-14/+34
* (window_scroll): Set immediate_quit.Richard M. Stallman2002-10-141-0/+4
* (select_window_1): Don't select frame.Richard M. Stallman2002-09-211-10/+4
* (displayed_window_lines): Correct for one-off bugRichard M. Stallman2002-09-051-0/+9
* (temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.Richard M. Stallman2002-07-161-0/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-1/+1
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-3/+3
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-2/+2
* *** empty log message ***Juanma Barranquero2002-07-091-1/+1
* (Frecenter): With arg, set optional_new_start.Richard M. Stallman2002-07-011-5/+3
* (Frecenter): Don't set force_start flag.Richard M. Stallman2002-06-261-0/+4
* (Fset_window_configuration): Lisp_Object/int mixup.Stefan Monnier2002-06-171-1/+1
* (Fset_window_configuration): Explicitly preserveRichard M. Stallman2002-06-151-3/+7
* (Fset_window_hscroll): Doc fix.Eli Zaretskii2002-06-051-1/+4
* (Fset_window_configuration): Correct the handlingRichard M. Stallman2002-05-301-22/+8
* (window_scroll_pixel_based): Don't call Fbolp;Richard M. Stallman2002-05-281-2/+6
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-1/+1
* (make_window): Initialize height_fixed_p,Richard M. Stallman2002-04-221-0/+2
* (coordinates_in_window): Don't report on margin area if its width is zero.Eli Zaretskii2002-04-171-4/+16
* (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.Gerd Moellmann2002-04-121-11/+38
* (window_scroll_pixel_based): Exit the move_it_by_linesRichard M. Stallman2002-03-301-1/+6
* (Fdisplay_buffer): Doc fix.Richard M. Stallman2002-03-261-2/+2
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-5/+5
* (Fminibuffer_selected_window): New function.Kim F. Storm2002-03-011-0/+15
* (make_window, replace_window): Initialize phys_cursor_width.Kim F. Storm2002-03-011-0/+2
* (syms_of_window): Initialize minibuf_selected_window.Kim F. Storm2002-02-281-0/+2
* (minibuf_selected_window): Renamed fromKim F. Storm2002-02-281-3/+4
* (Vminibuf_selected_window): New variable.Kim F. Storm2002-02-261-3/+15
* (Vmode_line_in_non_selected_windows): Removed.Kim F. Storm2002-02-131-10/+8
* (Vmode_line_in_non_selected_windows): New variable.Kim F. Storm2002-02-111-0/+13
* (check_frame_size): Fix minimum height calculation.Richard M. Stallman2002-01-211-7/+6
* (MIN_SAFE_WINDOW_HEIGHT): Value now 1.Richard M. Stallman2002-01-201-7/+19
* (enlarge_window): When exceeding size of parent,Richard M. Stallman2002-01-181-16/+30
* (delete_window): Rewrite the code for changing theRichard M. Stallman2002-01-081-17/+38
* * window.c (enlarge_window): In new preserve_before code, convert CURBEG fromKen Raeburn2001-12-271-1/+1
* (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.Richard M. Stallman2001-12-251-31/+60
* (Frecenter): Clear display_error_modiff field.Richard M. Stallman2001-12-161-0/+3
* (Frecenter): Simplify computation in the case of windowGerd Moellmann2001-12-121-5/+4
* (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.Jason Rumney2001-12-011-6/+1
* (coordinates_in_window): Handle separate left and right fringe widths.Kim F. Storm2001-12-011-4/+3
* (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <[email protected]>.Eli Zaretskii2001-11-251-2/+2
* Fringe cleanup.Kim F. Storm2001-11-161-12/+11
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-38/+38
* (grow_mini_window): Fix typo in comment.Pavel Janík2001-11-011-1/+1
* (grow_mini_window): Handle case that the rootGerd Moellmann2001-10-311-1/+3
* (Fscroll_left, Fscroll_right): Doc fix.Eli Zaretskii2001-10-291-2/+14
* Don't define max.Pavel Janík2001-10-241-5/+1
* (Fsave_window_excursion): Add usage: string to doc string.Miles Bader2001-10-211-1/+2
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-518/+501
* (window_loop): Don't check for Fother_buffer returning nil.Gerd Moellmann2001-10-151-4/+0