home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / text / pfe0602i.zip / CHANGES.TXT next >
Text File  |  1995-10-14  |  70KB  |  1,783 lines

  1.                          Programmer's File Editor
  2.                       History of Development Changes
  3.                       ------------------------------
  4.                       
  5. Not all the versions whose numbers appear in the list below have been released
  6. publicly
  7.  
  8. Items are flagged thus:
  9.  
  10.   [PFE32]  : item is specific to the 32-bit edition on all platforms
  11.   [WIN95]  : item is specific to the 32-bit edition under Windows 95
  12.   [NT]     : item is specific to the 32-bit edition under Windows NT
  13.                (all platforms)
  14.   [NT-IN]  : item is specific to the 32-bit edition under Windows NT
  15.                (Intel platforms)
  16.   [NT-PPC] : item is specific to the 32-bit edition under Windows NT
  17.                (PowerPC platforms)
  18.   [PFE16]  : item is specific to the 16-bit edition
  19.  
  20.  
  21. 0.06.002
  22. --------
  23.  
  24. Added Edit Text Reformat and Edit Text ReformatParagraph commands to reformat
  25. existing text to the current wrap margin
  26.  
  27. [NT] Many changes to handle long file names with embedded spaces when using the
  28. old style common dialogs. To overcome deficiencies in Windows when using the
  29. File Open and File View dialogs, by default only one file can now be opened at
  30. a time, in which mode all long file names are handled correctly. The Options
  31. Preferences "General Options" panel allows the dialogs to be set for multiple
  32. selection, at the cost of having long file names containing spaces appear as
  33. 8.3 names
  34.  
  35. Fixed bug causing the options list box in the Options Preferences dialog to
  36. cover the buttons below with some displays
  37.  
  38. Fixed bug which caused some sizes of some screen fonts to be remembered
  39. incorrectly between sessions
  40.  
  41. Fixed bug which caused some printer fonts to be remembered incorrectly between
  42. sessions
  43.  
  44. Fixed bug preventing the Options Key Mapping command being used from a mapped
  45. keyboard key
  46.  
  47. [PFE32] Print Setup now works correctly under Windows 95 and Win32s. The
  48. printing dialogs' appearances have changed slightly
  49.  
  50. [PFE32] Under Windows 95 and Windows NT with the new user-interface shell, all
  51. dialogs now have the correct new-style appearance with non-bold fonts
  52.  
  53. [PFE32] Under Windows 95 and Windows NT with the new user-interface shell, the
  54. Explorer dialogs are now used for all file open and save operations
  55.  
  56. [PFE32] General improvements to appearance under Windows 95 and the new-style
  57. Windows NT shell
  58.  
  59. The status bar now includes a sizing grip in the bottom right corner of the
  60. main window
  61.  
  62. Fixed bug restricting the wrap column specified in the Options Current Modes
  63. and Options Default Modes "Text Formatting" panel to 2 digits
  64.  
  65. Added command Execute Explorer to run the Windows 95 Explorer; this
  66. functionality is available in both the 16-bit and 32-bit editions when run on a
  67. system with the Windows 95 user interface
  68.  
  69. To follow Windows 95 practice, a right mouse click in the application workspace
  70. area now brings up a menu of common actions rather than directly opening a file
  71.  
  72. The printing system and the associated user interfaces have been extensively
  73. reworked to cure bugs, function reliably under Windows 95 and Win32s, and to
  74. operate more in line with other Windows applications:
  75.   - The common print dialogs are now used instead of custom ones
  76.   - Page margin selection and font selection are now handled by a new
  77.     File Page Setup command rather than from the File Print Setup
  78.     dialog
  79.   - Each session of PFE now uses the system default printer initially;
  80.     however page setup and font details are still recorded for each
  81.     printer used
  82.  
  83. [PFE32] Printing should now work reliably under Win32s
  84.  
  85. [WIN95] Printing should now work reliably under Windows 95
  86.  
  87. [NT] Fixed a bug preventing printing to some network devices whose descriptions
  88. contained spaces
  89.  
  90. Toolbar button clicks and status bar clicks are now recorded in keyboard macros
  91.  
  92. The capacity of a keyboard recording has been substantially increased
  93.  
  94. Execution of keyboard recordings can now be interrupted by pressing Escape
  95.  
  96. Fixed bug causing GPF when the clipboard viewer chain was changed by another
  97. application; most noticeable under Windows 95 when using the Font Browser from
  98. Control Panel
  99.  
  100. Added command line option '/p' to automatically print all files named on the
  101. command line and exit. Note that file names containing spaces need to be
  102. enclosed in quotes; a suitable command to associate with a file type would be
  103.          pfe32 /p "%1"
  104. or       pfe /p %1
  105.  
  106. Fixed various bugs causing GPFs when printing files whose pathnames contain
  107. long final component
  108.  
  109. Added File Print All command to print all open files in one operation
  110.  
  111. Added DDE commands FilePrint() and FilePrintAll()
  112.  
  113. [PFE32] Fixed bug causing the main window to be created slightly displaced from
  114. its last closing position if the taskbar was set to be always on top and not
  115. automatically hidden on Windows 95 and Windows NT with the new shell
  116.  
  117. [NT-PPC] 3D effects in dialogs are now supported
  118.  
  119. To avoid problems when distributing PFE as separate files on CDROM, the helper
  120. modules $pfedos.exe and $pfeds32.exe, which handle the Execute DOS Command To
  121. Window command, are now called pfedos.exe and pfedos32.exe respectively
  122.  
  123. [WIN95] The pfedos32.exe helper module has been redesigned to work around some
  124. Windows 95 bugs affecting communication between processes which can cause the
  125. display window, and in some cases the entire system, to lock up
  126.  
  127. Added DDE POKE items FileOpenEx and FileViewEx, which have the same
  128. functionality as the previous FileOpen and FileView items, but use a new data
  129. format supporting long file names containing spaces. New applications should
  130. use the new items in preference to the old ones.
  131.  
  132. Fixed bug causing some options in the Window Control panel of the Options
  133. Preferences dialog to be switched in effect
  134.  
  135. General release October 17 1995
  136.  
  137.  
  138. 0.06.001
  139. --------
  140.  
  141. Screen font options have been removed from the Options menu; the functionality
  142. is now in the Screen Font panel of the Options Preferences dialog. The mappable
  143. commands have been retained
  144.  
  145. Files opened from the MRU list on the file menu now normally open with the
  146. window at the same position in the MDI workspace, and the caret at the same
  147. position in the file, as when they were closed. Holding Shift down when the
  148. menu item is selected suppresses this action.
  149.  
  150. When a file is selected from the MRU list in the File menu, holding the Control
  151. key down as the menu item is selected will force it to be opened in read-only
  152. mode
  153.  
  154. Window and caret positioning data can optionally be used when files are opened
  155. from the various File Open dialogs, over a DDE link, or from the command line.
  156. The DDE commands FileOpen and FileView by default do not use saved position
  157. data to avoid disturbing other applications, but may change this with a new
  158. optional extra argument. A command line argument /w0 prohibits use of recorded
  159. positions for command line files, and /w1 forces use.
  160.  
  161. [PFE32] Fixed bug that would stop PFE coming to the foreground if control is
  162. passed from another instance
  163.  
  164. Added DDE command "ComeToForeground()" to restore PFE from iconic and make it
  165. the active foreground window
  166.  
  167. Fixed bug that did not make filenames given on the command line absolute if
  168. control was passed to another instance
  169.  
  170. If a window being printed contains a highlight, the default in the File
  171. Print dialog is now to print the selected text only, rather than the
  172. whole file
  173.  
  174. Many minor adjustments for compatibility with Windows 95
  175.  
  176. [WIN95] The Exit Windows dialog now works correctly
  177.  
  178. Icons redesigned to reflect the new split into 16-bit and 32-bit
  179. editions rather than Windows and Windows NT versions
  180.  
  181. [PFE32] Fixed bug cause the Execute dialogs to fail if the working
  182. directory path was specified as a relative name
  183.  
  184. Fixed bug causing the bitmap images in horizontal toolbar buttons to be
  185. only partially redrawn in some circumstances
  186.  
  187. Fixed bug whereby the mouse cursor shape would change to reflect the
  188. selection location of the child window with focus when the cursor was
  189. over any other window
  190.  
  191. Fixed bug where a delete of a text area, or an undo of a typing sequence,
  192. entirely contained in one line sometimes did not update the affected line
  193. in windows showing the same file
  194.  
  195. Fixed bug which left the Options Key Mapping dialog having no control with
  196. focus when one of the buttons was clicked
  197.  
  198. [General release 31 March 1995]
  199.  
  200. 0.05.008
  201. --------
  202.  
  203. Use 3D controls in dialogs; some dialogs have been amended slightly for
  204. artistic and practical reasons (3D effects are not available for PFE32
  205. running under Win32s in this release)
  206.  
  207. Major internal redesign of the text display system
  208.  
  209. Text windows now show a small margin to the left of the text to make mouse
  210. pointing easier
  211.  
  212. Fixed bug that led to underscore characters not being printed on some printer
  213. drivers
  214.  
  215. Added Options Preferences command to set all configurable items; editing the
  216. ini file is no longer necessary and is discouraged
  217.  
  218. The formats and names of the [fileopen-filters], [help-files] and [managers]
  219. sections of the ini file have changed, and values set by versions prior to
  220. 0.05.008 will not be processed. To set new values, use the Options Preferences
  221. command
  222.  
  223. Fixed a bug in the File Open and related dialogs, whereby anything typed
  224. between issuing the command and the dialog's appearing would leak into any
  225. active edit window
  226.  
  227. [PFE32] Fixed a bug that would cause some filenames to be erroneously lower-
  228. cased
  229.  
  230. Fixed a memory leak caused by the DDE service name not being freed from the
  231. atom table on termination
  232.  
  233. Fixed bug that would save changed key map data to the standard default file if
  234. changes were unsaved at closedown, even if the user had used the /k command
  235. line option to specify another keymap file
  236.  
  237. [PFE32] Fixed a bug that caused the Save As sub-dialog of the Options Key Map
  238. dialog always to lower case the supplied filename
  239.  
  240. Added a configuration option in Options Preferences to allow the keymap file
  241. loaded by default at startup to be specified
  242.  
  243. The file extension used when backing up to files in the same directory as the
  244. original can now be specified through Options Preferences
  245.  
  246. The maximum number of recently-used files shown on the File menu has been
  247. increased to 32; to accomodate the larger menu length, the Options Preferences
  248. command can be used to specify that the list be placed in a second column
  249. rather than appended linearly to the File menu
  250.  
  251. Fixed a bug causing wildcarded files on the command line to be opened in write
  252. mode regardless of any /v options specifying read-only
  253.  
  254. Colours used for the MDI workspace, the status bar and the toolbar can now be
  255. configured with the Options Preferences command
  256.  
  257. The Options Default File/Window Modes and Options Current File/Window Modes
  258. commands have been completely redesigned, and are now Options Default Modes and
  259. Options Current Modes respectively. Modes now include text colours, and are
  260. stored for sets of wildcardable file name patterns known as mode groups rather
  261. than on an individual file extension basis. Mode values saved by earlier versions
  262. of PFE will need to be redefined with Options Default Modes
  263.  
  264. Added the ability to select that a block caret be used for insert mode
  265. and a line caret for overtype mode, reversing the default state
  266.  
  267. Added an Open Other File button to the More Files MRU list dialog, to
  268. allow a quick way of getting to the File Open dialog if the desired file
  269. is not in the MRU list
  270.  
  271. Fixed bug in Execute DOS Command to Window dialog that limited command
  272. line length to whatever would fit in the Command Line edit control
  273. without scrolling
  274.  
  275. The data format in a DDE Request from another application is now correctly
  276. checked; PFE will respond only if the format is CF_TEXT
  277.  
  278. Added Browse Working Directory buttons to the Execute DOS Command to
  279. Window, Execute Launch Application and Execute Launch Windows Tool
  280. dialogs
  281.  
  282. A commmand line, rather than simply an executable name, can now be
  283. specified in Options Preferences as the object to be run by the Execute
  284. DOS Prompt command
  285.  
  286. The EditGotoLine dialog and EditGotoLine DDE command now accept a file
  287. position specification string, allowing absolute or relative movement
  288. to lines and to window columns or characters within lines
  289.  
  290. Added a -g command line option introducing a file position
  291. specification, which is used to move automatically to the specified
  292. location in the first file named on the command line
  293.  
  294. Tool bar and status bar commands have been removed from the Options menu
  295. and the functionality transferred to the Options Preferences dialog. The
  296. key-mappable commands are still available
  297.  
  298. Fixed bug causing GPF when > 64 characters were deleted with delete
  299. forward or back, the file was closed without saving, and the question on
  300. saving changes was answered "no"
  301.  
  302. The MRU Files dialog now allows the selected file to be opened in read-
  303. only mode
  304.  
  305. The default behaviour where the first mouse click moving between child
  306. windows does not move the caret can now be changed with Options Preferences
  307.  
  308. The tool bar paste button is now correctly set when other applications
  309. move data on and off the clipboard
  310.  
  311. Scroll bars in the MDI desktop window, normally created when an edit
  312. window is partly out of view, can now be suppressed with the Options
  313. Preferences command
  314.  
  315. When auto-minimizing the main window when the last edit window is
  316. closed, PFE now transfers activation to the next window in Windows'
  317. list rather than retaining focus in its own icon
  318.  
  319. The directory containing the initialisation file can now be specified
  320. with the Options Preferences command
  321.  
  322. PFE now checks whether the disk versions of files being edited have been
  323. altered by other applications or network workstations; checks are made
  324. whenever PFE becomes the active application, and when any file is saved
  325.  
  326.  
  327. 0.05.007
  328. --------
  329.  
  330. Fixed untidy button alignment in the EditGotoLine dialog
  331.  
  332. The Find and Replace With edit controls in the Replace dialog now can be
  333. scrolled horizontally to see the whole of long strings
  334.  
  335. The file type for backup files has changed from ".&&&" to ".$$$" to avoid
  336. problems with command processors using "&" as a special character
  337.  
  338. The mouse cursor is now set to a hand when over a drag-and-droppable
  339. highlighted area for a better cue to the user
  340.  
  341. [PFE32] Fixed a bug that led to a drag-and-drop operation being recorded as two
  342. undo actions, with a spurious Undo Paste action being left active
  343.  
  344. The mouse cursor is now less flickery when a highlight is being extended by
  345. dragging with the left button down
  346.  
  347. Fixed a bug that could lead to Alt key menu-accelerators being ignored in
  348. complicated circumstances
  349.  
  350. The Save As button in the Options Key Mapping dialog is now enabled only when
  351. the key mapping has changed
  352.  
  353. Circumvented a Common Dialog bug that ignored the Read Only checkbox when
  354. multiple files were opened at one time with the FileOpen dialog
  355.  
  356. Fixed several major bugs in the memory manager that could lead to GPFs sometime
  357. after deleting a large section of a file
  358.  
  359. Fixed a loader bug that allocated control blocks inefficiently when a file
  360. was loaded and consumed more memory than necessary
  361.  
  362. Fixed a bug in the Options Key Map dialog whereby the Change button could be
  363. clicked with no command selected in the Commands section, leading to a GPF in
  364. PFE16 and (probably) the wrong thing happening in PFE32
  365.  
  366. Fixed a bug that prevented the key sequences Esc Space, Ctrl+Space and
  367. Ctrl+Alt+Space being mapped to commands
  368.  
  369. Fixed a bug that would cause a hang or a GPF if a Find string that ended in
  370. a '\' character was specified; a Replace string that ended in '\' would be
  371. incorrectly handled also
  372.  
  373. The '^' character is no longer supported as an escape in Find and Replace
  374. strings; '\' must now be used
  375.  
  376. Fixed a bug that would cause the NumLock and CapsLock status bar indicators to
  377. get out-of-state with the keyboard if the lock keys were allowed to auto-repeat
  378.  
  379. Added DDE enquiry topic "VersionString" that returns the id of the current
  380. version in "x.yy.zzz" format as in the Help About dialog
  381.  
  382. Added command EditSelectLine and corresponding DDE command to select all the
  383. text in the line containing the caret, leaving the caret at the left hand end
  384.  
  385. Fixed a bug that would cause a GPF on startup if any ini file argument
  386. contained an embedded quote. This would commonly occur if Find/Replace strings
  387. had been saved
  388.  
  389. Fixed a bug that could cause saved find/replace strings containing quotes or
  390. commas to be corrupted or ignored on startup
  391.  
  392. Fixed a bug that lost the state of the "show full pathnames" checkbox in the
  393. file MRU dialog between successive uses of the dialog
  394.  
  395. Fixed a bug that allowed the EditDeleteSelection command to be invoked from the
  396. keyboard with no text selected, causing a GPF
  397.  
  398. The OK button in the Execute DOS Command to Window and Execute Launch
  399. Application dialogs is now enabled when the command is chosen with the Browse
  400. button
  401.  
  402. The File Name command now marks the file as having been altered, allowing it
  403. easily to be saved under its new identity
  404.  
  405. The Window Next command no longer hangs the system if used when some windows
  406. are iconic
  407.  
  408. Edit Repeat Last Find and Edit Repeat Last Replace no longer cause hangs or
  409. GPFs if invoked when no previous find or replace has taken place
  410.  
  411. Added backup-mode=5 to the [options] section of the ini file to disable all
  412. file backups
  413.  
  414. Fixed bug where adding a template to a template file could fail to note that
  415. the in-store copy of the file had changed, and make it impossible to detach the
  416. template file
  417.  
  418. Fixed bug where template files larger than about 32K (but under the maximum
  419. permitted size of around 62K) failed to attach, with a "template file is not a
  420. valid size" message
  421.  
  422. Fixed bug that did not check whether a template file contained the maximum
  423. supported number of templates (64) before saving another one, leading to file
  424. corruptions
  425.  
  426. Fixed bug where a template could be saved to a template file and make it larger
  427. than the maximum supported size (about 62K)
  428.  
  429. Fixed bug where updating a template in a template file would fail if there was
  430. insufficient space in the template file for both the old and new versions of
  431. the template
  432.  
  433. File names containing '&' characters are now correctly displayed in the MRU
  434. list on the File menu
  435.  
  436. The Options Default File/Window Modes dialog now allows Read Only mode to be
  437. defined
  438.  
  439. The keyboard handlers have been changed to make the right hand Alt key
  440. functional on US keyboards. On non-US keyboards the key should function as
  441. AltGr for national character generation
  442.  
  443. Child windows now are constrained to be no smaller than 3 full lines of text in
  444. depth and 10 characters in width. This overcomes various GPFs in code that
  445. assumed a minimum window size was being enforced by someone else.
  446.  
  447. Fixed a bug that did not return focus correctly to a child window if the
  448. Execute DOS Command to Window or similar command was run, unsaved files
  449. existed, and the user replied Cancel to the query on whether to save them
  450.  
  451. Fixed a bug that caused filenames that contained "." and ".." directory
  452. components not be made absolute if passed on the command line
  453.  
  454. Fixed a bug that showed an un-necessary drive letter in a filename in the MRU
  455. list if the drive had been specified in upper case
  456.  
  457. The File Name command now correctly lower-cases the supplied filename under
  458. Windows 3
  459.  
  460. The subdirectory name used for backups when the appropriate mode is selected
  461. can now be 12 characters long, allowing the full 8.3 filename format
  462.  
  463. General release 12 July 1994
  464.  
  465.  
  466.  
  467. 0.05.006
  468. --------
  469.  
  470. EditTextInsertASCIICode now correctly inserts Ctrl+I as a single 0x09 character
  471. regardless of whether the window is set for soft tabs
  472.  
  473. Added functions CaretTopOfWindow (Ctrl+PgUp) and CaretTopOfWindowSelect
  474. (Ctrl+Shift+PgUp), and a corresponding DDE command CaretTopOfWindow, which move
  475. the caret to the top left of the current window
  476.  
  477. Added functions CaretBottomOfWindow (Ctrl+PgDn) and CaretBottomOfWindowSelect
  478. (Ctrl+Shift+PgDn), and a corresponding DDE command CaretBottomOfWindow, which
  479. move the caret to the bottom left of the current window
  480.  
  481. Added functions CaretStartOfText (Alt+Home) and CaretStartOfTextSelect
  482. (Alt+Shift+Home), and a corresponding DDE command CaretStartOfText, which move
  483. the caret to the first non-white-space character in the current line
  484.  
  485. A number of function names and DDE command names have changed to be more
  486. consistent with others:
  487.     EditGotoEnd[Select]    now    CaretEndOfFile[Select]
  488.     EditGotoStart[Select]    now    CaretStartOfFile[Select]
  489.     CaretHome[Select]    now    CaretStartOfLine[Select]
  490.     CaretEnd[Select]    now    CaretEndOfLine[Select]
  491.  
  492. Fixed a bug that would cause strange behaviour if WindowTileVertical was
  493. used with the current child window maximized
  494.  
  495. Fixed a bug that would leave the caret and the insertion point at different
  496. places if EditShowCaret was used with the caret in the line immediately above
  497. or below the visible window
  498.  
  499. Changed the menu accelerator keys for Edit|Copy and Edit|Cut to be compliant
  500. with standard Windows usage
  501.  
  502. Fixed a bug that would cause PgUp and PgDn to corrupt the undo stack, leading
  503. to subsequent GPFs or data corruption
  504.  
  505. [PFE16] Fixed a bug whereby pressing and releasing AltGr would stop keypad and
  506. caret movement keys working again in the session
  507.  
  508. The default backup mode is now to keep the file in the same directory as the
  509. original, with a file type of ".&&&", and the backup-mode numbers in the
  510. [options] section of the ini file have changed to make this '0'
  511.  
  512. [PFE32] Circumvented a Win32s 1.1 bug that would corrupt the font size set
  513. in the printer and screen font selection dialogs when running the 32-bit version
  514. under Windows 3.1
  515.  
  516. General release on 13 January 1994
  517.  
  518.  
  519. 0.05.005
  520. --------
  521.  
  522. Fixed a bug whereby an Edit Copy following a sequence of typing or deleting
  523. would corrupt the undo stack and lead to a GPF sometime later
  524.  
  525. Menu items now show descriptive text in the status bar when they are selected
  526.  
  527. Status bar updates are now somewhat smoother and less flickery
  528.  
  529. [PFE32] DOS Command-with-capture menu and toolbar items are now correctly
  530. disabled under Win32s
  531.  
  532. Backup now has two modes, selectable with the 'backup-mode' key in the
  533. [options] section of the ini file; files can be backed up either to
  534. subdirectories with the same name, or in the same directory as the original
  535. with a file type of ".&&&"
  536.  
  537. The documented escape character in search strings is now '\' (so that, for
  538. example, a tab is '\t'). The old '^' escape is still supported for the moment,
  539. but needs to be phased out to allow regular expressions to be implemented
  540.  
  541. Fixed a bug that would prevent network printers identified by UNCname being
  542. correctly remembered as the default printer between sessions, and would prevent
  543. the settings for such printers being remembered
  544.  
  545. Fixed a bug that would cause a machine using PathWorks to report a network fail
  546. on drive "?" when PFE was started in the root directory of a drive
  547.  
  548. [PFE32] File names are no longer forced to be lower case in any circumstances,
  549. avoiding problems in case-aware filing systems like NTFS
  550.  
  551. The Execute DOS Command to Window and Execute Launch Application dialogs now
  552. record the last 8 command lines executed, and the last 8 working directories
  553. visited
  554.  
  555. Fixed a bug that would add the wrong title to an attachment icon when mailing a
  556. file via a MAPI mailer
  557.  
  558. Line numbering is no longer confused when printing a file with Form Feed
  559. characters appearing other than at the beginning of lines
  560.  
  561. Toolbar buttons and menu items are now set up correctly when a file is opened
  562. in read only mode by File View
  563.  
  564. Added a language type "TeX"; this differs from plain text only in that "-" is
  565. not considered a break point for line wrapping
  566.  
  567.  
  568.  
  569. 0.05.004
  570. --------
  571.  
  572. Fixed several bugs synchronising undo actions across windows showing the same
  573. file
  574.  
  575. Added a command line option '/v' which will cause all files named on the
  576. command line to be opened in read-only mode
  577.  
  578. Fixed a bug that caused brace matching to fail in some files with language type
  579. of "(none)"
  580.  
  581. Added menu items Execute Program Manager and Execute Task Manager and related
  582. commands
  583.  
  584. Fixed a bug that could cause file corruption or GPFs when undoing a 'delete
  585. back' action
  586.  
  587. Fixed a bug that would cause a GPF when the Ins key was pressed when no file
  588. was open
  589.  
  590. Fixed bugs with non-English keyboards that prevented AltGr+number keys from
  591. generating characters like { and }
  592.  
  593. Fixed bugs that could interfere with use of the numeric keyboard to synthesise
  594. character codes
  595.  
  596. File save actions now clear the stack of recorded undo actions by default; this
  597. can be changed with the 'save-clears-undo' setting in the [options] section of
  598. the ini file
  599.  
  600. Fixed a file handle leak that would occur whenever a write to disk operation
  601. failed
  602.  
  603. By default, any operation that saves a file to disk will now take a backup copy
  604. of any existing file of the same name before starting; this can be controlled
  605. by setting the "Backup" file mode
  606.  
  607. Fixed bugs in the EditTextWidenBrace command that would fail to locate closing
  608. braces occurring immediately after an existing selection
  609.  
  610. [PFE32] Fixed a bug that would cause random GPFs and malfunctions in handling
  611. DDE commands
  612.  
  613. The EditCopy DDE command now works as documented
  614.  
  615. Added context help search, to provide help on text in edit windows, available
  616. from the Help Context Help command or a double click on the right mouse button
  617.  
  618. The Window Tile Vertical command now preferentially locates windows showing
  619. command output at the top of the screen
  620.  
  621. [PFE16] Fixed a bug that could leave work files created to catch command output
  622. undeleted
  623.  
  624. The horizontal scroll bar algorithms have been changed, and the thumbtack is
  625. now more usable on files of normal line widths
  626.  
  627. The name of the file in the current window can now automatically be substituted
  628. in command lines executed by the Execute DOS Command To Window, Execute Repeat
  629. DOS Command To Window, and Execute Launch Application commands
  630.  
  631.  
  632.  
  633. 0.05.003
  634. --------
  635.  
  636. The Execute File Manager, Execute Control Panel and Execute Print Manager
  637. menu items and related commands now work correctly after being broken in
  638. 0.05.002
  639.  
  640. When setting a selection as the default find string, the Edit Find and Edit Replace 
  641. dialogs now correctly translate characters with codes greater than 127 into "^xnn"
  642. notation
  643.  
  644. When undo returns a file to an unchanged state, the toolbar Save button and File
  645. Save menu items are now de-activated
  646.  
  647. Fixed a bug causing Dr Watson to report parameter validation errors in
  648. ModifyMenu on startup or on load of a keymap file
  649.  
  650. The EditCMatchBrace command has been renamed EditTextMatchBrace and now has a menu
  651. item mapped to Ctrl+B. If the window has a language of "none", brace matching
  652. is done on {}, [], () and <> without regard to any syntactic elements; if the
  653. language is "C", matching is done on {}, [] and () and (some) C syntax is taken
  654. into account
  655.  
  656. Added command EditTextMatchBraceSelect, mapped to Shift+Ctrl+B, which acts as for
  657. EditTextMatchBrace but also selects the text between and including the braces
  658.  
  659. Fixed a bug that would cause problems if brace matching was used when any text
  660. was highlighted
  661.  
  662. Fixed a bug that made the KeyPad5 key unusable
  663.  
  664. Added a command EditTextWidenBraceSelect, mapped to Shift+Ctrl+W, which selects
  665. successively larger areas of text between braces, using the same brace location
  666. algorithms as EditTextMatchBrace
  667.  
  668. Fixed a bug introduced in 0.05.002 that caused the Tab key (and the EditInsertTab
  669. command it maps to by default) to insert a hard tab even if soft tabs were
  670. selected for the window
  671.  
  672. The "Add Ctrl+Z On Save" and "No EOLN after last line" check boxes in the
  673. Options Default File/Window Modes dialog now work correctly
  674.  
  675. The default key mappings of Shift+Tab to EditInsertSoftTab and Ctrl+Tab to
  676. EditInsertHardTab have been removed, as these conflict with standard MDI usage
  677.  
  678. The status bar is now a little prettier when showing static text messages
  679.  
  680. The applications run by the Execute File Manager, Execute Print Manager and
  681. Execute Control Panel menu items can now be customised by means of entries in
  682. the [managers] section of the ini file
  683.  
  684.  
  685.  
  686. 0.05.002
  687. --------
  688.  
  689. Key mapping has been completely redesigned. Very many more key combinations
  690. (including Alt keys) can be mapped; any or all of Ctrl+A..Ctrl+Z and Esc can be
  691. used as prefix keys; and the Key Mapping dialog has been made far easier to
  692. use. Key map files saved with earlier versions of PFE are not compatible with
  693. the new system.
  694.  
  695. The OptionsPrefixKeys command has been removed; prefix keys can now only be
  696. configured from within the Key Mapping dialog
  697.  
  698. Added functions EditInsertTab (mapped to Tab), EditInsertHardTab and
  699. EditInsertSoftTab to insert hard/soft tabs, hard tabs always, and soft tabs 
  700. always, respectively
  701.  
  702. Added command SysSetMenuMode, mapped to F10, to highlight the leftmost item on
  703. the main menu, for compatibility with standard practice
  704.  
  705. The 16-bit and 32-bit ini and default keymap files have been separated. The
  706. Windows 3.1 version continues to use pfe.ini and pfe.key; the Windows/NT
  707. version now uses pfe32.ini and pfe32.key
  708.  
  709. Fixed a bug whereby a sequence like Find-overtype-find-overtype would corrupt
  710. the Undo stack
  711.  
  712. Keyboard macro items have been split from the Execute menu and placed in their
  713. own Macro menu
  714.  
  715. Added a "Print Manager" item to the Execute menu
  716.  
  717. The WindowCentreCaret command has been renamed EditShowCaret and now appears
  718. on the Edit menu
  719.  
  720. Message boxes that support F1 help now announce this in the status bar
  721.  
  722. Added a system menu item "Save Screen" to activate a standard Windows screen
  723. saver program immediately
  724.  
  725. Arbitrary character codes can now be specified in Find and Replace strings using
  726. the notation "^xnn", where "nn" are 2 hexadecimal digits
  727.  
  728. The Replace dialog now contains an "Undo Last" button to undo the last replace
  729. operation
  730.  
  731.  
  732.  
  733. 0.05.001
  734. --------
  735.  
  736. [PFE32] The File Mail command now loads the correct MAPI DLL (MAPI32.DLL
  737. instead of MAPI.DLL)
  738.  
  739. [PFE32] The File Save As dialog now shows a Network button on networked
  740. machines
  741.  
  742. The Goto Line dialog now correctly accepts an attempt to specify the final
  743. line of a file
  744.  
  745. Form Feed characters can now be specified in Find and Replace strings using
  746. the notation "^f"
  747.  
  748. Moved the hot-spot in the toolbar 'hand' cursor to the tip of the index finger,
  749. to make use more intuitive
  750.  
  751. Fixed a bug that would cause a UAE if Edit Select All or Edit Select Word were
  752. followed by any cursor movement key that also extended the selection
  753.  
  754. File loading has been made faster; load time is now much closer to proportional
  755. to file size, rather than degrading progressively as lines are loaded
  756.  
  757. When a file is opened, the loader now displays the first window's worth of text
  758. as soon as it is read from disk, to give better feedback on what is happening
  759.  
  760. The Edit Find and Edit Replace dialogs now retain the last 8 strings used, and
  761. these can be reselected from drop-down list boxes. Optionally, the strings can
  762. be recorded at the end of a session and reloaded in the next
  763.  
  764. The Edit Find and Edit Replace dialogs now default the text in their Find What
  765. edit controls to the first 256 characters of any selected text in the current
  766. window. The previously-used search string will always be available as the first
  767. in the drop-down list
  768.  
  769. Added a command EditTextInsertASCIICode, mapped to Ctrl+Q by default, which
  770. runs a dialog allowing control characters and other non-typable characters to
  771. be inserted
  772.  
  773. Implemented a multi-level undo facility to reverse edit actions
  774.  
  775. Added file modes to strip any trailing Ctrl+Z when a file is loaded;
  776. to automatically add a Ctrl+Z to the end when a file is saved; and to suppress
  777. writing an EOLN terminator at the end of the last line when a file is saved
  778.  
  779. Added a command HelpScreenMenuHelp, mapped to Shift+F1, which enters the
  780. help system at an appropriate point when the mouse is clicked on a menu command
  781. or an area of the tool bar or status bar
  782.  
  783.  
  784.  
  785. 0.04.009
  786. --------
  787.  
  788. [PFE16] PFE now can detect it is running under WOW and tailor things
  789. accordingly
  790.  
  791. Fixed a bug that limited the maximum value of the 'mru-files-shown' ini file
  792. option to 5 instead of the documented 8; also set the minimum value to 0
  793. rather than 3
  794.  
  795. Added an ini file option 'sound-beep' to suppress all beeps associated with
  796. message boxes
  797.  
  798. Ctrl+Backspace can now be mapped correctly
  799.  
  800. Cleared the confusion in handling mapping of Shift+Backspace; for the moment
  801. this has required that Ctrl+Shift+H is no longer mappable
  802.  
  803. Fixed a bug that caused a print operation to fail when the last line of the
  804. file was printed on the last line of any page
  805.  
  806. The Edit Goto Line dialog now has a system menu
  807.  
  808. The OK button in the Edit Goto Line dialog is now enabled only if a line number
  809. has been typed in the Line To Goto edit control
  810.  
  811. The Edit Goto Line dialog now accepts line numbers preceded by "+" or "-" as
  812. meaning relative to the current line number
  813.  
  814. Fixed a bug in the Default File/Window Modes dialog that would cause the tab
  815. size to be set as a negative value if soft tabbing was selected
  816.  
  817. Edit controls in dialogs that accept numeric input are now insensitive to
  818. leading and trailing white space
  819.  
  820. The Key Mapping dialog now prompts if there are unsaved changes when the Load
  821. button is clicked, and correctly resets the "unsaved changes" flag
  822.  
  823. Changes to windows made by allowing keys to auto-repeat, and tracking of mouse
  824. selections, should now appear better on slower machines
  825.  
  826. The "auto-indent" window mode is now respected by the routines that wrap text
  827. as it is being typed
  828.  
  829. Fixed some bugs in control block chaining that could cause UAEs when closing
  830. some of a large number of open windows and/or files
  831.  
  832. Installing a printer of an existing type, but connected to a different port,
  833. while PFE is running no longer confuses the Print Setup dialog over which
  834. printer is the default
  835.  
  836. Printers connected to files by means of a "pathname=" line in the [Ports]
  837. section of win.ini are now handled correctly, and the filename is not corrupted
  838.  
  839. When text wrapping is active, typing at the end of a line that already extends
  840. past the wrap column now correctly breaks the line at the break point closest
  841. to, and left of, the wrap column
  842.  
  843. [PFE32] Circumvented a Windows/NT bug that caused a GP fault when the Apply
  844. button was clicked in the Options Default File/Window Modes dialog and some
  845. other dialogs (October 1992 beta only)
  846.  
  847. The ini file [options] setting "auto-unix" has been renamed "auto-format"
  848.  
  849. If PFE is exited with the tool bar floating and also hidden, the tool bar is
  850. now drawn correctly the next time it is made visible
  851.  
  852. The Edit Cut tool bar button, and the key mapped to EditCut, are now correctly
  853. disabled if the current file is marked read-only
  854.  
  855. PFE now correctly responds when printers are changed via Control Panel.It
  856. no longer records the driver name in its ini file, so that it will not try to
  857. use an obsolete driver after an upgrade
  858.  
  859. Fixed a bug that caused a parameter validation error in GetWindowLong if
  860. the left button was double clicked in the menu bar and no file was open
  861.  
  862. Fixed further bugs that would cause looping replacing strings containing
  863. "^n" characters
  864.  
  865. Fixed a bug causing a parameter validation error in SetWindowText when the
  866. "Remap Key" button of the Options Key Mapping dialog was pressed
  867.  
  868. [PFE32] Full template functionality is now available. PFE32 now correctly uses
  869. the same file format as PFE16; template files created under earlier versions of
  870. PFE32 will no longer work
  871.  
  872. [PFE32] The system shutdown options in the "Exit Windows/NT" dialog now
  873. work correctly
  874.  
  875. [PFE32] It is now possible to run DOS commands and capture output
  876.  
  877. Fixed a bug that would cause PFE to hang or misbehave while searching if the
  878. text contained characters > 127
  879.  
  880. The file position in the status bar is now updated correctly after a succesful
  881. search from the Find or Replace dialog
  882.  
  883. [PFE32] File Insert no longer fails with a "Cannot get file size" message
  884.  
  885. Fixed a bug that would cause a UAE when performing a template action after
  886. detaching a template file
  887.  
  888. The File Save All command now saves all open files, and not only altered ones,
  889. if the ini file option 'allow-save-always' is set
  890.  
  891. A file's save format now cannot be altered if the file is marked as read only
  892.  
  893. Changing the format a file is saved in via the modes dialog or with the status
  894. bar now marks the file as changed
  895.  
  896. Added a DDE command EditGotoLine
  897.  
  898. Added an ini file option 'auto-file-action' to have PFE either create an empty
  899. edit window or show the File Open dialog automatically if started with no file
  900. names on the command line
  901.  
  902. Files whose first character is a Form Feed (0x0c) character now print correctly
  903.  
  904. Fixed numerous bugs affecting synchronisation of changes in duplicated windows
  905.  
  906. File Close now correctly asks if changes should be saved if the current file
  907. is visible in more than one window
  908.  
  909. [PFE32] File Close now works correctly always
  910.  
  911. Fixed a bug that would randomly cause the ini file option 'open-maximized' to
  912. be ignored
  913.  
  914. Fixed a printing bug that would lose the header line giving the file name when
  915. a top margin was selected
  916.  
  917. [PFE32] Fixed a bug causing a UAE trying to display an empty line that is
  918. not within a selection
  919.  
  920. [PFE32] Drag and drop of files from File Manager into the PFE window now
  921. correctly opens them
  922.  
  923. Fixed a bug that could produce "Bad offset" warnings or misplace the caret
  924. when inserting files larger than 8K whose last lines did not end in CRLF or LF
  925.  
  926. General release on April 28 1993
  927.  
  928.  
  929. 0.04.008
  930. --------
  931.  
  932. [PFE32] Fixed a bug that would cause a UAE on clicking the OK box of any font-
  933. selection dialog
  934.  
  935. Added a 'toolbar-size' option to the ini file to override the automatic sizing
  936. of the tool bar
  937.  
  938. Removed the confusing Edit|Undo menu option; it will reappear when Undo is
  939. actually implemented
  940.  
  941. General release on February 1 1993
  942.  
  943.  
  944. 0.04.007
  945. --------
  946.  
  947. Fixed a bug that caused DDE errors to occur on startup if PFE was invoked with
  948. file names on the command line
  949.  
  950. Added a "/k" command line option to allow a key map file to be specified for
  951. loading at startup in place of pfe.key; this option implies "/m"
  952.  
  953. Instances started with command line options implying multi-instance mode are no
  954. longer erroneously activated by a succeeding start without options
  955.  
  956. Instances started with options implying multi-instance mode no longer update
  957. the most-recently-used-file list on termination
  958.  
  959. Added a "/d" option to force the DDE server to be enabled at start-up even if
  960. options implying multi-instance mode are used
  961.  
  962. Where multiple printers of the same type are configured on different ports, PFE
  963. now shows them all in the print-related dialogs instead of only the first
  964.  
  965. [PFE32] F1 now correctly activates context-specific help in dialogs
  966.  
  967. When a search operation is initiated from a Find or Replace dialog, the window
  968. will be redrawn to show the matching string in the second line from the top, to
  969. try to avoid it being hidden by the dialog box
  970.  
  971. The function names EditIndent, EditUndent, EditLowercaseSelection,
  972. EditUppercaseSelection and EditTransposeCharacters have been changed to be
  973. EditTextIndent, EditTextUndent and so on; key mappings to the old names will
  974. need to be re-instated
  975.  
  976. Fixed a bug that could put PFE into a loop when using the Window Next command
  977. with all edit windows iconic
  978.  
  979. The most-recently-used-file list can now be up to 64 names long; names not
  980. shown on the File menu can be selected from a "More Files" dialog
  981.  
  982. Added a Window Select command, mapped by default to Ctrl+W, to select from many
  983. open windows; the dialog for this replaces the standard MDI "More Windows" dialog
  984.  
  985. [PFE32] The DDE service name has been changed to be "PFE32", to separate the
  986. services of the Windows/16 and Windows/NT versions
  987.  
  988. Remedied the omission of the Ctrl+X Ctrl+S combination from the list of keys
  989. that can be mapped
  990.  
  991. The DDE command EditInsertString has been renamed EditInsert
  992.  
  993. Fixed bug that would leave a caret in the middle of the Find or Replace dialog
  994. when a match was found
  995.  
  996. Mappable functions EditRepeatFind and EditRepeatReplace have been renamed
  997. EditRepeatLastFind and EditRepeatLastReplace
  998.  
  999. Added an Options|ResetFile/WindowModes command to reset the modes of the
  1000. current window and the file it shows to those appropriate to the file type
  1001.  
  1002. The Printer Font dialog now correctly returns focus to its parent dialog on
  1003. close
  1004.  
  1005. Limited release to beta testers 20 January 1993
  1006.  
  1007.  
  1008. 0.04.006
  1009. --------
  1010.  
  1011. Dialogs now show help if F1 is pressed, as well as with their Help buttons
  1012.  
  1013. Fixed a bug introduced in 0.04.005 that caused Ctrl+End to leave the caret
  1014. showing beyond the actual end of file
  1015.  
  1016. Fixed a bug introduced in 0.04.005 that caused the File Write dialog to be run
  1017. twice
  1018.  
  1019. Fixed a bug that would leave bitmaps undeleted on exit if ever child windows
  1020. were closed by double-clicking in their system menu boxes
  1021.  
  1022. [PFE32] Scroll bar elevators now work
  1023.  
  1024. [PFE32] Child windows can now be closed by double-clicking in their system menu
  1025. boxes
  1026.  
  1027. Automatic horizontal scrolling now endeavours to keep the caret as far right in
  1028. a window as possible, which should improve the appearance of searches, word
  1029. wraps and the like
  1030.  
  1031. A command line option "/m" now allows you to force a new instance of PFE to
  1032. start even if another is running
  1033.  
  1034. Added a "DDE Server" command on the Options menu and equivalent mappable
  1035. functions to allow the DDE server system to be turned on and off at will
  1036.  
  1037. Added a DDE data item FileName to return the name of the current file
  1038.  
  1039. Added a DDE data item WindowTitle to return the title of the current window
  1040.  
  1041. Added a DDE command EditFind to perform string searches
  1042.  
  1043. Added DDE Poke items OpenFiles and ViewFiles to allow opening of several files
  1044. in a single operation over a DDE link
  1045.  
  1046. The mechanism for passing command line filenames to previously-running
  1047. instances has been rewritten to run asynchronously from the client and pass all
  1048. the filenames in one transaction, rather than in separate commands
  1049.  
  1050. The mechanism for pasting data over a DDE Poke link has been rewritten to run
  1051. asynchronously from the client
  1052.  
  1053. Limited release to beta testers 10 January 1993
  1054.  
  1055.  
  1056. 0.04.005
  1057. --------
  1058.  
  1059. The status bar has had its intelligence raised, and responds to double-left-
  1060. clicks thus: in the line/column area, it starts an Edit Goto Line dialog; in
  1061. the Read-Only area it toggles read-only mode; in the Recorder status area it
  1062. toggles the recorder on and off; in the Wrap area it toggles line wrap on and
  1063. off; in the insert/overwrite area it toggles between the settings. The only way
  1064. to banish the status bar is now from the Options menu.
  1065.  
  1066. The format a file will be saved in (DOS/Unix) is now shown in the status bar,
  1067. and can be altered by double-clicking
  1068.  
  1069. The mouse cursor now changes shape to give cues when over the tool bar, over
  1070. the status bar, and over a selection
  1071.  
  1072. Fixed a bug introduced in 0.04.004 that caused a UAE loading files in UNIX
  1073. format
  1074.  
  1075. The mouse cursor is now hidden when the user starts typing
  1076.  
  1077. Drag-and-drop operations are now disabled completely in read-only files
  1078.  
  1079. Fixed a bug that caused a UAE when a drag-and-drop area extended over more than
  1080. one line, and the drop target was in the same line as the end point of the
  1081. highlight
  1082.  
  1083. Fixed a bug that would cause PFE to loop when replacing all occurrences of end-
  1084. of-line (^n) characters
  1085.  
  1086. Fixed a bug whereby the default file name was not set up in the File Save As
  1087. dialog edit control as it should have been
  1088.  
  1089. Tool bar buttons are now set correctly if a file is changed from being read-
  1090. only to being writable
  1091.  
  1092. If a DOS command with output capture action re-uses an existing output window,
  1093. the caret is now shown in the correct position relative to the new contents
  1094.  
  1095. The Execute DOS Command to Window dialog now has an option to position the
  1096. window at the end of the output rather than at the start; this is now the
  1097. default behaviour
  1098.  
  1099. On startup PFE now checks whether files in the most-recently-used list of files
  1100. that are on local hard disks still exist, and silently removes them if not
  1101.  
  1102. When a drag-and-drop operation is aborted by pressing ESC, the caret is
  1103. returned to the start of the highlighted area and the window redrawn to show it
  1104.  
  1105. Added a File Save All command that will save all altered files, store all
  1106. altered templates, and save all altered template files
  1107.  
  1108. The "Templates" item on the main menu is now "Template" to match every other
  1109. reference to it
  1110.  
  1111. The help file has been completely rewritten and may now even be useful;
  1112. corresponding changes have been made to the Help menu
  1113.  
  1114. Dialogs now have Help buttons to give instructions on their use
  1115.  
  1116. Dialogs now all have system menu boxes
  1117.  
  1118. The File Save command now detects that a window showing DOS command output
  1119. has no associated file name, and turns itself into File Save As
  1120.  
  1121.  
  1122. 0.04.004
  1123. --------
  1124.  
  1125. A Replace All operation no longer misses out a match in a selection
  1126. produced by a previous Replace or FindNext
  1127.  
  1128. If the current window is iconic when a Find or a Replace dialog is started,
  1129. the window will be restored before the dialog box is shown
  1130.  
  1131. Added an ini file option 'allow-save-always' to allow the File|Save menu
  1132. item and the corresponding tool bar button to function even if the current
  1133. file has not changed
  1134.  
  1135. Fixed a bug that erroneously lit the tool bar cut and copy buttons after a
  1136. Find operation with 'select matching text' turned off
  1137.  
  1138. Fixed a memory manager bug that could cause data corruption or UAEs in
  1139. complex circumstances most often seen in replace operations in large files
  1140.  
  1141. Added an ini file option 'minimize-on-empty' that iconizes the main window
  1142. when the last child window in use is closed
  1143.  
  1144. File names shown as the titles of windows are now abbreviated to exclude as
  1145. much as possible of the current directory name
  1146.  
  1147. Corrected mis-spelling in status bar help line for the 'Repeat DOS Command'
  1148. toolbar button
  1149.  
  1150. PFE now records its state in the ini file correctly if Windows is shut down
  1151. while it is running
  1152.  
  1153. When a file name is changed (by File|SaveAs or File|Name) the file and window
  1154. modes now change to match those appropriate to the file type in the new name
  1155.  
  1156. The status bar INS/OVR flag is now updated correctly if insert mode is turned
  1157. on or off using the 'Set Current Modes' dialog
  1158.  
  1159. Edit|Text|Indent and Edit|Text|Undent functions now allow the current line, or
  1160. all the lines in a selection, to be indented or undented by one tab stop
  1161.  
  1162. The Shift+Backspace key combination is now mappable to functions
  1163.  
  1164. Automatic text wrapping of lines as they are typed is now implemented
  1165.  
  1166. An 'Exit Windows' item has been added to the system menu, permitting Windows to
  1167. be closed down in a variety of exciting ways from within PFE.
  1168.  
  1169. When the 'Save Changes' message box is shown on exit from the Key Mapping
  1170. dialog, focus is now correctly restored to the current edit window
  1171.  
  1172. The status bar now shows feedback on the progress of load and save operations
  1173.  
  1174. Fixed a bug that caused a spurious blank line to be created whenever a file
  1175. being loaded contained a CR-LF byte pair that straddled a storage block
  1176. boundary
  1177.  
  1178. Auto-indenting is now carried out if a line is split, or if a newline is
  1179. inserted, when the caret is in the middle of a line as well as at the end
  1180.  
  1181. PFE now has a marginally better knowledge of C syntax and handles brace lineup,
  1182. auto-indent and brace matching in a rather more useful way in C language files
  1183.  
  1184. Internal re-organisation needed for porting to Windows/NT
  1185.  
  1186. Added a way to circumvent a Windows/NT bug that refuses to show fixed-pitch
  1187. fonts in the Choose Font dialogs, affecting both the 16- and 32-bit versions;
  1188. putting 'fix-font-bug=1' in the [options] section of the ini file will show all
  1189. fonts, but attempts to select variable-pitch ones will be rejected [there is no
  1190. plan for PFE to support variable pitch fonts]
  1191.  
  1192. The File|Name, File|Write and File|Save dialogs now default the file name to
  1193. that of the current file, if it has one
  1194.  
  1195. The File|Open, File|Name, File|Write and File|Save dialogs now independently
  1196. record the filename filter last used, and take that as the default on the next
  1197. invocation
  1198.  
  1199. A drag and drop operation can now be aborted by pressing ESCAPE before
  1200. releasing the left mouse button
  1201.  
  1202. Up to five user-defined items may now be added to the Help menu, each one
  1203. invoking a specified Windows help file. The menu item Help|WindowsSDK has been
  1204. deleted; you should insert an entry in the [help-files] section of the ini file
  1205. to access it.
  1206.  
  1207. Limited release to beta testers 21 December 1992
  1208.  
  1209.  
  1210.  
  1211. 0.04.003
  1212. --------
  1213.  
  1214. The tool bar buttons are now maintained at approximately the same physical
  1215. size on all screen resolutions
  1216.  
  1217. Changed the way child windows are opened maximized for a better visual
  1218. appearance, avoiding a transient restored state
  1219.  
  1220. Files can be mailed using MAPI-compliant mail systems
  1221.  
  1222. The way that the termination of DOS commands is detected has been changed,
  1223. and no longer calls GetModuleUsage with an invalid module handle
  1224.  
  1225. The menu item for "Repeat DOS Command", and the "Run DOS Command" toolbar
  1226. button, are now disabled while a DOS command is running
  1227.  
  1228. Search and Replace operations now use the common dialogs. To be consistent,
  1229. "Search" has been changed to "Find" in menus and command names
  1230.  
  1231. The file name is now shown in the print Abort dialog, and a faulty call to
  1232. SetDlgItemText with an invalid control handle corrected
  1233.  
  1234. Fixed a bug that caused a UAE if a strictly empty file was loaded and
  1235. a character was typed (this would happen if PFE was used as the editor for
  1236. WinQVT/net's POP mailer)
  1237.  
  1238. The cursor now changes to an hourglass when cutting or deleting a selection
  1239.  
  1240. The format of the [modes] section of the ini file has changed slightly. Soft
  1241. tabs are no longer recorded as a -ve tab size, but as a positive value with
  1242. a bit flag in the window modes word. Versions of PFE from here on will accept
  1243. the old format on startup, but write the new one
  1244.  
  1245. Auto-indenting now inserts the relevant number of spaces instead of a single
  1246. tab character if the window is set to use soft tabs
  1247.  
  1248. Fixed a bug that caused a non-ANSI screen font selected in one session to
  1249. be incorrectly selected on subsequent sessions
  1250.  
  1251.  
  1252. 0.04.002
  1253. --------
  1254.  
  1255. The "file changed" marker in the status bar has been changed from "C" to "#"
  1256. to avoid confusion with language types
  1257.  
  1258. Added a standard key mapping Ctrl+Shift+O to invoke EditSplitLine
  1259.  
  1260. Fixed random return value from routine that detected a second PFE instance
  1261.  
  1262. Characters with ASCII values > 127 are now printed correctly as ANSI characters
  1263. rather than as digraphs
  1264.  
  1265. Extending a selection generated by a successful search no longer causes a UAE
  1266.  
  1267. It is now possible to set the screen font and printer font to non-ANSI as well
  1268. as ANSI fonts
  1269.  
  1270. The most-recently-used-file list is no longer erroneously appended to the
  1271. system menu instead of the File menu if the MDI child is started maximized
  1272.  
  1273. Files specified on the command line with names beginning '\' are now handled
  1274. correctly
  1275.  
  1276. Search-and-replace no longer disregards the 'read-only' status of a file
  1277.  
  1278. The filter for "*.exe" files in the Browse sub-dialog of the "Configure
  1279. Windows Tools" dialog now works correctly
  1280.  
  1281. Fixed a bug whereby some files would not be saved on exit or from a 
  1282. File|CloseAll operation if some altered files were untitled
  1283.  
  1284. General release as the second beta version on 3 November 1992
  1285.  
  1286.  
  1287. 0.04.001
  1288. --------
  1289.  
  1290. Improved scrolling behaviour when dragging a selection with a mouse and
  1291. fixed several bugs that caused the selection to freeze
  1292.  
  1293. Fixed a bug introduced in 0.03.036 that stopped drag-and-drop copy from
  1294. working
  1295.  
  1296. Fixed some UAEs when scrolling with PageUp when the caret is in the top line
  1297. of the screen, with less than one window's worth of lines above it
  1298.  
  1299. Fixed inaccurate scrolling down by pages when less than one window's worth
  1300. of lines remained below the window and the bottom line of the window was
  1301. not one full row in height
  1302.  
  1303. If PFE is terminated when the tool bar is a floating window, it will now
  1304. restart with the tool bar as a floating window
  1305.  
  1306. Making PFE iconic when the tool bar is floating no longer erroneously changes
  1307. it to a bar on the right hand border
  1308.  
  1309. The way PFE locates the Windows SDK helpfile for the Help|SDK function has been
  1310. made more sensible. If the [options] section of the ini file contains a
  1311. 'sdk-helpfile' key, the name given is used; if not, PFE looks for first
  1312. "win31wh.hlp" and then "sdkwin.hlp" on the PATH and uses the first one found.
  1313.  
  1314. Limited release to beta testers for validation as the possible beta 2 version
  1315. on 19/10/92
  1316.  
  1317.  
  1318.  
  1319. 0.03.036
  1320. --------
  1321.  
  1322. When configuring the first tool in the Configure Windows Tools dialog, the
  1323. Add button now correctly becomes active as soon as something is typed in
  1324. the Command Line edit control
  1325.  
  1326. The default mapping of Ctrl-P to File|Print is now shown on the menu
  1327.  
  1328. Fixed a bug whereby, if PFE was maximized, made iconic, and closed from the
  1329. icon's system menu, it would restart restored rather than maximized
  1330.  
  1331. Added an ini file setting "start-maximized" to the [options] section, which
  1332. controls whether PFE starts maximized, overriding the saved state at last
  1333. closedown
  1334.  
  1335. Shift-PgUp and Shift-PgDn no longer cause UAEs or select the wrong sections of
  1336. text
  1337.  
  1338. Added an ini file [options] setting "track-vertical-thumbtack" that controls
  1339. whether PFE scrolls to follow vertical thumbtack dragging
  1340.  
  1341. PFE now leaves selected text highlighted after it is copied to the clipboard.
  1342. An ini file [options] setting can specify that highlighting is to be removed
  1343.  
  1344. Key names in menus and the Key Mapping dialog now use '+' rather than '-'
  1345. to link components, to be CUA compliant
  1346.  
  1347. The Settings menu has been renamed Options
  1348.  
  1349. Corrected a bug in the command line parser that would cause DDE commands and
  1350. ini file lines whose last argument was in quotes to be mis-parsed
  1351.  
  1352. Added a most-recently-used files list to the File menus
  1353.  
  1354. Added a menu option and tool bar action to repeat the last DOS command run
  1355.  
  1356. Corrected PgUp and PgDn and scroll bar page moves when caret is not within the
  1357. window
  1358.  
  1359. The default setting for the 'auto-unix' key in the [options] section of the
  1360. ini file is now 1, so that UNIX files will save in UNIX format by default
  1361.  
  1362. The Browse Application dialog started from the Browse button in the Configure
  1363. Windows Tools now uses a filter showing only "*.exe" files
  1364.  
  1365.  
  1366. 0.03.035
  1367. --------
  1368.  
  1369. Improved icons
  1370.  
  1371. Some development code that was accidentally left active and caused a UAE
  1372. when Ctrl-Z was pressed for an Undo has been removed; undo actions are not
  1373. yet supported
  1374.  
  1375. Fixed a bug that prevented disabling only a subset of the possible prefix
  1376. keys
  1377.  
  1378. Dragging the mouse to extend a selection should no longer leave a caret trail
  1379. on slower machines
  1380.  
  1381. Windows are now scrolled to track movements of the thumbtack in the vertical
  1382. scroll bar
  1383.  
  1384. All references to "Development Tools" in menus and functions have changed to
  1385. use "Windows Tools", to clarify the intended use of the facilities
  1386.  
  1387. Details of the actual command line used and working directory are now stored
  1388. for all Windows Tools between sessions, and not solely for the last one
  1389. used
  1390.  
  1391. Limited release to beta testers 05/10/92
  1392.  
  1393.        
  1394.  
  1395. 0.03.034
  1396. --------
  1397.  
  1398. When a window is duplicated, the second copy's scroll bars are now set
  1399. correctly
  1400.  
  1401. Fixed a bug whereby, if a window lost focus when its caret had been scrolled
  1402. out of view, the caret would be wrongly placed when the window regained
  1403. focus
  1404.  
  1405. The tool bar is now disabled when PFE is waiting for the second key of a
  1406. two-character command sequence
  1407.  
  1408. If the left button is pressed in the tool bar, and the mouse is moved out of
  1409. the tool bar before it is released, focus is now correctly restored to the
  1410. current window
  1411.  
  1412. If the left button is pressed in a tool bar button and the mouse then moved
  1413. off the button, the button will return to its down state should the mouse
  1414. move back onto it
  1415.  
  1416. When dragging the tool bar from a border, the state will now not change
  1417. unless the mouse cursor is outside the tool bar when the left button is
  1418. released
  1419.  
  1420. A 1-pixel gap between the area showing line numbers and the area showing the
  1421. text in a window has been eliminated
  1422.  
  1423. Ctrl-K can now be used as a prefix key
  1424.  
  1425. The prefix keys ESC, Ctrl-B, Ctrl-F, Ctrl-K and Ctrl-X can individually be
  1426. enabled and disabled from a sub-dialog of the key mapping dialog. When
  1427. disabled as a prefix key, each of them can be mapped to a function as required.
  1428. By default they are all disabled, and the hard-coded key mappings are now fully
  1429. CUA-compliant. As a result the format of .key files has changed
  1430.  
  1431. Pressing TAB when no file is open no longer causes a UAE
  1432.  
  1433. Page Down now does nothing if the final line of the file is visible in the
  1434. window
  1435.  
  1436. Added a File|Name menu item and equivalent DDE command that allows the file name
  1437. associated with a window to be changed without writing any data to a disk
  1438.  
  1439. The EditPageUp and EditPageDown functions have been redesigned to maintain the
  1440. caret in the same screen row, and to keep a memory of the caret column. This
  1441. means that a page down followed by a page up returns to exactly the starting
  1442. position
  1443.  
  1444. Vertical scrolling using the scroll bar now does not move the caret within the
  1445. file, but moves it with the text
  1446.  
  1447. Selections are no longer removed when the data is scrolled using the vertical
  1448. thumbtack
  1449.  
  1450. Functions EditShowNextLine, EditShowPreviousLine, EditShowNextPage and
  1451. EditShowPreviousPage have been added to give keyboard equivalents of vertical
  1452. scroll bar actions
  1453.  
  1454. Menu items File|Open, File|New and File|Print are now bound by default to Ctrl-O,
  1455. Ctrl-N and Ctrl-P as recommended in the CUA
  1456.  
  1457. Pressing a key that is not mapped no longer causes the window to scroll to
  1458. show the caret if this is not initially visible
  1459.  
  1460.  
  1461.  
  1462. 0.03.033
  1463. --------
  1464.  
  1465. Fixed a bug whereby directories whose names were a single letter or '.' were
  1466. not accepted in the Working Directory controls of the DOS Command and Launch
  1467. Tool dialogs
  1468.  
  1469. Scroll bars no longer respond to the first mouse click if their window is
  1470. inactive; the click simply activates the window without disturbing its state
  1471.  
  1472. The caret now follows the mouse cursor in a somewhat more friendly fashion
  1473. when dragging with the left mouse button down
  1474.  
  1475. The File Print dialog now allows line numbering, line wrapping and page header
  1476. options to be specified. The corresponding window mode values are now the
  1477. default settings for the dialog rather than the active settings
  1478.  
  1479. An initialisation file option now allows new windows to be created always
  1480. restored; always maximized; or maximized if and only if an existing window is
  1481. also maximized. These options can also be made conditional on the main window
  1482. being maximized too.
  1483.  
  1484. ESCAPE now closes the About dialog box
  1485.  
  1486. The vertical elevator is now correctly positioned after a search or a
  1487. Window|CentreCaret operation
  1488.  
  1489. The ini file and keymap files are now found correctly if the Windows directory
  1490. is in a JOINed or mounted directory that appears as the root directory of a 
  1491. drive
  1492.  
  1493. Printer font selection now uses the Font common dialog
  1494.  
  1495. Filenames are now correctly set in the document title used by Print Manager 
  1496. when a file is printed
  1497.  
  1498. Window titles for unnamed files, unnamed templates and command output have been
  1499. redesigned; the title for an unnamed template and a command output window now
  1500. includes a sequence number
  1501.  
  1502. PFE no longer beeps to warn of an impossible scroll request (e.g. scrolling
  1503. up a line when already in the top line)
  1504.  
  1505. The Template|SaveFile and Template|Store menu items no longer both have 'S'
  1506. as their hot key
  1507.  
  1508. The Template|SaveFile menu item now has an ellipsis to show a dialog will be
  1509. run
  1510.  
  1511. The File menu has been re-arranged for better CUA compliance
  1512.  
  1513. The top and bottom margin checkboxes are no longer confused in the Print
  1514. Setup dialog
  1515.  
  1516.  
  1517.  
  1518. 0.03.032
  1519. --------
  1520.  
  1521. Changing file and window modes with the Settings|CurrentSettings dialog no
  1522. longer erroneously lights the toolbar Cut button
  1523.  
  1524. Files can now be loaded and saved in UNIX format, using LF as a line terminator
  1525.  
  1526. Clipboard data in excess of 64K is now handled correctly
  1527.  
  1528. The File Open and File View dialogs now allow multiple files to be selected
  1529.  
  1530. Wildcarded file names can now be given both on the command line and in the
  1531. DDE commands FileOpen and FileView
  1532.  
  1533. Fixed a bug in which an invalid window handle was passed to IsIconic on
  1534. startup, which was trapped by the debugging kernel
  1535.  
  1536. Captured output from DOS commands can now be shown in an existing Command
  1537. Output window as an alternative to creating a new window
  1538.  
  1539. Windows can now be tiled in a custom vertical pattern that maximizes their
  1540. width
  1541.  
  1542. A new function FileAbandon and corresponding DDE command allows a changed file
  1543. to be closed with the changes discarded
  1544.  
  1545.  
  1546.  
  1547. 0.03.031
  1548. --------
  1549.  
  1550. Cursor resource memory is now properly freed after the toolbar has been
  1551. dragged with the multi-headed-arrow cursor
  1552.  
  1553. Text drag-and-drop is now implemented
  1554.  
  1555. When a window is duplicated, the copy now correctly inherits the text colours
  1556. and language type of the parent
  1557.  
  1558. Fixed a bug whereby a non-stock font would not be deleted on termination
  1559.  
  1560.  
  1561. 0.03.030
  1562. --------
  1563.  
  1564. If an invalid line number is entered as the target in the Goto Line dialog,
  1565. focus is now set back to the control after the error message is shown
  1566.  
  1567. Menu items to select the fixed pitch ANSI, OEM and SYSTEM fonts have been added
  1568.  
  1569. The "Free Key" and "Free All Keys" buttons in the Key Mapping dialog have been
  1570. renamed to "Unmap Key" and "Unmap All"
  1571.  
  1572. Selecting Window|Next when all windows are iconic now restores the current
  1573. window rather than entering an infinite loop
  1574.  
  1575. The Status Bar now uses the Windows variable-pitch ANSI font
  1576.  
  1577. Added an Edit|SelectAll menu item to select an entire file
  1578.  
  1579. Maximized MDI child windows can now be closed by double-clicking in the
  1580. system menu box
  1581.  
  1582. The "goto start of file" and "goto end of file" operations are now by default
  1583. invoked by Ctrl-Home and Ctrl-End rather than Ctrl-PgUp and Ctrl-PgDn, to
  1584. be in line with standard Windows practice
  1585.  
  1586. Selected text is now displayed in the correct text and background colours as
  1587. set up from the Control Panel
  1588.  
  1589. If the current window is set to have a language type of "C", Edit|SelectWord
  1590. treats an underscore character as alphanumeric, so that identifiers such as
  1591. WM_CREATE can be selected as a single entity
  1592.  
  1593. Fixed a nasty memory manager bug that could cause a UAE inserting a newline
  1594. after a line deletion in very complicated circumstances to do with the fact
  1595. that line control blocks are held in groups of 1024
  1596.  
  1597. The vertical thumbtack is now set more sensibly, reflecting the line number
  1598. of the line at the top of the window
  1599.  
  1600. Positioning within a file containing more than 65535 lines by moving the
  1601. vertical thumbtack now works correctly
  1602.  
  1603. Tabstop ordering in the Print Setup dialog has been made sensible
  1604.  
  1605. Limited release to beta testers 19/08/92
  1606.  
  1607.  
  1608. 0.03.029
  1609. --------
  1610.  
  1611. Selecting text with a mouse has been enhanced. Holding SHIFT down while clicking
  1612. the left button will select between the caret and the mouse cursor, or will
  1613. extend an existing selection
  1614.  
  1615. The Window|Widen menu option will now restore iconic or maximized windows before
  1616. resizing them
  1617.  
  1618. Shift+click on the "Toggle Keyboard Recorder" toolbar button now replays the
  1619. keyboard recording
  1620.  
  1621. The 'Save File' toolbar button now invokes the TemplateStore function if the
  1622. current window contains a template. The button state now correctly reflects the
  1623. change state of template windows
  1624.  
  1625. The caret now changes size to indicate whether a window is in insert or overwrite
  1626. mode
  1627.  
  1628. Selecting a word by double-clicking the mouse or using Edit|SelectWord no
  1629. longer selects white space to the right of the word
  1630.  
  1631. Fixed a bug whereby, after doing a Window|Tile, the wrong window would respond
  1632. to keyboard input and scroll bar actions
  1633.  
  1634. Fixed a bug which would sometimes cause File|Insert not to close the file that
  1635. was inserted
  1636.  
  1637.  
  1638.  
  1639. 0.03.028
  1640. --------
  1641.  
  1642. The font used in edit windows may now be selected from all the available
  1643. fixed pitch ANSI screen fonts
  1644.  
  1645. The 'search' dialog now permits you to specify whether the matching string
  1646. is to be selected or not (the default is settable in the ini file). The
  1647. dialog also allows you to choose to extend the selection from the initial
  1648. caret position to the matching string
  1649.  
  1650. All dialogs have been redesigned to use 8pt MS Sans Serif text instead of
  1651. 10pt System
  1652.  
  1653. The algorithm for positioning the caret in the text when the left mouse
  1654. button is clicked has been improved: clicking in the left half of a
  1655. character cell places the caret to the left of that character, and clicking
  1656. in the right half places it to the right
  1657.  
  1658. The "Key Mapping" dialog now permits a key to be remapped from one function to
  1659. another with a single button click, instead of needing first to free it and
  1660. then map it to the target function
  1661.  
  1662. The "Free All Keys" button in the "Key Mapping" dialog now requests
  1663. confirmation before proceeding
  1664.  
  1665.  
  1666.  
  1667. 0.03.027
  1668. --------
  1669.  
  1670. Minor internal changes to make the source compatible with MSC 7.0
  1671.  
  1672. The Edit|Text|Uppercase and Edit|Text|Lowercase functions now correctly
  1673. mark the file as being changed. They also produce an error if used
  1674. on a read-only file. Both now handle characters with ASCII codes > 127
  1675. properly; note, though, that neither these, nor anything else in PFE,
  1676. will work with Kanji or other languages using 2-byte codes
  1677.  
  1678.  
  1679.  
  1680. 0.03.026
  1681. --------
  1682.  
  1683. Altered files can now be saved to disk automatically before running a
  1684. DOS command or launching an application or a development tool
  1685.  
  1686. The details of the last-used DOS command, application or development tool
  1687. are now remembered between PFE sessions. The details of the last used
  1688. development tool are also shown as the default each time the dialog is
  1689. started
  1690.  
  1691. The Run DOS Command dialog box now has a Browse button
  1692.  
  1693.  
  1694.  
  1695. 0.03.025
  1696. --------
  1697.  
  1698. Extra functions are now available from the toolbar by using the SHIFT and
  1699. CONTROL keys in combination with the left mouse button. See the help file
  1700. for details.
  1701.  
  1702. The "Window" menu item on the menu bar has been moved to be the last apart
  1703. from "Help", to match the standard menu layout for MDI applications
  1704.  
  1705. Windows may now be set to use "soft tabs": tabs will be inserted
  1706. as an appropriate number of spaces rather than as single 0x09 characters
  1707.  
  1708. The "Insert Template" toolbar button is now correctly set as template files
  1709. are attached and detached
  1710.  
  1711. The TemplateInsert, TemplateEdit, TemplateStore and TemplateStoreAs functions
  1712. no longer cause UAEs if no template file is attached
  1713.  
  1714. Files that have the "read only" attribute set are opened in read-only mode,
  1715. regardless of the "read only" button state in the File Open dialog
  1716.  
  1717. Characters with ASCII codes from 128-255 can now be inserted from the
  1718. keyboard
  1719.  
  1720.  
  1721. 0.03.024
  1722. --------
  1723.  
  1724. Many of the functions shown in the Key Mapping dialog, and the
  1725. equivalent DDE commands, have been renamed. They now correspond better
  1726. to the menus where they are held (or would be held)
  1727.  
  1728. A bug whereby a DDE Poke operation received DDE_FACK on a fail and
  1729. DDE_FNOTPROCESSED on successful termination has been cleared
  1730.  
  1731. A successful search now sets the toolbar cut and paste buttons correctly
  1732.  
  1733. Several new DDE commands and enquiries added
  1734.  
  1735. The syntax of the DDE commands CaretLeft(), CaretLeftWord(), CaretRight()
  1736. and CaretRightWord() is now changed so that each takes two mandatory
  1737. arguments. The first is the count of the number of characters or words
  1738. to move, and the second is 1 to extend a selection and 0 not to do so
  1739.  
  1740. To avoid confusion over what it is, the support module PFEDOS.EXE, which
  1741. is used by PFE to handle output redirection in DOS commands, has been renamed
  1742. $PFEDOS.EXE, which hopefully looks less like a DOS version of PFE. The
  1743. associated PIF file is now called $PFEDOS.PIF to match
  1744.  
  1745. Using selection-extend keys like Shift-Left after marking a selection with
  1746. the mouse now has the desired effect. Other minor bugs when moving the
  1747. caret with Shift down to extend selection have been cleared
  1748.  
  1749. Caret movement keys can now be remapped. This has required an incompatible
  1750. change in the format of key mapping files, so that files saved with
  1751. earlier releases of PFE cannot be used
  1752.  
  1753. The semantics of the default PgUp and PgDn mapping is slightly altered; if
  1754. line 1 is at the top of the window, PgUp moves to the start of the file, and
  1755. if the last line is at the top of the window, PdDn moves to the end of file.
  1756.  
  1757. Shift-PgUp and Shift-PgDn are now mapped to page up/down moves that extend
  1758. the selection
  1759.  
  1760. To be compatible with standard MDI practice, Shift-F4 now maps to
  1761. WindowTile by default, and Shift-F5 to WindowCascade. TemplateInsertMarker
  1762. has moved to F6, and CaretCentre to Ctrl-F5
  1763.  
  1764. The Goto Line dialog has been enhanced to allow optional extending of
  1765. a selection
  1766.  
  1767. ^T is now accepted as meaning TAB in a search or replace string, as well
  1768. as ^t
  1769.  
  1770.  
  1771.  
  1772. 0.03.020
  1773. --------
  1774.  
  1775. Released as the Beta 1 version of PFE 28/07/92
  1776.  
  1777.  
  1778. ------------------------------------------------------------------------------
  1779. Thanks to all the beta testers whose bug reports, comments and suggestions
  1780. have gone towards the development of PFE
  1781. ------------------------------------------------------------------------------
  1782.  
  1783.