comparison lisp/ChangeLog @ 67121:f354001864bf

* info.el (Info-on-current-buffer): Record actual filename in Info-current-file, instead of t, or a fake filename if a non-file buffer. Make autoload. (Info-find-node, Info-revert-find-node): No need to check for Info-current-file nil. (Info-set-mode-line, Info-up, Info-copy-current-node-name): Info-current-file is now never `t'. (Info-fontify-node): Many simplifications due to Info-current-file always being valid. Use Info-find-file to find node filename.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Nov 2005 16:35:34 +0000
parents d3b833785ae6
children d0c771d4e157
comparison
equal deleted inserted replaced
67120:d3b833785ae6 67121:f354001864bf
1 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * info.el (Info-on-current-buffer): Record actual filename in
4 Info-current-file, instead of t, or a fake filename if a non-file
5 buffer. Make autoload.
6 (Info-find-node, Info-revert-find-node): No need to check for
7 Info-current-file nil.
8 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9 Info-current-file is now never `t'.
10 (Info-fontify-node): Many simplifications due to Info-current-file
11 always being valid. Use Info-find-file to find node filename.
12
1 2005-11-25 David Kastrup <dak@gnu.org> 13 2005-11-25 David Kastrup <dak@gnu.org>
2 14
3 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert 15 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
4 new character, then delete" in order to preserve markers. 16 new character, then delete" in order to preserve markers.
5 17