diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54aba3bf7c3..5c33c9c4db4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-09-14 Ulf Jasper <ulf.jasper@web.de> | ||
| 2 | |||
| 3 | * play/bubbles.el (bubbles-version): Bump value to "0.5". | ||
| 4 | (bubbles-mode-map): Move define-key statements here. | ||
| 5 | (bubbles-game-theme-menu): Ditto. | ||
| 6 | (bubbles-graphics-theme-menu): Ditto. | ||
| 7 | (bubbles-menu): Ditto. | ||
| 8 | (bubbles-mode): Initialize buffer-undo-list, redisplay. | ||
| 9 | (bubbles--initialize): Reset buffer-undo-list, redisplay. | ||
| 10 | (bubbles-plop): Set buffer-undo-list, redisplay. | ||
| 11 | (bubbles-undo): Reset buffer-undo-list, redisplay. | ||
| 12 | (bubbles--show-images): Take care of missing text properties. | ||
| 13 | |||
| 1 | 2007-09-14 Glenn Morris <rgm@gnu.org> | 14 | 2007-09-14 Glenn Morris <rgm@gnu.org> |
| 2 | 15 | ||
| 3 | * startup.el (fancy-startup-text, fancy-about-text): Fix face | 16 | * startup.el (fancy-startup-text, fancy-about-text): Fix face |