1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
Commit Graph

74 Commits

Author SHA1 Message Date
Luc Teirlinck
9a4ff31b1c Add 2004 Copyright.
(Choosing Window): Add anchor.
2004-07-24 15:33:15 +00:00
Luc Teirlinck
eab4e895a5 Various small changes in addition to:
(Window Point): Mention return value of `set-window-point'.
(Window Start): `pos-visible-in-window-p' disregards horizontal
scrolling.  Explain return value if PARTIALLY is non-nil.
(Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
and `set-window-vscroll'.
(Size of Window): The argument WINDOW to `window-inside-edges',
`window-pixel-edges' and `window-inside-pixel-edges' is optional.
(Resizing Windows): Explain return value of
`shrink-window-if-larger-than-buffer'.
`window-size-fixed' automatically becomes buffer local when set.
(Window Configurations): Explain return value of `set-window-configuration'.
2004-07-19 21:33:37 +00:00
Luc Teirlinck
3a052bd3ee Various changes in addition to:
(Splitting Windows): Add `split-window-keep-point'.
2004-07-14 03:14:19 +00:00
Nick Roberts
f8295bfb6c (Selecting Windows): Note that get-lru-window
returns a full-width window if possible.
2004-04-14 20:06:29 +00:00
Richard M. Stallman
84e3400219 Minor fix.
(Buffers and Windows): Delete false table about all-frames.
2004-02-17 01:15:45 +00:00
Richard M. Stallman
4d25144d00 (Choosing Window): Add same-window-p, special-display-p.
(Window Configurations): Add window-configuration-frame.
2003-12-29 21:53:46 +00:00
Luc Teirlinck
b52a26fbce Fix typo. 2003-10-13 23:05:09 +00:00
Richard M. Stallman
27704b7804 (Basic Windows): A window has fringe settings,
display margins and scroll-bar settings.
(Splitting Windows): Doc split-window return value.
Clean up one-window-p.
(Selecting Windows): Fix typo.
(Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
(Buffers and Windows): In set-window-buffer, explain effect
on fringe settings and scroll bar settings.
(Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
(Choosing Window): Use defopt for pop-up-frame-function.
For special-display-buffer-names, explain same-window and same-frame.
Clarify window-dedicated-p return value.
(Textual Scrolling): scroll-up and scroll-down can get an error.
(Horizontal Scrolling): Clarify auto-hscroll-mode.
Clarify set-window-hscroll.
(Size of Window): Don't mention tool bar in window-height.
(Coordinates and Windows): Explain what coordinates-in-window-p
returns for fringes and display margins.
(Window Configurations): Explain saving fringes, etc.
2003-10-13 19:39:51 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
6ab4745b67 (Buffers and Windows): set-window-buffer has new arg. 2003-08-06 01:43:43 +00:00
Richard M. Stallman
9258d6043f (Selecting Windows): save-selected-window saves selected window of each frame.
(Window Configurations): Minor change.
2003-07-22 15:22:12 +00:00
Richard M. Stallman
5a8a6af880 (Selecting Windows): New arg to select-window.
(Selecting Windows): Add with-selected-window.
(Size of Window): Add window-inside-edges, etc.
2003-07-14 16:04:44 +00:00
Richard M. Stallman
b0d4743ac3 Fix typo. 2003-06-30 10:43:22 +00:00
Juanma Barranquero
333c5fc5b9 Fix cross references. 2003-04-06 21:12:02 +00:00
Richard M. Stallman
c1f2175470 Give example of using special-display-buffer-names to specify frame parameters. 2003-02-24 16:50:00 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Pavel Janík
5fe3b9bcb4 Fix typo. 2002-12-07 11:37:22 +00:00
Richard M. Stallman
ca61e3875c (Window Configurations): Refer to winner.el as example. 2002-09-29 17:52:36 +00:00
Richard M. Stallman
515a9a0f46 Explain why set-window-hscroll may appear to fail to work. 2002-06-08 18:33:56 +00:00
Richard M. Stallman
c02dd51a98 Improve explanation of special handling of point in current buffer. 2002-05-30 17:03:50 +00:00
Richard M. Stallman
996d82f827 Correct info on return values of switch-to-buffer and pop-to-buffer. 2002-03-14 09:00:46 +00:00
Eli Zaretskii
0594fc7f6a (Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode. 2002-03-03 17:38:24 +00:00
Eli Zaretskii
121af256e0 (Selecting Windows): Document that save-selected-window doesn't restore
the window if it is no longer alive.
2002-02-12 17:51:28 +00:00
Richard M. Stallman
ac7845fd60 Clarifications. 2002-01-26 23:19:48 +00:00
Richard M. Stallman
9db0af9e14 Exchange meanings of scroll-up-aggressively and scroll-down-aggressively.
Delete text erroneously added for scroll-conservatively.
2002-01-26 23:06:28 +00:00
Richard M. Stallman
061967de7f Minor correction. 2002-01-22 06:17:38 +00:00
Richard M. Stallman
926a516601 For window-min-height, the absolute minimum is 1.
For window-min-width, the absolute minimum is 2.

Minor cleanups.
2002-01-20 23:20:45 +00:00
Richard M. Stallman
88f7b76a1c Clarify how window-height relates to other things.
Describe window-body-height.
2002-01-18 05:44:13 +00:00
Eli Zaretskii
eb687116a4 (Vertical Scrolling): Document what does nil mean as the first arg of
set-window-vscroll.
2001-11-25 18:25:33 +00:00
Eli Zaretskii
71cd13fa56 (Horizontal Scrolling): Add an index entry for automatic-hscrolling. 2001-10-26 12:50:03 +00:00
Richard M. Stallman
2726b68bac Explain how splitting windows relates to window-min-height
and window-min-width.
2001-10-25 15:31:10 +00:00
Eli Zaretskii
1e8ca3a9ae (Selecting Windows): Document some-window. 2001-09-08 17:50:39 +00:00
Richard M. Stallman
41448f6344 Explain window-end never scrolls the window. 2001-07-12 08:46:28 +00:00
Gerd Moellmann
c400241bbe (Horizontal Scrolling): Remove doubled `the'. 2001-02-23 13:23:45 +00:00
Gerd Moellmann
03ff8aabc3 *** empty log message *** 2000-12-20 15:37:23 +00:00
Miles Bader
00480554c4 (Window Start): Update documentation for `pos-visible-in-window-p'. 2000-12-09 02:58:55 +00:00
Dave Love
fbd9f27699 close @defopt. 2000-12-06 20:51:15 +00:00
Gerd Moellmann
4f0308e1be Add event-window-heights. 2000-12-06 14:02:38 +00:00
Dave Love
601bda2ec9 pos-visible-in-window-p change 2000-11-29 12:53:06 +00:00
Dave Love
429994d865 Fix markup. 2000-11-23 18:54:35 +00:00
Gerd Moellmann
e258eedc76 Add description of function window-list. 2000-11-20 20:28:41 +00:00
Gerd Moellmann
704bdba16c *** empty log message *** 2000-08-08 11:05:38 +00:00
Richard M. Stallman
757081353d *** empty log message *** 2000-01-20 18:18:58 +00:00
Gerd Moellmann
3768027915 @ifinto -> @ifnottex. 2000-01-05 15:18:01 +00:00
Gerd Moellmann
fd897522d4 Update copyrights. 2000-01-05 14:59:32 +00:00
Gerd Moellmann
176c9de4b4 Remove obsolete @tindex commands. 2000-01-05 14:29:37 +00:00
Dave Love
2468d0c025 Current version from /gd/gnu/elisp. 1999-12-03 19:11:12 +00:00
Gerd Moellmann
765712a701 *** empty log message *** 1999-11-10 10:46:58 +00:00
Gerd Moellmann
74cef4e6cd scroll-up-aggressively: 0.5 not equivalent to nil. 1999-10-28 20:12:35 +00:00
Gerd Moellmann
513331d329 Patch from rms. 1999-10-27 09:26:40 +00:00