Changeset 1421
- Timestamp:
- May 10, 2009, 8:50:45 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1420 r1421 1 New stuff sat the top. This list is not necessarily complete.1 New stuff at the top. This list is not necessarily complete. 2 2 3 3 3.16 4 o Correct walk, compare and dirsizes dialog setups to ignore saved dialog size 4 o Correct walk, compare and dirsizes dialog setups to ignore saved dialog size 5 5 Ticket 342 (Steven) 6 o Move translatable strings to fm3dll.rc STRINGTABLE to support NLS translations 6 o Move translatable strings to fm3dll.rc STRINGTABLE to support NLS translations 7 7 Tickets 6, 81, 340 (Steven, Gregg) 8 8 o Support backspace in directory container type to search allow longer time between 9 9 key strokes in type to search Ticket 348 (Steven) 10 o Filtering and select/deselect mask now work in archive containers that have 10 o Filtering and select/deselect mask now work in archive containers that have 11 11 pathnames Tickets 358, 359 (Gregg) 12 12 o Date formatting and "thousand separator" should now reflect the system locale settings -
trunk/av2.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/fm3dll.def
r1377 r1421 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 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
r1377 r1421 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1385 r1421 56 56 57 57 #define VERMAJOR 3 58 #define VERMINOR 1 558 #define VERMINOR 16 59 59 // Ensure VERREALMINOR nul for non-beta releases 60 60 // #define VERREALMINOR "" 61 #define VERREALMINOR 61 #define VERREALMINOR " "__DATE__ 62 62 // #define VERREALMINOR __DATE__ " " __TIME__ 63 63 -
trunk/eas.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1280 r1421 1 FM/2 v3.1 5.0 built with OpenWatcom1 FM/2 v3.16.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1377 r1421 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1377 r1421 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1377 r1421 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1377 r1421 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 5.0#@##1## 01/04/2009 03:15:00 PIPPIN1::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.16.0#@##1## 05/10/2009 03:16:00 PIPPIN1::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/warpin/makefile
r1310 r1421 25 25 26 26 !ifndef FM2_VER # if defined on wmake command, use it 27 FM2_VER=-3-1 5-0 # default value27 FM2_VER=-3-16-0 # default value 28 28 !ifdef %FM2_VER # if defined via env. var. 29 29 FM2_VER=$(%FM2_VER) # use the env. var.
Note:
See TracChangeset
for help on using the changeset viewer.