From 151a4f3561adbbded74364993d701ad0977e7ae2 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Sat, 19 Jun 2004 04:42:14 +0000 Subject: [PATCH] Shifted 1.3.3 completed items to VERSIONS from TODO. --- TODO | 30 ------------------------------ VERSIONS | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/TODO b/TODO index beb02f0..6f43a1d 100644 --- a/TODO +++ b/TODO @@ -2,36 +2,6 @@ THINGS TO DO ============ This is the internal list of items that need to be done. --- 1.3.3 -- -* Repackage code - packages were getting a bit large. The goal is to make class - structure/placement more logical. - GUI: - - Moved the SWT wizards into their own packages; - - Separated utility classes into the util package; - - Main application windows remain in swt package. - Storage: - - Moved OS formats into their respective packages in the "os" package - (dos33, prodos, cpm, rdos, pascal); - - Filters are now in the filters package. - - General storage classes remain under storage (Disk, FormattedDisk, etc). -* Added formatted assembly FileFilter. Understands Merlin format source files. - Need to recognize various formats - T.*, *.S, etc. Need examples for other - formats (Orca, APW, etc). -* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows, - mousewheel all work (must select content area first of course). -* Wizard windows no longer show up with the title bar off the screen. -* Refactored FileViewerWindow. Created supporting FilterAdapter classes as well as - (presumably) reusable ContentAdapters. Started caching the filtered content for - a little speed improvement when switching filters (native, hex, raw) in the FileView. -* Hans Otten provided information on Apple Pascal's formatting of ".text" files - they - are now read correctly with appropriate character spacing and header section is ignored. -* Fixed error where viewing an invalid graphics file crashed AppleCommander (typically was - too short). This can be done by context menu -> View As -> Graphics. -* Further automate build (and web site) deployment. - Ant now builds source zip, GUI JAR, command-line jar, javadoc, and website. Website zip - file only needs to be extracted into the web root to be deployed. Windows executable is - scripted but not plugged into the Ant script at this time. - --- FUTURE 1.3.x --- o Create reusable show dialog messages (they're scattered all over right now) to clean up code a bit. diff --git a/VERSIONS b/VERSIONS index d1342b6..4d007a0 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,33 @@ +1.3.3 (2004-06-18) +* Repackage code - packages were getting a bit large. The goal is to make class + structure/placement more logical. + GUI: + - Moved the SWT wizards into their own packages; + - Separated utility classes into the util package; + - Main application windows remain in swt package. + Storage: + - Moved OS formats into their respective packages in the "os" package + (dos33, prodos, cpm, rdos, pascal); + - Filters are now in the filters package. + - General storage classes remain under storage (Disk, FormattedDisk, etc). +* Added formatted assembly FileFilter. Understands Merlin format source files. + Need to recognize various formats - T.*, *.S, etc. Need examples for other + formats (Orca, APW, etc). +* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows, + mousewheel all work (must select content area first of course). +* Wizard windows no longer show up with the title bar off the screen. +* Refactored FileViewerWindow. Created supporting FilterAdapter classes as well as + (presumably) reusable ContentAdapters. Started caching the filtered content for + a little speed improvement when switching filters (native, hex, raw) in the FileView. +* Hans Otten provided information on Apple Pascal's formatting of ".text" files - they + are now read correctly with appropriate character spacing and header section is ignored. +* Fixed error where viewing an invalid graphics file crashed AppleCommander (typically was + too short). This can be done by context menu -> View As -> Graphics. +* Further automate build (and web site) deployment. + Ant now builds source zip, GUI JAR, command-line jar, javadoc, and website. Website zip + file only needs to be extracted into the web root to be deployed. Windows executable is + scripted but not plugged into the Ant script at this time. + 1.3.2 (2004-06-05) * Print file listing or full disk listing (including subdirectories or multiple volumes).