comparison lisp/ChangeLog @ 108247:ea9732b429b6

Add `slow' and `history' tags to the desktop data. * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag. (Info-virtual-files) [*Apropos*]: Add `slow' tag. (Info-finder-find-node): Require `finder.el' to be able to restore node from the desktop. (Info-desktop-buffer-misc-data): Save all nodes. Save additional data `Info-history' and `slow' tag in the assoc list. (Info-restore-desktop-buffer): Don't restore nodes with the `slow' tag. Restore `Info-history'.
author Juri Linkov <juri@jurta.org>
date Thu, 06 May 2010 00:56:15 +0300
parents 2ee48fcc701c
children 2fb37c89f2f7
comparison
equal deleted inserted replaced
108246:ea6ba19c6edd 108247:ea9732b429b6
1 2010-05-05 Juri Linkov <juri@jurta.org>
2
3 Add `slow' and `history' tags to the desktop data.
4
5 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7 (Info-finder-find-node): Require `finder.el' to be able
8 to restore node from the desktop.
9 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10 data `Info-history' and `slow' tag in the assoc list.
11 (Info-restore-desktop-buffer): Don't restore nodes with the
12 `slow' tag. Restore `Info-history'.
13
1 2010-05-05 Michael Albinus <michael.albinus@gmx.de> 14 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
2 15
3 Add FORCE argument to `delete-file'. 16 Add FORCE argument to `delete-file'.
4 17
5 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun, 18 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,