comparison 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
comparison
equal deleted inserted replaced
44576:90866353c7bd 44577:ffb634bccc64
5 (ibuffer-map-lines): Preserve point position even if we delete 5 (ibuffer-map-lines): Preserve point position even if we delete
6 lines. Only call mapping functions with buffer and mark 6 lines. Only call mapping functions with buffer and mark
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
20 2002-04-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 25 2002-04-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
21 26