Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release > by-pkgid > 1629a6f4b25c221fb6dad0dad639b7ea > files > 90

worker-3.8.5-1.mga6.i586.rpm

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Ralf Hoffmann">
 <title>ChangeLog</title>
 <link rel="contents" href="sidemap.html" title="Content">
 <link rel="start" href="index.html" title="Index">
 <link rel="index" href="index.html" title="Index">
 <link rel="prev" href="todo.html" title="">
 <link rel="chapter" href="introduction.html" title="Introduction">
 <link rel="chapter" href="installation.html" title="Installation">
 <link rel="chapter" href="config.html" title="Configuration">
 <link rel="chapter" href="usage.html" title="Usage">
 <link rel="chapter" href="function.html" title="Function overview">
 <link rel="chapter" href="todo.html" title="TODO">
 <link rel="chapter" href="changelog.html" title="ChangeLog">

<link rel=stylesheet type="text/css" href="style.css">
</head>
<BODY ALINK="darkblue" BACKGROUND="../pics/winback.png" BGCOLOR="#8E8E8E" LINK="darkblue" TEXT="#000000" VLINK="darkblue">

<h1>
 <b>
  <i>ChangeLog</i>
 </b>
</h1>
June 23th 2005: Version 2.10.1<br>
<ul>
 <li>new features:
  <ul>
   <li>added internal text view command<br>
    Currently the first 64 KB of a file will be shown with selectable word wrapping
   </li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>improved color palette configuration</li>
   <li>small GUI improvements (click on choose button text will toggle it)</li>
   <li>updated italian catalog<br>
    (Thanks again to Giulio Canevari)
   </li>
   <li>updated cd2mp3/ogg/flac/wav script<br>
    (Thanks again to Giulio Canevari)
   </li>
  </ul>
 </li>
</ul>
<p>
April 6th 2005: Version 2.10.0<br>
<ul>
 <li>new features:
  <ul>
   <li>added virtual file system using AVFS (<a href="http://avf.sf.net">avf.sf.net</a>)<br>
Finally it is possible to access archives or files on remote computers. There is some basic introduction in the docs but for more information about the usage you should read the docs of AVFS. But the default configuration already contains all filetype definitions needed to access archives. These definitions can also be downloaded from the add-on page for import.</li>
   <li>virtual files can be excluded from file content test which is set by default (in the &quot;dirs not to check&quot; configuration for filetypes)</li>
   <li>there is a new option for the &quot;own command&quot; and &quot;start prog&quot; operation which prevents Worker from entering the current directory</li>
   <li>there is a new flag {t} for a temporary copy of the entry ({f}) to be able to use external programs with virtual files</li>
   <li>there is a new operation &quot;ftp connection&quot; to access remote ftp sites. It is possible to store the password in the configuration but not encrypted!</li>
   <li>For the &quot;Script&quot; operation and for the extended test for filetypes there is a new function isLocal which can be used to test if the entry is a local or virtual file</li>
  </ul>
 </li>
 <li>fixes:
  <ul>
   <li>compilation fix for upcoming gcc4 and a warning on 64bit system<br>(Thanks to Andreas Jochens for the patch)</li>
   <li>fixed update of free disk space information (update took too long and for symlinks to other partitions it showed the wrong information)</li>
   <li>environment variables can now really be used for start directory and path entry<br>(reported by Sascha Hunold)</li>
   <li>fixed visual glitches in the path input line. Worker also restores the content if new path cannot be opened</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>temporary files will now be stored in an own directory worker-$USER in the tmp dir ($TMPDIR is now also honored)</li>
   <li>Worker shows a dialog if entering a directory is not possible</li>
   <li>updated man page</li>
   <li>there is a new script &quot;xeditor&quot; which searches for existing editors. This script is used by the default and the editor used can be overridden by the env var WORKER_XEDITOR</li>
  </ul>
 </li>
</ul>
<p>
December 20th 2004: Version 2.9.0<br>
<ul>
 <li>new features:
  <ul>
   <li>added filetype hierarchie<br>
    <ul>
     <li>each filetype can contain subtypes</li>
     <li>subtypes will be checked if the filetype tests of the parent type matches the current file or the parent type does not use any tests</li>
     <li>the action of the parent type is used if the action list of the type is empty or the &quot;parent action&quot; command is used</li>
     <li>The &quot;no operation&quot; command can be used to not execute the commands of the parent type</li>
    </ul>
   </li>
   <li>there is now a filetype color configuration<br>
    it's possible to select custom colors, use the colors of the parent type or even use the output of an external program to select the colors
   </li>
   <li>it's now possible to cut and paste filetypes in the configuration</li>
  </ul>
 </li>
 <li>fixes:
  <ul>
   <li>fixed bug where under certain circumstances Worker accessed freed pointers when executing actions<br>
    This bug could appear if actions are used after using &quot;enter dir&quot; or &quot;reload&quot; command
   </li>
   <li>a file will only be shown as executable if the user really has the permission to execute it</li>
   <li>fixed compilation when pthreads is not used</li>
   <li>extented filetype test honours the &quot;dirs no to check&quot;</li>
   <li>fixed problem when sometimes filetype gets checked twice</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>improved check for identical source and destination file for file copy</li>
   <li>the own command is now always the first entry in the command selection window</li>
   <li>in the filecontent configuration for filetypes, the automatic creation now accepts any number of files</li>
   <li>doubleclick on directories now honours the doubleclick action of the directory type (enter directory is the fallback action if the doubleclick action list is empty)<br>
    (reported by Raik Lieske)
   </li>
   <li>cursor keys can be used in requesters to change the focus element and the enter key can now also be used for any button and not just the first<br>
    (reported by Loki and others)
   </li>
   <li>copying of a corrupt symlink (link destination does not exists) in &quot;follow symlinks&quot; mode now copy the symlink itself instead of showing a error requester
   </li>
   <li>The email address &quot;ralf.hoffmann@epost.de&quot; will expire soon, new address is &quot;ralf@boomerangsworld.de&quot;</li>
  </ul>
 </li>
