1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

158 Commits

Author SHA1 Message Date
Karl Heuer
f83d2997fb Initial revision 1997-11-23 02:10:07 +00:00
Richard M. Stallman
2b38b48703 Comment change. 1997-09-21 12:34:40 +00:00
Richard M. Stallman
998c789ccf (landmark-repeat, landmark): New aliases.
Add autoload cookies.
1997-07-24 18:22:33 +00:00
Richard M. Stallman
a2b804280b Many doc fixes.
(handwrite): Add autoload cookie.
(menu-bar-handwrite-map): Comment out the code to put this in the menu bar.
1997-07-24 18:17:41 +00:00
Richard M. Stallman
cd9012b5bb Undo an earlier change:
(dun-piss): Renamed from dunnet-urinate.
(dun-verblist): Indecent word added back.
(dunnet): Delete "censored" message.
1997-07-07 21:51:01 +00:00
Richard M. Stallman
da4e5ca907 Undo previous censorship changes. 1997-06-26 22:10:20 +00:00
Richard M. Stallman
93ce34bffe (decipher-copy-cons): Renamed from decipher-get-undo-copy. Calls changed. 1997-06-23 02:59:21 +00:00
Richard M. Stallman
f535f6b22c (doctor-death): Give real advice to truly suicidal. 1997-06-22 21:34:22 +00:00
Richard M. Stallman
896546cd9b Add provide call. 1997-06-22 18:57:55 +00:00
Richard M. Stallman
d576ef75bc (mpuz-congratulate): Don't say "1 errors". 1997-06-18 16:37:01 +00:00
Karl Heuer
a7b88742ff (lm-display-statistics): Display stats in mode line.
(lm-number-of-trials, lm-sum-of-moves): New vars.
Various doc fixes.
1997-06-18 04:23:02 +00:00
Richard M. Stallman
4228277d98 Comment change. 1997-05-27 17:46:19 +00:00
Richard M. Stallman
e4874521bb Comment change. 1997-05-27 15:32:03 +00:00
Richard M. Stallman
178fc2d314 Initial revision 1997-05-20 21:48:58 +00:00
Richard M. Stallman
af4d27fbe6 (dungeon-nil): Explicitly return nil. 1997-05-05 23:15:13 +00:00
Richard M. Stallman
058c1767a0 (dun-special-object):
Floppy disk will melt in inventory or room, regardless
of whether or not Stallman statuette is around.

(dun-examine):
You can examine objects in the jar without taking them out.

(dun-take):
You can take objects from the jar while you are on the bus.

(dun-dig):
Message from digging on the bus is the same as when you dig and don't
find anything.

(dun-climb):
No longer errors out of the game when argument to "climb" is invalid.

(dun-put):
You can now put things in the jar, even if you are on the bus.

(dun-special-move):
"In" or "Out" command tells you if you are already on or off the bus.

(dun-sauna-heat):
Changed "begin to sweat" to "are perspiring"
so that it makes sense whether you are heating up or cooling down.

(dun-help):
Changed author e-mail address, added web page.
Added hint for batch mode.

(*global*):
Fixed spelling of Presely in global object list.

(*global*):
Added coconuts, tank, and lake as objects that are recognized.

(*global*):
Added `slip' as another way of describing the paper,
and `chip' as another way of describing the CPU.

(*global*):
Upcase  abbreviations of directions in room descriptions.

(dun-login):
Fixed erroneous login message to better-describe ftp limitations.

(dun-rlogin):
Added error message if user tries to rlogin back to pokey.

