diff options
Diffstat (limited to '')
-rw-r--r-- | doc/Changelog | 6 | ||||
-rw-r--r-- | doc/Howto_Write_Plugins | 5 | ||||
-rw-r--r-- | doc/TODO | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/Changelog b/doc/Changelog index 8953dd4..53ad734 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,12 @@ next: - added uselist to the "Generals" Tab - added dependency tab - removed frontend flexibility +- overhauled the layout +- now showing slots in the version list +- added Turkish translation (thx to Gürkan Gür) + +0.9.0.3: +- removed the "expanding bug" in 0.9.0.2 0.9.0.2: - bugfixes diff --git a/doc/Howto_Write_Plugins b/doc/Howto_Write_Plugins index 9b0e375..6f58de5 100644 --- a/doc/Howto_Write_Plugins +++ b/doc/Howto_Write_Plugins @@ -60,11 +60,6 @@ Menu: Note, that the underscore in front of a character will make it be underlined in the menu and thus accessible by a shortcut. -Frontends: - Sometimes, your plugin will only work with a specific frontend - you can therefore add a "frontends" tag with the list of frontends supported: - - <frontends>gtk qt4</frontends> - Options -------- @@ -31,6 +31,7 @@ Main Point: user preferences: - rotating systray icon - if a package has been merged, but there are still dependencies to be merged - move the dependencies up the tree (Updater) - use alternative way of displaying categories (tree-like - see Porthole) +- move GUI prefs out of the system config GTK: ---- |