summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/info.el (Info-find-file): Go to DIR before displaying the errorJuri Linkov2014-01-131-7/+12
* Tweak previous info.el changeGlenn Morris2014-01-091-2/+3
* If running uninstalled, always put our own info files firstGlenn Morris2014-01-091-0/+7
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-27/+19
* * lisp/info.el (Info-display-images-node): When image file doesn't existJuri Linkov2013-09-061-4/+7
* Revert introduction of isearch-filter-predicates.Stefan Monnier2013-08-051-70/+53
* Make info-xref checks case-sensitive by defaultGlenn Morris2013-07-021-16/+27
* * info.el (Info-try-follow-nearest-node): Move search for footnoteStephen Berman2013-06-271-18/+18
* * lisp/isearch.el (isearch-filter-predicates): Rename from `isearch-filter-pr...Juri Linkov2013-05-281-4/+6
* Small speedbar-related clean-upGlenn Morris2013-05-211-1/+5
* * lisp/info.el (Info-read-subfile): Use (point-min) instead of (point)Juri Linkov2013-05-051-1/+4
* * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".Michael Albinus2013-04-121-1/+2
* * lisp/info.el (info-index-match): New face.Juri Linkov2013-03-231-20/+31
* Info footnote fontification and navigation.Juri Linkov2013-03-211-7/+70
* Make Info-edit obsoleteGlenn Morris2013-02-201-13/+20
* * lisp/info.el (Info-isearch-filter): Treat non-nil values ofJuri Linkov2013-02-141-1/+1
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* * info.el (Info-next-reference, Info-prev-reference): Add numericChristopher Schmidt2013-02-011-42/+56
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-1/+1
* * lisp/info.el (Info-read-node-name-2): Don't duplicate suffixes for single c...Juri Linkov2013-01-081-4/+15
* * lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)Juri Linkov2013-01-081-17/+24
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * info.el (info-other-window): New arg, for consistency with info.Damien Cassou2012-12-291-6/+11
* | * lisp/info.el (Info-file-completions): New variable.Juri Linkov2012-12-271-40/+65
* | * lisp/info.el (Info-copy-current-node-name, Info-breadcrumbs)Juri Linkov2012-12-091-4/+9
* | * info.el (Info-set-mode-line): Remove file extension from Info-current-fileChong Yidong2012-12-071-1/+3
* | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-051-2/+2
|\ \ | |/
| * * lisp/info.el (Info-fontify-node): Don't hide the last newline.Juri Linkov2012-12-041-2/+2
* | Improve completion behavior of info-display-manual.Chong Yidong2012-12-051-3/+15
* | * info.el (info-display-manual): Add completion.Juri Linkov2012-12-021-1/+9
* | * info.el (info-display-manual): Don't clobber an existing Info buffer.Juri Linkov2012-12-021-2/+5
* | lisp/*.el: Add missing declarations.Juanma Barranquero2012-11-171-0/+11
|/
* * info.el (Info-complete-menu-item): Avoid duplicates.Chong Yidong2012-10-291-0/+1
* Use Isearch lax whitespace mode in Info.Juri Linkov2012-09-121-26/+23
* * lisp/info.el (Info-fontify-node): Hide empty lines at the end of the node.Juri Linkov2012-08-281-0/+6
* * lisp/info.el (Info-fontify-node): Hide the suffix of the Info file nameJuri Linkov2012-08-231-1/+11
* * lisp/info.el (Info-file-attributes): New variable.Juri Linkov2012-08-211-12/+35
* * lisp/bookmark.el: Add `defaults' property to the bookmark record.Juri Linkov2012-08-081-5/+12
* * lisp/info.el (Info-isearch-search): Doc fix.Juri Linkov2012-08-081-6/+6
* * calc/calc-prog.el (math-do-defmath): Use backquote forms. FixAndreas Schwab2012-08-071-1/+1
* 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.elGlenn 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 andSam 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 buildsGlenn Morris2012-05-261-1/+13