diff options
author | necoro <> | 2007-07-24 21:28:14 +0000 |
---|---|---|
committer | necoro <> | 2007-07-24 21:28:14 +0000 |
commit | 00af1784b1652f3bed04c63e2faaeb03ca185ed4 (patch) | |
tree | bb89a19705ef562734c9190d1dfd8577d45730f7 /doc | |
parent | 44a726cd69e3e0d5c50890946b366c441a575a37 (diff) | |
download | portato-00af1784b1652f3bed04c63e2faaeb03ca185ed4.tar.gz portato-00af1784b1652f3bed04c63e2faaeb03ca185ed4.tar.bz2 portato-00af1784b1652f3bed04c63e2faaeb03ca185ed4.zip |
made the resume_loop-plugin change titles too
Diffstat (limited to '')
-rw-r--r-- | doc/Changelog | 1 | ||||
-rw-r--r-- | doc/Hooks | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/Changelog b/doc/Changelog index 0eb8d51..1cf2be9 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ next: - changed plugin-structures - added ability of pausing the emerge process - nicier log output +- log viewers 0.7.5: - new icon by p4r4d0x @@ -15,6 +15,7 @@ Parameters: - string[] packages: Packages to emerge (includes "world", "system"). - string[] command: The exact command to execute. - portato.gui.wrapper.Console console: The console the output will be written to. + - function(string) -> None title_update: Function which updates the console title in the GUIs. Return if override: Nothing |