diff options
| author | Colin Walters | 2002-04-14 06:42:43 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-14 06:42:43 +0000 |
| commit | e9d1f248d5f34a7dd1b76a750687abf02f717ddc (patch) | |
| tree | 4ed6842917e1d02f58cf0259488677debc308611 | |
| parent | 7c4f687309da8fc8ef0a6a172d83fbfee1f0c662 (diff) | |
| download | emacs-e9d1f248d5f34a7dd1b76a750687abf02f717ddc.tar.gz emacs-e9d1f248d5f34a7dd1b76a750687abf02f717ddc.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 51534cd53ab..e287ecdebd9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-04-14 Colin Walters <walters@debian.org> | ||
| 2 | |||
| 3 | * update-game-score.c (lock_file): If the lock file is older than | ||
| 4 | an hour, delete it. Reset attempts to zero if we have to break | ||
| 5 | the lock. | ||
| 6 | |||
| 1 | 2002-04-14 Andreas Schwab <schwab@suse.de> | 7 | 2002-04-14 Andreas Schwab <schwab@suse.de> |
| 2 | 8 | ||
| 3 | * update-game-score.c (read_score): Fix type of second parameter | 9 | * update-game-score.c (read_score): Fix type of second parameter |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac9202c4603..00ef388d35f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,13 +7,18 @@ | |||
| 7 | arguments; the other two were unused. | 7 | arguments; the other two were unused. |
| 8 | (ibuffer-redisplay, ibuffer-update): Always skip special areas. | 8 | (ibuffer-redisplay, ibuffer-update): Always skip special areas. |
| 9 | 9 | ||
| 10 | * calc/calc-bin.el (math-format-radix-float): Load `calc-ext' | 10 | * ibuf-macs.el, ibuf-ext.el: Update callers of |
| 11 | before we call `math-group-float'. | 11 | `ibuffer-map-lines'. |
| 12 | |||
| 13 | * calc/calc-bin.el (math-format-radix-float): Use `when'. | ||
| 14 | |||
| 15 | * calc/calc.el (math-format-number): Load `calc-ext' before we | ||
| 16 | call `math-group-float'. | ||
| 12 | 17 | ||
| 13 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | 18 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score): |
| 14 | Renamed from `gamegrid-add-score'. | 19 | Renamed from `gamegrid-add-score'. |
| 15 | (gamegrid-add-score-insecure): Restored from the old | 20 | (gamegrid-add-score-insecure): Restored from the old |
| 16 | `update-game-score'. | 21 | `gamegrid-add-score'. |
| 17 | (gamegrid-add-score): Just dispatch on `system-type' to one of the | 22 | (gamegrid-add-score): Just dispatch on `system-type' to one of the |
| 18 | previous two functions. | 23 | previous two functions. |
| 19 | 24 | ||