Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | * faces.el (xw-defined-colors): | Dan Nicolaescu | 2008-03-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded. | ||||
* | 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 |
| | | |||||
* | | (backquote): Improve argument/docstring consistency. | Juanma Barranquero | 2007-11-17 | 1 | -2/+2 |
|/ | |||||
* | (backquote-unquote-symbol, backquote-splice-symbol): | Stefan Monnier | 2007-08-23 | 1 | -2/+2 |
| | | | | Backslash the , and ,@ which are not new-style unquotes. | ||||
* | (backquote-delay-process): Fix last change. | Stefan Monnier | 2007-08-21 | 1 | -3/+2 |
| | |||||
* | (backquote-delay-process): New function. | Stefan Monnier | 2007-08-10 | 1 | -15/+39 |
| | | | | | (backquote-process): Add internal arg `level'. Use the two to correctly handle nested backquotes. | ||||
* | 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 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 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (backquote-list*-macro): Use nreverse. | Stefan Monnier | 2004-03-22 | 1 | -2/+8 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 2002-11-06 | 1 | -0/+4 |
| | |||||
* | (backquote-backquote-symbol) | Gerd Moellmann | 2001-09-03 | 1 | -4/+4 |
| | | | | | (backquote-unquote-symbol, backquote-splice-symbol): Remove `*' from doc strings. | ||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel JanÃk | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | (backquote-process): Handle `[,@SYMBOL]. | Richard M. Stallman | 2001-06-13 | 1 | -0/+2 |
| | |||||
* | Remove inappropriate customization (allowing custom.el to use | Dave Love | 2000-01-08 | 1 | -19/+8 |
| | | | | backquote). | ||||
* | Customized. | Stephen Eglen | 1998-04-05 | 1 | -9/+19 |
| | |||||
* | Fixed up initial line | Erik Naggum | 1996-05-20 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+4 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -16/+3 |
| | |||||
* | (backquote): Doc fix. | Richard M. Stallman | 1995-07-19 | 1 | -2/+2 |
| | |||||
* | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
| | |||||
* | ('\`): Use backslash for reading the backquote. | Richard M. Stallman | 1995-05-04 | 1 | -6/+6 |
| | | | | | (backquote-backquote-symbol): Likewise. (backquote): Doc fix. | ||||
* | (backquote-splice-symbol): Doc typo fix. | Richard M. Stallman | 1994-07-12 | 1 | -1/+1 |
| | |||||
* | (backquote-process): Fix criterion for using FIRSTLIST. | Richard M. Stallman | 1994-06-22 | 1 | -1/+4 |
| | |||||
* | (backquote-backquote-symbol): Don't autoload defvar. | Richard M. Stallman | 1994-05-07 | 1 | -3/+2 |
| | | | | (`): Write its name directly in the definition. Use defalias. | ||||
* | (backquote): Add autoloads. | Richard M. Stallman | 1994-05-03 | 1 | -0/+3 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (backquote-process): Don't crash if ultimate | Richard M. Stallman | 1994-04-12 | 1 | -7/+20 |
| | | | | expression is just a variable. | ||||
* | (backquote-listify): Renamed from bq-listify. | Richard M. Stallman | 1994-03-06 | 1 | -27/+25 |
| | | | | | | | (backquote-process): Renamed from bq-process. (backquote-list*-function): Renamed from list*-function. (backquote-list*-macro): Renamed from list*-macro. (backquote-list*): Renamed from list*. | ||||
* | Complete rewrite by Sladkey. | Richard M. Stallman | 1994-03-06 | 1 | -339/+186 |
| | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -3/+3 |
| | |||||
* | Added standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -1/+1 |
| | |||||
* | Dox fix. | Richard M. Stallman | 1992-10-03 | 1 | -3/+0 |
| | |||||
* | Dox Fix | Christopher Zaborsky | 1992-09-27 | 1 | -4/+4 |
| | |||||
* | 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 | -3/+7 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-03-16 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-07-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1991-05-09 | 1 | -0/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1991-01-31 | 1 | -0/+354 |