ChangeLog, e2fsck.c, pass2.c, pass3.c, unix.c:
  pass2.c (e2fsck_pass2): Fix the progress accounting so that we get to
  	100%.
  pass3.c (e2fsck_pass3): Change progress accounting to be consistent
  	with the other e2fsck passes.
  e2fsck.c (e2fsck_run): At the end of each pass, call the progress
  	function with the pass number set to zero.
  unix.c (e2fsck_update_progress): If the pass number is zero, ignore
  	the call, since that indicates that we just want to deallocate any
  	progress structures.
emptydir.c:
  Commit partially done file.
ChangeLog, badblocks.c:
  badblocks.c (ext2fs_badblocks_list_add): Use a bigger increment than
  	10 blocks when we need to expand the size of the badblocks list.

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 84d3e2f..17f883b 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,18 @@
+1998-08-01  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+	* pass2.c (e2fsck_pass2): Fix the progress accounting so that we
+		get to 100%.
+
+	* pass3.c (e2fsck_pass3): Change progress accounting to be
+		consistent with the other e2fsck passes.		
+
+	* e2fsck.c (e2fsck_run): At the end of each pass, call the
+		progress function with the pass number set to zero. 
+
+	* unix.c (e2fsck_update_progress): If the pass number is zero,
+		ignore the call, since that indicates that we just want to
+		deallocate any progress structures.
+
 1998-07-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
 	* Release of E2fsprogs 1.12