diff options
Diffstat (limited to '')
-rw-r--r-- | doc/Changelog | 2 | ||||
-rw-r--r-- | doc/Hooks | 7 | ||||
-rw-r--r-- | doc/Howto_Write_Plugins | 1 | ||||
-rw-r--r-- | doc/TODO | 2 |
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 @@ -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. @@ -26,6 +26,8 @@ Main Point: user preferences: - window size / location - colors and font sizes +- rotating systray icon + GTK: ---- - make oneshot better |