diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 93fca7cc553..4159da65173 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2001-12-18 Eli Zaretskii + + * yow.c (main): Use time_t, not long, to avoid a compiler warning. + 2001-12-18 Pavel Jan,Bm(Bk * test-distrib.c: Fix previous change. diff --git a/src/ChangeLog b/src/ChangeLog index e001f967382..4e2547382de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-12-18 Eli Zaretskii + + * Makefile.in (lisp, shortlisp): Synchronize with changes to + lisp/Makefile.in:DONTCOMPILE. + 2001-12-18 Pavel Jan,Bm(Bk * xdisp.c (window_box_height): Do not return negative values.