                                                              /\             /\
                                                             ( \\           // )
                                                              \ \\   |||   // /
      --------------------------------------                   \_\\|||||||//_/
      --                                  --                     / __   __ \
      --       DONKEY RELEASE NOTES       --                     |( O) (O )|
      --                                  --                     \         /
      --------------------------------------                      |_______|
                                                                 /         \
                                                                 \  0   0  /
                                                                  \_______/


2024/01/12: Fix SQL script export with hi-range Unicode characters.
2024/01/12: Added support for Oracle 23c

2023/03/20: Fix setting connection description in login dialog.
2023/03/20: Fix: remember project file per connection, when set in login dialog.
2022/04/22: Fix duplicate TYPE declaration in object type source.
2022/04/22: Fix display of TYPE status in schema browser when type body contains an error.
2022/04/15: Optimizations in dictionary queries.
2022/04/15: Schema browser types - show errors in 'type body' in error list.
2022/04/15: PL/SQL editor now shows compiler errors when type body contains errors.
2022/04/15: Fix 'describe object' function, which is prefixed with current schema name.
2022/03/25: Fix unicode string handling on PL/SQL output parameters.
2022/01/26: Fix LONG parameters in Oracle 11 and earlier.
2022/01/26: Fix leading spaces getting trimmed in strings loaded from XML.
2021/06/23: Fix invalid SQL in schema browser to set dbms_job state 'broken'.
2021/03/18: Added support for Oracle 21c.
2021/03/18: Performance improvements on Direct mode connections.
2021/03/18: Fix connection to RAC servers via Direct mode.

2020/06/25: Update login window to be resizeable and remember column widths.
2020/06/25: New option in login window to add a description for a connection.
2020/06/25: Fix find/find next in code editors.
2020/06/25: Fixes on using database links with 'Direct mode' connections.

2020/05/25: Added support for 'DISCONNECT SESSION' in session manager.
2020/05/25: Fixed setting the default filename when exporting table data.
2020/05/25: Fixes on using XMLtype with 'Direct mode' connections.

2019/11/28: Added support for Oracle 19c.
2019/11/28: Added support for long database object names.
2019/11/28: Several fixes on 'Direct mode' connections.

2019/10/15: Fix SQL monitor - list of connections should remove old connection after replacing a connection.
2019/10/14: Optimize queries used in schema browser. Rewrite dynamic queries to enable server caching.
2019/01/25: Fix multiple Unicode BOMs in exported source files.
2019/01/23: Show column level grants in schema browser.
2019/01/14: Display invalid state for synonyms in schema browser.

2018/12/11: Added limited support for nested tables in schema browser.
2018/12/10: Support use of regular expressions in searching sources via export source module.
2018/12/10: Added support for SQLplus statement 'WHENEVER SQLERROR'.
2018/12/10: Added support for Oracle 18c.
2018/12/07: Fix several SQL queries in schema browser for objects using non-identifier characters in names.

2018/09/17: Fix reading LOB data via 'Direct mode' connections on Oracle 12.
2018/09/17: Fix handling of MERGE statement via 'Direct mode' connections.
2018/09/03: Better support for TIMESTAMP WITH TIMEZONE via 'Direct mode' connections.
2018/09/03: Fixed bugs with saving BLOB values via 'Direct mode' connections.
2018/09/03: Various performance improvements for 'Direct mode' connections.
2018/04/02: Added support for BFILE columns via 'Direct mode' connections.
2018/03/26: Added new option to recompile invalid materialized views.

2018/03/16: Fix export of update/delete statements: match on primary key fields only.
2018/01/19: Fix fetching of LOB data on Unicode databases.
2018/01/17: Suppress blocking error messages when Donkey configuration is corrupt.
2017/12/18: Fix error message when using data export multiple times in succession.

2017/11/23: Do not include Unicode preamble when exporting data to clipboard.
2017/11/21: Recycle bin in schema browser now shows original object names, and groups versions per object.
2017/11/21: Added option 'table references' to Diagram builder (to quickly add related tables).
2017/11/17: Display of RAW fields in data grids as Hex strings.
2017/11/16: Donkey will store backup files of it's configuration files in the AppData folder.
2017/11/16: When one of the configuration files appears to be corrupt, Donkey will no longer stop opening a window.
2017/11/10: Add option to enable/disable session recycle bin.
2017/11/08: Mark Oracle maintained users in schema browser's user list.

2017/11/03: Add setting 'NLS language' to be set before running external Oracle tools (e.g. SQLplus).
2017/11/03: Fix export functions - force UTF8 encoding for all generated files.
2017/11/03: Fix 'End all connections' to stop closing when the action to save a modified file is cancelled by the user.
2017/11/02: Fix data type script generator: NLS character types should not have byte/char sizing (unsupported syntax).
2017/11/02: Fix script exporter: ignore nested tables when exporting table script.
2017/10/30: Fix the code structure navigator for long PL/SQL source files.
2017/10/12: Fix editor: mark new empty lines as modified lines in editor gutter.
2017/10/10: Fix script generator for index types which didn't return any source.
2017/10/09: Fix loading the list of datafiles for a tablespace.
2017/10/09: Fix invalid query to load extents per tablespace.

2017/10/04: Fix handling of null values in CSV export.
2017/10/04: Improve visibility of controls for 'Direct mode' connections.
2017/09/20: Set default to use 'Direct mode' when no Oracle home has been detected.
2017/09/20: Simplified use of 'Show passwords' from the login dialog.
2017/09/19: Added Oracle 12c connection modes (SYSBACKUP, SYSDG, SYSKM).
2017/09/19: Preserve grid column widths after refreshing the dataset.
2017/09/19: Fixed lost characters in a parameter value when ConvertEOL is set.
2017/09/19: Fixed Bug with retrieving data using DBMS_OUTPUT.GET_LINE.
2017/09/18: Implemented column auto-size options in grids showing ref cursor results.
2017/09/13: Added settings for minimum and maximum column widths in TXT export.

2017/08/30: Show correct module icons in menus.
2017/08/24: Fixes for Oracle help viewer.
2017/08/21: Fix keeping the last used path for saving/loading files.
2017/07/27: Fix Oracle help support for Oracle versions > 10.

2017/07/26: Add option to create a project connection from the login history.
2017/07/25: Show describe table window from selected table in diagram builder.
2017/07/21: Added a prompt dialog when opening SQL*Plus from SQL editor.
2017/07/21: New option in diagram builder to show the column data types.
2017/07/19: Add option to diagram builder to print a diagram.
2017/07/19: Fix copy diagram to clipboard: always copy entire diagram.
2017/07/18: Add option to open connection manager from login screen.

2017/07/12: Diagram builder will show the name of the foreign key constraint on a table relation.
2017/07/12: Fix Diagram builder to support foreign keys with multiple columns.
2017/07/11: Fix setting the default filename for PL/SQL source viewer (based on selected object name).
2017/07/11: Associate other file extensions (.ddx, .dutx), so Windows shell can open them.
2017/07/10: Save (and load) diagrams to files.
2017/07/06: Added a new connection manager to configure connections with a description.
2017/07/04: Fix keyword formatting in script exporter.
2017/06/29: Schema browser: show combined creation/last modified date with packages with body.

2017/06/28: Fix access violation error when closing Donkey (preventing Donkey to close).
2017/06/28: Add option to change the password for a connected user.
2017/06/28: Warn user for Oracle account password expiration.
2017/06/28: Add option to data grid: export delete statements.
2017/06/28: Fix invalid update statement when exporting statements on multi-column primary keys.
2017/06/27: Show index partitions in schema browser.
2017/06/26: Show constraint validation status in schema browser table details.
2017/06/23: Schema browser for indexes: show function-based columns.

2017/06/21: Fix SQL editor: set cursor position on correct line in case of errors.
2017/06/19: Fix diagram builder: block moving objects to move beyond the diagram borders.
2017/06/16: Add diagram support in projects.
2017/06/16: Schema browser package source can now show errors for combined package spec/body view.
2017/06/16: Load/Save diagrams to file.
2017/06/15: Fix schema browser to show trash characters in object list hint texts.
2017/06/15: Ignore trailing spaces in compare schema object source.

2017/06/14: Modernize icon in monitoring and session manager modules.
2017/06/14: Layout harmonization in settings pages.
2017/06/13: Fix invalid syntax in table script for lob segments.
2017/06/12: Added a simple diagram designer with option to generate SQL queries.
2017/06/12: Modernize icons in schema browser.
2017/06/09: Fix several options with concurrent queries when using schema browser.
2017/06/08: Fix option to enable/disable triggers from schema browser trigger list.
2017/06/08: Fix option to enable/disable triggers from schema browser trigger list.
2017/06/08: Show lines modified markers in editors.
2017/06/07: Fixes opening connections defined in a project.

2017/06/01: Fix: renaming project folder does not update in navigation tree.
2017/06/01: Opening SQL plus from SQL editor no shows the connection string in the window title bar.
2017/06/01: Projects now support connection definitions in a project folder.
2017/06/01: Show count of selected lines in editors.
2017/05/31: Optimize several data dictionary queries (to improve performance).
2017/05/30: Make use of connection colors more user friendly. Visualize connection without selected color.
2017/05/29: Improve support for RAW type in data grids.
2017/05/29: Add auto-detection for paths to Oracle tools (e.g. SQLplus).
2017/05/29: Fix schema browser: tables list should not include nested table objects.

2017/05/23: Fix icon contrast when selecting a light application background.
2017/05/22: Show icons for modules in navigation tree.
2017/05/22: Implement missing pieces and more fixes for PL/SQL debugger.
2017/05/19: Fix PL/SQL parser for handling of nested CASE statements.

2017/05/18: Fix retrieving long lines from DBMS_OUTPUT results.
2017/05/17: Fix parsing SQL to find bind variables, and SQL contains comments.
2017/05/16: Fix schema browser to stop responding to toolbar buttons when switching tabs.
2017/05/16: Fix syntax error when creating a new constraint from schema browser.
2017/05/15: Small improvements in support for SQLplus commands for script executor.
2017/05/10: Fix missing output in script exporter - search sources, when next object type contains the same object name.
2017/05/10: Fix missing output in script exporter - search sources: case insensitive view sources.
2017/05/05: Update filter option in session manager - include filter on OS user.
2017/05/03: Finalize Windows store package for deployment via Windows 10 Desktop bridge.
2017/05/03: Fix opening help file does not always work (help file not found).
2017/05/03: Template wizards will now set the keyboard focus on the first input control.
2017/05/03: Multiple fixes for project logic: handling project file and improve use of folders.
2017/05/03: Several small changes in Donkey artwork.

2017/05/02: Remember last selected tab in script exporter module.
2017/05/02: Refresh module caption color after replacing the active Oracle connection.
2017/04/25: Fix export of single row to SQL statement, when selecting last row in grid.
2017/04/25: Fix scrolling schema browser objects with keyboard: keep selected node in view.
2017/04/25: Fix object source viewer - scroll viewer to top when selecting another object.
2017/04/19: Fix when opening help file - look at the correct location.
2017/04/19: Add several missing keywords in the Oracle syntax highlighting.
2017/04/19: Update documentation in Donkey help file.
2017/04/19: Fix invalid syntax in schema browser objects for dbms_scheduler.
2017/04/18: Fix for Oracle help - add references to Oracle versions 11 and 12.
2017/04/18: Fix invalid generated PL/SQL code in unit tester module.
2017/04/13: New source searching tab in script exporter module.
2017/04/12: Add support for IDENTITY type for columns.
2017/04/12: Fix support for timezone fields with timezone information.
2017/04/12: Add support for boolean bind variables on Oracle 12 client and server.
2017/04/10: File templates now have a full description giving more information about the template.
2017/04/05: Add password expiration warning after creating a connection.
2017/03/29: Fix generated source code for 'Run procedure' to respect max. identifier length.
2017/03/24: Fix access violation in editors when using a non-ASCII character.
2017/03/23: Add missing Oracle system packages to highlighter.
2017/03/22: Do not clear connection color when changing the connection password.
2017/03/22: Fix display of object name hint in schema browser.
2017/03/22: Fix storage of passwords in connection history (add UTF8 encoding).
2017/03/20: Added file/new templates to new file button in SQL and PL/SQL editors.
2017/03/17: Added list of errors below schema browser view source.
2017/03/16: Fix several formatting bugs in generated source code.
2017/03/16: Holding the Alt-key when selecting text triggers block selection mode.
2017/03/16: Update readability of pool sizes in server info: show thousands seperator.

2017/03/15: Show Oracle memory target advice in Oracle server info module.
2017/03/15: Donkey default codepage is now correctly set to en-US to avoid Windows codepage misalignments.
2017/03/15: Scheduler information in schema browser now shows scheduler groups.
2017/03/14: Fix access violation on display of an empty TIMESTAMP column (NULL value).
2017/03/14: Formatting of SGA information Oracle server information.
2017/03/13: Fix save/restore of splitter positions in PL/SQL editor.
2017/03/09: Include SGA target advice list in Oracle server information.
2017/03/09: Include PGA target advice list in Oracle server information.
2017/02/16: Updates are not downloaded over an HTTPS connection.
2017/02/15: Fix abstract method error when opening blob field in hex editor.
2017/02/10: Speed improvement when opening window to add object grant.
2017/02/10: Add db user filter on session list in session manager.
2017/02/10: Error in generated source for creating a new database.
2017/02/09: Improve performance when generating the script for a tablespace.
2017/02/09: Additonal highlighter attribute for console output messages (prompt statement).
2017/02/09: Add more information to display of datafiles for tablespaces.
2017/02/01: Update layout of popup menu to navigate object types in schema browser.
2016/11/30: Schema browser: navigate object types via popup menu.
2016/11/25: Fix display of timestamp columns in data grid (milliseconds missing).
2016/11/22: Generated Insert statements now take the defined sequence for a table into account.
2016/11/22: Fix save/load color/font settings for viewer source code higlighting.
2016/11/21: Fix access violations when working with folders in projects.
2016/11/18: Add option to table schema browser to generate SQL statements for the table (and copy to clipboard).
2016/11/18: Enable block selection mode for source code viewers.
2016/11/15: Fix syntax error in generated script for granting privileges to a user.
2016/11/15: Add new menu option File-New-Templates, to quickly add predefined starter code.
2016/11/11: Add option in editor Ctrl+Shift+C - comment selected code.
2016/11/02: Fix argument completion for procedures using structure types.
2016/11/01: Add support for using ref cursors as bind variables.
2016/10/26: Automatic convert line endings between platforms.
2016/09/19: Code templates now take formatter settings into account.
2016/09/16: Added option in login screen: change color of connection via right click popup menu.
2016/08/16: Add missing data types in code completion helper.
2016/08/16: Add code completion helper for list of Oracle keywords.
2016/08/09: Several performance optimizations in editor parsing for syntax highlighting.
2016/06/17: Fix for 'access violation' when trying to open code completion in empty PL/SQL editor.
2016/06/15: Add configuration of editor highlighter colors.
2016/06/15: Add Windows tile icon.
2016/06/14: Fix XML editor: use correct font and spacing.
2016/06/14: Schema browser data grid: option to count records in table or view.
2016/06/13: Code completion can now show columns for shortcuts on ANSI join syntax.
2016/06/13: Added option in data grid to search/select a column by name.
2016/06/13: Only load XMLtype column content when editing the field.
2016/06/13: Fix load/update of XML and CLOB fields - always handle as unicode strings.
2016/06/13: Fix encoding when saving Unicode CLOB or XMLType field to file.
2016/06/13: Fix code generator for 'Run procedure' when using nested types.
2016/06/13: Better support for (ref) cursors in PL/SQL parser.
2016/06/13: Fix access violation in code completion when closing hint text.
2016/06/13: Fix 'Jump to Error' function in PL/SQL editor.
2016/06/10: Preserve empty lines in generated source for types.
2016/06/10: Improved support for Java objects in the database.
2016/06/10: Fix: correct display for pool sizes > 2GB.
2016/06/10: Add option to schema browser/Type - open source in PL/SQL editor.
2016/06/09: Fix PL/SQL parser to recognize (ref-) cursors opened in procedures.
2016/06/09: New export option to generate SQL update statements.
2016/06/09: Add option to suppress warning message when using 'Replace all' function in editor.
2016/06/09: Updates will now be downloaded into the user's Downloads folder (instead of the Temp folder).
2016/06/08: Added option to export/import Oracle connection history.
2016/06/07: Show 'in progress' indicator in status bar once an action has started.
2016/06/03: Export to SQL insert no longer created empy_clob/empty_blob for null columns.
2016/06/03: Connection history is now stored in donkey_connections.xml in appdata folder.
2016/06/03: Software updater now offers a silent reinstall option.
2016/06/03: Added option to export a single row from the data grid (e.g. to SQL insert).
2016/06/02: Fix settings window, to allow collapsing parent node of current selected node.
2016/06/02: Code completion window is no longer global 'stay on top'.
2016/06/02: Show package declared members in code completion (which are not procedures or functions).
2016/06/02: Restore functionality in code completion: wrap around when navigating option list.
2016/06/02: Fix code completion to show procedure arguments in hint text.
2016/06/02: Fix syntax error in script for recompile all objects.
2016/06/01: Fix access violation when closing schema browser (or connection) while scrolling data grid.
2016/06/01: Added new menu option 'Check for updates'.
2016/06/01: Several fixes for code completion display.
2016/06/01: Preserve last export format in data exporter.
2016/06/01: Prevent access violation when no Oracle client has been installed.
2016/05/26: Added support for unicode object names in schema browser.
2016/05/26: Added unicode support for bind variables in SQL editor.
2016/05/26: Fix several access violation in Schema browser.
2016/05/25: Fix editing XML type columns.
2016/05/25: Migrate to new Delphi version - enable full unicode support and updated editor.

2016/05/20: Add new option to export data dialog: send output to SQL editor.
2016/05/20: Fix formatting of exported insert statements (use formatter settings).
2016/05/19: Show more information on auto-extend datafiles in schema browser and server information.
2016/05/19: Fix code completion for procedures in package: use formatter settings.
2016/05/12: Fix editing CLOB values in schema browser grid.
2016/05/12: Fix for display of XMLType values in data grids.
2016/04/20: Optimize query access: open unidirectional queries when possible.
2016/04/19: Fix access violation in backward scrolling in data grid.
2016/04/19: Fix SQL editor - DBMS output pane not activated after executing PL/SQL block.
2016/04/18: Fix display of errors after compilation of PL/SQL objects when using an Oracle 10 client.
2016/04/18: Several optimizations to improve speed when executing queries and fetching results.
2016/04/15: Fixes for 'make code from statement' in SQL editor.
2016/04/15: Work around error code ORA-24344 when compiling PL/SQL code.
2016/04/15: Fix for dropping objects containing non-default characters.
2016/04/15: Fix wrong code completion in PL/SQL editor.
2016/04/15: Script exporter: added button to open the target folder in Explorer.
2016/04/15: Fix for data grid in schema browser: duplicate row gives error.
2016/04/14: Schema browser: Add new setting to define the default tab when opening the browser.
2016/04/14: Source generator will now take formatter settings into account for formatting of keywords and identifiers.
2016/04/11: Schema browser will no longer reload a tab when switching tabs and the data has already been loaded (use refresh to force a reload).
2016/04/11: Performance improvements when loading list of procedures in package.
2016/04/08: Fix schema browser refresh when switching tabs on/off.
2016/04/08: Fix export of query result to txt file, when columns return more the 4000 characters.
2016/04/08: Replaced all system-wide stay-on-top windows by application level stay-on-top.
2016/04/08: Update the script to create the PLAN_TABLE to the Oracle 12c version.
2016/04/08: Fix formatting of strings in export of data to CSV.
2016/04/08: Fix for 'Run procedure' dialog - use correct result variable name.
2016/04/08: Fix for Search/Replace dialog not remember search directions correctly.
2016/04/08: Fix for exception when closing connection while query is running.
2016/04/08: Several tweaks to improve schema browser performance.
2016/04/08: Change handling of default directory for (PL/)SQL editors in file dialogs.

Version 2016/04/07
------------------
- Migrated Oracle client layer to Delphi ODAC components. This enabled a new 'Direct' connection
  mode, which allows connection to Oracle without needing the Oracle SQLnet install.
- Several layout corrections for Windows 8 and Windows 10.
- Several fixes for the Log miner module.
- Fix: Dialog stay on top option, now uses application level stay on top.
- Fix: Run procedure window now uses correct naming for declared result variable.
- Fix: Run in SQL plus, do not save script file when user clicked No.
- Fix: Run in SQL plus, complex passwords are not passed correctly via command line.
- Fix: Access violation when no Oracle client has been installed.
- Fix: New connection: when navigating through connection history, and opening a new connection,
  the connection history is not updated correctly.
- Add new setting to clear connection color when changing connection properties.
- Schema browser: filter now has option to search for invalid objects (prefix with !).
- Schema browser: PL/SQL object source now shows list of errors for invalid objects.
- Schema browser: added option to recompile materialized views.
- Schema browser: added button to Jobs tab to convert job to dbms_scheduler.
- Removed unnecessary comment lines in script exports.
- Added option to close a query dataset, to avoid unnecessary temp I/O.
- Donkey now has an automatic update mechanism (which can be enabled via Settings).
  This way it is possible to subscribe to Donkey updates from either the stable or beta channel.
- Donkey installer does not require any password or activation key anymore.


Version 0.8.2.226: 2015/03/12:
------------------------------
2015/03/12: Added a new setting to configure the editor font. Editor font now defaults to 'Consolas'.
2014/12/15: Fix: keyboard navigation through the connection history will now correctly select the highlighted entry.
2014/10/08: Improved support for materialized views in editors (code completion).
2014/10/06: Fix: enhancements for the script parser (when executing scripts) to recognize more valid constructs.
2014/10/01: Improved support for materialized views in schema browser.
2014/09/18: Color picker for connections now has more default colors to select from.
2014/09/16: Implemented mechanism for automatic distribution of software updates.
2014/09/12: Added support for multi-line strings in PL/SQL.
2014/09/12: Added support for the CASE statement in PL/SQL.
2014/09/12: Added additional check option for a statement terminator (semi-colon) at the end of a DDL statement.
2014/09/12: Added new setting to disable support for nested object tables (which slows down the schema browser on small Oracle servers).
2014/09/12: Fix: PL/SQL package body did not alway get a terminating '/' character when opening from schema browser.
2014/09/12: The describe function for a package now shows two tabs for both package declaration and the body.
2014/07/16: Added improved support for DBMS_SCHEDULER functions in schema browser.

Version 0.8.1.225: (2014/07/01):
--------------------------------
2014/04/17: Added a connection history filter in the 'New connection' window.
2014/01/06: Add support for FLOAT datatype with variable precision.

Version 0.8.1.224 (2013/06/19):
-------------------------------
2013/07/11: Started support for Oracle 12c.
2013/07/11: Added better support for VARRAY types.
2013/05/27: Fix: generated source for user defined types, contained too many spaces.
2013/05/13: Fix: selection of color fails, when no color has been selected before.
2013/03/11: Schema browser now contains an option to change the limit on profile resources.
2012/12/13: Fix: Schema browser does not correctly expand packages with header and body nodes.
2012/12/12: Fix: Show scrollbars on memo field to edit column column comments in the schema browser.
2012/11/20: Fix: using a '{' character triggers code completion logic, and could cause the character to be deleted unexpectedly.
2012/11/20: Fix: code completion sometimes leaves first character of search characters in your source code.

Version 0.8.0.223 (2012/10/01):
-------------------------------
2012/09/27: Added support for SQL statements started using the WITH keyword.
2012/08/30: Fix: Search using regular expressions did not work.
2012/07/27: Fix: display of column width for char sized strings was not correct.
2012/05/25: Fix: Code completion for procedure/function arguments didn't show the '*' option to select all arguments
2012/05/09: Fix: Show status valid/invalid of Oracle user defined types.
2012/05/09: Fix: column order of record view in SQL editor was not correct for rows with lots of long string columns.
2012/02/02: Fix: column length in schemabrowser for NCHAR/NVARCHAR columns in characters was incorrect.
2012/02/01: Fix: generated source for tables created too many lob segments.
2012/01/30: Added properties view for scheduler jobs in schema browser.
2011/11/01: Fix: Generate source for triggers having a WHEN clause was not correct.
2011/10/10: Added new auto-update mechanism to get newer versions of Donkey automatically (with choice to get beta versions).
2011/10/07: Source of PL/SLQ in schema browser now supports line numbers restarting at each object.
2011/10/07: Update UI to use Windows Aero glass.
2011/09/30: Add support for BYTE vs CHAR sized character columns in schema browser.
2011/09/29: The PURGE command was not supported when executing scripts in the SQL editor.
2011/09/19: Do not show constraints in schema browser, which have been dropped but are still in the recycle bin.
2011/08/24: Show reference and target database description in diff viewer of schema compare function.
2011/08/24: Improved support for autoscan folders in project structure.
2011/08/23: Changes to file format for .dpx project files.
2011/08/23: Added support for connections in project structure.
2011/08/23: Added support for folders with sub-folders in project structure.
2011/08/19: Tool to recompile invalid objects now has a selection option to include other schemas.
2011/07/20: Fix: Filter in schemabrowser duplicated available items in lists displayed in tree structure.
2011/07/18: Fix: Highlight of tables and procedure names did not take digits in object names into account.
2011/07/18: Added new module to create PL/SQL unit tests.
2011/07/12: Added dialog to schema browser to create a new tablespace with one or more datafiles.
2011/07/12: Added new Hex editor for editing of Blob field values in data grids.
2011/07/12: Fix: Show correct field sizes for Memo and XML fields in grid data editors.
2011/07/08: Fix: Error when opening FTP module.
2011/07/06: Added option in lists in schema browser to copy current selection to clipboard with Ctrl+C.
2011/07/06: Added clear button in search filter for schema browser list.
2011/07/06: Added new option in Login screen: set color for all connections to the same database.
2011/07/04: Enhanced filter option in schemabrowser list for packages and procedures.
2011/06/24: Added new option in SQL editor to run scripts using SQL plus.
2011/06/21: Fix: Error in parser when executing scripts with CREATE statements.

Version 0.7.2.222 (2011/06/01):
-------------------------------
2011/03/10: Fix: Remove thousands seperators in schemabrowser dialogs for datafile sizes.
2011/02/25: Fix: Run procedure dialog doesn't support boolean output variables correctly.
2011/02/16: Added settings for case sensitive login to Oracle (as introduced in Oracle 11).
2011/02/16: Fix: script executor didn't execute multiple statements on a single line.
2010/12/15: Added quick search option in login dialog to search connection history.
2010/12/15: Fix: opening editor from schema browser breaks search dialog functionality.
2010/11/18: Added option to rename a tablespace on Oracle 10 and higher.
2010/07/22: Improved supported for TIMESTAMP datatype in datagrids.
2010/07/21: Fix: view data on table failed when column names use non alpha characters.
2010/07/21: Added list of queue subscribers to the source of a queue.
2010/06/16: Fix: Oracle 11g has case sensitive passwords by default, so Donkey shouldn't convert all passwords to uppercase.
2010/06/16: Fix: Make sorting in login history to work again.
2010/06/02: Fix: Comments on views should be scripted as COMMENT ON TABLE.
2010/05/28: Add support for the RENAME command in the script executor of the SQL editor.
2010/05/14: Add support for using DBMS_METADATA to retrieve object source in schema browser.
2010/05/14: Add support for invalid synonyms, and recompilation of synonyms in schema browser.
2010/05/14: Fix: User lock/unlock functionality does not work correctly in schema browser.
2009/10/21: Fix: Changing Windows regional settings invalidates the Donkey activation.
2009/10/21: Fix: Setting the connection color of a new connection also changes the color for the selected connection.
2009/09/11: Fix: FTPClient disconnect, trap exception when Socket / IOHandler not connected.
2009/09/11: Fix: Set installer default directory to 'Program Files (x86)' on Win64 installs.
2009/09/11: Fix: Unable to create new Oracle connection when connection history list is empty.
2009/09/11: Added option to purge the contents of the recycle bin on Oracle 10+.
2009/09/10: Fix: several fixes in Oracle client loading on 64-bit Windows 7.
2009/09/09: Fix: font color in navigator for connections without a user selected connection color.
2009/09/07: SQL Editors, code completion: support overloaded method(s) arguments.

Version 0.7.1.221 (2009/08/27):
-------------------------------
2009/06/19: Fix: re-added removed actions for change module connection and end a connection.
2009/06/17: Fix: multi-drop for tables generated invalid syntax.
2009/06/13: Fix: opening connection from file, new, template opens default modules even on cancel.
2009/06/13: Login dialog: allow multi-select for opening new connection.
2009/06/13: Caption of login dialog changed to 'Connect'.
2009/06/12: Fix: Gradients for lighter/darker color, caption title not readable.
2009/06/05: Fix: Editors, shortcut for save all not working.
2009/06/05: Fix: Editors, find and replace option not working properly.
2009/05/18: Add better script support for materialized views.
2009/05/18: Fix: access violation when exporting scripts using Script exported.
2009/05/18: Fix: Abort of script export was not working.
2009/05/15: Fix: caption color for local oracle info equal to current connection.
2009/05/15: Fix: text not visible due to light connection color in navigator tree.
2009/05/15: Moved connection actions to datamodule to avoid duplicate code.
2009/05/14: Materialized views in schema browser now show an indexes and a triggers tab.
2009/05/14: Fix access violation when closing Donkey, and a query is still running.
2009/05/14: Fix: do not handle materialized views as tables.
2009/05/14: Schema browser suppress objects in recycle bin on Oracle 10+.
2009/04/28: Added modules, exit and connection menu to start menu in module taskbar.
2009/04/25: Added connection menu to start menu in module taskbar.
2009/04/21: The 'End connection' dialog now shows the color of a connection.
2009/04/20: Holding the Ctrl key will ignore the suppress option for confirmation dialogs.
2009/04/20: Show the connection color in the connection history list of the login window.
2009/04/20: Improve visibility of enabled/disabled state icon.
2009/04/20: Remove checks for DBA role, but check on required privileges.
2009/04/20: Fix source for comment on table/view which contains single quotes.
2009/04/20: Show the color of the connection in the Module taskbar.
2009/04/17: Show the color of the connection in the Connection and Window menus.
2009/04/16: Fix changing the current connection via the Connection menu.
2009/04/10: Fix error while reading settings for enumeration type from registry.
2009/04/10: Fix sorting of connections in login dialog.
2009/04/10: Fix switch of tabpage in new item dialog.
2009/04/10: Fix layout of session manager when using auto-refresh option.
2008/12/13: Fix Close Donkey - Save open file in (not active) SQL Editor gives access violation
2008/12/13: Fix save (column wise block) selection mode and reset when formatting SQL
2008/09/19: Fix access violation after upgrade of tree components.

Version 0.7.1.220 (2008/09/18):
-------------------------------
2009/02/13: Fix in SQL Editor / Settings, setting make/strip code language from settings caused access violation / hanging application at startup.
2008/12/13: Fix in Editors, column wise block selection mode trashes code when reformatting source.
2008/12/13: Fix in Editors, access violation when closing modified file while other module active.
2008/07/18: Add new option in schema browser: drop multiple objects.
2008/07/18: Some fixes in script exporter when exporting to single file.
2008/07/18: Add support for 'SET SCAN OFF' when executing scripts.
2008/06/23: Bug tracking system has been migrated to Mantis to replace Bugzilla.
2008/03/31: Speed improvements in handling of large files in editor.
2008/03/11: Fix in Editors: Close of last Editor with button in tab caused clear of panel.
2008/03/08: SQL Editor: script execution, added option for continuous update of cursor position.
2008/03/08: Replace connection, login dialog does not show inactive options anymore.
2008/02/25: Schema browser list filtering now has a setting to enable filename based mask filtering
2008/02/23: Fix: FOR keyword in select statement was seen as cursor in analyzer (PL/SQL editor navigator tree)
2008/02/23: Fixes in PL/SQL analyzer and formatter for formatting record types and method headers with keyword used as identifier.
2008/02/22: SQL and PL/SQL Editor, completion: alignment in completion of parameters in method call.
2008/02/20: Add new search/filter option in schemabrowser object list.
2008/02/16: SQL and PL/SQL Editor, completion: Added addition of all parameters in method call at once.
2008/02/16: SQL and PL/SQL Editor, completion: Added 'Walk round' in completion dialog.
2008/02/15: Fix: Formatter, merge statement select clause.
2008/02/15: SQL Editor, added strip and make code for C#.
2008/02/13: SQL Editor, export data: export SQL considering SQL Formatter settings.
2008/02/13: SQL Editor, export data: added options for formatting html, csv and txt output headers.
2008/02/13: Fix: Script for a key constraint without a name is invalid.
2008/02/11: Fix: Editors strip comment option not removing comment at end of line.
2008/02/11: Fix: PL/SQL Editor jump to error position not correct when not showing object relative line numbers.
2008/02/11: Fix: completion all table columns not in correct format, always uppercase.
2008/02/11: Interface colors: removed the module screen color, now button face color by default.
2008/02/06: Fix: highlighting of trigger header keywords not correct.
2008/02/06: Fix: formatting of trigger header not correct.
2008/02/02: Editor find and replace preserves selected text.
2008/02/02: Fix: Editor find and replace not limited to selected text.
2008/01/28: Oracle server information now shows PGA statistics.
2008/01/26: End connection: added multi select option to close more than one connection at once.
2008/01/25: Completion proposal: use highlighter colors in list.
2008/01/25: Completion proposal: added methods and packagesto default list for other schema.
2008/01/25: Completion proposal: added synonym object owner schema and name to proposal list.
2008/01/25: Fix: formatting of trigger header.
2008/01/25: Fix: synonyms not sorted with packages and views.
2008/01/25: Fix: Code completion on alias not correct for select with connect by prior clause.
2008/01/23: Main window, module caption font color depends on connection color.
2008/01/22: Fix: Editing an XmlType field generates a high CPU utilization.
2008/01/22: Fix: Invalid layout in schema compare progress window.
2008/01/19: Fix: Oracle help causes exception when closed and application hint not reset.
2008/01/19: Fix: Completion on alias not working properly when using SELECT 'INTO clause'.
2008/01/18: Fix: Parser does not retrieve complex strings (e.g. ''',') correctly.
2008/01/18: Fix: Oracle help comes in Editors sometimes.
2008/01/18: Fix: Oracle help causes Exceptions / not closing after using Find option.
2008/01/15: Fix: Schema browser does not show Type attributes in the declared order.
2008/01/07: Interface: smooth caption gradient.
2008/01/07: Formatter: added formatting of merge statement.

Version 0.7.0.219 (2007/12/21):
-------------------------------
2007/12/15: Add highlighter for .ora files in local oracle information module.
2007/12/15: Add count records option in SQL editor results grid.
2007/12/13: Fix: Generated TYPE source contains incorrect empty lines.
2007/12/13: Fix: Do not retrieve user account status on Oracle versions less then 9.
2007/11/29: Oracle Help, Organize bookmarks dialog: added delete button, popup menu and hints.
2007/11/28: Fix: Oracle Help, search not correct for all help versions.
2007/11/27: Fix: SQL history list not correctly updated when having multiple editors / files open.
2007/11/26: Fix: Oracle Help for vs 10.1 / 10.2 and 11 (to be finalized).
2007/11/07: Fix: retrieve arguments of stored procedures uses wrong dictionary view.
2007/10/31: Fix: Oracle Help load css information from zip or URL.
2007/10/31: Oracle Help: Add and organize bookmarks options added, including 1 level categorization.
2007/10/24: Oracle Help: Added support for Oracle Help file 9.01, 10.1 and 11.1 versions.
2007/10/24: Code completion history list: clear at reconnect.
2007/10/24: PL/SQL Editor: add function to compile object at cursor position.
2007/10/22: Fix: Schema browser did not show correct created/modified timestamps for package/body in Procs tab.
2007/10/19: Fix: Formatter, handling of 'long raw' type not correct.
2007/10/19: Fix: PL/SQL Editor: first identifier after FOR in trigger header shown as 'cursor'.
2007/10/19: Fix: PL/SQL Editor: jump to error not correct for more then one object in a script.
2007/10/19: Fix: Schema browser: Grant object to other schema window too small.
2007/10/17: PL/SQL Editor: option to show line numbers + marker >> before new object line 1.
2007/10/17: Fix: PL/SQL Editor: option to show line numbers not correct for first object with leading whitespace.
2007/10/17: Fix: PL/SQL Editor: option to show line numbers not updated for cut, undo and redo commands.
2007/10/17: Fix: Formatter adding linefeeds to sql marked as 'no format'.
2007/10/17: Fix: check of privilege 'SELECT ANY DICTIONARY' for user to be able to open certain windows, instead of dba role check.
2007/10/16: Fix: Parsing of multiline string (within parenthesis) not correct.
2007/10/16: PL/SQL Editor: added setting/option to show line numbers with offset to current object's begin in source.
2007/10/16: Fix: FTP Client module, connection not closed after exception.
2007/10/16: Fix: SQL Editor, '..rowss deleted' message
2007/10/15: Fix: disable DBA functionality when the user has the DBA role, but role is not enabled.
2007/10/15: Fix: schema browser access violation when clicking users speedbutton when no dba role active.
2007/10/09: Editors: added new pop-up menu option to close all files except current.
2007/10/09: Editors: double clicking right next to the last editor tab will open a new editor.
2007/10/01: Data grid: added option to preserve column title width minimizing column size.
2007/10/01: Fix: an exception will now always first cancel the 'stay on top' on all active windows.
2007/10/01: Fix: using F9 to compile source or run script, sometimes executes the action in the wrong (non active) window.
2007/10/01: Add support for Oracle 10g scheduler in schema browser.
2007/09/29: Editor windows for Memo and XMLType columns now have text search functionality.
2007/09/19: Schema browser now has better support for datatypes like TIMESTAMP [WITH TIMEZONE], INTERVAL and ANYDATA.
2007/09/17: Add new 'view record' function on double click of a record in any data grid.
2007/09/17: Add setting in script exporter to suppress comment headers.
2007/09/17: Add new option for editors: consider source loaded from database as unmodified.
2007/09/17: Fix: schema browser refresh in stored procs view is very slow.
2007/09/14: Add option to show connection description in module taskbar.
2007/09/13: Fix: Schema browser source, copy to clipboard does not copy selection, but always entire source.
2007/09/13: Fix: script generator for function-based indexes generates incorrect source.
2007/09/13: Fix: export of integer values returns strings.
2007/09/11: Oracle server information now shows shared pool size advice.
2007/09/11: Oracle server cache advice graph now shows current cache size.
2007/09/10: Fix: Export of table data formats string values incorrect on a UTF8 database.
2007/08/11: Fix: Error 'Out of resources' after running Donkey for a longer period.
2007/08/11: Fix: Long delay after exception occurs during execution of query.
2007/08/01: Fix: LONG fields are truncated when reading from a UTF8 database.
2007/07/10: Main window, removed obsolete panel for positioning module caption.
2007/07/07: Fix: redraw of module close button not correct, when changing module.
2007/07/07: Fix: search and replace not working correctly ang giving runtime errors.
2007/07/05: Show Oracle progress on all Oracle statements.
2007/07/04: Fix: taskbar start menu text not drawn when session color is undefined.
2007/07/04: Fix: module close button has no gradient background.
2007/07/04: Option to suppress start menu button in module taskbar.
2007/07/04: Show progress window during long running queries (with cancel option).
2007/07/04: Schema browser data grids no longer fetch XMLTYPE columns for all records, but only on demand.
2007/07/04: Fix: edit record generates exception when loading data from a unicode CLOB field.
2007/07/04: Fix: edit record in schema browser shows data of previous record in memo editor when inserting a new record.
2007/07/04: Allow warning dialogs for rebuild connection to be suppressed.
2007/07/04: Fix: Unicode memo fields are not properly supported in grids.
2007/07/03: Fix: draw transparent bitmaps.
2007/07/03: Module taskbar implemented with TMS components, showing connection color + start menu.
2007/07/03: Fix: option to suppress creation of modules on new connection not always correct.
2007/07/03: Fix: edit CLOB dialog in grid generates 100% CPU load.
2007/07/02: Session manager now has option to show only blocking locks.
2007/07/02: Schema Browser: added option to open view source on double-click in list.
2007/07/02: Fix: handling of shortcut keys for search dialog not correct when having multiple editor modules open.
2007/06/30: Settings general, set order of modules to be created on new connection.
2007/06/29: Login screen, option to suppress creation of modules on new connection.
2007/06/29: Fix: Settings general, text 'windows' used iso 'modules'.
2007/06/29: Fix: Settings general, list of modules not correctly shown.
2007/06/29: Fix: Formatting of 'between ... and ...' in where clause.
2007/06/29: Fix: Formatting of comparison and parenthesis not correct, e.g. "a <(b*c)".
2007/06/28: Fix: PL/SQL Editor, restore bookmarks after reformatting source.
2007/06/28: Fix: SQL Editor, make and strip code sometimes causes program to become not responding.
2007/06/28: SQL Editor: reintroduced save and read of parameter values from config.
2007/06/27: PL/SQL Editor: added option to show loop cursors in Navigator tree.
2007/06/27: FTP client now shows average speed in kb/s during transfers.
2007/06/26: Replaced the query bind-variable dialog with a more user friendly input.
2007/06/26: Fix: improve the ability to cancel long running queries in SQL editor.
2007/06/26: Fix: improve performance when retrieving index source in schema browser.
2007/06/22: Fix: PL/SQL Editor freezes when variables are shown in Navigator tree.
2007/06/22: Add refresh button on local file list in FTP client module.
2007/06/22: Fix: Oracle script dialog stops on Oralce error. Dialog added.
2007/06/22: Fix: FTP client module, remote file/directory list not displayed.
2007/06/21: Code completion, method parameters and variables added.
2007/06/21: PL/SQL Editor: include variables in structure.
2007/06/21: Fix: settings of formatter dialog not correctly aligned.
2007/06/21: Oracle Help window supports Ctrl+Home and End keys in HTML viewer.
2007/06/21: Fix: Create new index dialog, message nog correct if name is omitted.
2007/06/18: Fix: open source for PL/SQL procedure or function from schema browser opens a package and body file.
2007/06/11: Overall speed improvements when opening schema browser module.
2007/06/11: Enable shortcut keys in schemabrowser source viewers.
2007/06/09: Optimize speed when reading table list in schema browser.
2007/06/08: Added new module 'SQL monitor' to monitor all SQL send from Donkey.
2007/06/06: Migrated development environment to Delphi 2007.

Version 0.6.7.218 (never officially released):
----------------------------------------------
2007/04/20: Add option in session manager to show all sessions.
2007/02/07: Add support for Windows Vista desktop.
2007/01/26: Support usage of Oracle instant client for connections.
2007/01/26: Some messages can now be suppressed by the user.
2007/01/26: Upgrade installer for Windows Vista compatibility.
2007/01/26: Save all user settings files to application settings folder, instead of program files (for Vista compatibility).
2007/01/24: Added password manager, to unhide connection passwords stored in the login screen.

Version 0.6.7.217 (2007/01/01):
-------------------------------
2006/12/29: Template for creating view: added 'with check option' clause.
2006/12/29: SQL Formatter for extended ORDER BY clauses.
2006/12/29: Fix: Login screen did not save selected color of connection.
2006/12/29: Fix: Data grid Column width not correct if autosize on.
2006/11/14: Fix: graph for datafiles did not show when datafile usage is 100%.
2006/11/02: Fix: Always force grids into edit mode before opening editor windows.
2006/11/02: Add strikout as formatting option to highlighter attributes.
2006/11/01: Schema compare now has several options to ignore several issues as differences.
2006/10/28: Schema compare now has better progress indicator for dictionary loader, including cancel option.
2006/10/25: Many improvements in schema compare function of script exporter module.
2006/10/25: Fix issues with dropping of objects with non-standard characters in the name.
2006/10/25: Add Unicode support for display of table data in data grids.
2006/10/24: Upgrade to DOA 4.1: fix bugs, improve Oracle 10g and add Unicode support.
2006/10/24: Schema compare now also compares table definitions.
2006/10/23: Improve session manager compatibility with Oracle 10g.
2006/10/23: Create new connection now clears the selected color and project when entering new connection details.
2006/10/23: Schema browser now preserves selection per object type.
2006/10/18: Schema browser: add tool to define comments on tables and views.
2006/10/18: Add a setting to specify whether to include primary key values in duplicate row function.
2006/10/16: Fix: "'' is not a valid floating point value" error, when opening tablespace information.
2006/10/16: Schema browser: add new option to open package and body source as seperate files in PL/SQL editor.
2006/10/16: Fix: table not found error in server information module on Oracle 10+.
2006/10/16: Schema browser: data view on tables and views - add 'Duplicate row' function.
2006/10/16: Upgrade plan table definition to Oracle 10g release 2.
2006/10/13: Updated installer to InnoSetup 5.1.8 for better Vista compatibility.
2006/10/02: SQL and PLSQL Editors: show length of selected text in statusbar.
2006/10/02: Show main menu on mouse move near top when application in full screen (F11) mode.
2006/10/02: SQL Editor: commit from button bar posts changes in result-dataset first.
2006/09/21: Fix: Comment in script starting with --, and no text after it, causes the engine to see the remainder of the file as comments.
2006/09/04: Fix: small layout correction in pop-up windows showing configuation settings (left+top panel border not always visible).
2006/09/04: Added FTP client settings link in new FTP connection dialog.
2006/09/04: Overall speed improvements in runtime libraries.
2006/08/31: Fix: Oracle Help - exception when file not found comes up behind Oracle Help window.
2006/08/31: Several speed improvements in schema browser.
2006/08/31: Add drag/drop support to change taborder in editor windows.
2006/08/30: Define sequence on data grid in schema browser now takes column under mouse cursor instead of focussed column.
2006/08/30: Add export to HTML/RTF/Tex to print preview window.
2006/08/30: Add print function to SQL editor which prints the entire source.
2006/08/30: Moved print data function to toolbar on data grid.
2006/08/30: Add print preview setting for print function of source in schema browser.
2006/08/29: Fix: Session manager shows 'invalid column name' when requesting lock details.
2006/08/28: Fix: Some dialogs got centered wrong on multi-monitor systems.
2006-08-28: Fix: Module caption connection color not correct if no gradient applied
2006/08/26: Interface: close buttons on tabs and module panel replaced by black/white simple style
2006/08/26: Fix: Schema browser, module tabset, active tabs font bold causes unexpected resize of tabs
2006/08/26: Memo and XML field edit windows with resizeable border.
2006/08/26: Fix: SQL and PL/SQL editors, close file from popupmenu.
2006/08/26: Fix: Schema browser: changing connection gives duplicates in combobox.
2006/08/25: Fix: Schema browser shows refresh button for all object tabs.
2006/08/25: Fix: left navigator tree no longer scrolls horizontally when using mouse wheel.
2006/08/25: Dropping files from Windows explorer on the toolbar icons will open the file in the associated editor.
2006/08/25: Add support for free sort order expression in schemabrowser data grids.
2006/08/25: Fix: Preserve selected node focus on left list in schema browser after a refresh.
2006/08/25: Fix: Disable display of default popup-menu item in schema browser when setting is turned off.
2006/08/25: Add new option in schema browser to drop a queue.
2006/08/25: Add new tool in schema browser to create new queues.
2006/08/25: Show more details of queues and queue tables in schema browser.
2006/08/25: Improved script generator for queues and queue tables.
2006/08/24: Updated serveral used toolboxes to the latest versions.
2006/08/24: Installer now has better (low-level) support for installation on terminal servers.

Version 0.6.7.216 (never officially released):
----------------------------------------------
2006/07/13: Fix: close right most and 'last' tab in pagecontrols not working properly.
2006/07/13: Fix: select not working in (PL/)SQL Editors.
2006/07/03: Add new option in table browser: open script for all indexes on table.
2006/07/01: Filter option for datagrids in schema browser now allows a free SQL filter.
2006/07/01: Fix: attempt to force grids in edit mode when opening date/memo/xml or blob editor popup.
2006/07/01: Fix: editing of blob fields not working properly.
2006/07/01: PL/SQL Compiler option to show warnings on Oracle 10g+ now editor option instead of global setting.
2006/07/01: Add new schema browser setting: open source in editor on double click.
2006/06/30: Session manager now shows total number of sessions.
2006/06/30: Data grid filter: setting is now kept per object / connection.
2006/06/30: Fix: data grid filter - cancel no longer clears the filter setting.
2006/06/30: Add new feature in schema browser to recompile (invalid) Java objects
2006/06/29: Fix: sorting of modules in toolbars and menus.
2006/06/29: Add new option to enable/disable drawing of gradient in module title bar.
2006/06/29: Fix: Schema browser should only show those toolbar buttons where the user has rights for.
2006/06/29: Add new option for connections: Test connections (validate and reconnect when necessary).
2006/06/29: When creating a new index from table|Indexes tab, default select tablespace of selected index.
2006/06/29: Fix: layout of create new index dialog not correct.
2006/06/27: Fix: Schema browser popup menu on tabs was not showing anymore on rightclick on objecttype tabs.
2006/06/27: Added new settings for editors: Enhance Home key, Enhance End key and Scroll past EOL.
2006/06/27: Fix: layout of grid settings editor is showing scrollbars.
2006/06/27: Added link to CVS settings from project properties dialog.
2006/06/27: Automatic updates are now only enabled for license keys without expiry date.
2006/06/27: Change update policy: activation key will remain valid for 10 build numbers in sequence.
2006/06/27: Add new setting to enable/disable ctrl+click source navigation in editors.
2006/06/26: Fix: select all in editor module always in editor, not in focused control.

Version 0.6.7.215 (2006/06/26):
-------------------------------
2006/06/26: Data grids: new option to enable/disable default edit mode when the grid gets focus.
2006/06/26: Data grids: new option to enable/disable delete confirmation for records.
2006/06/23: SQL Editor: datagrid popupmenu extended with Record count option
2006/06/23: Main menu: added Connection image top left, (right-)click shows connection menu
2006/06/23: Fix: paste in editor module always in editor, not in focused control.
2006/06/17: Add support for Oracle 10g compiler warnings in PL/SQL editor
2006/06/17: Change data browser in schema browser: only fetch blob/clob columns on demand
2006/06/16: Add automatic update mechanism to get latest version from website
2006/06/15: Fix: select template dialog did not show icons
2006/06/15: Add IS NOT filter option in browser grids
2006/06/09: Schema broswser: Added "XP style" tabs
2006/05/18: PL/SQL and SQL editors file and module close button click: Hold shift key down to close file without asking.
2006/05/18: Window menu shows module caption
2006/05/18: Schema browser: Module caption shows active schema and selected tab
2006/05/13: Added XP style tabs for SQL and PL/SQL editors
2006/05/13: Fix: PL/SQL editor Index out of range on change page/tab
2006/05/10: Fix: SQL editor: index out of range error on Refresh query and then execute again.
2006/05/10: Fix: missing sort order on list of packages in schema browser
2006/05/06: Fix: panel caption double click maximize not working
2006/05/06: Added settings for alternative tabs display in SQL editors
2006/05/06: Replaced TabControl by AdvPageControl in SQL editors
2006/05/06: Fix: Local oracle info: Alt+Left Alt+Right does change tabset, but not file/editor
2006/05/06: Fix: Context sensitive Oracle Help not working for help in zip archives
2006/04/27: Oracle server info: add option to flush the shared pool
2006/04/25: Projects: add autosave option
2006/04/25: Projects: add option to close current project
2006/04/24: Fix: header redraw in lists was not working properly
2006/04/24: Fix: Editor: execute of script gives exception
2006/04/24: Fix: Schema browser: exception, observed in 'recompile invalid objects'
2006/04/22: Module Taskbar implemented
2006/04/22: Finalized/debugged connection colors
2006/04/22: Fix: sort order in schema browser list is not always correct
2006/04/22: Add option in highlighter to show pl/sql objects in seperate color
2006/04/22: Add option to specify project file per connection, and open project on logon
2006/04/22: Add option to specify editor type per project folder
2006/04/22: Fix: Create new job, editor does not accept text
2006/04/20: Fix: donkey_shortcuts.xml is now always saved in the application directory
2006/04/17: Added color to database connection, show color in Module header and Navigator tree connections
2006/04/17: Fix: Schema browser leftpanel not correctly sorted, set to Autosort
2006/04/14: Oracle Help: Added retrieval of help from ZIP archive
2006/04/13: Fix: SQL Editor, marks cleared at run of query, pointer exception
2006/04/10: FTP Client, progress filesize formatted + show progress percentage
2006/04/10: Oracle Help window: Icon added
2006/03/31: Oracle Help on Keywords added, retrieve from Keyword lists
2006/03/31: Fix: Describe object now gives an error message when object does not exist.
2006/03/31: Add Ctrl+Enter as alternative hotkey in PL/SQL editor to compile source.
2006/03/30: Add option to script exporter, to put all sources in one file.
2006/03/30: Fix: Trigger source no longer includes schema name.
2006/03/29: Add export of PL/SQL types to script export module.

Older versions:
---------------
2006/03/27: Fix access violation in FTP connect when history list is empty.
2006/03/24: Oracle Help window: HTML viewer tab stopped + popup menu
2006/03/24: Oracle Help window: whole word search
2006/03/24: Position of Error message window not in screen center, to make (exception) messages visible
2006/03/24: Oracle Help window: fix to close on Esc key
2006/03/24: Show project (file) without extension
2006/03/24: Main form: open Project properties with single click on Icon/graph
2006/03/22: Oracle Help window: added checkbox 'stay on top'
2006/03/22: Oracle Help window: added find dialogs
2006/03/22: Oracle Help window: 'find in files' added to menu
2006/03/22: Oracle Help window: show homepage if no keyword selected
2006/03/22: PL/SQL editor: Oracle Help added to popupmenu
2006/03/22: Show schema differences in treeview, to give more structure in output.
2006/03/22: Add script diff viewer in compare schema function.
2006/03/22: Fix: Changing connection in schema browser, does not refresh when target connection has the same schema name.
2006/03/21: Add new setting in user interface, to align quicklaunch bar in upper left corner.
2006/03/21: Add schema compare option in export script module.
2006/03/21: New licensing/activation system, giving more warnings and freedom when expiry date approaches.
2006/02/16: Fix: Export output dialog preview,
2006/02/16: Fix: Export output dialog width/heigth and position of controls not correct.
2006/02/16: Fix: Export of data,width of colums is not correct sometimes in html export. Width settings removed.
2006/02/10: Fix: Export of data in HTML format: <tr><tr> for every row
2006/02/09: Main page: Navigator tree, no tab stop.
2006/02/09: Fix: Retrieve word at cursor position (for e.g. Describe) gives Access Violation when beyond end of line.
2006/02/09: Describe dialog, option added to stay on top.
2006/02/09: Describe dialog not modal.
2006/02/09: Fix: Formatter output of UNION clauses in Update or Insert statements not correct.
2006/02/04: Fix: F11 full sreen function, not working correctly if taskbar not at bottom of screen.
2006/01/26: New connection dialog, now has a view mode to group history per server.
2006/01/25: Replace Microsoft Listview components with new native Listview, which eliminates bugs.
2006/01/25: New connection dialog box, now has direct access to Oracle connection settings screen.
2006/01/24: Schema browser: edit record dialog now shows prefills the new record dialog with the default values for the fields.
2006/01/18: Fix: setting a different grid font, only sets the cell font, and not the grid header font.
2006/01/18: New format for serial numbers, computer id and activation keys.
2006/01/13: Fix: Installer shows 'view releasenotes' twice on last page.
2006/01/13: Fix: cyclic Oracle error when browsing complex dependency trees in schema browser.
2006/01/13: Added filter buttons on columns tab of view and materialized view browser.
2006/01/12: Fix: bugs during activation process of new installation, and make it more user friendly.
2006/01/12: Keep activation e-mail address after re-installation.
2006/01/12: Reconnect option, now refreshes all Window connections.
2006/01/12: Fix: Oracle server info hides 'Advices' page on Oracle version < 9.
2006/01/11: Fix: sequence fields no longer recognized in edit record dialog.
2006/01/11: Fix: When closing connection with an active window open, this could generate an 'invalid connection' error.
2006/01/11: Fix: Schema browser, Invalid integer error on tablespace script.
2006/01/11: Fix: Oracle server info, Invalid integer error on create database script.
2006/01/10: Add better support for cartridge index types in Schema browser.
2006/01/10: Fix: Installer does not correctly launch releasenotes.txt and licence.txt after installation.
2006/01/10: Schema browser user script, now creates a user using it's original (scrambled) password.
2006/01/10: Fix: Run procedure window generates invalid script for OUT parameters.
2006/01/10: Fix: Input of bind variables: input controls are not at the right location in the SQL editor.
2006/01/09: Fix: Invalid integer value when generating script for tablespace with large values.
2006/01/05: Fix: Invalid integer value when retrieve Job details in schema browser.
2006/01/05: Fix: 'Not a valid integer value' error message in tablespace browser, with objects > 2 Gb.
2005/12/31: Fix: Access violations at startup.
2005/12/30: Modules will be enabled/disable based on rights/server version of a session.
2005/12/28: Oracle Help: Ctrl+F1 in SQL editor gives list of URL's with help on keyword from cursor
2005/12/28: Oracle Help: Added Back+Forward dropdown menu's to toolbar
2005/12/28: Oracle Help: Preserve vertical scroll position in History list
2005/12/28: Fix: Oracle Help: History list not updated correctly
2005/12/27: Add script viewer in schema browser for Oracle advanced queues.
2005/12/23: Improve performance when switching between large files.
2005/12/23: Add hotkeys F9/Ctrl+Shift+F9 for compile/compile all on views, triggers and packages.
2005/12/23: Fix: drop package body in schema browser generated wrong source code.
2005/12/23: Add new function in schema browser, to open query of view in SQL editor (via pop-up menu).
2005/12/22: Add more SGA statistics in Oracle server information module.
2005/12/22: Add more server parameters in Oracle server information module.
2005/12/22: Add db cache advice graph in Oracle server information module.
2005/12/22: Fix: DB source generated an error with datafiles > 2Gb.
2005/12/22: Add support for INTEGER type columns to ALTER COLUMN dialog in schema browser.
2005/12/22: Add more settings for FTP client and server.
2005/12/22: Settings screen: split tabsets into seperate tree nodes.
2005/12/22: Schema browser: Add support for lock/unlock user.
2005/12/22: Fix: Schema browser, truncate table did not refresh the data view.
2005/12/22: Fix: SQL editor, describe package now also shows body source.
2005/12/22: Fix: SQL editor, execute scripts now allows disabling DBMS_OUTPUT.
2005/12/14: Fix: Oraclemanager / Script executor: script was not executed
2005/12/12: Fix: When calling script from script: Immediate shutdown of Donkey
2005/12/12: Fix: When calling script from script: Immediate shutdown of Donkey
2005/12/07: Update license manager: send activation keys via e-mail. Update software expiry to 31/3/2006.
2005/12/06: Add support for large numbers in data grid browser.
2005/11/26: Fix: FTP manager Connect dialog: selected connection not highlighted at show
2005/11/26: Fix: Login dialog: selected connection not highlighted at show
2005/11/26: Fix: PL/SQL editor: code completion shortcut not working / changed strip comment shortcut to Ctrl+Shift+E
2005/11/25: Fix: simultaneous codecompletion and execute shuts down Donkey immediately
2005/10/25: Add new option in Schema browser/Users: lock user account.
2005/10/25: Fix: after rebuild of indexes on table browser, index list was not refreshed.
2005/10/24: Upgrade to DOA 4.0.7: add support for new Oracle 10g datatypes.
2005/10/22: Schemabrowser: quick nav buttons added
2005/10/22: Schemabrowser: filter button on columns tab
2005/10/05: Fix: quicksearch in Schema browser not working
2005/09/30: Fix: access violation when closing module via navigator tree.
2005/09/30: Fix: slow switching of PL/SQL editor modules when loading source from database.
2005/09/29: More fixes for memory leaks and access violations.
2005/09/28: Upgrade HTML help viewer to have better support for CSS-based webpages.
2005/09/28: Fix memory leaks at various places.
2005/09/28: Replaced internal memory manager, to speedup working with large files and datasets.
2005/09/28: Dialog to modify datafile properties, now displays propery maxsize information.
2005/09/19: Update max. expiry date to 12/31/2005.
2005/08/20: Fix: Oracle Help: access violation when URL could not be found
2005/08/20: Fix: Oracle Help: hint window / loose focus in Oracle Help window
2005/07/19: Show total list of datafiles in Oracle information module.
2005/07/15: Speed improvement when executing scripts: do not retrieve DBMS_OUTPUT after every statement.
2005/07/15: Fix: Schema browser not always showing list of errors in package.
2005/07/15: Fix: Include WHEN clause in source of trigger.
2005/06/28: fix: formatting of function declaration block. Break after IS keyword.
2005/06/23: Update max. expiry date to 9/30/2005.
2005/04/21: Export option for stored procedures/views/triggers has extra option to include/exclude comment header.
2005/04/21: Add more export options in the script exporter module + option specify export target (File or SQL editor).
2005/04/21: Add grantees per role in the schema browser.
2005/04/06: fix: rebuilding function based indexes was not available.
2005/04/04: Add new setting: generate source to create views with FORCE option.
2005/04/04: fix: Script executor did not handle CONNECT statements correctly.
2005/03/30: SQL and PL/SQL editors: some fixes/repairs for column wise block selection .
2005/03/29: fix: Local Oracle info: register menu items in Main form main menu.
2005/03/29: fix: add support for multi-line comments while executing scripts.
2005/03/29: fix: Settings/General page now shows module in alphabetical order.
2005/03/26: Local Oracle info: show tnsnames.ora and sqlnet.ora per OracleHome .
2005/03/24: Add new setting: allow multi-line tabs for right side of schema browser .
2005/03/23: fix: added / synchronized shortcuts for SQL and PL/SQL editors .
2005/03/23: fix: FTP Client module: inactive selection color of remote list is same as active color.
2005/03/23: fix: markup of SQL in export/print of data and explain plan as HTML is lost .
2005/03/23: fix: print explain plan: table not displayed correctly in Mozilla/Firefox browser  .
2005/03/23: fix: (PL/)SQL editor: LRU list setting does not affect the LRU dropdown.
2005/03/23: fix: PL/SQL editor: indentation of FOR ... LOOP after line comment not correct.
2005/03/23: fix: Restore hidden Ok/Cancel buttons on dialogs for edit Memo, XML and Date/time fields. .
2005/03/19: warning if closing module with more than one open file.
2005/03/19: new close button on module.
2005/03/11: Add support for SQL plus commands SET HEADING en SET FEEDBACK.
2005/03/11: fix: Mousewheel doesn't work properly on database grids.
2005/02/26: fix: Formatter - comment directly after UNION and SELECT DISTINCT on same line inserts blank line .
2005/02/26: fix: Access violation on closing application / save modified files.
2005/02/24: Formatter: formatting of VIEWS implemented.
2005/02/24: PL/SQL Editor - after compile: check if all compiled objects exist and are valid + show error if not.
2005/02/18: fix: binding of variables in PL/SQL statements disabled .
2005/02/18: Formatting PL/SQL declare (cursors) statements in package body methods.
2005/02/18: fix: moved creation or OracleHelpManager from Unit initialize to Main form.
2005/02/19: fix: combining or merging paths / URLS sometimes not correct .
2005/02/08: FTP client: enable/disable actions on data transfer  .
2005/02/08: fix: formatting of SQL deletes empty line at end of statement / between statements.
2005/02/08: Oracle Help file retrieval based on Indy - under construction.
2005/02/08: fix: SQL and PL/SQL editor: updating timestamp of file sometimes not correct for new file and after 'save as'.
2005/01/28: SQL Editor settings: set size of DBMS output buffer, TOracleManager.EnableDBMSOutput.
2005/01/28: fix: ftp client: replace probably unsupported operation NOOP with Retrie of current dir (sending PWD).
2005/01/28: Mouse doubleclick on tab copies filename to clipboard (as in PPad) .
2005/01/28: Seems to be implem. already: Save 'schema browser source code' from (PL/)SQL editor: add default file name as 'Object name' + '.sql'.
2005/01/28: fix: When opening source code from schema browser, file is marked as 'not modified' in (PL/)SQL editor.
2005/01/28: fix: Code completion: hint window does not come up for SELECT field list alias in INSERT statement.
2005/01/28: fix: source code completion in PL/SQL editor: Ctrl+Shift+C does not insert the method name  .
2005/01/27: Navigator: open sql type file in PL/SQL editor if active module, else SQL editor.
2005/01/26: File editors: finished addition for check for updated file timestamp.
2005/01/15: fix: code completion: parameter tooltip becomes wider then screen when the.
2005/01/15: drop files from Windows Explorer on SQL/PLSQL editor opens the files.
2005/01/14: fix: code completion: check from cursor to prev delimiter. e.g. ",case" should invoke "case".
2005/01/14: Fix: PL/SQL editor: jump to procedure/function also if not an exact match of parameters.
2005/01/14: Fix: PL/SQL editor: Schema name in tree iso object name   .
2005/01/12: Complete internal revision of window/module management.
2005/01/10: Fix: Access violation when formatting Indentation in SQL  .
2005/01/07: Fix: Interface bg color for inactive Navigator makes node text unreadable  .
2005/01/06: Fix: Hotkey conflict: changed hotkey of column dialog from Ctrl+T to Ctrl+Shift+T .
2005/01/05: Fix: Formatter - Declaration of type TABLE.
2005/01/05: Fix: Formatter - Indentation in CASE WHEN.
2005/01/05: Fix: Formatter - Indentation in LAG OVER .
2005/01/05: Fix: Schema browser now uses editor settings for all source view windows.
2005/01/04: All lists in the system now keep the current selection visible when the control looses focus .
2005/01/03: Fix: Loading SQL statement in session manager now correctly handles CR/LF's.
2004/12/31: Revision of internals .
2004/12/23: Setup: Installer checks for running instances of PPad, OFT and Donkey seperately and show the running program(s).
2004/12/23: Login: advanced settings now allow forcing the OracleHome to use.
2004/12/23: New option: create connection on startup.
2004/12/23: Schema browser: list of visible browser in popup menu is now alphabetical.
2004/12/23: Fix: switching between modules with pop-up window open, no longer generates access violations.
2004/12/23: Browser grids: added support for XML columns (Oracle XDB) and long strings.
2004/12/15: Script exporter: show only list of schemas (not all users).
2004/11/24: Schema browser: Add popup window for selection of visible browsers.
2004/11/24: Oracle Help window: Download and execute PDF format (help)files also.
2004/11/24: Fix: Oracle Help window: Update bookmarks/locations in auto detect mode.
2004/11/24: Oracle Help window: Caption shows current file.
2004/11/24: Oracle Help window: Progress indicator and Stop button added.
2004/11/24: Oracle Help window: History implemented.
2004/11/24: Fix: SQL editor: display of exection time.
2004/11/22: PL/SQL Editor: Added Oracle Help on Error from popupmenu.
2004/11/22: PL/SQL Editor: Added popupmenu to error list at bottom: jump to and help.
2004/11/20: Added Oracle Help on Error in SQL Editor: Errormessage window HELP button.
2004/11/18: Oracle Help window added (Shit+F1).
2004/11/11: Schema browser now recognizes Ctrl+Up/Down shortcuts for switching active browser.
2004/11/11: Schema browser now recognizes Ctrl+Up/Down shortcuts for switching active browser.
2004/11/11: Schema browser now recognizes Alt+Up/Down shortcuts for switching selected item.
2004/11/10: Schema browser now recognizes Alt+Left/Right shortcuts for switching tab pages.
2004/11/10: Schema browser now remembers active tab page when switching between browser types.
2004/11/06: added oracle_error_messages.xml for ora 8.1.7 / 9.2 and 10g.
2004/11/06: ErrorMessage Help button: retrieve from web.
2004/11/05: ErrorMessage Help button: implemented retrieval of Ora 8 help (prepared for 9/10).
2004/11/05: Moved registry Rootkey to PE-Development.
2004/11/05: Main: added 'embossed donkey head' image to module background.
2004/11/05: Settings: adjusted some color scheme colors.
2004/11/05: Settings: moved editor (gutter+bg) color settings to interface.
2004/11/05: Color select: added right click popup to enter color code.
2004/11/04: Fix: PL/SQL editor: pl/sql structure analyzer - cursors in package.
2004/11/04: Formatter: CASE WHEN statements (raw implementation).
2004/11/01: Local Oracle Info module added (not finished yet).
2004/10/29: Source viewer: Alt sets Column mode for selection.
2004/10/29: Completion proposal: cache implemented, indicated with ' in completion window caption.
2004/10/28: Add PROMPT statement before each ALTER ... COMPILE statement in the recompile objects dialog.
2004/10/25: Run procedure option now uses named parameters (for better overloading support).
2004/10/25: Add new users page in the roles browser, to view users having the selected role.
2004/10/21: Session manager now shows a better indication of the current session.
2004/10/21: New package wizard now allows the user to specify a set of procedures.
2004/10/21: Add option to all editors to highlight matching braces.
2004/10/20: Add drop unused columns option to table browser.
2004/10/20: Start implementation of Queues page in schema browser.
2004/10/16: Setting Auto completion proposal off implies enabled completion by shortcut Ctrl(+Alt)+Space.
2004/10/15: Completion proposal: shortcut 'M' for retrieving procedures and functions of schema.
2004/10/15: FTP Client module: added option to keep alive remote connection.
2004/10/15: FTP Client module: cache associated icons in image list.
2004/10/15: FTP Client module: implemented put and remove of complete directory.
2004/10/14: Always show status of constraints in schema browser.
2004/09/25: SQL Editor: added function to Paste selection as new File.
2004/09/25: Fix: Merge of SQL concatenates GROUP BY with no spaces.
2004/09/20: Fix: Export of data with column selection, postfix added after last column.
2004/09/20: Fix: Edit of LOB field in Memo editor causes runtime error.
2004/09/16: Implementation of remote file icons in FTP Client module, changed to treeview.
2004/09/01: Start implementation of Unicode support.
2004/08/12: Table browser now has an option to rename columns (Oracle 9.2 or up).
2004/07/22: Session manager now shows object names on the locks page per session.
2004/07/22: Session manager now shows information about blocking locks.
2004/07/22: Oracle information now shows server feature compatibility list.
2004/07/21: Edit record dialog now underlines primary key columns.
2004/07/06: Implementation 'Paste text inline with cursor' moved to standard file edit.
2004/07/02: Fix: message '* no parameters expected' de-activated.
2004/07/02: Fix: CR after paste text inline with cursor.
2004/06/14: Fix compile error when package or trigger name is prefixed with the schema name.
2004/06/07: Trigger subbrowser now has a recompile button.
2004/05/10: Schema browser extends support for index types.
2004/05/10: Add more options to the CVS interface.
2004/05/10: Change HTML export to generate W3C compliant HTML.
2004/05/04: Index script now supports bitmap indexes.
2004/05/04: Script executor now supports CALL statements.
2004/05/04: Tablename highlighter now reloads catalog when reconnecting.
2004/04/24: Fix access violations caused queries returning Oracle errors.
2004/04/24: New in Schema browser: dimensions, index types and materialized view logs.
2004/04/24: Schema browser support for resource groups per user/role.
2004/04/24: Schema browser support for proxy users.
2004/04/24: Schema browser shows table and index storage properties.
2004/04/24: Schema browser: create new user now allows identified externally.
2004/04/24: Schema browser: add option to assign tablespace quotas.
2004/04/22: Fix: sql formatter, access violation in SELECT / UNION clause.
2004/04/22: Completion proposal, shortcuts for objects in SQL debugged if in parenthesis.
2004/04/22: Additional hotkey Shift+Ctrl+Space for procedure parameters.
2004/04/22: Fix: position of completion proposal window if invoked by Ctrl+Space.
2004/04/15: Fix expand/collapse icon problem with status of packages.
2004/04/15: Fix problems in tablespace browser with temporary datafiles.
2004/04/10: Added Clear button to DateTimeEdit frame in Record edit dialog.
2004/04/10: Added 'Now' button for DateTimeEdit dialog, passing current time part.
2004/04/10: Added Clear button to BLOB and DateTime editors.
2004/04/10: SQLEditor: Enabled edit of BLOB, Memo and Date field when Rowid selected.
2004/04/10: Fix: ShellExecute with 'opennew' replaced for files with ExecuteFile in Utils.pas. Other set to 'open'.
2004/04/10: Formatting 'bulk binds' implemented.
2004/04/05: SQLEditor: Show Oracle error in Script output also.
2004/04/03: Fix issue: strip code: strip off \n in java (and other?).
2004/04/03: SQLEditor: set output tab to DBMSOutput if any error occurs.
2004/04/03: SQLEditor: Retrieve DBMSOutput in script output if error occurs when executing PL/SQL.
2004/04/03: Settings SQLEditor: Added DBMS output to script output options.
2004/04/03: Replaced 'open' in Shellexecute in 'opennew'.
2004/04/03: Moved ImageMgr and ColorSelect to PELIB.
2004/03/31: Fix issue: save/restore form position acting weird on dual-monitor systems.
2004/03/31: Oracle information: export parameters - add option to exclude defaults.
2004/03/31: Fix issue: Tablespace browser doesn't show datafiles when freespace = 0.
2004/03/29: Add new setting for schema browser: show job numbers in browser list.
2004/03/25: Avoid extra error messages when session was not created succesfully.
2004/03/25: Session manager: Add support for viewing and signaling alerts.
2004/03/24: Schema browser: Add support for jobs with a fixed job number.
2004/03/23: Login window now shows the 'connect as' option in the connection history list.
2004/03/23: All windows: Oracle connection is changed to new connection when using the 'only one window' mode.
2004/03/23: Menu options for 'Replace connection' are not disabled when not available.
2004/03/23: Source viewer in Oracle info module, didn't use user highlighter colors.
2004/03/22: Editors: changed Gutter font to Arial, because of probably missing Terminal font.
2004/03/22: FTP Client: layout of Put/Get buttons changed.
2004/03/22: FTP Client: Popup menu in FTP Client added.
2004/03/22: Fix issue: exportmanager, export to clipboard: asks to delete file.
2004/03/22: Schema browser: add information about updatable columns in views.
2004/03/22: Fix issue: schema browser now clears all controls when no object is selected.
2004/03/22: Exportmanager: export of numbers in HTML format output, no &nbsp included, only for NULL fields.
2004/03/22: Fix issue: replace connection only works when a connection is actually selected in the navigator tree.
2004/03/22: PL/SQL editor: show errors after compiling Function or Procedure.
2004/03/20: about box: link naar PE-development.nl not active.
2004/03/19: Add 'WITH GRANT OPTION' and 'WITH ADMIN OPTION' to grant dialogs.
2004/03/17: Correctly show INTEGER data type in browser / source.
2004/03/16: FTP client module, status label added on bottom of module.
2004/03/16: FTP client module, added put / get buttons on center panel.
2004/03/16: FTP client module, fixes + added rename file/dir function on remote.
2004/03/16: FTP client module, transfer on basis of TEdit contents.
2004/03/16: SQL Editor, added (query result) Data browse refresh button / F5 key.
2004/03/16: Interface, changed icons on 'file open buttons' to XP style.
2004/03/16: Interface, changed icons in button bars to XP style.
2004/03/16: Explain plan, print Tree contents changed to virtual tree HTML print.
2004/03/13: FTP client module, added TEdit with selected path.
2004/03/13: FTP client module, double click sets root in local files browser + 'up function' added.
2004/03/13: FTP client module, fixed bug in upload of files (STOU was used in stead of STOR).
2004/03/13: FTP client module, make dir implemented.
2004/03/13: Main window, changed Navigator 'Window' caption to 'Workspace'.
2004/03/13: Added 'Mondriaan' color scheme to interface settings (not very useful :-).
2004/03/13: Formatting of triggers implemented.
2004/03/13: Added 'expanded' images to navigator tree (active for package and body).
2004/03/13: fix: Main window, store visibility toggle of Header and Navigator Tree to settings.
2004/03/13: fix: remove module from menu/navigator if exception occurs during create.
2004/03/13: added 'no format' option in SQL formatting.
2004/03/13: revised interface color and all icons.
2004/02/20: fix: Parser Next method beyond end of source.
2004/02/10: SQL editor: strip and make Oracle dynamic sql statements.
2004/02/10: (PL/)SQL editor: wordwrap, column blocks and fill block added.
2004/02/10: Additional functions in source viewer: find, find next and goto line.
2004/02/10: PL/SQL editor: restore splitter positions.
2004/02/06: Settings dialog comes up in prev settings page.
2004/02/06: fix: Find scope disabled, makes no sense.
2004/02/06: Find next, also in other editor tab and window.
2004/02/06: Schema browser, Views, data navigator: rowid added.
2004/02/06: fix: Data navigator, filter button remains down.
2004/01/20: fix: keywords SHOW, EACH and AFTER added.
2004/01/20: fix: show package errors suppressed from analyzer structure.
2004/01/20: Added popupmenu's to SQL and PL/SQL editors.
2004/01/20: Connection menu shows active connection by checkmark.
2004/01/20: Find and Replace: loop to begin of file option added.
2004/01/20: Print Explain plan.
2004/01/20: fix: PL/SQL analyzer 'show error package...' ignored.
