From: Colin Walters Date: Mon, 29 Apr 2002 22:55:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a234d251907c97370491089610aaceffc11623f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06a73d25b28..0bcd38aa953 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 824cbbde6ee..28096607bfa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.