aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add 2010 to copyright years.Glenn Morris2010-01-1326-26/+26
* lisp/*: Fix typos in docstrings and messages.Juanma Barranquero2010-01-021-2/+2
* * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'Juanma Barranquero2009-12-081-2/+2
* * url-util.el (url-insert-entities-in-string):Stefan Monnier2009-11-036-68/+51
* Ulrich Mueller <ulm at gentoo.org>Glenn Morris2009-10-171-1/+2
* * play/animate.el (animate-string): For good effect, make sureJuanma Barranquero2009-10-061-5/+5
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-022-2/+3
* Remove leading * from defcustom and defface docs.Glenn Morris2009-09-049-72/+72
* Reword header to fool copyright-update-year.Glenn Morris2009-09-041-8/+8
* Reword the header to fool copyright-update-year.Glenn Morris2009-09-041-1/+1
* (top-level): Don't require cl at run-time.Glenn Morris2009-08-251-1/+1
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2009-08-251-1/+1
* Use forward-line rather than goto-line.Glenn Morris2009-08-221-1/+2
* Use forward-line, not goto-line.Glenn Morris2009-08-215-7/+14
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-211-3/+3
* * play/doctor.el: Remove reference to obsolete website.Chong Yidong2009-06-271-30/+11
* (bubbles): Doc fix (Bug#2776).Chong Yidong2009-03-251-1/+12
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-3/+3
* Add 2009 to copyright years.Glenn Morris2009-01-0526-26/+26
* * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.Juanma Barranquero2008-11-251-11/+5
* * completion.el (add-completion-to-head, add-completion): Doc fixes.Juanma Barranquero2008-10-251-6/+6
* New function `locate-user-emacs-file'.Juanma Barranquero2008-10-241-1/+1
* (solitaire-mode-map): Bind "\r" rather than [return]. (Bug#1031)Glenn Morris2008-09-271-3/+3
* (fortune-in-buffer): Fix a bug which forcedTassilo Horn2008-09-221-1/+1
* Remove leading `*' from defcustom docs.Glenn Morris2008-09-201-12/+16
* Justin Bogner <mail at justinbogner.com> (tiny change)Glenn Morris2008-09-201-8/+7
* * play/solitaire.el (solitaire-mode-map): Define within defvar.Juanma Barranquero2008-07-251-87/+78
* * play/solitaire.el (solitaire-mode): Fix typo in docstring.Juanma Barranquero2008-07-241-7/+8