home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 12 / History.txt < prev    next >
Encoding:
Text File  |  1999-09-21  |  7.3 KB  |  113 lines

  1.                  Macro5 v2.40
  2.                  ------------
  3.  
  4. History :
  5. ---------
  6. + v1.00 : + first public release
  7. + v1.10 : + added the cycling through tasks
  8.           + changed the default values for the hotkeys
  9. + v1.11 : + excluded Macro5 from the cycle
  10. + v2.00 : + added 26 shortcuts for running app/doc, ClipLibrary and macros
  11.           + improve the hotkey setting interface
  12.           + removed the blinking when cycling through tasks
  13.           + moved the init file from \System\Data to \Data\SwichTask\Data
  14.           + official UID from Psion
  15. + v2.10 : + added the Ctrl+Shift hotkey
  16.           + added the option of not displaying the shorcuts panel
  17.           + added the possibility to disable each hotkey
  18.           + set Thread& automatically at the start of a macro, removed SetCurrent
  19.           + FgApp now runs documents as well as app and opo.
  20.           + added the functions TaskUid, TaskApp, TaskDoc KeyString and KeyMod
  21.           + removed some variables and put them as constants in Macro.oph
  22.           + rewrote all the macros, added the macro Startup
  23.           + added the handling of Caps Lock in the hotkey setting
  24.           + few bugs corrected
  25. + v2.15 : + added the option to run a macro at startup
  26.           + added the option to set backlight "on" when external power is connected
  27.           + added the variable Home$ and the functions FgMacro, ClipLen&, ClipRead and ClipWrite
  28.           + added the declaration of the macro functions in Macro.oph
  29.           + hotkeys, shortcuts and ctrl+shifts callings are not sensitive to Caps Lock anymore
  30.           + SendKeyCode now works when Nb% > 1
  31.           + fixed a problem with KeyMod ; letters are now in lowercases in KeyString
  32. + v2.20 : + added the backward cycling
  33.           + added the Shortcuts Panel zooming
  34.           + added the Record Macro facility
  35.           + the format of %%date%% and %%time%% is now fully configurable
  36.           + added the functions FgSound, BgSound and Beep
  37.           + removed FgMacro : a macro cannot run an other macro because they've got the same name
  38.           + adapted the display to the Geofox One
  39.           + fixed a problem with Copy$ that could return nothing even when a text was selected
  40. + v2.25 : + the task cycling bar now includes the application icons
  41.           + added the option to run a macro at switch on
  42.           + moved Macro5.ini to \System\Apps\Macro5
  43.           + added the possibility to change the path of the macros folder, removed Home$, added Macro$
  44.           + added commands OPLCreate, OPLWrite and OPLClose.
  45.           + new macros RunExtras and NoLightOff included, macro Startup updated
  46.           + fixed bug with %%date dn%% and %%date DN%
  47.           + fixed bug with TaskApp$ returning too many characters
  48. + v2.28 : + new commmands to emulate the pen : SendPenClick, SendPenUp, SendPenDown and SendPenDrag
  49.           + new much more easy to use SendKey command
  50.           + rewrote the 'Record macro' facility to use the new command SendKey
  51.           + added the option 'Only once a day' in the 'Run macro at switch on' facility
  52.           + enhanced the handling of *.hlp files and documents created by OPL applications
  53.           + added the macro Pen that emulates the stylus with the keyboard
  54. + v2.30 : + renamed SwitchTask to Macro5
  55.           + added 3 panels of 27 shortcuts
  56.           + added 8 user defined hotkeys
  57.           + added the possibility for hotkeys to be silkscreen keys
  58.           + by popular request made all windows pen sensitive
  59.           + improved the handling of asynchroneous sounds in BgSound
  60.           + added the functions CopyWord$, SendString, GetThread&, GetApp$, CloseApp% and KillApp%
  61.           + rewrote all the macros, added the macros BatStat and BatStatLow
  62. + v2.31 : + removed the restriction on the name of the main proc in macros
  63.           + added the function FgMacro:(Mac$)
  64.           + added the macro RunMacro
  65.           + fixed the bug that skipped the running of macros at switch on when the main power was present
  66. + v2.32 : + added the option for Macro5 to keep running during the backups
  67. + v2.35 : + added 2 new types of shortcuts : Folder and Keystroke
  68.           + added the recording and replay of pen strokes
  69.           + added an online help
  70.           + put all the macro libary in Macro5.mcx for sharing with other applications
  71.           + updated SwtchTsk.opx v1.00 to Macro5.opx v2.00
  72.           + improved the handling of icons that now works with any language
  73.           + rewrote pen.opo
  74. + v2.37 : + the shortcuts of the type 'Folder' now really switch to the shell in the assigned folder
  75.           + added the support of Escript macros
  76.           + added the option 'Start in background'
  77.           + added the commands SendRscMenu, SendRscButton and SendRscList
  78.           + added the function ClipType&
  79.           + added the commands Log, ViewLog and ClearLog
  80.           + the functions FgApp%, BgApp%, FgDoc% and UseDoc% now return -1 when an error occurs
  81.           + new macro RscMenuCode
  82.           + rewrote the macros LinkOn, LinkOff and Battery with the new SendRsc commands
  83.           + fixed the bug concerning the handling of applications having an UID < &10000000
  84.           + fixed the bug preventing the recording of the menu and arrow keys
  85. + v2.40 : + made easy the adding of new GUIs - added graphic panels
  86.           + by popular request increased to 16 the number of user hotkeys
  87.           + added a hotkey to switch back to Macro5 itself
  88.           + the panel hotkeys are now active when the shortcut panels are displayed
  89.           + when displaying a shortcut panel, the key 'Menu' switches back to Macro5
  90.           + added the option to use Play, Stop, Record, Off, Backlight, Help, Dial, Contrast+ and Contrast- as hotkeys
  91.           + renamed the application buttons from Word, Sheet, Data, ... to App1, App2, App3, ...
  92.           + added the tags %%country%% and %%city%% in the ClipText feature
  93.           + added the functions CurrentFolder$ and CurrentFile$ to allow contextual macros
  94.           + added the functions ClipReadBmp, ClipWriteBmp and ClipClear
  95.           + added the function CopyScreen
  96.           + added the function SetDictaphoneLed
  97.           + documented the function LibVersion%
  98.           + enhanced the function FgApp% to make it handle EXE
  99.           + made the error reporting much more explicit
  100.           + improved the thread handler to make it work with applications like Allegro, Calligrapher or CapsView
  101.           + rewrote the macro recording procedure so it never looses the focus
  102.           + removed the blinking message "Shortcut ?" when prompting for a shortcut
  103.           + gave access to the event handler
  104.           + made SendRscButton handle the key alone buttons as well as the ctrl+key buttons
  105.           + rewrote and optimized some parts of the code (added 50 new C++ functions)
  106.           + Macro5.ini is now always located on C:
  107.           + made some cosmetic changes to comply with the Epoc Style Guide
  108.           + fixed a bug concerning the handling of the Dutch and Belgian S5 and the Geofox ressource files
  109.           + fixed a bug concerning the handling of PowerBase files
  110.           + updated the macros Pen, RscMenuCode, RunExtras, Battery, LinkOn and LinkOff
  111.           + added a macro to display the Extras-bar for those who use the Extras-bar key as a hotkey
  112.           + added icons to all the macros
  113.