aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 95cae40aebe..7844240186e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
2
3 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
4 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
5 always have a solution in grid size = 5 cases.
6 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7 (5x5-solver-output, 5x5-log-buffer): New vars.
8 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9 Make these variables buffer local to achieve 5x5 multi-session-ness.
10 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
12 (5x5-solve-suggest): New funs.
13 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14 randomize a grid so that we ensure that there is always a solution.
15 (5x5-make-random-grid): Allow other movement than flipping.
16
12011-05-23 Kevin Ryde <user42@zip.com.au> 172011-05-23 Kevin Ryde <user42@zip.com.au>
2 18
3 * emacs-lisp/advice.el (ad-read-advised-function): 19 * emacs-lisp/advice.el (ad-read-advised-function):