Mercurial > emacs
comparison etc/NEWS @ 44857:59ced914827b
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Thu, 25 Apr 2002 19:12:38 +0000 |
parents | 4872781b98d4 |
children | 29664616fca1 |
comparison
equal
deleted
inserted
replaced
44856:f6f3b9551c29 | 44857:59ced914827b |
---|---|
19 ** Emacs now supports new configure options `--program-prefix', | 19 ** Emacs now supports new configure options `--program-prefix', |
20 `--program-suffix' and `--program-transform-name' that affect the names of | 20 `--program-suffix' and `--program-transform-name' that affect the names of |
21 installed programs. | 21 installed programs. |
22 | 22 |
23 ** By default, Emacs now uses a setgid helper program to update game | 23 ** By default, Emacs now uses a setgid helper program to update game |
24 scores. Game scores are normally stored in ${prefix}/var/games/emacs. | 24 scores. The directory ${localstatedir}/games/emacs is the normal |
25 This may be controlled by the configure option `--with-game-dir'. The | 25 place for game scores to be stored. This may be controlled by the |
26 specific user that Emacs uses to own the game scores is controlled by | 26 configure option `--with-game-dir'. The specific user that Emacs uses |
27 `--with-game-user'. If access to a game user is not available | 27 to own the game scores is controlled by `--with-game-user'. If access |
28 (e.g. Emacs is not being built as root, or the specified game user | 28 to a game user is not available (e.g. Emacs is not being built as |
29 doesn't exist), then scores will be stored separately in each user's | 29 root, or the specified game user doesn't exist), then scores will be |
30 home directory. | 30 stored separately in each user's home directory. |
31 | 31 |
32 --- | 32 --- |
33 ** Leim is now part of the Emacs distribution. | 33 ** Leim is now part of the Emacs distribution. |
34 You no longer need to download a separate tarball in order to build | 34 You no longer need to download a separate tarball in order to build |
35 Emacs with Leim. | 35 Emacs with Leim. |