aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require cl only when compiling.Richard M. Stallman1996-03-031-5/+6
| | | | | (scroll-step): Don't set it globally. (dun-mode): Set scroll-step locally.
* Load cl within eval-when-compile.Richard M. Stallman1996-02-231-2/+2
| | | | (decipher-font-lock-keywords): Fix doc patching error.
* (decipher-mode): Removed nonstandard font-lock support.Richard M. Stallman1996-02-231-79/+37
| | | | | | | | | | (decipher-make-checkpoint, decipher-resync): Removed special support for font-lock. (decipher-resync): Removed `$' from regexps. (decipher-set-map): Use font-lock-fontify-region-function. (decipher-font-lock-keywords): Removed newlines from regexps. (decipher-use-font-lock): Deleted. (decipher-toggle-font-lock, decipher-turn-on-font-lock): Deleted.
* (dun-urinate): Renamed.Karl Heuer1996-02-211-2/+4
| | | | | (dun-verblist): Indecent word deleted. (dunnet): Print "censored" message.
* More censorship.Karl Heuer1996-02-211-3/+1
|
* (decipher-mode, decipher-set-map, decipher-insert,Karl Heuer1996-02-191-4/+79
| | | | | | | decipher-make-checkpoint, decipher-resync): Added special support for font-lock. (decipher-use-font-lock, decipher-font-lock-keywords): New vars. (decipher-toggle-font-lock, decipher-turn-on-font-lock): New funcs.
* Doc changes.Karl Heuer1996-02-161-37/+54
| | | | | | | | | | (decipher-char): Added defvar (and also for following variables). (decipher--prev-char): Renamed from decipher-prev-char. (decipher--digram): Renamed from digram. (decipher--digram-list): Renamed from digram-list. (decipher--before): Renamed from before-array. (decipher--after): Renamed from after-array. (decipher--freqs): Renamed from freq-array.
* (hanoi): Don't show line and column numbers.Karl Heuer1996-02-161-42/+23
| | | | | | | Compute height and width of the window in the correct way, give the correct error message if the window is too small. Make rings only with numerical characters. Set default number of rings to 7 (was 3 before).
* (hanoi): Don't show line and column numbers.Karl Heuer1996-02-141-4/+5
|
* Load cl only when compiling.Richard M. Stallman1996-02-111-11/+3
|
* Fix comment typo.Richard M. Stallman1996-02-111-1/+1
|
* (doctor-mode): State that file has been censored.Richard M. Stallman1996-02-101-8/+14
|
* Initial revisionRichard M. Stallman1996-02-081-0/+1008
|
* (cookie-snarf): Pass proper format string to message.Karl Heuer1996-01-251-2/+2
|
* (solitaire): Doc fix.Erik Naggum1996-01-241-1/+1
|
* Update comment preamble.Erik Naggum1996-01-151-2/+3
|
* 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).