summaryrefslogtreecommitdiff
path: root/lisp/play/life.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (life-patterns): Add a few more interesting patterns.Juanma Barranquero2006-09-151-1/+23
| | | | (life-setup): Force `show-trailing-whitespace' to nil.
* (life-display-generation): Test for input manually if `sleeptime' is negativeEli Zaretskii2006-09-091-1/+2
| | | | or null.
* Update copyright notices of all files in the lisp/play directory.Romain Francoise2006-02-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-121-1/+1
|
* Maintainer is now FSF.Luc Teirlinck2004-11-161-6/+7
| | | | | | (life-patterns, life-neighbor-deltas, life-window-start) (life-current-generation, life-generation-string): Use defvar instead of defconst.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-2/+2
|
* (life): Rearrange code so that all calls toGerd Moellmann2001-03-121-4/+3
| | | | life-display-generation are in a catch-form.
* (life-grim-reaper): store-match-data => set-match-data.Richard M. Stallman1998-03-141-1/+1
|
* Comment change.Richard M. Stallman1997-05-271-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (abs): Function definition deleted.Richard M. Stallman1995-08-261-25/+20
| | | | | | | | | (goto-beginning-of-buffer): Macro deleted. Use goto-char. (goto-end-of-buffer): Macro deleted. Use goto-char. (maxint): Macro deleted. (life-increment): Renamed from increment. (life-initialized): New variable. (life): Do (random t) only once and only when `life' is called.
* (life-insert-random-pattern): Simplify (% (abs (random)) N)Paul Eggert1993-08-011-1/+1
| | | | to (random N).
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
|
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-1/+1
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+6
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* entered into RCSJim Blandy1992-08-041-33/+33
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* *** empty log message ***Jim Blandy1991-03-121-4/+2
|
* Initial revisionJoseph Arceneaux1990-03-061-0/+276