aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-04-14 06:42:43 +0000
committerColin Walters2002-04-14 06:42:43 +0000
commite9d1f248d5f34a7dd1b76a750687abf02f717ddc (patch)
tree4ed6842917e1d02f58cf0259488677debc308611
parent7c4f687309da8fc8ef0a6a172d83fbfee1f0c662 (diff)
downloademacs-e9d1f248d5f34a7dd1b76a750687abf02f717ddc.tar.gz
emacs-e9d1f248d5f34a7dd1b76a750687abf02f717ddc.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lisp/ChangeLog11
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 @@
12002-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
12002-04-14 Andreas Schwab <schwab@suse.de> 72002-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