</ul>
<p>
July 28th 2004: Version 2.8.5<br>
<ul>
 <li>new features:
  <ul>
   <li>added more flexible filetype description using conditional expressions<br>
       it's similar to the if-expression in the script command<br>
    <ul>
     <li>possible functions are:
      <ul>
       <li>toNum(...): change string to number</li>
       <li>toStr(...): change number to string</li>
       <li>isReg(): test for regular file</li>
       <li>isSock(): test for socket</li>
       <li>isFIFO(): test for FIFO (pipe)</li>
       <li>isSymlink(): test for symlink</li>
       <li>size(): size of file</li>
       <li>perm(mask): numerical permission</li>
       <li>toLower()/toUpper(): change string to lower/upper</li>
       <li>contentStr(x,y): y Bytes from file content starting at position x </li>
       <li>contentNum(x,y): like contentStr but interpreted as a number</li>
       <li>name()/fullname(): file name/full file name</li>
      </ul>
     </li>
     <li>the flags {f} and {F} can be also used for the filename inside strings<br>
        this allows for the use of any external program to determine the filetype (e.g. using the file command)
     </li>
     <li>there are the usual operators as &quot;&lt;&quot;, &quot;&gt;=&quot; and so on and it is possible to use regular expressions using ~=</li>
     <li>there is also an more or less extensive help</li>
     <li>some examples:
      <ul>
       <li>Test for shell scripts:<br>
        ( contentStr( 0, 2 ) == &quot;#!&quot; ) &amp;&amp; ( contentStr( 2, 10 ) ~= &quot;/bin/[a-zA-Z]*sh.*&quot; )
       </li>
       <li>Test for OctaMED music files:<br>
        ( toUpper( contentStr( 0, 3 ) ) == &quot;MED&quot; ) || ( toUpper( contentStr( 0, 4 ) ) ~= &quot;MMD[0-9]&quot; )
       </li>
       <li>Use &quot;file&quot; for type recognition:<br>
        ( ${file -b {F}} ~= &quot;ASCII C program text&quot; )
       </li>
      </ul>
     </li>
    </ul>
   </li>
   <li>there is an extensive help for the pattern configuration</li>
  </ul>
 </li>
 <li>fixes:
  <ul>
   <li>fixed copy of non-regular files if &quot;follow symlinks&quot; is used, copying symlinks pointing to non-regular files (devices, pipes, ...) did not create these special files but only regular files
   </li>
   <li>fixed text for move operation in the progress window, now it prints &quot;Move&quot; instead of &quot;Copy&quot;</li>
   <li>compile fix for gcc 3.4<br>(reported by Goetz Waschk)</li>
   <li>compile fix for QNX<br>(reported by Toni Ruza)</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>updated italian catalog<br>(Thanks again to Giulio Canevari)</li>
  </ul>
 </li>
</ul>
<p>
March 17th 2004: Version 2.8.4<br>
<ul>
 <li>new features:
  <ul>
   <li>the layout of the main window is configurable (in global settings)<br>Select the button and listview orientation and the positions of the elements
   </li>
   <li>filetypes: added flag to match the full name (including the path) for pattern matching</li>
   <li>copy/delete/rename/symlink: highlights entry currently processed</li>
   <li>configuration: the button banks can be swapped<br>
    (suggested by Harlock and Jan Windischmann)
   </li>
  </ul>
 </li>
 <li>fixes:
  <ul>
   <li>fixed possible lockup when using threads<br>(reported by Harlock and others)</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>GUI improvements</li>
   <li>copy: updates &quot;bytes to copy&quot; when skipping files</li>
   <li>copy: Worker updates the copy window before an error requester</li>
   <li>filetypes: empty file content descriptions are now ignored<br>
    (reported by Ulf Hartwig)
   </li>
   <li>filetypes: fixed file content configuration to not select several entries at once</li>
   <li>added some example scripts and corresponding buttons to convert cd tracks to several formats<br>
    (Giulio Canevari)
   </li>
  </ul>
 </li>
</ul>
<p>
December 18th 2003: Version 2.8.3<br>
<ul>
 <li>fixes:
  <ul>
   <li>fixed a little bug which partialy prevents the configuration of the filetypes</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>window creation will wait till window mapping</li>
  </ul>
 </li>
</ul>
<p>
November 26th 2003: Version 2.8.2<br>
<ul>
 <li>new features:
  <ul>
   <li>the listview header colors are now configurable<br>(reported by Piotr Rzepka)</li>
   <li>search entry now allows case insensitive search (activate it in the command configuration)</li>
  </ul>
 </li>
 <li>fixes:
  <ul>
   <li>fixed possible endless loop in directory read<br>(reported by Florian Zwoch)</li>
   <li>fixed information mode to keep currently visible information when other side is deactivated and no longer try to update information for a corrupt symlink<br>(reported by Giulio Canevari)</li>
   <li>improved configure checks for statvfs/statfs for improved compatibility<br>Worker can now be compiled on OpenBSD<br>(Thanks to Ingolf Schuchardt for support and access to an OpenBSD box)</li>
   <li>some other code changes to allow compilation on Solaris2.7<br>(Thanks to Jean-Francois Magni for testing)</li>
   <li>the status bar is now correctly updated even when the listview doesn't list any directory</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>gui code cleanup</li>
   <li>left align listview header text when it doesn't fit into the header<br>(reported by Giulio Canevari)</li>
   <li>print installation directory at the end of the configure script</li>
   <li>Worker will now also compile on AIX with the gcc compiler</li>
  </ul>
 </li>
</ul>
<p>
August 17th 2003: Version 2.8.1<br>
<ul>
 <li>new features:
  <ul>
   <li>external programs which run in the foreground (i.e., Worker waits for completion) can now be detached with Escape or the middle mouse button</li>
   <li>added some new columns: Inode number, number of hard links, number of blocks<br>the information mode will also show this values</li>
   <li>for devices the size of the entry is now the major/minor number</li>
   <li>added headerline for the listview<br>you will see the field name and you can click on it to change the sortmode</li>
   <li>there is an additional symbol in the listview bar (above the listview) which is visible when Worker is still recognizing filetypes</li>
  </ul>
 </li>
 <li>fixes:
  <ul>
   <li>fixed buffer overflow in informationmode<br>(reported by Cyriac Benoit)</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>chmod/chown: chmod will no longer read all affected directories at the beginning but change permissions on the fly. This way you are able to change the permissions for directories you are currently not able to read.<br>
   the same goes for chown although you won't notice any different because chown is only allowed for root (on most systems) and root can always read the dirs
   </li>
   <li>used thousand separator from current locale<br>(Thanks for the patch to Tobias Toedter)</li>
   <li>added some more tests for large files in the configure-script. This should fix compile problems with RedHat 7</li>
   <li>modified default configs so TGZ/TBZ2 actions should work on any system no matter if tar doesn't understands the special options<br>updated addons are also available
   </li>
   <li>Worker will compile on AIX (only with xlc compiler)</li>
   <li>updated italian catalog<br>(Thanks to Giulio Canevari)</li>
  </ul>
 </li>
</ul>
<p>
June 8th 2003: Version 2.8.0<br>
<ul>
 <li>new features:
  <ul>
   <li>the configuration file format is now text based<br>
    Worker will continue to load old binary files and old binary export files. You can now also import whole configurations.<br>
    Although you can now edit the config don't expect any documentation about the keywords and file structure and whatever
   </li>
   <li>added new flag for &quot;own command&quot;: {scripts} which will be replaced by the path to the scripts dir inside worker's share directory<br>
    This can be used for easy access to additional scripts
   </li>
   <li>there is a new bash script &quot;pattern rename&quot;<br>
    For a given match pattern you can replace/add text at the beginning/mid/end of all matched filenames<br>
    There is a button in the default config and you can also download this button from my homepage (-&gt;AddOns)<br>
    (Thanks to aaron who wrote this script and the button)
   </li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>worker will compile with Sun C++ compiler</li>
   <li>renaming (in rename and copy) to empty name is now catched</li>
   <li>when starting DoubleClick/Show/RawShow/User-action the selected entries will no longer be deselected at the beginning but only depending on the used flags in the actions</li>
   <li>cancelling copy will open requester for confirmation</li>
   <li>in the &quot;disc is full&quot;-requester the affected file will be shown</li>
   <li>added italian catalog<br>
    (Thanks to Amedeo Brunetti and Giulio Canevari)
   </li>
   <li>updated russian catalog<br>
    (Thanks again to Ilya V. Yalovoy)
   </li>
   <li>fixed RAR buttons/filetype in the default configs</li>
   <li>fixed button titles in import window</li>
  </ul>
 </li>
</ul>
<p>
April 27th 2003: Version 2.7.1<br>
<ul>
 <li>new features:
  <ul>
   <li>added support for large files (&gt;= 2GB)</li>
   <li>improved error requesters for un-stat-able directory entries<br>
    you can abort the directory reading and directories containing such directories with these entries remain selected when copying/deleting them
   </li>
   <li>support env variables in path buttons<br>(suggested by Thomas Helbig)</li>
   <li>worker compiles with Cygwin<br>(Thanks to Stephan Henningsen)</li>
   <li>chmod: the keypad can be used to select permissions also with NumLock=off</li>
   <li>create symlink: function can now create absolute and relative symlinks<br>
    option &quot;local symlink&quot; renamed to &quot;relative symlink&quot;<br>
    example: link /usr/bin/gs to /usr/local/bin/gs will be &quot;../../bin/gs&quot;
   </li>
   <li>show image mode:
    <ul>
     <li>Worker can use ImageMagick's display for embedded display<br>
      (select it from the &quot;show image mode&quot;-configuration [Right click at list view bar-&gt;show image mode-&gt;set to default viewer])<br>
      ImageMagick knows more file formats but is also slower
     </li>
     <li>moved wrappers for xli/display to share/worker/scripts</li>
    </ul>
   </li>
   <li>configuration: ask when canceling a changed configuration</li>
  </ul>
 </li>
 <li>security fixes:
  <ul>
   <li>copy: destination directories were created with 755 permissions and got correct permissions only at the end of directory copy.<br>
    now the destination directories will be created with 700 permissions (and of course get correct permission at the end)
   </li>
  </ul>
 </li>
 <li>fixes:
  <ul>
   <li>fixed if-parser in the script command<br>
    it was possible to use &quot;=&quot; instead of &quot;==&quot; which led to wrong results
   </li>
   <li>copy: fixed restoring of old owner and permission<br>
    copy will restore SUID/SGID bit only when root or owner of file<br>
    (reported by Simonics Zsolt)
   </li>
   <li>fixed resizing of some windows, some windowmanagers (like kwm) doesn't accept my way</li>
   <li>fixed some problems with the script-command examples, the extension wasn't recognized correctly<br>
    You can download the new example from my homepage, but they are of course included in the default configs<br>
    (reported by aaron)
   </li>
   <li>Worker will no longer try to enter a directory which is not executable for the user</li>
   <li>fixed segfault when resizing some windows in the configuration</li>
  </ul>
 </li>
 <li>other changes:
  <ul>
   <li>russian catalog<br>(Thanks to Ilya V. Yalovoy)</li>
   <li>worker searchs for the datadir (for catalogs, default configs...) now in the following places:<br>
    <ol>
     <li>compiled PREFIX/share/worker</li>
     <li>&lt;exe-location&gt;/../share/worker</li>
     <li>/usr/share/worker</li>
     <li>/usr/local/share/worker</li>
     <li>$HOME/share/worker</li>
    </ol>
    This way moving around an already compiled version is much easier
   </li>
  </ul>
 </li>
</ul>
<p>
October 26th 2002: Version 2.7.0
<ul>
 <li>fixed a major security problem with filenames with special characters<br>
  Since commands will be executed in a shell-script, characters in filenames with special meaning for the shell will disturb the correct execution.<br>
  For example: Viewing a file "something`rm some_other_file`" would remove the "some_other_file"!!!!!<br>
  All executed commands will be now protected in single quotes.<br>
  As a side effect most of the shell features are no longer possible. The following list contains all allowed strings which have to appear as a single word:<br>
  <table border="1">
   <tr>
    <td>|</td><td>pipe</td>
   </tr>
   <tr>
    <td>;</td><td>command separation</td>
   </tr>
   <tr>
    <td>&amp;</td><td>execute in background</td>
   </tr>
   <tr>
    <td>||</td><td>or</td>
   </tr>
   <tr>
    <td>&amp;&amp;</td><td>and</td>
   </tr>
   <tr>
    <td>&gt, &lt;, &gt;&amp;2, 1&gt;, 1&gt;&amp;2, 2&gt;, 2&gt;&amp;1, &gt;&gt;, 1&gt;&gt;, 2&gt;&gt;</td><td>redirections</td>
   </tr>
  </table>
  Because of the changes "With quotes" in the "own command" is removed because filenames are now always quoted. For example "xv {f}" will work for any filename.<br>
  all flag-replacements in "own command" are always protected with quotes but you can disable this with "-" before the flag<br>
  e.g.: make -f {f} {-Rs{Make target:}{}}<br>
  But there is normally no need to change the commands because most will work just as before and e.g. xv "{f}" is still okay.<br>
  Some of my examples for the "script" command need changes so I update the example configs and the AddOns on the homepage<br>
 </li>
 <li>this "special character" problem also affects the copy of special files (symlinks, pipes,...)<br>
  worker copies these special files now with intern functions<br>
  No extern command for these files anymore so removed the options in "copy" command configuration
  <br><br>
  <b>An update is highly recommended!!</b><br><br>
 </li>
 <li>copy: When a read error appears while copying a file this error was not noticed (no requester and this file was marked as correctly copied), fixed<br>
  Also improved error requesters for other errors
 </li>
 <li>copy: when resizing the copy-window, the filenames are redrawn (in the case they were too long)</li>
 <li>copy: When canceling "move", you will be asked whether to delete the already correctly copied files from the source</li>
 <li>because env-variables are no longer available with shell-features (e.g. $HOME) there is now a new flag for "own command" (and "script command") {vEnvName}, e.g. you get your home dir with {vHOME}
 </li>
 <li>the default- and infotext for the Rs-Flag is now no longer length-limited</li>
 <li>start prog: the string has the same limitations as "own command" so the default value (the active entry) is now already protected</li>
 <li>added toNum and toStr to the if-parser in the "script" command</li>
 <li>the informationmode now shows also the file permission as octal number</li>
 <li>the permission string in the ListView now has 10 chars like ls or mc<br>
  before the filename there is now also a special character for special files (pipes, devices...)
 </li>
 <li>filterselect: window is now resizeable</li>
 <li>new command: show directory cache<br>
  it will open a window with all parent directory names for the current dir and all names from the directory cache. You can choose a dir or enter a new name<br>
  doubleclick in the listview-bar (above the ListView) will also open this window
 </li>
 <li>show image mode: the program string is now only the program name, no %s... anymore</li>
 <li>fixed loading of Worker1 configs (shortkeys were lost)<br>
  also fixed builtin config (when no config file is available)
 </li>
 <li>updated for autoconf 2.54/automake 1.7</li>
 <li>added parent dir buttons (..) to the path line for each side<br>
  (suggested by Amedeo Brunetti)</li>
 <li>added support non-latin character input like cyrillic chars and also support dead keys<br>
  (Thanks to Ilya V. Yalovoy for hints and testing)
 </li>
 <li>improved support for corrupt directories (without .. entry)</li>
</ul>
<p>
August 26th 2002: Version 2.6.1
<ul>
 <li>fixed compile-bug for gcc &gt;= 3.1<br>
  (Thanks to G&ouml;tz Waschk for the patch)
 </li>
 <li>the filetypes in the configuration are sorted now<br>
  (suggested by Martin K&auml;hmer)
 </li>
 <li>the mousewheel can be used to switch buttonbank when using it at the clockbar</li>
 <li>improved diskspace updating, also fixed overflow for percent calculation in information mode</li>
 <li>added 48x48, 32x32 and 16x16 icons</li>
</ul>
<p>
August 18th 2002: Version 2.6.0
<ul>
 <li>return in requesters is now only allowed when okay button holds focus<br>
  use space for any other button</li>
 <li>fixed filetype-recognition order. Now it really first checks the content for all types and in a second run the pattern</li>
 <li>filetype-recognition: scans the visible entries first</li>
 <li>filetype-recognition: added "ignore case" flag and support for regular expressions</li>
 <li>filetype-recognition: added support for bzip2 and xpkmaster<br>
  Worker supports now:<br>
  <ul>
   <li>gzip</li>
   <li>bzip2</li>
   <li>xpkmaster (currently the most important is sqsh)</li>
  </ul>
 </li>
 <li>configuration: when creating a filetype using "automatic creation", Worker will now also uncompress the files just like the recognition will do so you can select 3 files of the type no matter how they are compressed</li>
 <li>configuration: copying a button/hotkey/path don't duplicate the shortkeys</li>
 <li>configuration: when adding commands, the last used command is highlighted</li>
 <li>configuration: when adding commands, the configuration is called if available<br>
  doubleclicking a command from the list will now also open the configuration</li>
 <li>fixed bug in infomode when displaying a symlink with no destination</li>
 <li>own command: you can now select the program with a filerequester</li>
 <li>new command "Script"<br>
  It's now possible to create programs for the buttons/hotkeys/filetypes<br>
  You can store data on stacks (as many as you want) and jump at condition to labels.<br>
  Here's a list of what's possible with this new command:<br>
  <ul>
   <li>push<br>
    push a string (which can contains flags) or the output of this string on a stack of your choice
   </li>
   <li>label<br>
    just a label for if/goto
   </li>
   <li>if<br>
    test the condition and jump to label when true ( != 0 )<br>
    you can use parentheses, && and || if needed.<br>
    &lt;, &lt;=, ==, &gt;=, &gt;, != works as usual.<br>
    "" marks a string which can contains the usual flags<br>
    ${} will be replaced with the output the command in braces<br>
    ?{} same with the returncode of the command<br>
    true is always true<br>
    false is always false<br>
    isEmpty(nr) is true when stack &lt;nr&gt; is empty<br>
    size(nr) is the size of stack &lt;nr&gt;<br>
    filelistEmpty(0 or 1) is true when filelist is empty (no more {f}), 0 means the current panel, 1 the other
   </li>
   <li>end<br>
    immediatly stops the command-list execution
   </li>
   <li>settings<br>
    set "recursive" when you want collect the files recursive<br>
    set "with quotes" when you want filenames in quotes<br>
    set "also use dirs for flag-replacing" when you also want to use the directories themselve (when collecting recursive)<br>
   </li>
   <li>goto<br>
    jump to given label
   </li>
  </ul>
  For the own command (and also push/if) there are some new flags:<br>
  <ul>
   <li>{top stack-number}<br>
    gets the top element of the given stack
   </li>
   <li>{pop stack-number}<br>
    gets and remove the top element of the given stack
   </li>
   <li>{size stack-number}<br>
    gets the size of the stack
   </li>
  </ul>
  You can run if and push in debug-mode so it's easier to check what's going on<br>
  Finally you can also use a window to display some information to the user<br>
  <ul>
   <li>there is a progressbar and a multi-line textarea<br>
    both are controlled by strings which can contain the usual flags and also the output of the string can be used<br>
    For a newline in the textarea use a '|' in the string.<br>
    The progressbar-string will be converted to a number and has to be between 0 and 100
   </li>
  </ul>
  If you run into an endless loop you can send a USR1-signal to stop execution<br>
  The execution will be stopped whenever you use the output/returncode of a command and this command writes something to stderr<br>
  All in all I think this is a feature for the advanced user but it's not so difficult as it sounds.<br>
  I added some buttons to the default config with some examples which can you also download from the new section "AddOns" from my homepage:<br>
  The easiest example: Ask the bitrate and convert all selected files to mp3<br>
  Other example: number all selected files through<br>
 </li>
 <li>show output didn't work for startprog, fixed</li>
 <li>listview-scrollers have now a minimum width/height</li>
 <li>go to dir: specialdir supports the usual flags from "own command"</li>
 <li>copy: for the current file the rate over the last second is now displayed instead of the average rate (as shown before) which is now displayed in the next line</li>
 <li>copy: show complete path when requesting new name because there is already an existing entry</li>
 <li>copy: when requesting destination the default is now the directory from the other panel<br>
  (suggested by Ernest Beinrohr)</li>
 <li>the copy-window shows the progress in the title<br>
  (suggested by Ernest Beinrohr)
 </li>
 <li>when copy of non-regular file failed (with cp), the error-requester shows now also the error output of this command.<br>
  There is now also a "Cancel" button
 </li>  
 <li>DND: Worker now deselect the dropped entry<br>
  (reported by Gary Watson)
 </li>
 <li>the compression-handler is displayed in the informationmode</li>
 <li>rename: cancel now really aborts in any case</li>
 <li>rename: the name in the StringGadget is now highlighted</li>
 <li>rename: show active entry after rename</li>
 <li>rename: redraw whole listview for each entry (just looks better because the columns are correct)</li>
 <li>changed behaviour of Show/RawShow/User/DoubleClick/DND-Actions so they will only run for involved entries<br>
  this means for example when doubleclicking a picture and you have the ShowAction in the DoubleClick-Action command list, the ShowAction will only run for the doubleclicked entry and not for all selected like before
 </li>
 <li>the width/height of mainwindow is now stored for each screen independent</li>
 <li>added GPL to the about requester</li>
 <li>for flag-replacing in own command and the new script command:<br>
  When collecting files recursive, you got an empty string for the directory names. Now you will only get the filenames by default, but there is a new switch "Also use dirs for flag-replacing" so you can also use the directory names
 </li>
 <li>Worker checks for updated config file once per minute and ask you for reload</li>
</ul>
<p>
May 26th 2002: Version 2.5.0
<ul>
 <li>added native chown</li>
 <li>added focus handling for the gui<br>
use tab/shift-tab to switch to next/prev element<br>
use space to activate an element<br>
return is handled like clicking at okay (only when focus is not on any button of the bottom line (except okay of course))</li>
 <li>you can now use as many shortkeys as you want for one button/hotkey/path</li>
 <li>double shortkeys are also possible now (like Ctrl-x c)</li>
 <li>filterselect, filterunselect and setfilter now have a history for used patterns</li>
 <li>for chmod/chown "Request these flags" is now on as default</li>
 <li>when running worker as root, the statebar turns red and the window title is "rootWorker"</li>
 <li>faster startup (especially for big window)</li>
 <li>worker now stores the position of the listview correctly when switching to other displaymode (informationmode, show image mode)</li>
 <li>improved speed for filetype recognition (especially for big directories)</li>
 <li>when deleting/moving files in some cases the progress-window wasn't updated correctly</li>
 <li>fixed drawing/refresh problems for delete</li>
 <li>fixed crash when mainwindow is too small (reported by Josef Oswald)</li>
 <li>fixed bug in statebar calculation</li>
</ul>
<p>
6.Apr 2002: Version 2.4.0
<ul>
 <li>filetype-recognition is now done by threads<br>
this result in faster recognition at fast devices and no more waiting for slow devices (like floppydiscs)<br>
Thread-support can be disabled</li>
 <li>partition-size-reading is now also done by a thread</li>
 <li>own command got a new option "Run in background"<br>
Background commands will be disconnected from the Worker-process and won't be killed when worker quits</li>
 <li>date/time format is now configurable (in "Global configuration") and there is also name-substitution for today, yesterday,...</li>
 <li>added sortmodes for type and owner</li>
 <li>configuration import/export added (buttons/filetypes/hotkeys)</li>
 <li>changed behaviour and requester when disc is full while copying<br>
You can now choose to keep the incomplete file or delete it but in any case the sourcefile isn't deleted (which was done when
"Okay" was chosen in the requester)<br>
reported by Rick Younie</li>
 <li>reload got a new option "Keep filetypes"</li>
 <li>dirsize will rebuild listview for each calculated element<br>
