# HG changeset patch # User Colin Walters # Date 1020120935 0 # Node ID 4d3e183415ca06fddcd5335a0bb0ccd6c1cf1908 # Parent 8412bb92c791080fd66b715303b1f238f99e2adb *** empty log message *** diff -r 8412bb92c791 -r 4d3e183415ca lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 29 22:55:10 2002 +0000 +++ b/lisp/ChangeLog Mon Apr 29 22:55:35 2002 +0000 @@ -1,3 +1,9 @@ +2002-04-29 Colin Walters + + * 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 * subr.el (remove-yank-excluded-properties): New helper function. diff -r 8412bb92c791 -r 4d3e183415ca src/ChangeLog --- a/src/ChangeLog Mon Apr 29 22:55:10 2002 +0000 +++ b/src/ChangeLog Mon Apr 29 22:55:35 2002 +0000 @@ -1,3 +1,8 @@ +2002-04-28 Colin Walters + + * callproc.c (Vgame_score_directory): Default to + "~/.emacs.d/games". + 2002-04-29 Stefan Monnier * textprop.c (remove_properties): Don't use XCAR without CONSP.