aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fset_window_hscroll): Doc fix.Eli Zaretskii2002-06-051-1/+4
|
* (Fset_window_configuration): Correct the handlingRichard M. Stallman2002-05-301-22/+8
| | | | of point in current buffer, to work with multiple windows.
* (window_scroll_pixel_based): Don't call Fbolp;Richard M. Stallman2002-05-281-2/+6
| | | | instead, see if the new start pos is at beginning of line.
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-1/+1
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (make_window): Initialize height_fixed_p,Richard M. Stallman2002-04-221-0/+2
| | | | last_cursor_off_p, and p->cursor_off_p slots.
* (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
| | | | | | (Qleft_margin, Qright_margin): Declare. (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
* (window_scroll_pixel_based): Exit the move_it_by_linesRichard M. Stallman2002-03-301-1/+6
| | | | loop whenever it stops making progress.
* (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
| | | | (syms_of_window): Defsubr it.
* (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. Users changed. (syms_of_window): Staticpro it.
* (Vminibuf_selected_window): New variable.Kim F. Storm2002-02-261-3/+15
| | | | | | | | (struct save_window_data): New member minibuf_selected_window. (Fset_window_configuration): Restore Vminibuf_selected_window. (Fcurrent_window_configuration): Save Vminibuf_selected_window. Set minibuf_scroll_window member to nil if minibuf_level is 0. (compare_window_configurations): Compare minibuf_selected_window.
* (Vmode_line_in_non_selected_windows): Removed.Kim F. Storm2002-02-131-10/+8
| | | | | (mode_line_in_non_selected_windows): New variable. (syms_of_window): DEFVAR_BOOL it.
* (Vmode_line_in_non_selected_windows): New variable.Kim F. Storm2002-02-111-0/+13
| | | | (syms_of_window): DEFVAR_LISP it.
* (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
| | | | directly delete all the siblings instead of trying to resize it.
* (delete_window): Rewrite the code for changing theRichard M. Stallman2002-01-081-17/+38
| | | | selected window to handle the case where WINDOW is not a leaf.
* * window.c (enlarge_window): In new preserve_before code, convert CURBEG fromKen Raeburn2001-12-271-1/+1
| | | | lisp object to integer before doing arithmetic.
* (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.Richard M. Stallman2001-12-251-31/+60
| | | | (Fenlarge_window): New arg PRESERVE_BEFORE.
* (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
| | | | system frames and ARG < 0; use window_box_height.
* (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 <kon@iki.fi>.Eli Zaretskii2001-11-251-2/+2
|
* Fringe cleanup.Kim F. Storm2001-11-161-12/+11
| | | | | Comment fixes. Use renamed symbols. (coordinates-in-window-p): Doc fix.
* 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
| | | | window is already smaller than the nominal mininum height.
* (Fscroll_left, Fscroll_right): Doc fix.Eli Zaretskii2001-10-291-2/+14
|
* Don't define max.Pavel Janík2001-10-241-5/+1
| | | | (coordinates_in_window): Remove unused variable `uy'.
* (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
|
* (select_window_1): Unfreeze window start. Remove aGerd Moellmann2001-10-151-4/+2
| | | | doubled test for WINDOW being live.
* Comment fix.Gerd Moellmann2001-10-151-1/+1
|
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
|
* Don't define min/max.Gerd Moellmann2001-10-081-2/+0
|
* (window_scroll_pixel_based): Don't recenter ifGerd Moellmann2001-08-151-2/+4
| | | | PT is partially visible in the window.
* (Frecenter): If ARG < 0, and on a window systemGerd Moellmann2001-08-071-3/+11
| | | | | frame, count in some empty lines when we can't move -ARG lines down.
* (window_scroll): Change the meaning of N to meanGerd Moellmann2001-04-101-21/+16
| | | | | | N screen-fulls or N lines. (window_scroll_pixel_based, window_scroll_line_based) (scroll_command, Fscroll_other_window): Change accordingly.
* (window_scroll_pixel_based, Frecenter): CallGerd Moellmann2001-04-101-3/+3
| | | | | window_box_height instead of using it.last_visible_y for the height of the window.
* (window_internal_height): Return 1 less if theGerd Moellmann2001-04-091-8/+14
| | | | window has a header line.
* (Fset_window_configuration): Change call toemacs-pretest-21.0.100Gerd Moellmann2001-03-141-2/+2
| | | | do_switch_frame to new format.
* (Frecenter): Rewrite code handling negative valuesGerd Moellmann2001-03-071-20/+58
| | | | | | | | of ARG on graphical frames. (displayed_window_lines): If W->start is outside the accessible portion of the buffer, call start_display with BEGV or ZV instead of W->start.
* (Fwindow_end): Call move_it_past_eol only ifGerd Moellmann2001-03-011-1/+2
| | | | ending up on a partially visible line.
* * window.c (set_window_buffer): Field vscroll is an int, not a lisp object.Ken Raeburn2001-02-281-1/+1
|