summaryrefslogtreecommitdiff
path: root/mini-commander/NEWS
diff options
context:
space:
mode:
authorOliver Maruhn <om@linuxhq.com>1999-04-16 13:05:12 +0000
committerOliver Maruhn <oliverm@src.gnome.org>1999-04-16 13:05:12 +0000
commitcec0650c7cfea5815ee76389c0a5fcfea57e0007 (patch)
treeab7796f6df412d5c9b936983acf24772d14993a4 /mini-commander/NEWS
parent78b46fb0e5dcf421bc10ca37803963cfc06bc09c (diff)
Two other very macros from Chad Powell <pxpx@usa.net> which allow
1999-04-16 Oliver Maruhn <om@linuxhq.com> * src/preferences.c (loadSession): Two other very macros from Chad Powell <pxpx@usa.net> which allow searching yahoo and freshmeat have been added as an new default macro. Also the "altavista" macro has been updated. 1999-04-03 Oliver Maruhn <om@linuxhq.com> * src/preferences.c (loadSession): A very useful macro from Chad Powell <pxpx@usa.net> which allows searches on altavista has been added as an new default macro. * src/macro.c (prefixNumber): prefix matching improved
Diffstat (limited to 'mini-commander/NEWS')
-rw-r--r--mini-commander/NEWS27
1 files changed, 24 insertions, 3 deletions
diff --git a/mini-commander/NEWS b/mini-commander/NEWS
index 18ca91432..fae461aaa 100644
--- a/mini-commander/NEWS
+++ b/mini-commander/NEWS
@@ -1,7 +1,28 @@
Release 0.0.15:
- * allow pasting into the input box with the middle mouse
- button (idea taken from the applet WebControl by Garrett Smith)
+ * Allow pasting into the input box with the middle mouse
+ button (idea taken from the applet WebControl by Garrett
+ Smith).
+
+ * Prefix matching has been improved.
+
+ * Three very useful macros from Chad Powell have been added.
+ I had to increase the maximum allowed macro length just for
+ his macros ;-). You need to remove ~/.gnome/mini-commander
+ to get this new default macro. Here is Chad's own
+ description:
+
+ The following macro for the Mini-Commander allows you to
+ enter av:searchstring and search on altavista. It
+ automatically changes ", +, and spaces to the right
+ characters for the url. I thought you might want to add
+ this to the default macros. I got the idea from the new
+ web-search applet, thought that rather than have a seperate
+ applet, it would be pretty easy to make Mini-Commander do
+ it.
+
+ He also wrote macros for yahoo and freshmeat which have been
+ included as default macros.
@@ -21,7 +42,7 @@ Release 0.0.14:
* History is stored when the program is terminated and
restored when it is started later.
- * Command completetion has been enhanced. Now it works even
+ * Command completion has been enhanced. Now it works even
if a prefix is used. Also it delivers the largest possible
completion even if the given command is not unique.