diff options
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc76c713f49..ac9202c4603 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2002-04-13 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-forward-line): Just skip header if we're | ||
| 4 | only moving one line forward. | ||
| 5 | (ibuffer-map-lines): Preserve point position even if we delete | ||
| 6 | lines. Only call mapping functions with buffer and mark | ||
| 7 | arguments; the other two were unused. | ||
| 8 | (ibuffer-redisplay, ibuffer-update): Always skip special areas. | ||
| 9 | |||
| 10 | * calc/calc-bin.el (math-format-radix-float): Load `calc-ext' | ||
| 11 | before we call `math-group-float'. | ||
| 12 | |||
| 13 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | ||
| 14 | Renamed from `gamegrid-add-score'. | ||
| 15 | (gamegrid-add-score-insecure): Restored from the old | ||
| 16 | `update-game-score'. | ||
| 17 | (gamegrid-add-score): Just dispatch on `system-type' to one of the | ||
| 18 | previous two functions. | ||
| 19 | |||
| 1 | 2002-04-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 20 | 2002-04-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 21 | ||
| 3 | * iswitchb.el: Update commentary to include new function | 22 | * iswitchb.el: Update commentary to include new function |