Mercurial > emacs
changeset 44991:4d3e183415ca
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Mon, 29 Apr 2002 22:55:35 +0000 |
parents | 8412bb92c791 |
children | 1ed68fd25957 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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.