diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-02-08 21:00:49 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-02-08 21:09:22 +0100 |
commit | dbde138155118344b33dfd2db95f688a24a42fec (patch) | |
tree | 0a23eda7c98b68988683576a6fd6a32954b564f4 /ChangeLog | |
parent | 19ee7875db8b154a3ba49a98da2d3c24b03fff1e (diff) | |
download | emacs-dbde138155118344b33dfd2db95f688a24a42fec.tar.gz |
configure --with-gameuser now defaults to games group.
* configure.ac (--with-gameuser): Default to 'games' group instead
of 'games' user.
* lisp/play/gamegrid.el: Update comment to reflect that the
'update-game-score' helper program is now setgid by default.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ca9f44aacf7..908ffe6230e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-02-08 Ulrich Müller <ulm@gentoo.org> + + * configure.ac (--with-gameuser): Default to 'games' group instead + of 'games' user. + 2015-02-04 Paul Eggert <eggert@cs.ucla.edu> * .gitattributes: Ignore blanks at EOL in texinfo.tex. |