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
/
easy-mmode.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow a :variable keyword in define-globalized-minor-mode
Lars Ingebrigtsen
2021-02-04
1
-1
/
+3
*
Prefer defvar-local in emacs-lisp/*.el
Stefan Kangas
2021-01-31
1
-5
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fill some auto-generated docstrings
Stefan Kangas
2020-12-28
1
-19
/
+20
*
Partially revert previous define-minor-mode change
Lars Ingebrigtsen
2020-11-02
1
-6
/
+4
*
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
Glenn Morris
2020-11-01
1
-1
/
+1
*
Make minor mode ARG work as documented
Lars Ingebrigtsen
2020-11-01
1
-9
/
+19
*
Make the -modes variable autoloaded
Lars Ingebrigtsen
2020-10-26
1
-19
/
+19
*
Implement a :predicate parameter for globalized minor modes
Lars Ingebrigtsen
2020-10-26
1
-19
/
+86
*
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc tweak
Stefan Monnier
2020-10-10
1
-0
/
+4
*
Allow customizing hooks defined via define-minor-mode
Lars Ingebrigtsen
2020-09-19
1
-0
/
+3
*
(define-minor-mode): Don't compute a default :group (bug#41145)
Stefan Monnier
2020-09-09
1
-10
/
+1
*
Minor mode doc string clarification
Lars Ingebrigtsen
2020-08-21
1
-1
/
+4
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix some &rest body edebug specs
Lars Ingebrigtsen
2019-10-16
1
-1
/
+1
*
Improve docstrings auto-generated by `define-minor-mode'
Juanma Barranquero
2019-10-05
1
-3
/
+11
*
Revert "Improve docstrings auto-generated by `define-minor-mode'"
Juanma Barranquero
2019-10-04
1
-11
/
+5
*
Improve docstrings auto-generated by `define-minor-mode'
Juanma Barranquero
2019-10-04
1
-5
/
+11
*
Make the help page mention the customizeable global mode variable
Lars Ingebrigtsen
2019-10-01
1
-0
/
+1
*
Respect global-eldoc-mode in minibuffers (Bug#36886)
Noam Postavsky
2019-08-20
1
-16
/
+22
*
* easy-mmode.el: simplify via custom-current-group
Stefan Monnier
2019-03-26
1
-6
/
+0
*
* lisp/emacs-lisp/easy-mmode.el: Fix most obvious bug#34723
Stefan Monnier
2019-03-13
1
-1
/
+6
*
Simplify easy-mmode-define-navigation
Charles A. Roelli
2019-02-19
1
-3
/
+1
*
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
*
|
Improve doc strings generated by 'easy-mmode-define-navigation'
Eli Zaretskii
2018-11-09
1
-2
/
+5
*
|
Don't quote self-quoting pcase patterns
Michael Heerdegen
2018-10-30
1
-31
/
+31
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-13
1
-12
/
+16
|
\
|
|
*
Avoid turning on the global-minor-mode recursively
John Shahid
2018-07-10
1
-12
/
+16
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-7
/
+24
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-02
1
-3
/
+5
|
\
|
|
*
Don't clobber docstrings of explicitly-defined mode hook variables
Phil Sainty
2017-10-31
1
-3
/
+5
*
|
Add indent spec to easy-mmode macros
Mark Oteiza
2017-09-28
1
-0
/
+2
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring
Philipp Stephani
2016-12-07
1
-3
/
+4
*
Wrap the auto-generated doc string
Lars Ingebrigtsen
2016-05-01
1
-1
/
+2
*
Minor fixes in global-auto-composition-mode
Eli Zaretskii
2016-02-15
1
-0
/
+1
*
Revert commit b1e3d14845517bfa9fa5d6d3840f3ab3160306fd
Leo Liu
2016-01-07
1
-6
/
+5
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Fix docstring quoting problems with ‘ '’
Paul Eggert
2015-11-17
1
-2
/
+2
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-1
/
+1
*
In strings, prefer plain ` and ' to \` and \'
Paul Eggert
2015-06-30
1
-1
/
+1
*
(define-minor-mode): Use setq-default for :global minor modes
Stefan Monnier
2015-06-17
1
-31
/
+29
*
emacs-lisp/easy-mmode.el: Clarify mode switch messages
Kelly Dean
2015-02-17
1
-2
/
+11
*
emacs-lisp/easy-mmode.el (define-minor-mode): Clarify docs
Kelly Dean
2015-02-17
1
-3
/
+6
*
emacs-lisp/easy-mmode.el: Process macro arguments correctly
Kelly Dean
2015-02-17
1
-1
/
+2
*
lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
Oleh Krehel
2015-01-30
1
-5
/
+6
[prev]
[next]