Changeset 1278
- Timestamp:
- Nov 16, 2008, 9:48:57 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1149 r1278 1 1 New stuff's at the top. This list is not necessarily complete. 2 3 3.14 4 o New toolbar and drive icons (David) 5 o Updated toolbars they all include buttons to switch to any other provided toolbar (David) 6 o Right click on unformatted drive now provides the drives context menu Ticket 279 (Gregg) 7 o Corrected the menu items available for remote, virtual and removable drives 8 Eliminated instances of multiple menu defaults. Ticket 290 (Gregg) 9 o Added new icons for some objects in the FM/2 folder. Ticket 292, 294 (David, John) 10 o Enhanced scan speed for initial and complete rescan of drive tree. Ticket 25 (Gregg) 11 o Fixed typo that had changed the the filters data file from filters.dat to filter.dat; 12 It is now filters.dat which it was originally. (Gregg) 13 o Help file clean up, minor corrections updates and new icons. (David, John) 14 o Some additional bug fixes. Tickets 163, 187, 286, 289, 2, 58, 282, 285, 287, 293 15 (Gregg, John, Steven) 2 16 3 17 3.13 -
trunk/README
r1149 r1278 5 5 ³ See end of document for contact info ³ 6 6 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 7 8 FM/2 3.14: This release updates many of the icons and bitmaps 9 used in FM/2. In addition, more updates have been made to the 10 toolbars to activate the new toolbars follow the instruction for 11 using CFGMGR in the section about version 3.13. One other change 12 may require some user intervention. Inadvertently the expected 13 name of the filters data file was change in version 3.12 from 14 filters.dat to filter.dat. We have corrected this, however, this 15 means your filters may be spread across 2 different files or may 16 seem to have disappeared. If they have disappeared go to the FM/2 17 directory and rename the file filter.dat to filters.dat. This should 18 restore your saved filters. If you find you have both filter.dat and 19 filters.dat use a text editor to add the contents of filter.dat 20 to filters.dat. 21 22 This release also contains some menu changes with unformatted drives 23 using the "drives" context menu, the elimination of more than one 24 default on some submenus and menu items such as "format" being 25 disabled for network drives and enabled for removables. Some of the 26 changes should make FM/2 more responsive (Let us know if you notice 27 a difference). We have also included some bug fixes. 7 28 8 29 FM/2 3.13: Many of the changes in this release are related to -
trunk/av2.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 65536 -
trunk/dirsize.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/dll/fm3dll.def
r1236 r1278 7 7 # 17 Sep 08 JBS Commented out (# JBS) unneeded exports 8 8 9 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'9 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.' 10 10 segment class 'DATA' readwrite loadoncall nonshared 11 11 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r1148 r1278 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/internal/makefile
r1259 r1278 53 53 @%write $^@ option map 54 54 @%write $^@ name $(BASE) 55 @%write $^@ op desc '@$#SLAInc:3.1 3.0$#@$#$#1$#$# 09/01/2008 03:13:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler'55 @%write $^@ op desc '@$#SLAInc:3.14.0$#@$#$#1$#$# 11/16/2008 03:14:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler' 56 56 @%write $^@ file $(BASE).obj 57 57 @%write $^@ library os2386.lib -
trunk/dll/version.h
r1148 r1278 55 55 56 56 #define VERMAJOR 3 57 #define VERMINOR 1 357 #define VERMINOR 14 58 58 // Ensure VERREALMINOR nul for non-beta releases 59 59 // #define VERREALMINOR "" -
trunk/eas.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1148 r1278 1 FM/2 v3.1 3.0 built with OpenWatcom1 FM/2 v3.14.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1148 r1278 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1148 r1278 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1148 r1278 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1148 r1278 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 3.0#@##1## 09/01/2008 03:13:00 GKYBuild::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.14.0#@##1## 11/16/2008 03:14:00 GKYBuild::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/warpin/makefile
r1266 r1278 21 21 22 22 !ifndef FM2_VER # if defined on wmake command, use it 23 FM2_VER=-3-1 3-0 # default value23 FM2_VER=-3-14-0 # default value 24 24 !ifdef %FM2_VER # if defined via env. var. 25 25 FM2_VER=$(%FM2_VER) # use the env. var.
Note:
See TracChangeset
for help on using the changeset viewer.