Martin Rudalics
f417bc0a9c
(quit-window): Restore prefix argument behavior
...
removed in 2008-10-30 change. (Bug#1308)
2008-11-05 16:45:19 +00:00
Martin Rudalics
ee434cb1a6
(save-selected-window): Make it behave like
...
save-selected-window-norecord.
(save-selected-window-norecord): Remove, since functionality
fully taken over by save-selected-window.
(walk-windows, set-window-text-height, fit-window-to-buffer):
Use save-selected-window instead of save-selected-window-norecord.
2008-11-04 06:53:44 +00:00
Martin Rudalics
ad91ba4413
(save-selected-window-norecord): New macro
...
(walk-windows): Use save-selected-window-norecord and call
select-window with NORECORD set. (Bug#1237)
(set-window-text-height, fit-window-to-buffer): Use
save-selected-window-norecord and call select-window with
NORECORD set.
2008-11-02 11:02:24 +00:00
Martin Rudalics
5c17a89126
(window-body-height, window-current-scroll-bars)
...
(walk-windows, get-window-with-predicate, get-buffer-window-list)
(minibuffer-window-active-p, count-windows)
(window-safely-shrinkable-p, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(window--even-window-heights, window--display-buffer-1)
(window--display-buffer-2, set-window-text-height)
(fit-window-to-buffer, shrink-window-if-larger-than-buffer)
(truncated-partial-width-window-p): Rewrite doc-string.
(window-fixed-size-p): Simplify code. Rewrite doc-string.
(split-window-vertically, split-window-horizontally):
Rename args, rewrite doc-string, and simplify code.
(split-window-save-restore-data): Rename args and use
when instead of if.
2008-10-31 13:39:37 +00:00
Martin Rudalics
9045be38cd
(quit-window): Simplify code. Say in doc-string
...
that it operates on the selected window's buffer. (Bug#1259)
2008-10-30 15:41:43 +00:00
Martin Rudalics
cf20330bba
(get-buffer-window-list): Rename buffer argument to
...
buffer-or-name and make it optional.
2008-10-25 08:08:19 +00:00
Martin Rudalics
3ad8faa7ff
(enlarge-window-horizontally, shrink-window-horizontally):
...
Make argument names follow Elisp manual.
2008-10-19 13:58:11 +00:00
Martin Rudalics
e6001b5823
(pop-to-buffer): Fix misplacement of arg norecord in
...
call of select-window.
2008-10-10 15:07:28 +00:00
Martin Rudalics
d5f98c51df
(pop-up-frames): Add choice graphic-only.
...
(display-buffer): When pop-up-frames equals graphic-only do
not pop up new frame on text-only terminals. (Bug#1061)
2008-10-09 08:12:41 +00:00
Martin Rudalics
feb1e9103f
(window--display-buffer-1): Don't care about
...
visibility since raise-frame does.
2008-10-03 11:18:24 +00:00
Martin Rudalics
c1567cc72d
(pop-to-buffer): Select window before calling
...
select-frame-set-input-focus.
2008-09-13 08:29:27 +00:00
Martin Rudalics
a4f41c95a9
(pop-to-buffer): If the window for buffer-or-name is
...
not on the selected frame, raise that window's frame and give it
input focus. (Bug#745)
2008-09-11 06:39:30 +00:00
Juanma Barranquero
bd0f7af8bc
Fix EOL mishap in previous commit.
2008-09-10 23:43:54 +00:00
Martin Rudalics
2564beceac
*** empty log message ***
2008-09-10 08:53:26 +00:00
Martin Rudalics
7042033274
(window--try-to-split-window): Don't split when window
...
is not splittable in last disjunct. (Bug#888)
2008-09-05 07:12:23 +00:00
Martin Rudalics
dab49a2070
(pop-up-frame-function): Move to frame.el.
2008-09-03 09:15:44 +00:00
Chong Yidong
a6665c37eb
(recenter-top-bottom): Doc fix.
2008-09-01 17:47:51 +00:00
Chong Yidong
46f2aa14ba
(recenter-top-bottom): Determine top and bottom positions using
...
scroll-margin instead of scroll-conservatively.
2008-08-18 03:46:51 +00:00
Chong Yidong
cf37ed4f23
(truncated-partial-width-window-p): New function.
2008-07-10 04:27:32 +00:00
Glenn Morris
549c0a9664
Spelling fix.
2008-07-01 03:02:37 +00:00
Martin Rudalics
1662c19ba9
(split-height-threshold): Remove spurious extra line.
2008-06-17 16:33:29 +00:00
Martin Rudalics
106f594c71
(window--even-window-heights): Even window heights
...
only if the selected window is higher than WINDOW.
2008-06-14 08:58:56 +00:00
Martin Rudalics
71b50c9351
(window--splittable-p, window--try-to-split-window):
...
Don't use with-selected-window to avoid messing up get-lru-window.
2008-06-10 07:45:23 +00:00
Martin Rudalics
2bd0c2e02f
(split-height-threshold, split-width-threshold): Add
...
choice nil.
(split-window-preferred-function): Allow either nil or a function.
(window--splittable-p, window--try-to-split-window): Handle
changed option values.
(window--frame-usable-p): Handle nil argument.
(display-buffer): Call get-lru-window when pop-up-windows is nil
and window can't be split.
2008-06-08 13:02:38 +00:00
Andreas Schwab
73f60406a5
(display-buffer): Use lru window if current window
...
cannot be split.
2008-06-08 07:54:25 +00:00
Stefan Monnier
415da97ac4
(special-display-p, display-buffer): Fix up C->Elisp transcription error.
2008-06-08 02:07:47 +00:00
Martin Rudalics
0a3a94b3d2
(display-buffer): Remove dead call to get-lru-window.
2008-06-06 08:01:29 +00:00
Stefan Monnier
87478b52f9
* window.el (display-buffer-function, special-display-p)
...
(special-display-buffer-names, special-display-regexps)
(special-display-function, same-window-p, same-window-buffer-names)
(same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
(pop-up-frame-function, pop-up-windows)
(split-window-preferred-function, split-height-threshold)
(split-width-threshold, window--splittable-p)
(window--try-to-split-window, window--frame-usable-p)
(even-window-heights, window--even-window-heights)
(window--display-buffer-1, window--display-buffer-2, display-buffer)
(pop-to-buffer): Move from window.c and buffer.c.
(split-window-preferred-horizontally): Remove.
* cus-start.el: Remove corresponding declarations.
* window.c (pop_up_windows, pop_up_frames)
(display_buffer_reuse_frames, Vpop_up_frame_function)
(Vdisplay_buffer_function, Veven_window_heights)
(Vspecial_display_buffer_names, Vspecial_display_regexps)
(Vspecial_display_function, Vsame_window_buffer_names)
(Vsame_window_regexps, split_height_threshold)
(Vsplit_window_preferred_function): Move those vars to window.el.
(display_buffer_1, Fspecial_display_p, Fsame_window_p)
(Fdisplay_buffer): Move those functions to window.el.
(syms_of_window): Remove corresponding declarations.
(display_buffer): New function.
(temp_output_buffer_show, Fother_window_for_scrolling): Use it.
* dispnew.c (Flast_nonminibuf_frame): New function.
* buffer.c (Fpop_to_buffer): Move to window.el.
2008-06-05 18:00:36 +00:00
Andreas Schwab
51a0cb3534
Require 'cl when compiling.
2008-05-07 12:52:22 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Sam Steingold
4ecc0b6787
(delete-other-windows-vertically): New function.
2008-05-05 20:12:24 +00:00
Juri Linkov
b0b0ffa3f8
(split-window-preferred-horizontally): New function.
2008-03-29 23:03:18 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea
Add 2008 to copyright years.
2008-01-07 02:45:14 +00:00
Stefan Monnier
b3c024b821
Docstring fix.
2007-12-23 22:53:02 +00:00
Richard M. Stallman
18715c3318
(recenter-top-bottom): Don't use `ecase'.
2007-12-03 00:27:14 +00:00
Stefan Monnier
693b2fe296
(balance-windows): Remove unused var `counter'.
...
(bw-balance-sub): Remove unused var `lastchild'.
(split-window-vertically): Remove unused var `switch'.
(recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2007-11-22 18:08:06 +00:00
Stefan Monnier
de8ebf6226
(recenter-last-op): New var.
...
(recenter-top-bottom): New command.
(global-map): Bind it to C-l.
2007-11-16 18:50:35 +00:00
Martin Rudalics
d6c19bb35a
(handle-select-window): Revert part of 2007-10-06
...
change setting the input focus.
2007-10-12 06:29:24 +00:00
Martin Rudalics
af84194a20
(handle-select-window): Revert part of 2007-10-08
...
change setting the input focus.
2007-10-12 06:23:43 +00:00
Miles Bader
1af74d06e5
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Martin Rudalics
1398509c21
(mouse-autoselect-window-cancel): Don't cancel for
...
select-window or select-frame events.
(handle-select-window): When autoselecting window set input
focus. Restructure.
2007-10-06 10:19:45 +00:00
Miles Bader
37cc095b6a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-13 13:41:28 +00:00
Glenn Morris
4837b516ea
Replace `iff' in doc-strings and comments.
2007-08-08 07:40:09 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c
Switch license to GPLv3 or later.
2007-07-25 04:50:21 +00:00
Stefan Monnier
62e3c31fab
(save-selected-window): Minor optimization.
...
(bw-adjust-window): If operation failed, try with a smaller delta.
(window-fixed-size-p): New function.
(window-area-factor): New var.
(balance-windows-area): New command.
2007-07-24 21:45:28 +00:00
Jan Djärv
825906b8af
(fit-window-to-buffer): Remove setting of window-min-height
...
to 1 as enlarge-window uses the value to resize/shrink windows other than
WINDOW if needed.
2007-07-09 12:00:56 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Eli Zaretskii
6a6af58e32
(mouse-autoselect-window-now): Remove variable.
...
(mouse-autoselect-window-state): New variable.
(mouse-autoselect-window-start, mouse-autoselect-window-cancel)
(mouse-autoselect-window-select, handle-select-window): Rewritten to make
mouse-autoselect-window-timer a one-shot timer. Suspend delayed autoselection
during menu or popup dialog.
2006-11-05 12:20:12 +00:00