index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
play
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanups in tetris.el
Stefan Kangas
2020-12-28
1
-32
/
+14
*
; * lisp/play/5x5.el: Fix my last change.
Stefan Kangas
2020-12-16
1
-1
/
+1
*
* lisp/play/5x5.el: Fix typo. Remove redundant :group args.
Stefan Kangas
2020-12-14
1
-15
/
+7
*
* lisp/play/dunnet.el: Make it so loading the file is harmless
Stefan Monnier
2020-12-11
1
-113
/
+87
*
; * lisp/play/doctor.el (make-doctor-variables): Fix indentation.
Stefan Kangas
2020-12-05
1
-311
/
+311
*
Prefer setq-local in play/*.el
Stefan Kangas
2020-12-05
4
-89
/
+87
*
* lisp/play/dunnet.el: Remove Emacs 18 compat code.
Stefan Kangas
2020-12-02
1
-9
/
+4
*
Use null-device where appropriate
Michael Albinus
2020-11-25
1
-1
/
+1
*
Make the handwrite.el PS valid again
Lars Ingebrigtsen
2020-11-16
1
-1
/
+1
*
Use lexical-binding in fortune.el and add tests
Stefan Kangas
2020-11-14
1
-35
/
+33
*
Remove redundant installation instructions
Stefan Kangas
2020-11-12
2
-17
/
+2
*
Use lexical-binding in solitaire.el
Stefan Kangas
2020-11-03
1
-5
/
+3
*
Add "Old-" prefix to "Version" header in more cases
Stefan Kangas
2020-10-18
2
-3
/
+3
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-1
/
+1
*
Don't quote lambdas in several places
Stefan Kangas
2020-10-01
1
-2
/
+2
*
Ensure that the game directory exists before trying to write to it
Lars Ingebrigtsen
2020-09-22
1
-0
/
+2
*
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-09-09
1
-1
/
+1
|
\
|
*
; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
Stefan Kangas
2020-09-02
1
-1
/
+1
*
|
Use lexical-binding in pong.el
Stefan Kangas
2020-08-31
1
-18
/
+2
*
|
Use lexical-binding in life.el and add tests
Stefan Kangas
2020-08-30
1
-9
/
+21
*
|
Various life.el improvements
Stefan Kangas
2020-08-30
1
-12
/
+48
*
|
Remove some XEmacs compat code from gamegrid.el
Stefan Kangas
2020-08-30
1
-6
/
+1
*
|
* lisp/play/tetris.el: Use lexical-binding.
Stefan Kangas
2020-08-30
1
-1
/
+1
*
|
Fix compilation warning in snake.el
Lars Ingebrigtsen
2020-08-30
1
-1
/
+1
*
|
* lisp/play/snake.el: Use lexical-binding.
Stefan Kangas
2020-08-29
1
-1
/
+1
*
|
Remove some compat code from bubbles.el
Lars Ingebrigtsen
2020-08-12
1
-6
/
+4
*
|
* lisp/play/snake.el (snake-null-map): Quit on `q'. (Bug#42731)
Peder O. Klingenberg
2020-08-07
1
-0
/
+1
*
|
; Fix warning in last change
Basil L. Contovounesios
2020-05-13
1
-1
/
+1
*
|
Use lexical-binding in animate.el and add tests
Stefan Kangas
2020-05-13
1
-1
/
+1
*
|
Use lexical-binding in dissociate.el and add tests
Stefan Kangas
2020-05-13
1
-1
/
+1
*
|
Use lexical-binding in spook.el
Stefan Kangas
2020-04-26
1
-5
/
+3
*
|
Fix movement commands in gomoku
Asher Gordon
2020-04-03
1
-10
/
+36
*
|
Declare some <package>-version variables obsolete
Stefan Kangas
2020-03-21
1
-0
/
+1
*
|
Remove subsumed repetitions in regexps
Mattias EngdegÄrd
2020-02-20
1
-1
/
+1
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
23
-23
/
+23
*
Fixes bug where restoring game saved in an endgame question room would show '...
Ronnie Schnell
2019-11-04
1
-0
/
+2
*
Remove XEmacs compat code from decipher.el
Stefan Kangas
2019-10-20
1
-7
/
+1
*
Disable pause/resume from menu in snake and tetris
Stefan Kangas
2019-10-20
2
-12
/
+22
*
Port snake menu to Emacs
Stefan Kangas
2019-10-17
1
-13
/
+29
*
Port tetris menu to Emacs
Stefan Kangas
2019-10-17
1
-13
/
+29
*
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
2019-10-17
1
-2
/
+2
*
Revert "Remove XEmacs code from tetris.el"
Lars Ingebrigtsen
2019-10-15
1
-0
/
+11
*
Revert "Remove XEmacs-only code from snake.el"
Lars Ingebrigtsen
2019-10-15
1
-0
/
+11
*
Remove XEmacs-only code from snake.el
Lars Ingebrigtsen
2019-10-04
1
-11
/
+0
*
Remove XEmacs code from tetris.el
Lars Ingebrigtsen
2019-10-04
1
-11
/
+0
*
Allow gamegrid-add-score to treat lower scores as better.
Federico Tedin
2019-09-14
1
-22
/
+27
*
Really save games scores to the games scores directory
Lars Ingebrigtsen
2019-08-23
1
-1
/
+2
*
Add C-b/f/p/n keystrokes in `M-x snake'
Lars Ingebrigtsen
2019-08-14
1
-1
/
+6
*
Merge from origin/emacs-26
Glenn Morris
2019-08-10
1
-2
/
+2
|
\
[next]