Changeset 461
- Timestamp:
- Aug 24, 2006, 7:15:20 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r435 r461 1 1 New stuff's at the top. This list is not necessarily complete. 2 3 3.05beta01 4 o Integrate John Small's switch list title logic 5 o More great bitmaps from David 6 o Avoid cascading messages when collector file list is a binary file 7 o Rework some error messages 8 o Add unlock.exe to commands template 2 9 3 10 3.04 -
trunk/dll/fm3dll.def
r431 r461 1 1 ; $Id$ 2 2 LIBRARY FM3DLL INITINSTANCE TERMINSTANCE 3 DESCRIPTION '@#SLAInc:3.0 4#@##1## 08/13/2006 03:04:00 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2006 Steven Levine and Associates, Inc.'3 DESCRIPTION '@#SLAInc:3.05beta01#@##1## 08/23/2006 03:05:00 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2006 Steven Levine and Associates, Inc.' 4 4 EXETYPE OS2 5 5 PROTMODE -
trunk/dll/version.h
r433 r461 33 33 13 Jul 06 SHL v3.04pre12: Rework error logic to report rather than beeping 34 34 12 Aug 06 SHL v3.04: Release 35 23 Aug 06 SHL v3.05beta01: Release 35 36 36 37 ***********************************************************************/ 37 38 38 39 #define VERMAJOR 3 39 #define VERMINOR 0 440 #define VERMINOR 05 40 41 // Ensure VERREALMINOR nul for non-beta releases 41 #define VERREALMINOR ""42 // #define VERREALMINOR " " __DATE__ " " __TIME__ // SHL 42 // #define VERREALMINOR "" 43 #define VERREALMINOR "beta01 " __DATE__ " " __TIME__ 43 44 44 45 #define APPNAME "FM2" -
trunk/file_id.diz
r431 r461 1 FM/2 v3.0 41 FM/2 v3.05beta01 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/ disk/archive/etc. … … 35 35 License agreement is in README along 36 36 with easy installation instructions. 37 38 $Id$ -
trunk/fm3.def
r431 r461 2 2 NAME FM3 WINDOWAPI 3 3 NEWFILES 4 DESCRIPTION '@#SLAInc:3.0 4#@##1## 08/13/2006 03:04:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2006 Steven Levine and Associates, Inc.'4 DESCRIPTION '@#SLAInc:3.05beta01#@##1## 08/23/2006 03:05:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2006 Steven Levine and Associates, Inc.' 5 5 PROTMODE 6 6 STACKSIZE 655360 -
trunk/fm4.def
r431 r461 2 2 NAME FM4 WINDOWAPI 3 3 NEWFILES 4 DESCRIPTION '@#SLAInc:3.0 4#@##1## 08/13/2006 03:04:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'4 DESCRIPTION '@#SLAInc:3.05beta01#@##1## 08/23/2006 03:05:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.' 5 5 PROTMODE 6 6 STACKSIZE 655360
Note:
See TracChangeset
for help on using the changeset viewer.