aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 74d66809d55..a267c726986 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12012-11-16 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (enlarge-window, shrink-window): Don't mention return
4 value in doc-string (Bug#12896).
5 (window--display-buffer): Don't resize frames - it won't work
6 with all window managers and defeat pop-up-frame-alist.
7 (display-buffer-alist): In doc-string explain that CONDITION can
8 be a function and which arguments are passed to it (Bug#12854).
9 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
10 expressions (Bug#12854).
11 (display-buffer): Pass ACTION argument to
12 display-buffer-assq-regexp.
13
12012-11-16 Glenn Morris <rgm@gnu.org> 142012-11-16 Glenn Morris <rgm@gnu.org>
2 15
3 * window.el (fit-frame-to-buffer-bottom-margin) 16 * window.el (fit-frame-to-buffer-bottom-margin)