Mercurial > emacs
comparison lisp/ChangeLog @ 109021:35894ae393bb
Fix revert-buffer functionality of Help mode and Info.
* lisp/help-mode.el (help-mode): Set buffer-local variable
revert-buffer-function to help-mode-revert-buffer.
(help-mode-revert-buffer): New function.
* lisp/info.el (Info-revert-find-node): Check for major-mode Info-mode
before popping to "*info*" (like in other Info functions).
Keep buffer-name in old-buffer-name. Keep Info-history-forward in
old-history-forward. Pop to old-buffer-name or "*info*" to
recreate the killed buffer. Set Info-history-forward from
old-history-forward.
(Info-breadcrumbs-depth): Add :group and :version.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 17 Jun 2010 23:56:17 +0300 |
parents | 9087d6113b47 |
children | bd9d982851e0 |
comparison
equal
deleted
inserted
replaced
109020:9087d6113b47 | 109021:35894ae393bb |
---|---|
1 2010-06-17 Juri Linkov <juri@jurta.org> | |
2 | |
3 * help-mode.el (help-mode): Set buffer-local variable | |
4 revert-buffer-function to help-mode-revert-buffer. | |
5 (help-mode-revert-buffer): New function. | |
6 | |
7 * info.el (Info-revert-find-node): Check for major-mode Info-mode | |
8 before popping to "*info*" (like in other Info functions). | |
9 Keep buffer-name in old-buffer-name. Keep Info-history-forward in | |
10 old-history-forward. Pop to old-buffer-name or "*info*" to | |
11 recreate the killed buffer. Set Info-history-forward from | |
12 old-history-forward. | |
13 (Info-breadcrumbs-depth): Add :group and :version. | |
14 | |
1 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu> | 15 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 16 |
3 * emacs-lisp/package.el (package-menu-mode-map): Add a menu. | 17 * emacs-lisp/package.el (package-menu-mode-map): Add a menu. |
4 | 18 |
5 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es> | 19 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es> |