1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Glenn Morris
5a9dffec38 Switch license to GPLv3 or later. 2007-07-25 04:24:43 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
f2e3589a33 Update copyright years. 2006-12-09 04:06:06 +00:00
Romain Francoise
1004fadc84 Update copyright notices of all files in the lisp/play directory. 2006-02-05 14:10:45 +00:00
Thien-Thi Nguyen
5fd6d89f46 Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
Richard M. Stallman
2f4fbe7a92 (snake-mode): Avoid warning. 2005-07-16 18:35:08 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Lute Kamstra
c83c96545b * play/5x5.el (5x5-mode):
* play/decipher.el (decipher-mode, decipher-stats-mode):
* play/gomoku.el (gomoku-mode):
* play/snake.el (snake-mode):
* play/solitaire.el (solitaire-mode):
* play/tetris.el (tetris-mode): Use run-mode-hooks.

* play/landmark.el (lm-mode):
* play/mpuz.el (mpuz-mode): Use kill-all-local-variables and
run-mode-hooks.
2005-05-26 15:26:09 +00:00
Thien-Thi Nguyen
0ec2b560ea Update years in copyright notice; nfc. 2005-05-12 01:35:20 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Francesco Potortì
c2f8b57c62 (snake-border-options): Use color on tty if available. 2002-09-13 13:31:54 +00:00
Colin Walters
e6eb4750af (snake-score-file): Default to just "snake-scores". 2002-04-10 19:14:07 +00:00
Sam Steingold
adcce7d5f5 fixed parens in the last patch 2002-03-03 16:09:28 +00:00
Richard M. Stallman
35ce93ebfd (snake-score-file): Put in home dir, not in /tmp. 2002-03-03 14:13:14 +00:00
Richard M. Stallman
5bcfaa0725 (snake-velocity-queue, snake-update-velocity)
(snake-final-x-velocity, snake-final-y-velocity):
New variable and functions.  Store user's keypresses
into a queue and pop from the queue each subsequent turn.
(snake-update-game, snake-move-left)
(snake-move-right, snake-move-up, snake-move-down, snake-active-p)
(snake-start-game): Use that queue.
(snake-use-glyphs-flag): Renamed from snake-use-glyphs.
(snake-use-color-flag): Likewise.
(snake-mode): Rename uses of those variables.
2002-02-22 15:19:06 +00:00
Pavel Janík
abbf7dcdd6 (snake-mode): Remove make-local-hook. 2001-11-25 11:32:52 +00:00
Eli Zaretskii
a7c29c442c (snake-score-file): Use temporary-file-directory
instead of a literal "/tmp".  Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.
2001-09-29 18:37:22 +00:00
Pavel Janík
6e44da43b1 Some fixes to follow coding conventions. 2001-07-16 09:10:19 +00:00
Richard M. Stallman
6b6dee47c9 Comment change. 1998-06-14 21:32:13 +00:00
Richard M. Stallman
0bbf74a829 Initial revision 1998-06-14 21:24:54 +00:00