summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
1994-07-16(Fdisplay_buffer): Cope with unsplittable frames and dedicated windows.Richard M. Stallman
1994-07-14(Fselect_window): Fix bug checking new_point is in range.Richard M. Stallman
1994-07-11(Fdisplay_buffer): Add MULTI_FRAME conditional in previous change.Richard M. Stallman
1994-07-07(Fnext_window, Fprevious_window): ALL_FRAMES = 0 meansRichard M. Stallman
1994-07-05Doc fixes.Richard M. Stallman
1994-06-25(Fother_window_for_scrolling): New function.Richard M. Stallman
1994-06-25(Fother_window_for_scrolling): New function.Richard M. Stallman
1994-05-23(window_loop): Fix test of dedicated flag in prev change.Richard M. Stallman
1994-05-23(window_loop, UNSHOW_BUFFER case):Richard M. Stallman
1994-05-22(change_window_height): Test for DELTA too smallRichard M. Stallman
1994-05-18(Fset_window_buffer): Fix dedicated window error call.Richard M. Stallman
1994-05-06(Fdelete_other_windows): Do nothing if w->start is outside region.Karl Heuer
1994-05-06Use PT, not point.Karl Heuer
1994-04-24(Fselect_window): Use Fselect_frame.Richard M. Stallman
1994-04-23Implement special frames for specified buffers.Richard M. Stallman
1994-04-20(set_window_width): Don't delete root window for being too narrow.Richard M. Stallman
1994-04-13(Fset_window_configuration): Only call X fns if HAVE_X_WINDOWS.Karl Heuer
1994-04-13(Fnext_window, Fprevious_window, Fdisplay_buffer): Test MULTI_FRAME whenKarl Heuer
1994-04-05Add window argument on calls to compute_motion.Karl Heuer
1994-03-29(Fwindow_width): Delete unnecessary variable declarations.Karl Heuer
1994-03-25(unshow_buffer, window_loop, Fdisplay_buffer): Use assignment, notKarl Heuer
1994-03-23(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.Karl Heuer
1994-03-14(window_scroll, Fmove_to_window_line): Avoid dividing negative numbers,Karl Heuer
1994-03-14(Fdelete_other_windows): Pass new arg to Fvertical_motion.Richard M. Stallman
1994-03-09(Fselect_window): Undo previous minibuffer change.Karl Heuer
1994-03-09(window_loop): Delete MULTI_FRAMERichard M. Stallman
1994-03-09(Fselect_window): Don't select an inactive minibuffer.Karl Heuer
1994-03-08(Fdisplay_buffer): If pop_up_frames != 0,Richard M. Stallman
1994-03-08(Fprevious_window, Fnext_window): ALL_FRAMES = visibleRichard M. Stallman
1994-03-08(Fwindow_width): Doc fix.Richard M. Stallman
1994-03-07(Fscroll_other_window): Doc fix.Karl Heuer
1994-02-26(Fset_window_configuration): Allow for menu-bar-lines to have changed sinceKarl Heuer
1994-02-18(unshow_buffer): Unconditionally set last_window_start.Richard M. Stallman
1994-02-18(Fdelete_other_windows): Don't call Frecenter;Richard M. Stallman
1994-02-11(Fpos_visible_in_window_p): Take hscroll into account.Karl Heuer
1994-02-02(Fpos_visible_in_window_p): Return nil if POS > ZV.Karl Heuer
1993-12-23(Fdisplay_buffer): If pop_up_frames, pass t to Fget_buffer_window.Richard M. Stallman
1993-11-21(window_loop, case DELETE_BUFFER_WINDOWS):Richard M. Stallman
1993-09-22(Fdelete_windows_on): Fix DEFUN to allow optional second arg to appear.Brian Fox
1993-09-10Include <config.h> instead of "config.h".Roland McGrath
1993-08-11(enum window_loop): Delete final comma.Richard M. Stallman
1993-08-11(Frecenter): Preserve point in the buffer we change it in.Richard M. Stallman
1993-07-30* window.c (check_frame_size): Include the menu bar height in theJim Blandy
1993-07-26(Fset_window_buffer): Clear window_end_{pos,valid}.Richard M. Stallman
1993-07-18* window.c [not MULTI_FRAME] (Fdelete_windows_on): Set FRAMEJim Blandy
1993-06-17Don't let the 'B' interactive spec default to buffers viewed inJim Blandy
1993-06-17Don't let the 'B' interactive spec default to buffers viewed inJim Blandy
1993-06-16* window.c (check_frame_size): Allow minibuffer-only frames to beJim Blandy
1993-06-14(Fdelete_window): Handle deleting a parent of the selected window.Richard M. Stallman
1993-06-12(Fdelete_window): Make `frame' a FRAME_PTR and use as such.Richard M. Stallman