comparison lisp/ChangeLog @ 68981:7a9fdd4e9317

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 17 Feb 2006 21:29:13 +0000
parents 934d759def37
children 37872ee47619
comparison
equal deleted inserted replaced
68980:c6a57d4e7a09 68981:7a9fdd4e9317
1 2006-02-17 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-find-file): Check for symbols `apropos', `history',
4 `toc' in the input filename, and return these symbols as is.
5 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6 `history', `toc' instead of strings.
7 (Info-set-mode-line): For non-string Info-current-file use the
8 symbol's name inside **.
9 (Info-isearch-push-state): Add quote before Info-current-file and
10 Info-current-node.
11 (Info-isearch-pop-state): Use `equal' instead of `string='.
12 (Info-extract-pointer, Info-following-node-name): Use
13 `match-string-no-properties' instead of `match-string'.
14 (Info-up): Check `old-file' for `stringp'.
15 (Info-history): Use `equal' instead of `string-equal'.
16 Check `file' for `stringp'.
17 (Info-history): Use symbol `history' instead of string as first arg
18 of `Info-find-node'.
19 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
20 `toc' instead of string.
21 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
22 instead of `buffer-substring', and `match-string-no-properties'
23 instead of `match-string'.
24 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
25 instead of strings.
26 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
27 Use symbol `apropos' instead of string.
28 (Info-copy-current-node-name): Check `Info-current-file' for
29 `stringp' and construct a command with `Info-find-node' from it.
30 (Info-fontify-node): Use `match-string-no-properties' instead of
31 `match-string' and check file names for `stringp'.
32 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
33 `history', `toc' instead of strings.
34
1 2006-02-17 Chong Yidong <cyd@stupidchicken.com> 35 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2 36
3 * files.el: Rearrange functions and variables in the file local 37 * files.el: Rearrange functions and variables in the file local
4 variables section. 38 variables section.
5 39