Changeset 994 for trunk/dll


Ignore:
Timestamp:
Mar 2, 2008, 9:17:49 PM (18 years ago)
Author:
Gregg Young
Message:

Updated documentation and def/etc files for 3.10 release

Location:
trunk/dll
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r915 r994  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.09#@##1## 01/10/2008 03:09:00      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.10#@##1## 03/02/2008 03:10:00      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
    88segment class 'DATA' readwrite loadoncall nonshared
    99segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r915 r994  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.09#@##1## 01/10/2008 03:09:00      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.10#@##1## 03/02/2008 03:10:00      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/ipf/config.ipf

    r416 r994  
    1818:p.
    1919The :link reftype=hd res=94600.Settings notebook:elink. is accessed from
    20 this menu.
     20this menu. You can use the submenu to access the specific page you want
     21otherwise it opens to the last page you accessed.
    2122:p.
    2223The :link reftype=hd res=100065.Set Target directory:elink. is the next menu
  • trunk/dll/ipf/notebook.ipf

    r911 r994  
    681681reftype=hd res=100065.Target directory:elink.:ehp6. (if one is set, of
    682682course; otherwise, you're prompted anyway).
    683 
     683:p.
     684The :hp6.Set command line length:ehp6. spin button allow you to limit the
     685number of characters you can place in a "command" that will ultimately be
     686passed to your command shell. This setting is internal to FM/2 and does not
     687effect the actual limit of your command shell. The minimum is 299 which is
     688the CMD.EXE limit. The Default is 1023 which is the unexpanded limit for
     6894OS2.EXE. We believe that some UNIX based shells (eg BASH) have much
     690higher limits so the maximum is 32K. (The 1023 was also the hard
     691coded limit in many place in FM/2).
    684692
    685693:h3 res=99960 name=PANEL_SCANPAGE.Scanning page
  • trunk/dll/version.h

    r915 r994  
    5252
    5353#define VERMAJOR       3
    54 #define VERMINOR       9
     54#define VERMINOR       10
    5555// Ensure VERREALMINOR nul for non-beta releases
    5656// #define VERREALMINOR   ""
Note: See TracChangeset for help on using the changeset viewer.