| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (unshow_buffer): Clear last_selected_window slot, maybe. | Richard M. Stallman | 1996-09-02 | 1 | -0/+12 |
| | | | | | | | (Fset_window_buffer): Set last_selected_window slot. (Fselect_window): Set last_selected_window slot. (delete_all_subwindows): Maybe call unshow_buffer. | ||||
| * | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -101/+2 |
| | | |||||
| * | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -1/+1 |
| | | |||||
| * | (Fsplit_window): Fix previous change. | Erik Naggum | 1996-08-24 | 1 | -1/+0 |
| | | |||||
| * | (Fsplit_window): Treat width just like height; | Richard M. Stallman | 1996-08-23 | 1 | -10/+6 |
| | | | | | no special handling for scroll bars. | ||||
| * | (struct save_window_data, struct saved_window): First | Karl Heuer | 1996-07-16 | 1 | -2/+2 |
| | | | | | placeholder member is EMACS_INT, not int. | ||||
| * | Whitespace and #if 0 code changes. | Richard M. Stallman | 1996-06-10 | 1 | -3/+3 |
| | | |||||
| * | (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: Call | Richard M. Stallman | 1996-06-10 | 1 | -3/+3 |
| | | | | | `x_set_menu_bar_lines' on MSDOS as well. | ||||
| * | (Fdisplay_buffer): Doc fix. | Richard M. Stallman | 1996-05-30 | 1 | -1/+5 |
| | | |||||
| * | (display_buffer_1): Fix typo in last change. | Roland McGrath | 1996-02-10 | 1 | -14/+14 |
| | | |||||
| * | (display_buffer_1): Raise the frame if already visible. | Richard M. Stallman | 1996-02-10 | 1 | -3/+7 |
| | | |||||
| * | (Fset_window_buffer): Set buffer temporarily around running | Richard M. Stallman | 1996-01-31 | 1 | -0/+28 |
| | | | | | | | | the window-scroll-functions. (Fset_window_buffer_unwind): New function. (window_initialized): New variable. (init_window_once): Set it. | ||||
| * | (replace_buffer_in_all_windows): Don't change selected | Karl Heuer | 1996-01-17 | 1 | -13/+2 |
| | | | | | window, even temporarily; that has undesirable side effects. | ||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (display_buffer_1): Don't deiconify the selected frame. | Richard M. Stallman | 1996-01-15 | 1 | -2/+11 |
| | | |||||
| * | (window_scroll): Fix typo in comment. | Erik Naggum | 1996-01-12 | 1 | -1/+1 |
| | | |||||
| * | (Fset_window_buffer): Call the window-scroll-functions. | Richard M. Stallman | 1996-01-11 | 1 | -1/+6 |
| | | |||||
| * | (Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window, | Erik Naggum | 1996-01-09 | 1 | -50/+50 |
| | | | | | | | Fscroll_up, Fscroll_down, Fscroll_other_window, Fscroll_left, Fscroll_right, Frecenter, Fwindow_configuration_p): Harmonize arguments with documentation. | ||||
| * | (replace_buffer_in_all_windows): Only re-select old | Richard M. Stallman | 1996-01-05 | 1 | -1/+2 |
| | | | | | window if it is still live. | ||||
| * | (Fprevious_window, Fwindow_configuration_p): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -4/+4 |
| | | |||||
| * | (replace_buffer_in_all_windows): New function. | Richard M. Stallman | 1996-01-02 | 1 | -0/+30 |
| | | | | | Like Freplace_buffer_in_windows but really does all frames. | ||||
| * | (Fsplit_window): Rename size to size_int and chsize to size. | Karl Heuer | 1995-12-21 | 1 | -24/+24 |
| | | |||||
| * | (Fsplit_window): Account for scroll bar width. | Karl Heuer | 1995-12-13 | 1 | -8/+16 |
| | | |||||
| * | (Fdisplay_buffer): Always deiconify the window's frame. | Richard M. Stallman | 1995-11-21 | 1 | -12/+23 |
| | | | | | (display_buffer_1): New subroutine. | ||||
| * | (Fset_window_redisplay_end_trigger): Doc fix. | Richard M. Stallman | 1995-11-18 | 1 | -4/+4 |
| | | |||||
| * | (Fwindow_redisplay_end_trigger): New function. | Richard M. Stallman | 1995-11-10 | 1 | -0/+30 |
| | | | | | | (Fset_window_redisplay_end_trigger): Likewise. (syms_of_window): defsubr them. | ||||
| * | [HAVE_NTGUI] (Fset_window_configuration): Set menu bar lines. | Geoff Voelker | 1995-11-07 | 1 | -2/+2 |
| | | | | | Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems. | ||||
| * | (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. | ||||