aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics <[email protected]>2011-12-13 14:37:48 +0100
committerMartin Rudalics <[email protected]>2011-12-13 14:37:48 +0100
commit454592a615ac4d86a6ce594945487642be5013d7 (patch)
tree44ff04a72dfdb9acf478954bafcb53eea3c9db2b /lisp/ChangeLog
parent87393f2618610b11f406db76f41677475bec41cc (diff)
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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 80eb82a521..31533082b7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-13 Martin Rudalics <[email protected]>
+
+ * window.el (delete-other-windows): Use correct frame in call to
+ window-with-parameter.
+
2011-12-12 Daniel Pfeiffer <[email protected]>
* progmodes/make-mode.el: Bring it up to date with makepp V2.0.