diff options
| author | Colin Walters | 2002-04-29 23:16:38 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-29 23:16:38 +0000 |
| commit | 5167cfda36b6784cba15bde63e8e9a19f07bfb39 (patch) | |
| tree | f6afa237a2143d87525f0f67fba0380f08e82ddf /lib-src/ChangeLog | |
| parent | b6cee49460597a2e510e6a1911f59e14dcdb4645 (diff) | |
| download | emacs-5167cfda36b6784cba15bde63e8e9a19f07bfb39.tar.gz emacs-5167cfda36b6784cba15bde63e8e9a19f07bfb39.zip | |
*** empty log message ***
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8b7fe0c37bd..042357d6dc4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-04-28 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * Makefile.in (${archlibdir}): Don't conditionalize on | ||
| 4 | HAVE_SHARED_GAME_DIR. Instead, test at installation time whether | ||
| 5 | or not we have access to the specified game user. | ||
| 6 | |||
| 7 | * update-game-score.c (SCORE_FILE_PREFIX): Delete. | ||
| 8 | (main): New argument -d, for specifying directory. | ||
| 9 | (usage): Document. | ||
| 10 | (get_user_id): Compute | ||
| 11 | (get_home_dir): Deleted. | ||
| 12 | (get_prefix): New function, taken from main. | ||
| 13 | (main): Check whether or not we are running setuid. Move prefix | ||
| 14 | computation to get_prefix. Don't call getpwent; we don't need to | ||
| 15 | any more. Instead, move it to get_user_id(). | ||
| 16 | |||
| 1 | 2002-04-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 17 | 2002-04-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 18 | ||
| 3 | * ebrowse.c (skip_initializer): Return void. | 19 | * ebrowse.c (skip_initializer): Return void. |