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 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Add missing :version to two defcustoms
Stefan Kangas
2023-10-14
1
-2
/
+4
*
Fix a defcustom :type in eldoc.el
Mauro Aranda
2023-10-14
1
-1
/
+3
*
Revert "Don't disable eldoc when doing edebug"
Eli Zaretskii
2023-03-01
1
-0
/
+1
*
; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.
Yuan Fu
2023-02-22
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Improve and extend documentation of ElDoc
Eli Zaretskii
2022-10-21
1
-59
/
+68
*
Don't disable eldoc when doing edebug
Lars Ingebrigtsen
2022-08-02
1
-1
/
+0
*
Use special-mode in eldoc--doc-buffer
Lars Ingebrigtsen
2022-07-23
1
-2
/
+2
*
Make eldoc-echo-area-prefer-doc-buffer consider all frames
João Távora
2022-07-20
1
-2
/
+3
*
Ensure Eldoc buffer displays on interactive M-x eldoc
João Távora
2022-07-20
1
-3
/
+2
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
1
-1
/
+1
|
\
|
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-13
1
-1
/
+1
*
|
Allow non-interactive use of eldoc-doc-buffer
João Távora
2022-05-09
1
-8
/
+11
*
|
Handle invisible text in Eldoc when calculating size
Augusto Stoffel
2022-03-24
1
-5
/
+8
*
|
Allow showing show-paren context in an overlay
Tassilo Horn
2022-02-08
1
-0
/
+4
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Fix eldoc usage of newly introduced variable
Greg Minshall
2021-11-18
1
-1
/
+2
*
|
New option show-paren-context-when-offscreen
Daniel Martín
2021-10-18
1
-1
/
+8
|
/
*
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
[next]