aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
Commit message (Collapse)AuthorAgeFilesLines
* (Info-complete-menu-item): Make `Info-complete-cache' a buffer-local variable.Miles Bader2002-12-271-3/+3
|
* (Info-revert-find-node): New function.Richard M. Stallman2002-12-221-0/+34
|
* (Info-dir-remove-duplicates): Avoid infloop whenJohn Paul Wallington2002-12-181-1/+1
| | | | deleting last entry.
* (Info-insert-dir): Make dir-node-cache variables buffer-local, so thatMiles Bader2002-12-061-9/+11
| | | | killing the *info* buffer forces the dir-node to be rebuilt.
* (Info-additional-directory-list): Doc fix.Richard M. Stallman2002-11-291-2/+1
|
* (Info-fontify-node): New local list paragraph-markers.Kim F. Storm2002-11-131-9/+24
| | | | | | | Record markers for mangled *note references on that list. When done, go back through those markers and fill each mangled paragraph with `fill-nobreak-invisible' let-bound to t. Don't use `display' property; insert "see" directly in buffer.
* (Info-fontify-node): Fixed hiding of *note referencesKim F. Storm2002-11-051-9/+19
| | | | | | | | with embedded file names like (xxx.yyy). Avoid making any lines visibly longer if hiding newlines inside note references by wrapping line after references if it contained a newline (unfortunaly this makes more lines appear "shorter"). Properly reindent multi-line menu entry descriptions.
* (Info-streamline-headings): New var.Stefan Monnier2002-11-031-130/+132
| | | | | | | | | | | | | | (Info-dir-remove-duplicates): New fun. (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist. (Info-select-node): Simplify handling of Info-header-line. (Info-forward-node): Undo 2000/12/15 since we don't narrow any more. (Info-mode): Set header-line-format once and for all. (Info-fontify-node): Accept bogus first line with `File:' missing. Only make first line invisible if Info-use-header-line. Don't use `intangible': it's evil. Use inhibit-read-only. (Info-follow-reference, Info-next-reference, Info-prev-reference) (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks since we don't use intangible any more.
* (Info-hide-note-references): nil value now does noKim F. Storm2002-11-011-5/+10
| | | | | | reformatting at all. New choice 'tag reformats tag but shows the section reference. (Info-fontify-node): Use it.
* (Info-hide-note-references): New defcustom.Kim F. Storm2002-11-011-6/+13
| | | | (Info-fontify-node): Use it.
* (Info-follow-reference, Info-next-reference)Kim F. Storm2002-10-311-10/+43
| | | | | | | (Info-prev-reference, Info-try-follow-nearest-node): Bind inhibit-point-motion-hooks to t while parsing reference. (Info-fontify-node): When font-lock-mode is enabled, display "*note" and "* menu" references in a more user friendly format.
* (Info-next-menu-item, Info-last-menu-item)John Paul Wallington2002-10-081-3/+6
| | | | | (info-emacs-manual): Add docstrings. (Info-index): Use `string-to-number' instead of `string-to-int'.
* (Info-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman2002-09-101-0/+1
|
* (Info-search): Add (point-min) to subfile positionsRichard M. Stallman2002-09-091-5/+9
| | | | to get them right. Skip the current subfile using forward-line.
* (Info-find-index-name): Improve last change.Richard M. Stallman2002-07-291-1/+1
|
* (Info-find-index-name): Search for a function definition with a return type.Richard M. Stallman2002-07-251-0/+4
|
* (info-emacs-manual): New function.Richard M. Stallman2002-07-121-1/+6
| | | | (Info-use-header-line): Doc fix.
* (Info-directory-list): Fix docstring.Juanma Barranquero2002-07-081-1/+1
|
* Indentation change.Richard M. Stallman2002-07-021-3/+3
|
* (Info-index): Get immediate error if used in `dir'.Richard M. Stallman2002-07-011-0/+4
|
* (info-menu-5): Fix documentation.Juanma Barranquero2002-06-261-2/+2
| | | | (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
* (Info-fontify-node): Compute header line speciallyRichard M. Stallman2002-06-121-24/+63
| | | | | | | | if node has no next, previous or up links. Hide the part of the first line that is used in the header. Use Info-next-link-keymap, etc. (Info-next-link-keymap, Info-prev-link-keymap) (Info-up-link-keymap): New variables.
* (Info-select-node): Turn header line on or off here.Richard M. Stallman2002-06-121-51/+39
| | | | | | | | | | | (Info-setup-header-line): Function deleted. (Info-mode): Make Info-header-line local. (Info-fontify-node): Ignore Info-use-header-line. Unconditionally compute what the header line should be, and store it on the `header-line' property of the node's first char. Bind [header-line down-mouse-1]. Use `keymap' property, not `local-map'. Bind [mouse-2] for mouse clicks on the node line in the text.
* Update copyright date.Colin Walters2002-06-121-1/+1
|
* (Info-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-2/+0
|
* (Info-mode): Do set `font-lock-defaults', and be sure to setColin Walters2002-06-091-0/+2
| | | | `font-lock-core-only'.
* (Info-mode): Don't set up categories.Colin Walters2002-06-081-19/+9
| | | | | (Info-fontify-menu-headers): Use `font-lock-face' instead of categories. (Info-fontify-node): Ditto.
* (Info-extract-pointer): Ignore Info-header-line.Richard M. Stallman2002-06-031-4/+4
|
* (Info-setup-header-line): Don't hide the links line.Richard M. Stallman2002-05-291-1/+4
|
* (Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.Colin Walters2002-05-231-1/+1
|
* (Info-fontify): Deleted.Colin Walters2002-05-211-20/+30
| | | | | | | (Info-select-node): Don't use it. (Info-mode-hook): New variable. (Info-mode): Set up categories. (Info-fontify-menu-headers, Info-fontify-node): Use categories.
* (Info-mode-map): Bind `c' to Info-copy-current-node-name.Pavel Janík2002-05-081-0/+1
|
* (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.Stefan Monnier2002-04-301-17/+32
| | | | | (Info-read-node-name-1): Complete file names. (Info-complete-menu-item): Don't cons unnecessarily.
* (Info-header-line): Mark it as risky-local-variable.Richard M. Stallman2002-04-271-0/+1
|
* (info-tool-bar-map): Use tool-bar-local-item-from-menu.Richard M. Stallman2002-04-011-11/+11
|
* (Info-fontify-node): Bind up-clicks, not down-clicks.Richard M. Stallman2002-03-081-3/+3
| | | | Put the mouse-face on the entire xref, like the local keymap.
* (various face definitions): Use :weight and :slant.Richard M. Stallman2001-12-311-6/+6
|
* (Info-fontify-node): For a **** underline line, put theRichard M. Stallman2001-12-301-4/+2
| | | | | invisible and intangible props on the following newline, but not on the previous newline or the last char of the previous line.
* (Info-mode): Reindent the doc-string.Pavel Janík2001-12-291-8/+9
|
* (Info-fontify-node): Remove any local-map text properties leftEli Zaretskii2001-12-211-4/+17
| | | | over from past visits to this node.
* (Info-select-node): If Info-use-header-line is nil, setEli Zaretskii2001-12-211-10/+14
| | | | | | header-line-format to nil. (Info-fontify-node): Don't put a keymap text property on the heading if we are not going to display the header line.
* Add explanatory comment.Stefan Monnier2001-12-031-0/+7
|
* (Info-find-node-2): Don't call info-insert-file-contentsStefan Monnier2001-11-301-7/+2
| | | | | with the `visit' argument. (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
* (Info-goto-index): One register one step in the history.Stefan Monnier2001-11-291-8/+8
| | | | (Info-index): Don't protect the history around the call to Info-goto-index.
* (Info-complete-next-re, Info-complete-cache): New vars.Stefan Monnier2001-11-291-52/+69
| | | | | | | | (Info-complete-menu-item): Rewrite. Add the ability to search several sequential nodes. Add a simple caching mechanism. (Info-goto-index): New function extracted from Info-index. (Info-index): Use it. Add completion to the interactive spec. (Info-menu-update): Simplify call to `Info-complete-menu-item'.
* (Info-mode): Add a no-clone-indirect property.Richard M. Stallman2001-11-131-0/+1
|
* (Info-file-list-for-emacs): Add entries for Calc.Eli Zaretskii2001-11-091-1/+2
|
* (Info-fontify-node): Highlight every third menu item.Richard M. Stallman2001-11-071-1/+1
|
* (Info-fontify-node): Bind doun-mouse-{1,2} insteadGerd Moellmann2001-10-231-2/+2
| | | | of mouse-{1,2} since dragging is on the down event.
* (Info-follow-reference): Display default values in prompts asMiles Bader2001-10-111-2/+3
| | | | `(default ...)', not `(...)'.