Changeset 564
- Timestamp:
 - Mar 15, 2007, 6:23:46 AM (19 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 10 edited
 
- 
          
  HISTORY (modified) (2 diffs)
 - 
          
  av2.def (modified) (1 diff)
 - 
          
  dll/eas.c (modified) (2 diffs)
 - 
          
  dll/fm3dll.def (modified) (1 diff)
 - 
          
  dll/fm3res.def (modified) (1 diff)
 - 
          
  dll/version.h (modified) (2 diffs)
 - 
          
  eas.def (modified) (1 diff)
 - 
          
  file_id.diz (modified) (1 diff)
 - 
          
  fm3.def (modified) (1 diff)
 - 
          
  fm4.def (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/HISTORY
r562 r564 1 1 New stuff's at the top. This list is not necessarily complete. 2 3.05 beta 8 2 3 3.05 beta08 3 4 o Add SelectDriveIcon function (Gregg) 4 5 o New drive flags - ramdisk, virtual drive & no drive stats (Gregg) 5 6 o New icons for ramdisk, virtual drives & directories (David) 6 o Prevent FM2 from saving a directory from a no prescan driveon close (Steven)7 o Avoid saving directory settings for no prescan drives on close (Steven) 7 8 o Restore Make directory menu item to drive container context menu (Gregg) 8 9 o Add read only NTFS file support (requires NTFS.ifs) (Gregg) … … 13 14 o Source code cleanup (Gregg) 14 15 o Icons update appropriately with drive flag changes (Steven) 15 o Fixed hang when viewing a file from an archive caused by a viewer as child + archiver activity visible settings. (Steven) 16 o Avoid restoring directory windows for no prescan drives (Steven) 17 o Avoid hangs when viewing zip content and running viewer as child 18 19 3.05beta08 (pending) 20 o Honor NOPRESCAN flags for drives left open on exit 21 o Refresh tree container drive icon after prescan enable 16 22 17 23 3.05beta07  - 
      
trunk/av2.def
r431 r564 2 2 NAME AV2 WINDOWAPI 3 3 NEWFILES 4 DESCRIPTION '@#SLAInc:3.0 4#@##1## 08/13/2006 03:04:00 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2006Steven Levine and Associates, Inc.'4 DESCRIPTION '@#SLAInc:3.05.beta08#@##1## 03/14/2007 03:05:08 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 5 5 PROTMODE 6 6 STACKSIZE 488416  - 
      
trunk/dll/eas.c
r551 r564 309 309 break; 310 310 } 311 eap = xmalloc (sizeof(EAPROCDATA), pszSrcFile, __LINE__);311 eap = xmallocz(sizeof(EAPROCDATA), pszSrcFile, __LINE__); 312 312 if (!eap) { 313 313 WinDismissDlg(hwnd, 0); … … 316 316 hptrIcon = WinLoadPointer(HWND_DESKTOP, FM3ModHandle, EA_FRAME); 317 317 WinDefDlgProc(hwnd, WM_SETICON, MPFROMLONG(hptrIcon), MPVOID); 318 memset(eap, 0, sizeof(EAPROCDATA));319 318 eap->size = sizeof(EAPROCDATA); 320 319 eap->list = (CHAR **) mp2;  - 
      
trunk/dll/fm3dll.def
r559 r564 1 1 ; $Id$ 2 2 LIBRARY FM3DLL INITINSTANCE TERMINSTANCE 3 DESCRIPTION '@#SLAInc:3.05 beta07#@##1## 03/09/2007 03:05:07 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2006Steven Levine and Associates, Inc.'3 DESCRIPTION '@#SLAInc:3.05.beta08#@##1## 03/14/2007 03:05:07 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.' 4 4 EXETYPE OS2 5 5 PROTMODE  - 
      
trunk/dll/fm3res.def
r549 r564 1 1 ; $Id$ 2 2 LIBRARY FM3RES 3 DESCRIPTION '@#SLAInc:3.05 beta07#@##1## 02/03/2007 03:05:07SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'3 DESCRIPTION '@#SLAInc:3.05.beta08#@##1## 03/14/2007 03:05:08 SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.' 4 4 EXETYPE OS2 5 5 PROTMODE  - 
      
trunk/dll/version.h
r559 r564 40 40 06 Nov 06 SHL v3.05beta06: Release 41 41 03 Feb 07 SHL v3.05beta07: Release 42 14 Mar 07 SHL v3.05beta08: Release 42 43 43 44 ***********************************************************************/ … … 47 48 // Ensure VERREALMINOR nul for non-beta releases 48 49 // #define VERREALMINOR "" 49 #define VERREALMINOR "beta08 " __DATE__ " " __TIME__50 #define VERREALMINOR "beta08" __DATE__ " " __TIME__ 50 51 51 52 #define APPNAME "FM2"  - 
      
trunk/eas.def
r431 r564 2 2 NAME EAS WINDOWAPI 3 3 NEWFILES 4 DESCRIPTION '@#SLAInc:3.0 4#@##1## 08/13/2006 03:04:00 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 by M. Kimes Copyright (c) 2005, 2006Steven Levine and Associates, Inc.'4 DESCRIPTION '@#SLAInc:3.05.beta08#@##1## 03/14/2007 03:05:08 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 by M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 5 5 PROTMODE 6 6 STACKSIZE 0x50000  - 
      
trunk/file_id.diz
r549 r564 1 FM/2 v3.05beta0 71 FM/2 v3.05beta08 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/ disk/archive/etc.  - 
      
trunk/fm3.def
r549 r564 2 2 NAME FM3 WINDOWAPI 3 3 NEWFILES 4 DESCRIPTION '@#SLAInc:3.05 beta07#@##1## 02/03/2007 03:05:07SLAMain::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.05.beta08#@##1## 03/14/2007 03:05:08 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  - 
      
trunk/fm4.def
r549 r564 2 2 NAME FM4 WINDOWAPI 3 3 NEWFILES 4 DESCRIPTION '@#SLAInc:3.05 beta07#@##1## 02/03/2007 03:05:07SLAMain::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.05.beta08#@##1## 03/14/2007 03:05:08 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.
  