diff options
| author | Gerd Moellmann | 2000-08-11 13:01:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-11 13:01:28 +0000 |
| commit | 440fc13575d5b4a23b1a3ad1fedca1af76f5ff4b (patch) | |
| tree | b7b80a79920a7c07a129565443ead291e0818467 /src/ChangeLog | |
| parent | cf6818892f2e3dabcd649a326b88428440f1b03d (diff) | |
| download | emacs-440fc13575d5b4a23b1a3ad1fedca1af76f5ff4b.tar.gz emacs-440fc13575d5b4a23b1a3ad1fedca1af76f5ff4b.zip | |
(try_cursor_movement): Fix handling of cursor in
partially visible line which is smaller than the window's
height.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd188fe670f..5d6e8ba61e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-08-11 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially | ||
| 4 | since they aren't relocated anymore. | ||
| 5 | (sxhash_string): Make sure returned hash code fits in a Lisp | ||
| 6 | integer. | ||
| 7 | |||
| 8 | * xdisp.c (try_cursor_movement): Fix handling of cursor in | ||
| 9 | partially visible line which is smaller than the window's | ||
| 10 | height. | ||
| 11 | |||
| 1 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> | 12 | 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2 | 13 | ||
| 3 | * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to | 14 | * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to |