(size_window): When setting the window's too_small_ok
[bpt/emacs.git] / src / window.c
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.
2000-07-04 Gerd Moellmann(Vwindow_list): New variable.
2000-06-07 Gerd Moellmann(displayed_window_lines): Take empty lines at
2000-06-07 Gerd Moellmann(displayed_window_lines): New function.
2000-05-15 Eli Zaretskii(coordinates_in_window): Subtract 1 when computing...
2000-04-26 Ken Raeburn(freeze_window_start): Check that minibuffer scroll...
2000-04-04 Gerd Moellmann(compare_window_configurations): Signal an error
2000-04-01 Ken Raeburn* window.c (CURBEG, CURSIZE): Don't overload lisp objec...
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-03-12 Gerd Moellmann(Fsave_window_excursion): Doc fix.
2000-03-05 Gerd Moellmann(coordinates_in_window): Use
2000-03-02 Eli Zaretskii[MSDOS]: Include msdos.h (for the definition of FRAME_I...
2000-02-25 Gerd Moellmann(select_window_1): If selected_window is nil,
2000-02-25 Gerd Moellmann(coordinates_in_window): Take frame's internal border...
2000-02-25 Gerd Moellmann(Fset_window_buffer): Set WINDOW to the window
2000-02-15 Gerd Moellmann(Fsave_window_excursion): Doc fix.
2000-02-06 Andrew Innes[WINDOWSNT]: Include w32term.h.
2000-02-01 Dave Love(Fset_window_margins): Don't make interactive. Doc...
1999-12-15 Kenichi Handa(Frecenter): Clear all caches of compositions.
1999-12-07 Gerd Moellmann(delete_window): Block input for the time window
1999-11-28 Gerd Moellmann(Fwindow_end): Don't call temp_set_pt_both with
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-23 Gerd Moellmann(Fnext_window): Add a QUIT in the loop.
1999-10-16 Gerd Moellmann(enum save_restore_action): New.
1999-09-23 Gerd Moellmann(enlarge_window): Add window parameter instead of using
1999-09-23 Gerd Moellmann(window_min_size): Add parameter ignore_fixed_p.
1999-09-16 Gerd Moellmann(Fset_window_buffer): Remove unused variables.
1999-09-13 Gerd Moellmann(Fminibuffer_window): Change for Lisp_Object
1999-09-07 Gerd Moellmann(Fset_window_margins): Make window the first argument.
1999-09-05 Gerd Moellmann(Fset_window_vscroll): Make window the first argument,
1999-09-05 Gerd MoellmannChange
1999-09-05 Gerd MoellmannChange spelling of `toolbar' to `tool_bar' or `tool...
1999-09-04 Gerd Moellmann(Qwindow_size_fixed): Replaces Qfixed_window_size.
1999-09-03 Gerd Moellmann(foreach_window, foreach_window_1): New.
1999-08-30 Gerd Moellmann(coordinates_in_window): Use
1999-08-25 Gerd Moellmann(Frecenter): Clear frame if called with nil or no arg.
1999-08-24 Gerd Moellmann(Fset_window_point): Reset Vresize_mini_config.
1999-08-23 Gerd Moellmann(Fset_window_hscroll): Set
1999-08-21 Gerd MoellmannCall change_frame_size and do_pending_window_change...
1999-08-17 Gerd Moellmann(Fcoordinates_in_window_p): Return `left-bitmap-area'
1999-08-17 Gerd Moellmann(Fpos_visible_in_window_p): Rewritten.
1999-08-15 Gerd Moellmann(Qfixed_window_size): New.
1999-08-13 Gerd Moellmann(set_window_height, set_window_width):
1999-08-13 Gerd Moellmann(MINSIZE): Removed.
1999-08-05 Richard M. Stallman(display-buffer): Don't get confused
1999-07-30 Eli Zaretskii(Fset_window_configuration) [MSDOS]: Don't call
1999-07-23 Karl Heuer(Fsplit_window): For default size, round up for left...
1999-07-21 Gerd Moellmann(Fcoordinates_in_window_p): Rewritten.
1999-01-30 Richard M. Stallman(Fset_window_point): If WINDOW is selected but the
1998-11-17 Richard M. Stallman(temp_output_buffer_show): Around temp-buffer-show...
1998-10-10 Richard M. Stallman(window_loop): New alternative CHECK_ALL_WINDOWS.
next