reported by Dirk Weber</li>
 <li>show/rawshow/user/...-actions are now also applicable to the active entry</li>
 <li>Buttons are now only clickable if they have assigned commands</li>
 <li>the filetype-, hotkey- and flag-request-window (for own command) are now resizeable</li>
 <li>no quit-requester when closing main-window</li>
 <li>chmod-requester improved</li>
 <li>polish catalog (Thanks to Pawel Kaczor)</li>
</ul>
<p>
9.1.2002: Version 2.3.1
<ul>
 <li>improved top statebar (Thanks to Martin K&auml;hmer)</li>
 <li>when changing sortmode, active entry is centered</li>
 <li>new command "activate shortkey from list"<br>
You can choose shortkey from a list and activate it<br>
useful for forgotten shortkeys or as an overview of all defined shortkeys</li>
 <li>fixed calculation of "bytes to copy"</li>
 <li>copy/delete-windows are now resizeable<br>
also filename/dirname will be shorten to fit in the window</li>
<li>compiles (and runs :-) ) on Mac OS X (Darwin)<br>
(Thanks to Malcolm Cleland)</li>
</ul>
<p>
5.11.2001: Version 2.3.0
<ul>
 <li>some changes for gcc 3.0 but I have no chance to test it, reports are welcome</li>
 <li>new option for delete-function to remove the active entry when no other are selected</li>
 <li>new option for reload-function to reset the previous calculated dir sizes</li>
 <li>added option to show "&lt;DIR&gt;" instead of the size for directories (of course only if the dirsize is unknown)<br>