(dun-load-d):
Fixed so that if restore file isn't found which in non-batch mode,
window will switch back to game.
1997-04-27 17:15:58 +00:00
Richard M. Stallman
1a44ec7ad7 Fix FSF address. 1997-04-14 10:46:47 +00:00
Richard M. Stallman
988dff5e88 Comment change. 1997-01-10 09:15:06 +00:00
Richard M. Stallman
83410c23a7 (handwrite-version): Variable deleted.
(handwrite): Use emacs-version instead of handwrite-version.
1996-11-02 17:11:47 +00:00
Richard M. Stallman
43f36b805e Initial revision 1996-11-02 17:10:32 +00:00
Richard M. Stallman
abd17e6113 (solitaire): Doc fix. 1996-10-12 02:29:04 +00:00
Richard M. Stallman
d169562fa9 (make-doctor-variables): Eliminate `observation-list' also. 1996-08-31 22:24:46 +00:00
Richard M. Stallman
19c277d4b2 (make-doctor-variables): Eliminate unused variables `elist'
and `monosyllables'.
1996-08-31 22:21:53 +00:00
Richard M. Stallman
4f2c8fbb60 (decipher-get-undo-copy): New function.
(decipher-get-undo): Use it.
1996-08-17 03:12:18 +00:00
Karl Heuer
1fb87c7784 Fix FSF address in comment. 1996-07-20 18:10:35 +00:00
Richard M. Stallman
da3bf069f0 (doctor-doc): Add period. 1996-04-23 15:30:28 +00:00
Richard M. Stallman
d7ab271893 (gomoku-click): Position on nearest square. Adapt keymap accordingly.
(gomoku-mouse-play): Use it to play nearest to mouse click.
(gomoku-terminate-game): Factorize messages.
(gomoku): Allow interactive passing of board size.  Don't make a fuss
about restarting a game that hasn't progressed.
(gomoku-offer-a-draw): Give user the choice it pretended to give.
(gomoku-point-x): Deleted function.
(gomoku-point-y, gomoku-point-square): Simplified because point is
always on a square.
(gomoku-goto-xy, gomoku-plot-square): Fix line count due to
intangible newlines.
(gomoku-init-display): Once again fairly fast due to minimization of
characters in buffer and text-property operations.  Cursor cannot be
be off a square.
(gomoku-display-statistics): Simplified equivalently.
(gomoku-winning-qtuple-beg, gomoku-winning-qtuple-end)
(gomoku-winning-qtuple-dx, gomoku-winning-qtuple-dy): Pseudo variables
only used for non-functional argument passing deleted.
(gomoku-cross-winning-qtuple): Accordingly deleted function and
(gomoku-check-filled-qtuple): Accordingly adapted.
(gomoku-cross-qtuple): Don't be confused by tabs.
(gomoku-move-down, gomoku-move-up): Simplified because point is always
on square.
(gomoku-beginning-of-line, gomoku-end-of-line): New commands necessary
because intangible newlines perverted these.
1996-04-05 19:38:42 +00:00
Richard M. Stallman
f201b69e8c Comment change. 1996-03-24 13:14:21 +00:00
Richard M. Stallman
f5ecf0c903 Ancient leading comment removed.
(gomoku-mode-map): Added numeric keypad for 8 directions, changed
comments to lowercase (C-c rather than C-C), added SPC to play and
undo's binding to go back.
(gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face)
(gomoku-font-lock-keywords):  New variables.
(gomoku-mode): Use it and make buffer read-only for user.
(gomoku-terminate-game): Remove (ding) -- maybe should be optonal.
(gomoku-init-display): Rewritten, makes fields intangible so you
can't go in between.  Make free fields have mouse-face.
(gomoku-cross-qtuple): Take account of intangible text, and that
empty lines are now really empty.
(gomoku-move-left, gomoku-move-right): Removed thanks to intangibility.
(gomoku-move-ne, -se, -nw, -sw): Use normal left / right motion.
1996-03-22 20:43:05 +00:00
Richard M. Stallman
3e2b8c1cf5 Require cl only when compiling.
(scroll-step): Don't set it globally.
(dun-mode): Set scroll-step locally.
1996-03-03 23:43:20 +00:00
Richard M. Stallman
67edb19c82 Load cl within eval-when-compile.
(decipher-font-lock-keywords): Fix doc patching error.
1996-02-23 23:51:05 +00:00
Richard M. Stallman
40600c9459 (decipher-mode): Removed nonstandard font-lock support.
(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.
1996-02-23 06:38:27 +00:00
Karl Heuer
dbd1c9ab59 (dun-urinate): Renamed.
(dun-verblist): Indecent word deleted.
(dunnet): Print "censored" message.
1996-02-21 21:35:28 +00:00
Karl Heuer
d32de959fd More censorship. 1996-02-21 21:27:39 +00:00
Karl Heuer
a378799a5c (decipher-mode, decipher-set-map, decipher-insert,
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.
1996-02-19 07:52:24 +00:00
Karl Heuer
ddfb0a34ce Doc changes.
(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.
1996-02-16 00:36:52 +00:00
Karl Heuer
f5bb8a9e1b (hanoi): Don't show line and column numbers.
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).
1996-02-16 00:12:27 +00:00
Karl Heuer
09d13f4cba (hanoi): Don't show line and column numbers. 1996-02-14 04:09:31 +00:00
Richard M. Stallman
cb4d47c527 Load cl only when compiling. 1996-02-11 19:27:29 +00:00
Richard M. Stallman
f470d5375e Fix comment typo. 1996-02-11 18:46:18 +00:00
Richard M. Stallman
46cfd45bca (doctor-mode): State that file has been censored. 1996-02-10 18:43:38 +00:00
Richard M. Stallman
c10902fb9c Initial revision 1996-02-08 23:26:45 +00:00
Karl Heuer
4120f5f5d2 (cookie-snarf): Pass proper format string to message. 1996-01-25 00:51:58 +00:00
Erik Naggum
f5a90940af (solitaire): Doc fix. 1996-01-24 19:11:25 +00:00
Erik Naggum
e451cded20 Update comment preamble. 1996-01-15 05:56:38 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Karl Heuer
0f668406bb (make-doctor-variables, doctor-othermodifierp,
doctor-strangelove): Fix message spelling.
1996-01-04 23:17:23 +00:00
Karl Heuer
163d176768 (dun-cd): Fix local var misspelling. 1996-01-04 23:13:09 +00:00
Noah Friedman
6f579a691a (apropos-zippy): New command.
(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..
1995-12-19 22:33:55 +00:00