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