From 909164c3313bf002a4310371184a2a3b425bac72 Mon Sep 17 00:00:00 2001 From: Frank Fesevur Date: Fri, 21 Jun 2013 10:54:08 +0200 Subject: [PATCH] Updated docs to reflect latest changes --- __Docs/ReadMe.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/__Docs/ReadMe.xml b/__Docs/ReadMe.xml index 16a378d..e9cbade 100644 --- a/__Docs/ReadMe.xml +++ b/__Docs/ReadMe.xml @@ -292,7 +292,7 @@ Add support for multiple selections. Easier sorting for non-alphabetic libraries. (move to top, move to bottom, dragging?) Copy a certain snippet to another library. - Properly indent the snippet. + Properly indent the snippet when inserting. Options dialog to edit the location of the database. @@ -301,7 +301,6 @@ Known Issues Closing the snippets window with the 'x' does not update toolbar icon and menu item. And as a result of that the state is not remembered properly. I need to find the notification that is send to the window on clicking the 'x'. - Text coding (like ANSI, UTF-8, UCS-2) are not always properly converted. When the coding of the text document is different from the coding used in the snippets strange characters can appear. When a library is not alphabetic sorted, and you move an item up or down, this is slow. This is because the "Sort"-field of all the snippets of that library need to be updated in the database. On Windows XP disabling context menu items like the "Move Up" and "Move Down" menu items is not visible. They don't turn gray but they are really disabled. The icon on the docking tab is inverted for some strange reason. @@ -329,13 +328,14 @@ Release history - - Version 1.x.x (xx xxxxx 2013) + + Version 1.3.0 (xx XXXXX 2013) + Fixed problem with inserting UTF snippets. Fixed wrong title of Import Library dialog. Fixed some potential bugs found when trying to fix GCC compilation. Converted the documentation from ODT to DocBook. - Upgrade to SQLite version 3.7.xx + Upgrade to SQLite version 3.7.17