| Commit message (Expand) | Author | Age | Files | Lines |
* | (set_window_height): Allow all heights > 0 for minibuffer windows. | Richard M. Stallman | 1997-07-21 | 1 | -2/+4 |
* | Fix copyright year. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
* | (Fcoordinates_in_window_p): Convert Fcons arguments to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -2/+3 |
* | Include blockinput.h. | Richard M. Stallman | 1997-07-07 | 1 | -1/+22 |
* | (temp_output_buffer_show): Copy default-directory from current buffer. | Richard M. Stallman | 1997-06-29 | 1 | -0/+2 |
* | (Fsplit_window): Ignore FRAME_NO_SPLIT_P here. | Richard M. Stallman | 1997-05-31 | 1 | -9/+0 |
* | (syms_of_window): Initialize inhibit_frame_unsplittable. | Richard M. Stallman | 1997-05-27 | 1 | -1/+2 |
* | frame-override-unsplittable/inhibit-frame-unsplittable name change. | Simon Marshall | 1997-05-26 | 1 | -3/+3 |
* | (Fdisplay_buffer): Use B not b for interactive argument. | Richard M. Stallman | 1997-05-26 | 1 | -1/+1 |
* | (Fset_window_configuration): Set last_selected_window | Richard M. Stallman | 1997-05-06 | 1 | -0/+2 |
* | (Fdisplay_buffer): If we give up and try other frames, | Richard M. Stallman | 1997-05-03 | 1 | -0/+7 |
* | (frame_allow_splitting): New variable. | Richard M. Stallman | 1997-04-23 | 1 | -1/+10 |
* | (delete_window): Don't return value from void function. | Karl Heuer | 1997-04-10 | 1 | -6/+10 |
* | (Qwindow_configuration_change_hook): New variable. | Richard M. Stallman | 1997-04-02 | 1 | -7/+48 |
* | (Fset_window_buffer): Increment display_count if it is an integer. | Richard M. Stallman | 1997-03-22 | 1 | -0/+3 |
* | (change_window_height): Handle shrink as well as enlarge. | Karl Heuer | 1997-03-14 | 1 | -1/+1 |
* | (Fpos_visible_in_window_p): Bug fix. Specify big | Karl Heuer | 1997-02-20 | 1 | -3/+12 |
* | (change_window_height): Take size from multiple siblings, | Richard M. Stallman | 1997-02-08 | 1 | -15/+66 |
* | (scroll_preserve_screen_position): New variable. | Richard M. Stallman | 1997-02-08 | 1 | -8/+23 |
* | (window_scroll): Preserve vpos of point | Richard M. Stallman | 1996-12-26 | 1 | -22/+58 |
* | (window_scroll): Don't set w->start or w->force_start if signaling an error. | Richard M. Stallman | 1996-12-10 | 1 | -7/+8 |
* | (special-display-p, same-window-p): Add missing | Geoff Voelker | 1996-11-19 | 1 | -4/+4 |
* | (window_scroll): Handle scroll_margin | Richard M. Stallman | 1996-11-11 | 1 | -3/+28 |
* | (Fdelete_other_windows): Set optional_new_start instead of force_start. | Richard M. Stallman | 1996-11-10 | 1 | -1/+2 |
* | (window_loop, case GET_BUFFER_WINDOW): | Richard M. Stallman | 1996-11-06 | 1 | -1/+5 |
* | Reorganize function definitions so etags finds them. | Erik Naggum | 1996-10-31 | 1 | -2/+2 |
* | (special-display-p): Doc fix. | Erik Naggum | 1996-10-06 | 1 | -1/+1 |
* | (Fspecial_display_p, Fsame_window_p): New functions. | Erik Naggum | 1996-10-06 | 1 | -49/+74 |
* | (syms_of_window): Doc fixes. | Richard M. Stallman | 1996-09-26 | 1 | -13/+15 |
* | (Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro. | Richard M. Stallman | 1996-09-23 | 1 | -24/+19 |
* | (Fset_window_start): Clear last_overlay_modified field. | Richard M. Stallman | 1996-09-16 | 1 | -1/+9 |
* | (unshow_buffer): Clear last_selected_window slot, maybe. | Richard M. Stallman | 1996-09-02 | 1 | -0/+12 |
* | 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 |
* | (struct save_window_data, struct saved_window): First | Karl Heuer | 1996-07-16 | 1 | -2/+2 |
* | 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 |
* | (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 |
* | (replace_buffer_in_all_windows): Don't change selected | Karl Heuer | 1996-01-17 | 1 | -13/+2 |
* | 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 |
* | (replace_buffer_in_all_windows): Only re-select old | Richard M. Stallman | 1996-01-05 | 1 | -1/+2 |