comparison lisp/ChangeLog @ 54755:b3ef5fefdb59

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 08 Apr 2004 03:44:34 +0000
parents 86f974440115
children 547964d81317 1029206e72f2
comparison
equal deleted inserted replaced
54754:fe0b01c2265f 54755:b3ef5fefdb59
1 2004-04-08 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-history): Doc fix.
4 (Info-history-list): New var.
5 (info-xref): Change magenta4 to blue, remove bold for dark and
6 light backgrounds, change bold to underline for non-color classes.
7 (info-xref-visited): New face.
8 (Info-fontify-visited-nodes): New custom.
9 (Info-hide-note-references): Add new value `hide'. Doc fix.
10 (Info-reference-name): New var.
11 (Info-selection-hook): New custom.
12 (Info-edit-mode-hook): New var.
13 (Info-find-file): New fun.
14 (Info-find-node): Move part of code to Info-find-file.
15 (Info-find-node-2): Add anchors to Info-history-list. Move point
16 to the place with the reference name if name is defined.
17 (Info-select-node): Add current node to Info-history-list.
18 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
19 (Info-search-whitespace-regexp): New custom.
20 (Info-search-case-fold): New var.
21 (Info-search): Add "case-sensitively" to the prompt. Use
22 Info-search-whitespace-regexp. Set Info-search-case-fold.
23 (Info-search-case-sensitively, Info-search-next): New fun.
24 (Info-up): Move point to the menu item of the current node.
25 (Info-history): New fun. Add *info-history* to same-window-buffer-names.
26 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
27 (Info-insert-toc): New fun.
28 (Info-build-toc): New fun.
29 (Info-follow-reference): Add new arg `fork'. Doc fix.
30 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
31 with the same name prefer the reference closest to point.
32 (Info-next-reference): Replace * by + in the *Note regexp.
33 Add regexp for http:// and ftp://. Skip the *Note prefix.
34 (Info-prev-reference): Replace * by + in the *Note regexp.
35 Add regexp for http:// and ftp://. Skip the *Note prefix.
36 (Info-follow-nearest-node): Add new arg `fork'.
37 (Info-try-follow-nearest-node): Add new arg `fork'.
38 Call browse-url for http:// and ftp:// references.
39 Set Info-reference-name for index entries.
40 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
41 Info-search-next, Info-history, Info-toc, clone-buffer.
42 (Info-menu-update): Replace * by + in the *Note regexp.
43 (Info-mode): Add documentation for Info-history, Info-toc,
44 Info-search-case-sensitively, Info-search-next, clone-buffer.
45 (Info-fontify-menu-headers): Remove fun. Move code to
46 Info-fontify-node.
47 (Info-fontify-node): Add docstring. Add local vars
48 fontify-visited-p and not-fontified-p. If not-fontified-p is t
49 then fontify header line, titles, menu headers, http and ftp
50 references, refill paragraphs. If not-fontified-p is t or
51 fontify-visited-p is t then fontify cross references, menu items.
52 Fontify menu headers. Fontify http and ftp references. Change
53 regexp for cross references to require whitespace after *Note, add
54 matching groups for file and node names. Remove hack for quote.
55 Use display property for Info-hide-note-references=t. Use fifth
56 or fourth match for help-echo. Display visited nodes in a
57 different face. Unhide file names of external references. Unhide
58 newlines. Display visited menu items in a different face.
59
1 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org> 60 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
2 61
3 * info.el (Info-hide-cookies-node): New function. 62 * info.el (Info-hide-cookies-node): New function.
4 (Info-select-node): Use it. 63 (Info-select-node): Use it.
5 (Info-display-images-node): Remove message with image file name. 64 (Info-display-images-node): Remove message with image file name.