07/27/2004 - Version 0.4.6
--------------------------
- Support the new Sun WTK 2.2 Beta (RFE 983465)
- Expand platform definition field in suite creation wizard (Bug 991624)
- Fix problems with creating obfuscated jar files on Linux (Bug 957816)
- Fix errors when launching with a single midlet definition (Bug 984111)

06/19/2004 - Version 0.4.5
--------------------------
- Provide support for Java Project references in midlet suites (Bug 899038)
- Fix bug with J2ME properties on a non-J2ME project
- Update preference initialization for 3.0
- Various changes for 3.0 compliance
- Fix for Nokia problems with newer toolkit (Bug 958789)
- Fix for trouble with the SonyEricsson 2.1.1 beta toolkit (Bug 967162)
- Warn when an attempt to launch without midlets defined in the JAD file (Bug 943588)
- Mark *.jad and .eclipseme files as text files in CVS (RFE 966259)
- Write out JAD file in UTF-8 (Bug 970847)

05/28/2004 - Version 0.4.1
--------------------------
- Fix for classpath container initialization problem (Bugs 960054)

05/23/2004 - Version 0.4.0
--------------------------
- Preverify and package libraries on the project classpath (Bug 903448)
- Correctly handle situations when the project folder is used as the source folder (Bug 935975)
- Allow a new midlet class from the wizard to be automatically added to the JAD (Bug 940384)
- Provide a warning prompt when obfuscation errors occur. (Bug 950840)
- Provide the ability to specify classes to keep when obfuscating (RFE 951007)
- Provide the ability to convert a Java project into a J2ME Midlet Suite (RFE 953677) 
- Fix regression when creating new midlet suite
- Fix bug when opening properties on a non-midlet suite and J2ME category is selected

04/11/2004 - Version 0.3.5
--------------------------
- Fix preverification error handling (RFE 917774)
- Dump more command-lines when property "eclipseme.dump.launch" is set to "true"
- Fix Nokia on Linux problems (Bug 924571)
  NOTE: The changes made for this change the IEmulator interface
- Fix for Eclipse 3.0 M8 (Bug 926759)
- Provide the ability to specify obfuscation parameters (Bug 923788)
- Handle resources in the source directory. (RFE 920971)

03/21/2004 - Version 0.3.0
--------------------------
- SonyEricsson J2ME SDK 2.0 (Beta) support
- Nokia toolkit support
- Switched J2ME libraries to use a classpath container for easy changing 
  (thanks to Yang Liu for most of this function)
- Add UnspecifiedPlatformDefinition for better robustness
- Add J2ME library to projects when it is missing and the
  user specifies a new platform definition
- Move the Midlet Suite metadata into a project file for storage.
  This allows the suite's platform definition to be stored in
  source control and transferred from machine to machine.
- Sort the platform definitions lists
- Add toolkit name label to "Add Wireless Toolkit" dialog page.
- Fix Midlet class search for launch config dialog (Fixes bug 901050)
- Don't delete the contents of a directory if project creation is cancelled on a
  directory that already existed
- Copy the jad file from the "bin" directory if found when creating a new
  Midlet Suite andn pointing to previous WTK projects
- Fix obfuscated package support (Fixes bug 897996)
- Removed the classpath tab from the launch dialog as the classpath from
  that dialog was being ignored anyway.
- Fix persistence handling given the new internal platform components.
- Use XSLT stylesheet to improve XML document output (mostly for debugging)
- J2ME platform components view is now a preference page instead.
- Start including the version in the plugin directory name (fixes caching problems?)
- Fix handling of launching when the platform definition is unspecified.
- Fix for launching midlet tab for changes in upcoming M8 version.

02/14/2004 - Version 0.2.0
--------------------------
- Updates that require Eclipse 3.0M7 or newer.  Debugging finally supported.
- Quote classpath in case it has spaces in it. (Fixes bug 875726)
- Fix cut-n-paste text bug. (Fixes bug 886935)
- Fix problem when launching emulator on Linux (Fixes bug 795616)
- Add Package obfuscation support via Proguard (Fixes RFE 890998)

01/17/2004 - Version 0.1.0
--------------------------
- Fix JAD storage to use correct format
- Migrate broken JAD file format to correct format during plugin startup
- Fix Midlet Definition parsing for JAD Editor
- Create deployed package support
- Over the air support
- Add launch shortcut for midlet emulation
- Fix WTK library naming for 2.1 final release
- Add preferences for controlling Over the Air support
- Add "eclipseme.dump.launch" System property to dump the emulator launch command line
- Fix various builder buglets

12/21/2003 - Version 0.0.5
--------------------------
- Add the ability to add and remove Profile definitions
- Add the ability to add and remove platform definitions
- Persistence updated and working for all platform components
- Added wireless toolkit type extension type and moved implementation to extensions
- Add support for Sun Wireless Toolkit 2.1 (currently in beta)
- Handle errors in midlet suite configuration a bit better.  Might still need more work.
- Add migration support from version 0.0.3
- Add new preference and support for a resources directory being added to emulator classpath
- Fix preverification builder for null resource deltas

11/16/2003 - Version 0.0.3
--------------------------
- JDK 1.4.x is now required for developing with EclipseME
- New J2ME project properties page.
- Lots of underlying support for Platform Components... Not much UI yet.
- Wireless toolkit definition moved to Platform Components View, no longer in prefs.
- Added real Eclipse documentation.

09/26/2003 - Version 0.0.2
--------------------------
- Incremental preverification builder
- Debugging support - Not currently working due to Eclipse bug 30816 (see Readme)
- Launch configuration device selection now based on actual available emulators
  for the specified wireless toolkit
- Heavily refactored underlying implementation
- Fix for bug 792407 (as a side-effect of refactoring)

08/18/2003 - Version 0.0.1
--------------------------
- First (very early) public release
