Added "Request feature" item to help menu - surfs to SourceForge RFE page
Added "Report bug" item to help menu - surfs to SourceForge bug page
Added Exit button to "email exception report" dialog to avoid infinite loop from exceptions during error reporting
Activating a topic now selects the topic's namespace in the namespace dropdown
Reworked ScintillaNET wrapper code to make support for non-ASCII characters better
Added hack so that weird ScintillaNET selection bug goes away
After creating new namespace, new namespace is selected in namespace dropdown
Program now has help (help launches new instance of FlexWikiPad opening to Help wiki)
Added postbuild step to both VS.NET and NAnt build to copy help files to run directory
Updated build to deal with inclusion of help in distribution
Added dozens of unit tests for new features and bugfixes
Added readme.txt (per RFE 1010291)
Release 0.92
2004-06-13
Bumped version to 0.92
Added "Jump to Topic" functionality for quick navigation between topics
Added wait cursor in a few places to give feedback for long-running operations
Added BeginUpdate/EndUpdate calls to speed listbox operations
Reorganized source files to make diff easier in future - all members should be in alphabetical order within group (properties, methods, etc) from now on.
When a wiki is opened, the first namespace is now automatically selected, if present
Fixed application icon - should show properly in task bar now
Added unit tests for new functionality
Release 0.91
2004-05-17
Checkin 2
Corrected minor problem with release.cmd
Checkin 1
* Bumped version number to 0.91
Changed font in editor view to Lucida Console
Release 0.90
2004-05-15
Checkin 1
Fixed support for saving topics with non-ASCII characters in them
Fixed minor bug where undo on recently loaded topic would remove all text.
Bumped version number to 0.90
Factored build file into shared common piece and project-specific piece
Enabled symbols and optimizations for release build