# HG changeset patch # User Colin Walters # Date 1018766563 0 # Node ID ffb634bccc646e6fe5014e87592c1ef65df2e51f # Parent 90866353c7bdcf7634117258ccb5b155692e7a1b *** empty log message *** diff -r 90866353c7bd -r ffb634bccc64 lib-src/ChangeLog --- a/lib-src/ChangeLog Sun Apr 14 06:40:19 2002 +0000 +++ b/lib-src/ChangeLog Sun Apr 14 06:42:43 2002 +0000 @@ -1,3 +1,9 @@ +2002-04-14 Colin Walters + + * update-game-score.c (lock_file): If the lock file is older than + an hour, delete it. Reset attempts to zero if we have to break + the lock. + 2002-04-14 Andreas Schwab * update-game-score.c (read_score): Fix type of second parameter diff -r 90866353c7bd -r ffb634bccc64 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 14 06:40:19 2002 +0000 +++ b/lisp/ChangeLog Sun Apr 14 06:42:43 2002 +0000 @@ -7,13 +7,18 @@ arguments; the other two were unused. (ibuffer-redisplay, ibuffer-update): Always skip special areas. - * calc/calc-bin.el (math-format-radix-float): Load `calc-ext' - before we call `math-group-float'. + * ibuf-macs.el, ibuf-ext.el: Update callers of + `ibuffer-map-lines'. + + * calc/calc-bin.el (math-format-radix-float): Use `when'. + + * calc/calc.el (math-format-number): Load `calc-ext' before we + call `math-group-float'. * play/gamegrid.el (gamegrid-add-score-with-update-game-score): Renamed from `gamegrid-add-score'. (gamegrid-add-score-insecure): Restored from the old - `update-game-score'. + `gamegrid-add-score'. (gamegrid-add-score): Just dispatch on `system-type' to one of the previous two functions.