summaryrefslogtreecommitdiff
path: root/lisp/play
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* * yow.el (yow): Fix interactive spec.Jim Blandy1993-05-031-1/+1
|
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-1/+1
|
* (mpuz-try-letter): Use read-char to read digit.Richard M. Stallman1993-04-021-19/+5
| | | | | Use message directly also. Use downcase. (mpuz-read-map): Deleted.
* (cookie) Enhanced it to handle both LINS files and UNIX fortune files.Eric S. Raymond1993-03-271-11/+16
|
* (psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one.Eric S. Raymond1993-03-261-3/+1
|
* Add TO-DO list.Eric S. Raymond1993-03-221-0/+3
|
* Initial revisionEric S. Raymond1993-03-221-0/+126
|
* Modified to use cookie.elEric S. Raymond1993-03-222-103/+25
|
* Added or corrected Commentary headersEric S. Raymond1993-03-222-3/+9
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+7
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-224-0/+46
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* Add standard library headers.Eric S. Raymond1993-03-171-1/+2
|
* Tue Dec 1 22:34:42 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)Jim Blandy1992-12-061-17/+31
| | | | | | * hanoi.el (hanoi): If pole-spacing is odd, round down, not up. To see if the window is wide enough, just check if one half of a ring will fit inside pole-spacing.
* (gomoku): Make it autoload.Richard M. Stallman1992-09-261-13/+2
|
* (spook): Make it autoload.Richard M. Stallman1992-09-261-0/+1
|