diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 23 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2008-11-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windows.texi (Windows): Update entries. | ||
| 4 | (Basic Windows): Remove listing of attributes. Reword. | ||
| 5 | (Splitting Windows, Deleting Windows, Window Point): Reword. | ||
| 6 | (Selecting Windows, Cyclic Window Ordering): Reword with special | ||
| 7 | emphasis on order of recently selected windows and buffer list. | ||
| 8 | (Buffers and Windows, Displaying Buffers, Choosing Window): | ||
| 9 | Reword with special emphasis on dedicated windows. | ||
| 10 | (Dedicated Windows): New node and section discussing dedicated | ||
| 11 | windows and associated functions. | ||
| 12 | (Window Start and End): Rename node and section title. Reword. | ||
| 13 | (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling): | ||
| 14 | Minor rewording. | ||
| 15 | (Size of Window): Reword, in particular text on window-width. | ||
| 16 | (Resizing Windows): Reword. Add text on balancing windows. | ||
| 17 | (Window Configurations): Reword. Mention window parameters. | ||
| 18 | (Window Parameters): New node and section on window parameters. | ||
| 19 | (Window Hooks): Reword. Mention that | ||
| 20 | window-configuration-change-hook is run "buffer-locally". | ||
| 21 | * elisp.texi (Top): Update Windows entries in @detailmenu | ||
| 22 | section. | ||
| 23 | |||
| 1 | 2008-11-04 Juanma Barranquero <lekktu@gmail.com> | 24 | 2008-11-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 25 | ||
| 3 | * searching.texi (Regexp Search): Fix typo. | 26 | * 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 | |||
| 914 | * Displaying Buffers:: Higher-level functions for displaying a buffer | 914 | * Displaying Buffers:: Higher-level functions for displaying a buffer |
| 915 | and choosing a window for it. | 915 | and choosing a window for it. |
| 916 | * Choosing Window:: How to choose a window for displaying a buffer. | 916 | * Choosing Window:: How to choose a window for displaying a buffer. |
| 917 | * Dedicated Windows:: How to avoid displaying another buffer in | ||
| 918 | a specific window. | ||
| 917 | * Window Point:: Each window has its own location of point. | 919 | * Window Point:: Each window has its own location of point. |
| 918 | * Window Start:: The display-start position controls which text | 920 | * Window Start and End:: Buffer positions indicating which text is |
| 919 | is on-screen in the window. | 921 | on-screen in a window. |
| 920 | * Textual Scrolling:: Moving text up and down through the window. | 922 | * Textual Scrolling:: Moving text up and down through the window. |
| 921 | * Vertical Scrolling:: Moving the contents up and down on the window. | 923 | * Vertical Scrolling:: Moving the contents up and down on the window. |
| 922 | * Horizontal Scrolling:: Moving the contents sideways on the window. | 924 | * Horizontal Scrolling:: Moving the contents sideways on the window. |
| @@ -925,6 +927,7 @@ Windows | |||
| 925 | * Coordinates and Windows:: Converting coordinates to windows. | 927 | * Coordinates and Windows:: Converting coordinates to windows. |
| 926 | * Window Tree:: The layout and sizes of all windows in a frame. | 928 | * Window Tree:: The layout and sizes of all windows in a frame. |
| 927 | * Window Configurations:: Saving and restoring the state of the screen. | 929 | * Window Configurations:: Saving and restoring the state of the screen. |
| 930 | * Window Parameters:: Associating additional information with windows. | ||
| 928 | * Window Hooks:: Hooks for scrolling, window size changes, | 931 | * Window Hooks:: Hooks for scrolling, window size changes, |
| 929 | redisplay going past a certain point, | 932 | redisplay going past a certain point, |
| 930 | or window configuration changes. | 933 | or window configuration changes. |