Mercurial > emacs
changeset 76284:6f86cadf3faa
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 03 Mar 2007 12:33:00 +0000 |
parents | 256497f50513 |
children | bb157af2087d edf631bdbb7a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Mar 03 12:18:56 2007 +0000 +++ b/lisp/ChangeLog Sat Mar 03 12:33:00 2007 +0000 @@ -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>