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
*
Do not call to `selected-window' where it is assumed by default.
Dmitry Antipov
2013-08-05
1
-1
/
+1
*
* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
Stefan Monnier
2013-08-02
1
-6
/
+6
*
Always defvar a mode's hook and provide a docstring.
Stefan Monnier
2013-05-27
1
-0
/
+6
*
Silence some compiler warnings
Glenn Morris
2013-05-21
1
-7
/
+8
*
* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
Stefan Monnier
2013-02-25
1
-26
/
+11
*
emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a global
Alan Mackenzie
2013-02-15
1
-12
/
+31
*
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix re setf.
Glenn Morris
2013-02-14
1
-7
/
+8
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Misc doc fixes.
Chong Yidong
2012-09-22
1
-6
/
+11
*
* lisp/emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
Stefan Monnier
2012-06-27
1
-1
/
+2
*
Reduce use of cl in lisp/emacs-lisp/.
Stefan Monnier
2012-06-10
1
-29
/
+27
*
Remove incorrect uses of "modeline".
Chong Yidong
2012-06-02
1
-1
/
+1
*
Add `declare' for `defun'. Align `defmacro's with it.
Stefan Monnier
2012-05-30
1
-2
/
+5
*
* lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
Stefan Monnier
2012-05-17
1
-2
/
+3
*
Add new error and function `user-error'.
Stefan Monnier
2012-05-04
1
-4
/
+2
*
Avoid the use of ((lambda ...) ...) in lexical-binding code.
Stefan Monnier
2012-04-14
1
-1
/
+1
*
Add new parameter :after-hook to define-minor-mode. Use this in the
Alan Mackenzie
2012-02-23
1
-1
/
+6
*
Doc updates for define-minor-mode argument behavior
Glenn Morris
2012-02-07
1
-1
/
+9
*
Tweak previous define-minor-mode change
Glenn Morris
2012-01-31
1
-9
/
+3
*
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
Glenn Morris
2012-01-30
1
-7
/
+12
*
Small define-minor-mode fix for variable: keyword.
Glenn Morris
2012-01-30
1
-2
/
+10
*
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case.
Glenn Morris
2012-01-30
1
-1
/
+1
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
Chong Yidong
2011-11-28
1
-4
/
+4
*
Replace fundamental-mode-hook with change-major-mode-after-body-hook.
Chong Yidong
2011-10-27
1
-2
/
+4
*
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
Glenn Morris
2011-10-24
1
-2
/
+3
*
Fix minor mode docstrings for the new meaning of a nil ARG.
Chong Yidong
2011-10-19
1
-5
/
+7
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Merge from emacs-23 branch, up to 2010-05-20T22:16:19Z!juri@jurta.org.
Glenn Morris
2011-01-17
1
-3
/
+4
|
\
|
*
* emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
Stefan Monnier
2011-01-17
1
-3
/
+4
*
|
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Remove duplicate Lisp definitions of define-minor-mode variables defined in C.
Glenn Morris
2010-10-28
1
-2
/
+3
*
|
Add "Package:" file headers to denote built-in packages.
Chong Yidong
2010-08-29
1
-0
/
+1
*
|
Merge changes from emacs-23 branch.
Chong Yidong
2010-08-22
1
-16
/
+14
|
\
|
|
*
Doc fix for define-minor-mode (Bug#6880).
Chong Yidong
2010-08-22
1
-16
/
+14
*
|
Define auto-save-mode with define-minor-mode.
Stefan Monnier
2010-05-05
1
-9
/
+25
*
|
Use define-minor-mode for less obvious cases.
Stefan Monnier
2010-05-04
1
-15
/
+25
*
|
Make it possible to locally disable a globally enabled mode.
Stefan Monnier
2010-04-28
1
-0
/
+2
*
|
Let the user turn off locally a globalized minor mode
Stefan Monnier
2010-04-27
1
-7
/
+8
*
|
(define-minor-mode): A nil argument to the minor mode turns the mode ON.
Stefan Monnier
2010-04-12
1
-9
/
+4
|
/
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make
Eli Zaretskii
2010-01-02
1
-2
/
+6
*
(define-minor-mode): Purecopy :lighter.
Dan Nicolaescu
2009-11-11
1
-1
/
+1
*
Use `called-interactively-p' instead of `interactive-p'.
Juanma Barranquero
2009-10-02
1
-1
/
+1
*
* image-mode.el (image-toggle-display):
Juanma Barranquero
2009-10-02
1
-1
/
+1
*
(easy-mmode-defmap): Add doc-string.
Glenn Morris
2009-09-10
1
-2
/
+5
*
(define-minor-mode): Don't use symbol-value with constant argument.
Stefan Monnier
2009-08-30
1
-2
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
(easy-mmode-set-keymap-parents): Evaluate definition when compiling.
Glenn Morris
2008-06-21
1
-11
/
+12
[next]