home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / UTILITY / PE / HISTORY next >
Encoding:
Text File  |  1996-10-17  |  2.4 KB  |  50 lines

  1. New in version 1.1:
  2.  
  3. - Incomplete path/file names are now converted to full names
  4. - The Ctrl-X R feature left a temporary file behind. Fixed.
  5. - Changed the way PalEdit waits for keystrokes so that there is less
  6.   flicker when QUICK/LX is used and when the keyboard annunciators
  7.   are displayed.
  8. - The new option "Flashes" in the [Display] section of PE.CFG specifies
  9.   how many times the area around the cursor should flash when the
  10.   cursor jumps to a new place (e.g. when searching)
  11. - Added Ctrl-X M to paste the current macro into the current file. This
  12.   allows to create a macro with Ctrl-X ( and Ctrl-X ) and then save it
  13.   to PE.CFG for later use.
  14. - If the special code "#ffff" is found in a macro, it is not
  15.   interpreted as a scan code, but it tells PalEdit that the next code
  16.   is a scan code to be stuffed into the keyboard buffer instead of a
  17.   scan code to be interpreted by PalEdit. This lets you, for example,
  18.   execute a QUICK/LX macro from PalEdit. For example, if you have a
  19.   QUICK/LX macro such as "2²1QUICK/LX" (enter "QUICK/LX" when Ctrl-Q 1
  20.   is pressed) and add the macro "#3c00 = #ffff#1011#ffff#0231" to
  21.   PE.CFG, F2 will stuff the scan codes 1101 (Ctrl-Q) and 0231 ('1').
  22.   This will cause QUICK/LX to write "QUICK/LX".
  23. - Shift-Ctrl-Fn-Home and Shift-Ctrl-Fn-End now also work to select
  24.   text.  
  25. - Save As now uses the same dialog as Open. This allows the use of the
  26.   TAB key etc.
  27. - PalEdit now asks "Do you really want..." questions. Add "Clog=0" to
  28.   the [File] section of PE.CFG if you don't want this.
  29. - PalEdit now supports sending and receiving email using WWW/LX.
  30. - If you just press ENTER in the file dialog box (e.g. no file
  31.   specified) and there is a "Chooser=<program>" line in the [File]
  32.   section of PE.CFG, the program <program> is launched. When control is
  33.   returned to PalEdit, it expects a file name in the file C:\FILE.LST
  34.   and will attempt to open that file.
  35. - Added Alt-M as an additional "menu" key.
  36.   
  37. New in version 1.1a:
  38.  
  39. - Automatically adapts to VGA mode (using INT5F.COM by Harry Konstas)
  40. - Now works under DesqView too
  41. - Under System Manager, it identifies itself as PE1.1a/SM
  42. - Temporary files can now be placed in a predefined directory
  43.   ("Temporary=<dir> in the [File] section of PE.CFG)
  44.  
  45. New in version 1.1b:
  46.  
  47. - When there is an error when writing a file (usually: no space left),
  48.   PE no longer goes into a loop saying there is a write error.
  49.  
  50.