summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* Allow Info-fontify-maximum-menu-size to specify unlimitedGlenn Morris2014-10-091-4/+12
* * lisp/info.el (Info-fontify-maximum-menu-size): Bump to 400k.Glenn Morris2014-10-091-1/+2
* Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-2/+2
|\
| * lisp/info.el (info): Doc fix.Eli Zaretskii2014-08-081-2/+1
| * * lisp/info.el (Info-mode-map): Override a global down-mouse-2 binding.Stefan Monnier2014-08-071-0/+1
* | Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov2014-06-251-3/+1
* | * lisp/info.el (Info-quoted): New face.Stefan Monnier2014-05-101-1/+9
* | * lisp/info.el: Use lexical-binding and cl-lib.Stefan Monnier2014-04-241-62/+49
* | Cosmetic tweaks for the output of `info-finder'Glenn Morris2014-03-211-10/+26
|/
* * lisp/info.el (Info-finder-find-node): Ignore the `emacs' metapackage.Glenn Morris2014-03-141-1/+6
* * info.el: Comment.Glenn Morris2014-02-271-0/+3
* Add H binding to info, for compatibility with standalone infoKarl Berry2014-02-271-0/+1
* * lisp/info.el (info-initialize): Revert 2014-01-10 change.Glenn Morris2014-02-141-8/+0
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * 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