summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Erik Naggum1996-01-141-3/+4
|
* (Info-get-token): Doc fix.Karl Heuer1996-01-041-1/+1
|
* (Info-directory-list): Use source-directory.Richard M. Stallman1995-11-211-5/+10
|
* (Info-complete-menu-item): Don't treat `* Menu:' as a menu item.Richard M. Stallman1995-11-161-0/+3
|
* (info-insert-file-contents-1): Various rewrites.Richard M. Stallman1995-11-151-6/+7
| | | | Compute EXT-LEFT after removing the dot from SUFFIX.
* (Info-following-node-name, Info-extract-menu-node-name)Richard M. Stallman1995-10-241-6/+6
| | | | (Info-select-node): Use buffer-substring-no-properties.
* (Info-fontify-node): Fix previous change.Karl Heuer1995-09-251-1/+1
|
* (Info-title-face-alist): New var.Karl Heuer1995-09-251-0/+15
| | | | | (Info-fontify-node): Check for headings that are `underlined' with characters on the following line.
* (Info-suffix-list): Add .inf to MSDOS list.Richard M. Stallman1995-09-061-4/+12
| | | | | | | | (info-insert-file-contents): Use info-insert-file-contents-1 to set FULLNAME. Use call-process-region to run the decode program. (Info-find-node): Use info-insert-file-contents-1. (info-insert-file-contents-1) [MSDOS]: Don't use the dot in SUFFIX if FILENAME already has one.
* (Info-default-directory-list): Duplicate defvar deleted.Richard M. Stallman1995-08-261-5/+0
|
* (Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,Richard M. Stallman1995-08-221-12/+39
| | | | | | and don't include .info as suffix. (info-insert-file-contents-1): New function. (info-insert-file-contents): Use info-insert-file-contents-1.
* (Info-find-emacs-command-nodes): Fix previous change.Richard M. Stallman1995-08-191-4/+8
|
* (Info-file-list-for-emacs): New variable.Richard M. Stallman1995-08-191-6/+38
| | | | (Info-find-emacs-command-nodes): Look in those files, if appropriate.
* (Info-read-node-name-1): New function.Richard M. Stallman1995-08-051-1/+20
| | | | | (Info-read-node-name): Use Info-read-node-name-1 to avoid getting confused by spaces when text starts with (FILENAME).
* (Info-current-file): Doc fix.Richard M. Stallman1995-07-241-3/+4
| | | | (Info-find-node): Set Info-current-file to file name as specified.
* (Info-goto-node, Info-search):Richard M. Stallman1995-06-291-0/+2
| | | | In Transient Mark mode, deactivate the mark.
* (Info-directory-list): If path-separator isn't available, bind it here.Richard M. Stallman1995-06-171-0/+4
|
* (Info-mode): Doco fix.Karl Heuer1995-06-091-25/+19
| | | | | | | | | | | | | (Info-next-preorder): Renamed from Info-next-preorder-1. Old definition deleted. After moving up, go to end of node. (Info-last-preorder): If no menu, try the previous node. After going down thru menu or to previous, position at end of node and recenter. After moving up, position at start of menu. (Info-follow-nearest-node, Info-mouse-follow-nearest-node): Use Info-next-preorder. (Info-scroll-up, Info-scroll-down): Doc fix.
* (Info-directory-list): Use path-separator.Karl Heuer1995-05-271-4/+1
|
* (Info-directory-list): Use installation-directory,Richard M. Stallman1995-05-091-4/+6
| | | | not invocation-directory. Cope if it is nil.
* (info-insert-file-contents): Don't useRichard M. Stallman1995-05-081-1/+2
| | | | | | (file-name-directory fullname) if it is nil. (info-insert-file-contents): Fix Apr 19 change.
* (Info-edit-mode, Info-cease-edit): Use force-mode-line-update.Karl Heuer1995-04-251-4/+2
|
* (info-insert-file-contents): Set default-directoryRichard M. Stallman1995-04-241-7/+17
| | | | | | | | around call to shell-command-on-region. (Info-find-node, Info-restore-point, Info-search, Info-forward-node, Info-backward-node): Use string-equal, not equal, to compare node names.
* (Info-next-preorder, Info-next-preorder-1):Richard M. Stallman1995-03-181-2/+4
| | | | When moving up, advance to next menu item.
* (same-window-buffer-names): Set this only in loaddefs.el,Richard M. Stallman1995-03-121-2/+1
| | | | not when info.el is loaded.
* (Info-menu): Bind beg with let.Richard M. Stallman1995-03-111-1/+5
| | | | | (info): Use pop-to-buffer. (same-window-buffer-names): Add "*info*".
* (Info-extract-menu-node-name): Collapse multiple spaces.Richard M. Stallman1995-03-061-0/+3
|
* (Info-index): Bind Info-history, not Info-keep-history.Richard M. Stallman1995-02-151-2/+7
|
* (Info-follow-reference): Use regexp-quote.Richard M. Stallman1994-11-231-1/+1
|
* (Info-summary): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
|
* (Info-directory-list): Treat windows-nt like ms-dos.Richard M. Stallman1994-11-011-3/+5
|
* (info-insert-file-contents): Always check for conflict with jka-compr.Richard M. Stallman1994-10-181-10/+13
| | | | | (Info-find-node): Don't search on Info-directory-list if the file name is absolute.
* *** empty log message ***Morten Welinder1994-10-171-1/+1
|
* (Info-scroll-down, Info-scroll-up): Doc fixes.Richard M. Stallman1994-10-021-2/+9
|
* (Info-insert-dir): Insert newlines before rather thanRichard M. Stallman1994-09-191-3/+3
| | | | after nodes copied from other files, for consistency.
* (Info-edit): Move the customary mode-initialization calls out of here.Karl Heuer1994-09-161-9/+11
| | | | | (Info-edit-mode): Put them here. Also enable undo, and call Info-edit-mode-hook.
* (Info-mode-map): Bind M-s like s.Richard M. Stallman1994-09-141-0/+2
|
* (Info-mode): Text for using x, not for make-face defined.Richard M. Stallman1994-09-031-1/+1
|
* (Info-mode): Doc fix.Richard M. Stallman1994-08-181-0/+4
|
* (Info-last-menu-item): Fix gross logic errors.Richard M. Stallman1994-08-091-11/+34
| | | | | | | | (Info-last-preorder): After going thru menu item, go to end. (Info-scroll-up): Set window-start if it's out of range. Once menu start is on or above screen, start using menu items. (Info-scroll-down): Set window-start if it's out of range. If there's a menu item, always use menu.
* (Info-additional-directory-list): New variable.Richard M. Stallman1994-08-071-1/+9
| | | | (Info-find-node): Use it.
* (Info-directory-list): Doc fix.Richard M. Stallman1994-08-061-2/+5
|
* (Info-find-node): Use a loop instead of mapcar and catch.Richard M. Stallman1994-07-281-13/+9
|
* (Info-fontify-maximum-menu-size): New variable.Richard M. Stallman1994-07-111-1/+3
| | | | (Info-fontify-node): Use that variable.
* (Info-index): Fix typo: t => \t.Richard M. Stallman1994-06-281-1/+1
|
* (Info-insert-dir): Capitalize `node' when inserting it.Richard M. Stallman1994-06-271-2/+2
| | | | (Info-search): Don't move point to beginning, after Info-read-subfile.
* (Info-next-preorder-1): New function.Richard M. Stallman1994-06-231-6/+18
| | | | | (Info-mouse-follow-nearest-node): Use that. (Info-follow-nearest-node): Use that.
* (Info-directory-list): For msdos, don't check forRichard M. Stallman1994-06-211-4/+9
| | | | exec-directory != ../lib-src (since we use wrapped binaries).
* (Info-directory-list): For msdos, use ";" instead ofRichard M. Stallman1994-06-161-1/+2
| | | | ":" as delimiter in INFOPATH.
* (Info-insert-dir): Ignore access times when comparingRichard M. Stallman1994-06-151-25/+32
| | | | | file attributes. Print message while merging. Use separate buffers for merging. Try lower case `dir' first.