diff options
| author | Martin Rudalics | 2011-12-13 14:37:48 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2011-12-13 14:37:48 +0100 |
| commit | 454592a615ac4d86a6ce594945487642be5013d7 (patch) | |
| tree | 44ff04a72dfdb9acf478954bafcb53eea3c9db2b /src/ChangeLog | |
| parent | 87393f2618610b11f406db76f41677475bec41cc (diff) | |
| download | emacs-454592a615ac4d86a6ce594945487642be5013d7.tar.gz emacs-454592a615ac4d86a6ce594945487642be5013d7.zip | |
Minor fixes in window handling code and docs.
* window.c (Vwindow_combination_resize)
(Vwindow_combination_limit): Use t instead of non-nil in
doc-strings.
* window.el (delete-other-windows): Use correct frame in call to
window-with-parameter.
* windows.texi (Splitting Windows): Use t instead of non-nil
when describing window-combination-resize.
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 221ba913a80..5cdbd528a2e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-12-13 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Vwindow_combination_resize) | ||
| 4 | (Vwindow_combination_limit): Use t instead of non-nil in | ||
| 5 | doc-strings. | ||
| 6 | |||
| 1 | 2011-12-11 Kenichi Handa <handa@m17n.org> | 7 | 2011-12-11 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * coding.c (Funencodable_char_position): Pay attention to the | 9 | * coding.c (Funencodable_char_position): Pay attention to the |