aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2012-12-27 22:42:02 +0200
committerJuri Linkov2012-12-27 22:42:02 +0200
commit313f39aa03cc40ddc4faea08636c74bfa52ec099 (patch)
tree2b8066dc0bd728aaf3247a1a136304811f95d5b9 /lisp/ChangeLog
parenta45b76475ee930497cca375432b44aa0def77fa0 (diff)
downloademacs-313f39aa03cc40ddc4faea08636c74bfa52ec099.tar.gz
emacs-313f39aa03cc40ddc4faea08636c74bfa52ec099.zip
* lisp/info.el (Info-file-completions): New variable.
(Info-read-node-name-1): Complete node names in the Info file when a file name is given. Call `Info-build-node-completions' with a file name. (Info-build-node-completions): Add new arg `file'. When it is non-nil, visit it in a temporary buffer and cache its completions in `Info-current-file-completions'. Move most of the function body to `Info-build-node-completions-1'. (Info-build-node-completions-1): New function with the body from `Info-build-node-completions'. Fixes: debbugs:12456
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>.