diff options
author | Oliver Maruhn <oliver@maruhn.com> | 1999-09-07 20:35:25 +0000 |
---|---|---|
committer | Oliver Maruhn <oliverm@src.gnome.org> | 1999-09-07 20:35:25 +0000 |
commit | b6aaf424bfdbdc62015d047c0cebe178572c4832 (patch) | |
tree | f34a7ad899dad1c1b1e817e0a8714d462dd60116 /mini-commander/NEWS | |
parent | 8f11d9957925e71d13a67761980b90f3733fdd93 (diff) |
Added this new command completion routine by Travis Hume
1999-09-07 Oliver Maruhn <oliver@maruhn.com>
* src/cmd_completion.c (cmdc): Added this new command completion
routine by Travis Hume <travishume@acm.org>. I guess it will be
faster than my old completion function which was based on a bash
skript
(cmdCompletion_old): backup copy of the fomer function
cmdCompletion
(cmdCompletion): modified to work with Travis' new cmdc function.
Diffstat (limited to 'mini-commander/NEWS')
-rw-r--r-- | mini-commander/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mini-commander/NEWS b/mini-commander/NEWS index 1eac0b810..d97a32169 100644 --- a/mini-commander/NEWS +++ b/mini-commander/NEWS @@ -1,3 +1,6 @@ + * Command completion is now provided by a new function by + Travis Hume. Since his routine is not based on a bash + script (like my old function) it should be faster. * Mini-Commander has no longer an internal version number. Instead the version number of GNOME is used from now on. |