summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* (Fdisplay_buffer): New arg FRAME.Richard M. Stallman1998-02-081-8/+20
* (compare_window_configurations): New function.Richard M. Stallman1998-01-261-4/+99
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (window_scroll): Set opoint_byte properly.Richard M. Stallman1998-01-191-1/+1
* (Fspecial_display_p): Return the right valueRichard M. Stallman1998-01-161-1/+1
* (Fselect_window): Don't set OW->pointm if OW->buffer is nil.Richard M. Stallman1998-01-091-3/+13
* (unshow_buffer): Set PT with TEMP_SET_PT_BOTH.Richard M. Stallman1998-01-011-48/+50
* Add prototypes.Andreas Schwab1997-11-251-9/+9
* (syms_of_window): Doc fix.Karl Heuer1997-10-191-1/+1
* (replace_buffer_in_all_windows):Karl Heuer1997-10-161-2/+2
* (window_scroll): When scrolling forward and point isKarl Heuer1997-10-151-1/+1
* (syms_of_window): Doc fix.Richard M. Stallman1997-09-021-2/+12
* (set_window_height): Allow all heights > 0 for minibuffer windows.Richard M. Stallman1997-07-211-2/+4
* Fix copyright year.Richard M. Stallman1997-07-121-1/+1
* (Fcoordinates_in_window_p): Convert Fcons arguments to Lisp_Integer.Richard M. Stallman1997-07-121-2/+3
* Include blockinput.h.Richard M. Stallman1997-07-071-1/+22
* (temp_output_buffer_show): Copy default-directory from current buffer.Richard M. Stallman1997-06-291-0/+2
* (Fsplit_window): Ignore FRAME_NO_SPLIT_P here.Richard M. Stallman1997-05-311-9/+0
* (syms_of_window): Initialize inhibit_frame_unsplittable.Richard M. Stallman1997-05-271-1/+2
* frame-override-unsplittable/inhibit-frame-unsplittable name change.Simon Marshall1997-05-261-3/+3
* (Fdisplay_buffer): Use B not b for interactive argument.Richard M. Stallman1997-05-261-1/+1
* (Fset_window_configuration): Set last_selected_windowRichard M. Stallman1997-05-061-0/+2
* (Fdisplay_buffer): If we give up and try other frames,Richard M. Stallman1997-05-031-0/+7
* (frame_allow_splitting): New variable.Richard M. Stallman1997-04-231-1/+10
* (delete_window): Don't return value from void function.Karl Heuer1997-04-101-6/+10
* (Qwindow_configuration_change_hook): New variable.Richard M. Stallman1997-04-021-7/+48
* (Fset_window_buffer): Increment display_count if it is an integer.Richard M. Stallman1997-03-221-0/+3
* (change_window_height): Handle shrink as well as enlarge.Karl Heuer1997-03-141-1/+1
* (Fpos_visible_in_window_p): Bug fix. Specify bigKarl Heuer1997-02-201-3/+12
* (change_window_height): Take size from multiple siblings,Richard M. Stallman1997-02-081-15/+66
* (scroll_preserve_screen_position): New variable.Richard M. Stallman1997-02-081-8/+23
* (window_scroll): Preserve vpos of pointRichard M. Stallman1996-12-261-22/+58
* (window_scroll): Don't set w->start or w->force_start if signaling an error.Richard M. Stallman1996-12-101-7/+8
* (special-display-p, same-window-p): Add missingGeoff Voelker1996-11-191-4/+4
* (window_scroll): Handle scroll_marginRichard M. Stallman1996-11-111-3/+28
* (Fdelete_other_windows): Set optional_new_start instead of force_start.Richard M. Stallman1996-11-101-1/+2
* (window_loop, case GET_BUFFER_WINDOW):Richard M. Stallman1996-11-061-1/+5
* Reorganize function definitions so etags finds them.Erik Naggum1996-10-311-2/+2
* (special-display-p): Doc fix.Erik Naggum1996-10-061-1/+1
* (Fspecial_display_p, Fsame_window_p): New functions.Erik Naggum1996-10-061-49/+74
* (syms_of_window): Doc fixes.Richard M. Stallman1996-09-261-13/+15
* (Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro.Richard M. Stallman1996-09-231-24/+19
* (Fset_window_start): Clear last_overlay_modified field.Richard M. Stallman1996-09-161-1/+9
* (unshow_buffer): Clear last_selected_window slot, maybe.Richard M. Stallman1996-09-021-0/+12
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-101/+2
* Change all references from point to PT.Karl Heuer1996-09-011-1/+1
* (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