diff lisp/ChangeLog @ 44577:ffb634bccc64

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Sun, 14 Apr 2002 06:42:43 +0000
parents 30d170360f38
children ab6889b1c705
line wrap: on
line diff
--- 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.