1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

205 Commits

Author SHA1 Message Date
Stefan Monnier
c0df1972b2 Don't quote lambda. 2000-08-16 21:05:37 +00:00
Stefan Monnier
7382bcae29 *** empty log message *** 2000-08-16 21:03:36 +00:00
Dave Love
329d7667c8 (fortune) <defgroup>: Add :version.
(fortune-append): Fix error message.
(fortune-from-region): Doc fix.
2000-08-16 19:10:48 +00:00
Dave Love
e8951be0ff (pong): Doc fix. 2000-08-16 19:07:04 +00:00
Dave Love
0419a4af90 Add `extensions' to keywords, since it's internal. 2000-08-16 19:05:59 +00:00
Dave Love
9f56503b8e Fix commentary section. 2000-08-16 19:03:53 +00:00
Eli Zaretskii
f244674ca5 (zone): Discard any pending input before running
the randomly-chosen pgm.
2000-08-07 07:50:13 +00:00
Eli Zaretskii
2e78d4abe0 (zone, zone-pgm-stress): Don't use window-system. 2000-08-04 12:21:12 +00:00
Gerd Moellmann
abb2db1cf3 *** empty log message *** 2000-08-02 21:29:36 +00:00
Eli Zaretskii
ef64957506 (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
(gomoku-plot-square, gomoku-init-display): Don't use window-system.
2000-07-31 15:38:35 +00:00
Eli Zaretskii
ec45b7bb0c (lm-font-lock-face-O, lm-font-lock-face-X)
(lm-plot-square, lm-init-display): Don't use window-system.
2000-07-31 15:37:49 +00:00
Gerd Moellmann
96ce5c4f18 Add explanation of how to make cookie.el
compatible with strfile(1) to comment.
2000-07-27 20:07:12 +00:00
Gerd Moellmann
7d8b4c7c0e Add Commentary section. 2000-07-27 12:34:42 +00:00
Gerd Moellmann
9a7429681b Add author's email address. 2000-07-18 14:40:07 +00:00
Sam Steingold
3a8e2ba917 ignore *.elc 2000-06-19 16:16:01 +00:00
Dave Love
0465b759fb Fix finder keywords. 2000-05-26 14:26:36 +00:00
Dave Love
cbf48ec9a2 (hanoi-internal): Don't use oddp. 2000-03-11 18:47:38 +00:00
Gerd Moellmann
c1475eae0b *** empty log message *** 2000-01-07 12:20:57 +00:00
Richard M. Stallman
74d9353381 Initial revision 1999-09-01 23:31:57 +00:00
Dave Love
55df774a8a Declare dynamic vars. 1999-08-19 15:23:23 +00:00
Karl Heuer
0b6e8742b7 Mostly rewritten. Customized. To support an s2G
doomsday clock, speed control is added and changes are made to
allow large numbers of rings: rings now show the whole ring
number, not just the last digit; consecutive rings are allowed to
be the same size when necessary to fit all the rings in the
window; and poles can be oriented horizontally.  Face support is
thrown in gratuitously.
(hanoi): Changed default number of rings back to 3.
(hanoi-unix, hanoi-unix-64): New commands
(hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
hanoi-odd-ring-face): New variables.
(hanoi-internal, hanoi-current-time-float, hanoi-put-face,
hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
(hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
(hanoi-topos, hanoi-draw-ring): Removed.
1999-08-14 03:24:48 +00:00
Karl Heuer
7130b08f9d Provide landmark', not lm', and just once. 1999-08-10 17:06:55 +00:00
Karl Heuer
08f87e3ce5 (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
(5x5): Doc fix.
1999-08-03 15:59:18 +00:00
Karl Heuer
36dfd5909a Undo miscorrected non-typo. 1999-08-02 18:01:48 +00:00
Karl Heuer
116f0564ea Initial revision 1999-07-31 16:46:58 +00:00
Karl Heuer
7b42704317 (mpuz-try-proposal): Fix message call.
Don't penalize player for certain impossible guesses.
1999-06-17 05:29:34 +00:00
Eli Zaretskii
504737d5f6 (handwrite): Require ps-print, and use ps-printer-name and
ps-lpr-command.  Call ps-print-region-function
if it's defined, instead of forking ps-lpr-command
unconditionally.
1999-02-22 13:37:10 +00:00
Richard M. Stallman
29114287ea Fix previous change. 1999-01-30 07:26:04 +00:00
Richard M. Stallman
79c48ffe93 (gametree-default-score): Use defcustom.
(gametree-score-regexp, gametree-score-closer): Likewise.
(gametree-score-manual-flag, gametree-score-opener): Likewise.
1999-01-30 07:24:51 +00:00
Richard M. Stallman
3bc5a5ee9a Document scoring functionality.
(gametree-score-regexp): Add optional plus sign.
(gametree-score-opener): Replace `:' with `=' as the former
conflicts with gametree-half-ply-regexp.
(gametree-transpose-following-leaves): Add.
(gametree-insert-new-leaf): Make modifying commands barf in read-only buffers.
(gametree-break-line-here): Add a call to
`gametree-transpose-following-leaves'.  This maintains the
necessary invariant that on each level all leaf children precede
all nonleaf children.  This has always been implied, but left to
the user, and, unfortunately, undocumented.
1999-01-30 07:20:18 +00:00
Karl Heuer
3e9103768f Update comment. 1998-12-14 03:22:44 +00:00
Richard M. Stallman
bb10be4c8c Fix maintainer email addr. 1998-10-25 23:50:03 +00:00
Karl Heuer
66f9b42e20 (lm-font-lock-face-O, lm-font-lock-face-X):
Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
confusing customize.
1998-10-06 22:30:28 +00:00
Richard M. Stallman
3d4ae13ee1 Initial revision 1998-06-14 21:32:23 +00:00
Richard M. Stallman
6b6dee47c9 Comment change. 1998-06-14 21:32:13 +00:00
Richard M. Stallman
0bbf74a829 Initial revision 1998-06-14 21:24:54 +00:00
Richard M. Stallman
5abdc91582 Comment change. 1998-06-07 23:07:55 +00:00
Richard M. Stallman
20a6d217c3 (solitaire-possible-move): Use funcall to invoke movesymbol. 1998-05-24 16:49:00 +00:00
Richard M. Stallman
a281b30421 (solitaire): Doc fix. 1998-05-21 01:54:43 +00:00
Dan Nicolaescu
42dfe0ad13 *** empty log message *** 1998-04-18 19:48:40 +00:00
Stephen Eglen
323f7c491f Customized. 1998-04-05 16:14:58 +00:00
Richard M. Stallman
ac092f2276 (life-grim-reaper): store-match-data => set-match-data. 1998-03-14 04:52:44 +00:00
Richard M. Stallman
17dcf97fec (solitaire-quit): Function deleted.
(solitaire-mode-map): Use quit-window for q.
1998-03-08 00:22:53 +00:00
Karl Heuer
9f0ef3ebed (mathlst): Fix typo.
(shortlst): Avoid saying "Can you be", which confuses the doctor.
1998-02-25 22:59:49 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Richard M. Stallman
bfaef6dca8 (cookie-snarf): Use match-beginning on the delimiter.
(cookie-delimiter): Handle single-% delimiter.
1998-02-12 03:10:53 +00:00
Richard M. Stallman
747c1a5ede Initial revision 1998-01-27 00:46:32 +00:00
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