diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9e7d3713d7..a3288513e38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-07-13 Kim F. Storm + + * progmodes/compile.el (grep-tree): Fixed autoload. + Corrected use of undefined variable `match-files-aliases'. + 2002-07-12 Glenn Morris * calendar/timeclock.el (timeclock-get-workday-function): diff --git a/src/ChangeLog b/src/ChangeLog index bcb06157d20..5486ef8bf75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-13 Kim F. Storm + + * keyboard.c (command_loop_1): Invert check on Vmemory_full. + 2002-07-12 Richard M. Stallman * fileio.c (Fwrite_region): Doc fix.