summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
* Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-231-2/+2
* Eldoc: play nice with mode-line-format-right-align (bug#68547)Eshel Yaron2024-01-201-3/+5
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-2/+2
* | ElDoc: make eldoc-display-in-echo-are useful from M-x eldocJoão Távora2023-12-051-14/+18
* | Merge from origin/emacs-29Michael Albinus2023-10-161-2/+6
|\|
| * Add missing :version to two defcustomsStefan Kangas2023-10-141-2/+4
| * Fix a defcustom :type in eldoc.elMauro Aranda2023-10-141-1/+3
* | Improve Eldoc text conversion supportPo Lu2023-06-021-1/+2
* | Eldoc: don't overdisplay if using eldoc-documentation-composeJoão Távora2023-04-131-16/+21
* | Eldoc: bump package version to 1.14.0João Távora2023-04-021-1/+1
* | ; Eldoc: fix doc of e-d-functions w.r.t. :origin keywordJoão Távora2023-04-021-5/+5
* | ; * lisp/emacs-lisp/eldoc.el (eldoc-doc-buffer-separator): Fix doc.Yuan Fu2023-03-241-2/+2
* | Allow users to customize eldoc buffer separator (bug#62029)João Távora2023-03-241-1/+6
* | Eldoc: slightly enhance meaning of :echo optionJoão Távora2023-03-241-4/+8
* | Eldoc: fix bug recently introduced in "old" protocolJoão Távora2023-03-241-2/+5
* | ElDoc: rework rendering of echo area (bug#62029)João Távora2023-03-231-42/+61
* | ElDoc: remember origin backend in doc snippets (bug#62029)João Távora2023-03-231-13/+24
* | Redirect eldoc messages to the mode-line when in edebug-modeDmitry Gutov2023-03-041-6/+9
* | Revert "Revert "Don't disable eldoc when doing edebug""Dmitry Gutov2023-03-041-1/+0
|/
* Revert "Don't disable eldoc when doing edebug"Eli Zaretskii2023-03-011-0/+1
* ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.Yuan Fu2023-02-221-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve and extend documentation of ElDocEli Zaretskii2022-10-211-59/+68
* Don't disable eldoc when doing edebugLars Ingebrigtsen2022-08-021-1/+0
* Use special-mode in eldoc--doc-bufferLars Ingebrigtsen2022-07-231-2/+2
* Make eldoc-echo-area-prefer-doc-buffer consider all framesJoão Távora2022-07-201-2/+3
* Ensure Eldoc buffer displays on interactive M-x eldocJoão Távora2022-07-201-3/+2
* Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
|\
| * ; Fix typos: prefer American spellingStefan Kangas2022-07-131-1/+1
* | Allow non-interactive use of eldoc-doc-bufferJoão Távora2022-05-091-8/+11
* | Handle invisible text in Eldoc when calculating sizeAugusto Stoffel2022-03-241-5/+8
* | Allow showing show-paren context in an overlayTassilo Horn2022-02-081-0/+4
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix eldoc usage of newly introduced variableGreg Minshall2021-11-181-1/+2
* | New option show-paren-context-when-offscreenDaniel Martín2021-10-181-1/+8
|/
* Disable 'nobreak-char-display' in Eldoc buffersAugusto Stoffel2021-10-051-0/+1
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Look for ElDoc buffer in all visible framesBasil L. Contovounesios2021-05-181-1/+1
* ; Fix some typos in doc strings and manualsŠtěpán Němec2021-04-241-8/+8
* Fix typosMattias Engdegård2021-02-181-2/+2
* Fix ElDoc setup for eval-expressionBasil L. Contovounesios2021-02-121-1/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Inhibit quit in ElDoc timer functions (bug#45117)João Távora2020-12-131-5/+1
* Remove interactive spec from internal eldoc--format-doc-bufferJoão Távora2020-12-081-1/+0
* Keep point in the *eldoc* buffer in eldoc-display-in-echo-areaLars Ingebrigtsen2020-11-261-1/+2
* Shoosh byte-compilation warning in lisp/emacs-lisp/eldoc.elJoão Távora2020-10-301-2/+3
* Don't make ElDoc doc buffer visible in buffer list by defaultJoão Távora2020-10-301-18/+30