home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / wp_dtp / leggi2v1.lha / Changes.doc next >
Text File  |  1992-12-04  |  2KB  |  63 lines

  1. 37.17
  2.  
  3. - Moved the documentation to Texinfo.
  4.  
  5. - Command names and templates are now lower case, both in the documentation
  6. and in the program (ARexx is case insensitive anyway).
  7.  
  8. - Added documentation for the About, Close, NOP, WindowToFront,
  9. WindowToBack, RequestResponse, RequestNotify, RequestFile, LoadSettings,
  10. SaveSettings and SaveSettingsAs ARexx commands.
  11.  
  12. - Finally fixed a tremendous bug due to a bug of ReadArgs() under 3.0: if
  13. you supply your own buffer, you have to refresh the buffer pointer and size
  14. at each ReadArgs() call.
  15.  
  16. - Now Leggi uses the 3.0 SetWindowPointer() BusyPointer and PointerDelay
  17. features.
  18.  
  19. 37.16
  20.  
  21. - Added support for 3.0 new menu look.
  22.  
  23. 37.15
  24.  
  25. - Fixed a bug that could cause crashes if a window was used as an AppWindow
  26. as soon as created.
  27.  
  28. - Finally rewritten the (dumb, dumb, dumb!) file name handling code. Now
  29. Leggi will always expand fully the pathnames in the file requester, thus
  30. avoiding several annoying side-effects (like selecting an existing file and
  31. having Leggi refusing to load it). Note that now each window has as current
  32. directory the directory the main program was started from, but since the
  33. complete pathname is preserved and expanded in the file system, this should
  34. cause no problems.
  35.  
  36. - A new switch WAIT has been added to LG and to the ARexx commands NEW and
  37. OPEN. As you're expecting, it locks the CLI LG was started from (or the
  38. ARexx macro contaning the command) until the window opened by LG is closed.
  39. This is a most useful thing with UUCP, DirOpus, etc.
  40.  
  41. 37.10
  42.  
  43. - Fixed the GETNAME command the Line Numbers are on (used to pass the line
  44. numbers).
  45.  
  46. - Fixed software failure when calling FIND as an ARexx command with an
  47. argument.
  48.  
  49. - Now if you move the mouse after having pressed the left button, the
  50. scrolling direction changes accordingly.
  51.  
  52. - LeggiPrefs is font-sensitive.
  53.  
  54. - Introduced the MOUSERIGHT/MOUSELEFT ARexx command and corresponding flags
  55. which allow to disable selectively the horizontal mouse scrolling. Users of
  56. previous releases with a configuration file will find the scrolling
  57. disabled: they have to set it using LeggiPrefs. However, the default
  58. configuration already has the flags enabled.
  59.  
  60. 37.9
  61.  
  62. First public release.
  63.