summaryrefslogtreecommitdiff
path: root/lisp/play
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address.Erik Naggum1996-01-1411-78/+90
|
* Comment fixes.Karl Heuer1996-01-052-3/+3
|
* (make-doctor-variables, doctor-othermodifierp,Karl Heuer1996-01-041-3/+3
| | | | doctor-strangelove): Fix message spelling.
* (dun-cd): Fix local var misspelling.Karl Heuer1996-01-041-4/+4
|
* (apropos-zippy): New command.Noah Friedman1995-12-191-9/+43
| | | | | | | (yow-load-message, yow-after-load-message): New constants. (yow, read-zippyism): Use them. Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS..
* Initial revisionRichard M. Stallman1995-11-251-0/+120
|
* Comment change.Richard M. Stallman1995-10-301-1/+1
|
* (dun-climb): Handle unknown object name.Richard M. Stallman1995-09-251-14/+17
| | | | (dun-objnames): Add "palm" as alias for "tree".
* (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.
* Initial revisionRichard M. Stallman1995-08-041-0/+454
|
* Fix spelling of author's name.Karl Heuer1995-05-041-1/+1
|
* (gomoku-human-plays): Change to C-c C-p.Karl Heuer1995-05-021-4/+4
| | | | | | (gomoku-human-takes-back): Change to C-c C-b. (gomoku-human-resigns): Change to C-c C-r. (gomoku-emacs-plays): Change to C-c C-e.
* (hanoi): Use force-mode-line-update.Karl Heuer1995-04-251-1/+1
|
* (gomoku-display-statistics): Use force-mode-line-update.Karl Heuer1995-04-251-2/+1
|
* (gomoku-click): New function.Richard M. Stallman1994-11-191-0/+7
| | | | (gomoku-mode-map): Put it on Mouse-2.
* (yow): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (dissociated-press): Error at start if buffer is empty.Richard M. Stallman1994-07-261-0/+2
|
* Use add-hook, (provide 'meese).Richard M. Stallman1994-07-031-12/+13
| | | | | | (protect-innocence-hook): compare expanded file names for the sake of non-unix file systems. Use expand-file-name instead of concat to create "celibacy.1" file name. Check that the "sex.6" exists.
* (gomoku-display-statistics): Use human's point of viewRichard M. Stallman1994-06-051-21/+14
| | | | | | for wins and losses. (gomoku-number-of-emacs-wins): Renamed from gomoku-number-of-wins. (gomoku-number-of-human-wins): Renamed from gomoku-number-losses.
* Update copyright.Karl Heuer1994-05-032-2/+2
|
* Added comment indicating author.Noah Friedman1994-04-271-0/+1
|
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-13/+12
|
* (gomoku-init-display, gomoku-put-char):Richard M. Stallman1994-02-071-33/+31
| | | | Bind inhibit-read-only; don't set buffer-read-only.
* (yow-file): Doc fix.Roland McGrath1994-01-171-8/+16
| | | | | | (yow): With non-nil arg (prefix arg), insert the chosen pinhead wisdom at point. Use (interactive-p) instead of arg to decide if interactive. (insert-zippyism): Yow! Am I INSERTED yet?
* (make-doctor-variables): Fix some local var names.Richard M. Stallman1993-12-231-3/+5
| | | | | (doctor-adverbp): Don't die if doctor-make-string gives a string of length < 2.
* (read-zippyism): New function.Roland McGrath1993-09-171-0/+6
|
* (read-cookie): New function.Roland McGrath1993-09-171-3/+23
|
* (dun-save-game): Use correct name of endgame question.Richard M. Stallman1993-09-101-1/+1
|
* * blackbox.el (blackbox-mode-map): Now that we haveJim Blandy1993-08-011-12/+5
| | | | | | | terminal-independent function-key facilities, we ought to use them. Remove hack which looks for all bindings for the simple motion keys and locally binds them to blackbox keys; add bindings for the [up], [down], [left], and [right] keys.
* (pick-random): Remove.Paul Eggert1993-08-011-7/+2
| | | | All callers changed to use `random' instead.
* (dissociated-press): Use `(random N)' instead of while loop.Paul Eggert1993-08-011-3/+1
|
* (dun-endgame-question, tcom, tloc):Paul Eggert1993-08-011-3/+3
| | | | Use (random N) instead of combination of %, abs and random.
* (random-number): Remove.Paul Eggert1993-08-011-6/+1
| | | | All callers changed to use `random' instead.
* (life-insert-random-pattern): Simplify (% (abs (random)) N)Paul Eggert1993-08-011-1/+1
| | | | to (random N).
* (mpuz-random): Remove.Paul Eggert1993-08-011-8/+3
| | | | All callers changed to use `random' instead.
* * mpuz.el (mpuz-board): Doc fix.Jim Blandy1993-07-291-1/+1
|
* (doctor-type-symbol): Win if auto-fill-function is nil.Richard M. Stallman1993-07-231-2/+3
|
* entered into RCSRichard M. Stallman1993-07-231-3/+9
|
* *** empty log message ***Richard M. Stallman1993-07-201-1/+2
|
* (cookie, cookie-insert, cookie-snarf, shuffle-vector): Autoload these.Roland McGrath1993-07-181-0/+4
|
* (snarf-spooks): Restore function.Roland McGrath1993-07-141-9/+16
|
* (cookie-cache): New defvar.Roland McGrath1993-07-141-17/+28
| | | | | (cookie-snarf): Cache cookies in `cookie-cache', not in obarray (idiot). Also store the modtime and punt the cache when it changes.
* *** empty log message ***Richard M. Stallman1993-07-131-1217/+1229
|
* Initial revisionRichard M. Stallman1993-07-081-0/+3316
|
* Add (provide 'hanoi).Roland McGrath1993-07-081-1/+3
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-097-15/+15
|
* Comment change.Richard M. Stallman1993-06-021-1/+1
|
* Provide cookie1.Richard M. Stallman1993-06-011-1/+1
|
* Use cookie1.el.Richard M. Stallman1993-06-012-4/+4
|
* Renamed to cookie1.el.Richard M. Stallman1993-06-011-1/+1
|