diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 71ac022f1fa..9e5b38a417a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-06-05 Francesco Potorti` <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (main): Avoid a buffer overrun with sprintf. | ||
| 4 | |||
| 1 | 2002-05-30 Richard M. Stallman <rms@gnu.org> | 5 | 2002-05-30 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL. | 7 | * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL. |
| @@ -22,7 +26,7 @@ | |||
| 22 | * Makefile.in (${archlibdir}): Don't conditionalize on | 26 | * Makefile.in (${archlibdir}): Don't conditionalize on |
| 23 | HAVE_SHARED_GAME_DIR. Instead, test at installation time whether | 27 | HAVE_SHARED_GAME_DIR. Instead, test at installation time whether |
| 24 | or not we have access to the specified game user. | 28 | or not we have access to the specified game user. |
| 25 | 29 | ||
| 26 | * update-game-score.c (SCORE_FILE_PREFIX): Delete. | 30 | * update-game-score.c (SCORE_FILE_PREFIX): Delete. |
| 27 | (main): New argument -d, for specifying directory. | 31 | (main): New argument -d, for specifying directory. |
| 28 | (usage): Document. | 32 | (usage): Document. |