you will find this option in the "global configuration"-section</li>
 <li>when entering a shortkey in the configuration you can now remove an other reference to this key</li>
 <li>the command-list in the configuration is now sorted ignoring case</li>
 <li>some GUI improvements
  <ul>
   <li>nicer (atleast I think so) turned-down corner in buttons with two functions</li>
   <li>buttons with no assigned function cannot be clicked</li>
   <li>now left- or rightclick at the clockbar will show the next buttonbank</li>
   <li>middleclick in the listview will just activate the entry without changing the selection state</li>
  </ul>
 </li>
 <li>fixed problem with dynamic coloumnwidth when filters are active and excluding some files</li>
 <li>fixed problem when changing filters or showHidden-mode, which could stopped the filerecognition</li>
 <li>dirs containing files which can't be stat-ed will now also be displayed (without these files but there will be a requester for each file)</li>
 <li>finally: added a fontrequester so it's easy to select a different font</li>
</ul>
<p>
8.7.2001: Version 2.2.2
<ul>
 <li>configurable listview-background</li>
 <li>wait-cursor while reading dir and executing external progs</li>
 <li>improved cut&amp;paste (works with more apps)</li>
 <li>improved mainwindow-title (path of the active listview is shown)</li>
 <li>some catalog-changes and updated french catalog</li>
 <li>fixed filename-search when hiding hidden files</li>
 <li>improved dir-cache-replacement-strategy<br>
