Changeset 1807
- Timestamp:
- May 25, 2015, 8:05:03 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1777 r1807 1 1 New stuff at the top. This list is not necessarily complete. 2 2 3 3.23 (beta)3 3.23 4 4 o Rework FM/2 Lite Config menu. Add drag&drop dialog toggle. (Steven) 5 5 o Rework FM/2 Lite Config menu. Add confirm delete toggle. (Steven) 6 6 o Correct View, Sort and Filter button initialization. (Steven) 7 7 o Rework FM/2 Config menu. Add confirm delete toggle. (Steven) 8 o Fix hang on scanning in FM/2 lite when drive tree is hidden (Steven) 9 o Fixed code errors identified by CPPCheck (Gregg) 10 o Fixed archive directory failure retry code (Gregg) 11 o Stopped using FM2Play to open multimedia files since MMOS/2 misidentifies many 12 file types (caused by mmioMP3 ioproc which claims it can play most anything) 13 Ticket 541 (Gregg) 14 o Unlock fixes (removed redundant error messages, now only try to unlock exes and dlls) 15 Ticket 549, 542 (Gregg) 16 o Suppress redundant error messages on answering no to deleting R/O files. Ticket 548 17 (Gregg) 18 o Update the dialog box type for "suggest dialog" Ticket 538 (Gregg) 19 o Newview mailto changes: improved identification of email addresses in text files; 20 fixed a buffer overflow trap; cut trailing punctuation from addresses; limited domain 21 to 3 characters. Tickets 543, 544 (Gregg) 22 o Newview now recognizes https:// as a url. Cut trailing punctuation from urls. (Gregg) 23 o Fixed failure to remove leading quote from extract directory in some cases Ticket 495 24 (Gregg) 25 o Fixed details view column allocation for drives that failed drive check (Gregg) 26 o Fixed a trap in Filter occurring with rescan or close while scan was in progress. 27 Ticket 535 (Gregg) 28 o Fixed rare tree container draw errors Ticket 545 (Gregg) 29 o JAVA objects can now be made by selection "Real object" on a .jar file. Ticket 37 (Gregg) 30 o Added support for critical EAs (Steven) 31 o Limited help auto open in quick settings to once per session. Ticket 520 (Gregg) 8 32 9 33 3.22 -
trunk/README
r1774 r1807 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 6 7 FM/2 3.23 provides several enhancements. Implemented creation of a JAVA executable 8 object from a jar file. Select a jar file and "Real object" from the "Create 9 object" sub-menu. You will be prompted to select the JAVA exe you wish to use. 10 Your choice will be recorded for use in the future. You will then be prompted 11 to select an icon for the object. Once the object is created you will be prompted 12 to restart the desktop. I highly recommend you do so. If you don't the object icon 13 will be lost if you open the object in settings view. Additionally, I have 14 experienced WPS hangs forcing a reboot when accessing the desktop or trashcan 15 context menu following the icon loss described above. I have not had any problem 16 if I restarted the desktop. We have added menu toggles for confirm delete and the 17 drag & drop dialog options. Newview now handles selecting and utilizing email 18 addresses and urls much better and more completely (https is supported) than 19 in previous versions. The EA editor now checks for EAs marked as critical and 20 report this to the user. 21 22 We have also fixed multiple defects including eliminating redundant error messages 23 from unlock and read only checking code and now only trying to unlock exes or dlls. 24 Fixed a string handling problem with the extract directory and a trap that sometimes 25 occurred when closing or starting a rescan while scanning was in progress. Limited 26 auto open of help to the first time the quick settings configuration page is open 27 each session. Finally we stopped using FM2Play to open multimedia files. The 28 problem was caused by the fact that mmioMP3 would report it could handle most 29 any thing (exes for example). This lead to FM2Play trying to play them. I have 30 fixed and updated mmioMP3 and it should be available on Hobbes by the time you 31 read this. See the history file for more details. Please let us know if you find 32 a defect. 7 33 8 34 FM/2 3.22 provides enhancements to compare directories, seek and scan and the -
trunk/av2.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/copyright.h
r1774 r1807 8 8 */ 9 9 10 #define COPYRIGHT_YEAR "201 4"10 #define COPYRIGHT_YEAR "2015" 11 11 12 12 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/dircnrs.c
r1803 r1807 3801 3801 Win_Error(hwndClient, hwndClient, pszSrcFile, __LINE__, 3802 3802 PCSZ_WINCREATEWINDOW); 3803 PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID); 3804 free(dcd); 3803 PostMsg(hwndClient, WM_CLOSE, MPVOID, MPVOID); 3804 DosRequestMutexSem(hmtxFiltering, SEM_INDEFINITE_WAIT); 3805 free(dcd); 3806 DosReleaseMutexSem(hmtxFiltering); 3805 3807 hwndFrame = (HWND) 0; 3806 3808 } -
trunk/dll/fm3dll.def
r1774 r1807 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 12 12 segment class 'DATA' readwrite loadoncall nonshared 13 13 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r1774 r1807 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1774 r1807 48 48 49 49 #define VERMAJOR 3 50 #define VERMINOR 2 250 #define VERMINOR 23 51 51 // Ensure VERREALMINOR nul for non-beta releases 52 52 // #define VERREALMINOR "" -
trunk/eas.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1774 r1807 1 FM/2 v3.2 2.0 built with OpenWatcom1 FM/2 v3.23.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1774 r1807 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1774 r1807 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/vdir.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1774 r1807 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1774 r1807 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 2.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.23.0#@##1## 2015-05-25 03:23:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/warpin/makefile
r1727 r1807 27 27 28 28 !ifndef FM2_VER # if defined on wmake command, use it 29 FM2_VER=-3-2 2-0 # default value29 FM2_VER=-3-23-0 # default value 30 30 !ifdef %FM2_VER # if defined via env. var. 31 31 FM2_VER=$(%FM2_VER) # use the env. var.
Note:
See TracChangeset
for help on using the changeset viewer.