| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fdelete_other_windows): Set w->force_start. | Richard M. Stallman | 1995-10-12 | 1 | -1/+4 |
| | | |||||
| * | (window_display_table): Use DISP_TABLE_P. Return type | Richard M. Stallman | 1995-10-11 | 1 | -7/+7 |
| | | | | | struct Lisp_Char_Table * since display tables are now char-tables. | ||||
| * | (Fset_window_hscroll): Don't reject args > SHORTBITS. | Richard M. Stallman | 1995-10-05 | 1 | -2/+0 |
| | | |||||
| * | (window_scroll): Always set force_start. | Richard M. Stallman | 1995-10-03 | 1 | -1/+4 |
| | | |||||
| * | (save_window_save): Pass the new arg to Fcopy_marker. | Richard M. Stallman | 1995-09-01 | 1 | -3/+3 |
| | | |||||
| * | (Fprevious_window, Fnext_window): When minibuf = nil, | Richard M. Stallman | 1995-07-23 | 1 | -11/+25 |
| | | | | | accept only the minibuffer window that is currently active. | ||||
| * | (Fwindow_start): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -1/+2 |
| | | |||||
| * | (Fset_window_hscroll): Set clip_changed in the buffer. | Richard M. Stallman | 1995-07-07 | 1 | -2/+2 |
| | | | | | (temp_output_buffer_show): Likewise. | ||||
| * | (Fsplit_window): Nicer error if split size is too small. | Richard M. Stallman | 1995-06-26 | 1 | -6/+10 |
| | | |||||
| * | (Fset_window_configuration): Use do_switch_frame directly. | Richard M. Stallman | 1995-06-16 | 1 | -2/+3 |
| | | |||||
| * | (Fpos_visible_in_window_p): New arg to compute_motion. | Karl Heuer | 1995-05-18 | 1 | -1/+1 |
| | | |||||
| * | (Frecenter): Fix args to vmotion (overlooked in May 13 change). | Karl Heuer | 1995-05-16 | 1 | -4/+1 |
| | | |||||
| * | (Fdelete_other_windows): Fix args to vmotion. | Karl Heuer | 1995-05-13 | 1 | -2/+1 |
| | | |||||
| * | [MULTI_FRAME] (init_window_once): Set Vterminal_frame | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| | | | | | to selected_frame. | ||||
| * | (Fdisplay_buffer): Initialize other, upper, lower. | Richard M. Stallman | 1995-05-08 | 1 | -0/+1 |
| | | |||||
| * | (syms_of_window): Doc fix. | Richard M. Stallman | 1995-05-07 | 1 | -16/+18 |
| | | | | | | (temp_output_buffer_show): If we use Vtemp_buffer_show_function, do nothing else. | ||||
| * | (Fdisplay_buffer): Search the proper frame when the | Karl Heuer | 1995-04-13 | 1 | -4/+7 |
| | | | | | current frame is minibuffer-only. | ||||
| * | (temp_output_buffer_show): Select the chosen window | Richard M. Stallman | 1995-04-13 | 1 | -2/+22 |
| | | | | | | temporarily for running temp-buffer-show-hook. (syms_of_window): Fix typo. | ||||
| * | (Fnext_window, Fprevious_window): If all_frames is a frame and window | Richard M. Stallman | 1995-04-08 | 1 | -0/+10 |
| | | | | | is not on that frame, return the first window on that frame. | ||||
| * | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_window): Fix missing \n\. | Karl Heuer | 1995-03-22 | 1 | -1/+1 |
| | | |||||
| * | (Fdisplay_buffer): Fix prev change--return selected window. | Richard M. Stallman | 1995-03-14 | 1 | -4/+16 |
| | | |||||
| * | (Vsame_window_buffer_names, Vsame_window_regexps): New vars. | Richard M. Stallman | 1995-03-11 | 1 | -0/+60 |
| | | | | | | (syms_of_window): Set up Lisp vars. (Fdisplay_buffer): Use those vars--if requested, use current window. | ||||
| * | (window_loop): Handle special display buffer frames | Richard M. Stallman | 1995-02-23 | 1 | -18/+54 |
| | | | | | | | for DELETE_BUFFER_WINDOWS as for UNSHOW_BUFFER. (syms_of_window): Doc fixes. | ||||
| * | (Fdelete_window, set_window_height, set_window_width) | Richard M. Stallman | 1995-02-05 | 1 | -0/+7 |
| | | | | | | (Fsplit_window, Fset_window_configuration): Set FRAME_WINDOW_SIZES_CHANGED to 1 in the frame being changed. | ||||
| * | (Qtemp_buffer_show_hook): New hook. | Richard M. Stallman | 1995-01-18 | 1 | -0/+9 |
| | | | | | | (syms_of_window): Init and staticpro it. (temp_output_buffer_show): Run the hook. | ||||
| * | (Fscroll_other_window): On small windows, scroll by 1 line. | Karl Heuer | 1995-01-10 | 1 | -4/+5 |
| | | |||||
| * | (temp_output_buffer_show): Use BUF_SAVE_MODIFF. | Richard M. Stallman | 1995-01-02 | 1 | -1/+1 |
| | | |||||
| * | (Fdisplay_buffer): Use `b' to read existing buffer name. | Richard M. Stallman | 1994-11-22 | 1 | -1/+1 |
| | | |||||
| * | (Fcurrent_window_configuration): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -10/+7 |
| | | | | | (SAVE_WINDOW_DATA_SIZE): Macro deleted. | ||||
| * | (make_dummy_parent, make_window): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -18/+20 |
| | | |||||
| * | Fix indentation. | Karl Heuer | 1994-11-16 | 1 | -3/+2 |
| | | |||||
| * | (syms_of_window): Fix missing \n\'s. | Karl Heuer | 1994-10-26 | 1 | -2/+2 |
| | | |||||
| * | (Vtemp_buffer_show_function): Doc fix. | Richard M. Stallman | 1994-10-25 | 1 | -0/+1 |
| | | |||||
| * | (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 |
| | | |||||