Romain Francoise
1004fadc84
Update copyright notices of all files in the lisp/play directory.
2006-02-05 14:10:45 +00:00
Romain Francoise
ce5a3ac01e
2005-09-25 Romain Francoise <romain@orebokech.com>
...
* dired-aux.el (dired-copy-file-recursive):
* dired.el (dired-delete-file):
* ediff-mult.el (ediff-dir-diff-copy-file):
* ediff-util.el (ediff-test-save-region):
* forms.el (forms-mode):
* ido.el (ido-file-internal, ido-delete-file-at-head):
* log-edit.el (log-edit-done):
* ses.el (ses-yank-resize):
* play/gomoku.el (gomoku-human-plays, gomoku)
(gomoku-human-resigns, gomoku-prompt-for-other-game)
(gomoku-offer-a-draw):
* play/landmark.el (lm-human-resigns, lm):
* net/eudcb-ldap.el (eudc-ldap-check-base):
* play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
* progmodes/ebrowse.el (ebrowse-find-pattern):
* progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
space.
* vc.el (vc-delete-file):
* play/gomoku.el (gomoku-terminate-game, gomoku)
(gomoku-prompt-for-move, gomoku-human-takes-back):
* play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
(lm-start-robot, lm-human-plays): Remove extraneous spaces in
messages.
2005-09-24 23:26:28 +00:00
Dan Nicolaescu
e95e5f8193
* mh-customize.el: Do not use face-alias compatibility for
...
faces that did not appear in the previous Emacs release.
* buff-menu.el:
* compare-w.el:
* emacs-lisp/testcover.el:
* play/gomoku.el:
* play/mpuz.el:
* progmodes/flymake.el:
* progmodes/gdb-ui.el:
* progmodes/idlw-help.el:
* progmodes/idlw-shell.el:
* progmodes/ld-script.el:
* progmodes/which-func.el:
* ruler-mode.el:
* strokes.el:
* textmodes/sgml-mode.el:
* textmodes/table.el: Do not use face-alias for backward
compatibility for faces that did not appear in the previous Emacs
release.
2005-08-15 21:29:32 +00:00
Thien-Thi Nguyen
5fd6d89f46
Update years in copyright notice; nfc.
2005-08-01 15:47:19 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Miles Bader
530b0472e7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-398
...
Remove "-face" suffix from mpuz faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
(mpuz-text): Remove "-face" suffix from face names.
(mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
(mpuz-text-face): New backward-compatibility aliases for renamed faces.
(mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2005-06-10 11:38:27 +00:00
Lute Kamstra
c83c96545b
* play/5x5.el (5x5-mode):
...
* play/decipher.el (decipher-mode, decipher-stats-mode):
* play/gomoku.el (gomoku-mode):
* play/snake.el (snake-mode):
* play/solitaire.el (solitaire-mode):
* play/tetris.el (tetris-mode): Use run-mode-hooks.
* play/landmark.el (lm-mode):
* play/mpuz.el (mpuz-mode): Use kill-all-local-variables and
run-mode-hooks.
2005-05-26 15:26:09 +00:00
Thien-Thi Nguyen
0ec2b560ea
Update years in copyright notice; nfc.
2005-05-12 01:35:20 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
8101c2f2e2
(mpuz-silent): Don't quote nil and t in docstrings.
2003-05-06 17:45:00 +00:00
Richard M. Stallman
d7f5c8f9d1
(mpuz-switch-to-window): Set buffer-read-only directly.
2002-05-04 14:17:21 +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
Pavel Janík
f0529b5b1a
Doc fix.
2001-12-20 19:01:00 +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
Stephen Eglen
323f7c491f
Customized.
1998-04-05 16:14:58 +00:00
Richard M. Stallman
2b38b48703
Comment change.
1997-09-21 12:34:40 +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
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
Richard M. Stallman
5924340384
Fix copying conditions for current GPL version.
1994-04-07 20:30:18 +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
Jim Blandy
eb8c3be94e
Apply typo patches from Paul Eggert.
1993-06-09 11:59:12 +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
edbd2f74bc
Added or corrected Commentary sections
1993-03-22 05:42:35 +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
Eric S. Raymond
0aba61c554
entered into RCS
1992-07-22 01:53:42 +00:00
Eric S. Raymond
841763034c
*** empty log message ***
1992-07-16 04:23:17 +00:00
Eric S. Raymond
6594deb0dc
*** empty log message ***
1992-05-30 22:12:04 +00:00
Jim Blandy
a096356676
*** empty log message ***
1991-04-10 15:06:00 +00:00
Richard M. Stallman
5f7e5584ab
Initial revision
1990-12-19 18:11:55 +00:00