ChangeLog, e2fsck.8.in, e2fsck.h, pass3.c, pass4.c, super.c:
  e2fsck.h: Add new field, priv_data to the e2fsck context structure.
  	It should be used by callers of the e2fsck functions only, and not by
  	anything in e2fsck itself.
  super.c: Instead of call ext2fs_get_device_size(), define and call
  	e2fsck_get_device_size().  (This function may be stubbed out in
  	special versions of e2fsck.)
  pass3.c, pass4.c: Remove extra calls to the progress function that
  	weren't needed.
  mke2fs.8.in: Update man page to note that the format of the bad block
  	file is the same as the one generated by badblocks.

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 43343b8..3178f4d 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,21 @@
+Mon Feb 16 17:31:44 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+	* e2fsck.h: Add new field, priv_data to the e2fsck context
+ 		structure.  It should be used by callers of the e2fsck
+ 		functions only, and not by anything in e2fsck itself.
+
+Mon Feb 7 17:31:04 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+	* super.c: Instead of call ext2fs_get_device_size(), define and call
+		e2fsck_get_device_size().  (This function may be stubbed
+		out in special versions of e2fsck.)
+
+	* pass3.c, pass4.c: Remove extra calls to the progress function
+		that weren't needed.
+
+	* mke2fs.8.in: Update man page to note that the format of the bad
+		block file is the same as the one generated by badblocks. 
+
 Sun Feb  1 07:57:14 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
 	* dirinfo.c, e2fsck.c: Don't include com_err.h; it isn't needed.