diff options
| author | Martin Rudalics | 2012-01-19 11:38:31 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2012-01-19 11:38:31 +0100 |
| commit | 34a02f46dce0136ef10deb0f632330c76babbd9c (patch) | |
| tree | 928147730736112abdb14aeef620c783f9fe43d3 /src/ChangeLog | |
| parent | 1259009aa17da6dc038afff96963f6d9bbd3b8e1 (diff) | |
| download | emacs-34a02f46dce0136ef10deb0f632330c76babbd9c.tar.gz emacs-34a02f46dce0136ef10deb0f632330c76babbd9c.zip | |
Fix handling of persistent window parameters.
* window.c (save_window_save, Fcurrent_window_configuration)
(Vwindow_persistent_parameters): Do not use Qstate. Rewrite
doc-strings.
* window.el (window--state-get-1, window-state-get): Do not use
special state value for window-persistent-parameters. Rename
argument IGNORE to WRITABLE. Rewrite doc-string.
(window--state-put-2): Reset all window parameters to nil before
assigning values of persistent parameters.
* windows.texi (Window Configurations): Rewrite references to
persistent window parameters.
(Window Parameters): Fix description of persistent window
parameters.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a6e31eede4..faaea4057c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-01-19 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (save_window_save, Fcurrent_window_configuration) | ||
| 4 | (Vwindow_persistent_parameters): Do not use Qstate. Rewrite | ||
| 5 | doc-strings. | ||
| 6 | |||
| 1 | 2012-01-19 Kenichi Handa <handa@m17n.org> | 7 | 2012-01-19 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * character.c (char_width): New function. | 9 | * character.c (char_width): New function. |