diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 804ebb10933..605fa235f5f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-04-05 Colin Walters <walters@debian.org> | ||
| 2 | |||
| 3 | * update-game-score.c (toplevel): Include pwd.h. | ||
| 4 | (struct score_entry): Add username field. | ||
| 5 | (push_score): Use it. | ||
| 6 | (get_user_id): New function. | ||
| 7 | (main): Don't malloc excessively. | ||
| 8 | (main): Use username field. | ||
| 9 | (read_score): Read it. | ||
| 10 | (push_score): Handle it. | ||
| 11 | (write_scores) Write it. | ||
| 12 | (read_score): Handle arbitrary length data. | ||
| 13 | |||
| 1 | 2002-03-30 Eli Zaretskii <eliz@is.elta.co.il> | 14 | 2002-03-30 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 15 | ||
| 3 | * ebrowse.c (add_declarator): Fix the first call to add_member_defn. | 16 | * ebrowse.c (add_declarator): Fix the first call to add_member_defn. |
| @@ -11,6 +24,10 @@ | |||
| 11 | 24 | ||
| 12 | * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp. | 25 | * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp. |
| 13 | 26 | ||
| 27 | 2002-03-27 Colin Walters <walters@debian.org> | ||
| 28 | |||
| 29 | * update-game-score.c: New file. | ||
| 30 | |||
| 14 | 2002-03-22 Paul Eggert <eggert@twinsun.com> | 31 | 2002-03-22 Paul Eggert <eggert@twinsun.com> |
| 15 | 32 | ||
| 16 | * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of | 33 | * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of |