summaryrefslogtreecommitdiff
path: root/lisp/play
Commit message (Expand)AuthorAgeFilesLines
* * play/animate.el (animate-string): Doc fixes and allow changingMON KEY2011-07-041-13/+28
* * play/hanoi.el (hanoi-current-time-float): Remove.Paul Eggert2011-06-301-9/+4
* * lisp/play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right): New funs.Vincent Belaïche2011-06-201-13/+84
* * lisp/play/5x5.el (5x5-new-game, 5x5-randomize):Vincent Belaïche2011-05-241-4/+9
* Small cleanup of recent 5x5.el changes.Glenn Morris2011-05-231-4/+22
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-1/+1
* * lisp/play/5x5.el: I/ Add an arithmetic solver to suggest positions toVincent Belaïche2011-05-231-19/+372
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-222-37/+17
|\
| * lisp/play/mpuz.el: Small fixes.Juanma Barranquero2011-04-211-35/+16
| * lisp/play/doctor.el: Fix typos in docstrings.Juanma Barranquero2011-04-211-8/+8
* | lisp/play/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-2115-177/+167
* | * lisp/play/morse.el (denato-region): Handle varying case.Aaron S. Hawley2011-04-061-1/+1
* | Fix misuse of quote in `case'.Stefan Monnier2011-03-152-30/+30
* | * lisp/play/morse.el (morse-region, unmorse-region): Barf if read-only.Aaron S. Hawley2011-03-061-2/+2
* | morse.el additions from bug#2288.Aaron S. Hawley2011-03-061-0/+104
* | Fix incorrect changes introduced in 2011-02-02T17:59:44Z!sds@gnu.org.Chong Yidong2011-02-181-8/+9
* | play/doctor.el: bugfix for `doctor-mode'.Bastien Guerry2011-02-161-1/+1
* | Move keymap initialization into declaration.Stefan Monnier2011-02-105-148/+108
* | * lisp/apropos.el (apropos-print): Now that `apropos-mode' inheritsSam Steingold2011-02-021-2/+1
* | * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-45/+36
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2426-51/+26
* | * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).Jari Aalto2011-01-221-679/+669
* | Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* | Nuke arch-tags.Glenn Morris2011-01-1522-22/+0
* | Merge from emacs-23Stefan Monnier2011-01-1426-27/+27
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0226-26/+26
* | Rename some landmark functions.Glenn Morris2010-12-081-4/+4
* | Remove odd code from kandmark, gomoku.Glenn Morris2010-11-102-10/+2
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-061-2/+1
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-062-6/+4
* | Silence doctor.el compilation.Glenn Morris2010-11-051-709/+688
* | landmark: you lose.Glenn Morris2010-11-021-4/+4
* | Fix the most annoying typo in the world.Glenn Morris2010-11-021-4/+4
* | Silence compilation of gomoku.el.Glenn Morris2010-11-021-22/+22
* | Merge changes from emacs-23 branchChong Yidong2010-10-313-33/+24
|\ \ | |/
| * Replace some inappropriate uses of toggle-read-only. (Bug#7292)Glenn Morris2010-10-293-33/+24
* | * lisp/play/landmark.el: Adjust commenting convention.Stefan Monnier2010-10-271-67/+69
* | Declare and define in one step various mode maps.Dan Nicolaescu2010-10-104-107/+103
* | Merge changes from emacs-23 branchChong Yidong2010-09-231-1/+1
|\ \ | |/
| * * lisp/emacs-lisp/float-sup.el (float-pi): New name for `pi'.Stefan Monnier2010-09-191-1/+1
* | merge changes in emacs-23 branchKenichi Handa2010-09-011-1/+1
|\ \ | |/
| * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).Łukasz Stelmach2010-08-261-1/+1
* | * lisp/play/tetris.el: Cleanup image representation and rotation.Lukas Huonker2010-07-241-120/+113
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-2/+4
|\ \ | |/
| * Minor zone.el fix.Glenn Morris2010-07-061-4/+6
* | Minor zone.el fixes for bug#6483.Glenn Morris2010-07-061-35/+28
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
* | tetris.el: Use `define-derived-mode'; fix window selection; doc fixes.Juanma Barranquero2010-04-211-41/+35
* | Simplify by using `define-derived-mode'.Juanma Barranquero2010-04-151-64/+57
|/