diff options
| author | Juri Linkov | 2006-02-17 21:29:13 +0000 |
|---|---|---|
| committer | Juri Linkov | 2006-02-17 21:29:13 +0000 |
| commit | bec275ed0a888ffdd01fdf3367ad0a3f6cac7853 (patch) | |
| tree | 98a71a1f458cdc45df92f8317a3f95caf8eafea7 /lisp/ChangeLog | |
| parent | 2f457246e77d5532ee929be7142b265d4b0cc8f1 (diff) | |
| download | emacs-bec275ed0a888ffdd01fdf3367ad0a3f6cac7853.tar.gz emacs-bec275ed0a888ffdd01fdf3367ad0a3f6cac7853.zip | |
(Info-find-file): Check for symbols `apropos', `history',
`toc' in the input filename, and return these symbols as is.
(Info-find-node-2): Set Info-current-file to symbols `apropos',
`history', `toc' instead of strings.
(Info-set-mode-line): For non-string Info-current-file use the
symbol's name inside **.
(Info-isearch-push-state): Add quote before Info-current-file and
Info-current-node.
(Info-isearch-pop-state): Use `equal' instead of `string='.
(Info-extract-pointer, Info-following-node-name): Use
`match-string-no-properties' instead of `match-string'.
(Info-up): Check `old-file' for `stringp'.
(Info-history): Use `equal' instead of `string-equal'.
Check `file' for `stringp'.
(Info-history): Use symbol `history' instead of string as first arg
of `Info-find-node'.
(Info-toc): Check `Info-current-file' for `stringp'. Use symbol
`toc' instead of string.
(Info-extract-menu-node-name): Use `buffer-substring-no-properties'
instead of `buffer-substring', and `match-string-no-properties'
instead of `match-string'.
(Info-index-nodes): Check for symbols `apropos', `history', `toc'
instead of strings.
(info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
Use symbol `apropos' instead of string.
(Info-copy-current-node-name): Check `Info-current-file' for
`stringp' and construct a command with `Info-find-node' from it.
(Info-fontify-node): Use `match-string-no-properties' instead of
`match-string' and check file names for `stringp'.
(Info-desktop-buffer-misc-data): Check for symbols `apropos',
`history', `toc' instead of strings.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 39ddc63fb78..3aa80e6446b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 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 |