(reset_buffer): Initialize `display_error_modiff'.
[bpt/emacs.git] / src / window.c
2001-12-12 Gerd Moellmann(Frecenter): Simplify computation in the case of window
2001-12-01 Jason Rumney(Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
2001-12-01 Kim F. Storm(coordinates_in_window): Handle separate left and right...
2001-11-25 Eli Zaretskii(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemi...
2001-11-16 Kim F. StormFringe cleanup.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-01 Pavel Janík(grow_mini_window): Fix typo in comment.
2001-10-31 Gerd Moellmann(grow_mini_window): Handle case that the root
2001-10-29 Eli Zaretskii(Fscroll_left, Fscroll_right): Doc fix.
2001-10-24 Pavel JaníkDon't define max.
2001-10-21 Miles Bader(Fsave_window_excursion): Add usage: string to doc...
2001-10-20 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-15 Gerd Moellmann(window_loop): Don't check for Fother_buffer returning...
2001-10-15 Gerd Moellmann(select_window_1): Unfreeze window start. Remove a
2001-10-15 Gerd MoellmannComment fix.
2001-10-10 Stefan MonnierInclude keymap.h.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-08-15 Gerd Moellmann(window_scroll_pixel_based): Don't recenter if
2001-08-07 Gerd Moellmann(Frecenter): If ARG < 0, and on a window system
2001-04-10 Gerd Moellmann(window_scroll): Change the meaning of N to mean
2001-04-10 Gerd Moellmann(window_scroll_pixel_based, Frecenter): Call
2001-04-09 Gerd Moellmann(window_internal_height): Return 1 less if the
2001-03-14 Gerd Moellmann(Fset_window_configuration): Change call to
2001-03-07 Gerd Moellmann(Frecenter): Rewrite code handling negative values
2001-03-01 Gerd Moellmann(Fwindow_end): Call move_it_past_eol only if
2001-02-28 Ken Raeburn* window.c (set_window_buffer): Field vscroll is an...
2001-02-28 Gerd Moellmann(make_window, make_dummy_parent): Use allocate_window.
2001-02-20 Gerd Moellmann(Fwindow_end): Handle case that WINDOW's buffer is not
2001-02-19 Gerd Moellmann(Fmove_to_window_line): Undo last change.
2001-02-16 Gerd Moellmann(set_window_buffer): Fix last change.
2001-02-16 Gerd Moellmann(set_window_buffer): Set window's vscroll to 0.
2001-02-16 Gerd Moellmann(coordinates_in_window): Increase width of area
2001-02-13 Gerd Moellmann(window_loop) <GET_BUFFER_WINDOW>: Prefer to return
2001-02-05 Gerd Moellmann(Fmove_to_window_line): Don't add 1 if window is
2001-02-02 Eli Zaretskii(Fenlarge_window, Fshrink_window): Doc fix.
2001-01-31 Gerd Moellmann(enum window_part): New enumeration.
2001-01-31 Gerd Moellmann(Fscroll_right, Fscroll_left): Use interactive_p
2001-01-26 Gerd Moellmann(size_window): Set the window's orig_top to nil when
2001-01-23 Eli Zaretskii(syms_of_window) <scroll-preserve-screen-position>...
2001-01-18 Gerd Moellmann* window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
2001-01-18 Gerd Moellmann(window_size_fixed): New variable.
2001-01-16 Gerd Moellmann(Fset_window_hscroll): Don't set window's min_hscroll
2001-01-08 Gerd Moellmann(window_scroll_pixel_based): Adjust glyph matrices
2001-01-04 Gerd Moellmann(Fdelete_other_windows): Set window's window_end_valid
2001-01-03 Gerd Moellmann(Frecenter): When changing the window start, set the
2001-01-03 Gerd Moellmann(Fwindow_end): Doc fix.
2001-01-03 Richard M. Stallman(Frecenter): Doc fix.
2001-01-02 Gerd Moellmann(Frecenter): Handle centering in graphical frames
2001-01-02 Eli Zaretskii(size_window): Remove block-local variable `min_size'.
2000-12-27 Gerd Moellmann(Frecenter): Use displayed_window_lines instead
2000-12-22 Gerd Moellmann(size_window): When setting the window's too_small_ok
2000-12-22 Gerd Moellmann(delete_window): Simplify somewhat.
2000-12-21 Gerd Moellmann(delete_window, Fsplit_window)
2000-12-20 Gerd Moellmann(make_window): Initialize window's min_hscroll.
2000-12-20 Gerd Moellmann(delete_window, Fsplit_window)
2000-12-19 Gerd Moellmann(window_scroll_pixel_based): Don't use
2000-12-17 Gerd Moellmann(coordinates_in_window): Fix computation for
2000-12-15 Gerd Moellmann(Fset_window_point): Remove test for
2000-12-12 Dave Love(Fdisplay_buffer): Doc fix.
2000-12-12 Gerd Moellmann(Fset_window_point): If displaying cursors in windows
2000-12-11 Miles Bader(displayed_window_lines): Fix off-by-one error.
2000-12-11 Miles Bader(displayed_window_lines): Handle non-newline-terminated...
2000-12-11 Miles Bader(displayed_window_lines): Don't round up when convertin...
2000-12-08 Miles Bader(Fmove_to_window_line): Skip past any partially visible...
2000-12-08 Miles Bader(Fpos_visible_in_window_p): Replace FULLY parameter...
2000-12-06 Gerd Moellmann(coordinates_in_window): Check mouse on mode-line or
2000-12-06 Gerd Moellmann(syms_of_window): Doc fix.
2000-12-06 Gerd Moellmann(Veven_window_heights): New variable.
2000-12-01 Gerd Moellmann(coordinates_in_window): Handle computations for
2000-12-01 Gerd Moellmann(struct saved_window): Add members orig_top and
2000-11-28 Gerd Moellmann(coordinates_in_window): If on a mode or header line,
2000-11-19 Gerd Moellmann(Fwindow_list): Change parameter list to be XEmacs
2000-11-14 Gerd Moellmann(Fpos_visible_in_window_p): Call pos_visible with
2000-11-07 Gerd Moellmann(Fset_window_configuration): Don't try to preserve
2000-11-06 Gerd Moellmann(displayed_window_lines): Detect partially
2000-10-30 Gerd Moellmann(displayed_window_lines): Change buffers if necessary.
2000-10-27 Miles Bader(Fpos_visible_in_window_p):
2000-10-26 Gerd Moellmann(size_window): Compute size difference from sum of old
2000-10-25 Gerd Moellmann(pos_fully_visible_p): Removed.
2000-10-24 Gerd Moellmann(size_window): Prevent setting window's width or
2000-10-24 Kenichi Handa(Fdisplay_buffer): Fix doc.
2000-10-23 Miles Bader(window_scroll_pixel_based, window_scroll_line_based):
2000-10-22 Andrew ChoiInitial check-in: changes for building Emacs under...
2000-10-21 Miles Bader(pos_fully_visible_in_window_p):
2000-10-12 Eli Zaretskii(coordinates_in_window): Fix detection of vertical...
2000-09-26 Gerd Moellmann(freeze_window_starts): Construct last argument for
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-05 Gerd Moellmann(window_loop) <GET_LARGEST_WINDOW>: Fix bug making
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-08-14 Dave LoveFix embedded comment.
2000-08-10 Gerd Moellmann(Fwindow_end): Rewritten to not use Fvertical_motion,
2000-08-02 Gerd Moellmann(display_buffer_reuse_frames): New variable.
2000-07-25 Gerd Moellmann(window_display_table): Cleaned up.
2000-07-21 Gerd Moellmann(foreach_window_1): Fix typo reversing an if-condition.
2000-07-21 Gerd Moellmann(foreach_window): Instead of a fake variable argument
2000-07-18 Dave Love(Fwindow_list): Declare arg `window'.
2000-07-06 Gerd Moellmann(window_loop): Add missing gcpro1 local variable.
2000-07-06 Gerd Moellmann(Fwindow_list): Reverse list at the end.
2000-07-05 Gerd Moellmann(delete_all_subwindows): Reset Vwindow_list.
2000-07-05 Gerd Moellmann(add_window_to_list): Add parameter LIST.
next