Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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. | ||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (define-minor-mode): Use `custom-current-group'. | Markus Rost | 2002-12-13 | 1 | -5/+8 |
| | | | | | Pass all groups to the hook. (easy-mmode-define-global-mode): Use `custom-current-group'. | ||||
* | (define-minor-mode): Doc fix. | Richard M. Stallman | 2002-10-07 | 1 | -5/+14 |
| | |||||
* | (define-minor-mode): Don't add properties | Stefan Monnier | 2002-09-27 | 1 | -10/+3 |
| | | | | | to the name since they're added by mode-line-format already. (define-minor-mode): Run (,mode -1) when needed. | ||||
* | (define-minor-mode): Add a :require arg. | Stefan Monnier | 2002-09-13 | 1 | -12/+15 |
| | | | | Don't call the function during init if mode is on by default. | ||||
* | (define-minor-mode): Use customize-mark-as-set for global minor modes. | Stefan Monnier | 2002-08-26 | 1 | -3/+5 |
| | |||||
* | (easy-mmode-define-global-mode): Use find-file-hook instead of find-file-hooks. | Stefan Monnier | 2002-08-15 | 1 | -10/+15 |
| | | | | | | (define-minor-mode): Get rid of this silly `togglep'. Add an explicit `toggle' argument (used for interactive calls). Emit a warning when a nil argument turns the mode off. | ||||
* | (easy-mmode-define-global-mode): Put `definition-name' properties on | Richard M. Stallman | 2002-08-13 | 1 | -1/+3 |
| | | | | the functions whose names are constructed. | ||||
* | (define-minor-mode): Use "P" in interactive spec of minor mode commands. | Richard M. Stallman | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | (define-minor-mode): Make no arg by default in an interactive call, | Richard M. Stallman | 2001-12-21 | 1 | -2/+4 |
| | | | | so that repeating the command toggles again. | ||||
* | (define-minor-mode): Use | Gerd Moellmann | 2001-08-09 | 1 | -6/+4 |
| | | | | mode-line-minor-mode-keymap for the minor mode name. | ||||
* | *** empty log message *** | Pavel Janík | 2001-07-17 | 1 | -2/+4 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -1/+1 |
| |