ChangeLog, pass3.c, problem.c:
  pass3.c (get_lost_and_found): If the filesystem is not opened
  	read-only, then force /lost+found to be created if it is not present.
  problem.c: Allow PR_3_NO_LF_DIR to be handled during a preen operation.
ChangeLog, Makefile.in:
  Makefile.in: Updated dependencies.
ChangeLog, fsck.c:
  fsck.c (load_fs_info): Parse /etc/fstab ourselves, instead of relying
  	on getmntent().  This has the advantage of allowing us to properly
  	handle missing pass numbers correctly.
ChangeLog, configure.in:
  configure.in: Add paths.h to header files for which we search.

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 0e651f5..b569938 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,16 @@
+1998-12-03  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+	* Makefile.in: Updated dependencies.
+
+1998-11-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+	* pass3.c (get_lost_and_found): If the filesystem is not opened
+		read-only, then force /lost+found to be created if it is
+		not present.
+
+	* problem.c: Allow PR_3_NO_LF_DIR to be handled during a preen
+		operation. 
+
 1998-10-28  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
 	* unix.c (main): Move ext2fs_close() after e2fsck_free_context()