diff options
| author | Martin Rudalics | 2014-10-22 11:57:17 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2014-10-22 11:57:17 +0200 |
| commit | 4b63c18af21742759365cfe74b00a0d218445a56 (patch) | |
| tree | a86f479a2383822c8a2ea0c032c025057912aaf5 /doc/lispref/ChangeLog | |
| parent | 18b8557f5ab154625d72891bdb982da14091da4d (diff) | |
| download | emacs-4b63c18af21742759365cfe74b00a0d218445a56.tar.gz emacs-4b63c18af21742759365cfe74b00a0d218445a56.zip | |
Rewrite "Size and Position" section in frames.texi.
* frames.texi (Size Parameters): Replace "frame contents" by
"frame's text area". Add reference to Size and Position
section.
(Size and Position): Major rewrite. Add explanations for
frame's default font, text and display areas. Add descriptions
for `set-frame-font', `frame-text-height', `frame-text-width'
and `frame-inhibit-implied-resize'.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6b84026d2e5..356560f2576 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-10-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * frames.texi (Size Parameters): Replace "frame contents" by | ||
| 4 | "frame's text area". Add reference to Size and Position | ||
| 5 | section. | ||
| 6 | (Size and Position): Major rewrite. Add explanations for | ||
| 7 | frame's default font, text and display areas. Add descriptions | ||
| 8 | for `set-frame-font', `frame-text-height', `frame-text-width' | ||
| 9 | and `frame-inhibit-implied-resize'. | ||
| 10 | |||
| 1 | 2014-10-20 Glenn Morris <rgm@gnu.org> | 11 | 2014-10-20 Glenn Morris <rgm@gnu.org> |
| 2 | 12 | ||
| 3 | * Merge in all changes up to 24.4 release. | 13 | * Merge in all changes up to 24.4 release. |