diff options
| author | Martin Rudalics | 2008-11-21 10:20:14 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-21 10:20:14 +0000 |
| commit | 6a4cfb0c8f7899643a4adc2c5b4a2c2ba802f950 (patch) | |
| tree | e781c2ed1e6562a54bf9ed7c85b80eb86c868cb4 /doc/lispref/ChangeLog | |
| parent | 4b65254d80f365d56f09efcdd7e601863b65bd56 (diff) | |
| download | emacs-6a4cfb0c8f7899643a4adc2c5b4a2c2ba802f950.tar.gz emacs-6a4cfb0c8f7899643a4adc2c5b4a2c2ba802f950.zip | |
(Frames): Fix typo, add cross references, reword.
(Initial Parameters): Reword special-display-frame-alist text.
(Frames and Windows): Reword. Describe argument norecord for
set-frame-selected-window.
(Input Focus): Describe argument norecord for select-frame.
Remove comment on MS-Windows behavior for focus-follows-mouse.
(Raising and Lowering): Mention windows-frames dichotomy in
metaphor.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2f1f7cf52e3..666aa865df8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2008-11-21 Martin Rudalics <rudalics@gmx.at> | 1 | 2008-11-21 Martin Rudalics <rudalics@gmx.at> |
| 2 | 2 | ||
| 3 | * frames.texi (Frames): Fix typo, add cross references, reword. | ||
| 4 | (Initial Parameters): Reword special-display-frame-alist text. | ||
| 5 | (Frames and Windows): Reword. Describe argument norecord for | ||
| 6 | set-frame-selected-window. | ||
| 7 | (Input Focus): Describe argument norecord for select-frame. | ||
| 8 | Remove comment on MS-Windows behavior for focus-follows-mouse. | ||
| 9 | (Raising and Lowering): Mention windows-frames dichotomy in | ||
| 10 | metaphor. | ||
| 11 | |||
| 3 | * windows.texi (Displaying Buffers, Vertical Scrolling) | 12 | * windows.texi (Displaying Buffers, Vertical Scrolling) |
| 4 | (Horizontal Scrolling): Fix indenting and rewording issues | 13 | (Horizontal Scrolling): Fix indenting and rewording issues |
| 5 | introduced with 2008-11-07 change. | 14 | introduced with 2008-11-07 change. |