History for twander / twander.py
2002-12-17
@tundra
Added command key display to command menu labels. ...
tundra committed on 17 Dec 2002
2002-12-16
@tundra
Made sure user cannot use redefine one of the built-in variables ...
tundra committed on 16 Dec 2002
2002-12-15
@tundra
Added several more internal variables to the debug dump.
tundra committed on 15 Dec 2002
@tundra
Fixed bug which prevent "=" from being used as a command key.
tundra committed on 15 Dec 2002
@tundra
Minor code reorganization to group selection keys more logically.
tundra committed on 15 Dec 2002
@tundra
Renamed some of the mouse binding variables for greater consistency.
tundra committed on 15 Dec 2002
@tundra
Destring debug null value indicator.
tundra committed on 15 Dec 2002
@tundra
Added QUOTECHAR to dump of internal variables. ...
tundra committed on 15 Dec 2002
@tundra
Made all references to configuration file locations (HOME, ...
tundra committed on 15 Dec 2002
2002-12-14
@tundra
Fixed problem properly setting internal HOME variable if $HOME ...
tundra committed on 14 Dec 2002
@tundra
Went back to using threading for all command invocations.
tundra committed on 14 Dec 2002
2002-12-12
@tundra
Fixed problem with distinguishing user-defined variables from ...
tundra committed on 12 Dec 2002
@tundra
Added Command and Directory menus with necessary supporting logic.
tundra committed on 12 Dec 2002
2002-12-11
@tundra
Added quotation around strings generated by PROMPT:
tundra committed on 11 Dec 2002
@tundra
Fixed bug in user-defined variable parsing.
tundra committed on 11 Dec 2002
@tundra
Implemented the PROMPT: builtin. ...
tundra committed on 11 Dec 2002
2002-12-09
@tundra
Corrected bug in substitution of builtins. Added quotation support ...
tundra committed on 9 Dec 2002
@tundra
Fixed bug in command invocation.
tundra committed on 9 Dec 2002
@tundra
Changed command execution to use threads only on win32 and ...
tundra committed on 9 Dec 2002
@tundra
First implementation of DSELECTION and DSELECTIONS builtins.
tundra committed on 9 Dec 2002
@tundra
Implemented debugging command line option.
tundra committed on 9 Dec 2002
2002-12-06
@tundra
Integrated new command language parser into the program. Still have ...
tundra committed on 6 Dec 2002
2002-12-04
@tundra
Changed all instances of os.system() used to run commands to ...
tundra committed on 4 Dec 2002
2002-12-01
@tundra
Made command keys case-sensitive. ...
tundra committed on 1 Dec 2002
@tundra
Changed time to display mtime instead of ctime. ...
tundra committed on 1 Dec 2002
2002-11-26
@tundra
Added ability to execute double-clicked file under Unix.
tundra committed on 26 Nov 2002
@tundra
Added keyboard support for, Select All, Select None, Page Down, and Page Up. ...
tundra committed on 26 Nov 2002
@tundra
Added command line option to suppress automatic display refreshing.
tundra committed on 26 Nov 2002
@tundra
Workaround problem of Tk setting activation after a ...
tundra committed on 26 Nov 2002
2002-11-25
@tundra
Fixed problem which happened only when the lstat call filed ...
tundra committed on 25 Nov 2002