ChangeLog, tune2fs.c:
  tune2fs.c (main): Add support to allow HAS_JOURNAL flag to be cleared,
  	but only if the filesystem is unmounted or mounted read-only.  Changed
  	struct ext2fs_sb to struct ext2_super, and cleaned up old code which
  	was needed for old versions of ext2_fs.h (not needed since we're using
  	our own version now).

diff --git a/misc/ChangeLog b/misc/ChangeLog
index 3f03a3a..bc2764d 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,12 @@
+2001-01-01    <tytso@snap.thunk.org>
+
+	* tune2fs.c (main): Add support to allow HAS_JOURNAL flag to be
+		cleared, but only if the filesystem is unmounted or
+		mounted read-only.  Changed struct ext2fs_sb to struct
+		ext2_super, and cleaned up old code which was needed for
+		old versions of ext2_fs.h (not needed since we're using
+		our own version now).
+
 2000-12-31    <tytso@snap.thunk.org>
 
 	* fsck.c (check_all): Call interpet_device to resolve LABEL= and