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
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
* lisp/emacs-lisp/eldoc.el: Let the user interrupt the search
Stefan Monnier
2018-12-04
1
-6
/
+9
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-3
/
+0
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prevent eldoc from changing the mode line
Nick Helm
2017-10-21
1
-1
/
+2
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Simplify eldoc-message
Dmitry Gutov
2017-08-21
1
-11
/
+4
*
ElDoc: add docstrings and minor refactoring
Charles A. Roelli
2017-07-22
1
-11
/
+38
*
Enable ElDoc messages after the newline command
Dmitry Gutov
2017-06-06
1
-1
/
+1
*
Extract eldoc--supported-p
Dmitry Gutov
2017-05-31
1
-2
/
+5
*
Turn global-eldoc-mode into a globalized minor mode
Dmitry Gutov
2017-05-30
1
-20
/
+9
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
global-eldoc-mode doc fix
Lars Ingebrigtsen
2016-05-01
1
-2
/
+10
*
|
global-eldoc-mode doc fix
Lars Ingebrigtsen
2016-05-01
1
-2
/
+10
*
|
Cancel the eldoc timer when switching off eldoc mode
Lars Ingebrigtsen
2016-04-29
1
-1
/
+4
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/eldoc.el: Add back-to-indentation to the command list
Mark Oteiza
2015-10-17
1
-0
/
+1
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
1
-2
/
+2
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-2
/
+2
*
Make eldoc timer non-repeatable
Dmitry Gutov
2015-07-21
1
-1
/
+1
*
* lisp/cedet/semantic/grammar.el: Fix compiler warnings (bug#20505)
Stefan Monnier
2015-05-05
1
-1
/
+26
*
eldoc: modify `eldoc-documentation-function' using `add-function'
Michal Nazarewicz
2015-01-20
1
-1
/
+6
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
Stefan Monnier
2014-12-10
1
-7
/
+9
*
* lisp/emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
Stefan Monnier
2014-10-15
1
-9
/
+8
*
Rename 24.5 to 25.1
Stefan Monnier
2014-09-29
1
-1
/
+1
*
* lisp/emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
Leo Liu
2014-09-27
1
-1
/
+1
*
Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
Stefan Monnier
2014-09-26
1
-289
/
+35
*
Spelling fixes.
Paul Eggert
2014-09-11
1
-1
/
+1
*
* lisp/emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
Stefan Monnier
2014-09-04
1
-33
/
+35
*
* lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
Thierry Volpiatto
2014-09-04
1
-16
/
+56
*
* lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
Thierry Volpiatto
2014-08-18
1
-40
/
+44
*
* emacs-lisp/eldoc.el (eldoc-print-current-symbol-info): Refactor
Leo Liu
2014-03-31
1
-18
/
+16
*
* emacs-lisp/eldoc.el (eldoc-minibuffer-message): Clear
Leo Liu
2014-03-10
1
-1
/
+3
*
* etc/NEWS: ElDoc related edit.
Glenn Morris
2014-01-29
1
-0
/
+1
*
Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'
Glenn Morris
2014-01-29
1
-3
/
+3
*
* lisp/emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
Stefan Monnier
2014-01-21
1
-12
/
+18
*
Some minor fixes
Leo Liu
2014-01-12
1
-1
/
+1
*
Re-implement the feature of showing eldoc info after editing.
Leo Liu
2014-01-12
1
-24
/
+28
*
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
Stefan Monnier
2014-01-06
1
-2
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix eldoc-in-minibuffer's modeline update.
Stefan Monnier
2013-12-03
1
-11
/
+8
*
Use with-demoted-errors now that it can format any error messages
Glenn Morris
2013-09-11
1
-21
/
+20
*
Misc changes to reduce use of `(lambda...); and other cleanups.
Stefan Monnier
2013-08-29
1
-3
/
+4
*
Make sure eldoc can be turned off properly.
Leo Liu
2013-03-18
1
-14
/
+13
*
* simple.el (eval-expression-minibuffer-setup-hook): New hook.
Leo Liu
2013-03-17
1
-16
/
+64
*
* lisp/emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
Michael Heerdegen
2013-02-17
1
-1
/
+2
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
[next]