Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 11 | -78/+90 |
| | |||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 2 | -3/+3 |
| | |||||
* | (make-doctor-variables, doctor-othermodifierp, | Karl Heuer | 1996-01-04 | 1 | -3/+3 |
| | | | | doctor-strangelove): Fix message spelling. | ||||
* | (dun-cd): Fix local var misspelling. | Karl Heuer | 1996-01-04 | 1 | -4/+4 |
| | |||||
* | (apropos-zippy): New command. | Noah Friedman | 1995-12-19 | 1 | -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 revision | Richard M. Stallman | 1995-11-25 | 1 | -0/+120 |
| | |||||
* | Comment change. | Richard M. Stallman | 1995-10-30 | 1 | -1/+1 |
| | |||||
* | (dun-climb): Handle unknown object name. | Richard M. Stallman | 1995-09-25 | 1 | -14/+17 |
| | | | | (dun-objnames): Add "palm" as alias for "tree". | ||||
* | (abs): Function definition deleted. | Richard M. Stallman | 1995-08-26 | 1 | -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 revision | Richard M. Stallman | 1995-08-04 | 1 | -0/+454 |
| | |||||
* | Fix spelling of author's name. | Karl Heuer | 1995-05-04 | 1 | -1/+1 |
| | |||||
* | (gomoku-human-plays): Change to C-c C-p. | Karl Heuer | 1995-05-02 | 1 | -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 Heuer | 1995-04-25 | 1 | -1/+1 |
| | |||||
* | (gomoku-display-statistics): Use force-mode-line-update. | Karl Heuer | 1995-04-25 | 1 | -2/+1 |
| | |||||
* | (gomoku-click): New function. | Richard M. Stallman | 1994-11-19 | 1 | -0/+7 |
| | | | | (gomoku-mode-map): Put it on Mouse-2. | ||||
* | (yow): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -1/+4 |
| | |||||
* | (dissociated-press): Error at start if buffer is empty. | Richard M. Stallman | 1994-07-26 | 1 | -0/+2 |
| | |||||
* | Use add-hook, (provide 'meese). | Richard M. Stallman | 1994-07-03 | 1 | -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 view | Richard M. Stallman | 1994-06-05 | 1 | -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 Heuer | 1994-05-03 | 2 | -2/+2 |
| | |||||
* | Added comment indicating author. | Noah Friedman | 1994-04-27 | 1 | -0/+1 |
| | |||||
* | Fix copying conditions for current GPL version. | Richard M. Stallman | 1994-04-07 | 1 | -13/+12 |
| | |||||
* | (gomoku-init-display, gomoku-put-char): | Richard M. Stallman | 1994-02-07 | 1 | -33/+31 |
| | | | | Bind inhibit-read-only; don't set buffer-read-only. | ||||
* | (yow-file): Doc fix. | Roland McGrath | 1994-01-17 | 1 | -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. Stallman | 1993-12-23 | 1 | -3/+5 |
| | | | | | (doctor-adverbp): Don't die if doctor-make-string gives a string of length < 2. | ||||
* | (read-zippyism): New function. | Roland McGrath | 1993-09-17 | 1 | -0/+6 |
| | |||||
* | (read-cookie): New function. | Roland McGrath | 1993-09-17 | 1 | -3/+23 |
| | |||||
* | (dun-save-game): Use correct name of endgame question. | Richard M. Stallman | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | * blackbox.el (blackbox-mode-map): Now that we have | Jim Blandy | 1993-08-01 | 1 | -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 Eggert | 1993-08-01 | 1 | -7/+2 |
| | | | | All callers changed to use `random' instead. | ||||
* | (dissociated-press): Use `(random N)' instead of while loop. | Paul Eggert | 1993-08-01 | 1 | -3/+1 |
| | |||||
* | (dun-endgame-question, tcom, tloc): | Paul Eggert | 1993-08-01 | 1 | -3/+3 |
| | | | | Use (random N) instead of combination of %, abs and random. | ||||
* | (random-number): Remove. | Paul Eggert | 1993-08-01 | 1 | -6/+1 |
| | | | | All callers changed to use `random' instead. | ||||
* | (life-insert-random-pattern): Simplify (% (abs (random)) N) | Paul Eggert | 1993-08-01 | 1 | -1/+1 |
| | | | | to (random N). | ||||
* | (mpuz-random): Remove. | Paul Eggert | 1993-08-01 | 1 | -8/+3 |
| | | | | All callers changed to use `random' instead. | ||||
* | * mpuz.el (mpuz-board): Doc fix. | Jim Blandy | 1993-07-29 | 1 | -1/+1 |
| | |||||
* | (doctor-type-symbol): Win if auto-fill-function is nil. | Richard M. Stallman | 1993-07-23 | 1 | -2/+3 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-07-23 | 1 | -3/+9 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1993-07-20 | 1 | -1/+2 |
| | |||||
* | (cookie, cookie-insert, cookie-snarf, shuffle-vector): Autoload these. | Roland McGrath | 1993-07-18 | 1 | -0/+4 |
| | |||||
* | (snarf-spooks): Restore function. | Roland McGrath | 1993-07-14 | 1 | -9/+16 |
| | |||||
* | (cookie-cache): New defvar. | Roland McGrath | 1993-07-14 | 1 | -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. Stallman | 1993-07-13 | 1 | -1217/+1229 |
| | |||||
* | Initial revision | Richard M. Stallman | 1993-07-08 | 1 | -0/+3316 |
| | |||||
* | Add (provide 'hanoi). | Roland McGrath | 1993-07-08 | 1 | -1/+3 |
| | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 7 | -15/+15 |
| | |||||
* | Comment change. | Richard M. Stallman | 1993-06-02 | 1 | -1/+1 |
| | |||||
* | Provide cookie1. | Richard M. Stallman | 1993-06-01 | 1 | -1/+1 |
| | |||||
* | Use cookie1.el. | Richard M. Stallman | 1993-06-01 | 2 | -4/+4 |
| | |||||
* | Renamed to cookie1.el. | Richard M. Stallman | 1993-06-01 | 1 | -1/+1 |
| |