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 747662ee468..34cb50bb44c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,18 @@
12012-12-27 Juri Linkov <juri@jurta.org> 12012-12-27 Juri Linkov <juri@jurta.org>
2 2
3 * info.el (Info-file-completions): New variable.
4 (Info-read-node-name-1): Complete node names in the Info file
5 when a file name is given. Call `Info-build-node-completions'
6 with a file name.
7 (Info-build-node-completions): Add new arg `file'. When it is
8 non-nil, visit it in a temporary buffer and cache its completions in
9 `Info-current-file-completions'. Move most of the function body to
10 `Info-build-node-completions-1'.
11 (Info-build-node-completions-1): New function with the body from
12 `Info-build-node-completions'. (Bug#12456)
13
142012-12-27 Juri Linkov <juri@jurta.org>
15
3 * frame.el (frame-maximization-style): Remove user option. 16 * frame.el (frame-maximization-style): Remove user option.
4 (cycle-frame-maximized): Remove function. 17 (cycle-frame-maximized): Remove function.
5 (toggle-frame-maximized): Rewrite and bind to M-<f10>. 18 (toggle-frame-maximized): Rewrite and bind to M-<f10>.