index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
eldoc.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Disable 'nobreak-char-display' in Eldoc buffers
Augusto Stoffel
2021-10-05
1
-0
/
+1
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-1
/
+1
*
Look for ElDoc buffer in all visible frames
Basil L. Contovounesios
2021-05-18
1
-1
/
+1
*
; Fix some typos in doc strings and manuals
Štěpán Němec
2021-04-24
1
-8
/
+8
*
Fix typos
Mattias Engdegård
2021-02-18
1
-2
/
+2
*
Fix ElDoc setup for eval-expression
Basil L. Contovounesios
2021-02-12
1
-1
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Inhibit quit in ElDoc timer functions (bug#45117)
João Távora
2020-12-13
1
-5
/
+1
*
Remove interactive spec from internal eldoc--format-doc-buffer
João Távora
2020-12-08
1
-1
/
+0
*
Keep point in the *eldoc* buffer in eldoc-display-in-echo-area
Lars Ingebrigtsen
2020-11-26
1
-1
/
+2
*
Shoosh byte-compilation warning in lisp/emacs-lisp/eldoc.el
João Távora
2020-10-30
1
-2
/
+3
*
Don't make ElDoc doc buffer visible in buffer list by default
João Távora
2020-10-30
1
-18
/
+30
*
Rework semantics of eldoc-echo-are-use-multiline-p
João Távora
2020-10-24
1
-57
/
+61
*
Rename ElDoc user option controlling display of truncation notice
João Távora
2020-10-24
1
-3
/
+3
*
Rework eldoc-echo-area-prefer-doc-buffer (bug#42532)
João Távora
2020-10-24
1
-14
/
+25
*
Introduce eldoc-display-functions
João Távora
2020-10-24
1
-111
/
+157
*
Fix off-by-one error in eldoc--handle-docs
Lars Ingebrigtsen
2020-09-22
1
-0
/
+4
*
; Fix typos
Stefan Kangas
2020-09-21
1
-2
/
+2
*
Allow disabling the verbose eldoc truncation message
Lars Ingebrigtsen
2020-09-21
1
-2
/
+11
*
Fix ElDoc's eldoc-documentation-enthusiast strategy
João Távora
2020-09-03
1
-9
/
+9
*
Prevent ElDoc blinking when eldoc-documentation-enthusiast is used
João Távora
2020-08-29
1
-2
/
+3
*
Merge two conditions and fix indentation
Jonas Bernoulli
2020-08-13
1
-4
/
+4
*
Make newer ElDoc versions are compatible with Emacs < 28
João Távora
2020-07-27
1
-6
/
+10
*
Bring back ElDoc's eldoc-display-message-p, but obsolete it
João Távora
2020-07-27
1
-1
/
+7
*
Don't needlessly request docs from ElDoc functions
João Távora
2020-07-23
1
-19
/
+42
*
Fix ElDoc bugs around eldoc-echo-area-use-multiline-p.
João Távora
2020-07-19
1
-9
/
+13
*
; Reword bits of ElDoc internal documentation
João Távora
2020-07-19
1
-66
/
+66
*
;Fix eldoc regression bug#42365
Tassilo Horn
2020-07-15
1
-2
/
+3
*
Consistently stylize eldoc as ElDoc in more prose
Basil L. Contovounesios
2020-07-14
1
-6
/
+6
*
Fix a typo in eldoc.el
James N. V. Cash
2020-07-12
1
-1
/
+1
*
Sort out ElDoc backward compatibility of eldoc-documentation-function
João Távora
2020-07-12
1
-5
/
+22
*
Fix placement of Eldoc docs during eval-expression (bug#42309)
João Távora
2020-07-10
1
-36
/
+40
*
Revert "Fix Eldoc problem when loading on Emacs 26.3"
João Távora
2020-07-10
1
-4
/
+1
*
Fix byte compilation warning in Eldoc
João Távora
2020-07-10
1
-1
/
+1
*
Fix Eldoc problem when loading on Emacs 26.3
João Távora
2020-07-10
1
-1
/
+4
*
Unbreak M-x eldoc
João Távora
2020-07-09
1
-13
/
+16
*
Prevent infloop in Eldoc message truncation algorithm
João Távora
2020-07-09
1
-1
/
+1
*
Improve Eldoc docstrings
João Távora
2020-07-08
1
-31
/
+87
*
Change version scheme of two Eldoc obsolete specs
João Távora
2020-07-08
1
-2
/
+2
*
Adjust Eldoc documentation after Eli's review
João Távora
2020-07-08
1
-95
/
+106
*
Make more parts of Emacs use new Eldoc capabilities
João Távora
2020-07-08
1
-34
/
+4
*
* lisp/emacs-lisp/eldoc.el (Version): Bump to 1.1.0
João Távora
2020-07-08
1
-1
/
+1
*
New M-x eldoc for on-demand and interactive documentation requests
João Távora
2020-07-08
1
-0
/
+3
*
Better handle asynchronous Eldoc sources
João Távora
2020-07-08
1
-86
/
+316
*
Turn Eldoc, Xref and Project into GNU ELPA :core packages
João Távora
2020-05-13
1
-0
/
+5
*
* lisp/emacs-lisp/eldoc.el: Remove redundant `:group` arguments
Stefan Monnier
2020-03-12
1
-35
/
+23
*
* lisp/emacs-lisp/eldoc.el (eldoc--supported-p): Understand the "old" API
Stefan Monnier
2020-03-12
1
-1
/
+10
*
* lisp/emacs-lisp/eldoc.el (eldoc-documentation-function): No nil value
Stefan Monnier
2020-02-26
1
-12
/
+7
*
Expose ElDoc functions in a hook (Bug#28257)
Mark Oteiza
2020-02-25
1
-17
/
+60
[next]