summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* (Info-fontify-node): Don't hide node names of index entries.Juri Linkov2007-01-091-1/+3
* (Info-fontify-maximum-menu-size): Bump to 1000000.Chong Yidong2006-12-221-2/+1
* (Info-build-node-completions): Signal error if tag-table marker is notChong Yidong2006-12-181-0/+2
* (Info-index): Strip leading colon from topic.Kim F. Storm2006-12-071-0/+5
* * info.el (Info-index): Bind completion-ignore-case.Chong Yidong2006-09-071-1/+2
* * info.el (Info-fontify-node): Handle preceding `in' for noteChong Yidong2006-08-081-0/+2
* (Info-try-follow-nearest-node): Doc fix.Richard M. Stallman2006-07-121-1/+2
* (Info-find-node-2): Search for makeinfo version more carefully.Nick Roberts2006-06-301-1/+1
* (Info-index-next): Use where-is-internal to report actual binding ofEli Zaretskii2006-05-261-2/+5
* (info-apropos): Speed up by using add-to-list instead of manual consing.Eli Zaretskii2006-05-201-1/+3
* (info-apropos): Make sure current-file and current-node have non-nil values.Eli Zaretskii2006-05-201-0/+7
* (Info-follow-nearest-node): Doc fix.Eli Zaretskii2006-04-081-2/+2
* doumented for fork in (Info-follow-nearest-node &optional fork)Ramprasad B2006-04-031-1/+5
* (Info-dir-remove-duplicates): Move point to theJuri Linkov2006-03-111-4/+7
* (Info-search): Don't bind search-spaces-regexp toJuri Linkov2006-02-231-3/+9
* (Info-search): Skip `Local Variables' node.Juri Linkov2006-02-171-2/+4
* (Info-find-file): Check for symbols `apropos', `history',Juri Linkov2006-02-171-82/+86
* (info-xref-visited): Inherit from info-xref too.Juri Linkov2006-02-131-3/+5
* (Info-mode): Doc fix.Richard M. Stallman2006-02-121-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (Info-index, Info-mode): Improve the description of the `i' command.Eli Zaretskii2006-02-041-3/+3
* (info-xref): Inherit from `link'.Juri Linkov2006-01-231-11/+4
* (Info-revert-find-node): Check for Info-current-fileJuri Linkov2006-01-171-1/+2
* (Info-mode-line-node-keymap): New defvar.Juri Linkov2006-01-161-5/+21
* (Info-find-node): Don't record previous node if have none.Richard M. Stallman2006-01-051-7/+10
* (info-other-window, info): Rename function argumentJuri Linkov2005-12-231-14/+15
* (Info-read-node-name-1): In completion-base-size-function'sJuri Linkov2005-12-161-1/+6
* (Info-on-current-buffer): Doc fix.Richard M. Stallman2005-12-121-5/+4
* (Info-mode-map): Bind M-TAB to `Info-prev-reference'.Juri Linkov2005-12-081-0/+1
* * info.el (Info-fontify-node): Match external links usingChong Yidong2005-12-041-15/+30
* Move back/forward history at the beginning of the tool bar.Jan Djärv2005-12-021-2/+2
* (Info-fontify-node): Set 2nd arg `noerror' of `Info-find-file' to t.Juri Linkov2005-11-281-2/+2
* * info.el (Info-on-current-buffer): Record actual filename inChong Yidong2005-11-251-51/+29
* (Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with aRomain Francoise2005-11-241-1/+1
* * info.el (Info-fontify-node): Handle the case whereChong Yidong2005-11-231-8/+19
* New images for info.Jan Djärv2005-11-041-5/+5
* (Info-fontify-node): Don't display extra "see" if there already is one here.Richard M. Stallman2005-11-031-1/+3
* (Info-fontify-node): Use `string-width' for fontifying underlined titles.Juri Linkov2005-11-011-2/+2
* (Info-fontify-node): Downcase node header keywords Node,Juri Linkov2005-11-011-7/+10
* (Info-file-supports-index-cookies): New variable.Juri Linkov2005-11-011-71/+84
* (Info-fontify-node): Fix detection of sentence-break before *Note.Richard M. Stallman2005-10-261-11/+9
* (Info-index-next): Add total number of index alternatives to the message.Juri Linkov2005-10-211-1/+2
* Moved all remaining images from lisp/toolbar to etc/images, movedBill Wohler2005-10-171-6/+6
* (Info-fontify-node): Use dolist.Stefan Monnier2005-10-161-37/+34
* (Info-fontify-node): Don't be fooled by a lone "...".Stefan Monnier2005-10-121-19/+25
* (Info-mode-menu): Delete menu item "Edit".Juri Linkov2005-10-111-20/+17
* * info.el (Info-next, Info-prev, Info-up): Select info buffer, inChong Yidong2005-10-041-22/+31
* * speedbar.el: Remove RCS tag.Chong Yidong2005-10-021-11/+7
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-8/+8
* (Info-insert-dir): Use save-excursion around insert-buffer-substring.Juri Linkov2005-08-221-25/+10