]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorColin Walters <walters@gnu.org>
Mon, 29 Apr 2002 22:55:35 +0000 (22:55 +0000)
committerColin Walters <walters@gnu.org>
Mon, 29 Apr 2002 22:55:35 +0000 (22:55 +0000)
lisp/ChangeLog
src/ChangeLog

index 06a73d25b2885460e2c891cd810c6364474f6aaa..0bcd38aa95357de2d749d64898bec24546242443 100644 (file)
@@ -1,3 +1,9 @@
+2002-04-29  Colin Walters  <walters@verbum.org>
+
+       * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
+       Test whether or not update-game-score is setuid, and do the right
+       thing.
+
 2002-04-29  Kim F. Storm  <storm@cua.dk>
 
        * subr.el (remove-yank-excluded-properties): New helper function.
index 824cbbde6eedfccc5a1d0362909f105d05077179..28096607bfa8c2e9ce685e2a9f5b0972bfe8af72 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-28  Colin Walters  <walters@verbum.org>
+
+       * callproc.c (Vgame_score_directory): Default to
+       "~/.emacs.d/games".
+
 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
 
        * textprop.c (remove_properties): Don't use XCAR without CONSP.