aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorColin Walters2002-04-14 06:42:43 +0000
committerColin Walters2002-04-14 06:42:43 +0000
commite9d1f248d5f34a7dd1b76a750687abf02f717ddc (patch)
tree4ed6842917e1d02f58cf0259488677debc308611 /lisp
parent7c4f687309da8fc8ef0a6a172d83fbfee1f0c662 (diff)
downloademacs-e9d1f248d5f34a7dd1b76a750687abf02f717ddc.tar.gz
emacs-e9d1f248d5f34a7dd1b76a750687abf02f717ddc.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
1 files changed, 8 insertions, 3 deletions
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