1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
Commit graph

105 commits

Author SHA1 Message Date
Eli Zaretskii
ad8d30b3d8 Improve indexing. 2007-03-31 17:28:11 +00:00
Eli Zaretskii
c115a4634f Improve indexing. 2007-03-31 14:37:05 +00:00
Eli Zaretskii
5e472eb6ee Improve indexing. 2007-03-31 13:56:30 +00:00
Glenn Morris
b3d90e4611 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 03:47:24 +00:00
Richard M. Stallman
aa25679820 (Window Start): Minor cleanups. 2006-09-20 18:08:04 +00:00
Kim F. Storm
31ce440599 (Window Start): pos-visible-in-window-p allows
specifying t for position to mean "end of window".
Add window-line-height.
2006-09-20 10:14:19 +00:00
Richard M. Stallman
4101704722 (Window Hooks): Explain limits of window-scroll-functions. 2006-09-09 22:36:01 +00:00
Kim F. Storm
99cdf26ddf (Window Start): Update pos-visible-in-window-p. 2006-09-06 10:24:45 +00:00
Richard M. Stallman
36959e5157 Put point and comma inside quotes.
(Textual Scrolling): Use @samp for error message.
2006-07-18 00:09:52 +00:00
Eli Zaretskii
02dedf4bc4 (Textual Scrolling, Resizing Windows): Remove @tindex. 2006-07-08 18:00:14 +00:00
Richard M. Stallman
f3aead2ff7 (Splitting Windows): Clarify splitting nonselected window. 2006-06-02 02:12:22 +00:00
Romain Francoise
5a36d8349d * commands.texi (Event Input Misc):
* compile.texi (Eval During Compile):
* internals.texi (Buffer Internals):
* minibuf.texi (Initial Input):
* nonascii.texi (Scanning Charsets):
* numbers.texi (Comparison of Numbers):
* windows.texi (Textual Scrolling, Vertical Scrolling):
Fix various typos.
2006-05-07 16:02:27 +00:00
Juanma Barranquero
d040665ade (Window Tree): Fix typo. 2006-02-21 08:42:33 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Richard M. Stallman
e44c5273b8 (Resizing Windows): Delete preserve-before args. 2005-12-06 02:05:25 +00:00
Richard M. Stallman
7279aaf668 (Resizing Windows): Add adjust-window-trailing-edge. 2005-11-27 19:27:13 +00:00
Stefan Monnier
b3910238f4 Add `dedicated' arg to get-lru-window and get-largest-window. 2005-11-07 21:15:17 +00:00
Kim F. Storm
8781c4d14e (Window Tree): Rename window-split-tree to window-tree.
Rename manual section accordingly.
2005-10-07 22:12:40 +00:00
Kim F. Storm
180ce0f4fd (Window Split Tree): New section describing
new function window-split-tree function.
2005-10-04 14:26:20 +00:00
Chong Yidong
475aab0deb 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
	mode variables for minor modes.
	Fix xrefs for buffer-display-count, buffer-display-table,
	buffer-offer-save, buffer-saved-size, cache-long-line-scans,
	enable-multibyte-characters, fill-column, header-line-format,
	left-fringe-width, left-margin, and right-fringe-width.

	* hooks.texi (Standard Hooks): All hooks should conform to the
	standard naming convention now.
	Fix xref for `echo-area-clear-hook'.

	* display.texi (Usual Display): Note that indicate-empty-lines and
	tab-width are buffer-local.

	* files.texi (Saving Buffers): Add xref to `Killing Buffers'.

	* modes.texi (Mode Help): Note that major-mode is buffer-local.

	* nonascii.texi (Encoding and I/O): Note that
	buffer-file-coding-system is buffer-local.

	* positions.texi (List Motion): Note that defun-prompt-regexp is
	buffer-local.

	* text.texi (Auto Filling): Note that auto-fill-function is
	buffer-local.
	(Undo): Note that buffer-undo-list is buffer-local.

	* windows.texi (Buffers and Windows): Document
	buffer-display-count.
2005-09-08 22:00:58 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Richard M. Stallman
b8da16c648 (Splitting Windows): Fix xref. 2005-08-09 23:34:38 +00:00
Richard M. Stallman
dd25d0222f (Textual Scrolling): Doc 3 values for scroll-preserve-screen-position. 2005-07-03 16:39:00 +00:00
Richard M. Stallman
0adde68390 (Selecting Windows): save-selected-window and with-selected-window
save and restore the current buffer.
2005-06-25 14:08:34 +00:00
Richard M. Stallman
b98ba93aa4 (Window Hooks): Remove reference to obsolete Lazy Lock mode. 2005-04-26 10:54:31 +00:00
Richard M. Stallman
658819b69f (Cyclic Window Ordering): Clarify window-list. 2005-04-23 16:22:02 +00:00
Richard M. Stallman
4e5345521b (Vertical Scrolling): Get rid of "Emacs 21".
(Resizing Windows): Likewise.
2005-03-06 18:26:30 +00:00
Richard M. Stallman
ae473bd3ef (Basic Windows): Add cursor-in-non-selected-windows. Clarify.
(Selecting Windows): Clarify save-selected-window.
(Cyclic Window Ordering): Clarify walk-windows.
(Window Point): Clarify.
(Window Start): Add comment to example.
(Resizing Windows): Add `interactive' specs in examples.
Document fit-window-to-buffer.
2005-02-03 07:19:07 +00:00
Kim F. Storm
41ad5140cd (Window Start): Fix `pos-visible-in-window-p'
return value.  Third element FULLY replaced by PARTIAL which
specifies number of invisible pixels if row is only partially visible.
(Textual Scrolling): Mention auto-window-vscroll.
(Vertical Scrolling): New defvar auto-window-vscroll.
2005-01-23 13:30:22 +00:00
Richard M. Stallman
43954849f4 (Selecting Windows): get-lru-window and
get-largest-window don't consider dedicated windows.
2004-12-03 11:27:53 +00:00
David Ponce
38be9dbb6f (Resizing Windows): Document the `preserve-before' argument of the
functions `enlarge-window' and `shrink-window'.
2004-10-22 11:20:12 +00:00
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