(Top): Update Windows entries in @detailmenu section.
authorMartin Rudalics <rudalics@gmx.at>
Fri, 7 Nov 2008 13:13:05 +0000 (13:13 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 7 Nov 2008 13:13:05 +0000 (13:13 +0000)
doc/lispref/ChangeLog
doc/lispref/elisp.texi

index cc699f6..a5f37f9 100644 (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.
index 1961128..8ccc8e8 100644 (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.