diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7eef58d6401..f72a5040edf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-11-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore) | ||
| 4 | (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix. | ||
| 5 | (gomoku-score-trans-table, gomoku-winning-threshold) | ||
| 6 | (gomoku-loosing-threshold, gomoku-init-score-table): Use new names. | ||
| 7 | |||
| 1 | 2010-11-03 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-11-03 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * emacs-lisp/package.el: Don't put built-in packages in | 10 | * emacs-lisp/package.el: Don't put built-in packages in |