summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* Do interactive mode tagging for info.elLars Ingebrigtsen2021-02-161-37/+42
* Be stricter when going back to the previous node in Info-find-node-2Lars Ingebrigtsen2021-02-041-2/+2
* * lisp/info.el (Info-search): Don't deactivate mark when landed in same nodeJuri Linkov2021-01-141-1/+1
* * lisp/emacs-lisp/autoload.el: Improve last changeStefan Monnier2021-01-051-12/+9
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-7/+11
* ; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)Eli Zaretskii2020-12-121-1/+1
* Update Info-toc-build parsingLars Ingebrigtsen2020-12-121-1/+1
* Fix info mode fontification of built-in (*note Built-ins::)Lars Ingebrigtsen2020-12-091-2/+2
* * lisp/info.el: Remove redundant :group args.Stefan Kangas2020-10-191-50/+24
* Improve Info-streamline-headings defaultsStefan Kangas2020-10-191-2/+3
* Merge from origin/emacs-27Glenn Morris2020-10-171-4/+5
|\
| * * lisp/info.el (Info-hide-note-references): Doc fix. (Bug#44043)Eli Zaretskii2020-10-171-4/+5
* | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-3/+3
* | New command goto-line-relative (bug#5042, bug#9917)Juri Linkov2020-09-231-0/+1
* | Allow hitting RET on info node names with multiple whitespace charsLars Ingebrigtsen2020-09-141-2/+5
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-16/+7
* | ; * lisp/info.el (Info-complete-menu-item): Fix wording of comment.Stefan Kangas2020-08-271-1/+1
* | Sort Info index completions alphabeticallyStefan Kangas2020-08-271-0/+2
* | ; * lisp/info.el (Info-up): Fix a typo in a comment.Eli Zaretskii2020-08-251-1/+1
* | Tweak how "u" works in Info buffers when scroll-conservatively is setStephen Berman2020-08-251-1/+5
* | Revert "Preserve the face foreground in Info-fontify-node"Lars Ingebrigtsen2020-08-141-4/+3
* | Preserve the face foreground in Info-fontify-nodeJuri Linkov2020-08-131-3/+4
* | Merge from origin/emacs-27Glenn Morris2020-06-261-4/+14
|\|
| * Improve documentation of Info node movement commandsEli Zaretskii2020-06-261-4/+14
* | Improve Info-mode doc and menuStefan Kangas2020-05-021-9/+17
* | Globally sanitize single-file package long descriptions (Bug#37548)Bruno FĂ©lix Rezende Ribeiro2020-01-231-14/+2
* | Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-161-3/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix display of Info files on TTY framesEli Zaretskii2019-10-191-0/+41
* Make `info-display-manual' pop up the correct frameLars Ingebrigtsen2019-10-091-1/+10
* Use derived-mode-p consistently in info.elStefan Kangas2019-09-081-3/+3
* Browser-like Info-history button menu (bug#37184)Juri Linkov2019-08-271-0/+32
* Use `quit-window-hook' in Info instead of having its own commandLars Ingebrigtsen2019-08-211-11/+8
* Make Info-find-file ensure that Info is initialisedLars Ingebrigtsen2019-08-021-0/+1
* * lisp/info.el (Info-toc-insert): Suppress same section names as node names.Juri Linkov2019-07-291-5/+6
* Revert "Fontify _emphasis_ in info nodes"Lars Ingebrigtsen2019-06-281-17/+0
* Don't bind search-spaces-regexp around possible autoload (Bug#35802)Noam Postavsky2019-06-251-1/+3
* * lisp/info.el (info-emphasis): Fix doc, version.Glenn Morris2019-06-251-2/+2
* Fontify _emphasis_ in info nodesDrew Adams2019-06-251-0/+17
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Move Info-edit-* commands from info.el to obsolete/info-edit.elLars Ingebrigtsen2019-05-171-59/+0
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+2
|\
| * Avoid false positives and false negatives of Info-quoted faceMauro Aranda2019-04-211-1/+2
* | Fix regexp branches that subsume other branchesPaul Eggert2019-04-191-1/+1
* | Use display-graphic-p and display-multi-frame-p in more casesAlexander Gramiak2019-04-061-1/+1
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-3/+3
* | Fix regular-expression glitches and typosPaul Eggert2019-03-041-4/+4
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|