Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Tom Tromey <tromey at redhat.com> | Glenn Morris | 2008-04-24 | 1 | -2/+14 |
| | | | | (easy-mmode-define-keymap): Document keywords. Add :suppress. | ||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (easy-mmode-define-navigation): | Stefan Monnier | 2007-10-20 | 1 | -30/+32 |
| | | | | | | | | Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess. | ||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -25/+27 |
|\| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875 | ||||
| * | (define-minor-mode): Fix staging brain damage. | Stefan Monnier | 2007-09-21 | 1 | -25/+27 |
| | | |||||
* | | (easy-mmode-define-syntax): Use `mapc' rather than `mapcar'. | Juanma Barranquero | 2007-09-26 | 1 | -1/+1 |
|/ | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings. | Juanma Barranquero | 2007-06-04 | 1 | -2/+2 |
| | |||||
* | (define-minor-mode): Fix generated doc string. | Richard M. Stallman | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | (define-globalized-minor-mode): Improve doc string of generated command. | Richard M. Stallman | 2007-04-22 | 1 | -4/+5 |
| | |||||
* | (define-globalized-minor-mode): Rename from define-global-minor-mode. | Chong Yidong | 2007-02-03 | 1 | -4/+6 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (define-global-minor-mode): Doc fix. | Richard M. Stallman | 2006-12-30 | 1 | -1/+1 |
| | |||||
* | (easy-mmode-define-navigation): Fix interactive spec of the functions | Chong Yidong | 2006-11-28 | 1 | -2/+2 |
| | | | | getting defined to make them work as documented. | ||||
* | (define-minor-mode): Reference manual about customization, rather than | Richard M. Stallman | 2006-08-31 | 1 | -1/+2 |
| | | | | M-x customize, in the doc string made for the defcustom. | ||||
* | (define-minor-mode): Doc fix. | Richard M. Stallman | 2006-07-09 | 1 | -2/+2 |
| | |||||
* | (define-minor-mode): Doc fix. | Eli Zaretskii | 2006-07-08 | 1 | -1/+1 |
| | |||||
* | (define-minor-mode): Only preserve messages output during execution of the body. | Stefan Monnier | 2006-05-08 | 1 | -2/+6 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | (easy-mmode-define-navigation): Put `definition-name' properties on the | Juri Linkov | 2005-12-04 | 1 | -1/+3 |
| | | | | constructed function names next-sym and prev-sym. | ||||
* | (define-global-minor-mode): Pass all specified keyword args on to | Luc Teirlinck | 2005-11-05 | 1 | -9/+17 |
| | | | | `define-minor-mode'. Update docstring. | ||||
* | (define-minor-mode): Simplify. | Stefan Monnier | 2005-08-24 | 1 | -15/+7 |
| | |||||
* | (define-minor-mode): Never call the mode function using `eval-after-load'. | Luc Teirlinck | 2005-07-22 | 1 | -6/+1 |
| | |||||
* | (define-minor-mode): Avoid constructing a defcustom with two :set or | Luc Teirlinck | 2005-07-16 | 1 | -4/+11 |
| | | | | :type keywords. | ||||
* | (define-minor-mode): Do not override explicitly specified :initialize keyword. | Luc Teirlinck | 2005-07-14 | 1 | -1/+7 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (define-minor-mode): Don't automatically add a :require to the defcustom. | Stefan Monnier | 2005-06-26 | 1 | -4/+1 |
| | |||||
* | (define-minor-mode): If BODY is empty, give the variable a doc string | Richard M. Stallman | 2005-06-08 | 1 | -5/+10 |
| | | | | that doesn't say don't set it directly. | ||||
* | (define-global-minor-mode): Make it keep track of which major mode it | Luc Teirlinck | 2005-06-04 | 1 | -19/+47 |
| | | | | enabled the minor mode for. Use find-file-hook again. Update docstring. | ||||
* | (define-global-minor-mode): Use `after-change-major-mode-hook' instead | Luc Teirlinck | 2005-05-22 | 1 | -3/+3 |
| | | | | of `find-file-hook'. | ||||
* | (define-minor-mode): Don't generate a defcustom for the mode hook variable. | Lute Kamstra | 2005-05-17 | 1 | -15/+8 |
| | |||||
* | (easy-mmode-pretty-mode-name): Improve commentary. | Eli Zaretskii | 2005-05-08 | 1 | -2/+4 |
| | |||||
* | (easy-mmode-pretty-mode-name): Explain | Eli Zaretskii | 2005-05-07 | 1 | -3/+16 |
| | | | | | | | more about the LIGHTER arg's usage in the doc string. Add commentary to clarify what the code does. Fix the regexp that strips whitespace from LIGHTER. Quote LIGHTER before using it, since it could have characters special to regular expressions. | ||||
* | (define-minor-mode): Fix docstring. | Lute Kamstra | 2005-04-26 | 1 | -2/+2 |
| | |||||
* | (define-global-minor-mode): Don't use custom-current-group. | Lute Kamstra | 2005-04-05 | 1 | -10/+11 |
| | | | | (define-minor-mode): Ditto. Document default :group value. | ||||
* | (define-global-minor-mode): Renamed from easy-mmode-define-global-mode. | Richard M. Stallman | 2005-03-31 | 1 | -2/+3 |
| | | | | (easy-mmode-define-global-mode): Alias for define-global-minor-mode. | ||||
* | (easy-mmode-define-global-mode, define-minor-mode): Call | Lute Kamstra | 2005-03-31 | 1 | -5/+6 |
| | | | | custom-current-group at load-time. | ||||
* | (define-minor-mode): Use called-interactively-p. | Richard M. Stallman | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | (easy-mmode-define-navigation): Use a more robust check of widening. | Stefan Monnier | 2004-01-27 | 1 | -10/+9 |
| | |||||
* | (easy-mmode-define-navigation): Take additional | Thien-Thi Nguyen | 2003-11-14 | 1 | -18/+35 |
| | | | | | | | optional arg NARROWFUN. For the generated functions: Add local var `was-narrowed-p'. Also, if NARROWFUN is specified, include frags that arrange to check for and save narrowing state before the move and then conditionally call NARROWFUN after the move. | ||||
* | (easy-mmode-define-navigation): Avoid | Dave Love | 2003-10-20 | 1 | -2/+2 |
| | | | | incf in macro expansion. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (easy-mmode-define-navigation): Avoid | Andreas Schwab | 2003-06-22 | 1 | -3/+3 |
| | | | | | variable as format argument for error. Don't call symbol-name on string. | ||||
* | (define-minor-mode): Add edebug spec. | Stefan Monnier | 2003-05-29 | 1 | -5/+15 |
| | | | | Accept a :keymap argument, as you'd expect. | ||||
* | (define-minor-mode): Only echo a message if the body didn't do so already. | Stefan Monnier | 2003-04-18 | 1 | -4/+3 |
| | | | | (easy-mmode-define-keymap): Remove unused var `suppress'. | ||||
* | (define-minor-mode): Use custom-set-minor-mode. | Stefan Monnier | 2003-03-24 | 1 | -9/+13 |
| | | | | Pass unknown keyword args blindly to defcustom. |