log src/window.c @ 10598:8a07bcbe9130

age author description
1995-01-18 Richard M. Stallman (Qtemp_buffer_show_hook): New hook.
1995-01-10 Karl Heuer (Fscroll_other_window): On small windows, scroll by 1 line.
1995-01-02 Richard M. Stallman (temp_output_buffer_show): Use BUF_SAVE_MODIFF.
1994-11-22 Richard M. Stallman (Fdisplay_buffer): Use `b' to read existing buffer name.
1994-11-16 Karl Heuer (Fcurrent_window_configuration): Use allocate_vectorlike and VECSIZE.
1994-11-16 Karl Heuer (make_dummy_parent, make_window): Use allocate_vectorlike and VECSIZE.
1994-11-16 Karl Heuer Fix indentation.
1994-10-26 Karl Heuer (syms_of_window): Fix missing \n\'s.
1994-10-25 Richard M. Stallman (Vtemp_buffer_show_function): Doc fix.
1994-10-20 Karl Heuer (Fdisplay_buffer): Make old_selected_window a Lisp_Object.
1994-10-20 Richard M. Stallman (Fdisplay_buffer): If the other window is smaller
1994-10-17 Morten Welinder *** empty log message ***
1994-10-17 Richard M. Stallman (Fdisplay_buffer): In desperation case of looking for
1994-10-04 Karl Heuer (make_window, Fset_window_hscroll, Fset_window_start, set_window_height,
1994-10-04 Karl Heuer (Fminibuffer_window, Fwindow_at, Fwindow_end, Fnext_window, Fprevious_window,
1994-10-03 Karl Heuer (Frecenter): Don't trigger point-motion hooks.
1994-09-27 Richard M. Stallman (syms_of_window): Doc fix.
1994-09-27 Karl Heuer (Fwindowp, Fwindow_live_p, window_display_table, window_loop,
1994-09-23 Richard M. Stallman (Fdelete_other_windows): Nice error if WINDOW is minibuf.
1994-09-22 Richard M. Stallman (display-buffer, special-display-buffer-names)
1994-09-20 Karl Heuer (window_internal_width): Change VERTICAL_SCROLL_BAR_WIDTH to
1994-09-20 Karl Heuer (Fset_window_buffer): Fix Lisp_Object vs. int problems.
1994-09-20 Richard M. Stallman (struct saved_window_data): New slots min_width, min_height.
1994-08-13 Richard M. Stallman (window_loop, case UNSHOW_BUFFER):
1994-08-10 Richard M. Stallman (Fwindow_end): Undo previous change.
1994-08-09 Richard M. Stallman (Fwindow_end): If window_end_valid is nil, return nil.
1994-08-08 Richard M. Stallman (Fpos_visible_in_window_p): Do something reasonable
1994-08-03 Richard M. Stallman (Fwindow_end): Doc fix.
1994-08-01 Richard M. Stallman (Fmove_to_window_line): Doc fix.
1994-07-28 Richard M. Stallman (Fdisplay_buffer): Add MULTI_FRAME cond in last change.
1994-07-24 Richard M. Stallman (Fnext_window, Fprevious_window): Don't get stuck in a loop
1994-07-16 Richard M. Stallman (Fdisplay_buffer): Cope with unsplittable frames and dedicated windows.
1994-07-14 Richard M. Stallman (Fselect_window): Fix bug checking new_point is in range.
1994-07-11 Richard M. Stallman (Fdisplay_buffer): Add MULTI_FRAME conditional in previous change.
1994-07-07 Richard M. Stallman (Fnext_window, Fprevious_window): ALL_FRAMES = 0 means
1994-07-05 Richard M. Stallman Doc fixes.
1994-06-25 Richard M. Stallman (Fother_window_for_scrolling): New function.
1994-06-25 Richard M. Stallman (Fother_window_for_scrolling): New function.
1994-05-23 Richard M. Stallman (window_loop): Fix test of dedicated flag in prev change.
1994-05-23 Richard M. Stallman (window_loop, UNSHOW_BUFFER case):
1994-05-22 Richard M. Stallman (change_window_height): Test for DELTA too small
1994-05-18 Richard M. Stallman (Fset_window_buffer): Fix dedicated window error call.
1994-05-06 Karl Heuer (Fdelete_other_windows): Do nothing if w->start is outside region.
1994-05-06 Karl Heuer Use PT, not point.
1994-04-24 Richard M. Stallman (Fselect_window): Use Fselect_frame.
1994-04-23 Richard M. Stallman Implement special frames for specified buffers.
1994-04-20 Richard M. Stallman (set_window_width): Don't delete root window for being too narrow.
1994-04-13 Karl Heuer (Fset_window_configuration): Only call X fns if HAVE_X_WINDOWS.
1994-04-13 Karl Heuer (Fnext_window, Fprevious_window, Fdisplay_buffer): Test MULTI_FRAME when
1994-04-05 Karl Heuer Add window argument on calls to compute_motion.
1994-03-29 Karl Heuer (Fwindow_width): Delete unnecessary variable declarations.
1994-03-25 Karl Heuer (unshow_buffer, window_loop, Fdisplay_buffer): Use assignment, not
1994-03-23 Karl Heuer (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
1994-03-14 Karl Heuer (window_scroll, Fmove_to_window_line): Avoid dividing negative numbers,
1994-03-14 Richard M. Stallman (Fdelete_other_windows): Pass new arg to Fvertical_motion.
1994-03-09 Karl Heuer (Fselect_window): Undo previous minibuffer change.
1994-03-09 Richard M. Stallman (window_loop): Delete MULTI_FRAME
1994-03-09 Karl Heuer (Fselect_window): Don't select an inactive minibuffer.
1994-03-08 Richard M. Stallman (Fdisplay_buffer): If pop_up_frames != 0,
1994-03-08 Richard M. Stallman (Fprevious_window, Fnext_window): ALL_FRAMES = visible
1994-03-08 Richard M. Stallman (Fwindow_width): Doc fix.
1994-03-07 Karl Heuer (Fscroll_other_window): Doc fix.
1994-02-26 Karl Heuer (Fset_window_configuration): Allow for menu-bar-lines to have changed since
1994-02-18 Richard M. Stallman (unshow_buffer): Unconditionally set last_window_start.
1994-02-18 Richard M. Stallman (Fdelete_other_windows): Don't call Frecenter;
1994-02-11 Karl Heuer (Fpos_visible_in_window_p): Take hscroll into account.
1994-02-02 Karl Heuer (Fpos_visible_in_window_p): Return nil if POS > ZV.
1993-12-23 Richard M. Stallman (Fdisplay_buffer): If pop_up_frames, pass t to Fget_buffer_window.
1993-11-21 Richard M. Stallman (window_loop, case DELETE_BUFFER_WINDOWS):
1993-09-22 Brian Fox (Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-08-11 Richard M. Stallman (enum window_loop): Delete final comma.
1993-08-11 Richard M. Stallman (Frecenter): Preserve point in the buffer we change it in.
1993-07-30 Jim Blandy * window.c (check_frame_size): Include the menu bar height in the
1993-07-26 Richard M. Stallman (Fset_window_buffer): Clear window_end_{pos,valid}.
1993-07-18 Jim Blandy * window.c [not MULTI_FRAME] (Fdelete_windows_on): Set FRAME
1993-06-17 Jim Blandy Don't let the 'B' interactive spec default to buffers viewed in
1993-06-17 Jim Blandy Don't let the 'B' interactive spec default to buffers viewed in
1993-06-16 Jim Blandy * window.c (check_frame_size): Allow minibuffer-only frames to be
1993-06-14 Richard M. Stallman (Fdelete_window): Handle deleting a parent of the selected window.
1993-06-12 Richard M. Stallman (Fdelete_window): Make `frame' a FRAME_PTR and use as such.
1993-06-12 Jim Blandy * window.c (Fprevious_window): Use FRAME_HAS_MINIBUF_P to decide
1993-06-11 Jim Blandy * window.c (Fprevious_window): Typo.
1993-06-10 Richard M. Stallman (Fscroll_left): Make argument optional.
1993-06-07 Richard M. Stallman (Fset_window_configuration): If a window is supposed
1993-05-31 Richard M. Stallman (Fset_window_buffer): Set window's force_start to Qnil.
1993-05-27 Richard M. Stallman (window_loop, case GET_LRU_WINDOW): Get frame's width properly.
1993-05-22 Jim Blandy Updated copyright years.
1993-05-18 Jim Blandy * window.c (window-dedicated-p): Doc fix.
1993-05-08 Richard M. Stallman (Vmouse_event): Var deleted.
1993-05-04 Richard M. Stallman (Fdisplay_buffer): Add space to prompt.
1993-04-25 Eric S. Raymond (Fset-window-buffer): Set horizontal-scrolling on a window to zero when
1993-03-21 Richard M. Stallman (Fselect_window): Use Fhandle_switch_frame.
1993-03-16 Jim Blandy Rename `live-window-p' to `window-live-p', for consistency with
1993-03-15 Richard M. Stallman (Fdelete_other_windows): Handle FRAME_MENU_BAR_LINES.
1993-03-02 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
1993-02-22 Jim Blandy * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper
1993-01-30 Jim Blandy * window.c (Fscroll_left, Fscroll_right): Don't forget to apply
1993-01-26 Jim Blandy JimB's changes since January 18th
1993-01-19 Roland McGrath (Fdisplay_buffer): Doc fix.
1993-01-14 Richard M. Stallman (Fwindow_at): Doc fix.
1993-01-14 Jim Blandy * window.c (window_internal_width): New function, which accounts
1992-12-24 Jim Blandy * keyboard.c (Qscrollbar_movement, Qvertical_scrollbar,
1992-12-12 Jim Blandy * window.c (Fset_window_configuration): If we're restoring the
1992-11-07 Jim Blandy * window.c (Fset_window_configuration): Protect call to
1992-10-31 Jim Blandy * window.c (Fwindow_width, Fset_window_hscroll): Use accessors on
1992-10-19 Jim Blandy * window.c: Try to deal coherently with deleted windows:
1992-10-06 Richard M. Stallman (window_loop): Pass 2nd arg to Fother_buffer.
1992-10-05 Richard M. Stallman Doc fix.
1992-10-03 Jim Blandy * window.c (SAVE_WINDOW_DATA_SIZE): Define this using sizeof,
1992-10-03 Jim Blandy * window.c (struct save_window_data): Save the currently selected
1992-09-30 Jim Blandy * window.c (Fset_window_configuration): Don't select the frame
1992-09-28 Jim Blandy * window.c (delete_all_subwindows): Save the window's buffer in
1992-09-13 Jim Blandy * window.c (minibuffer_window): Accept an optional FRAME argument;
1992-08-29 Jim Blandy * window.c (coordinates_in_window): Do not assume that all
1992-08-19 Jim Blandy * window.c (Fset_window_configuration): Removed #if 0'd code which
1992-08-14 Jim Blandy * window.c (window_loop): This used to keep track of the first
1992-08-12 Jim Blandy * window.c (MIN_SAFE_WINDOW_HEIGHT, MIN_SAFE_WINDOW_WIDTH): Macros
1992-07-15 Jim Blandy entered into RCS
1992-07-14 Jim Blandy *** empty log message ***