not recently used are droped when cache is full</li>
 <li>filters are now not applied for dirs</li>
 <li>added "unset all filters" in filterconfiguration</li>
 <li>icon will be installed in $prefix/share/pixmaps</li>
</ul>
<p>
8.5.2001: Version 2.2.1
<ul>
 <li>bug fix in delete window</li>
 <li>minor bug fix for reloading a dir, sometimes the active entry was deactivated</li>
 <li>new option for the copy-operation: preserve attributes<br>
when set, the permissions/owner/modificationtime/accesstime will be restored<br>
(as far as possible)<br>
default is on</li>
 <li>a corrupt symlink will now be treated as file</li>
 <li>the colors for the active entry can now be changed</li>
 <li>improved search-operation:
  <ul>
   <li>a recall will search the next entry with the same prefix</li>
   <li>stars (*) are also supported now so it's possibly to search for file containing the pattern inside the filename<br>
     a trailing star is always implied</li>
  </ul>
 </li>
</ul>
<p>
20.3.2001: Version 2.2.0
<ul>
<li>sortmode change with the action will update the lvb</li>
<li>fixed problem with giving a startdir relative to the current dir<br>(Martin Kaehmer)</li>
<li>worker_inst exists no longer, Worker will do it instead</li>
<li>it's now configurable what to show in the clockbar<br>the configuration can be reached by a new subsection in the config-win<br>
it can show the time/ram, only the time, the worker version (for no system load) and the output of any external program</li>
<li>the correct background color is taken for the "show image mode"<br>(rno)</li>
<li>in the button/path-configurations the actionmodes (copy/swap/delete) can stay active until other choose when selecting "extended" in the same
window in the new cyclebutton<br>this is useful for copying/swapping/deleting more than one button/path</li>
<li>dirs can now ignored for filetype-checking (exactly: in this dirs only the pattern is used (if used))<br>
the new configuration can be found in the filetype-settings<br>
this is useful for slow devices like a floppydisc</li>
<li>updated french catalog</li>
</ul>
<p>
1.3.2001: Version 2.1.0
<ul>
<li>fixed bug in deleteop/copyop (buffer overflow)</li>
<li>fixed bug when copy in readonly</li>
<li>added setsortmode op</li>
<li>added setfilter</li>
<li>the used terminal is now configurable</li>
<li>Worker can redraw the window when waiting for a extern command</li>
<li>cycle through cyclebuttons with right mouse button backwards<br>
(Thanks to Martin Kaehmer)</li>
<li>the function "reload" can now also be used for DND-actions</li>
<li>after rename, the active entry is shown</li>
<li>the sortmode is shown in the bar above the lister<br>
N = namesort<br>
S = sizesort<br>
M = modificationtime-sort<br>
A = accesstime-sort<br>
C = changetime-sort<br>
R = reverse<br></li>
<li>the ".."-entry is now always active for loaded dirs which are not in the cache</li>
<li>new flag for the "own command": {dp} for the destination path of a DND-action</li>
<li>the requester for existing file in copy/move now shows the size and modificationtime of both files</li>
</ul>
<p>
5.2.2001: Version 2.0.2
<ul>
<li>fixed bug when displaying name in first column, the line is empty<br>
(Thanks to Donald J. Maddox, Alan K. Jackson)</li>
<li>right justify size<br>(Thanks to Martin Kaehmer)</li>
<li>fixed bug in text-entries<br>(Thanks to Martin Kaehmer)</li>
<li>fixed bug in externop in flag parsing<br>(Thanks to Rick Younie, Harlock)</li>
<li>support for filesizes/dirsizes &gt;4GByte (if your system supports 64 bit type)<br>(Thanks to Martin Kaehmer,Harlock)<br>
<b><u>Note:</u></b>This only affects the display of sizes; Worker can of course handle files of any size on every system!</li>
<li>no longer displays readable but not executable dirs (r--)<br>side effect: dirsize will not show weird values</li>
<li>for own commands and string requests, Cancel will really cancel the operation<br>(Thanks to Rick Younie)</li>
<li>in the configuration, the "Choose Command"-requester is now sorted and also resizeable<br>(Thanks to Rick Younie)</li>
<li>the partitionsize/freespace of the actual dir can be shown in the listviewbar<br>(Thanks to Rick Younie,Martin Kaehmer)</li>
<li>the display of owner/group is switchable ("user @ group" or "user.group")<br>(Thanks to Rick Younie)</li>
<li>the ".."-entry is no longer selectable nor it will be counted<br>(Thanks to Martin Kaehmer)</li>
<li>rewrote xliwrapper_worker and worker.inst (now worker_inst) in C</li>
<li>fixed foreground of empty buttons in the example-configurations<br>(Thanks to Rick Younie)</li>
<li>finally DND is usable<br><br>To activate: Select the entry and hold the left mousebutton, then click the right.<br>Now move to destination and
release the left button.<br>You can cancel DND with Escape or a rightclick when dragging!<br>If there is no DND-action defined for the type of the dragged entry, the DND-action from the "NoSelect"-type is used!<br><br>
Limitations:<ul><li>You can only drag one entry</li><li>This works only inside Worker</li></ul></li>
</ul>
<p>
10.1.2001: Version 2.0.1
<ul>
<li>fixed error in color handling &gt;8 colors</li>
<li>fixed error in CopyOp with FastMode</li>
<li>don't refuse to copy in symlinked dir</li>
<li>fixed problem with catalog-loading</li>
<li>correct catalog templates</li>
<li>french catalog and example-config (Thanks to rno &lt;noospot42@f2s.com&gt; for this)</li>
<li>added Keypad-usage in StringGadget (you can now also enter the numbers with it)</li>
</ul>
<p>
6.1.2001: Version 2.0.0<br><br>
<ul>
<li>rewritten in C++</li>
<li>shown entry information can be freely configured</li>
<li>added <a href="usage6.html">show image mode</a> for display of the active entry in the other side</li>
<li>added <A HREF="buffer.html">directory-buffer</a></li>
<li>show/hide hiddenfiles</li>
<li>can use more than one action for buttons/filetypes/hotkeys</li>
<li>takes two args and display the dirs</li>
<li>better GUI, f.i. the textinput doesn't block anymore and understands the shell-shortcuts (ctrl-a,...)</li>
<li>better searchmode, also doesn't block and begins at active entry</li>
<li>more call-possibilities for filetypes (f.i. doubleclick, show)</li>
<li>filterselect now on files OR dirs</li>
<li>doesn't accept duplicate shortcuts</li>
<li>correct display of NTFS directories (Thanks to Pawel Kaczor)</li>
<li>some fixes in configuration (Thanks to Fireball)</li>
<li>compiles and runs on FreeBSD 2.2.2 (Thanks to Fireball)</li>
<li>mouse wheel support</li>
<li>man page</li>
<li>many other small things I forgot</li>
</ul>

