diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 0a31025..6595638 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,10 +1,17 @@ -$Id: WHATSNEW.txt,v 1.145 2005/01/07 10:32:46 tundra Exp $ +$Id: WHATSNEW.txt,v 1.146 2005/01/07 11:12:50 tundra Exp $ WHAT'S NEW twander 3.1xx (1-7-2005): =========================== +BUG FIXES + +- The keybinding definitions for the History and Wildcard + mouse popup menus were missing. MOUSEHIST and MOUSEWILD + are now defined. Like all other MOUSE bindings, these + cannot be overriden by the user. + NEW FEATURES - Added the FORCEUNIXPATH option. If set to True, it forces @@ -13,13 +20,14 @@ Program Memory references in command definitions. This is handy when running Unix tools like cygwin under Windows. -- Previous versions primed the Directory menu with the - user's Directory Shortcut definition. This behavior - is no longer present. Instead there is a separate - Shortcut menu on the menubar that displays these - values as well as several other shortcuts to go - to up, back, home, and to the starting and root - directories respectively. +- Previous versions primed the Directory menu with the user's + Directory Shortcut definition. This behavior is no longer present. + Instead there is a separate Shortcut menu on the menubar that + displays these values as well as several other shortcuts to go to + up, back, home, and to the starting and root directories + respectively. A new mouse popup keybinding, MOUSESC + has been defined as Alt-ButtonRelease3 so that this + menu can be popped up at the current pointer location. twander 3.146 (3-11-2004):