Mercurial > emacs
comparison lisp/ChangeLog @ 44570:30d170360f38
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sun, 14 Apr 2002 01:50:33 +0000 |
parents | a22b230e0b6c |
children | ffb634bccc64 |
comparison
equal
deleted
inserted
replaced
44569:01399b2a0c1e | 44570:30d170360f38 |
---|---|
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 |
4 iswitchb-exclude-nonmatching. | 23 iswitchb-exclude-nonmatching. |
5 | 24 |