summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* Don't display redundant 'see' in info-modeRobert Pluim2021-11-251-1/+8
* Move Info-goto-node-web to "G"Lars Ingebrigtsen2021-11-121-1/+1
* Add a command to go the gnu.org version of the info pageLars Ingebrigtsen2021-11-111-3/+44
* Use format-prompt for many more promptsStefan Kangas2021-10-051-6/+3
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-151-0/+1
* * lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov2021-09-121-2/+2
* * lisp/info.el (Info-streamline-headings): Add entry.Stefan Kangas2021-09-111-0/+1
* Improve the Info mode line furtherLars Ingebrigtsen2021-09-071-3/+5
* Improve the info-mode mode lineLars Ingebrigtsen2021-09-061-16/+18
* Merge branch 'feature/context-menu'Juri Linkov2021-08-171-2/+22
|\
| * Add new context-menu options for menus "File At Point" and "Version Control".Juri Linkov2021-07-271-2/+1
| * Improve docstring of context-menu-functions and add eww-context-menuJuri Linkov2021-07-211-11/+9
| * Change the order of context-menu-functions and add more context menus.Juri Linkov2021-07-211-31/+22
| * Add new mode context-menu-mode and use it in info.el and goto-addr.elJuri Linkov2021-07-201-0/+32
* | Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-6/+6
* | Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-2/+2
|/
* Warn when wrapping index matches with `,' after `i' in InfoLars Ingebrigtsen2021-07-061-29/+54
* Revert "Make the `i' command in Info-mode remove duplicate matches"Lars Ingebrigtsen2021-06-041-7/+1
* Make the `i' command in Info-mode remove duplicate matchesLars Ingebrigtsen2021-06-031-1/+7
* * lisp/info.el (Info-isearch-push-state): Use proper closuresStefan Monnier2021-05-181-2/+4
* Make Info completion more robustLars Ingebrigtsen2021-05-061-4/+11
* Don't bug out in `Info-goto-node' completionDaniel Mendler2021-05-051-1/+2
* Improve error message for missing Info manualStefan Kangas2021-04-211-1/+2
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Re-fix previous Info-fontify-node changeLars Ingebrigtsen2021-03-111-2/+2
* 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