summaryrefslogtreecommitdiff
path: root/lisp/play
Commit message (Expand)AuthorAgeFilesLines
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-1613-20/+21
* Do interactive mode tagging for play/*.elStefan Kangas2021-09-165-31/+34
* Avoid cl-lib alias for cadadr and friendsStefan Kangas2021-09-032-6/+6
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-9/+9
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-082-2/+2
* Fix Morse for non-ASCII lettersMattias Engdegård2021-06-181-11/+10
* Fix point movement in morse-region and nato-regionLars Ingebrigtsen2021-05-291-2/+2
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-011-3/+5
* Convert many more links to use HTTPSStefan Kangas2021-03-242-2/+2
* ; Make function missed in previous change obsoleteStefan Kangas2021-02-281-0/+1
* Do mode tagging in decipher.elLars Ingebrigtsen2021-02-221-10/+10
* Do mode tagging in bubbles.elLars Ingebrigtsen2021-02-221-9/+9
* Make unused variable menu-bar-handwrite-map obsoleteStefan Kangas2021-02-211-1/+1
* Convert bubbles menu to easy-menu-defineStefan Kangas2021-02-211-77/+53
* Do interactive mode tagging for snake.elStefan Kangas2021-02-191-7/+8
* Do interactive mode tagging for tetris.elStefan Kangas2021-02-191-9/+10
* Do `interactive' mode tagging in gomoku.elStefan Kangas2021-02-161-16/+16
* * lisp/play/gomoku.el: Minor doc fixes; formatting.Stefan Kangas2021-02-161-39/+38
* Do command markup in blackbox.elLars Ingebrigtsen2021-02-141-8/+8
* Mark up 5x5 for interactive modeLars Ingebrigtsen2021-02-141-15/+16
* * lisp/play/decipher.el: Use lexical-bindingStefan Monnier2021-02-101-50/+34
* Use lexical-binding in almost all of play/*.elStefan Kangas2021-02-107-37/+48
* Remove redundant :group args in play/*.elStefan Kangas2021-02-027-50/+30
* ; Fix my previous commitStefan Kangas2021-01-312-2/+2
* Prefer defvar-local in play/*.elStefan Kangas2021-01-315-78/+41
* Remove redundant requires of 'derived'Stefan Kangas2021-01-311-1/+0
* Use lexical-binding in mpuz.elStefan Kangas2021-01-301-19/+11
* Use lexical-binding in handwrite.elStefan Kangas2021-01-301-54/+32
* * lisp/play/dunnet.el: Run the game when loaded via `--batch -l dunnet`Stefan Monnier2021-01-051-8/+21
* Update copyright year to 2021Paul Eggert2021-01-0123-23/+23
* Minor cleanups in tetris.elStefan Kangas2020-12-281-32/+14
* ; * lisp/play/5x5.el: Fix my last change.Stefan Kangas2020-12-161-1/+1
* * lisp/play/5x5.el: Fix typo. Remove redundant :group args.Stefan Kangas2020-12-141-15/+7
* * lisp/play/dunnet.el: Make it so loading the file is harmlessStefan Monnier2020-12-111-113/+87
* ; * lisp/play/doctor.el (make-doctor-variables): Fix indentation.Stefan Kangas2020-12-051-311/+311
* Prefer setq-local in play/*.elStefan Kangas2020-12-054-89/+87
* * lisp/play/dunnet.el: Remove Emacs 18 compat code.Stefan Kangas2020-12-021-9/+4
* Use null-device where appropriateMichael Albinus2020-11-251-1/+1
* Make the handwrite.el PS valid againLars Ingebrigtsen2020-11-161-1/+1
* Use lexical-binding in fortune.el and add testsStefan Kangas2020-11-141-35/+33
* Remove redundant installation instructionsStefan Kangas2020-11-122-17/+2
* Use lexical-binding in solitaire.elStefan Kangas2020-11-031-5/+3
* Add "Old-" prefix to "Version" header in more casesStefan Kangas2020-10-182-3/+3
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* Ensure that the game directory exists before trying to write to itLars Ingebrigtsen2020-09-221-0/+2
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Merge from origin/emacs-27Glenn Morris2020-09-091-1/+1
|\
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-021-1/+1
* | Use lexical-binding in pong.elStefan Kangas2020-08-311-18/+2