Eli Zaretskii
94430ab7fd
(gamegrid-add-score-with-update-game-score-1): Jump to the line where new score
...
has been uploaded.
2007-03-03 12:18:56 +00:00
Eli Zaretskii
297a6dcaff
(tetris-move-bottom, tetris-move-left)
...
(tetris-move-right, tetris-rotate-prev, tetris-rotate-next): Do nothing when
the game is paused.
2007-03-03 12:14:46 +00:00
Juanma Barranquero
849aa55387
(5x5-crack-xor-mutate): Doc fix.
...
(5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack,
5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2007-02-15 10:58:11 +00:00
David Kastrup
a87c4c3059
(mpuz-random-puzzle): Fix potential lockup when
...
`mpuz-allow-double-multiplicator' is non-zero, and correct
calculation of `min'.
2007-02-04 17:29:50 +00:00
Chong Yidong
d33ca4d437
(gamegrid-kill-timer): Cancel timer directly.
...
(gamegrid-add-score-with-update-game-score-1): Allow local quits
when calling update-game-score program. Remove unnecessary
save-excursion.
2007-01-28 19:40:31 +00:00
Chong Yidong
d46b940851
(tetris-new-shape): Stop drawing if game is over.
2007-01-28 19:39:58 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Glenn Morris
f2e3589a33
Update copyright years.
2006-12-09 04:06:06 +00:00
Juanma Barranquero
4fffd73b30
Space/tab mixup.
2006-11-24 11:22:05 +00:00
Juanma Barranquero
219a77002c
(gomoku-terminate-game, gomoku-human-takes-back, gomoku-prompt-for-move,
...
gomoku-human-plays, gomoku-offer-a-draw): Fix typos in output messages.
(gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2006-11-24 11:10:51 +00:00
Juanma Barranquero
db9cd97ad4
Space/tab mixup.
2006-11-24 10:31:26 +00:00
Chong Yidong
2f88760a4b
(handwrite): Also process lines not ending with newline. Replace some
...
position-fiddling with different logic. Improve performance.
2006-11-12 17:35:04 +00:00
Juanma Barranquero
100e9ff77b
(dun-help): Fix typo in docstring.
2006-11-06 02:27:46 +00:00
Juanma Barranquero
283bf437fe
(handwrite): Fix typo in docstring.
2006-11-06 02:27:04 +00:00
Juanma Barranquero
530324e8ec
(hanoi-unix-64): Fix typo in docstring.
2006-11-06 02:26:27 +00:00
Juanma Barranquero
5883afc5c4
(life-patterns): Add a few more interesting patterns.
...
(life-setup): Force `show-trailing-whitespace' to nil.
2006-09-15 01:26:41 +00:00
Eli Zaretskii
33aba6a0e3
(life-display-generation): Test for input manually if `sleeptime' is negative
...
or null.
2006-09-09 10:43:49 +00:00
Chong Yidong
0369eb8545
* subr.el (sit-for): New function.
...
* play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2006-07-10 18:52:13 +00:00
Thien-Thi Nguyen
ac052b48cb
Comment munging; nfc.
2006-07-05 07:44:35 +00:00
Thien-Thi Nguyen
e12d3ded2a
(dun-load-d, dun-eval): Use eval-buffer.
2006-07-05 07:35:46 +00:00
Miles Bader
a2064b094c
lisp/play/cookie1.el (cookie): Work properly when there's only one entry
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-323
2006-06-21 05:09:32 +00:00
Thien-Thi Nguyen
f47adf18e1
(pong-init-buffer): Fill buffer with spaces instead of ^A.
2006-06-09 14:23:49 +00:00
Richard M. Stallman
2af34f255b
(lm-font-lock-face-O, lm-font-lock-face-X): Make them faces.
...
(lm-font-lock-keywords): Update appropriately.
2006-04-09 19:20:02 +00:00
Chong Yidong
5a6c1d871e
* files.el (safe-local-variable-values): New option.
...
(hack-local-variables-prop-line): Return a list of variable-value
pairs if MODE-ONLY is non-nil.
(hack-local-variables): Construct list of variable-value pairs,
and apply or reject them in one go. Ask for confirmation if
variables are not known safe.
(hack-local-variables-confirm): Complete rewrite. Support
`safe-local-variable-values'.
(enable-local-variables): Update docstring to reflect new
behavior.
(ignored-local-variables): Ignore ignored-local-variables and
safe-local-variable-values.
(safe-local-variable-p): New function.
(risky-local-variable-p): `safe-local-variable' property check
moved to safe-local-variable-p.
(hack-one-local-variable): Checks moved to hack-local-variables.
(byte-compile-dynamic, c-basic-offset, c-file-style,
c-indent-level, comment-column, fill-column, fill-prefix,
indent-tabs-mode, kept-new-versions, no-byte-compile,
no-update-autoloads, outline-regexp, page-delimiter,
paragraph-start, paragraph-separate, sentence-end,
sentence-end-double-space tab-width, version-control): Add
`safe-local-variable' property.
* find-lisp.el: Delete nonexistent `autocompile' file variable.
* icomplete.el, play/landmark.el: Change nonexistent
`outline-layout' file variable to `allout-layout'.
2006-02-14 01:21:31 +00:00
Romain Francoise
1004fadc84
Update copyright notices of all files in the lisp/play directory.
2006-02-05 14:10:45 +00:00
Juri Linkov
9d6f699a8b
(doctor-mode-map): Rename from `doc-mode-map'.
2006-01-23 01:28:09 +00:00
Stefan Monnier
0ff223569f
Move defvars out of eval-when-compile. Use dolist.
...
(doc-mode-map): Define explicitly.
(doctor-txtype): Use mapc.
2006-01-18 16:49:53 +00:00
Eli Zaretskii
7a5ea63f0f
(apropos-zippy): Call print-help-return-message, similar to other Help
...
and Apropos commands.
2005-12-03 12:07:55 +00:00
Stefan Monnier
47b5f6d679
(blackbox-mode-map): Move init into declaration.
...
(blackbox-redefine-key): Add argument `map'.
2005-10-25 15:28:00 +00:00
Eli Zaretskii
35b1f2e99b
(blackbox-redefine-key): New function.
...
(blackbox-mode-map): Use it to remap existing bindings for cursor motion
instead of binding literal keys.
2005-10-25 08:40:16 +00:00
Richard M. Stallman
a8bccd82cf
(doctor-doc): Don't say "psychiatrist".
...
(doctor-symptoms): Likewise.
2005-10-23 18:19:47 +00:00
Thien-Thi Nguyen
03c609c126
(zone): Wrap body with save-window-excursion.
2005-10-06 18:25:26 +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
Romain Francoise
5b76833fd5
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
...
* woman.el (woman-file-name):
* wid-edit.el (widget-file-prompt-value)
(widget-coding-system-prompt-value):
* w32-fns.el (set-w32-system-coding-system):
* vc.el (vc-version-diff, vc-annotate):
* textmodes/reftex-auc.el (reftex-arg-cite)
(reftex-arg-index-tag):
* textmodes/refer.el (refer-get-bib-files):
* textmodes/artist.el (artist-figlet-choose-font):
* terminal.el (terminal-emulator):
* replace.el (occur-read-primary-args):
* rect.el (string-rectangle, string-insert-rectangle):
* ps-print.el (ps-print-preprint):
* progmodes/pascal.el (pascal-goto-defun):
* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
* progmodes/compile.el (compilation-find-file):
* printing.el (pr-interactive-n-up):
* play/animate.el (animate-birthday-present):
* net/rcompile.el (remote-compile):
* man.el (man, Man-goto-section, Man-follow-manual-reference):
* mail/rmailsum.el (rmail-summary-search-backward)
(rmail-summary-search):
* mail/rmailout.el (rmail-output-read-rmail-file-name)
(rmail-output-read-file-name):
* mail/rmail.el (rmail-search, rmail-search-backwards):
* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
* locate.el (locate):
* international/quail.el (quail-show-keyboard-layout):
* international/mule.el (set-buffer-file-coding-system)
(revert-buffer-with-coding-system, set-file-name-coding-system)
(set-terminal-coding-system, set-keyboard-coding-system)
(set-next-selection-coding-system):
* international/mule-diag.el (describe-coding-system)
(describe-font, describe-fontset):
* international/mule-cmds.el (universal-coding-system-argument)
(search-unencodable-char, describe-input-method)
(set-language-environment, describe-language-environment):
* international/codepage.el (codepage-setup):
* international/code-pages.el (codepage-setup):
* info.el (Info-search, Info-follow-reference)
(Info-search-backward):
* emacs-lisp/advice.el (ad-read-advised-function)
(ad-read-advice-class, ad-clear-cache, ad-activate)
(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
(ad-enable-advice, ad-disable-advice, ad-remove-advice)
(ad-read-regexp):
* ediff-util.el (ediff-toggle-regexp-match):
* ediff-ptch.el (ediff-prompt-for-patch-file):
* dired-aux.el (dired-diff):
* diff.el (diff):
* cus-edit.el (custom-variable-prompt):
* calendar/timeclock.el (timeclock-ask-for-project):
* calc/calcalg3.el (calc-get-fit-variables):
* calc/calc-store.el (calc-edit-variable)
(calc-permanent-variable):
* vc-mcvs.el (vc-mcvs-register):
* shadowfile.el (shadow-define-literal-group):
* woman.el (woman-file-name):
* vc.el (vc-version-diff, vc-merge):
* textmodes/reftex-index.el (reftex-index-complete-tag):
* format.el (format-decode-buffer, format-decode-region):
* emulation/viper-cmd.el (viper-read-string-with-history):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* ediff.el (ediff-merge-revisions)
(ediff-merge-revisions-with-ancestor, ediff-revision):
* completion.el (interactive-completion-string-reader):
* calc/calc-prog.el (calc-user-define-formula):
Follow convention for reading with the minibuffer.
2005-09-24 13:44:02 +00:00
Deepak Goel
8c307e0f56
Message format spec fixes, commit no. 4
2005-09-18 12:32:51 +00:00
Juanma Barranquero
d94707e058
(ps-printer-name, ps-lpr-command): Add defvars.
2005-08-30 10:25:22 +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
Richard M. Stallman
47ef2dea27
(gametree-mode): Use make-local-variable, not make-variable-buffer-local.
2005-08-09 02:56:24 +00:00
Juanma Barranquero
6f08431c31
(doctor-type-symbol): "?\ " -> "?\s".
...
(**mad**, *debug*, *print-space*, *print-upcase*, abuselst, abusewords, account,
afraidof, arerelated, areyou, bak, beclst, bother, bye, canyou, chatlst,
continue, deathlst, describe, drnk, drugs, eliza-flag, elizalst, famlst, feared,
fears, feelings-about, foullst, found, hello, history, howareyoulst, howdyflag,
huhlst, ibelieve, improve, inter, isee, isrelated, lincount, longhuhlst, lover,
machlst, mathlst, maybe, moods, neglst, obj, object, owner, please, problems,
qlist, random-adjective, relation, remlst, repetitive-shortness, replist,
rms-flag, schoollst, sent, sexlst, shortbeclst, shortlst, something, sportslst,
stallmanlst, states, subj, suicide-flag, sure, things, thlst, toklst, typos,
verb, want, whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
Defvar at compile time.
2005-08-02 09:42:20 +00:00
Thien-Thi Nguyen
5fd6d89f46
Update years in copyright notice; nfc.
2005-08-01 15:47:19 +00:00
Juanma Barranquero
f706036b3e
(zone-pgm-stress-destress): Use insert-buffer-substring', not
insert-buffer'.
2005-07-18 11:17:42 +00:00
Richard M. Stallman
2b632b1668
(tetris-mode): Avoid warning.
2005-07-16 18:38:33 +00:00
Richard M. Stallman
2f4fbe7a92
(snake-mode): Avoid warning.
2005-07-16 18:35:08 +00:00
Richard M. Stallman
bf7f684c17
(gamegrid-shared-game-dir): Add defvar.
...
(gamegrid-set-display-table): Avoid warning.
(gamegrid-set-timer): Likewise.
(gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
(gamegrid-add-score-with-update-game-score-1): Take FILE as argument.
(gamegrid-add-score-with-update-game-score): Pass that argument.
Rename have-shared-game-dir to gamegrid-shared-game-dir.
2005-07-16 18:34:22 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Juanma Barranquero
e0b3c2b98d
(decipher-loop-with-breaks): Change space constants "protected" from end of line
...
by a comment to "?\s".
2005-06-29 13:55:15 +00:00
Lute Kamstra
2aa8e74af0
(doctor-mode-map): Remove defvar.
...
(doctor-mode): Use define-derived-mode.
2005-06-10 12:06:05 +00:00
Lute Kamstra
09e9987080
(blackbox-mode): Use run-mode-hooks.
2005-06-10 12:03:06 +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
Miles Bader
62d39a4265
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-397
...
Remove "-face" suffix from gomoku faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/play/gomoku.el (gomoku-O, gomoku-X):
Remove "-face" suffix from face names.
(gomoku-font-lock-O-face, gomoku-font-lock-X-face):
New backward-compatibility aliases for renamed faces.
(gomoku-font-lock-keywords): Use renamed gomoku faces.
2005-06-10 11:38:11 +00:00