home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_ra / radu_110.arj / WHATSNEW.110 < prev   
Text File  |  1991-11-21  |  4KB  |  124 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                              What's new in RADU v1.10
  9.  
  10.           ! -> Fixed bugs
  11.           * -> Changed
  12.           + -> Added
  13.           - -> Removed
  14.  
  15.  
  16.           !    Fixed bug in the splitscreen ANSI chatmode (wordwrap)
  17.  
  18.           !    Fixed a bug with the refresh after the chatmode (colors)
  19.  
  20.           !    Fixed some small filesharing bugs
  21.  
  22.           *    Added  support  for  other   pagetunes  for  DorPage,  and
  23.                ability for the user to abort the page.
  24.                DorPage()  does  not make  any  sound  when ScrollLock  is
  25.                active.
  26.  
  27.           +    Added some filetypes
  28.  
  29.           *    Changed  the Exec  procedure to  support the  following RA
  30.                alike codes in the CmdLine parameter:
  31.  
  32.                     *B = User's baudrate (0=local)
  33.                     *F = User's first name
  34.                     *G = Ansi, 0=nope, 1=yep
  35.                     *L = User's last name
  36.                     *N = Node number
  37.                     *P = Port number (0=local)
  38.                     *R = User's record number in USERS.BBS
  39.                     *T = Time limit for current call
  40.  
  41.           !    Fixed a bug in "DorRefresh" procedure.
  42.  
  43.           *    Changed all structures for RA v1.10 compatibility
  44.  
  45.           +    Added  a global variable  "Language" which stores an entry
  46.                from LANGUAGE.RA for the requested language.
  47.  
  48.           +    Added  Multi-langual support.  Added approx  500 constants
  49.                for  each entry in  a .RAL  file. Use  "RalGet" to  get an
  50.                entry.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.           +    Added the following RA-alike textfile codes:
  58.  
  59.                     ^A   Wait for Enter.
  60.  
  61.                     ^F<  Current date format
  62.                     ^F=  Message forwarding (ON/OFF)
  63.                     ^F>  Forward to (or nobody)
  64.                     ^F?  User's current file ratio (number)
  65.                     ^F@  User's current file ratio (kb)
  66.                     ^F[  KB download limit remaining today
  67.                     ^F\  Name of selected language
  68.                     ^F]  User's comment field
  69.  
  70.  
  71.                     ^K[  Change color.
  72.                     ^K\  ClrEol
  73.                     ^K]  Display entry from .RAL file.
  74.                     ^K1  Current msg area number
  75.                     ^K2  Current file area number
  76.  
  77.           *    "RaYell"  now  uses  the  correct  page-schedule  for  the
  78.                current day.
  79.  
  80.           -    Removed  the constants  "DayNames" and  "MonthNames".  Use
  81.                "RalGet" instead.
  82.  
  83.           *    Changed "RaFormatDate"  funtion to support different  date
  84.                formats:
  85.  
  86.                Function  RaFormatDate (D : Date;Format : Byte) : String;
  87.  
  88.                Format:   0    -    Format the user wants (ExitInfo)
  89.                          1    -    DD-MM-YY
  90.                          2    -    MM-DD-YY
  91.                          3    -    YY-MM-DD
  92.                          4    -    DD-Mmm-YY
  93.  
  94.           *    Changed  the   constants  "ChatStr"  and  "ChatEndStr"  to
  95.                variables. These vars  are initialised  by "DorInit"  with
  96.                info from the .RAL file.
  97.  
  98.           *    "DateStr"  now always  returns the  date in  the following
  99.                form: MM-DD-YY. Use "RaFormatDate" to change the form.
  100.  
  101.           *    All texts within RADU is read from the correct .RAL file.
  102.  
  103.           *    "DorSendMessage" now  uses "DorLineEdit" when entering the
  104.                text to send.
  105.  
  106.           *    "DorDisplay" now  also  looks  in  the  language  specific
  107.                directory. New order:
  108.  
  109.                     Language.TxtFiles+Name+'A*'
  110.                     DorPath+Name+'A*'
  111.                     Name+'A*'
  112.                     RaConfig.TextPath+Name+'A*'
  113.                     Name
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.           !    Fixed small bug in search-order of DorDisplay.
  121.  
  122.           *    Changed the  internal chatter.  When pressing SHIFT  while
  123.                invoking  the chatmode,  "DorChat"  will always  enter the
  124.                normal chatmode (non-splitscreen).