Changeset 1094 for trunk/dll


Ignore:
Timestamp:
Jul 22, 2008, 3:15:41 AM (17 years ago)
Author:
Gregg Young
Message:

Updated .def files, readme, history etc for 3.12 release

Location:
trunk/dll
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r1078 r1094  
    66# 18 Jul 08 SHL Add Runtime_Error
    77
    8 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
     8option description '@#SLAInc:3.12#@##1## 07/21/2008 03:12:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
    99segment class 'DATA' readwrite loadoncall nonshared
    1010segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r1057 r1094  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00      GKYBuild::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.12#@##1## 07/21/2008 03:12:00      GKYBuild::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/internal/makefile

    r1054 r1094  
    5050   @%write $^@ option map
    5151   @%write $^@ name $(BASE)
    52    @%write $^@ op desc '@$#SLAInc:3.11$#@$#$#1$#$# 07/08/2007 03:11:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
     52   @%write $^@ op desc '@$#SLAInc:3.12$#@$#$#1$#$# 07/21/2008 03:12:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
    5353   @%write $^@ file $(BASE).obj
    5454   @%write $^@ library os2386.lib
  • trunk/dll/ipf/context.ipf

    r1041 r1094  
    314314:artwork runin name='\bitmaps\file.bmp'.
    315315:p.
    316 The save lists submenu allows you to save lists to the clipboard or a file
     316The save lists to clipboard/file submenu allows you to save lists to the clipboard or a file
    317317:p.
    318318:artwork name='..\..\bitmaps\saveclip.bmp' align=center.
     
    322322selections of files to other programs; for instance, you might copy a
    323323list of files to the clipboard and feed it to a terminal program to send
    324 the files over a modem or network.
     324the files over a modem or network. You can save/append the full path names or
     325just the filenames.
    325326:artwork runin name='\bitmaps\file.bmp'. :artwork runin name='\bitmaps\fldr.bmp'. :artwork runin name='\bitmaps\drive.bmp'.
    326327:p.
  • trunk/dll/ipf/keys.ipf

    r1081 r1094  
    104104:pd.Deselect all
    105105:pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default.
    106 :pd.Append to clipboard
     106:pd.Append full path(s) to clipboard
    107107:pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default.
    108 :pd.Save to clipboard
     108:pd.Save full path(s) to clipboard
     109:pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default.
     110:pd.Append filename(s) to clipboard
     111:pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default.
     112:pd.Save filename(s) to clipboard
    109113:pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.}:color fc=default bc=default.
    110114:pd.Deselect clipboard
     
    174178:pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.v:color fc=default bc=default.
    175179:pd.View
     180:pt.:color fc=default bc=palegray.F6:color fc=default bc=default.
     181:pd.Open default
     182:pt.:color fc=default bc=palegray.F7:color fc=default bc=default.
     183:pd.Open settings
    176184:pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.w:color fc=default bc=default.
    177185:pd.Walk to new extract directory
     
    423431:pd.Invert selection
    424432:pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default.
    425 :pd.Append to clipboard
     433:pd.Append full path(s) to clipboard
    426434:pt.:color fc=default bc=palegray.Ctrl:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default.
    427 :pd.Save to clipboard
     435:pd.Save full path(s) to clipboard
     436:pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.{:color fc=default bc=default.
     437:pd.Append filename(s) to clipboard
     438:pt.:color fc=default bc=palegray.Alt:color fc=default bc=default. + :color fc=default bc=palegray.[:color fc=default bc=default.
     439:pd.Save filename(s) to clipboard
    428440:pt.:color fc=default bc=palegray.F3:color fc=default bc=default.
    429441:pd.Close window
  • trunk/dll/version.h

    r1057 r1094  
    5050  02 Mar 08 GKY v3.10 Release
    5151  06 Jul 08 GKY v3.11 Release
     52  21 Jul 08 GKY v3.12
    5253
    5354***********************************************************************/
    5455
    5556#define VERMAJOR       3
    56 #define VERMINOR       11
     57#define VERMINOR       12
    5758// Ensure VERREALMINOR nul for non-beta releases
    5859// #define VERREALMINOR   ""
Note: See TracChangeset for help on using the changeset viewer.