home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cons-010.zip / Console / doc / whatsnew.txt < prev   
Text File  |  1997-10-02  |  4KB  |  77 lines

  1.                           -------------------------
  2.                            lxLite revision history
  3.                           -------------------------
  4.  
  5.  [;] Comment
  6.  [*] Modified
  7.  [+] Added feature
  8.  [-] Removed feature
  9.  [!] Bug fix
  10.  
  11.  0.1.0
  12.  ----- 02-Oct-97 first release
  13.   [;]  I`ve waited for comments on version 0.0.9 for some time and now
  14.        here is the first release. Not many changes comparing to 0.0.9, anyway.
  15.   [;]  WARNING: I`ve compiled online manual (CONSOLE.INF) in the 866`th
  16.        codepage (russian) since the book contains a chapter in Russian.
  17.        If you`re unable to read the book on a system with a different
  18.        codepage (say 437,850) please mail me -- I`ll look for workarounds :-(
  19.        In the meantime, you can recompile the book with src/doc/prep.cmd
  20.        replacing "-D:7 -C:866" with "-D:1 -C:437" or whatever is appropiate.
  21.   [!]  Now -p#,#,#,# properly resizes the window when session is minimized.
  22.   [!]  If you didn`t set default console position and font size (with
  23.        Shift+Mouse drag/with FontSize dialog), Console will not set them
  24.        to 0 first time it is run.
  25.   [!]  Now Console is multitask-safe, i.e. running multiple copies at once
  26.        will work as expected (however, since there is a need to serialize
  27.        OS2.INI access they will not run in parralel, but rather one after
  28.        other).
  29.  
  30.  0.0.9
  31.  ----- 01-Aug-97
  32.   [;]  public pre-release
  33.   [+]  Now Console can change the font of the window it was launched from.
  34.   [+]  New program - CWRP - used to process some PM events 'externally'
  35.        since not anything can be done from within a VIO process. However,
  36.        you shouldn`t run it manually since it was designed to be run
  37.        automatically when it is needed.
  38.   [+]  Most options now works both 'locally' (on the window Console runs from)
  39.        and externally (on the newly-created window).
  40.   [+]  New switch to set the console title -t"...".
  41.   [+]  New switch to make window border+title flash (-of{+|-}). Removed
  42.        duplicated switch "-of" (foreground session) you can achieve
  43.        the same result as -of+ with -ob-.
  44.   [+]  New switch to change window border size (-b{w,h})
  45.   [+]  When Console starts a new window with -s#,# option, it starts it
  46.        invisible, then resizes it, then shows it (if -ov- has not been
  47.        specified). This removes annoying flashes.
  48.  
  49.  0.0.3
  50.  ----- 11-Jul-97
  51.   [*]  Changed the utility name from wOpen to Console.
  52.   [*]  Most state change switches has moved under '-o' switch.
  53.   [*]  By default Console changes current window, to start a new session
  54.        use -on switch.
  55.   [*]  Now Console detects "font size..." entry in OS2.INI by three dots (...)
  56.        since has proven that its name is translated in different versions of
  57.        OS/2 (oh, shit...), but (I hope) they always contains those three dots.
  58.   [+]  Console autocomputes the size of newly-launched window, if you do not
  59.        specify it. So, if you run, say, Console -p0,0 -f8,8 -s10,10 *,
  60.        this will start a new session positioned at (0,0), and not "randomly"
  61.        positioned as before.
  62.   [!]  Now Console can start active sessions from inactive windows.
  63.   [+]  Added ability to change same session window from where it was run.
  64.        The following parameters can be changed: window cell size (analogous
  65.        to MODE command), window position (-pX,Y), window size (-p,,W,H),
  66.        window's maximized (-ox), minimized (-om), visible (-ov),
  67.        foreground (-of or -ob) states. The -ox- and -om- switches are
  68.        equivalent to [system menu]->[restore] entry.
  69.  
  70.  0.0.2
  71.  ----- 18-May-97
  72.   [;]  First public release
  73.  
  74.  0.0.1
  75.  ----- 10-May-97
  76.   [;]  First internal version
  77.