Changeset 1908
- Timestamp:
- Jun 3, 2024, 4:28:00 PM (14 months ago)
- Location:
- trunk
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1881 r1908 1 1 New stuff at the top. This list is not necessarily complete. 2 3 3.25 4 o Adjust layouts of dialogs to support larger font sizes (Gregg) 5 o Move the Help button to the lower left corner on most dialogs (Gregg) 6 o Fix spurious ea, date and time on nonexistent files in the compare dialog 7 Ticket #575 (Gregg) 8 o Fix occasional corruption in tree container on startup and rescan 9 Ticket #583 (Gregg) 10 o Fix spurious "no drop" on first subdirectories in the tree container 11 Ticket #584 (Gregg) 12 o Fix a trap caused by using a keyboard search in the tree container (Gregg) 13 o Fix a rare trap on tree container scan or rescan (Gregg) 14 o Fix some font and layout issues in View and Newview (Gregg) 15 o Rework RemoveCnrItems and RemoveArcItems to prevent traps (Steven) 16 o Rework FreeCnrItems to assure that all CNRITEMs are deleted (Steven) 17 o Use WinSendMsg CMA_NEXT instead of preccNextRecord so linkage is maintained 18 following inserts and deletions. (Steven) 19 o Some packaging updates including Ticket #574 (John) 2 20 3 21 3.24 -
trunk/README
r1881 r1908 4 4 ³ See end of document for contact info ³ 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 7 FM/2 3.25 Modifies the layiut of the dialogs some they will work better with larger 8 font sizes. It fixes several traps/potential traps. Occasional tree container 9 corruption on scan/rescan should be gone. The "0" ea size, date and time on 10 nonexistent files in the compare directory are gone. Fix a problem with the first 11 subdirectories in the tree container spuriously reporting "no drop". See the 12 history for more details. 6 13 7 14 FM/2 3.24 includes a major performance enhancement by moving almost all the file -
trunk/av2.def
r1888 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/copyright.h
r1807 r1908 8 8 */ 9 9 10 #define COPYRIGHT_YEAR "20 15"10 #define COPYRIGHT_YEAR "2024" 11 11 12 12 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/fm3dll.def
r1881 r1908 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 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
r1881 r1908 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1881 r1908 48 48 49 49 #define VERMAJOR 3 50 #define VERMINOR 2 450 #define VERMINOR 25 51 51 // Ensure VERREALMINOR nul for non-beta releases 52 52 // #define VERREALMINOR "" -
trunk/eas.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1881 r1908 1 FM/2 v3.2 4.0 built with OpenWatcom1 FM/2 v3.25.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1881 r1908 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1881 r1908 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/vdir.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1881 r1908 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1881 r1908 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 4.0#@##1## 2015-10-12 03:24:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2015Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.25.0#@##1## 2024-06-02 03:25:00 ZOBOPEEP::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2024 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/warpin/makefile
r1881 r1908 27 27 28 28 !ifndef FM2_VER # if defined on wmake command, use it 29 FM2_VER=-3-2 4-0 # default value29 FM2_VER=-3-25-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.