Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment change. | Richard M. Stallman | 2006-09-08 | 1 | -0/+2 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | (disabled-command-hook): Declare it with `define-obsolete-variable-alias'. | Juanma Barranquero | 2005-07-19 | 1 | -2/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (disable-command): Don't add spurious newlines to the init file. | Lute Kamstra | 2005-04-27 | 1 | -4/+5 |
| | | | | Reported by Dan Jacobson <jidanni@jidanni.org>. | ||||
* | (disabled-command-function): Output in *Disabled Command*. | Richard M. Stallman | 2005-03-06 | 1 | -4/+9 |
| | | | | Explicitly ignore non-keyboard events, and explicitly handle C-g. | ||||
* | (disabled-command-hook): Autoload the defalias | Richard M. Stallman | 2005-02-16 | 1 | -3/+2 |
| | | | | and the make-obsolete-variable call. | ||||
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -1/+1 |
| | | | | Change development version from 21.3.50 to 22.0.50. | ||||
* | (disabled-command-hook): Use shorthand for obsolescence. | Stefan Monnier | 2004-09-13 | 1 | -3/+3 |
| | | | | (disabled-command-function): Make the ?\ char more obvious. | ||||
* | (disabled-command-function): New variable renamed from | Luc Teirlinck | 2004-08-08 | 1 | -4/+10 |
| | | | | | | | | `disabled-command-hook'. (disabled-command-hook): Keep the _variable_ as alias for `disabled-command-function' and make obsolete. (disabled-command-function): Function renamed from `disabled-command-hook'. Adapt code to namechange of the variable. | ||||
* | (enable-command, disable-command): Doc fixes. | Luc Teirlinck | 2004-07-31 | 1 | -2/+4 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (disabled-command-hook): Clarify output text to match prompt. | Pavel Janík | 2002-03-20 | 1 | -5/+5 |
| | |||||
* | (disabled-command-hook): Clarify output text. | Richard M. Stallman | 2002-02-03 | 1 | -24/+25 |
| | | | | Indent the paragraph from the command's doc string. | ||||
* | (enable-command): If Emacs was invoked as "emacs -q", | Eli Zaretskii | 2002-02-02 | 1 | -15/+39 |
| | | | | | | | don't alter the user's ~/.emacs. (disable-command): If user-init-file is nil or does not exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows). But don't alter the init file if Emacs was invoked as "emacs -q" | ||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | (enable-command): If user-init-file is nil or does not | Eli Zaretskii | 2001-05-27 | 1 | -13/+21 |
| | | | | exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows). | ||||
* | Add provide call. | Richard M. Stallman | 1997-06-22 | 1 | -0/+2 |
| | |||||
* | (disabled-command-hook): Correctly keep the first | Richard M. Stallman | 1996-12-13 | 1 | -5/+6 |
| | | | | paragraph of the command's documentation. | ||||
* | (disabled-command-hook): Use `defvar' and add documentation string. | Erik Naggum | 1996-12-09 | 1 | -6/+10 |
| | | | | (disabled-command-hook): New option ! turns off disabled commands. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (disabled-command-hook): Recognize ESC x as well as M-x. | Karl Heuer | 1995-02-08 | 1 | -8/+12 |
| | |||||
* | (enable-command): Always insert code to enable. | Richard M. Stallman | 1994-12-22 | 1 | -5/+6 |
| | | | | (disable-command): Insert newline before as well as after. | ||||
* | (disabled-command-hook): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -1/+4 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (disabled-command-hook): Try to enable command in user | Richard M. Stallman | 1994-04-28 | 1 | -3/+5 |
| | | | | init file only if there is a user init file. | ||||
* | (disabled-command-hook): Use eq to compare elts | Richard M. Stallman | 1994-02-12 | 1 | -1/+4 |
| | | | | of this-command-keys. Choose the appropriate kind of Meta. | ||||
* | (disabled-command-hook): Use eq to compare elts of this-command-keys. | Richard M. Stallman | 1994-02-09 | 1 | -1/+1 |
| | |||||
* | (disable-command): Reject invalid commands. | Richard M. Stallman | 1994-02-02 | 1 | -0/+2 |
| | |||||
* | (enable-command, disable-command): Use user-init-file. | Richard M. Stallman | 1994-01-06 | 1 | -2/+4 |
| | |||||
* | (enable-command): Remove spurious assignment of free variable `foo'. | Roland McGrath | 1993-03-31 | 1 | -1/+0 |
| | |||||
* | Undo previous change. | Richard M. Stallman | 1993-03-28 | 1 | -9/+0 |
| | |||||
* | (enable-and-notify) Added. Inspired by Roland McGrath's LCD package | Eric S. Raymond | 1993-03-27 | 1 | -0/+9 |
| | | | | enable-me. | ||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+6 |
| | |||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -1/+5 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-05-23 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Brian Preble | 1991-05-13 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1991-05-09 | 1 | -0/+4 |
| | |||||
* | Initial revision | Joseph Arceneaux | 1989-10-31 | 1 | -0/+105 |