summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* 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
* Make newer ElDoc versions are compatible with Emacs < 28João Távora2020-07-271-6/+10
* Bring back ElDoc's eldoc-display-message-p, but obsolete itJoão Távora2020-07-271-1/+7
* Don't needlessly request docs from ElDoc functionsJoão Távora2020-07-231-19/+42
* Fix ElDoc bugs around eldoc-echo-area-use-multiline-p.João Távora2020-07-191-9/+13
* ; Reword bits of ElDoc internal documentationJoão Távora2020-07-191-66/+66
* ;Fix eldoc regression bug#42365Tassilo Horn2020-07-151-2/+3
* Consistently stylize eldoc as ElDoc in more proseBasil L. Contovounesios2020-07-141-6/+6
* Fix a typo in eldoc.elJames N. V. Cash2020-07-121-1/+1
* Sort out ElDoc backward compatibility of eldoc-documentation-functionJoão Távora2020-07-121-5/+22
* Fix placement of Eldoc docs during eval-expression (bug#42309)João Távora2020-07-101-36/+40
* Revert "Fix Eldoc problem when loading on Emacs 26.3"João Távora2020-07-101-4/+1
* Fix byte compilation warning in EldocJoão Távora2020-07-101-1/+1
* Fix Eldoc problem when loading on Emacs 26.3João Távora2020-07-101-1/+4
* Unbreak M-x eldocJoão Távora2020-07-091-13/+16
* Prevent infloop in Eldoc message truncation algorithmJoão Távora2020-07-091-1/+1
* Improve Eldoc docstringsJoão Távora2020-07-081-31/+87
* Change version scheme of two Eldoc obsolete specsJoão Távora2020-07-081-2/+2
* Adjust Eldoc documentation after Eli's reviewJoão Távora2020-07-081-95/+106
* Make more parts of Emacs use new Eldoc capabilitiesJoão Távora2020-07-081-34/+4
* * lisp/emacs-lisp/eldoc.el (Version): Bump to 1.1.0João Távora2020-07-081-1/+1
* New M-x eldoc for on-demand and interactive documentation requestsJoão Távora2020-07-081-0/+3
* Better handle asynchronous Eldoc sourcesJoão Távora2020-07-081-86/+316
* Turn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora2020-05-131-0/+5
* * lisp/emacs-lisp/eldoc.el: Remove redundant `:group` argumentsStefan Monnier2020-03-121-35/+23
* * lisp/emacs-lisp/eldoc.el (eldoc--supported-p): Understand the "old" APIStefan Monnier2020-03-121-1/+10
* * lisp/emacs-lisp/eldoc.el (eldoc-documentation-function): No nil valueStefan Monnier2020-02-261-12/+7
* Expose ElDoc functions in a hook (Bug#28257)Mark Oteiza2020-02-251-17/+60