Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Info-suffix-list): Add suffixes for MS-DOS version | Richard M. Stallman | 1997-09-15 | 1 | -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): Bind | Richard M. Stallman | 1997-09-08 | 1 | -0/+1 |
| | | | | coding-system-for-write to no-conversion. | ||||
* | (info-node, info-xref, info-menu-5): | Richard M. Stallman | 1997-07-30 | 1 | -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. Stallman | 1997-05-27 | 1 | -2/+1 |
| | |||||
* | (Info-suffix-list): Accept -info as suffix; | Richard M. Stallman | 1997-05-24 | 1 | -10/+20 |
| | | | | also accept a subdir with a file called `index'. | ||||
* | (Info-set-mode-line): Add some spaces at the beginning. | Richard M. Stallman | 1997-05-17 | 1 | -1/+1 |
| | |||||
* | Add defgroup; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 1 | -10/+26 |
| | |||||
* | Re-fix copyright dates. | Karl Heuer | 1997-03-12 | 1 | -1/+2 |
| | |||||
* | Fixed copyright dates | Joel Ray Holveck | 1997-03-12 | 1 | -1/+1 |
| | |||||
* | (Info-read-node-name): Caused completing-read to force | Karl Heuer | 1997-03-08 | 1 | -2/+2 |
| | | | | the input read to match a valid entry | ||||
* | Handle multiple Info buffers. | Richard M. Stallman | 1997-02-08 | 1 | -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. Stallman | 1996-12-30 | 1 | -2/+1 |
| | | | | (Info-index-next): Fix error message. | ||||
* | (Info-mode): Default for `tab-width'. | Richard M. Stallman | 1996-12-12 | 1 | -0/+1 |
| | |||||
* | (Info-get-token): Find tokens where START matches | Richard M. Stallman | 1996-12-08 | 1 | -1/+10 |
| | |||||
* | (Info-follow-reference): Add each cross-reference to | Karl Heuer | 1996-12-05 | 1 | -3/+12 |
| | | | | completions list just once, case-insensitively. | ||||
* | Use w32 instead of ms-windows for window-system symbol | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
| | |||||
* | (Info-scroll-up): Doc fix. | Richard M. Stallman | 1996-11-02 | 1 | -3/+9 |
| | |||||
* | (Info-insert-dir): Ensure directory ends with slash. | Karl Heuer | 1996-10-25 | 1 | -1/+2 |
| | |||||
* | (Info-read-subfile): Allow a file name as arg. | Richard M. Stallman | 1996-10-06 | 1 | -23/+32 |
| | | | | (Info-search): Restore previous subfile correctly. | ||||
* | (Info-mode): Do fontify, if ms-windows. | Richard M. Stallman | 1996-09-15 | 1 | -1/+1 |
| | |||||
* | Add menu items and xrefs to the menu bar menu. | Richard M. Stallman | 1996-09-01 | 1 | -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. Stallman | 1996-08-03 | 1 | -1/+1 |
| | |||||
* | (Info-next-preorder): After we move up, move forward again. | Richard M. Stallman | 1996-06-30 | 1 | -4/+23 |
| | | | | | (Info-last-preorder): After we move down or to the prev, move down again. | ||||
* | (Info-insert-dir): Fix default directory. | Karl Heuer | 1996-05-30 | 1 | -6/+4 |
| | |||||
* | (Info-enable-active-nodes): Default to nil. Mark it risky. | Richard M. Stallman | 1996-05-07 | 1 | -1/+2 |
| | |||||
* | (Info-find-node): Don't treat file name `dir' specially | Richard M. Stallman | 1996-05-02 | 1 | -1/+1 |
| | | | | if it comes with a directory name. | ||||
* | (Info-next-reference, Info-prev-reference): Add optional | Richard M. Stallman | 1996-04-21 | 1 | -4/+8 |
| | | | | argument RECUR to avoid infinite recursion on malformed nodes. | ||||
* | (Info-index): If fail, go back to original node. | Richard M. Stallman | 1996-02-25 | 1 | -3/+3 |
| | | | | | (Info-find-node): Make error messages consistent. (Info-insert-dir): Fix error message. | ||||
* | (info-insert-file-contents-1) [MSDOS]: Remove leading | Karl Heuer | 1996-02-16 | 1 | -1/+2 |
| | | | | dot only from non-empty suffixes. | ||||
* | (Info-find-index-name): New subroutine, from Info-index-next. | Richard M. Stallman | 1996-02-12 | 1 | -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. Stallman | 1996-02-09 | 1 | -1/+5 |
| | |||||
* | (Info-extract-pointer): Fix error format string. | Karl Heuer | 1996-01-29 | 1 | -1/+1 |
| | |||||
* | (Info-goto-emacs-command-node): Fix error text. | Karl Heuer | 1996-01-25 | 1 | -1/+1 |
| | |||||
* | (Info-edit, Info-goto-emacs-command-node): Pass proper format string to message. | Karl Heuer | 1996-01-25 | 1 | -3/+3 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -3/+4 |
| | |||||
* | (Info-get-token): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -1/+1 |
| | |||||
* | (Info-directory-list): Use source-directory. | Richard M. Stallman | 1995-11-21 | 1 | -5/+10 |
| | |||||
* | (Info-complete-menu-item): Don't treat `* Menu:' as a menu item. | Richard M. Stallman | 1995-11-16 | 1 | -0/+3 |
| | |||||
* | (info-insert-file-contents-1): Various rewrites. | Richard M. Stallman | 1995-11-15 | 1 | -6/+7 |
| | | | | Compute EXT-LEFT after removing the dot from SUFFIX. | ||||
* | (Info-following-node-name, Info-extract-menu-node-name) | Richard M. Stallman | 1995-10-24 | 1 | -6/+6 |
| | | | | (Info-select-node): Use buffer-substring-no-properties. | ||||
* | (Info-fontify-node): Fix previous change. | Karl Heuer | 1995-09-25 | 1 | -1/+1 |
| | |||||
* | (Info-title-face-alist): New var. | Karl Heuer | 1995-09-25 | 1 | -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. Stallman | 1995-09-06 | 1 | -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. Stallman | 1995-08-26 | 1 | -5/+0 |
| | |||||
* | (Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor, | Richard M. Stallman | 1995-08-22 | 1 | -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. Stallman | 1995-08-19 | 1 | -4/+8 |
| | |||||
* | (Info-file-list-for-emacs): New variable. | Richard M. Stallman | 1995-08-19 | 1 | -6/+38 |
| | | | | (Info-find-emacs-command-nodes): Look in those files, if appropriate. | ||||
* | (Info-read-node-name-1): New function. | Richard M. Stallman | 1995-08-05 | 1 | -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. Stallman | 1995-07-24 | 1 | -3/+4 |
| | | | | (Info-find-node): Set Info-current-file to file name as specified. | ||||
* | (Info-goto-node, Info-search): | Richard M. Stallman | 1995-06-29 | 1 | -0/+2 |
| | | | | In Transient Mark mode, deactivate the mark. |