summaryrefslogtreecommitdiff
path: root/lisp/play/landmark.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-091-1/+1
|
* Space/tab mixup.Juanma Barranquero2006-11-241-1/+1
|
* Comment munging; nfc.Thien-Thi Nguyen2006-07-051-1/+1
|
* (lm-font-lock-face-O, lm-font-lock-face-X): Make them faces.Richard M. Stallman2006-04-091-12/+14
| | | | (lm-font-lock-keywords): Update appropriately.
* * files.el (safe-local-variable-values): New option.Chong Yidong2006-02-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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'.
* Update copyright notices of all files in the lisp/play directory.Romain Francoise2006-02-051-1/+1
|
* 2005-09-25 Romain Francoise <romain@orebokech.com>Romain Francoise2005-09-241-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Message format spec fixes, commit no. 4Deepak Goel2005-09-181-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* * play/5x5.el (5x5-mode):Lute Kamstra2005-05-261-1/+2
| | | | | | | | | | | | * 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.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-121-1/+1
|
* Fix keywords.Juri Linkov2004-03-221-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (lm-mode-map): Use command remapping instead ofAndreas Schwab2003-01-121-13/+7
| | | | substitute-key-definition.
* Fix a typo.Eli Zaretskii2001-11-201-1/+1
|
* Mark lm-mode as special. Suggested by Klaus Straubinger <ksnetz@arcor.de>Eli Zaretskii2001-11-201-0/+3
|
* Do not double variables in the lambda-list.Pavel Janík2001-10-131-2/+2
|
* *** empty log message ***Pavel Janík2001-07-171-1/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+3
|
* (lm-plot-square, lm-init-display): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-3/+7
|
* (lm): Use "p" not "P" for interactive spec.Richard M. Stallman2001-05-201-1/+1
|
* (lm): Use interactive spec `P'.Gerd Moellmann2000-12-211-6/+2
| | | | (toplevel): Don't set debug-on-error.
* Don't quote lambda.Stefan Monnier2000-08-161-29/+27
|
* (lm-font-lock-face-O, lm-font-lock-face-X)Eli Zaretskii2000-07-311-7/+5
| | | | (lm-plot-square, lm-init-display): Don't use window-system.
* Provide `landmark', not `lm', and just once.Karl Heuer1999-08-101-6/+2
|
* (lm-font-lock-face-O, lm-font-lock-face-X):Karl Heuer1998-10-061-6/+6
| | | | | Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid confusing customize.
* Comment change.Richard M. Stallman1998-06-071-1/+1
|
* Customized.Stephen Eglen1998-04-051-16/+37
|
* (landmark-repeat, landmark): New aliases.Richard M. Stallman1997-07-241-3/+10
| | | | Add autoload cookies.
* (lm-display-statistics): Display stats in mode line.Karl Heuer1997-06-181-289/+182
| | | | | (lm-number-of-trials, lm-sum-of-moves): New vars. Various doc fixes.
* Comment change.Richard M. Stallman1997-05-271-2/+1
|
* Initial revisionRichard M. Stallman1997-05-201-0/+1795