(XTread_socket) <ClientMessage, Xatom_Scrollbar>:
[bpt/emacs.git] / src / window.c
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-23 Gerd Moellmann(Fnext_window): Add a QUIT in the loop.
1999-10-16 Gerd Moellmann(enum save_restore_action): New.
1999-09-23 Gerd Moellmann(enlarge_window): Add window parameter instead of using
1999-09-23 Gerd Moellmann(window_min_size): Add parameter ignore_fixed_p.
1999-09-16 Gerd Moellmann(Fset_window_buffer): Remove unused variables.
1999-09-13 Gerd Moellmann(Fminibuffer_window): Change for Lisp_Object
1999-09-07 Gerd Moellmann(Fset_window_margins): Make window the first argument.
1999-09-05 Gerd Moellmann(Fset_window_vscroll): Make window the first argument,
1999-09-05 Gerd MoellmannChange
1999-09-05 Gerd MoellmannChange spelling of `toolbar' to `tool_bar' or `tool...
1999-09-04 Gerd Moellmann(Qwindow_size_fixed): Replaces Qfixed_window_size.
1999-09-03 Gerd Moellmann(foreach_window, foreach_window_1): New.
1999-08-30 Gerd Moellmann(coordinates_in_window): Use
1999-08-25 Gerd Moellmann(Frecenter): Clear frame if called with nil or no arg.
1999-08-24 Gerd Moellmann(Fset_window_point): Reset Vresize_mini_config.
1999-08-23 Gerd Moellmann(Fset_window_hscroll): Set
1999-08-21 Gerd MoellmannCall change_frame_size and do_pending_window_change...
1999-08-17 Gerd Moellmann(Fcoordinates_in_window_p): Return `left-bitmap-area'
1999-08-17 Gerd Moellmann(Fpos_visible_in_window_p): Rewritten.
1999-08-15 Gerd Moellmann(Qfixed_window_size): New.
1999-08-13 Gerd Moellmann(set_window_height, set_window_width):
1999-08-13 Gerd Moellmann(MINSIZE): Removed.
1999-08-05 Richard M. Stallman(display-buffer): Don't get confused
1999-07-30 Eli Zaretskii(Fset_window_configuration) [MSDOS]: Don't call
1999-07-23 Karl Heuer(Fsplit_window): For default size, round up for left...
1999-07-21 Gerd Moellmann(Fcoordinates_in_window_p): Rewritten.
1999-01-30 Richard M. Stallman(Fset_window_point): If WINDOW is selected but the
1998-11-17 Richard M. Stallman(temp_output_buffer_show): Around temp-buffer-show...
1998-10-10 Richard M. Stallman(window_loop): New alternative CHECK_ALL_WINDOWS.
1998-08-06 Richard M. Stallman(Fsplit_window): Doc fix.
1998-08-04 Richard M. Stallman(Fmove_to_window_line): Doc fix.
1998-05-30 Karl Heuer(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc...
1998-05-25 Richard M. Stallman(Fdelete_windows_on): For FRAME, change t to nil
1998-05-22 Richard M. Stallman(window_loop): Pass new arg to Fother_buffer.
1998-05-20 Richard M. Stallman(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc...
1998-05-19 Richard M. Stallman(Fselect_window): Doc fix.
1998-04-29 Andreas Schwab(make_window): Initialize last_point field.
1998-04-29 Geoff VoelkerConditionally include xterm.h using HAVE_X_WINDOWS.
1998-04-14 Andreas Schwab(Fset_window_configuration): Fix mixing of Lisp_Object
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-20 Richard M. Stallman(window_display_table): Don't look inside buffer if...
1998-03-17 Richard M. Stallman(Frecenter): Operate on window's buffer even if some...
1998-03-02 Richard M. Stallman(compare_window_configurations): New arg ignore_positions.
1998-02-08 Richard M. Stallman(Fdisplay_buffer): New arg FRAME.
1998-01-26 Richard M. Stallman(compare_window_configurations): New function.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-19 Richard M. Stallman(window_scroll): Set opoint_byte properly.
1998-01-16 Richard M. Stallman(Fspecial_display_p): Return the right value
1998-01-09 Richard M. Stallman(Fselect_window): Don't set OW->pointm if OW->buffer...
1998-01-01 Richard M. Stallman(unshow_buffer): Set PT with TEMP_SET_PT_BOTH.
1997-11-25 Andreas SchwabAdd prototypes.
1997-10-19 Karl Heuer(syms_of_window): Doc fix.
1997-10-16 Karl Heuer(replace_buffer_in_all_windows):
1997-10-15 Karl Heuer(window_scroll): When scrolling forward and point is
1997-09-02 Richard M. Stallman(syms_of_window): Doc fix.
1997-07-21 Richard M. Stallman(set_window_height): Allow all heights > 0 for minibuff...
1997-07-12 Richard M. StallmanFix copyright year.
1997-07-12 Richard M. Stallman(Fcoordinates_in_window_p): Convert Fcons arguments...
1997-07-07 Richard M. StallmanInclude blockinput.h.
1997-06-29 Richard M. Stallman(temp_output_buffer_show): Copy default-directory from...
1997-05-31 Richard M. Stallman(Fsplit_window): Ignore FRAME_NO_SPLIT_P here.
1997-05-27 Richard M. Stallman(syms_of_window): Initialize inhibit_frame_unsplittable.
1997-05-26 Simon Marshallframe-override-unsplittable/inhibit-frame-unsplittable...
1997-05-26 Richard M. Stallman(Fdisplay_buffer): Use B not b for interactive argument.
1997-05-06 Richard M. Stallman(Fset_window_configuration): Set last_selected_window
1997-05-03 Richard M. Stallman(Fdisplay_buffer): If we give up and try other frames,
1997-04-23 Richard M. Stallman(frame_allow_splitting): New variable.
1997-04-10 Karl Heuer(delete_window): Don't return value from void function.
1997-04-02 Richard M. Stallman(Qwindow_configuration_change_hook): New variable.
1997-03-22 Richard M. Stallman(Fset_window_buffer): Increment display_count if it...
1997-03-14 Karl Heuer(change_window_height): Handle shrink as well as enlarge.
1997-02-20 Karl Heuer(Fpos_visible_in_window_p): Bug fix. Specify big
1997-02-08 Richard M. Stallman(change_window_height): Take size from multiple siblings,
1997-02-08 Richard M. Stallman(scroll_preserve_screen_position): New variable.
1996-12-26 Richard M. Stallman(window_scroll): Preserve vpos of point
1996-12-10 Richard M. Stallman(window_scroll): Don't set w->start or w->force_start...
1996-11-19 Geoff Voelker(special-display-p, same-window-p): Add missing
1996-11-11 Richard M. Stallman(window_scroll): Handle scroll_margin
1996-11-10 Richard M. Stallman(Fdelete_other_windows): Set optional_new_start instead...
1996-11-06 Richard M. Stallman(window_loop, case GET_BUFFER_WINDOW):
1996-10-31 Erik NaggumReorganize function definitions so etags finds them.
1996-10-06 Erik Naggum(special-display-p): Doc fix.
1996-10-06 Erik Naggum(Fspecial_display_p, Fsame_window_p): New functions.
1996-09-26 Richard M. Stallman(syms_of_window): Doc fixes.
1996-09-23 Richard M. Stallman(Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro.
1996-09-16 Richard M. Stallman(Fset_window_start): Clear last_overlay_modified field.
1996-09-02 Richard M. Stallman(unshow_buffer): Clear last_selected_window slot, maybe.
1996-09-01 Karl HeuerRemoved support for !MULTI_FRAME.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-08-24 Erik Naggum(Fsplit_window): Fix previous change.
1996-08-23 Richard M. Stallman(Fsplit_window): Treat width just like height;
1996-07-16 Karl Heuer(struct save_window_data, struct saved_window): First
1996-06-10 Richard M. StallmanWhitespace and #if 0 code changes.
1996-06-10 Richard M. Stallman(Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: Call
1996-05-30 Richard M. Stallman(Fdisplay_buffer): Doc fix.
1996-02-10 Roland McGrath(display_buffer_1): Fix typo in last change.
1996-02-10 Richard M. Stallman(display_buffer_1): Raise the frame if already visible.
1996-01-31 Richard M. Stallman(Fset_window_buffer): Set buffer temporarily around...
1996-01-17 Karl Heuer(replace_buffer_in_all_windows): Don't change selected
next