Mercurial > emacs
comparison lisp/ChangeLog @ 97008:b6326d1fbbef
* play/solitaire.el (solitaire-mode-map): Define within defvar.
(solitaire-mode): Define with `define-derived-mode'.
(solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
(solitaire-down): Use "?\s" instead of "?\ "; use `when'.
(solitaire-undo, solitaire-check): Use `when'.
(solitaire-solve): Err out if the solitaire is already in progress.
Use `when'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 25 Jul 2008 15:57:59 +0000 |
parents | 8e17e43e57e9 |
children | c514dae2d6c1 |
comparison
equal
deleted
inserted
replaced
97007:2b861be36de9 | 97008:b6326d1fbbef |
---|---|
1 2008-07-25 Juanma Barranquero <lekktu@gmail.com> | 1 2008-07-25 Juanma Barranquero <lekktu@gmail.com> |
2 | |
3 * play/solitaire.el (solitaire-mode-map): Define within defvar. | |
4 (solitaire-mode): Define with `define-derived-mode'. | |
5 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up) | |
6 (solitaire-down): Use "?\s" instead of "?\ "; use `when'. | |
7 (solitaire-undo, solitaire-check): Use `when'. | |
8 (solitaire-solve): Err out if the solitaire is already in progress. | |
9 Use `when'. | |
2 | 10 |
3 * descr-text.el (describe-char): Don't overwrite local variable char | 11 * descr-text.el (describe-char): Don't overwrite local variable char |
4 when describing characters with display-table entries. Display font | 12 when describing characters with display-table entries. Display font |
5 backend when describing composed characters. Simplify: use `let' | 13 backend when describing composed characters. Simplify: use `let' |
6 instead of `let*', and `or x y' instead of `if x x y'. | 14 instead of `let*', and `or x y' instead of `if x x y'. |
11413 | 11421 |
11414 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | 11422 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> |
11415 | 11423 |
11416 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the | 11424 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the |
11417 splitter in context hunks. | 11425 splitter in context hunks. |
11418 | |
11419 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp> | 11426 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp> |
11420 | 11427 |
11421 * international/fontset.el (setup-default-fontset): Fix arabic otf | 11428 * international/fontset.el (setup-default-fontset): Fix arabic otf |
11422 font specification. | 11429 font specification. |
11423 | 11430 |