Roland McGrath
b81d991d75
(read-cookie): New function.
1993-09-17 18:51:05 +00:00
Richard M. Stallman
66b8b1d5c3
(dun-save-game): Use correct name of endgame question.
1993-09-10 13:48:39 +00:00
Jim Blandy
b7294c7587
* blackbox.el (blackbox-mode-map): Now that we have
...
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.
1993-08-01 22:47:44 +00:00
Paul Eggert
c5eeaf525f
(pick-random): Remove.
...
All callers changed to use `random' instead.
1993-08-01 20:50:07 +00:00
Paul Eggert
82305cbd4d
(dissociated-press): Use `(random N)' instead of while loop.
1993-08-01 20:50:07 +00:00
Paul Eggert
93cc044bd6
(dun-endgame-question, tcom, tloc):
...
Use (random N) instead of combination of %, abs and random.
1993-08-01 20:50:07 +00:00
Paul Eggert
f7e55318b4
(random-number): Remove.
...
All callers changed to use `random' instead.
1993-08-01 20:50:07 +00:00
Paul Eggert
6b6d5edf69
(life-insert-random-pattern): Simplify (% (abs (random)) N)
...
to (random N).
1993-08-01 20:50:07 +00:00
Paul Eggert
c9575b25ac
(mpuz-random): Remove.
...
All callers changed to use `random' instead.
1993-08-01 20:50:07 +00:00
Jim Blandy
f582564f7b
* mpuz.el (mpuz-board): Doc fix.
1993-07-29 23:21:30 +00:00
Richard M. Stallman
a198209040
(doctor-type-symbol): Win if auto-fill-function is nil.
1993-07-23 18:33:00 +00:00
Richard M. Stallman
60d38d308a
entered into RCS
1993-07-23 16:57:24 +00:00
Richard M. Stallman
e5e8bb4adc
*** empty log message ***
1993-07-20 21:15:26 +00:00
Roland McGrath
f58c6f7023
(cookie, cookie-insert, cookie-snarf, shuffle-vector): Autoload these.
1993-07-18 19:56:35 +00:00
Roland McGrath
215aa4f9c9
(snarf-spooks): Restore function.
1993-07-14 23:38:00 +00:00
Roland McGrath
4054367c9e
(cookie-cache): New defvar.
...
(cookie-snarf): Cache cookies in `cookie-cache', not in obarray (idiot).
Also store the modtime and punt the cache when it changes.
1993-07-14 23:36:04 +00:00
Richard M. Stallman
a399c5363f
*** empty log message ***
1993-07-13 20:44:02 +00:00
Richard M. Stallman
62078373fa
Initial revision
1993-07-08 21:10:59 +00:00
Roland McGrath
62daf326f2
Add (provide 'hanoi).
1993-07-08 19:06:38 +00:00
Jim Blandy
eb8c3be94e
Apply typo patches from Paul Eggert.
1993-06-09 11:59:12 +00:00
Richard M. Stallman
20a828956a
Comment change.
1993-06-02 18:40:44 +00:00
Richard M. Stallman
3aa7cce7e4
Provide cookie1.
1993-06-01 06:02:24 +00:00
Richard M. Stallman
269d869ffd
Use cookie1.el.
1993-06-01 04:28:54 +00:00
Richard M. Stallman
8eb74eecee
Renamed to cookie1.el.
1993-06-01 04:26:42 +00:00
Jim Blandy
b22795d3e8
* yow.el (yow): Fix interactive spec.
1993-05-03 03:41:07 +00:00
Eric S. Raymond
31e1d9206b
All fsets changed to defaliases.
1993-04-23 06:51:44 +00:00
Richard M. Stallman
315b23696a
(mpuz-try-letter): Use read-char to read digit.
...
Use message directly also. Use downcase.
(mpuz-read-map): Deleted.
1993-04-02 08:12:40 +00:00
Eric S. Raymond
45b44a5a65
(cookie) Enhanced it to handle both LINS files and UNIX fortune files.
1993-03-27 01:58:33 +00:00
Eric S. Raymond
8b2120f4ff
(psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one.
1993-03-26 04:17:45 +00:00
Eric S. Raymond
cf597dc8ab
Add TO-DO list.
1993-03-22 23:00:48 +00:00
Eric S. Raymond
d5edbd116f
Initial revision
1993-03-22 22:58:27 +00:00
Eric S. Raymond
ed73b2568d
Modified to use cookie.el
1993-03-22 22:44:49 +00:00
Eric S. Raymond
d9ecc911ff
Added or corrected Commentary headers
1993-03-22 16:53:22 +00:00
Eric S. Raymond
edbd2f74bc
Added or corrected Commentary sections
1993-03-22 05:42:35 +00:00
Eric S. Raymond
e41b2db1da
Added or corrected Commentary sections
1993-03-22 03:27:18 +00:00
Eric S. Raymond
e9571d2a21
Add or correct keywords
1993-03-18 21:29:42 +00:00
Eric S. Raymond
76550a57f9
Add standard library headers.
1993-03-17 17:17:05 +00:00
Jim Blandy
84df0b376f
Tue Dec 1 22:34:42 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
...
* 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.
1992-12-06 22:41:11 +00:00
Richard M. Stallman
d9a7a8f53e
(gomoku): Make it autoload.
1992-09-26 22:49:36 +00:00
Richard M. Stallman
c38b7764cf
(spook): Make it autoload.
1992-09-26 21:41:37 +00:00
Richard M. Stallman
58c43274c5
Fix setup of mpuz-read-map not to depend on keymap format.
...
(mpuz): Renamed from mult-puzzle. Make it autoload.
1992-09-26 21:27:08 +00:00
Jim Blandy
e8a57935cb
entered into RCS
1992-08-04 04:15:43 +00:00
Richard M. Stallman
ee3b8d4df3
entered into RCS
1992-07-29 05:48:40 +00:00
Eric S. Raymond
3a801d0c71
*** empty log message ***
1992-07-22 04:22:42 +00:00
Eric S. Raymond
9750e079dd
entered into RCS
1992-07-22 04:22:30 +00:00
Eric S. Raymond
5814274441
entered into RCS
1992-07-22 02:58:48 +00:00
Eric S. Raymond
eea8d4efaf
*** empty log message ***
1992-07-22 02:58:21 +00:00
Eric S. Raymond
0aba61c554
entered into RCS
1992-07-22 01:53:42 +00:00
Jim Blandy
151bdc833e
*** empty log message ***
1992-07-21 04:09:28 +00:00
Eric S. Raymond
d7b4d18fd4
*** empty log message ***
1992-07-17 20:24:00 +00:00
Eric S. Raymond
6251ee24af
*** empty log message ***
1992-07-17 18:53:44 +00:00
Eric S. Raymond
fd7fa35a05
*** empty log message ***
1992-07-17 08:15:29 +00:00
Eric S. Raymond
e516799970
*** empty log message ***
1992-07-16 21:47:34 +00:00
Eric S. Raymond
5de9bdab59
*** empty log message ***
1992-07-16 20:47:09 +00:00
Eric S. Raymond
2f14b48d34
*** empty log message ***
1992-07-16 17:20:42 +00:00
Eric S. Raymond
fc68affa4e
*** empty log message ***
1992-07-16 07:28:05 +00:00
Eric S. Raymond
841763034c
*** empty log message ***
1992-07-16 04:23:17 +00:00
Eric S. Raymond
630cc4634d
*** empty log message ***
1992-07-15 21:31:44 +00:00
Eric S. Raymond
6cf0d154a1
*** empty log message ***
1992-07-14 18:50:09 +00:00
Jim Blandy
daa3760289
*** empty log message ***
1992-06-24 05:09:26 +00:00
Jim Blandy
5cd5147104
*** empty log message ***
1992-06-03 03:18:42 +00:00
Richard M. Stallman
0560661c76
*** empty log message ***
1992-05-31 18:36:59 +00:00
Eric S. Raymond
3bab998b31
*** empty log message ***
1992-05-31 16:42:19 +00:00
Richard M. Stallman
2f4b997c3d
*** empty log message ***
1992-05-31 01:25:27 +00:00
Eric S. Raymond
c0274f385f
*** empty log message ***
1992-05-30 23:54:21 +00:00
Eric S. Raymond
1a06eabd17
*** empty log message ***
1992-05-30 23:12:08 +00:00
Eric S. Raymond
6594deb0dc
*** empty log message ***
1992-05-30 22:12:04 +00:00
Eric S. Raymond
c88ab9ce4a
*** empty log message ***
1992-05-30 21:11:25 +00:00
Eric S. Raymond
d501f51645
*** empty log message ***
1992-05-30 20:24:49 +00:00
Eric S. Raymond
76d7458ed9
*** empty log message ***
1992-05-30 19:21:46 +00:00
Jim Blandy
4746118aca
*** empty log message ***
1992-04-24 08:11:54 +00:00
Jim Blandy
49116ac071
*** empty log message ***
1992-03-16 20:39:07 +00:00
Jim Blandy
0231f2dce8
Initial revision
1991-12-21 08:23:15 +00:00
Jim Blandy
1e6dacf62d
*** empty log message ***
1991-12-05 18:54:06 +00:00
Jim Blandy
6679505fd4
Initial revision
1991-08-18 01:05:27 +00:00
Jim Blandy
f9f9507e1d
*** empty log message ***
1991-05-09 21:50:55 +00:00
Roland McGrath
7229064dbf
*** empty log message ***
1991-05-09 21:50:34 +00:00
Jim Blandy
a096356676
*** empty log message ***
1991-04-10 15:06:00 +00:00
Jim Blandy
e3f99b9122
*** empty log message ***
1991-03-12 20:00:05 +00:00
Jim Blandy
92423534d9
*** empty log message ***
1991-03-05 23:01:17 +00:00
Richard M. Stallman
5f7e5584ab
Initial revision
1990-12-19 18:11:55 +00:00
Joseph Arceneaux
80a677d985
Initial revision
1990-03-06 16:45:37 +00:00
Joseph Arceneaux
4a07a2afa9
*** empty log message ***
1990-03-06 16:44:57 +00:00
Richard M. Stallman
a18d567f1e
Initial revision
1990-01-31 17:24:10 +00:00
Joseph Arceneaux
a2535589a9
Initial revision
1989-10-31 16:00:07 +00:00
Jim Blandy
3d72126b31
Initial revision
1988-05-20 21:55:27 +00:00
Jim Blandy
47bdd84a0a
Initial revision
1986-09-12 04:36:33 +00:00