diff options
| author | Gerd Moellmann | 2001-12-12 13:43:37 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-12-12 13:43:37 +0000 |
| commit | 201c831a096feecbad341f30d8c7497c466ab11a (patch) | |
| tree | 9e93dff21501794375c19a8550030796be3d7e65 /src/ChangeLog | |
| parent | f7ccfc8c711b842cb3d1e3c9780b5f9c039daedd (diff) | |
| download | emacs-201c831a096feecbad341f30d8c7497c466ab11a.tar.gz emacs-201c831a096feecbad341f30d8c7497c466ab11a.zip | |
(Frecenter): Simplify computation in the case of window
system frames and ARG < 0; use window_box_height.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2dceefd631e..fc6c8577046 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-12-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (move_it_vertically_backward): Change heuristic | ||
| 4 | for the case that we didn't move far enough initially. | ||
| 5 | |||
| 6 | * window.c (Frecenter): Simplify computation in the case of window | ||
| 7 | system frames and ARG < 0; use window_box_height. | ||
| 8 | |||
| 1 | 2001-12-11 Richard M. Stallman <rms@gnu.org> | 9 | 2001-12-11 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c: | 11 | * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c: |