forked from kkamagui/gexec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
27 lines (23 loc) · 1.09 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
gExec: ChangeLog
------------------------------------------------------------------------------
[0.4] <%%EMAIL> ( %%DATE )
* Applied patch by Corey Wringt. prog_ renamed to cmd_ in config writing. Fixes debian bug #413614.
* Added gexec.1 manual page. Taken from Debian package.
[0.3] <%%EMAIL> ( %%DATE )
* Bugfixes.
* Addition of the --keepopen option which will keep gExec open after running a
command.
[0.2] <%%EMAIL> ( %%DATE )
* History now removes double entries.
* Rewrite of cmd_run. It's Better Now(tm).
* Program exit status no longer used as a means to determine if the execution
was succesful. In other words: It's now correct.
* Tab-completion now also completes arguments instead of only the command.
* Settings file support (~/.gexec) containing termemu, su and history length.
Automatically created if non-existant
* Clicking the Ok button with the default command (at start-up) still active
caused a segfault. Fixed.
* Some memory leaks fixed. (Don't worry, plenty are still left)
* GNU GPL Header added to source.
[0.1] <%%EMAIL> ( Tue Apr 13 23:02:46 CEST 2004 )
* Initial release.