diff --git a/ChangeLog b/ChangeLog index f78f76402..79b93534a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-25 Kevin Ryde + + * configure.in (AC_CHECK_MEMBERS): Test struct tm.tm_gmtoff. + 2006-06-13 Ludovic Courtès * NEWS: Mentioned the new behavior of `equal?' for structures. diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 7ed1eb778..3331b48a9 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,8 @@ +2006-06-25 Kevin Ryde + + * posix.texi (Time): In tm:gmtoff, give example values, note not the + same as C tm_gmtoff. + 2006-06-16 Ludovic Courtès * api-utility.texi (Equality): Mentioned the behavior of `equal?'