aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-0123-23/+23
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* Zone multi-window and -frame supportMichael R. Mauger2025-11-091-57/+329
* Fix dunnet when played on terminals which don't support UTF-8Eli Zaretskii2025-09-261-22/+22
* ; * lisp/play/doctor.el (llm): Add.Eli Zaretskii2025-08-231-0/+1
* Eliminate some gratuitous string mutationMattias Engdegård2025-08-211-2/+3
* Recommend using 'keymap-set' in CommentariesStefan Kangas2025-03-151-3/+2
* Remove variable aliases obsolete since Emacs 23.2Stefan Kangas2025-03-112-4/+2
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-264-19/+19
* Prefer decf to cl-decfStefan Kangas2025-02-233-9/+9
* Prefer '(oddp A)' to '(= 1 (logand A 1))'Stefan Kangas2025-02-172-2/+2
* Prefer '(evenp A)' to '(= 0 (% A 2))'evenp-oddpStefan Kangas2025-02-173-5/+5
* Update copyright year to 2025Paul Eggert2025-01-0123-23/+23
* Prefer defcustom :local specifierStefan Kangas2024-10-041-2/+2
* Fix :type of some user optionsEli Zaretskii2024-09-081-1/+1
* Use timer accessors instead of aref/asetMattias Engdegård2024-07-251-5/+1
* Visualize ranking of last game when adding scoresPeder O. Klingenberg2024-07-191-21/+25
* * lisp/play/doctor.el: Add a few more word meanings.Stefan Kangas2024-05-191-0/+22
* Fix double periods in `doctor-symptoms`Stefan Kangas2024-05-181-1/+1
* Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-231-1/+1
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-211-3/+3
* Merge from savannah/emacs-29Po Lu2024-01-0223-23/+23
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-0223-23/+23
* | ; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas2023-12-301-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-09-161-1/+1
|\ \ | |/
| * Update docs for passing of Thien-Thi NguyenStefan Kangas2023-09-111-1/+1
* | Fix all my attributions to be correct and consistent...Eric S. Raymond2023-08-081-1/+1
* | Make two well known amusements work on AndroidPo Lu2023-04-262-0/+10
* | Fix gamegrid.el with high resolution displaysPo Lu2023-02-191-1/+3
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0123-23/+23
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+1
* ; Fix sit-for calling convention in zone.elStefan Kangas2022-10-281-2/+2
* Use new sit-for calling convention in zone.elStefan Kangas2022-10-281-1/+1
* (sit-for): Add compiler-macro to warn about obsolete calling conventionStefan Monnier2022-10-181-4/+4
* * lisp/play/zone.el (zone): Allow selecting a programPhilip Kaludercic2022-10-141-5/+19
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-8/+4
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-3/+2
* Use frame-monitor-attributes in gamegridRobert Pluim2022-09-021-5/+1
* Fix recent gamegrid.el change for nox buildBasil L. Contovounesios2022-08-261-0/+2
* Make XEmacs compat alias face-background-pixmap obsoleteStefan Kangas2022-08-231-2/+2
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Use the attributes of frame's monitor for gamegridRobert Pluim2022-08-221-1/+5
* Make the size of elements the same in pgtk and X in tetrisLars Ingebrigtsen2022-08-221-8/+17
* ; * lisp/play/5x5.el (5x5-defvar-local): Improve obsoletion.Stefan Kangas2022-08-111-9/+3
* Merge from origin/emacs-28Stefan Kangas2022-08-071-1/+1
|\
| * ; * lisp/play/fortune.el (fortune-ask-file): Doc fix.Eli Zaretskii2022-08-061-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-08-061-23/+33
|\ \ | |/
| * * lisp/play/fortune.el: Doc fixes.Stefan Kangas2022-08-051-23/+33
* | Rename make-doctor-variables to doctor-make-variablesStefan Kangas2022-08-041-4/+5
* | Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert2022-08-011-1/+2