| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fdisplay_buffer): Make old_selected_window a Lisp_Object. | Karl Heuer | 1994-10-20 | 1 | -2/+3 |
| | | |||||
| * | (Fdisplay_buffer): If the other window is smaller | Richard M. Stallman | 1994-10-20 | 1 | -0/+20 |
| | | | | | than its peer, even out their heights. | ||||
| * | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -0/+2 |
| | | |||||
| * | (Fdisplay_buffer): In desperation case of looking for | Richard M. Stallman | 1994-10-17 | 1 | -2/+6 |
| | | | | | something to split, verify that a window's frame is splittable. | ||||
| * | (make_window, Fset_window_hscroll, Fset_window_start, set_window_height, | Karl Heuer | 1994-10-04 | 1 | -46/+49 |
| | | | | | | | | | set_window_width, Fset_window_buffer, Fselect_window, temp_output_buffer_show, make_dummy_parent, Fsplit_window, change_window_height, window_scroll, Fscroll_left, Fscroll_right, Frecenter, Fmove_to_window_line, Fset_window_configuration, save_window_save, Fcurrent_window_configuration, init_window_once): Don't use XFASTINT as an lvalue. | ||||
| * | (Fminibuffer_window, Fwindow_at, Fwindow_end, Fnext_window, Fprevious_window, | Karl Heuer | 1994-10-04 | 1 | -14/+14 |
| | | | | | | | Fdisplay_buffer, Frecenter, Fmove_to_window_line, Fcurrent_window_configuration): Use new accessor macros instead of calling XSET directly. | ||||
| * | (Frecenter): Don't trigger point-motion hooks. | Karl Heuer | 1994-10-03 | 1 | -7/+7 |
| | | |||||
| * | (syms_of_window): Doc fix. | Richard M. Stallman | 1994-09-27 | 1 | -1/+1 |
| | | |||||
| * | (Fwindowp, Fwindow_live_p, window_display_table, window_loop, | Karl Heuer | 1994-09-27 | 1 | -15/+13 |
| | | | | | | Fget_buffer_window, Fscroll_other_window, Frecenter, Fwindow_configuration_p, Fset_window_configuration): Use type test macros. | ||||
| * | (Fdelete_other_windows): Nice error if WINDOW is minibuf. | Richard M. Stallman | 1994-09-23 | 1 | -0/+4 |
| | | |||||
| * | (display-buffer, special-display-buffer-names) | Richard M. Stallman | 1994-09-22 | 1 | -6/+29 |
| | | | | | | | | (special-display-regexps, special-display-function): Accept cons cells in `special-display-buffer-names' and `special-display-regexps'. If the buffer name matches the car, call `special-display-function' with the cdr as a second argument. | ||||
| * | (window_internal_width): Change VERTICAL_SCROLL_BAR_WIDTH to | Karl Heuer | 1994-09-20 | 1 | -1/+1 |
| | | | | | FRAME_SCROLL_BAR_COLS. | ||||
| * | (Fset_window_buffer): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-20 | 1 | -2/+2 |
| | | |||||
| * | (struct saved_window_data): New slots min_width, min_height. | Richard M. Stallman | 1994-09-20 | 1 | -0/+14 |
| | | | | | | | (Fcurrent_window_configuration): Set slots from window_min_... (Fset_window_configuration): Restore them. Set window_min_height and window_min_width to 1 while restoring windows. | ||||
| * | (window_loop, case UNSHOW_BUFFER): | Richard M. Stallman | 1994-08-13 | 1 | -1/+20 |
| | | | | | When we delete a frame, skip all the windows on that frame. | ||||
| * | (Fwindow_end): Undo previous change. | Richard M. Stallman | 1994-08-10 | 1 | -7/+11 |
| | | |||||
| * | (Fwindow_end): If window_end_valid is nil, return nil. | Richard M. Stallman | 1994-08-09 | 1 | -1/+17 |
| | | |||||
| * | (Fpos_visible_in_window_p): Do something reasonable | Richard M. Stallman | 1994-08-08 | 1 | -0/+4 |
| | | | | | if w->start is outside the buffer bounds. | ||||
| * | (Fwindow_end): Doc fix. | Richard M. Stallman | 1994-08-03 | 1 | -1/+4 |
| | | |||||
| * | (Fmove_to_window_line): Doc fix. | Richard M. Stallman | 1994-08-01 | 1 | -1/+1 |
| | | |||||
| * | (Fdisplay_buffer): Add MULTI_FRAME cond in last change. | Richard M. Stallman | 1994-07-28 | 1 | -0/+2 |
| | | |||||
| * | (Fnext_window, Fprevious_window): Don't get stuck in a loop | Richard M. Stallman | 1994-07-24 | 1 | -9/+32 |
| | | | | | in the minibuffer frame. | ||||
| * | (Fdisplay_buffer): Cope with unsplittable frames and dedicated windows. | Richard M. Stallman | 1994-07-16 | 1 | -3/+48 |
| | | |||||
| * | (Fselect_window): Fix bug checking new_point is in range. | Richard M. Stallman | 1994-07-14 | 1 | -1/+1 |
| | | |||||
| * | (Fdisplay_buffer): Add MULTI_FRAME conditional in previous change. | Richard M. Stallman | 1994-07-11 | 1 | -0/+2 |
| | | |||||
| * | (Fnext_window, Fprevious_window): ALL_FRAMES = 0 means | Richard M. Stallman | 1994-07-07 | 1 | -3/+20 |
| | | | | | | | | | try both visible frames and iconified frames. (window_loop): Likewise, for FRAMES = 0. (Fget_buffer_window): Likewise, for FRAME = 0. (Fdisplay_buffer): Pass 0 to Fget_buffer_window; if the frame is iconified, make it visible. | ||||
| * | Doc fixes. | Richard M. Stallman | 1994-07-05 | 1 | -4/+3 |
| | | |||||
| * | (Fother_window_for_scrolling): New function. | Richard M. Stallman | 1994-06-25 | 1 | -2/+5 |
| | | | | | | | | (Fscroll_other_window): Use that. (syms_of_window): defsubr it. (Fsave_window_excursion): Doc fix. | ||||
| * | (Fother_window_for_scrolling): New function. | Richard M. Stallman | 1994-06-25 | 1 | -16/+31 |
| | | | | | | (Fscroll_other_window): Use that. (syms_of_window): defsubr it. | ||||
| * | (window_loop): Fix test of dedicated flag in prev change. | Richard M. Stallman | 1994-05-23 | 1 | -1/+1 |
| | | |||||
| * | (window_loop, UNSHOW_BUFFER case): | Richard M. Stallman | 1994-05-23 | 1 | -4/+17 |
| | | | | | Put prev change in #ifdef MULTI_FRAME. | ||||
| * | (change_window_height): Test for DELTA too small | Richard M. Stallman | 1994-05-22 | 1 | -18/+18 |
| | | | | | only after making it smaller based on maxdelta. | ||||
| * | (Fset_window_buffer): Fix dedicated window error call. | Richard M. Stallman | 1994-05-18 | 1 | -1/+3 |
| | | | | | (window_loop, case UNSHOW_BUFFER): Clear dedicated flag. | ||||
| * | (Fdelete_other_windows): Do nothing if w->start is outside region. | Karl Heuer | 1994-05-06 | 1 | -14/+26 |
| | | | | | Don't temporarily move point when recomputing window position. | ||||
| * | Use PT, not point. | Karl Heuer | 1994-05-06 | 1 | -12/+12 |
| | | |||||
| * | (Fselect_window): Use Fselect_frame. | Richard M. Stallman | 1994-04-24 | 1 | -1/+5 |
| | | |||||
| * | Implement special frames for specified buffers. | Richard M. Stallman | 1994-04-23 | 1 | -7/+48 |
| | | | | | | | | (Vspecial_display_buffer_names, Vspecial_display_regexps) (Vspecial_display_function): New variables. (syms_of_window): Set up Lisp variables. (Fdisplay_buffer): Handle them. | ||||
| * | (set_window_width): Don't delete root window for being too narrow. | Richard M. Stallman | 1994-04-20 | 1 | -1/+1 |
| | | |||||
| * | (Fset_window_configuration): Only call X fns if HAVE_X_WINDOWS. | Karl Heuer | 1994-04-13 | 1 | -0/+4 |
| | | |||||
| * | (Fnext_window, Fprevious_window, Fdisplay_buffer): Test MULTI_FRAME when | Karl Heuer | 1994-04-13 | 1 | -0/+8 |
| | | | | | handling argument `all_frames'. | ||||
| * | Add window argument on calls to compute_motion. | Karl Heuer | 1994-04-05 | 1 | -1/+1 |
| | | |||||
| * | (Fwindow_width): Delete unnecessary variable declarations. | Karl Heuer | 1994-03-29 | 1 | -4/+1 |
| | | |||||
| * | (unshow_buffer, window_loop, Fdisplay_buffer): Use assignment, not | Karl Heuer | 1994-03-25 | 1 | -5/+9 |
| | | | | | initialization. | ||||
| * | (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix. | Karl Heuer | 1994-03-23 | 1 | -1/+3 |
| | | |||||
| * | (window_scroll, Fmove_to_window_line): Avoid dividing negative numbers, | Karl Heuer | 1994-03-14 | 1 | -2/+2 |
| | | | | | since the rounding effect is implementation-defined. | ||||
| * | (Fdelete_other_windows): Pass new arg to Fvertical_motion. | Richard M. Stallman | 1994-03-14 | 1 | -8/+13 |
| | | | | | (window_scroll, Frecenter, Fmove_to_window_line): Likewise. | ||||
| * | (Fselect_window): Undo previous minibuffer change. | Karl Heuer | 1994-03-09 | 1 | -4/+0 |
| | | |||||
| * | (window_loop): Delete MULTI_FRAME | Richard M. Stallman | 1994-03-09 | 1 | -21/+3 |
| | | | | | | | conditional within the loop, spuriously added in prev change. Don't ignore invisible or iconified frames for GET_BUFFER_WINDOW; instead, let Fnext_window skip them if appropriate. | ||||
| * | (Fselect_window): Don't select an inactive minibuffer. | Karl Heuer | 1994-03-09 | 1 | -0/+4 |
| | | |||||
| * | (Fdisplay_buffer): If pop_up_frames != 0, | Richard M. Stallman | 1994-03-08 | 1 | -2/+3 |
| | | | | | consider just visible frames when looking for existing window. | ||||