- 08 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 07 Mar, 1994 1 commit
-
-
Karl Heuer authored
-
- 26 Feb, 1994 1 commit
-
-
Karl Heuer authored
the configuration was created.
-
- 18 Feb, 1994 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
do it by hand and avoid setting w->force_start.
-
- 11 Feb, 1994 1 commit
-
-
Karl Heuer authored
-
- 02 Feb, 1994 1 commit
-
-
Karl Heuer authored
-
- 23 Dec, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 21 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
Select a new buffer only if w is selected window.
-
- 22 Sep, 1993 1 commit
-
-
Brian Fox authored
-
- 10 Sep, 1993 1 commit
-
-
Roland McGrath authored
-
- 11 Aug, 1993 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 30 Jul, 1993 1 commit
-
-
Jim Blandy authored
minimum frame height.
-
- 26 Jul, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 18 Jul, 1993 1 commit
-
-
Jim Blandy authored
argument to Qt, instead of trying to typecheck it. * window.c (Fdelete_windows_on): New optional argument FRAME; if nil, delete windows on all frames. If t, delete windows on the selected frame only. If a frame, delete windows on that frame only. * window.c (Fnext_window, Fprevious_window): Put these docstrings in comments; the strings are too long for some C compilers.
-
- 17 Jun, 1993 2 commits
-
-
Jim Blandy authored
any visible frame. * buffer.c (Fother_buffer): Pass Qt as the second argument to Fget_buffer_window. * window.c (window_loop): In GET_BUFFER_WINDOW case, ignore non-visible frames. (Fget_buffer_window): Change doc string to mention that passing Qt for the FRAME argument returns windows on visible frames only. (Qvisible): Removed.
-
Jim Blandy authored
any visible frame. * buffer.c (Fother_buffer): Pass Qvisible as the second argument to Fget_buffer_window. * window.c (Qvisible): New symbol. (window_loop): In GET_BUFFER_WINDOW case, if frames is Qvisible, ignore non-visible frames. (Fget_buffer_window): Expand doc string to mention that Qvisible is an interesting value for FRAME argument. (syms_of_window): Init and staticpro Qvisible. * lisp.h (Qvisible): New declaration.
-
- 16 Jun, 1993 1 commit
-
-
Jim Blandy authored
one line high.
-
- 14 Jun, 1993 1 commit
-
-
Richard M. Stallman authored
(Fdelete_window): Mostly undo last change which made `frame' a FRAME_PTR. Don't initialize `frame' in the declaration.
-
- 12 Jun, 1993 2 commits
-
-
Richard M. Stallman authored
-
Jim Blandy authored
if the frame has a minibuffer; FRAME_MINIBUF_WINDOW points to the surrogate on minibufferless frames, not nil.
-
- 11 Jun, 1993 1 commit
-
-
Jim Blandy authored
-
- 10 Jun, 1993 1 commit
-
-
Richard M. Stallman authored
(Fscroll_right): Ditto. (Fprevious_window): When changing frames, use the new frame's minibuffer if any.
-
- 07 Jun, 1993 1 commit
-
-
Richard M. Stallman authored
to have a buffer, always give it one. (syms_of_window): Always defvar pop-up-frames and pop-up-frame-function.
-
- 31 May, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 27 May, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 22 May, 1993 1 commit
-
-
Jim Blandy authored
-
- 18 May, 1993 1 commit
-
-
Jim Blandy authored
-
- 08 May, 1993 1 commit
-
-
Richard M. Stallman authored
(syms_of_window): Don't make it Lisp var.
-
- 04 May, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 25 Apr, 1993 1 commit
-
-
Eric S. Raymond authored
we connect it to a new buffer.
-
- 21 Mar, 1993 1 commit
-
-
Richard M. Stallman authored
(Fset_window_configuration): Likewise.
-
- 16 Mar, 1993 1 commit
-
-
Jim Blandy authored
`frame-live-p'. * window.c (Fwindow_live_p): Renamed from Flive_window_p. * lisp.h (CHECK_LIVE_WINDOW): Change to use Qwindow_live_p. (Qwindow_live_p): Extern declaration renamed fom Qlive_window_p.
-
- 15 Mar, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 02 Mar, 1993 1 commit
-
-
Jim Blandy authored
* alloc.c, frame.c, frame.h, indent.c, keyboard.c, keyboard.h, lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c, xterm.c, xterm.h: Terminology changed.
-
- 22 Feb, 1993 1 commit
-
-
Jim Blandy authored
number of arguments to unbind_to. * lread.c (Feval_buffer): Same. * window.c (Fscroll_other_window): Same. * window.c (Fset_window_configuration): Pass the proper number of arguments to Fselect_frame.
-
- 30 Jan, 1993 1 commit
-
-
Jim Blandy authored
XWINDOW to selected_window before passing it to window_internal_width.
-
- 26 Jan, 1993 1 commit
-
-
Jim Blandy authored
-
- 19 Jan, 1993 1 commit
-
-
Roland McGrath authored
-