summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-03-03 12:33:00 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-03-03 12:33:00 +0000
commita6f0e674ebf44b1d37732b64070b804673481d28 (patch)
tree3e05557f622e7ab6fdd9f06cf4026ccca5dccc4e
parent94430ab7fd416800665b3d38f05b7c6ab4c9c8a5 (diff)
downloademacs-a6f0e674ebf44b1d37732b64070b804673481d28.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index df19625578d..00b6865efa0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,16 +1,16 @@
2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
* play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
- jump to the line where new score has been uploaded.
+ Jump to the line where new score has been uploaded.
* play/tetris.el (tetris-move-bottom, tetris-move-left)
- (tetris-move-right, tetris-rotate-prev, tetris-rotate-next): Do
- nothing when the game is paused.
+ (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
+ Do nothing when the game is paused.
2007-03-03 Carsten Dominik <dominik@science.uva.nl>
- * textmodes/org.el (org-set-tags): Prevent slipping of point during
- completion.
+ * textmodes/org.el (org-set-tags): Prevent slipping of point
+ during completion.
2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>