summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Collapse)AuthorAgeFilesLines
* (Info-suffix-list): Add suffixes for MS-DOS versionRichard M. Stallman1997-09-151-6/+21
| | | | | | running on Windows 95 with long file name support. (info-insert-file-contents): When the Info file is to be uncompressed, insert it literally.
* (info-insert-file-contents): BindRichard M. Stallman1997-09-081-0/+1
| | | | coding-system-for-write to no-conversion.
* (info-node, info-xref, info-menu-5):Richard M. Stallman1997-07-301-16/+24
| | | | | | | Define faces with defface. (Info-mode): Don't define faces here, and don't alter Info-fontify. Locally set line-move-ignore-invisible. (Info-fontify-node): Test type of frame here.
* (Info-exit): Use bury-buffer simply.Richard M. Stallman1997-05-271-2/+1
|
* (Info-suffix-list): Accept -info as suffix;Richard M. Stallman1997-05-241-10/+20
| | | | also accept a subdir with a file called `index'.
* (Info-set-mode-line): Add some spaces at the beginning.Richard M. Stallman1997-05-171-1/+1
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-10/+26
|
* Re-fix copyright dates.Karl Heuer1997-03-121-1/+2
|
* Fixed copyright datesJoel Ray Holveck1997-03-121-1/+1
|
* (Info-read-node-name): Caused completing-read to forceKarl Heuer1997-03-081-2/+2
| | | | the input read to match a valid entry
* Handle multiple Info buffers.Richard M. Stallman1997-02-081-49/+87
| | | | | | | | | | | | | | (Info-tag-table-marker): Initialize to nil. (Info-tag-table-buffer): New variable. (Info-find-node): Don't switch buffers if already in Info mode. Use Info-tag-table-buffer to support multiple Info buffers. (Info-read-subfile): Don't switch to *info* buffer. (Info-build-node-completions): Handle buffer local bindings for Info-tag-table-marker. (Info-search): Add a save-excursion. (Info-mode): Make Info-tag-table-buffer buffer-local. Make a different marker in Info-tag-table-marker for each buffer. (Info-kill-buffer): New function, on kill-buffer-hook.
* (Info-find-node): Don't clear Info-index-alternatives.Richard M. Stallman1996-12-301-2/+1
| | | | (Info-index-next): Fix error message.
* (Info-mode): Default for `tab-width'.Richard M. Stallman1996-12-121-0/+1
|
* (Info-get-token): Find tokens where START matchesRichard M. Stallman1996-12-081-1/+10
|
* (Info-follow-reference): Add each cross-reference toKarl Heuer1996-12-051-3/+12
| | | | completions list just once, case-insensitively.
* Use w32 instead of ms-windows for window-system symbolGeoff Voelker1996-11-191-1/+1
|
* (Info-scroll-up): Doc fix.Richard M. Stallman1996-11-021-3/+9
|
* (Info-insert-dir): Ensure directory ends with slash.Karl Heuer1996-10-251-1/+2
|
* (Info-read-subfile): Allow a file name as arg.Richard M. Stallman1996-10-061-23/+32
| | | | (Info-search): Restore previous subfile correctly.
* (Info-mode): Do fontify, if ms-windows.Richard M. Stallman1996-09-151-1/+1
|
* Add menu items and xrefs to the menu bar menu.Richard M. Stallman1996-09-011-0/+88
| | | | | | | | (Info-check-pointer): New function. (Info-mode-menu): New menu. (Info-menu-last-node): New variable. (Info-menu-update): New function. (Info-mode): Add `Info-menu-update' to `activate-menubar-hook'.
* (Info-find-node): Use pop-to-buffer.Richard M. Stallman1996-08-031-1/+1
|
* (Info-next-preorder): After we move up, move forward again.Richard M. Stallman1996-06-301-4/+23
| | | | | (Info-last-preorder): After we move down or to the prev, move down again.
* (Info-insert-dir): Fix default directory.Karl Heuer1996-05-301-6/+4
|
* (Info-enable-active-nodes): Default to nil. Mark it risky.Richard M. Stallman1996-05-071-1/+2
|
* (Info-find-node): Don't treat file name `dir' speciallyRichard M. Stallman1996-05-021-1/+1
| | | | if it comes with a directory name.
* (Info-next-reference, Info-prev-reference): Add optionalRichard M. Stallman1996-04-211-4/+8
| | | | argument RECUR to avoid infinite recursion on malformed nodes.
* (Info-index): If fail, go back to original node.Richard M. Stallman1996-02-251-3/+3
| | | | | (Info-find-node): Make error messages consistent. (Info-insert-dir): Fix error message.
* (info-insert-file-contents-1) [MSDOS]: Remove leadingKarl Heuer1996-02-161-1/+2
| | | | dot only from non-empty suffixes.
* (Info-find-index-name): New subroutine, from Info-index-next.Richard M. Stallman1996-02-121-14/+18
| | | | | | Match any type of definition, not just Function and Command. (Info-index-next): Use Info-find-index-name. (Info-find-node, Info-index, Info-index-next): Use `...' in err msgs.
* (info): Doc fix.Richard M. Stallman1996-02-091-1/+5
|
* (Info-extract-pointer): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (Info-goto-emacs-command-node): Fix error text.Karl Heuer1996-01-251-1/+1
|
* (Info-edit, Info-goto-emacs-command-node): Pass proper format string to message.Karl Heuer1996-01-251-3/+3
|
* 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.