From efafc282c94dabfda116331b60df819c23b7220e Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Fri, 7 Nov 2008 13:13:05 +0000 Subject: [PATCH] (Top): Update Windows entries in @detailmenu section. --- doc/lispref/ChangeLog | 23 +++++++++++++++++++++++ doc/lispref/elisp.texi | 7 +++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index cc699f66540..a5f37f98db9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,26 @@ +2008-11-07 Martin Rudalics + + * 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 * searching.texi (Regexp Search): Fix typo. diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 1961128f287..8ccc8e8de76 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -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. -- 2.39.2