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 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add | Eli Zaretskii | 2007-03-24 | 1 | -6/+6 |
| | | | | prompts to interactive specs. | ||||
* | 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 |
| | |||||
* | * mh-customize.el: Do not use face-alias compatibility for | Dan Nicolaescu | 2005-08-15 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release. | ||||
* | 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 |
| | |||||
* | (testcover): Finish `defgroup' description with period. | Juanma Barranquero | 2005-07-04 | 1 | -1/+1 |
| | |||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387 | Miles Bader | 2005-06-10 | 1 | -7/+11 |
| | | | | | | | | | | | | Remove "-face" suffix from testcover faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/emacs-lisp/testcover.el (testcover-nohits, testcover-1value): Remove "-face" suffix from face names. (testcover-nohits-face, testcover-1value-face): New backward-compatibility aliases for renamed faces. (testcover-mark): Use renamed testcover faces. | ||||
* | Specify missing group (and type, if simple) in defcustom. | Juanma Barranquero | 2005-05-19 | 1 | -1/+2 |
| | |||||
* | Added some additional functions to the `1-valued', `compose', and progn groups. | Jonathan Yavner | 2004-07-17 | 1 | -73/+150 |
| | | | | | Bugfix for marking up the definition for an empty function. New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued. | ||||
* | Ensure that forms marked with `1value' actually always return the same value. | Jonathan Yavner | 2003-11-30 | 1 | -21/+34 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (noreturn): Report error if does return. | Richard M. Stallman | 2003-08-06 | 1 | -6/+6 |
| | | | | (testcover-reinstrument-clauses): Doc fix. | ||||
* | Updated contact address. | Jonathan Yavner | 2003-07-25 | 1 | -2/+2 |
| | |||||
* | No error when marking functions whose body just returns a constant. Handle | Jonathan Yavner | 2003-03-28 | 1 | -15/+15 |
| | | | | | screwy top-level macros that create functions and store them as properties of symbols. Support for CL's function* macro. | ||||
* | New major mode "SES" for spreadsheets. | Jonathan Yavner | 2002-09-28 | 1 | -0/+448 |
New function (unsafep X) determines whether X is a safe Lisp form. New support module testcover.el for coverage testing. |