summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of (require 'cl)....Stefan Monnier2012-07-101-2/+0
* Fix interaction of line-dragging with mouse-1-click-follows-link....Chong Yidong2012-07-081-2/+2
* Remove paths.el...Glenn Morris2012-06-271-0/+77
* Use @ interactive spec for Info-mouse-follow-link....Chong Yidong2012-06-231-2/+1
* Fixes for Info link-following mouse commands....Chong Yidong2012-06-231-46/+25
* * lisp/bindings.el (global-map): Bind XF86Forward to next-buffer and...Sam Steingold2012-06-081-0/+2
* * lisp/isearch.el (isearch-search-fun-default): New function....Juri Linkov2012-05-291-19/+16
* Don't mess with INFOPATH in ns builds...Glenn Morris2012-05-261-1/+13
* Add "How to Report a Bug" to Help menu...Glenn Morris2012-05-211-1/+7
* Add new error and function `user-error'....Stefan Monnier2012-05-041-45/+29
* * info.el (Info-menu): Handle string value of FORK arg....Chong Yidong2012-03-221-1/+3
* Comment.Glenn Morris2012-03-051-0/+4
* * lisp/info.el (Info-insert-dir): Also try "dir.gz"....Thien-Thi Nguyen2012-03-051-0/+2
* Allow visiting Info files with no "Up" pointer, such as DIR files....Eli Zaretskii2012-01-141-1/+1
* Change the binding of "e" in info-mode....Glenn Morris2012-01-061-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * lisp/info.el (Info-search): Display "end of manual" when Isearch...Juri Linkov2011-12-021-7/+9
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* * lisp/info.el (Info-finder-find-node): Use `package--builtins' instead...Juri Linkov2011-11-201-15/+20
* Don't kill the *info* buffer in `Info-revert-find-node'....Juri Linkov2011-11-191-15/+13
* * lisp/isearch.el (isearch-lazy-highlight-new-loop):...Juri Linkov2011-11-191-1/+3
* Replace `delete' with `remove' in info.el....Juri Linkov2011-11-191-3/+3
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * lisp/info.el (Info-following-node-name-re): Add newline to the list...Juri Linkov2011-10-241-1/+1
* Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind......Chong Yidong2011-09-221-1/+2
* * lisp/info.el (Info-history-skip-intermediate-nodes): New defcustom....Juri Linkov2011-09-201-10/+30
* * lisp/info.el (Info-last-preorder): Visit last menu item only when...Juri Linkov2011-09-201-5/+6
* * lisp/info.el (Info-extract-menu-node-name): Check the second match...Juri Linkov2011-09-181-11/+14
* * lisp/info.el (Info-mode-syntax-table): New variable....Juri Linkov2011-09-181-1/+9
* * lisp/info.el (Info-file-supports-index-cookies): Increment...Juri Linkov2011-09-181-1/+1
* Change modes that used same-window-* vars to use switch-to-buffer....Chong Yidong2011-09-111-10/+10
* Fix info and customize *-other-window commands....Chong Yidong2011-09-101-3/+5
* Tweaks to display-buffer default actions; remove same-window-* autoload forms....Chong Yidong2011-09-101-2/+0
* Minor doc fixes. Remove duplicate ChangeLog entries....Juri Linkov2011-08-071-1/+1
* * info.el: Remove the `Info-beginning-of-buffer' functionLars Magne Ingebrigtsen2011-08-021-10/+5
* Rework previous change....Glenn Morris2011-07-151-1/+0
* * lisp/info.el (info-insert-file-contents): Require jka-compr. (Bug#9090)Glenn Morris2011-07-151-1/+2
* (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.Lars Magne Ingebrigtsen2011-07-151-1/+1
* Add new command `Info-beginning-of-buffer' to allow announcing `b'...Lars Magne Ingebrigtsen2011-07-151-3/+9
* (info-insert-file-contents): Inhibit jka-compr messages, which can be pretty ......Lars Magne Ingebrigtsen2011-07-131-0/+1
* (Info-find-file): Fall back on the installation directory if we can't find th...Lars Magne Ingebrigtsen2011-07-131-0/+5
* Document some Info functions (Bug#1084)....Chong Yidong2011-07-071-8/+12
* (Info-mode-map): Remove S-TAB binding, since [backtab] should cover it...Lars Magne Ingebrigtsen2011-07-071-1/+0
* Merge from emacs-23; up to 2010-06-16T23:27:20Z!jay.p.belanger@gmail.com.Glenn Morris2011-07-051-1/+1
|\
| * * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).Chong Yidong2011-06-191-1/+1
* | * info.el (Info-apropos-matches): Make non-interactive, since it...Lars Magne Ingebrigtsen2011-07-041-1/+0
* | * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).Chong Yidong2011-06-191-1/+1
* | lisp/info.el: Fix typos; mark unused parameters....Juanma Barranquero2011-04-051-94/+92
* | Add a new command `info-display-manual'....Eli Zaretskii2011-04-011-0/+21