summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework semantics of eldoc-echo-are-use-multiline-pJoão Távora2020-10-241-57/+61
* Rename ElDoc user option controlling display of truncation noticeJoão Távora2020-10-241-3/+3
* Rework eldoc-echo-area-prefer-doc-buffer (bug#42532)João Távora2020-10-241-14/+25
* Introduce eldoc-display-functionsJoão Távora2020-10-241-111/+157
* Fix off-by-one error in eldoc--handle-docsLars Ingebrigtsen2020-09-221-0/+4
* ; Fix typosStefan Kangas2020-09-211-2/+2
* Allow disabling the verbose eldoc truncation messageLars Ingebrigtsen2020-09-211-2/+11
* Fix ElDoc's eldoc-documentation-enthusiast strategyJoão Távora2020-09-031-9/+9
* Prevent ElDoc blinking when eldoc-documentation-enthusiast is usedJoão Távora2020-08-291-2/+3
* Merge two conditions and fix indentationJonas Bernoulli2020-08-131-4/+4