# # patch "NEWS" # from [b5a1e12f63b6809e95ca42b1e63e1c551dcb4599] # to [487f6df22a42f5639573767e6d6750e8487f949a] # # patch "configure.in" # from [be5ec843f97066dcb95e79a09e4505a1a74fb473] # to [e09a6b2ffa8ea1edb1eb1e06d9330e3c1c303422] # ======================================================================== --- NEWS b5a1e12f63b6809e95ca42b1e63e1c551dcb4599 +++ NEWS 487f6df22a42f5639573767e6d6750e8487f949a @@ -1 +1,14 @@ -Nothing to see here, please move along. +mtsh 0.2 2005-10-09 + The file list now shows a proper tree, instead of a flat list. + + mtsh now has primitive "undrop" support + + The "File diff" and "File contents" tabs now get reset when a + file that they can't be generated for is selected. Previously, they'd + keep showing the contents of the previous file. + +mtsh 0.1x + Fix annoying crashes, and make the file list a drag&drop source. + +mtsh 0.1 + Initial release. ======================================================================== --- configure.in be5ec843f97066dcb95e79a09e4505a1a74fb473 +++ configure.in e09a6b2ffa8ea1edb1eb1e06d9330e3c1c303422 @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(mtsh, 0.1x, BUG-REPORT-ADDRESS) +AC_INIT(mtsh, 0.2, BUG-REPORT-ADDRESS) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([main.cc])