Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (macro-declaration-function): Disallow declare specs with lengths of 3 | Chong Yidong | 2008-11-30 | 1 | -8/+13 |
| | | | | or more. | ||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | (define-obsolete-variable-alias): Doc fix. | Glenn Morris | 2008-04-12 | 1 | -0/+9 |
| | |||||
* | (make-obsolete): Doc fix. | Glenn Morris | 2008-02-28 | 1 | -1/+2 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-02-24 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074 | ||||
| * | *** empty log message *** | Juanma Barranquero | 2008-02-05 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
| * | Dan Nicolaescu <dann at ics.uci.edu> | Glenn Morris | 2007-12-01 | 1 | -2/+3 |
| | | | | | | | | (declare-function): Change to a macro. | ||||
| * | (declare-function): Define as a no-op, for compatibility with Emacs 23. | Glenn Morris | 2007-11-20 | 1 | -0/+5 |
| | | |||||
* | | (declare-function): Macro deleted. | Richard M. Stallman | 2007-12-03 | 1 | -37/+0 |
| | | |||||
* | | (declare-function): Add optional fourth argument and document it. | Glenn Morris | 2007-11-30 | 1 | -1/+10 |
| | | |||||
* | | (declare-function): Doc fix. | Glenn Morris | 2007-11-29 | 1 | -1/+3 |
| | | |||||
* | | (declare-function): Doc fix. | Glenn Morris | 2007-11-24 | 1 | -1/+3 |
| | | |||||
* | | (declare-function): Doc fix. | Glenn Morris | 2007-11-22 | 1 | -4/+5 |
| | | |||||
* | | (declare-function): Doc fix. | Glenn Morris | 2007-11-22 | 1 | -4/+8 |
| | | |||||
* | | (declare-function): Return nil. | Jason Rumney | 2007-11-21 | 1 | -1/+1 |
| | | |||||
* | | (declare-function): New macro. | Glenn Morris | 2007-11-17 | 1 | -0/+19 |
|/ | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | |||||
* | (define-obsolete-function-alias, define-obsolete-variable-alias): | Stefan Monnier | 2005-10-24 | 1 | -12/+14 |
| | | | | Add `doc-string' declaration. | ||||
* | (macro-declaration-function): Add a `doc-string' declaration. | Stefan Monnier | 2005-10-24 | 1 | -0/+2 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and | Juanma Barranquero | 2005-06-14 | 1 | -23/+23 |
| | | | | | | NEW to OBSOLETE-NAME and CURRENT-NAME respectively. (make-obsolete-variable, define-obsolete-variable-alias): Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively. | ||||
* | (eval-when-compile): Doc fix. | Richard M. Stallman | 2005-05-19 | 1 | -2/+3 |
| | |||||
* | (define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes. | Luc Teirlinck | 2005-05-05 | 1 | -12/+21 |
| | |||||
* | (define-obsolete-function-alias): Fix typo in docstring. | Juanma Barranquero | 2005-05-05 | 1 | -1/+1 |
| | |||||
* | (define-obsolete-function-alias): New macro. | Nick Roberts | 2005-04-26 | 1 | -0/+12 |
| | |||||
* | (define-obsolete-variable-alias): New macro. | Nick Roberts | 2005-04-22 | 1 | -0/+12 |
| | |||||
* | (macro-declaration-function): Move from subr.el. | Lute Kamstra | 2005-03-14 | 1 | -7/+28 |
| | | | | | (dont-compile, eval-when-compile, eval-and-compile): Use declare to specify indentation. | ||||
* | Replace lisp-indent-hook with lisp-indent-function throughout. | Lute Kamstra | 2005-03-12 | 1 | -6/+7 |
| | | | | (with-no-warnings): Set lisp-indent-function property. | ||||
* | (make-obsolete, make-obsolete-variable): Make argument names match their use in | Juanma Barranquero | 2004-05-07 | 1 | -9/+9 |
| | | | | docstring. | ||||
* | (with-no-warnings): Simplify: take all args as &rest arg. | Richard M. Stallman | 2004-04-21 | 1 | -3/+2 |
| | |||||
* | (defsubst): Add edebug spec and use backquote. | Stefan Monnier | 2004-03-22 | 1 | -6/+9 |
| | | | | (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec. | ||||
* | (make-obsolete-variable): Fix docstring. | Juanma Barranquero | 2004-03-18 | 1 | -3/+3 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Moved from lisp/. | Juanma Barranquero | 2003-05-30 | 1 | -0/+172 |