summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* Comment for bug#24793Eli Zaretskii2016-10-251-0/+3
* Improve display of tex-verbatim and Info quotedPaul Eggert2016-09-231-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/isearch.el: Rename word search to regexp-function searchArtur Malabarba2015-10-211-3/+3
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* * lisp/info.el (Info-fontify-node): Don't stop at the non-title underline.Juri Linkov2015-09-091-22/+22
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-3/+3
* Fix minor text quoting problems in lisp top levelPaul Eggert2015-08-281-1/+1
* Top-level elisp files respect ‘text-quoting-style’Paul Eggert2015-08-261-5/+5
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-3/+4
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-231-4/+2
* Respect text-quoting-style in (*Finder*) menusPaul Eggert2015-08-211-1/+1
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-141-2/+4
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-041-1/+1
* Fix info-apropos when the default encoding is Latin-NEli Zaretskii2015-07-181-0/+4
* Fix following Info cross-references to anchorsEli Zaretskii2015-07-181-3/+18
* * lisp/info.el: Cleanup bytepos/charpos issuesStefan Monnier2015-06-151-20/+21
* Fix curved quotes in a few placesPaul Eggert2015-06-041-2/+2
* Support quotes 'like this' in info filesPaul Eggert2015-06-021-2/+2
* Generate curved quotes in pseudo-info nodesPaul Eggert2015-05-281-8/+8
* Handle curved quotes in info filesPaul Eggert2015-05-261-4/+4
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* * lisp/info.el (Info-menu): Properly provide the `default'Stefan Monnier2015-04-271-21/+22
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-3/+7
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use prefix argument in `info-display-manual'Filipp Gunbin2014-12-311-8/+11
* Various minor details accumulated over timeStefan Monnier2014-12-081-1/+0
* 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