From 6660a222b73c92b76633b875a2cef4c5642e4b67 Mon Sep 17 00:00:00 2001 From: Robert Greene Date: Sat, 31 Mar 2007 17:23:52 +0000 Subject: [PATCH] Updating for the 1.3.4 release of AppleCommander. --- TODO | 18 ------------------ VERSIONS | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/TODO b/TODO index 3544668..c0647aa 100644 --- a/TODO +++ b/TODO @@ -2,24 +2,6 @@ THINGS TO DO ============ This is the internal list of items that need to be done. --- 1.3.4 -- -* Started using the SWT S-Leak application to test for application resource leakage. -* Reports of a few issues with 800K images. UniDOS in particular doesn't appear to be - recognized appropriately. This was due to a mix-up in setting the the image ordering. -* Fixed the bug where the import of a binary file does not set the address for DOS images. -* Fixed bug that where a file cound not be exported as raw binary. (Crashed AppleCommander.) -* Raw binary files may now be imported - just check the raw image checkbox in the import - wizard. -* Prepare for internationalization (I18N). Started as a simplification process but it - got carried away. Text is stored in text bundles throughout the code. The files - end with ____Bundle.properties. The groupings are Storage, Compiler, Ui, and - Text; directories relate to the package. Contributions are more than welcome - seeing as I know very little German and it's unlikely that I'll get my wife to - spend time translating to Spanish. -* Updates per Eclipse 3.0 recommendations. -* Resolve OS X issues where window cannot come to the foreground. (J Matthews) -* Add Apple Pascal writing capability. (J Matthews) - --- FUTURE --- o Create subdirectories as appropriate (ProDOS). o Create reusable show dialog messages (they're scattered all over right now) to clean diff --git a/VERSIONS b/VERSIONS index 4d007a0..ec771c9 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,21 @@ +1.3.4 (2007-03-31) +* Started using the SWT S-Leak application to test for application resource leakage. +* Reports of a few issues with 800K images. UniDOS in particular doesn't appear to be + recognized appropriately. This was due to a mix-up in setting the the image ordering. +* Fixed the bug where the import of a binary file does not set the address for DOS images. +* Fixed bug that where a file cound not be exported as raw binary. (Crashed AppleCommander.) +* Raw binary files may now be imported - just check the raw image checkbox in the import + wizard. +* Prepare for internationalization (I18N). Started as a simplification process but it + got carried away. Text is stored in text bundles throughout the code. The files + end with ____Bundle.properties. The groupings are Storage, Compiler, Ui, and + Text; directories relate to the package. Contributions are more than welcome + seeing as I know very little German and it's unlikely that I'll get my wife to + spend time translating to Spanish. +* Updates per Eclipse 3.0 recommendations. +* Resolve OS X issues where window cannot come to the foreground. (J Matthews) +* Add Apple Pascal writing capability. (J Matthews) + 1.3.3 (2004-06-18) * Repackage code - packages were getting a bit large. The goal is to make class structure/placement more logical.