<p>
22.1.2000: Version 1.3.3
<ul>
<li>bug fixes (Thanks to Thomas Bader)
 <ul><li>compile error</li></ul></li>
<li>now Dock-able (for WindowMaker and perhaps other)</li>
</ul>

<P>
17.9.1999: Version 1.3.2
<ul>
<li>bug fixes (Thanks to Piergiorgio Ghezzo)
 <ul>
  <li>compile error</li>
  <li>configuration segmentation fault</li>
 </ul>
</li>
</ul>

<P>
7.9.1999: Version 1.3.1
<ul>
<li>compiling and installing using "configure"-Script</li>
<li>english documentation</li>
</ul>

<p>
16.5.1999: Version 1.3.0
<ul>
<li>dynamic width of size, name and type to remove useless spaces between sections</li>
<li>if worker cannot repaint the window, X will use the color 0 as background</li>
<li>the copy-function has two new flags:
 <ul>
  <li>copy to same directory: for duplicate</li>
  <li>request destination</li>
 </ul>
</li>
<li>the configuration-program now shows correctly the shift-flag</li>
<li>now there are some arguments, mainly for request the version:<br>
   -V, --version, -help, --help
</li>
<li>new functions:
 <ul>
  <li>chmod</li>
  <li>toggle infomode</li>
  <li>search entry</li>
  <li>path to other lister</li>
  <li>enter new path</li>
 </ul>
