aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-10-16 14:22:37 +0000
committerGerd Moellmann2000-10-16 14:22:37 +0000
commitb41fe2c315335c74d73d73116260fdd613132460 (patch)
treea0326be211fe646948142d588edfa70398221635 /src/ChangeLog
parentc8ab5a1a90163eb32385818660b7e5d3577b2914 (diff)
downloademacs-b41fe2c315335c74d73d73116260fdd613132460.tar.gz
emacs-b41fe2c315335c74d73d73116260fdd613132460.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aa3ad9e4566..043e46471c2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12000-10-16 Miles Bader <miles@gnu.org> 12000-10-16 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
4 Don't add in the last line's height when deciding if the new
5 position is below the scroll margin.
2 6
72000-10-16 Miles Bader <miles@gnu.org>
8
3 * xfns.c (xpm_lookup_color): Make h unsigned to avoid wackiness 9 * xfns.c (xpm_lookup_color): Make h unsigned to avoid wackiness
4 when the high bit gets set. 10 when the high bit gets set.
5 11