Changeset 1094
- Timestamp:
- Jul 22, 2008, 3:15:41 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1088 r1094 4 4 o When viewing archives, users can now select "Open default" or "Open Settings". 5 5 These options are available through the context menu and via the F6 and F7 keys. 6 Ticket 126. (John) 6 Also available is open in FM2Play.exe for multimedia accel key only Ctrl + l 7 Ticket 126, 249. (John Gregg) 7 8 o The Settings notebook now responds to certain accelerator keys: F1 for help; F3 8 9 and both Enter keys for "Close and save" and ESC for "Close and discard changes". … … 11 12 environment variables is now user-selectable on the "Tree" page of the Settings notebook. 12 13 Ticket 114. (John) 14 o FM/2 now uses the system TMP/TEMP directory for its Temp files. It should cleanup after 15 itself but it does it when it reopens following a crash. Let us know if it doesn't 16 Ticket 20 (Gregg) 17 o We have reworked the menus and accel keys in file containers (ie dircnr) to allow 18 for either the full path name (always available) or the filename to be saved/appended 19 to the clipboard. The menus were reworked to make access to these functions more obvious. 20 Ticket 137 (Gregg) 21 o Bug fixes, code cleanup and fortify enhancements (Steve, John, Gregg) 13 22 14 23 3.11 -
trunk/README
r1057 r1094 5 5 ³ See end of document for contact info ³ 6 6 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 7 8 FM/2 3.12 Fixes a bug introduced in 3.11 (trap when viewing 9 multiple files from an archive at the same time). It also adds 10 Open Default, Open Settings and via an accel key ctrl + l Open 11 Multimedia (using FM2play.exe) to the archive viewer. FM/2 now 12 uses the system TMP/TEMP directory for it temporary files and 13 cleans up after a crash on the next restart. FM/2 creates a 14 subdirectory of the pattern $FM2*.*. The settings notebook can 15 now be closed using esc, F3 or enter; the last 2 save any 16 changes that have been made. You can now select which environment 17 variables to show when using show the environment in the drive 18 tree. Just add or remove from the list on the "Tree" page of 19 the notebook. It defaults initially to the current list. You can 20 now save/append either a full pathname or just a filename or a 21 list of either to the clipboard. We have changed the wording 22 in the menus to make this easier to find. We fixed a few other 23 minor issues see the history for more details. 7 24 8 25 FM/2 3.11 adds the option of having delete move the objects -
trunk/av2.def
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1078 r1094 6 6 # 18 Jul 08 SHL Add Runtime_Error 7 7 8 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.'8 option description '@#SLAInc:3.12#@##1## 07/21/2008 03:12: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 9 segment class 'DATA' readwrite loadoncall nonshared 10 10 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r1057 r1094 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1054 r1094 50 50 @%write $^@ option map 51 51 @%write $^@ name $(BASE) 52 @%write $^@ op desc '@$#SLAInc:3.1 1$#@$#$#1$#$# 07/08/2007 03:11:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler'52 @%write $^@ op desc '@$#SLAInc:3.12$#@$#$#1$#$# 07/21/2008 03:12:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler' 53 53 @%write $^@ file $(BASE).obj 54 54 @%write $^@ library os2386.lib -
trunk/dll/ipf/context.ipf
r1041 r1094 314 314 :artwork runin name='\bitmaps\file.bmp'. 315 315 :p. 316 The save lists submenu allows you to save lists to the clipboard or a file316 The save lists to clipboard/file submenu allows you to save lists to the clipboard or a file 317 317 :p. 318 318 :artwork name='..\..\bitmaps\saveclip.bmp' align=center. … … 322 322 selections of files to other programs; for instance, you might copy a 323 323 list of files to the clipboard and feed it to a terminal program to send 324 the files over a modem or network. 324 the files over a modem or network. You can save/append the full path names or 325 just the filenames. 325 326 :artwork runin name='\bitmaps\file.bmp'. :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'. 326 327 :p. -
trunk/dll/ipf/keys.ipf
r1081 r1094 104 104 :pd.Deselect all 105 105 :pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default. 106 :pd.Append to clipboard106 :pd.Append full path(s) to clipboard 107 107 :pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default. 108 :pd.Save to clipboard 108 :pd.Save full path(s) to clipboard 109 :pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default. 110 :pd.Append filename(s) to clipboard 111 :pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default. 112 :pd.Save filename(s) to clipboard 109 113 :pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.}:color fc=default bc=default. 110 114 :pd.Deselect clipboard … … 174 178 :pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.v:color fc=default bc=default. 175 179 :pd.View 180 :pt.:color fc=default bc=palegray.F6:color fc=default bc=default. 181 :pd.Open default 182 :pt.:color fc=default bc=palegray.F7:color fc=default bc=default. 183 :pd.Open settings 176 184 :pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.w:color fc=default bc=default. 177 185 :pd.Walk to new extract directory … … 423 431 :pd.Invert selection 424 432 :pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default. 425 :pd.Append to clipboard433 :pd.Append full path(s) to clipboard 426 434 :pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default. 427 :pd.Save to clipboard 435 :pd.Save full path(s) to clipboard 436 :pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default. 437 :pd.Append filename(s) to clipboard 438 :pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default. 439 :pd.Save filename(s) to clipboard 428 440 :pt.:color fc=default bc=palegray.F3:color fc=default bc=default. 429 441 :pd.Close window -
trunk/dll/version.h
r1057 r1094 50 50 02 Mar 08 GKY v3.10 Release 51 51 06 Jul 08 GKY v3.11 Release 52 21 Jul 08 GKY v3.12 52 53 53 54 ***********************************************************************/ 54 55 55 56 #define VERMAJOR 3 56 #define VERMINOR 1 157 #define VERMINOR 12 57 58 // Ensure VERREALMINOR nul for non-beta releases 58 59 // #define VERREALMINOR "" -
trunk/eas.def
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 1 FM/2 v3.1 1built with OpenWatcom1 FM/2 v3.12 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1057 r1094 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1057 r1094 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 1#@##1## 07/08/2008 03:11: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.12#@##1## 07/21/2008 03:12: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
r1054 r1094 14 14 15 15 !ifndef FM2_VER # if defined on wmake command, use it 16 FM2_VER=-3-1 1-0 # default value16 FM2_VER=-3-12-0 # default value 17 17 !ifdef %FM2_VER # if defined via env. var. 18 18 FM2_VER=$(%FM2_VER) # use the env. var.
Note:
See TracChangeset
for help on using the changeset viewer.