Stefan Monnier
1a4914f340
Use find-file-hook instead of find-file-hooks.
2002-08-15 00:48:20 +00:00
Juanma Barranquero
318cfc6481
(dun-physobj-desc): Fix typo.
2002-07-03 11:29:28 +00:00
Richard M. Stallman
0c7f990203
(zone-idle): Var deleted.
2002-06-21 09:57:05 +00:00
Richard M. Stallman
216640c5de
(zone-timer): New variable holds the idle timer.
...
(zone): Don't fiddle with the idle timer at all.
(zone-when-idle): Put the idle timer in zone-timer.
If one is already set up, cancel it and make a new one.
(zone-leave-me-alone): Likewise.
2002-06-13 22:27:37 +00:00
Juanma Barranquero
b96fb65cd3
*** empty log message ***
2002-05-16 12:01:57 +00:00
Richard M. Stallman
d7f5c8f9d1
(mpuz-switch-to-window): Set buffer-read-only directly.
2002-05-04 14:17:21 +00:00
Colin Walters
3d43e48ad4
(gamegrid-user-score-file-directory): New variable.
...
(gamegrid-add-score-with-update-game-score): Use
`shared-game-score-directory'. Correctly handle non-setuid case.
2002-05-03 19:30:58 +00:00
Colin Walters
ab8dbe67bb
(gamegrid-add-score-with-update-game-score): Test whether or not
...
update-game-score is setuid, and do the right thing.
2002-04-29 22:53:44 +00:00
Colin Walters
80f60ab4d9
(gamegrid-add-score-with-update-game-score): Handle the case where
...
we're already viewing the score file.
2002-04-23 20:24:40 +00:00
Colin Walters
744ee133cd
(gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'.
...
(gamegrid-add-score-insecure): Restored from the old `update-game-score'.
(gamegrid-add-score): Just dispatch on `system-type' to one of the
previous two functions.
2002-04-13 20:26:36 +00:00
Eli Zaretskii
061a3f4540
Update author's email address, at his request.
2002-04-12 19:08:32 +00:00
Colin Walters
dcec69ee99
Fix previous change.
2002-04-10 23:16:45 +00:00
Colin Walters
76f1b32158
(tetris-score-file): Likewise.
2002-04-10 19:14:38 +00:00
Colin Walters
e6eb4750af
(snake-score-file): Default to just "snake-scores".
2002-04-10 19:14:07 +00:00
Colin Walters
baf9c39a8c
(gamegrid-add-score): Rewrite from scratch to use `update-game-score'.
2002-04-10 19:13:35 +00:00
Juanma Barranquero
6e71749d98
(gomoku-font-lock-O-face): Convert to use `defface'.
...
(gomoku-font-lock-X-face): Likewise.
(gomoku-font-lock-keywords): Use faces instead of variables.
2002-03-22 09:44:45 +00:00
Eli Zaretskii
a0db0bbfdb
Use defface instead of facemenu-get-face.
2002-03-10 17:28:58 +00:00
Eli Zaretskii
d93196b328
(mpuz-unsolved-face, mpuz-solved-face)
...
(mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
(mpuz-allow-double-multiplicator): new options for nicer look and
new features.
(mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): new
functions.
(mpuz-check-all-solved, mpuz-random-puzzle)
(mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
(mpuz-show-solution): functions streamlined and removed french
style space before punctuation, added face support and optional
solving of trivial results.
2002-03-08 08:11:21 +00:00
Sam Steingold
adcce7d5f5
fixed parens in the last patch
2002-03-03 16:09:28 +00:00
Richard M. Stallman
9caf26fece
(tetris-score-file): Put in home dir, not in /tmp.
2002-03-03 14:17:47 +00:00
Richard M. Stallman
279b254c99
(gamegrid-set-font, gamegrid-setup-face)
...
(gamegrid-make-mono-tty-face): Fix usage of condition-case.
2002-03-03 14:14:38 +00:00
Richard M. Stallman
35ce93ebfd
(snake-score-file): Put in home dir, not in /tmp.
2002-03-03 14:13:14 +00:00
Richard M. Stallman
5bcfaa0725
(snake-velocity-queue, snake-update-velocity)
...
(snake-final-x-velocity, snake-final-y-velocity):
New variable and functions. Store user's keypresses
into a queue and pop from the queue each subsequent turn.
(snake-update-game, snake-move-left)
(snake-move-right, snake-move-up, snake-move-down, snake-active-p)
(snake-start-game): Use that queue.
(snake-use-glyphs-flag): Renamed from snake-use-glyphs.
(snake-use-color-flag): Likewise.
(snake-mode): Rename uses of those variables.
2002-02-22 15:19:06 +00:00
Eli Zaretskii
e77c1e8c4d
(pong-border-options): Make the border colors slightly more bright.
2002-02-06 12:06:19 +00:00
Eli Zaretskii
e029dcaf14
(pong-height): Don't use height that exceeds the frame height.
2002-02-06 11:35:49 +00:00
Eli Zaretskii
c7e6cdba5a
(gamegrid-display-type): Treat any
...
color-capable display as color-x, if display-color-p is fboundp.
(gamegrid-make-color-x-face): Don't call gamegrid-color twice.
(gamegrid-make-color-tty-face): Use the value of color, not the
symbol itself. Don't call gamegrid-color.
2002-02-06 11:34:07 +00:00
Richard M. Stallman
67ec1c1ab3
(tetris): New defgroup.
...
(tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
(tetris-default-tick-period): Convert to defcustom.
Added * in docstring to indicate user variable.
(tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
(tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
(tetris-buffer-height, tetris-width, tetris-height)
(tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
2002-01-23 23:33:02 +00:00
Thien-Thi Nguyen
df9d055ed4
(zone-timeout): New var.
...
(zone-hiding-modeline): New macro.
(zone-call): New func.
(zone): Init `modeline-hidden-level' symbol property.
Use `zone-call' instead of `funcall'.
(zone-pgm-whack-chars): Use `make-string' (bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
(zone-pgm-stress): Use `zone-hiding-modeline'.
(zone-pgm-stress-destress): New zone program.
2002-01-10 22:14:26 +00:00
Richard M. Stallman
b85b15f3fe
(yow): Use an arg to distinguish interactive calls, not interactive-p.
2001-12-23 06:40:00 +00:00
Pavel Janík
f0529b5b1a
Doc fix.
2001-12-20 19:01:00 +00:00
Pavel Janík
0ff9b955fe
Doc fixes.
2001-12-20 18:59:32 +00:00
Pavel Janík
49b83be92d
(bb-member): Remove, use member instead.
...
(bb-delete): Remove, use delete instead.
Update copyright notice. Defvar for bb-board, bb-x, bb-y,
bb-score, bb-detour-count and bb-balls-placed.
Propertize results of rays.
2001-12-20 06:51:24 +00:00
Pavel Janík
846dc4bae0
Fix typos.
2001-12-15 10:32:44 +00:00
Pavel Janík
36912c161d
(5x5-crack-xor-mutate): Doc fix.
2001-12-11 07:29:21 +00:00
Pavel Janík
6d8b258ab9
(blackbox-mode, blackbox): Doc fix.
2001-11-29 08:39:56 +00:00
Pavel Janík
132c0cc0ce
(cookie, cookie-insert, shuffle-vector): Doc fixes.
2001-11-29 08:35:51 +00:00
Pavel Janík
d97e62d217
(studlify-word, studlify-region, studlify-buffer): Fix doc-string.
...
(studlify-buffer): Add autoload cookie.
2001-11-29 08:18:25 +00:00
Pavel Janík
8b78491a45
(gamegrid-init-buffer): Use insert instead of insert-string.
2001-11-26 16:16:45 +00:00
Pavel Janík
967732f698
(psychoanalyze-pinhead): Use insert instead of insert-string.
2001-11-26 16:15:49 +00:00
Pavel Janík
6fbac29fa7
(tetris-mode): Remove make-local-hook.
2001-11-25 11:33:26 +00:00
Pavel Janík
abbf7dcdd6
(snake-mode): Remove make-local-hook.
2001-11-25 11:32:52 +00:00
Pavel Janík
e74f81999c
(decipher-mode): Remove make-local-hook.
2001-11-25 11:32:23 +00:00
Richard M. Stallman
5ca809a7b6
(gomoku-mode): Don't use define-derived-mode.
2001-11-21 11:03:35 +00:00
Eli Zaretskii
33c572f13d
Fix a typo.
2001-11-20 20:34:23 +00:00
Eli Zaretskii
c52b27c8f4
Mark lm-mode as special. Suggested by Klaus Straubinger <ksnetz@arcor.de>
2001-11-20 18:36:15 +00:00
Eli Zaretskii
ea51468153
Mark gomoku-mode as special. Suggested by Klaus Straubinger
...
<ksnetz@arcor.de>
2001-11-20 18:33:42 +00:00
Pavel Janík
0017164551
Move definitions of constants to the beginning of file, before their use.
2001-11-10 08:14:13 +00:00
Richard M. Stallman
16f97fc36f
(gomoku): Doc fix.
2001-11-06 19:39:26 +00:00
Stefan Monnier
05dcc52533
Re-indent.
2001-10-26 20:11:25 +00:00
Gerd Moellmann
130b416e06
(make-doctor-variables): Remove a '($ please)'.
2001-10-23 16:15:39 +00:00