aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-0225-26/+28
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-0125-26/+28
* | Remove -p suffix from set-face-* functionsGlenn Morris2012-11-211-1/+1
* | Fix for gamegrid-add-score-with-update-game-score-1.Stephen Berman2012-11-171-1/+1
|/
* Fix for gomoku-display-statistics.Stephen Berman2012-11-011-10/+12
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-173-15/+3
* Merge from emacs-24; up to 2012-05-05T02:50:[email protected]Glenn Morris2012-09-051-0/+2
|\
| * Fix right and left key remapping issue (bug#12317)Glenn Morris2012-08-311-1/+3
* | Better seed support for (random).Paul Eggert2012-08-3113-30/+1
* | More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-119-365/+359
* | * lisp/emacs-lisp/cl.el (flet): Mark obsolete.Stefan Monnier2012-06-271-10/+10
* | Fixes: debbugs:11708Andreas Schwab2012-06-141-37/+39
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-11/+11
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-022-11/+7
* | * lisp/play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)Glenn Morris2012-05-071-3/+2
* | * patcomp.el, play/bruce.el: Move to obsolete/.Glenn Morris2012-05-031-148/+0
* | Fix thinko in previous yow.el changeGlenn Morris2012-04-161-1/+1
* | * cookie1.el (cookie-snarf): Explicit error if input file cannot be read.Glenn Morris2012-04-161-0/+2
* | * lisp/play/yow.el (yow-file): Use expand-file-name rather than concat.Glenn Morris2012-04-161-6/+2
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-094-14/+14
|/
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-283-6/+6
* * lisp/play/doctor.el (doctor-death): Escape "," characters.Ulrich Mueller2012-01-051-2/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0526-26/+26
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* Spelling fixes.Paul Eggert2011-12-291-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-262-2/+2
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-181-1/+1
* Spelling fixes.Paul Eggert2011-11-173-3/+3
* Spelling fixes.Paul Eggert2011-11-173-3/+3
* Fix typos.Juanma Barranquero2011-11-161-4/+3
* Spelling fixes.Paul Eggert2011-11-141-3/+3
* * play/doctor.el (make-doctor-variables): Define `doctor-sent'.Lars Magne Ingebrigtsen2011-09-111-0/+1
* * 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