aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2011-11-19 23:43:40 +0200
committerJuri Linkov2011-11-19 23:43:40 +0200
commit3ffbc301c09e6d2a33e3f717d6c55afc9ed6b221 (patch)
tree16a821d142e6d92bb764c1950ad561310065fa05 /lisp/ChangeLog
parent30c621331d969093bf618ba4fb9a8cc0a14edfe7 (diff)
downloademacs-3ffbc301c09e6d2a33e3f717d6c55afc9ed6b221.tar.gz
emacs-3ffbc301c09e6d2a33e3f717d6c55afc9ed6b221.zip
Don't kill the *info* buffer in `Info-revert-find-node'.
Add `revert-buffer' to defcustom `Info-hide-node-references'. * lisp/info.el (Info-hide-note-references): Add `:set' tag to `defcustom' that calls `revert-buffer' on all Info buffers. (Info-revert-find-node): Remove let-bindings `old-buffer-name', `old-history', `old-history-forward'. Add let-binding `window-selected'. Remove calls to `kill-buffer', `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil before calling `Info-find-node', so `Info-find-node-2' will reread the Info file. Restore window positions only when `window-selected' is non-nil. Fixes: debbugs:9915
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c66d9c6112c..fb28caeffbe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,17 @@
12011-11-19 Juri Linkov <juri@jurta.org> 12011-11-19 Juri Linkov <juri@jurta.org>
2 2
3 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
6 `old-history', `old-history-forward'. Add let-binding
7 `window-selected'. Remove calls to `kill-buffer',
8 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
9 before calling `Info-find-node', so `Info-find-node-2' will reread
10 the Info file. Restore window positions only when `window-selected'
11 is non-nil.
12
132011-11-19 Juri Linkov <juri@jurta.org>
14
3 * isearch.el (isearch-lazy-highlight-new-loop): 15 * isearch.el (isearch-lazy-highlight-new-loop):
4 Remove condition `(not isearch-error)'. (Bug#9918) 16 Remove condition `(not isearch-error)'. (Bug#9918)
5 17