Changeset 1807


Ignore:
Timestamp:
May 25, 2015, 8:05:03 PM (10 years ago)
Author:
Gregg Young
Message:

Version update to .def file etc for version 3.23

Location:
trunk
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r1777 r1807  
    11New stuff at the top.  This list is not necessarily complete.
    22
    3 3.23 (beta)
     33.23
    44 o Rework FM/2 Lite Config menu.  Add drag&drop dialog toggle. (Steven)
    55 o Rework FM/2 Lite Config menu.  Add confirm delete toggle. (Steven)
    66 o Correct View, Sort and Filter button initialization. (Steven)
    77 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)
    832
    9333.22
  • trunk/README

    r1774 r1807  
    55 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
    66
     7FM/2 3.23 provides several enhancements. Implemented creation of a JAVA executable
     8object from a jar file. Select a jar file and "Real object" from the "Create
     9object" sub-menu. You will be prompted to select the JAVA exe you wish to use.
     10Your choice will be recorded for use in the future. You will then be prompted
     11to select an icon for the object. Once the object is created you will be prompted
     12to restart the desktop. I highly recommend you do so. If you don't the object icon
     13will be lost if you open the object in settings view. Additionally, I have
     14experienced WPS hangs forcing a reboot when accessing the desktop or trashcan
     15context menu following the icon loss described above. I have not had any problem
     16if I restarted the desktop. We have added menu toggles for confirm delete and the
     17drag & drop dialog options. Newview now handles selecting and utilizing email
     18addresses and urls much better and more completely (https is supported) than
     19in previous versions. The EA editor now checks for EAs marked as critical and
     20report this to the user.
     21
     22We have also fixed multiple defects including eliminating redundant error messages
     23from unlock and read only checking code and now only trying to unlock exes or dlls.
     24Fixed a string handling problem with the extract directory and a trap that sometimes
     25occurred when closing or starting a rescan while scanning was in progress. Limited
     26auto open of help to the first time the quick settings configuration page is open
     27each session. Finally we stopped using FM2Play to open multimedia files. The
     28problem was caused by the fact that mmioMP3 would report it could handle most
     29any thing (exes for example). This lead to FM2Play trying to play them. I have
     30fixed and updated mmioMP3 and it should be available on Hobbes by the time you
     31read this. See the history file for more details. Please let us know if you find
     32a defect.
    733
    834FM/2 3.22 provides enhancements to compare directories, seek and scan and the
  • trunk/av2.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 488416
  • trunk/databar.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99#option stack = 65536 # 14 Dec 08 SHL
  • trunk/dirsize.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 0x50000
  • trunk/dll/copyright.h

    r1774 r1807  
    88 */
    99
    10 #define COPYRIGHT_YEAR "2014"
     10#define COPYRIGHT_YEAR "2015"
    1111
    1212#define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \
  • trunk/dll/dircnrs.c

    r1803 r1807  
    38013801          Win_Error(hwndClient, hwndClient, pszSrcFile, __LINE__,
    38023802                    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);
    38053807          hwndFrame = (HWND) 0;
    38063808        }
  • trunk/dll/fm3dll.def

    r1774 r1807  
    99# 10 Dec 08 SHL Ticket 26: Add excepiton handler support
    1010
    11 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     11option 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'
    1212segment class 'DATA' readwrite loadoncall nonshared
    1313segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r1774 r1807  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/version.h

    r1774 r1807  
    4848
    4949#define VERMAJOR       3
    50 #define VERMINOR       22
     50#define VERMINOR       23
    5151// Ensure VERREALMINOR nul for non-beta releases
    5252// #define VERREALMINOR   ""
  • trunk/eas.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 0x50000
  • trunk/file_id.diz

    r1774 r1807  
    1 FM/2 v3.22.0 built with OpenWatcom
     1FM/2 v3.23.0 built with OpenWatcom
    22An OS/2 Warp+ PM 32-bit
    33file/directory/disk/archive/etc.
  • trunk/fm3.def

    r1774 r1807  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 655360
  • trunk/fm4.def

    r1774 r1807  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 655360
  • trunk/global.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 388416
  • trunk/ini.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 0x60000
  • trunk/killproc.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 0x50000
  • trunk/sysinfo.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 0x50000
  • trunk/undel.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 0x50000
  • trunk/vcollect.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 655360
  • trunk/vdir.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 488416
  • trunk/viewinfs.def

    r1774 r1807  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 122840
  • trunk/vtree.def

    r1774 r1807  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.22.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, 2014 Steven Levine and Associates, Inc. All rights reserved'
     7option 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'
    88
    99option stack = 488416
  • trunk/warpin/makefile

    r1727 r1807  
    2727
    2828!ifndef FM2_VER                  # if defined on wmake command, use it
    29 FM2_VER=-3-22-0                  # default value
     29FM2_VER=-3-23-0                  # default value
    3030!ifdef %FM2_VER                  # if defined via env. var.
    3131FM2_VER=$(%FM2_VER)              #     use the env. var.
Note: See TracChangeset for help on using the changeset viewer.