</li>
<li>the user-commando has an improvement:
 <ul>
  <li>the option {Rs} now can get an infostring and a defaultstring<br>
     usage: {Rs&lt;infostring&gt;&lt;defaultstring&gt;}<br>
     NOTE: the chars "&lt;" and "&gt;" are importent
  </li>
 </ul>
</li>
</ul>

<p>
29.4.1999: Version 1.2.0
<ul>
<li>great Speedimprovement in the CopyFile-Operation (especially on ZIP's ...)</li>
<li>removed Bug in the Move-operation: AFTER finish of move it's possibly that worker crashes</li>
<li>now worker can be compiled with egcs without any warning</li>
<li>complete showing of file-permissions</li>
<li>file-size will be printed with points after 3 and 6 digits for better reading</li>
<li>there is no longer an extra program for configuration, so you can configurate worker while running</li>
</ul>

<p>
30.03.1999: Version 1.1.0
<ul>
<li>Worker and WConfig are font-sensitive</li>
<li>some improvements for successful compiling with egcs</li>
<li>better handling of file-selecting</li>
<li>Worker and WConfig supports infinite banks for buttons</li>
<li>Copy/Move ask for destination, if the other side doesn't support the action</li>
<li>improved performance of the DirSize-function</li>
<li>now using active entry if no other is selected (except the delete-function)</li>
<li>the move-operation now delete the files (if needed) on the end of the Operation</li>
</ul>

<P>
06.03.1999: Version 1.0.0: First release
<br>
<HR>
<center>
<a href="index.html"><b>Home</b></a>
</center>
</body>
</html>