diff options
| author | Joakim Verona | 2011-11-09 14:05:54 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-09 14:05:54 +0100 |
| commit | c8d4b74cfa26762d34fd1703a07463008b32be16 (patch) | |
| tree | 6610ac356d47e328bb1094d9f5a0dcc15ed5fb6a /doc/lispref/ChangeLog | |
| parent | 32db4845d5c433fd15c6665cbed169e5d8b94f05 (diff) | |
| parent | 2cffd68198c4d574f073ab238dc12b1221005eab (diff) | |
| download | emacs-c8d4b74cfa26762d34fd1703a07463008b32be16.tar.gz emacs-c8d4b74cfa26762d34fd1703a07463008b32be16.zip | |
upstream
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d714d1b26e5..cbe016ac96d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2011-11-09 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windows.texi (Resizing Windows): Rewrite documentation of | ||
| 4 | window-resizable. | ||
| 5 | |||
| 6 | 2011-11-09 Chong Yidong <cyd@gnu.org> | ||
| 7 | |||
| 8 | * windows.texi (Splitting Windows): Simplify example. | ||
| 9 | |||
| 10 | 2011-11-08 Chong Yidong <cyd@gnu.org> | ||
| 11 | |||
| 12 | * windows.texi (Window Sizes): Copyedits. Document | ||
| 13 | window-text-height. Remove window-min-height and window-min-width | ||
| 14 | discussion, referring instead to Emacs manual. | ||
| 15 | (Splitting Windows, Resizing Windows): Add xref to Emacs manual. | ||
| 16 | (Resizing Windows): Simplify introduction. Don't document | ||
| 17 | enlarge-window, shrink-window, enlarge-window-horizontally, and | ||
| 18 | shrink-window-horizontally; they are no longer preferred for | ||
| 19 | calling from Lisp, and are already documented in the Emacs manual. | ||
| 20 | |||
| 21 | 2011-11-07 Glenn Morris <rgm@gnu.org> | ||
| 22 | |||
| 23 | * windows.texi (Choosing Window): Fix keybinding typo. | ||
| 24 | |||
| 1 | 2011-11-07 Martin Rudalics <rudalics@gmx.at> | 25 | 2011-11-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 26 | ||
| 3 | * windows.texi (Resizing Windows, Splitting Windows) | 27 | * windows.texi (Resizing Windows, Splitting Windows) |