1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

503 Commits

Author SHA1 Message Date
Glenn Morris
68b77b6489 Kevin Ryde <user42 at zip.com.au>
(Info-fontify-node): Fontify https as well as http and ftp.
2007-05-19 04:46:32 +00:00
Juanma Barranquero
ef9644f5e7 (Info-current-subfile): Doc fix. 2007-05-16 13:14:45 +00:00
Chong Yidong
8aab84229c (Info-mouse-scroll-up, Info-mouse-scroll-down): New functions.
(Info-mode-line-node-keymap): Bind mouse commands to
Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2007-04-23 15:21:47 +00:00
Chong Yidong
7a7821c29e (Info-fontify-maximum-menu-size): Revert to 100000. 2007-04-02 04:28:45 +00:00
Reiner Steib
c2dbc5f2e8 (info-tool-bar-map): Use "exit" for Info-exit. Move to the right. 2007-03-30 21:48:52 +00:00
Nick Roberts
d3425b3565 (Info-display-images-node): On a text-only terminal, show
the "text" or "alt" parts of the image blobs.
2007-03-27 22:21:02 +00:00
Eli Zaretskii
3d0fc0b76d (Info-fontify-maximum-menu-size): Document the effect of a nil value.
(Info-fontify-node): Make sure Info-fontify-maximum-menu-size is non-nil before
using it as size.
2007-02-10 11:10:49 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Chong Yidong
41a1027e9e (Info-default-dirs): Change default info dir to
share/info.
2007-01-18 16:09:06 +00:00
Juri Linkov
0f21817009 (Info-fontify-node): Don't hide node names of index entries. 2007-01-09 21:18:56 +00:00
Chong Yidong
195256fee1 (Info-fontify-maximum-menu-size): Bump to 1000000.
(Info-fontify-node): Do fontify indices.
2006-12-22 19:49:08 +00:00
Chong Yidong
746c9f1493 (Info-build-node-completions): Signal error if tag-table marker is not
found.
2006-12-18 05:16:48 +00:00
Kim F. Storm
03e8d958c5 (Info-index): Strip leading colon from topic. 2006-12-07 16:05:56 +00:00
Chong Yidong
ea71ffe83e * info.el (Info-index): Bind completion-ignore-case. 2006-09-07 20:45:19 +00:00
Chong Yidong
dc7ef9f02f * info.el (Info-fontify-node): Handle preceding `in' for note
reference hiding rules.
2006-08-08 17:45:42 +00:00
Richard M. Stallman
8aed3f67d3 (Info-try-follow-nearest-node): Doc fix. 2006-07-12 16:04:46 +00:00
Nick Roberts
bd82e91022 (Info-find-node-2): Search for makeinfo version more carefully. 2006-06-30 00:31:21 +00:00
Eli Zaretskii
fa62821e21 (Info-index-next): Use where-is-internal to report actual binding of
Info-index-next, rather than hard-coded `,'.
2006-05-26 20:09:58 +00:00
Eli Zaretskii
9ef5b4323d (info-apropos): Speed up by using add-to-list instead of manual consing. 2006-05-20 20:16:59 +00:00
Eli Zaretskii
59ad6ae53b (info-apropos): Make sure current-file and current-node have non-nil values. 2006-05-20 20:07:20 +00:00
Eli Zaretskii
6716bfa4e5 (Info-follow-nearest-node): Doc fix. 2006-04-08 10:11:18 +00:00
Ramprasad B
04d6dfe271 doumented for fork in (Info-follow-nearest-node &optional fork) 2006-04-03 17:35:59 +00:00
Juri Linkov
2d19a2a436 (Info-dir-remove-duplicates): Move point to the
beginning of the current line after deleting the entries from
redundant heading.  Use marker for `limit' and compare it with
point before calling `re-search-forward'.
2006-03-11 22:35:51 +00:00
Juri Linkov
9ca9f7f3f4 (Info-search): Don't bind search-spaces-regexp to
Info-search-whitespace-regexp in non-regexp isearch mode.
2006-02-23 21:41:41 +00:00
Juri Linkov
d73c9bcb79 (Info-search): Skip `Local Variables' node. 2006-02-17 21:55:44 +00:00
Juri Linkov
bec275ed0a (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.
2006-02-17 21:29:13 +00:00
Juri Linkov
fd5b25da6a (info-xref-visited): Inherit from info-xref too.
(Info-set-mode-line): Replace occurrences of `%' by `%%'
when propertizing Info-current-file and Info-current-node.
2006-02-13 15:44:01 +00:00
Richard M. Stallman
9012c084ef (Info-mode): Doc fix. 2006-02-12 20:29:57 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Eli Zaretskii
4a99f153c4 (Info-index, Info-mode): Improve the description of the `i' command. 2006-02-04 12:12:39 +00:00
Juri Linkov
de8ad208b1 (info-xref): Inherit from `link'.
(info-xref-visited): Inherit from `link-visited'.
2006-01-23 01:19:35 +00:00
Juri Linkov
96639c8970 (Info-revert-find-node): Check for Info-current-file
before preserving new-history.
2006-01-17 02:07:44 +00:00
Juri Linkov
8eafa1659b (Info-mode-line-node-keymap): New defvar.
(Info-set-mode-line): Use `stringp' to check Info-current-file.
Propertize Info-current-node with `mode-line-buffer-id' and
`mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2006-01-16 23:54:02 +00:00
Richard M. Stallman
b0dd5bf5f4 (Info-find-node): Don't record previous node if have none.
(info): Go to directory only if history is empty.
2006-01-05 16:05:49 +00:00
Juri Linkov
9480725372 (info-other-window, info): Rename function argument
`file' to `file-or-node'.
(Info-complete-menu-item): Use local variable `complete-nodes' to
keep the global value of `Info-complete-nodes' unchanged for
subsequent completions.
(info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2005-12-23 21:52:00 +00:00
Juri Linkov
70f314248a (Info-read-node-name-1): In completion-base-size-function's
lambda return 1 if common-substring or minibuffer-completion-contents
starts with (, and 0 otherwise.
2005-12-16 19:09:20 +00:00
Richard M. Stallman
70746649f8 (Info-on-current-buffer): Doc fix.
(info-insert-file-contents): Don't test (featurep 'jka-compr).
2005-12-12 05:15:53 +00:00
Juri Linkov
a0c64f02e2 (Info-mode-map): Bind M-TAB to `Info-prev-reference'. 2005-12-08 07:45:51 +00:00
Chong Yidong
d8fbba2278 * info.el (Info-fontify-node): Match external links using
non-directory part of filename.
2005-12-04 04:31:59 +00:00
Jan Djärv
3c513c326e Move back/forward history at the beginning of the tool bar. 2005-12-02 15:07:15 +00:00
Juri Linkov
e4300bdfc8 (Info-fontify-node): Set 2nd arg noerror' of Info-find-file' to t. 2005-11-28 21:19:38 +00:00
Chong Yidong
d590dbd27a * 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.
2005-11-25 16:35:34 +00:00
Romain Francoise
357e604527 (Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with a
space.
2005-11-24 16:10:00 +00:00
Chong Yidong
98b37eab5d * info.el (Info-fontify-node): Handle the case where
Info-current-file is t.
2005-11-23 17:57:46 +00:00
Jan Djärv
db2cf961d7 New images for info. 2005-11-04 17:24:09 +00:00
Richard M. Stallman
e8e6694b12 (Info-fontify-node): Don't display extra "see" if there already is one here. 2005-11-03 21:38:35 +00:00
Juri Linkov
4dacf0ff4b (Info-fontify-node): Use `string-width' for fontifying underlined titles. 2005-11-01 10:04:19 +00:00
Juri Linkov
993159761a (Info-fontify-node): Downcase node header keywords Node,
Prev, Next, Up before comparison.
(Info-history): Insert absolute directory name, and put invisible
property on it.
2005-11-01 09:56:07 +00:00
Juri Linkov
94b10022bf (Info-file-supports-index-cookies): New variable.
(Info-find-node-2): Check makeinfo version for index cookie support.
(Info-index-nodes): Search for nodes with index cookies only when
Info-file-supports-index-cookies is t.  Otherwise, search nodes
with "Index" in the node name.
(Info-index-node): Search index cookie in the current node only when
Info-file-supports-index-cookies is t.  Otherwise, check the word
"Index" in the node name.
(Info-find-emacs-command-nodes): Remove code that searches nodes
with "Index" node name in the top menu.
2005-11-01 09:45:38 +00:00
Richard M. Stallman
d75baf1221 (Info-fontify-node): Fix detection of sentence-break before *Note. 2005-10-26 16:39:23 +00:00