summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornecoro <>2007-08-12 04:21:38 +0000
committernecoro <>2007-08-12 04:21:38 +0000
commitade10e0b8e5571e45cdd4800927c24597e2f7315 (patch)
treeff2d39f0366a7238366abd3c77b739996ed8937a /doc
parenta6a5cace4864c37b7a820c89540f85069d842521 (diff)
downloadportato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.gz
portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.tar.bz2
portato-ade10e0b8e5571e45cdd4800927c24597e2f7315.zip
added listener/notify
Diffstat (limited to 'doc')
-rw-r--r--doc/Changelog2
-rw-r--r--doc/Hooks7
-rw-r--r--doc/Howto_Write_Plugins1
-rw-r--r--doc/TODO2
4 files changed, 5 insertions, 7 deletions
diff --git a/doc/Changelog b/doc/Changelog
index 0893e48..fa48774 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -4,6 +4,8 @@ next:
- new threading model for the emerge process
- minor enhancements
- added splash screen
+- added notifies
+- added listener / launch gksu/kdesu by ourselves
0.8.1:
- bugfixes
diff --git a/doc/Hooks b/doc/Hooks
index 43dfe3b..e0469e9 100644
--- a/doc/Hooks
+++ b/doc/Hooks
@@ -1,13 +1,6 @@
List of hooks currently being supported by Portato
==================================================
-am_i_root
----------
-Called: When checking whether the current user is root (ie. uid == 0).
-Parameters: None
-Return if override: Boolean signaling whether we are root.
-
-
emerge:
-------
Called: When emerge or every other command given by e.g. the synccmd preference is being called.
diff --git a/doc/Howto_Write_Plugins b/doc/Howto_Write_Plugins
index 6c4f97f..9b0e375 100644
--- a/doc/Howto_Write_Plugins
+++ b/doc/Howto_Write_Plugins
@@ -42,6 +42,7 @@ Sample XML
Notes:
- If you want to specify a dependency plugin the connect tag has to be like: <connect type = "after"> The other plugin we depend on </connect>.
+- The "connect"-tag can be omitted. It then defaults to "<connect type='before' />".
- It is possible of course to have more than one "hook" tag.
- The options tag is optional. For a complete list of options, see below.
diff --git a/doc/TODO b/doc/TODO
index c79d0a2..e3821d7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -26,6 +26,8 @@ Main Point: user preferences:
- window size / location
- colors and font sizes
+- rotating systray icon
+
GTK:
----
- make oneshot better