1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

(Top): Update Windows entries in @detailmenu section.

This commit is contained in:
Martin Rudalics 2008-11-07 13:13:05 +00:00
parent 0273ca3aba
commit efafc282c9
2 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,26 @@
2008-11-07 Martin Rudalics <rudalics@gmx.at>
* windows.texi (Windows): Update entries.
(Basic Windows): Remove listing of attributes. Reword.
(Splitting Windows, Deleting Windows, Window Point): Reword.
(Selecting Windows, Cyclic Window Ordering): Reword with special
emphasis on order of recently selected windows and buffer list.
(Buffers and Windows, Displaying Buffers, Choosing Window):
Reword with special emphasis on dedicated windows.
(Dedicated Windows): New node and section discussing dedicated
windows and associated functions.
(Window Start and End): Rename node and section title. Reword.
(Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
Minor rewording.
(Size of Window): Reword, in particular text on window-width.
(Resizing Windows): Reword. Add text on balancing windows.
(Window Configurations): Reword. Mention window parameters.
(Window Parameters): New node and section on window parameters.
(Window Hooks): Reword. Mention that
window-configuration-change-hook is run "buffer-locally".
* elisp.texi (Top): Update Windows entries in @detailmenu
section.
2008-11-04 Juanma Barranquero <lekktu@gmail.com>
* searching.texi (Regexp Search): Fix typo.

View File

@ -914,9 +914,11 @@ Windows
* Displaying Buffers:: Higher-level functions for displaying a buffer
and choosing a window for it.
* Choosing Window:: How to choose a window for displaying a buffer.
* Dedicated Windows:: How to avoid displaying another buffer in
a specific window.
* Window Point:: Each window has its own location of point.
* Window Start:: The display-start position controls which text
is on-screen in the window.
* Window Start and End:: Buffer positions indicating which text is
on-screen in a window.
* Textual Scrolling:: Moving text up and down through the window.
* Vertical Scrolling:: Moving the contents up and down on the window.
* Horizontal Scrolling:: Moving the contents sideways on the window.
@ -925,6 +927,7 @@ Windows
* Coordinates and Windows:: Converting coordinates to windows.
* Window Tree:: The layout and sizes of all windows in a frame.
* Window Configurations:: Saving and restoring the state of the screen.
* Window Parameters:: Associating additional information with windows.
* Window Hooks:: Hooks for scrolling, window size changes,
redisplay going past a certain point,
or window configuration changes.