Update Changelog messages to use tytso@mit.edu for all addresses 
after September 7, 2001.  (Forgot to update my emacs file to get
rid of the tytso@valinux.com address.  Oops.)

diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog
index 4d8a301..2a0e482 100644
--- a/debugfs/ChangeLog
+++ b/debugfs/ChangeLog
@@ -1,4 +1,4 @@
-2002-02-25  Theodore Tso  <tytso@valinux.com>
+2002-02-25  Theodore Tso  <tytso@mit.edu>
 
 	* util.c (open_pager): If the PAGER environment is set to __none__
 		then don't use a pager at all, and ship it all to stdout.
@@ -7,7 +7,7 @@
 		implements the three new commands, htree_dump, dx_hash,
 		and dirsearch.
 
-2002-02-24  Theodore Tso  <tytso@valinux.com>
+2002-02-24  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in (install): Remove any compressed man pages before
 		installing the man pages.
@@ -16,7 +16,7 @@
 
 	* Release of E2fsprogs 1.26
 
-2002-01-03  Theodore Tso  <tytso@valinux.com>
+2002-01-03  Theodore Tso  <tytso@mit.edu>
 
 	* lsdel.c (do_lsdel): New optional argument which allows the user
 		to only see the most recently deleted files.
@@ -42,7 +42,7 @@
 		subroutines for ease of maintenance and to make the
 		executable size smaller.
 
-2001-12-23  Theodore Tso  <tytso@valinux.com>
+2001-12-23  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in, jfs_user.h: Move linux/jbd.h to
 		ext2fs/kernel-jbd.h, to avoid using the system header
@@ -50,13 +50,13 @@
 		forcibly adds /usr/include to the beginning of the
 		include search path.)
 
-2001-12-22  Theodore Tso  <tytso@valinux.com>
+2001-12-22  Theodore Tso  <tytso@mit.edu>
 
 	* debugfs.c (kill_file_by_inode, release_blocks_proc): Update the
 		group descriptor free block and inode counts when deleting
 		or killing a file.
 
-2001-12-16  Theodore Tso  <tytso@valinux.com>
+2001-12-16  Theodore Tso  <tytso@mit.edu>
 
 	* setsuper.c (print_possible_fields), 
 		logdump.c (dump_journal): Fix gcc -Wall nits
@@ -64,18 +64,18 @@
 	* Makefile.in, jfs_user.h: linux/jfs.h has been renamed to
 		linux/jbd.h
 
-2001-12-02  Theodore Tso  <tytso@valinux.com>
+2001-12-02  Theodore Tso  <tytso@mit.edu>
 
 	* util.c (close_pager): Use pclose() instead of fclose() when
 		closing the pager stream.
 
-2001-11-30  Theodore Tso  <tytso@valinux.com>
+2001-11-30  Theodore Tso  <tytso@mit.edu>
 
 	* debugfs.c (finish_range, dump_blocks): Fixed bug in Andreas's >
 		2GB support changes: you need to use %lld when printf'ing
 		an long long variable.
 
-2001-11-24  Theodore Tso  <tytso@valinux.com>
+2001-11-24  Theodore Tso  <tytso@mit.edu>
 
 	* debugfs.8.in: Update manual page to document the set_super_value
 		and logdump commands, and move the "specifying files"
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 1c41176..8eff1a5 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,10 +1,10 @@
-2002-02-24  Theodore Tso  <tytso@valinux.com>
+2002-02-24  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in (install): Install hard links for man pages for
 		fsck.ext2 and fsck.ext3.  Remove any compressed man
 		pages before installing the man pages.
 
