aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0716bea83f..ff61568a8f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el (find-file): Always use selected-window.
4
52011-11-07 Martin Rudalics <rudalics@gmx.at>
6
7 * window.el (window-combinations): Make WINDOW argument
8 mandatory. Rewrite doc-string.
9 (walk-window-subtree, window-atom-check, window-min-delta)
10 (window-max-delta, window--resize-this-window)
11 (window--resize-root-window-vertically, window-tree)
12 (balance-windows, window-state-put): Rewrite doc-strings as to
13 not mention the term "subwindow".
14 (window--resize-subwindows-skip-p): Rename to
15 window--resize-child-windows-skip-p.
16 (window--resize-subwindows-normal): Rename to
17 window--resize-child-windows-normal.
18 (window--resize-subwindows): Rename to
19 window--resize-child-windows.
20 (window-or-subwindow-p): Rename to window--in-subtree-p.
21
12011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change) 222011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2 23
3 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text): 24 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):