summaryrefslogtreecommitdiff
path: root/lisp/info.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Catch more cases in info--ensure-not-in-directory-nodeStefan Kangas2022-11-281-1/+2
* Use substitute-command-keys in Info-index errorStefan Kangas2022-11-261-6/+9
* ; Fix typosStefan Kangas2022-11-181-1/+1
* Declare variable Info-minibuf-historyStefan Kangas2022-10-261-0/+3
* * lisp/info.el (Info-toc-build): Remove message not needed anymore (bug#58634)Juri Linkov2022-10-221-2/+0
* Make `info' treat "\n" in node names as "\s"Stefan Kangas2022-10-131-0/+5
* Recognize zstandard (.zst) compressed Info filesSam James2022-09-081-0/+4
* Merge from origin/emacs-28Stefan Kangas2022-09-011-3/+6
|\
| * * lisp/info.el (Info-mode): Support the Linux console better.Eli Zaretskii2022-08-281-3/+6
* | Ignore variable Info-fontify, deleted in 22.1Stefan Kangas2022-08-191-5/+3
* | Make quickurl.el obsolete (part 2/2)Stefan Kangas2022-07-281-1/+1
* | Derive `Info-mode' from `special-mode'Richard Hansen2022-07-171-1/+1
* | Delete obsolete variable font-lock-maximum-sizeStefan Kangas2022-07-091-2/+0
* | Display the number of invisible matches for isearch-lazy-count (bug#40808)Juri Linkov2022-07-081-1/+1
* | Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* | Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Remedy ineffective backslashes and fix regexpsMattias Engdegård2022-05-111-1/+1
* | Don't override search-default-mode set by user in info/helpLars Ingebrigtsen2022-05-061-1/+2
* | Char-fold quotation characters in *info* and *Help*Lars Ingebrigtsen2022-05-061-1/+2
* | Sort completions in Info references/menu correctlyLars Ingebrigtsen2022-05-051-2/+4
* | Allow searching for regexps with a prefixLars Ingebrigtsen2022-04-211-14/+23
* | Remove duplicates from Info-read-node-name-2Oleh Krehel2022-04-171-32/+13
* | Improve completion in `C-h R'Lars Ingebrigtsen2022-04-161-1/+18
* | Avoid statting directories on startup for InfoLars Ingebrigtsen2022-03-041-80/+57
* | Extend bookmark menu with with handler type columnMatthias Meulien2022-02-171-0/+1
* | * lisp/info.el (Info-link-keymap): Fix repetitive clicks on the header line.Juri Linkov2022-01-241-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/info.el (info-menu-star): Improve documentationYugaEgo2021-12-051-1/+3
* | 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