aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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