-2002-02-22  Theodore Tso  <tytso@valinux.com>
+2002-02-22  Theodore Tso  <tytso@mit.edu>
 
 	* journal.c: Improve code maintainability and reduce code size by 
 		moving common code paths in e2fsck_journal_init_dev() and
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index 6d51cec..c8bc08a 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -1,4 +1,4 @@
-2002-02-23  Theodore Tso  <tytso@valinux.com>
+2002-02-23  Theodore Tso  <tytso@mit.edu>
 
 	* com_err.texinfo: Fix up the com_err info file so that it
 		includes the directory node information.  (Taken from the
@@ -8,7 +8,7 @@
 
 	* Release of E2fsprogs 1.26
 
-2001-12-02  Theodore Tso  <tytso@valinux.com>
+2001-12-02  Theodore Tso  <tytso@mit.edu>
 
 	* com_err.c (default_com_err_proc): Work around bug in diet libc
 		which core dumps when using fputc on stderr; besides, it
@@ -19,12 +19,12 @@
 
 	* Release of E2fsprogs 1.25
 
-2001-09-16  Theodore Tso  <tytso@valinux.com>
+2001-09-16  Theodore Tso  <tytso@mit.edu>
 
 	* compile_et.sh.in: Make the shell script safe from directory
 		pathnames with spaces.
 
-2001-09-10  Theodore Tso  <tytso@valinux.com>
+2001-09-10  Theodore Tso  <tytso@mit.edu>
 
 	* com_err.texinfo: Add appropriate @node and @menu lines so that
 		the a valid .info file can be made.  Use @deftypefun to
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 4d0f646..cf4e917 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,20 +1,20 @@
-2002-02-25  Theodore Tso  <tytso@valinux.com>
+2002-02-25  Theodore Tso  <tytso@mit.edu>
 
 	* ext2_fs.h: Add structure definitions for the directory indexing
 		extension.
 
-2002-02-23  Theodore Tso  <tytso@valinux.com>
+2002-02-23  Theodore Tso  <tytso@mit.edu>
 
 	* unix_io.c (unix_open): Fix 2.4 resource limit workaround so that
 		it doesn't break things on mis32, sparc32, and alpha
 		platforms.
 
-2002-02-21  Theodore Tso  <tytso@valinux.com>
+2002-02-21  Theodore Tso  <tytso@mit.edu>
 
 	* ismounted.c (is_swap_device): Fix file descriptor/memory leak;
 		we were missing an fclose().
 
-2002-02-20  Theodore Tso  <tytso@valinux.com>
+2002-02-20  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in, inode_io.c, ext2fs.h, ext2_err.et.in: Add new io
 		abstraction interface which exports an ext2 inode.
@@ -26,7 +26,7 @@
 	* test_io.c (test_close), unix_io.c (unix_close): Remove unneeded
 		conditional; save a few bytes.
 	
-2002-02-12  Theodore Tso  <tytso@valinux.com>
+2002-02-12  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in (tst_badblocks): Add some extra .o files when
 		linking the debugging program tst_badblocks which are
@@ -44,7 +44,7 @@
 
 	* Release of E2fsprogs 1.26
 
-2002-02-03  Theodore Tso  <tytso@valinux.com>
+2002-02-03  Theodore Tso  <tytso@mit.edu>
 
 	* mkdir.c (ext2fs_mkdir): Change to use ext2fs_inode_alloc_stats2
 		so that the number of directories in use is adjusted
diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog
index 21c268e..2e9ff3e 100644
--- a/lib/ss/ChangeLog
+++ b/lib/ss/ChangeLog
@@ -1,4 +1,4 @@
-2002-02-12  Theodore Tso  <tytso@valinux.com>
+2002-02-12  Theodore Tso  <tytso@mit.edu>
 
 	* requests.c (DECLARE): Fix bug in non-STDC declaration --- we
 		had a mismatch in the function signature and parameter
@@ -12,7 +12,7 @@
 
 	* Release of E2fsprogs 1.25
 
-2001-09-16  Theodore Tso  <tytso@valinux.com>
+2001-09-16  Theodore Tso  <tytso@mit.edu>
 
 	* mk_cmds.sh.in: Make the shell script safe from directory
 		pathnames with spaces.
diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog
index e5b4e7b..b5ff223 100644
--- a/lib/uuid/ChangeLog
+++ b/lib/uuid/ChangeLog
@@ -1,4 +1,4 @@
-2002-02-24  Theodore Tso  <tytso@valinux.com>
+2002-02-24  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in (install): Install hard links to man pages for
 		uuid_generate_random and uuid_generate_time.  Remove
@@ -12,7 +12,7 @@
 
 	* Release of E2fsprogs 1.25
 
-2001-09-10  Theodore Tso  <tytso@valinux.com>
+2001-09-10  Theodore Tso  <tytso@mit.edu>
 
 	* compare.c (uuid_compare), copy.c (uuid_copy), 
 		isnull.c (uuid_is_null), pack.c (uuid_pack), 
diff --git a/misc/ChangeLog b/misc/ChangeLog
index e33f616..48ba4b2 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -3,18 +3,18 @@
 	* mke2fs.c: Add check for mkfs.ext3 and create a journal in
 		this case.
 
-2002-02-24  Theodore Tso  <tytso@valinux.com>
+2002-02-24  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in (install): Install hard links for man pages for
 		mkfs.ext2 and mkfs.ext3.  Also install hard link for
 		mkfs.ext3.  Remove any compressed man pages before
 		installing the man pages.
 
-2002-02-23  Theodore Tso  <tytso@valinux.com>
+2002-02-23  Theodore Tso  <tytso@mit.edu>
 
 	* badblocks.8.in: Clarify man page's description of the -f option
 
-2002-02-12  Theodore Tso  <tytso@valinux.com>
+2002-02-12  Theodore Tso  <tytso@mit.edu>
 
 	* get_device_by_label.c: Since on non-STDC compilers, we define
 		away const, include get_device_by_label.h after we include
diff --git a/resize/ChangeLog b/resize/ChangeLog
index 5866989..aaa87ba 100644
--- a/resize/ChangeLog
+++ b/resize/ChangeLog
@@ -1,4 +1,4 @@
-2002-02-24  Theodore Tso  <tytso@valinux.com>
+2002-02-24  Theodore Tso  <tytso@mit.edu>
 
 	* Makefile.in (install): Remove any compressed man pages before
 		installing the man pages.
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 12dda49..7deb8af 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,4 +1,4 @@
-2002-02-12  Theodore Tso  <tytso@valinux.com>
+2002-02-12  Theodore Tso  <tytso@mit.edu>
 
 	* run_e2fsck (status): Use separate sed invocations for greater
 		portabilty.  AIX's sed doesn't support multiple -e