diff options
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 |