diff --git a/man/ChangeLog b/man/ChangeLog index ae2d6102d51..523eb508afb 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2000-10-16 Gerd Moellmann + + * sending.texi (Distracting NSA): Change the example. + 2000-10-13 John Wiegley * eshell.texi (Installation): Changed URL reference for where to diff --git a/src/ChangeLog b/src/ChangeLog index aa3ad9e4566..043e46471c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ -2000-10-16 Miles Bader +2000-10-16 Gerd Moellmann + + * xdisp.c (try_scrolling) : + Don't add in the last line's height when deciding if the new + position is below the scroll margin. +2000-10-16 Miles Bader + * xfns.c (xpm_lookup_color): Make h unsigned to avoid wackiness when the high bit gets set.