aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (Fsplit_window): Fix previous change.Erik Naggum1996-08-241-1/+0
* (Fsplit_window): Treat width just like height;Richard M. Stallman1996-08-231-10/+6
* (struct save_window_data, struct saved_window): FirstKarl Heuer1996-07-161-2/+2
* Whitespace and #if 0 code changes.Richard M. Stallman1996-06-101-3/+3
* (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: CallRichard M. Stallman1996-06-101-3/+3
* (Fdisplay_buffer): Doc fix.Richard M. Stallman1996-05-301-1/+5
* (display_buffer_1): Fix typo in last change.Roland McGrath1996-02-101-14/+14
* (display_buffer_1): Raise the frame if already visible.Richard M. Stallman1996-02-101-3/+7
* (Fset_window_buffer): Set buffer temporarily around runningRichard M. Stallman1996-01-311-0/+28
* (replace_buffer_in_all_windows): Don't change selectedKarl Heuer1996-01-171-13/+2
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (display_buffer_1): Don't deiconify the selected frame.Richard M. Stallman1996-01-151-2/+11
* (window_scroll): Fix typo in comment.Erik Naggum1996-01-121-1/+1
* (Fset_window_buffer): Call the window-scroll-functions.Richard M. Stallman1996-01-111-1/+6
* (Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window,Erik Naggum1996-01-091-50/+50
* (replace_buffer_in_all_windows): Only re-select oldRichard M. Stallman1996-01-051-1/+2
* (Fprevious_window, Fwindow_configuration_p): Doc fix.Karl Heuer1996-01-041-4/+4
* (replace_buffer_in_all_windows): New function.Richard M. Stallman1996-01-021-0/+30
* (Fsplit_window): Rename size to size_int and chsize to size.Karl Heuer1995-12-211-24/+24
* (Fsplit_window): Account for scroll bar width.Karl Heuer1995-12-131-8/+16
* (Fdisplay_buffer): Always deiconify the window's frame.Richard M. Stallman1995-11-211-12/+23
* (Fset_window_redisplay_end_trigger): Doc fix.Richard M. Stallman1995-11-181-4/+4
* (Fwindow_redisplay_end_trigger): New function.Richard M. Stallman1995-11-101-0/+30
* [HAVE_NTGUI] (Fset_window_configuration): Set menu bar lines.Geoff Voelker1995-11-071-2/+2
* (Fdelete_other_windows): Set w->force_start.Richard M. Stallman1995-10-121-1/+4
* (window_display_table): Use DISP_TABLE_P. Return typeRichard M. Stallman1995-10-111-7/+7
* (Fset_window_hscroll): Don't reject args > SHORTBITS.Richard M. Stallman1995-10-051-2/+0
* (window_scroll): Always set force_start.Richard M. Stallman1995-10-031-1/+4
* (save_window_save): Pass the new arg to Fcopy_marker.Richard M. Stallman1995-09-011-3/+3
* (Fprevious_window, Fnext_window): When minibuf = nil,Richard M. Stallman1995-07-231-11/+25
* (Fwindow_start): Doc fix.Richard M. Stallman1995-07-181-1/+2
* (Fset_window_hscroll): Set clip_changed in the buffer.Richard M. Stallman1995-07-071-2/+2
* (Fsplit_window): Nicer error if split size is too small.Richard M. Stallman1995-06-261-6/+10
* (Fset_window_configuration): Use do_switch_frame directly.Richard M. Stallman1995-06-161-2/+3
* (Fpos_visible_in_window_p): New arg to compute_motion.Karl Heuer1995-05-181-1/+1
* (Frecenter): Fix args to vmotion (overlooked in May 13 change).Karl Heuer1995-05-161-4/+1
* (Fdelete_other_windows): Fix args to vmotion.Karl Heuer1995-05-131-2/+1
* [MULTI_FRAME] (init_window_once): Set Vterminal_frameKarl Heuer1995-05-091-0/+1
* (Fdisplay_buffer): Initialize other, upper, lower.Richard M. Stallman1995-05-081-0/+1
* (syms_of_window): Doc fix.Richard M. Stallman1995-05-071-16/+18
* (Fdisplay_buffer): Search the proper frame when theKarl Heuer1995-04-131-4/+7
* (temp_output_buffer_show): Select the chosen windowRichard M. Stallman1995-04-131-2/+22
* (Fnext_window, Fprevious_window): If all_frames is a frame and windowRichard M. Stallman1995-04-081-0/+10
* Update copyright.Karl Heuer1995-04-071-1/+1
* (syms_of_window): Fix missing \n\.Karl Heuer1995-03-221-1/+1
* (Fdisplay_buffer): Fix prev change--return selected window.Richard M. Stallman1995-03-141-4/+16
* (Vsame_window_buffer_names, Vsame_window_regexps): New vars.Richard M. Stallman1995-03-111-0/+60
* (window_loop): Handle special display buffer framesRichard M. Stallman1995-02-231-18/+54
* (Fdelete_window, set_window_height, set_window_width)Richard M. Stallman1995-02-051-0/+7
* (Qtemp_buffer_show_hook): New hook.Richard M. Stallman1995-01-181-0/+9