summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-28 13:27:17 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-28 13:27:17 +0100
commit418690070652c20a10681f9a61a958cd2a0920f6 (patch)
treeba09e5212256a8e4ff58d19a6cc255c695cdcff2 /doc
parent764925118b3cd5af5e6ba7945bd1760ffded1828 (diff)
downloadportato-418690070652c20a10681f9a61a958cd2a0920f6.tar.gz
portato-418690070652c20a10681f9a61a958cd2a0920f6.tar.bz2
portato-418690070652c20a10681f9a61a958cd2a0920f6.zip
Updated doc/
Diffstat (limited to 'doc')
-rw-r--r--doc/Changelog6
-rw-r--r--doc/Howto_Write_Plugins5
-rw-r--r--doc/TODO1
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
--------
diff --git a/doc/TODO b/doc/TODO
index 9a54290..fcaec74 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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:
----