source: trunk/HISTORY@ 1908

Last change on this file since 1908 was 1908, checked in by Gregg Young, 17 months ago

Update version copyright etc for 3.25 release

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 93.3 KB
Line 
1New stuff at the top. This list is not necessarily complete.
2
33.25
4 o Adjust layouts of dialogs to support larger font sizes (Gregg)
5 o Move the Help button to the lower left corner on most dialogs (Gregg)
6 o Fix spurious ea, date and time on nonexistent files in the compare dialog
7 Ticket #575 (Gregg)
8 o Fix occasional corruption in tree container on startup and rescan
9 Ticket #583 (Gregg)
10 o Fix spurious "no drop" on first subdirectories in the tree container
11 Ticket #584 (Gregg)
12 o Fix a trap caused by using a keyboard search in the tree container (Gregg)
13 o Fix a rare trap on tree container scan or rescan (Gregg)
14 o Fix some font and layout issues in View and Newview (Gregg)
15 o Rework RemoveCnrItems and RemoveArcItems to prevent traps (Steven)
16 o Rework FreeCnrItems to assure that all CNRITEMs are deleted (Steven)
17 o Use WinSendMsg CMA_NEXT instead of preccNextRecord so linkage is maintained
18 following inserts and deletions. (Steven)
19 o Some packaging updates including Ticket #574 (John)
20
213.24
22 o Rework Flesh/Stubby logic to avoid doing work on thread 1 (Steven)
23 o Add generic linked list support routines (Steven)
24 o Get tree switch code to work with new Flesh/Stubby code (Steven, Gregg)
25 o Move tree expand code off thread 1 (Gregg)
26 o Get ExpandAll to work with new Flesh/Stubby code (Gregg)
27 o Fix failure of CD/DVD icon and display name to revert on disk eject (Gregg)
28 o Stop Stubby from adding a null string file name eliminating some random traps
29 and occasional blank lines in the tree (Gregg)
30 o Get notify on hard drive without subdirectories code working (Gregg)
31 o Add missing MAKETOP code in directory containers works in tree view (Gregg)
32 o Removed recurse drive scan code -- obsolete with Flesh/Stubby changes (Gregg)
33 o Fixed occasional spurious A:\ drive not ready error on startup (Gregg)
34 o Improved consistency of MAKETOP in tree container (Gregg)
35 o Release tool improvements (John)
36 o Created high-mem safe wrappers for all API functions that fail when loaded high (John)
37 o Fixed trap in Stubby on startup (Gregg)
38 o Fixed failure of rename dialog to update the tree container (Gregg)
39 o Fixed trap on close while direct editing a file name (Gregg)
40 o Fixed heap corruption trap on rescan while a scan was still running (Gregg)
41 o Prevent a file name from being left blank during direct editing (Gregg)
42 o Fixed direct edit code prevents double free attempts and misc traps (Gregg)
43 o Made searchapath thread safe prevents potential traps (John)
44 o Corrected failure to show error message on attempted delete of locked nonexecutable
45 files (Gregg)
46 o Fix directory container compare selection code (Gregg)
47 o Fix real object creation when generating multiple objects (Gregg)
48
493.23
50 o Rework FM/2 Lite Config menu. Add drag&drop dialog toggle. (Steven)
51 o Rework FM/2 Lite Config menu. Add confirm delete toggle. (Steven)
52 o Correct View, Sort and Filter button initialization. (Steven)
53 o Rework FM/2 Config menu. Add confirm delete toggle. (Steven)
54 o Fix hang on scanning in FM/2 lite when drive tree is hidden (Steven)
55 o Fixed code errors identified by CPPCheck (Gregg)
56 o Fixed archive directory failure retry code (Gregg)
57 o Stopped using FM2Play to open multimedia files since MMOS/2 misidentifies many
58 file types (caused by mmioMP3 ioproc which claims it can play most anything)
59 Ticket 541 (Gregg)
60 o Unlock fixes (removed redundant error messages, now only try to unlock exes and dlls)
61 Ticket 549, 542 (Gregg)
62 o Suppress redundant error messages on answering no to deleting R/O files. Ticket 548
63 (Gregg)
64 o Update the dialog box type for "suggest dialog" Ticket 538 (Gregg)
65 o Newview mailto changes: improved identification of email addresses in text files;
66 fixed a buffer overflow trap; cut trailing punctuation from addresses; limited domain
67 to 3 characters. Tickets 543, 544 (Gregg)
68 o Newview now recognizes https:// as a url. Cut trailing punctuation from urls. (Gregg)
69 o Fixed failure to remove leading quote from extract directory in some cases Ticket 495
70 (Gregg)
71 o Fixed details view column allocation for drives that failed drive check (Gregg)
72 o Fixed a trap in Filter occurring with rescan or close while scan was in progress.
73 Ticket 535 (Gregg)
74 o Fixed rare tree container draw errors Ticket 545 (Gregg)
75 o JAVA objects can now be made by selection "Real object" on a .jar file. Ticket 37 (Gregg)
76 o Added support for critical EAs (Steven)
77 o Limited help auto open in quick settings to once per session. Ticket 520 (Gregg)
78
793.22
80 o Compare directories enhancements:
81 Fix snapshot file to actually load and save (with/without subdirectories) properly.
82 Toggle of include subdirectories leaves snapshot file loaded. Added an indicator
83 (textbox) that a list (snapshot) file is loaded.Ticket 490 (Gregg)
84 Added optional confirmation dialogs for delete move and copy Ticket 277 (Gregg)
85 Added EA compare option Ticket 80 (Gregg)
86 Fixed some minor interspace/display issues (Steven, Gregg)
87 o Fixed the readonly warning on delete code and enhanced the dialog it now has focus on
88 opening, accel keys, defaults to no and Esc key cancels operation. Rework readonly
89 code so it works with move to trashcan enabled Ticket 506 (Gregg)
90 Suppress readonly warning for delete of temporary files. Ticket 497 (Gregg)
91 o Changes to get 7z archives to work with AV2. Includes an ugly hack to compensate for
92 the fact that the compressed size is missing from some files in some archives.
93 This results in the filename being put in the nsize variable which then must be passed
94 to fname. Fortunately it displays compressed size as 0 since it can't deal with the non
95 numeric text string. A file name that is all numeric will show odd results.
96 Ticket 492 (Gregg)
97 o Changes to fix .tar.gz list because of changes in tar 1.20 (maybe earlier). Ticket 493
98 (Gregg)
99 o Added lzip support Ticket 494 (Gregg)
100 o Fix failure to create directory from archive file name when the name had a space.
101 Ticket 495 (Gregg)
102 o Added instruction for creating a new archiver definition in Archiver.bb2 using an
103 archive of the new type as a template to the help file. Ticket 21 (Gregg)
104 o Improved user interface responsiveness during long seek and scan operations (Gregg)
105 o Fixed trap that occurred when trying to run commands from the command list drop down
106 Ticket 509 (Gregg)
107 o Support git, svn, hg etc. version control metadata directory excludes in seek and scan
108 Ticket 404 (Steven)
109 o Fix trap on opening a file without an extension Ticket 496 (Gregg)
110 o Fix separate parameters. Moved to general page renamed separate settings for apps.
111 Ticket 497 (Gregg)
112 o Add "#" command line switch to workaround problem with blank command shell started
113 from fm2 after fm2 has been started with stdout and stderr redirected to a file.
114 Ticket 508 (Gregg)
115 o Fixed move to trashcan so it works when the trashcan::drives key hadn't been written
116 to OS2.INI Ticket 507 (Gregg)
117 o Installer fixes: Fixed the FM2 with logging object. Ticket 511 (Gregg)
118 Fixed install of file shadows in FM2 folder and subfolders Ticket 501 (John)
119 Fixed FM2 utilities install by FM2 warpin. (Gregg)
120 Fixed the suggest dialog which suggests parameters for newly installed objects.
121 Ticket 527 (Gregg)
122 o Fixed trap caused by cleanup of temp files left after a crash. Ticket 515 (John)
123 o Stopped file extensions in directory containers from changing to upper case following
124 a double click. Ticket 513 (Gregg)
125 o Stop loading FM2 in high memory to prevent odd traps. Ticket 500 (John)
126 o Fixed trap when attempting to print a file from an archive container Ticket 525 (Gregg)
127 o Disabled menu choices in archive container that aren't options for the selected
128 archiver. Ticket 100 (Gregg)
129 o Enhanced initial drive scan speed Ticket 528 (Gregg)
130 o Suppressed error message drive A: not ready on initial scan Ticket 529 (Gregg)
131 o Added information about drag and drop on program objects to the help file Ticket 530
132 (Gregg)
133
1343.21
135 o Search for duplicates now sorts results by filename. Ticket 8 (Gregg)
136 o Since eCS includes unlock.exe I have added unlock file to the file (directory container context) menu
137 so you can easily unlock a dll or exe file. Delete, copy and move operations open a dialog which allow
138 you to unlock files as part of these operations. An icon is included if you wish to add unlock to a
139 toolbar button. Ticket 11, 12, 357, 408 (Gregg)
140 o Added information on FM/2 as a WPS replacement to help files; a few additional documentation updates.
141 Ticket 55, 134 (Gregg)
142 o Enhance compare directories to allow inclusion of subdirectories or use of a list file on opening
143 Fixed failure of list file loading Ticket 145, 489 (Gregg)
144 o Added a warning dialog when a delete, copy or move operation which replaces/deletes a read only file.
145 Ticket 319 (Gregg)
146 o The "target directory" is now a drop target for move/copy or conditionally to change the target.
147 Ticket 373 (Gregg)
148 o The user can now change the presentation parameters in "thread notes" and "compare directories"
149 Ticket 443 (Gregg)
150 o Fixed 2 reported traps. Ticket 486, 487 (Gregg)
151
1523.20
153 o Identified mmioIdentifyFile's failure to correctly identify some files as the root cause of
154 a trap in GBM.DLL. ShowMultiMedia now only checks files with known multimedia extensions.
155 This will minimize but not complete prevent the problem. Ticket 402 (Gregg)
156 o Add suggested drive flags for use with Netdrive drives to help file. Ticket 171 (Gregg)
157 o Clarify ARCHIVER.BB2 date types and add a new one to fix displaying of .tar.gz files for Tar 1.15 and higher.
158 (Requires installation of ARCHIVER.TMP -> ARCHIVER.BB2) Ticket 473, 474 (Gregg)
159 o Stop loading EA.EXE's resources in high memory. This caused a trap on some machines. Ticket 470 (Gregg)
160 o Fixed behavior of the duplicate hotkey warning dialog in "Commands". Ticket 476 (Gregg)
161 o Fixed the failure of FM/2 to create a list file if it didn't already exist. Ticket 477 (Gregg)
162 o Fixed missing file size after copy in compare directories. Ticket 479 (Gregg)
163 o Extract called from the popup menu would fail if the archive file name contained a space. Ticket 480
164 (Gregg)
165 o Selecting "View" in the View Help Files dialog failed to open the selected file. Ticket 481 (Gregg)
166 o Fixed command line quoting. Ticket 475 (Gregg)
167 o The thread notes window now reopens on startup if it was open at shutdown. Ticket 482 (Gregg)
168 o Fixed a trap on drag in compare directory dialog. Ticket 483 (Gregg)
169 o Fix missing icons on archive and multimedia files. Ticket 484 (Gregg)
170 o FM/2 only opens either the scan error or select dialog on a drive scan error not both. Ticket 485
171 (Gregg)
172 o Code cleanup to try to increase drive scan speed. (Gregg)
173
1743.19.1
175 o This is a bug fix release. Most of these have existed for a very long time but were only
176 discovered recently.
177 o Fixed trap on startup when TMP and TEMP environment variable aren't present or aren't valid
178 Ticket 468 (Gregg)
179 o Fixed overlapped buttons in EA editor which prevented changing EAs. Ticket 467 (Gregg)
180 o Fixed collector trap when duplicate files were drop in. Ticket 461 (Steven)
181 o Fixed counter in collector to update # of files and KIBs at the same time. Ticket 455 (Gregg)
182 o Fixed path quoting code to prevent it adding a single " in some cases Ticket 463 (Gregg)
183 o Fixed commands to avoid assigning duplicate ID numbers. Ticket 463 (Gregg)
184 o Fixed commands dialog not to exit following clearing of a duplicate hotkey error. Ticket 464
185 (Gregg)
186 o Fixed FM/2 utilities wpi script so it can be installed without install FM/2 also. None of
187 the utilities have been updated. Ticket 460 (John)
188 o Fixed CMD file that installs unzip V6 support to avoid a warpin hang. Ticket 459 (John)
189 o Associations were not being saved when an association was moved to the top or bottom of the
190 list. Ticket 466 (Gregg)
191
1923.19
193 o Added the option to open the directory container of an item in the collector. Ticket 362 (Gregg)
194 o Finally appear to have fixed the duplicate names in the tree container on drive scanning
195 Ticket 363 (Gregg)
196 o Corrected the drive space display in the drive information dialog. Ticket 367 (Gregg)
197 o Eliminate "Drive not Ready" error when change the "Show in tree" option. Ticket 437 (Gregg)
198 o Force a reload of Archiver.bb2 anytime it is edited using FM/2's archiver editor and on
199 opening the editor if it has been changed on disk. Ticket 438, 441 (Steven, Gregg)
200 o Added an Open file button to the EA editor so multiple files can be edited without opening and
201 closing the dialog box. Ticket 439 (Gregg)
202 o Prevent an AV/2 hang caused by deletion of the temp directory and check that the temp
203 directory exists before creating temp files also prevents some hangs. Ticket 440, 442 (Gregg)
204 o Fixed trap that occurred if seeall is closed while it is scanning. Ticket 444 (Steven)
205 o Fixed trap that occurred when a scan added more than 64k files to a container. Ticket 446, 448
206 (Steven, Gregg)
207 o Improved UI and PM response during large file scans and container closes. Tickets 452-57
208 (Steven, Gregg)
209 o Eliminate double count up of files and kibs in directory containers Ticket 458 (Gregg)
210 o Removed instructions for updating resources which was badly out of date. Ticket 371 (Gregg)
211 o Added .xqs files and now install debug package by default to better utilize exceptq.
212 Ticket 447 (Gregg)
213 o Load as much of FM/2 in high memory as possible. (Gregg)
214
2153.18
216 o Rework compare directories for speed; allow AND'ed selections;
217 allow fast cancel from long running operations; more content menu items Ticket 276 (Steven)
218 o Use Ctrl-click to select state or commonly used directory quicklist entry without activating.
219 Handy for deleting entries without changing window state. Ticket 433 (Steven)
220 o Use Ctrl-click to select walk dialog user list entry without activating.
221 Handy for deleting entries without changing entry field content. Ticket 433 (Steven)
222 o Avoid drivebar MB2 exception (Steven)
223 o Avoid traps when changing tree container display style Ticket 408 (Steven, Gregg)
224 o Restore missing drives to drive list dropdown (Steven)
225 o Correct docopyf regression which caused move to same volume to fail with access denied (Steven)
226 o Eliminate intermittent hang on drive rescan (Gregg)
227 o Move clipboard buffer to low memory to correct paste failure in VIO windows. (Gregg)
228 o Corrected the file open logic to avoid attempting to open zero byte files as multimedia
229 among other oddities. (zero-byte now open a warning that gives the option of opening them
230 in the default text editor). Ticket 70, 409 (Gregg)
231 o Moved data from COMMADS.DAT to FM3.INI. This allows you to reorder your "commands" without
232 breaking any tool buttons you have created or changing the command's hotkey assignment.
233 Hotkeys are now user selectable. Tickets 65, 186 412 (Gregg)
234 o MPGs are now recognized as media files. Ticket 405 (Gregg)
235 o Another attempt to fix the rare situation where directory names are double listed in the
236 Tree container. Ticket 363 (Gregg)
237 o Remove high memory version which was broken by changes in open watcom 1.9 which use DosOpenL
238 (can open files larger than 2 gigs). DosOpenL doesn't thunk the high addresses correctly.
239 (Gregg)
240 o "Separate Parameters" now works. Ticket 414 (Gregg)
241 o Updated the quick settings page to include my standard settings as a choice and make
242 Default match the currently shipped defaults. Ticket 415 (Gregg)
243 o Changes to use wipfc as the default help file compiler. Tickets 420, 421 431 (Robert, Gregg)
244 o Fix a dialog box hang when an open archive is deleted or moved. Ticket 422 (John)
245 o Fix run failure of DOS and Win16 programs called from within an archive. Ticket 423 (John)
246 o Change "Cancel" button to "Close" in the Select Archiver dialog to better reflect its
247 function. Ticket 427 (John)
248 o Warpin installer will delete FM3RES.STR from your install directory. The file is obsolete.
249 Ticket 430 (John)
250 o Add support for unzip 6.0 in ARCHIVER.TMP file. Ticket 428 (John)
251 o Documented in the help files the error message returned by the trashcan when a disk
252 is full and explained its meaning. Ticket 251 (Gregg)
253 o Improved error message when the executable for an archiver isn't found in the PATH.
254 Ticket 403 (Gregg)
255 o .wpi files are now passed to PM for opening if no association is provided. Ticket 432 (Gregg)
256 o Append checkbox in save list dialog now works as expected. Ticket 436 (Gregg)
257 o Suppressed ERROR_FILENAME_EXCED_RANGE error on NTFS volumes; it appears to be an issue with
258 NTFS.IFS or the kernel. Ticket 435 (Gregg)
259 o Improve startup parameter suggestion wording and make behavior work as described. Ticket 434
260 (John)
261
2623.17
263
264 o Added progress indicators when copying or moving files and/or directories - flashing
265 led also shows list including # of total in thread notes window Ticket 302 (Steven)
266 o Place drive letters over bitmaps replace, enlarge bitmaps in drive bar and add a refresh
267 removable media and rescan button to the drive bar. Tickets 13, 91, 378, 385 (Gregg, David)
268 o Added Option to list drive label or file system name along side of the drive letter
269 in the drive tree. Tickets 47 339 (Gregg)
270 o Modified the directory container "Scanning" message to "Please wait ...scanning...
271 Ticket 291 (Steven)
272 o Toggling between split and full status bars no longer opens a databar window. Ticket 364
273 (Gregg)
274 o Shortened the status line 1 message for split status lines; Conditionally added
275 file system type to message. Ticket 365 (Gregg)
276 o Added option to open user INI, System INI or fm/2's INI files to a submenu on
277 the Utilities menu Ticket 366 (Gregg)
278 o FM/2 can now load in high memory. We have shipped both high (3.17.1) and low (3.17.0)
279 versions. Ticket 368, 388. 389, 401 (Gregg)
280 o Streamlined container scanning/loading Ticket 369, 370, 380, 381, 382 (Gregg, Steven)
281 o Fixed crashes caused by collecting files from list file and by pressing Ctrl-g
282 in the collector. Ticket 376, 395 (Gregg, Steven)
283 o Allow .LONGNAME to be displayed for FAT & LAN drives and delete .LONGNAME EA
284 if it becomes the filename on a copy or move. Ticket 377. 379, 386 (Gregg)
285 o Setting to turn off state save now work Ticket 383 (Gregg)
286 o Fixed container update failure in FM2 lite Ticket 390 (Gregg)
287 o Changed check for protectonly systems to avoid starting command.com which can hang a system
288 with a bad MDOS install Ticket 392 (Gregg)
289 o Update window layout help & fix labeling issues in fm2 main window help bmp Ticket 393
290 (Steven, David)
291 o Fixed a hang that occurred on SMP systems. Ticket 394 (Steven, Gregg)
292 o Fixed odd behavior when double clicking on the directory container directory icon.
293 Ticket 398 (Gregg)
294 o Provided the option to turn off the "drive exclude" suggestion dialog on start up.
295 Ticket 399 (Gregg)
296 o Suppressed error messages when scanning a directory containing a locked text file
297 or when Drag&Dropping more then one file from PMMail Ticket 391 400 (Gregg)
298
2993.16
300 o Correct walk, compare and dirsizes dialog setups to ignore saved dialog size
301 Ticket 342 (Steven)
302 o Move translatable strings to fm3dll.rc STRINGTABLE to support NLS translations
303 Tickets 6, 81, 340 (Steven, Gregg)
304 o Support backspace in directory container type to search allow longer time between
305 key strokes in type to search Ticket 348 (Steven)
306 o Filtering and select/deselect mask now work in archive containers that have
307 pathnames Tickets 358, 359 (Gregg)
308 o Date formatting and "thousand separator" should now reflect the system locale settings
309 Tickets 28, 82 (Gregg)
310 o Resolved a rare hang during startup drive scanning Ticket 361 (Gregg)
311 o Fixed failure of some system based toolbar buttons in FM/2 lite Ticket 352 (Gregg)
312 o Compare directories now remembers changes to details settings Ticket 346 (Gregg)
313 o EA checkbox on directory container notebook page now works Ticket 344 (Gregg)
314 o Error/Alert beeps can now be turned off in the settings notebook Ticket 341 (Gregg)
315 o Improve identification of text verses binary files when opening viewers Tickets 326, 338
316 (Gregg)
317 o Removed VAC 3.65 specific code Ticket 350 (Gregg)
318 o Reworked detail switches handling for saved states Tickets 343, 345, 347 (Gregg, John)
319
3203.15
321 o Added the option to turn write verify off on a per drive basis; it is turned off on nonfloppy
322 removables by default to address reports of hangs with FAT32 usb drives and of FAT USB
323 drives behaving as read only devices. Ticket 318/323 (Gregg)
324 o Seek and scan can now be started from the drives or directories context menus. Doing so
325 will use the drive/directory as the root for the search. Ticket 167 (Gregg)
326 o Added "DataBar" menu item to utilities menu. Ticket 280 (Gregg)
327 o Eliminated the need for archiver list to have start and end list strings; this allows it to
328 work with tar for example. Ticket 284 (John)
329 o Add setup for using latest tar including for .tar.gz and .tar.bz files (gzip and/or bzip must
330 also be in your path) to archiver.tmp (John)
331 o Added check for protectonly systems will gray out dos/win command line menu items and causes
332 Dos/Win executables to be opened in a viewer since they will fail anyway. Ticket 325 (Gregg)
333 o Added the option to rescan the drive tree on media eject (see scanning page of config notebook)
334 Ticket 48 (Gregg)
335 o Added Refresh removable media item to tree container menus Ticket 54 (Gregg)
336 o Grayed out partition tool menu item where the tool is not available in the path; removed partition
337 submenu default selection. Ticket 36 (Gregg)
338 o Added option to recursively scan selected drives at startup Ticket 322 (Gregg)
339 o Moved toggle word wrap in the MLE editor to "View" menu from a "Config" submenu Ticket 160
340 (Gregg)
341 o Added option to create extract directory from archive name Ticket 22 (Gregg)
342 o Added drop help to the tree container; fixed drop help to show the correct action on DO_DEFAULT
343 Ticket 320, 324
344 o Fixed seek and scan drive selection code so nonexistent drives aren't selected Ticket 301, 303
345 (Gregg)
346 o Several interface appearance/behavior issues were addressed Ticket 283, 305, 306, 311, 312
347 313, 316, 321, 328, 329, 330, 332 (Gregg)
348 o Fixed traps associated with deleting directories; closing a container after its
349 associated drive had been ejected and trying to execute a dll. Ticket 304, 317, 331 (Gregg)
350 o Added exceptq and process dump functionality to simplify defect reporting
351 Ticket 26, 307 (Steven)
352
3533.14
354 o New toolbar and drive icons (David)
355 o Updated toolbars they all include buttons to switch to any other provided toolbar (David)
356 o Right click on unformatted drive now provides the drives context menu Ticket 279 (Gregg)
357 o Corrected the menu items available for remote, virtual and removable drives
358 Eliminated instances of multiple menu defaults. Ticket 290 (Gregg)
359 o Added new icons for some objects in the FM/2 folder. Ticket 292, 294 (David, John)
360 o Enhanced scan speed for initial and complete rescan of drive tree. Ticket 25 (Gregg)
361 o Fixed typo that had changed the the filters data file from filters.dat to filter.dat;
362 It is now filters.dat which it was originally. (Gregg)
363 o Help file clean up, minor corrections updates and new icons. (David, John)
364 o Some additional bug fixes. Tickets 163, 187, 286, 289, 2, 58, 282, 285, 287, 293
365 (Gregg, John, Steven)
366
3673.13
368 o Trash can only used for drives that support it; it is not used as default Ticket 250 (Gregg)
369 o Check disk space remaining for temp and user files; Fix several issues related to full drives.
370 Tickets 154, 214, 268, 271 (Gregg)
371 o Added current toolbar and target directory to states. Ticket 259 (John)
372 o Add BMP resources for the 7 FM2 provided toolbars & make it clear how to turn them off.
373 Tickets 273, 274 (Gregg, David)
374 o Fix problems with default toolbars and develop a seamless install saving user modifications.
375 Ticket 267 (John)
376 o Fix issues with the toolbar button edit/add etc code. Tickets 260, 264, 266, 272, 275 (Gregg)
377 o Fix Dirsizes issues including a trap. Tickets 224, 255, 269 (Gregg)
378 o Performance optimizations. Tickets 252, 253 (Gregg)
379 o Interface cleanup; Tickets 257, 258, 261, 262, 270 (Gregg)
380 o Some additional bugs fixed; Tickets 254, 256, 278 & several without tickets (Gregg, Steven)
381 o Developed a release validation assistant. Ticket 107 (John)
382
3833.12
384 o When viewing archives, users can now select "Open default" or "Open Settings".
385 These options are available through the context menu and via the F6 and F7 keys.
386 Also available is open in FM2Play.exe for multimedia accel key only Ctrl + l
387 Ticket 126, 249. (John Gregg)
388 o The Settings notebook now responds to certain accelerator keys: F1 for help; F3
389 and both Enter keys for "Close and save" and ESC for "Close and discard changes".
390 Ticket 197. (John)
391 o For those who select "Show environment variables" in the Drive Tree, the list of
392 environment variables is now user-selectable on the "Tree" page of the Settings notebook.
393 Ticket 114. (John)
394 o FM/2 now uses the system TMP/TEMP directory for its Temp files. It should cleanup after
395 itself but it does it when it reopens following a crash. Let us know if it doesn't
396 Ticket 20 (Gregg)
397 o We have reworked the menus and accel keys in file containers (ie dircnr) to allow
398 for either the full path name (always available) or the filename to be saved/appended
399 to the clipboard. The menus were reworked to make access to these functions more obvious.
400 Ticket 137 (Gregg)
401 o Bug fixes, code cleanup and fortify enhancements (Steve, John, Gregg)
402
4033.11
404 o Fixed 2 traps in Dirsize, ticket 243 (Gregg Steven)
405 o Added the option of having delete move the files to the Xworkplace trash can, ticket 43
406 (Gregg)
407 o Added fortify support fix several memory management issues, ticket 213 240 (Steven Gregg)
408 o Fixed multi dot file association/filtering logic, ticket 235 (KO Myung-Hun)
409 o The Newviewer (not the old MLE) is used to view files when view is selected from menus
410 ticket 241 (Gregg)
411 o Fixed issues with details view not following user selected settings, ticket 237 239
412 (Gregg John)
413 o Eliminated the "bare" ini key details setting names. They are now prefaced by the container
414 name (ie DIRCNRS_) ticket 234 (John)
415 o Made all command line lengths obey user selected command line length, ticket 233 (Gregg)
416 o Added a state "FM2ShutDown" to the states dropdown box to allow easy return to the startup
417 state, ticket 227 (John)
418 o Fixed crash in compare directories if a file's name exceeded the OS/2 maximum, ticket 213
419 (Gregg)
420 o FM/2 reopens directory containers in the position they were closed in, ticket 103 (John)
421 o Add warnall support (Steven)
422
4233.10
424 o Removed the close button and menu item from the tree container which closed FM/2 (Gregg)
425 o Implement bubble help for bitmap menu items in collector and arc container (Gregg)
426 o Correct/enhance settings notebook navigation, ticket #188 (Steven)
427 o Reopen settings notebook to last selected page unless overridden, ticket #188 (Steven)
428 o Correct Compare Directories select count regression (Steven)
429 o Correct Compare Directories file sizes regression (Steven)
430 o Speed up Compare Directories filter redraw (Steven)
431 o Rework Config menu. Move some to submenu. Add drag&drop dialog toggle. (Steven)
432 o Rework Walk dialog. Put entry field at the top. (Steven)
433 o Subjectwidth/left now works in the collector. (Gregg)
434 o Change Config->Edit and Config->Palette menus to have no default (Steven)
435 o Avoid spurious error reports for R/O directories on FAT volumes. Ticket #116. (Steven)
436 o Add immediate updates toggle to config menu. Ticket #132. (Steven)
437 o Fix toolbar to change background colors with color drag drop ticket #161 (Gregg)
438 o More Compare Directories rework. Filters now honored by actions. Tickets #191, #198 (Steven)
439 o Fix failure of direct edit of Subjects and LongNames (Gregg)
440 o Walk directories and walk directories2 now remember size and position. (Gregg)
441 o Compare directories dialog remembers size and position. (Gregg)
442 o Individual directory containers can have different fonts & colors which are saved
443 and restored (Gregg)
444 o Moved command line, system and bookshelf to submenus on the utilities menu (Gregg)
445 o Restore no-prescan drives if restoring named state
446 This reverts to original behavior for named states
447 o Rework collector progress reporting and improve performance (ticket #79)
448 o Compile OpenWatcom version into binary (Steven)
449 o Add conditional cascade to main menu settings menu item (Steven)
450 o Rework ResizeChildren to resize drive tree correctly (Steven)
451 o Avoid trap in TreeCnrWndProc WM_SAVEAPPLICATION (Steven)
452 o Fix _fsopen failure when creating a new list file (Gregg)
453 o Stop collector from trying to remove container items that were never inserted (Gregg)
454 o Recollect of hidden items now updates the items and unhides them (Gregg)
455 o Put hide/remove etc menu options on collector "view" menu (Gregg)
456 o Fix trap in seeall cause by pathname(s) that exceed maxpath (Gregg)
457 o Restore SaveDirCnrState internal state save logic - accidentally removed
458 o Move save shutdown state name to strings (IDS_SHUTDOWNSTATE, ShutdownState)
459 o Add unhide menu option (Gregg)
460 o Enable user settable command line length (Gregg)
461 o Add presparams & update appearance of "Sizes" dialog (Gregg)
462 o Fix save and restore of non-default details view settings (John)
463 o The state at shutdown is now available (read-only) in the States combo box (John)
464 o The list of excluded drives in the parameters of the FM/2 object
465 are no longer overwritten during the FM/2 install (John)
466 o The FM/2 Utilities package will no longer be selected automatically
467 during the install if it has already been installed. (John)
468 o Add a "debugging support" package to the Warpin WPI file (John)
469 o The build process has been changed so that script is updated with the new
470 version number the first time the WPI file for that version is built (John)
471 o Changed the build process to skip LXLITE processing on debug builds (John)
472
473
4743.09
475 o Check program strings entered in assoc, commands & settings for quoting,
476 file extension, space before args and existence on entry. (Gregg)
477 o Add TestFDate and TestCDate for date compare and sort functions (Gregg)
478 o Use commaFMTULL for formatting additional file, EA etc size information(Gregg)
479 o Give LIBPATHSTRICT option for mailto & run FTP/HTTP (Gregg)
480 o Add "mailto" option in new viewer (Gregg)
481 o Make WPURLDEFAULTSETTINGS the fall back for ftp/httprun (Gregg)
482 o Update CopyPresParams to copy all types of pres parameters (Gregg)
483 o Add "Save as" menu item to internal viewer (Gregg)
484 o Eliminate deletion of ext path if it was not valid on startup
485 o Allow saving of a currently not valid ext path with warning (Gregg)
486 o Internal editor now handles readonly files (Gregg)
487 o Correct hex edit buffer sizing to avoid data loss (Steven)
488 o Use CopyPresParams to fix presparam inconsistencies in menus (Gregg)
489 o Correct variable cast to fix hex code display problem (Gregg)
490 o Correct variable cast to fix hex code display problem (Gregg)
491 o Update includes to allow standalone usage (Steven)
492 o Switch to wrc.exe default; support USE_RC from environment (Steven)
493 o Avoid out of memory traps in Compare Directories (Steven)
494 o Correct INI editor copy failures (Steven)
495 o Use CloseProfile to avoid spurious system INI closes (Steven)
496
4973.08
498 o Cancel in walk directories dialog now directly closes dialog even if
499 directory path text has changed (Gregg)
500 o Fixed seek and scan crash caused by file names that exceed maxpath(Gregg)
501 o Fixed INVALID_NAME error caused by FILEFIND buffer crossing a 64k boundary (Steven)
502 o Added 32 bit DosQuerySysState API (Gregg)
503 o Warpin build will not attempt to use wrong wic.exe (John)
504 o Make directory now always lists current directory (not subdirectories)
505 on status line (Gregg)
506 o Use thousands separator from default COUNTRYINFO (Gregg, Steven)
507 o Add support for files over 4GiB (Gregg, Steven)
508 o Rework filemask logic to match last extension and allow for better
509 string matching (Gregg)
510 o Use 4096 byte buffers to protect against NFTS driver small read defect (Steven)
511
5123.07
513 o Tweak build process (Steven)
514 o Rework internals to increase file and directory limits (Steven, Gregg)
515 o Rework internal sleep durations to increase performance (Gregg)
516 o Rework file scanning buffer handling to increase performance (Gregg)
517 o Speed up Config->Tree->Collapse before switching speed (Steven)
518 o Speed up Dup find code. (Gregg)
519 o Update configuration notebook scanning page (Steven)
520 o Rework states logic to allow longer state names, tickets #109, #31 (Steven)
521 o Report delta time in debug messages (Steven)
522 o Added BldFullPathName cleaned up comp dirs code fix right left misalignment(Steven)
523 o Added BldQuotedFileName and BldQuotedFullPathName to streamline code. (Steven, Gregg)
524 o Increased limit on Subject EA to 1024 from 40. (Gregg)
525 o Corrected dir sizes accel key to ctrl + z. (Gregg)
526 o Fixed addition of ff in Hex notation by archiver editor. (John)
527 o Updated build instructions on FM/2 Wiki. (David)
528 o Dir sizes correct some sizing and positioning issues. (Steve)
529 o Removed error message in eas.c which caused seek and scan for text including eas to fail on
530 read only files. (Gregg)
531 o Fixed unnecessary menu item removal when FM/2 is run as the WPS.(Gregg)
532 o Fixed the restore of the settings under "Include in details view" on the "DirView"
533 tab of the configuration notebook, Ticket 118/71 (John)
534 o Subject column can be moved to left side of split bar in directory container
535 and/or sized which will truncate long subjects (Gregg)
536 o Avoid can not set fm3.ini read-only failure - DosSetPathInfo (Steven)
537 o Avoid exception when exiting File/Directory Object Information dialog (Steven)
538 o Fix a fast viewer text file load failure. (Gregg)
539 o Reversed behavior of horizontal scroll bar in fast viewer bar present with unwrapped text
540 absent with wrapped text and hex
541 o Add accelerator support to quicklist windows (Steven)
542
5433.06
544 o First release built with OpenWatcom associated documentation updates (Steven,Gregg,John)
545 o Fixed ramdisk not shown in quicklist drives dropdown and drive bar drive lists (Gregg)
546 o Fixed WORKPLACE_PROCESS environment variable check (Gregg)
547 o Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit (Steven,Gregg)
548 o Change mouse button 3 white space click to fail silently (Gregg)
549 o Document behavior of global.exe when attempt is made to run it from 4os2 (Gregg)
550
5513.05.09
552 o Update readme to reflect warpin install and other code changes (David, John, Gregg)
553 o Avoid spurious add_udir error reports (Steven)
554 o Harden drag/drop error recovery (Steven, Gregg)
555 o Add DbgMsg (Steven)
556 o Rework selective error logging logic
557 o Rework state save/restore user interface to report problems better (Steven)
558 o Correct FileInfoProc binary file detect (Steven)
559 o Correct FileInfoProc/IconProc race crash - ticket#77 (Steven)
560 o Convert to WarpIN installer - ticket #10 (David, John)
561 o Work around for drag/drop limit in PM ticket 50 (Gregg, Steven)
562 o Add RunFM2Utils function find utils in path or \utils (Gregg)
563 o Fix MMPM file scan to not try to play nonmedia files (Gregg)
564 o "Replace" in commands dialog now leave list order intact (Gregg)
565 o Code cleanup (ROT13 compiler warning, removed win class pstrings QWL_USER) (Gregg)
566 o Removed original Readme from distribution package
567
5683.05 beta08
569 o Add SelectDriveIcon function (Gregg)
570 o New drive flags - ramdisk, virtual drive & no drive stats (Gregg)
571 o New icons for ramdisk, virtual drives & directories (David)
572 o Avoid saving directory settings for no prescan drives on close (Steven)
573 o Restore Make directory menu item to drive container context menu (Gregg)
574 o Add read only NTFS file support (requires NTFS.ifs) (Gregg)
575 o Removed most hard coded fonts from dialogs updated Helv font to Helvetica (Gregg)
576 o Moved fonts to string file (Gregg)
577 o Expanded FM2's recognition of image & archive file types (Gregg)
578 o Help file updates (Gregg)
579 o Source code cleanup (Gregg)
580 o Icons update appropriately with drive flag changes (Steven)
581 o Avoid restoring directory windows for no prescan drives (Steven)
582 o Avoid hangs when viewing zip content and running viewer as child
583 o Honor NOPRESCAN flags for drives left open on exit
584 o Refresh tree container drive icon after prescan enable
585
5863.05beta07
587 o Support additional file systems types (Gregg)
588 o Reorganize menus (Gregg)
589 o Enhance unzip option controls (Gregg)
590 o Remember search options in Seek and Scan (Gregg)
591 o Allow drive flag editing for not ready drives (Gregg)
592 o Correct bitmap loading defects (Steven)
593 o Update documentation (Gregg)
594 o Add newer, better bitmaps (David)
595 o Update Readme to discuss move to Netlabs (Steve)
596
5973.05beta06
598 o Put .. back in walk list - oops
599 o Correct walk directory list build regression - oops
600
6013.05beta05
602 o Rework session termination logic - avoids hanging zip windows and others
603 o NDFS support by Gregg
604 o Default seek and scan to show files
605 o Rework menus
606 o Correct . and .. compare logic to not skip .dir and ..dir
607 o Correct compare directories . and .. skip logic to not skip .dir
608 o Association editor fixes by Gregg
609
6103.05beta04
611 o Change to standard F1 Help hotkey by Gregg
612 o Association editor enhancements by Gregg
613 o Commands editor enhancements by Gregg
614 o Avoid spurious error popups
615
6163.05beta03
617 o Help file updated by David
618 o Avoid toolbar bitmap edit exception
619 o Toolbars reworked by David
620 o Add more missing fm3.hlp dependents to makefile
621 o More great bitmaps from David
622
6233.05beta02
624 o Disable conflicting menu options while collector busy
625 o Integrate Gregg Young's partition format enhancements
626 o Integrate John Small's switch list title logic
627
6283.05beta01
629 o More great bitmaps from David
630 o Avoid cascading messages when collector file list is a binary file
631 o Rework some error messages
632 o Add unlock.exe to commands template
633
6343.04
635 o Recover corrupted finger pointer
636 o Allow quick abort of large archive open
637 o Open large archive containers at idle priority
638 o Update archiver usage help (thanks Gregg)
639 o Expose internal errors to user rather than just beeping
640 o Check and report more "should not occur" errors
641 o More new icons (thanks David)
642 o Allow vcollect applet to die on window close
643
6443.04 pre11:
645 o Add hide not selected to Compare Directories
646 o Add compare content to Compare Directories
647
6483.04 pre10:
649 o Allow non-null terminated archive signatures
650 o Preserve archiver.bbs comments
651
6523.04 pre9:
653 o Add archiver definition add/delete/move support
654
6553.04 pre8:
656 o Avoid toolbar window list trap (action 9010)
657 o Avoid internal editor file corruption when wrap on
658
6593.04 pre7:
660 o More archiver.bb2 template rework
661 o Correct archiver window date/time suppress logic
662 o Clean up archiver.bb2 loader
663 o Minor makefile corrections
664
6653.04 pre6:
666 o Correct typo in MakeValidDir() - avoid drive button RMB trap
667
6683.04 pre5:
669 o Support archivers with no list headers (tar)
670 o Support archivers that only extract with directories (tar)
671 o Disable menus for not ready volumes
672 o Correct missing collector view button window updates
673 o Correct fallback logic in MakeValidDir()
674
6753.04 pre4:
676 o Correct longnames display enable
677 o archiver.tmp (archiver.bb2) updated and optimized
678 o Support archiver.tmp install
679
6803.04 pre3:
681 o Support jfsopt.cmd install
682 o Support tarlist.cmd install
683 o Ensure install.cmd updates fm/2 Desktop folder icons
684 o Support empty signatures in archiver.bb2
685
6863.04 pre2:
687 o More icon updates (David's v18)
688 o Avoid user directory edit crash
689 o Avoid crashing if archiver.bb2 entry has no signature
690
6913.04 pre1:
692 o Avoid commands menu do it yourself trap
693 o Correct filesystem type details view column selections
694 o Rework resource kit into standard makefiles
695 o Replace bitmaps and icons (thanks to David Graser and others)
696 o Add JFS optimize support (thanks to Gregg Young)
697 o Avoid Directory Sizes hangs
698
6993.03:
700 o Rework resource kit and reskit readme
701 o Correct directory sizes sort
702 o Correct archive sort again
703
7043.02i:
705 o Rework Databar to avoid delays for inaccessible volumes
706 o Lots of work on large file support
707 o Switch to VAC 3.65
708 o Correct name parsing in collector and archive containers
709 o Output popup error messages to stderr and to screen
710 o Correct archive container initial sort setup
711 o Avoid startup trap in FindSwapperDat (VAC3.65 compat)
712 o Correct reversed wrap menu in new viewer
713 o Misc VAC3.65 compat rework
714 o Avoid referencing garbage in collector
715 o Resolve some icon selection inconsistencies
716
7173.02h:
718 o Show full target path in Drag/Drop dialogs
719 o Add debug support to troubleshoot invisible FAT32 drive
720 o Correct archiver.bb2 editing
721
7223.02g:
723 o Update removable drive support to work for USB MSD
724
7253.02f:
726 o Add large drive support to the dirsize applet startup screen
727 o Avoid spurious filldir errors for large drives
728 Will still get get math errors for >4GB directories
729
7303.02e:
731 o More see all files fixes
732 o Correct internal viewer WM_VSCROLL logic (amouse)
733
7343.02d:
735 o Clean up icon usage
736 o Add missing refresh after compare subdir toggle
737 o Try to avoid playing non-MM files when use MMOS2 enabled
738 o Rework directory sizes for large drives
739 o Correct Show All Files requests from Tree View context menu
740 o Correct resource strings
741
7423.02c:
743 o Correct broken assignments
744 o Force Compare Directories window refresh on subdir toggle
745
7463.02b:
747 o Add JFS and FAT32 support
748
7493.02a:
750 o Replace corrupted remote.ico.
751 o Correct archive name display
752
7533.02:
754 o First open source release.
755
7563.01:
757 o Added another archiver date type for user Jans-Peter Otto.
758
7593.00d:
760 o FM/2 Lite remembers if a directory pane was maximized when it
761 closed now (duh -- should have all along, I just forgot).
762
7633.00c:
764 o More minor bug fixes.
765
7663.00b:
767 o Fix two minor bugs reported by users.
768
7693.00:
770 o Most of the text in FM/2 is now accessible from outside the source
771 code files, meaning translations to other languages should now be
772 possible without much problem. A resource translation kit is offered
773 free-of-charge to registered users. This required some additional
774 files (FM3RES.DLL and FM3RES.STR), but FM3DLL.DLL becomes (at least)
775 correspondingly smaller.
776 o Jazzed up Autoview a bit.
777 o Removed a bug that sneaked in during code optimization detected by
778 a user where archive members couldn't be dragged. Then optimized
779 some more, thus tempting fate.
780 o Improved FM/2's internal window selection from menus.
781 o The status button in Directory Containers that shows the selected
782 number of files and bytes now displays a select menu when clicked.
783 o Drive buttons will now show free space on drives as bubble help
784 except for CD-ROM drives, diskette drives A: and B:, and drives
785 marked as "slow" in the drive flags dialog. I also made the buttons
786 a little bigger, and they'll "stack" if required due to insufficient
787 width.
788 o Removed System Information applet from FM/2 -- OS/2 seems to have
789 this stuff built-in now.
790 o Moved MakeArc into the FM/2 Utilities package.
791 o You can now add selected environment variables that list directories
792 (like PATH, LIBPATH and DPATH) to the Drive Tree with a toggle in
793 the internal Settings notebook on the Tree page. Cool.
794 o You can now set a default Target directory for menu and accelerator
795 key copy and move operations, and choose to confirm (and perhaps
796 change) that directory on each operation, or accept it without
797 confirmation.
798 o FM/2 will now make program object Parameters suggestions the first
799 time it's run (no FM3.INI exists) if you should exclude any drives,
800 and will even set the Parameters for you if you like.
801 o Yet more tweaking that no one will ever notice...
802
8032.67:
804 o Jazzed up the mini-command line a bit.
805 o Command lines for the Execute dialog and mini-command line are now
806 saved separately (the former in CMDLINES.DAT, the latter in
807 CMDMINI.DAT, same format). You can save, or not, either type for
808 recall.
809
8102.66:
811 o Increased duration of error window to 5 seconds from 3 (click it to
812 make it vanish early), changed background color to white and text
813 color to dark red, surrounded with red rectangle to make it stand out
814 more. Also gave it a distinctive sound. (This is the error window
815 you get if you do something like try to open the diskette drive when
816 there's no diskette inserted.)
817 o Killed bug reported by Paulo Mario where FM/2 could crash (suddenly
818 exit) after moving a file and overwriting an existing file.
819 o Reworked Databar a bit.
820 o For the adventurous among you, try holding Shift or Ctrl while
821 clicking that second status window in a Directory Container...
822
8232.65:
824 o You can drag an object onto the Drive tree's Open button now, and
825 a Directory Container for that object will be opened.
826 o Long-overdue code cleanup begins...
827 o Fixed bug in FM/2 Lite where it was sorta paying attention to the
828 "bottom buttons" setting in FM/2 when it should ignore it.
829 o Played with FM/2's default settings for new users -- some of the
830 best stuff was turned off by default!
831 o Changed the behavior of the Rename dialog somewhat per user
832 suggestion. "Overwrite if target older or same," "Overwrite if
833 target newer" and "Don't ask again" checkboxes now allow you to
834 selectively skip being asked about naming conflicts for the rest of
835 an operation. Note that clicking the "Okay" button honors these
836 choices, but the "Overwrite" button overrides them for that one file
837 (an overwrite _will_ be performed).
838
8392.64:
840 o Made Window->Tile a cascade menu with Tile as the default, but you
841 can also set Autotile and Tile backwards toggles (renamed Tile
842 horizontal) there.
843 o More help file work.
844 o Tweaking of a few things no one will ever notice, except perhaps
845 as a feeling of more smoothness in a few places.
846 o Added "Leave all attrs" button to Attributes dialog to make
847 "touching" files easier.
848
8492.63:
850 o Fixed bug in UNDEL.EXE pointed out by a user.
851 o Added "Double-click" topic to Tutorial section of help. Did you know
852 that you can make FM/2 do something different when you double-click
853 an object? Other miscellaneous work on the help file.
854 o Moved "Create shadows" command under "Copy" cascade in menus where no
855 separate "Create objects" cascade is available and a "Copy" cascade
856 is available.
857 o Made the way menus appear on new View and Sort buttons more
858 attractive (IMHO).
859 o Bubble help won't appear if the window isn't active now (oversight).
860 o To make it easier to parse the saved output from a Directory sizes
861 window, directory names containing spaces are now surrounded by quote
862 marks.
863 o Related: Put SEEHELP.EXE into FM2UTILS.ZIP for those who have
864 versions of OS/2 with VIEW.EXEs that won't read .HLP files directly.
865 You can read the FM/2 help file directly using this program on such
866 systems: "SEEHELP FM3.HLP".
867
8682.62:
869 o Added /SAVE and /NOSAVE to mini-command line options for a user.
870
8712.61:
872 o Added new buttons to Directory Container, Archive Containers and the
873 Collector that allow you to set sort, filter and view. Removed
874 filter button from bottom of screen (no longer needed). Revised
875 window layouts help to show modified layouts.
876 o More newuser-friendly junk (more bubble help, etc.).
877 o Added Find first/next to INI viewer. Listbox command will work in
878 is bordered in red.
879 o Just a BTW -- there's a new IMAGE.EXE (the FM/2 image viewer utility)
880 in FM2UTILS.ZIP, available free-of-charge at
881 http://www.bmtmicro.com/catalog/fm2
882 I put some stuff in it that I needed for making pictures for the help
883 files.
884
8852.60:
886 o Fast internal viewer can start configured editor from menu (Ctrl + e
887 accelerator) per user request. Remember, to edit files in an
888 archive, you must still use Files->Refresh to cause selected files to
889 be refreshed in the archive.
890 o Added a bit more bubble help (remember, you can turn bubble help on
891 and off (somewhat selectively) in the internal Settings notebook).
892
8932.59:
894 o Rename dialog will now specifically tell you if the source file is
895 newer, older or same date as target and smaller, larger or same size
896 if there's a conflict with an existing target file, per user request.
897
8982.58:
899 o Added ability to create a new directory and switch to it in the
900 common directories user list (select <New directory>). Revised
901 help to reflect this.
902 o Holding down Shift while selecting a state name will prevent FM/2
903 from closing windows already open now (per user request). An
904 automatic retile of all windows is then performed.
905
9062.57:
907 o Added ability to sort by subject per user request (wouldn't it be
908 nice if Netscape put where we got downloaded files from in an EA? Or
909 let you drag a file over it without locking up the system?).
910
9112.56:
912 o Added ability to use exclusion masks in the Seek and Scan dialog
913 per Harry Travis' request. Also added Append checkbox.
914
9152.55:
916 o Fixed bug reported by Ralph Alvy -- "Append" checkbox being ignored
917 in Save to listfile dialog, FM/2 always appended to listfile.
918
9192.54:
920 o Small tweaks.
921 o I don't do Compuserve anymore. Reach me via the net, or just go to
922 FM/2's web page at http://www.bmtmicro.com/catalog/fm2
923
9242.53:
925 o Added Commands user dropdown list for picking commands to run on
926 selected files more quickly and easily.
927 o Removed "#" character from AV/2 temporary directory -- WebEx and
928 Netscape were choking on it (a).
929 o Allow disabling FM/2's custom file dialog so you can use MSE's
930 instead, if you like (the toggle's on the General page). (What's
931 MSE? Look at http://www.bmtmicro.com/catalog/mse) (a).
932 o Added support for PKZIP 2.50 (b).
933
9342.52:
935 o When the FM/2 main window is resized and a Directory Container is
936 maximized within it, it will remain maximized.
937 o Modified AV/2 and ARCHIVER.BB2 so that RAR v2's woefully NIH
938 listings can be read. Would it just _kill_ you archiver authors to
939 get together and come up with some sort of easily parsed listing
940 standard, then stick to it? Please?
941 o FM/2 will now show the current decryption keyword for extra programs
942 like DBFVIEW and FMT from the About box.
943
9442.51:
945 o Tweaked image viewer initial sizing algorithm to better handle very
946 small bitmaps at more nearly correct perspectives.
947 o Added "No folder menu" toggle to internal Settings notebook by
948 user request.
949 o Put floppy letters back into drives userlist dropdown due to
950 user request.
951 o Made image viewer a separate executable due to a memory leak in
952 OS/2's MMPM/2 (mmio) under Merlin beta and some Warp 3 fixpack
953 configurations -- closing the application frees the memory, but
954 nothing else will, so a small, fast, separate application "fixes" the
955 problem (or, if you prefer, "OS/2 bug"). Like FM2PLAY.EXE, this
956 IMAGE.EXE file will now be in the FM/2 Utilities package (FM2UTL.ZIP
957 on CI$ or FM2UTILS.ZIP on the internet). You'll probably want to
958 remove any old IMAGE.CMD file built by previous FM/2 installs.
959 o Added ability to view and manipulate files in archives containing
960 spaces in the filename for archivers that provide information in a
961 particular way (see ARCHIVER.BB2 -- ZIP and LZH archives are set up
962 this way). Other folks who use ARCHIVER.BB2 should take a look at
963 the updated documentation to see how to take advantage of this, but
964 it's backward-compatible, so old versions of those programs will
965 still work correctly with this change.
966 o Removed SEEHELP.EXE -- Warp has the ability to view help files using
967 VIEW.EXE which comes with the OS.
968 o Added "WPS Move" and "WPS Copy" commands.
969 o I no longer accept registrations via direct mail. Registrations are
970 available through BMT Micro or CIS' SWREG only (BMT recommended --
971 see REGISTER.TXT). I just got too much snail mail and couldn't keep
972 up with all of it.
973
9742.50b:
975 o Added ability to convert an image file to another format from the
976 image viewer window.
977 o All supported multimedia types are now "played" automatically on
978 double-click unless you have an FM/2 Association set for them.
979
9802.50a:
981 o Added "Run Viewer as child session" toggle -- if used, any open
982 viewers will close when FM/2 closes.
983 o Added "Env" button to Seek and scan dialog (for searching through
984 directories listed in environment variables).
985 o Added "No sort" option to Collector sorting.
986 o FM/2 will now offer to remove old registration when started after
987 registration has expired, making it easy to enter updated
988 registration information.
989 o Directory Containers can now be switched into Tree View. See also
990 new "Stay in Tree View" toggle.
991 o B2 on Directory Container Folder buttons pulls up an abbreviated
992 popup menu.
993 o Bugfix: The Autoview window wouldn't let you enter Comments on an
994 object that didn't already have them (duh).
995 o FM/2 now taps into MMPM/2 to display image files, instead of GBM. To
996 activate FM/2's "internal" image file viewing, be sure to remove any
997 Associations for MMPM/2-supported image file types (JPG, TIF, BMP,
998 PCX, GIF, etc.) using FM/2's Config->Edit Associations command.
999
10002.50:
1001 o Added a horizontal scrollbar to Global files viewer.
1002 o Added line wrap (and thus horizontal scrollbar) to fast internal
1003 viewer.
1004 o Added WWW and FTP component launching to internal viewers per
1005 user request. BTW, testpm.exe from the FM/2 Utilities is handy for
1006 deciphering the arguments to FTPPM.EXE, which are a bit bizarre and
1007 undocumented. Just rename FTPPM.EXE to FTPPM.BAK, copy TESTPM.EXE
1008 to FTPPM.EXE in the same directory, open the FTP object's Settings
1009 notebook, then open the FTP object's program and compare the
1010 results.
1011 o Added optional blue/yellow LEDs which can be used in place of the
1012 default red/green thread LED bitmaps.
1013 o Added a toggle to make the databar boring for those who can't stand
1014 too much excitement (I have users who are easily worn out :-). Also
1015 added file system type to end of string on user request.
1016 o Execute dialog will try to remind you why you called it up in case
1017 you fall asleep after double-clicking the mouse and awake confused.
1018 It could happen.
1019 o Couple of more small workarounds for Merlin beta bugs.
1020 o Changed the way the toolbar displays help to eliminate capturing
1021 the mouse (kludge, OS/2 should have a WM_MOUSELEAVING message).
1022 o Added mini-toolbar to fast internal viewer.
1023 o Note new internet address.
1024 o Price reduction for commercial registrations.
1025 o SET environment variable DOS_SHELL in CONFIG.SYS if you want to use
1026 an alternate command processor in DOS sessions (for example,
1027 SET DOS_SHELL=C:\4DOS\4DOS.EXE).
1028 o Remap command now uses NET USE, enhancements (like it works, for
1029 one :-).
1030 o Added Miscellaneous->Detach (Ctrl + H) command to Drive Tree drive
1031 popup to detach local drives from remote resources.
1032 o Updated FM2PLAY.EXE (in FM2UTL.ZIP on CIS, FM2UTILS.ZIP elsewhere),
1033 including more controls and ability to load list of files from a
1034 listfile. FM/2 will use this listfile method when playing more
1035 multimedia files than will fit on a command line using the
1036 View->Multimedia (Ctrl + l) command. OS/2 command lines are
1037 limited to about 1000 characters, if you're interested.
1038 o Lots of other little tweaks and improvements -- some you might
1039 even notice.
1040
10412.49:
1042 o More cosmetic tweaking -- for example, changing status line or bottom
1043 button text font will now result in resizing of control to match new
1044 font. BTW, if you set ugly fonts or colors and want the defaults
1045 back, one way to do it completely is to delete the window position
1046 entry in OS2.INI and start from scratch...
1047 o Work around for nasty bug in Merlin beta Voice Manager.
1048 o Remap drives command added -- untested at this time, as I have no
1049 LAN. If you try it and it doesn't work, please report the error
1050 code displayed. If it works, let me know that, too.
1051 o Fixed bug in Merge code.
1052 o Added mini-toolbars to Archive Containers and the Collector (visible
1053 only if you have the toolbar in FM/2 turned on, of course).
1054 o A couple of other little things folks asked for -- I forget.
1055
10562.48a:
1057 o Lots of cosmetic stuff (for example, check out the Databar).
1058 o Additional help, partitioned Context menu help into smaller "chunks."
1059 o Added Find button to Archive dialog.
1060 o More Merlin preparations.
1061 o Added UserDirs dropdown to standard OS/2 file dialogs used by FM/2.
1062 o Added Duplicates command to Global file viewer.
1063 o More (subtle) tweaking of Seek and Scan dialog.
1064 o Anybody else notice how the competition is trying (in vain) to
1065 copy FM/2, but having a great deal of trouble keeping up with
1066 the Joneses? :-)
1067
10682.48:
1069 o Ideal size button logic adjusted so it will work as might be expected
1070 with Merlin's new Warpcenter.
1071 o Logic for sizing of titlebar buttons adjusted so they look better
1072 under Merlin.
1073 o Fixed bug in EA editor's MLE control -- an apparent change in the way
1074 Warp handles the MLM_QUERYFORMATTEXTLENGTH with an overlong length
1075 parameter has changed, resulting in the MLE not being cleared properly.
1076 o Autoviewing file comments (.COMMENTS EA) now displays the comments in
1077 an MLE rather than static text control, allowing editing. Moving the
1078 focus from the MLE after making a change saves the new EA. Note: if
1079 a .COMMENTS EA is damaged, FM/2 won't let you edit it in this window
1080 for safety (maybe some strange program wanted it that way). You can
1081 fix it in the EA viewer (Ctrl + Shift + E) if you know it's an anomaly.
1082 Use the Ctrl + Tab accelerator key to switch focus to the Autoview
1083 MLE if you're keyboarding. FM/2 supports .COMMENTS EAs up to 32767
1084 characters in length. Each line of the MLE (newline, not wrap)
1085 creates a separate EAT_ASCII value, in case you care and know what
1086 the heck I'm talking about... BTW, GCP downloads automatically fill
1087 in the .COMMENTS and .SUBJECT EAs for you if so configured, though
1088 it seems to save the .COMMENTS EA in a weird (different from the
1089 WPS) format -- but it's readable.
1090 o You can use command line switch -<ininame> to start FM/2 with a
1091 different INI file (i.e. "FM3.EXE -C:\MYINI.INI"). This means
1092 that different users can set up FM/2 to taste and use separate
1093 FM/2 objects to start their "version" of the program on the same
1094 machine.
1095 o FM/2 will try to remind you why the Walk directories dialog was
1096 invoked, per forgetful, worn-out user request. :-)
1097 o Keys help added per user request.
1098
10992.47:
1100 o Added "View->As archive" context menu option per user request.
1101 o Added maximize/restore button to "FM/2 Lite" Directory Containers.
1102 o Added Autoview window to "FM/2 Lite."
1103 o Added "View archive" button to Archive List Error window.
1104 o Fixed bug -- Ctrl + F7 not bringing up context menu with Sort
1105 submenu selected.
1106 o Jazzed up direct renaming of files and directories.
1107 o Jazzed up Seek and Scan dialog per user request.
1108 o AV/2 will now accept wildcarded filenames and view the first matching
1109 file in whatever manner seems most appropriate.
1110 o Delete key deletes files, Ctrl + Delete is permanent delete, Shift +
1111 Delete is save to clipboard, Ctrl + Insert is make directory, Ctrl +
1112 Pageup is parent directory, Ctrl + Pagedown is previous directory,
1113 Ctrl + Home is root directory. Obviously, not all these keystrokes
1114 are meaningful in all windows (for instance, parent directory doesn't
1115 do anything in the Collector). These new shortcut keys are in
1116 addition to existing accelerators. Applicable windows (see previous
1117 caveat): Directory Containers, Drive Tree, Archive Containers,
1118 Collector, Global files windows. Per user request. These are not
1119 "real" accelerator keys as they tend to bleed through and mess with
1120 normal interactions (even these bleed through here and there, but
1121 it's benign), but hopefully you'll never notice the difference.
1122 o In "FM/2 Lite," you can direct-edit the title of a Directory
1123 Container to change directories.
1124 o Install now accepts /UNATTENDED argument to run without asking any
1125 questions.
1126
11272.46:
1128 o Fixed drive button bug.
1129 o Added "FM/2 Lite" (or whatever you want to call it), a new
1130 "personality" for FM/2 intended for those who can't deal with
1131 the real thing.
1132
11332.45:
1134 o When selecting or deselecting by mask, you can specify a text string
1135 to be used. First the file is tested against the mask(s), then
1136 tested to see if it contains the text (if any is specified).
1137 o Fixed bug -- context menus quit working after a Directory Container
1138 was closed.
1139 o Added Makearc module, mainly for access from NTree.
1140 o Fixed bug -- "case sensitive" flag was being reversed for Seek and
1141 Scan.
1142
11432.44:
1144 o "Thread busy" LED added per user request.
1145 o Toolbar buttons now allow you to use different bitmaps of your own
1146 design. Notes: using user-defined bitmaps in the toolbar can slow
1147 loading of FM/2 slightly, but probably not noticeably unless you
1148 replace all of them. Request a context menu on a toolbar button and
1149 pick "Edit button" to get the dialog where you tell FM/2 to use a
1150 user-defined bitmap.
1151 o External Archive Containers, Collector, VTree and VDirs now have
1152 their own pulldown menu for Files and Views (the shadow menus) and
1153 Help for easy keyboard access and/or novice users.
1154 o Command lines executed through the command line dialog are remembered
1155 for possible later retrieval.
1156 o Directory sizes dialog reworked (prettier, sizeable). DIRSIZE.EXE
1157 program provided for accessing this function directly (object placed
1158 in FM/2 Tools subfolder by INSTALL.CMD).
1159
11602.43:
1161 o Added optional drivebar per user request.
1162 o Added Lock and Unlock commands for removable drives.
1163 o Added UUDecode command and Merge command (yep, got another internet
1164 connection, finally).
1165 o When presented with a list of objects in a dialog (as in the Edit EAs
1166 or Attributes dialogs), double-clicking a file object will bring up
1167 the configured viewer with the file loaded. This is just a quick
1168 view purely for convenience; no attempt is made to view the file as
1169 an archive or check Associations. You can double-click it in the
1170 Directory Container if you need to go that far.
1171 o Added "Thread notes" window -- if you don't like it, minimize it and
1172 it should stay that way. When a thread does something that takes
1173 awhile, like copying a file, it tells you when it starts and when
1174 it finishes.
1175 o Under Warp, FM/2 will now query the active desktop in a documented
1176 manner when asked to create objects. There is no reliable method
1177 under older OS/2 versions.
1178 o Improved FM/2's built-in printing somewhat. Still not as good as
1179 printing from the appropriate application, of course.
1180 o Confirmation lists will now display a bitmap representing the command
1181 to be executed on the dialog, where applicable, as a quick visual
1182 reminder.
1183 o When switching a Directory Container to the parent, FM/2 will
1184 make the vacated directory's object the current object.
1185
11862.42:
1187 o More threading in strategic spots to make response when moving around
1188 really slow drives (like ZIP and EZ drives) snappier. The drivers
1189 for these drives need a bit more work, developers -- think "cache,"
1190 especially for things like providing the label and usage info. When
1191 it's slower than the floppy drives, some work needs to be done, eh?
1192 o Edit->Drive flags dialog now available from a drive (root dir) object
1193 in the Drive Tree -- lets you set flags you used to _have_ to set
1194 from the command line (and a couple of new ones). You can still set
1195 flags from the command line as an override.
1196 o Files can be included in the Drive Tree display on a per-drive basis
1197 if you can actually think of a reason to do it (I can't, but someone
1198 asked). If you do find a use for it, tell me what the heck it is.
1199 o See all files can be invoked on directory (folder) objects
1200 (Miscellaneous->Show all files) or the directory into which a
1201 Directory Container looks.
1202 o See all files window and Collector now have new "Move and preserve"
1203 and "Copy and preserve" commands to move or copy objects while
1204 preserving their directory relationship (see online help for
1205 examples).
1206 o Double-clicking on an empty part of the Drive Tree now invokes the
1207 Make Directory command. Double-clicking on an empty part of a
1208 Directory Container opens its WPS folder.
1209 o Target of a drag and drop operation can be changed from the FM/2
1210 drag and drop dialog (if you're using the dialog, of course).
1211 o Improved directory comparison dialog (no, it's still no PMDirMatch
1212 and never will be, and yes, you can still tell FM/2 to use PMDirMatch
1213 instead of the internal).
1214 o Added Utilities->Compare directories command.
1215 o Sorting an Archive Container by date is now possible, at least for
1216 some archive types. See ARCHIVER.BB2 for details. You can also
1217 Alt-B1 click the titles of sortable fields in Archive Containers now
1218 to change the sort type (just like you can in a Directory Container).
1219
12202.41:
1221 o VTree now runs Directory Containers (VDirs) as part of its process,
1222 which should save on a little memory for those of you using FM/2 as
1223 as "super drives objects." To take full advantage of this, the
1224 "Separate parameters" toggle should be checked.
1225 o External FM/2 windows can be closed from the PM Window List without
1226 closing the entire program (excepting the main window, of course).
1227 o Fixed bug: last line of a hex view wasn't formatted very
1228 attractively.
1229 o Fixed bug: quick config page didn't work right anymore.
1230 o Fixed bug: VDir and AV/2 windows would show external FM/2 windows
1231 but not switch to them.
1232 o Window dialog now shows and acts on external FM/2 windows.
1233 o Checking "Separate parameters" toggle now saves all parameters
1234 under the new appname immediately when the Settings notebook
1235 is closed. You'll want to be careful here -- think before choosing.
1236 BTW, a backup of your FM3.INI file, once you get it set up to your
1237 liking, is always a good idea. Don't use FM3INI.BAK as the filename,
1238 since FM/2 automatically does a one-generation backup to that name.
1239 o Warp no longer allows a container item to be hidden by a thread other
1240 than the thread that controls the container if the item is selected
1241 (Why? Who knows? Why don't DrgQueryDraginfoPtrFromDragitem() and
1242 CN_DROPHELP work?). Since this forces single threaded hiding of
1243 objects, I must conclude this is a bug in OS/2. However, since it's
1244 in "GA" OS/2 code, I reluctantly worked around it by making Hide
1245 objects single-threaded -- you'll have to wait for it to get done.
1246 Shouldn't be a major problem.
1247 o Added codepage 1004 to codepage dialog. Someone asked, I didn't even
1248 know the blamed thing was there.
1249 o Added Ctrl + F10 and Ctrl + F11 accelerators to start/end a direct
1250 edit of a filename for the rodently challenged.
1251 o Added Next/Prev blank line menu items and buttons to new internal
1252 viewer (accelerators were there before). In text where paragraphs
1253 are separated by blank lines, these go down or up to the next
1254 paragraph. Something I use.
1255 o Added Recent Directories dropdown list to Walk Directories dialog,
1256 which separates the recently used directories from the user-defined
1257 directories in that dialog. Just wanted to.
1258 o Added "DOS-think" and "Windoze-think" quick-config options to
1259 internal Settings notebook. If you use 'em they'll stunt your growth.
1260 o Fixed an obscure tile bug no one else seems to have noticed.
1261 o Changed Shift + F? accelerators to Ctrl + F? to avoid conflicting
1262 with a couple of OS/2-used keys.
1263 o Further tightened integration between VTree and its Directory
1264 Containers.
1265 o Made Tree (optionally) smart.
1266 o Reorganized internal Settings notebook for more "logical" grouping
1267 (some things grow with a life of their own).
1268 o Changed Install so that it puts many objects in a separate Toolbox
1269 folder (someone who's not even registered suggested it, and I decided
1270 to give it a try -- tell me what you think. If upgrading, delete the
1271 old FM/2 folder before running Install again.).
1272
12732.40:
1274 o Added "All" button to Filter dialog.
1275 o Added more optional buttons to main window.
1276 o Added %u/%U metastrings.
1277 o Added hex/ASCII + drag-me window to bottom of new internal text
1278 viewer.
1279 o Added %! metastring.
1280 o Added default archiver setting.
1281 o PM uses several ALT + F? accelerators to control frame windows.
1282 However, this applies to the current frame window, which can be
1283 within the main FM/2 window when run monolithically. Add Ctrl to
1284 these accelerators to affect the main window in that case. I don't
1285 change the system menu text to reflect this as it may be in a foreign
1286 language, and I'm an ignorant, ugly one-language American.
1287 o Added "Separate parameters" toggle.
1288 o Added "Treetop on expand" toggle.
1289 o Windows pulldown now lists external FM/2 windows, as does a submenu
1290 on the container popup in VTree, VDir and AV/2 windows.
1291 o Fixed some minor bugs in Commands menu generation.
1292 o Fixed bug in Collector -- unshifted double-click didn't work on
1293 directories.
1294 o VDirs, external Archive Containers and Viewers now retain their last
1295 set window size -- position is still determined by the Shell (PM).
1296 o Lots of little tweaks no one but me will ever notice.
1297
12982.39:
1299 o Fixed weird bug -- apparently IBM changed the behavior of
1300 MLM_QUERYFORMATTEXTLENGTH in Warp. This change may only take effect
1301 at FP10+ levels.
1302 o Added Open Directory Container button to Drive Tree titlebar -- only
1303 shows up when FM/2 is run as a monolithic app.
1304 o Added "Directory" attributes to Filter dialog per user request --
1305 lets you exclude directories from Directory Containers, or show only
1306 directories. NOTE: if you are upgrading, you may need to go into
1307 the Filter and turn on the Directory attribute -- it's on by default
1308 for new installations. Use the internal Settings notebook to
1309 activate the Filter dialog (DirView and ColView pages) by setting the
1310 focus to the Filter: entryfield, so that the "general" filter is
1311 changed.
1312 o Help file improvements (a never ending saga).
1313
13142.38:
1315 o Walk Directories dialog will now display non-writable drives unless
1316 the directory selection is for an action that requires writing to the
1317 selected directory (for example, copy or move, set extract directory,
1318 etc.).
1319 o Filtering in Drive Tree now available, per user request. NOTE:
1320 filtering is performed _after_ expansion; therefore, it is possible
1321 for the Tree to "lie" to you until you expand a branch (i.e. indicate
1322 that other directories are available, but remove the "+/-" when you
1323 attempt to expand the branch. If it's important for you to know what
1324 the entire tree of a drive looks like with filtering applied, use the
1325 Expand/Collapse->Expand command from the Files menu or a popup. You
1326 can thereafter collapse and expand the tree as desired. Tricks can
1327 be played with the filter mask; for instance, "/C:\OS2*;/C:\MMOS2*;
1328 /C:\TCPIP*;*" will exclude some system directories on drive C: and
1329 show everything else.
1330 o Got rid of the annoying (to me, anyway) extra refresh when the
1331 "Immediate Updates" toggle is not used (more cheating).
1332 o Windows will now be created with the WS_ANIMATE style if "Animate"
1333 toggle on internal Settings notebook's Windows page is checked. Of
1334 course, system animation must still be turned on to see any effect.
1335 o Keyboard input of "standard" characters now performs a text search
1336 to find the closest matching file system object in the container.
1337 You can get the old (OS/2 default) behavior (move to nearest object
1338 starting with the pressed letter) by holding down the shift key.
1339 o When a background task that FM/2 is waiting on takes more than about
1340 two seconds to complete its job, FM/2 will switch it to the
1341 foreground. This means that if an archive is encrypted (passworded),
1342 you'll get the opportunity to enter a password without having to
1343 resort to the Window List to manually bring the window to the
1344 foreground.
1345
13462.37:
1347 o Added "Autoview comments" notebook toggle (page 2) and Config menu
1348 items for same. You can have FM/2 autoview file contents _or_
1349 .COMMENTS EAs -- handy for looking at files that were downloaded by
1350 a package that puts the file description in that EA. You can also
1351 get to that EA on the third page of a WPS object's File page or via
1352 FM/2's Edit EAs dialog, BTW.
1353 o CTRL + Shift + B1 doubleclick opens an object's WPS Settings notebook.
1354 o You can now link-drag a root directory (drive) from the Drive Tree.
1355 For cryin' out loud, BE CAREFUL!
1356 o Credit card registrations via BMT Micro are now available.
1357 o Directory Containers can now have independent sorts if you DON'T use
1358 the "Immediate Updates" toggle. When you set a sort (or filter) in
1359 the internal Settings notebook, you're setting a default for
1360 subsequently created Directory Containers. When you set a sort (or
1361 filter) using the popup menu of a Directory Container, you're
1362 changing only that container. States will now also save the type of
1363 view (Icon, Details, etc.), sort and filter settings for each open
1364 Directory Container.
1365
13662.36:
1367 o Added "Rename existing" button to Rename dialog -- allows you to
1368 rename (move) an existing target file system object out of the way
1369 before moving or copying another file system object to that name.
1370 o Fixed "obscure" bug (reporting user's words :-) causing FM/2 to
1371 enter a loop when "Views" cascade was selected from the action
1372 bar menu when an internal Archive Container was the current window.
1373 o Tutorial section added to online help.
1374 o When a bitmapped graphic file is viewed, the window is sized to fit
1375 on the screen even when the image is larger than the screen.
1376 Proportion is maintained for the initial window positioning. You can
1377 stretch the size of the window. The bitmap is scaled to fit. GBM is,
1378 of course, still required to directly view images in FM/2.
1379 o Changed toolbar button help to "bubble" style, added toggle to disable.
1380 o Added Directory Compare (DirCmp:) field to Files/Dirs page of internal
1381 Settings notebook.
1382 o Added %d and %D metastrings for Commands.
1383 o Percentages in Directory Sizes dialog more accurate (to nearest
1384 thousandth).
1385 o "Include subdirectories" toggle in Directory Compare dialog.
1386 o Fixed bug in 2.35a's INSTALL.CMD. Can you say "duh?" Apparently I can.
1387 o As usual, many little things no one will notice.
1388
13892.35:
1390 o Performance tuning.
1391 o Implemented "minor" user suggestions.
1392 o Added "Recent Dirs" toggle -- automatically adds temporary
1393 directories to UserList as you change directories. You can make them
1394 permanent by Adding them as usual.
1395 o FM/2 may handle DOS archivers now (actually, it does -- I tested with
1396 ARJ); however, you'll have to set them up for yourself and I won't
1397 support them. Don't forget that DOS archivers don't support EAs.
1398 AVOID WHENEVER POSSIBLE OR YOU'LL GET BURNED.
1399 o If you have GBM.DLL on your LIBPATH or in the FM/2 directory, FM/2
1400 will use it to display GBM-supported raster file types when they're
1401 double-clicked. GBM currently supports most OS/2 and Windows
1402 bitmaps, .GIF, .PCX, .TIF, .TGA, .IFF, .VID, .PGM, .KPS, .IAX, .XBM,
1403 .SPR, and .PSE files. And it's free.
1404 o Changed some icons around for a fresher look, added some for display
1405 when you aren't loading icons from disk (for scanning speed).
1406 o Added "Settings" button to Info dialog.
1407
14082.34:
1409 o Added "Tile backwards" toggle, but don't use it (it's a DOS-think
1410 knee-jerk thing to do).
1411 o Viewer won't "restore" the container that called it when it closes if
1412 the container is maximized.
1413 o Filtering speeded up when Autoview window is open.
1414 o Show a little patch of color beside color names in Colors dialogs.
1415 o Added "Folder after extract" toggle.
1416 o Added ^F3 close monolithic app toggle (command id 1111 if anyone's
1417 interested).
1418 o More commands in INI viewer (rename, copy appname/keyname) and
1419 enhanced existing Add/Edit INI record commands.
1420 o Changed method of storing a few things so that they're both easily
1421 human editable (for power users) and so they allow me to
1422 "preconfigure" some things (for new users). If you're upgrading from
1423 previous versions, there's a CONVERT.EXE that'll copy your old
1424 settings to the appropriate format and get rid of old baggage.
1425 o Added "Userlist switches" toggle to internal Settings notebook.
1426 o Added "%r/%R" to metastrings.
1427 o Added "Extract" to drag and drop dialog.
1428 o Height of autoview window can be changed.
1429 o More info displayed in drive info dialog.
1430 o INSTALL is a bit smarter.
1431 o Added two new buttons on status line -- different behaviors depending on
1432 whether you click with B1 or B2 and the shift state.
1433
14342.33:
1435 o Added new internal viewer -- loads files at least five times faster
1436 than the old viewer (which is still available via a toggle in the
1437 internal Settings notebook).
1438 o See all files window retains settings, is a bit slicker.
1439 o Fixed bug -- rename box came up for each file moved/copied.
1440 o Fixed bug -- FM/2 didn't start right with toolbar turned off. Weird.
1441 o Worked around Warp bug -- PM locks up if you select a codepage that
1442 hasn't been prepared. This should be ignored as in previous versions
1443 of OS/2, but crashes the system instead (sheesh).
1444 o Warp apparently still has a 64k limit to what the clipboard can hold.
1445 While I could limit what you send to the clipboard, this is (hopefully)
1446 one of those limits which will vanish with further updates to OS/2
1447 itself, so I'll just caution you about it.
1448 o Colors are adjustable in See all files windows.
1449 o Several fonts are available in See all files windows (all fixed width).
1450 o See all files window allows entering multiple keys to find a file if
1451 the keys are entered within one second of each other.
1452 o System info command made somewhat more human-readable.
1453
14542.32:
1455 o See all files window fleshed out.
1456 o Added "Viewer outside," "Arcboxes outside," "INI viewer outside" and
1457 "Collector outside" toggles to Toggles2 page of internal Settings
1458 notebook.
1459 o Added "Save" button to Directory Sizes dialog
1460 o Sort type can now be changed in Details view by holding ALT and
1461 clicking the title of the field to sort on (assuming titles are
1462 turned on and the field is one for which sorting is available,
1463 of course).
1464 o Added toggle to allow user to select default delete type.
1465 o Added "toolbox" dropdown to user lists.
1466 o Added sample toolboxes to archive.
1467 o Info and EA dialogs now include listbox, lets you scroll through all
1468 objects instead of popping up for each selected object. EAS.EXE
1469 mini-app inherits this; now accepts multiple filenames.
1470 o Check list dialogs now allow calling up the Info dialog for files in
1471 the list.
1472
14732.31:
1474 o Added "Minimize to databar" toggle, also accessible as a standalone
1475 miniapp.
1476 o Tree remembers directories, once expanded.
1477 o An individual drive may now be rescanned in the Drive Tree (related
1478 to the above).
1479 o More keyboard shortcuts for the rodently challenged.
1480 o Drag from recessed text fields in Directory and Archive Containers
1481 now possible (drags the directory or archive, respectively).
1482 o Default Commands command (Do it yourself) added.
1483 o Extract path can now be assigned "*" meaning "use directory in which
1484 the archive resides."
1485 o More menu compaction (well, you think of a term for it).
1486 o New "See all files" window (still under construction, but already
1487 much faster and very functional, without the standard listbox
1488 limitation of 32767 maximum items). Loads, sorts and displays
1489 15,792 files from two local fixed drives in 18 seconds on my
1490 486/66DX2 with normal (for me, of course) background load.
1491 o Fixed buglet in Archive Container status display.
1492 o More user suggestions implemented.
1493
14942.30:
1495 o I forget.
1496
14972.29:
1498 o Added "Topic" entry field in Bookshelf Viewer dialog.
1499 o Added "Quick arc find" toggle in Settings notebook; can speed up
1500 drag and drop operations on floppy/network drives.
1501 o Worked around PM bug in custom frame controls.
1502 o Added "Directory Container state" saving and restoring in a dropdown
1503 list (turned on with "Toggle quicklists" under Config menu).
1504 o Fixed drag and drop bug (couldn't move, duh). Smartened up drag and
1505 drop while I was at it; no sense offering options not really
1506 available due to media type (i.e. can't copy to a CD-ROM).
1507 o Added "Launch" button to drag and drop dialog.
1508 o Added quick-help for dropdown lists (in status box 2).
1509 o Added ability to drop onto userlist dropdown to add a directory.
1510 Also added popup maintenance menu (add and delete directories to/from
1511 list).
1512
15132.28:
1514 o Added optional user directory list dropdown box on main window
1515 (maintenance of the list is still performed in the Walk Directories
1516 dialog).
1517 o Added Drives submenu on Drive Tree's views context menu -- select a
1518 drive from it and the tree scrolls to show it and makes it the
1519 current object.
1520 o Restricted filename quoting in command lines to absolute essentials
1521 -- some programs are broken and choke on quoted filenames. We
1522 absolutely cannot have LIST choking if it can be avoided.
1523 o Double-clicking a directory in the Drive Tree container will cause an
1524 existing Directory Container looking into that directory, if one
1525 exists, to come to the foreground rather than opening a new one; if
1526 the existing window is minimized, it'll be restored. Ditto for new
1527 userlist dropdown.
1528 o FM/2 can now launch Windows apps seamless -- maybe. Sheesh, I'd
1529 use a DOS app first...
1530
15312.27:
1532 o Added "Move & rename" and "Copy & rename" commands per user request.
1533 This extends into the drag and drop dialog (said dialog is now on by
1534 default, BTW).
1535 o Many tiny tweaks that no one will ever notice (for instance,
1536 filenames containing "&" are now quoted on command lines where they
1537 weren't before).
1538 o Added EXAMPLE.CMD to archive as an example of how REXX scripts can
1539 manipulate files listed in listfiles created by FM/2. This allows
1540 Commands to circumvent the apx. 1000 character limit of OS/2 command
1541 lines.
1542 o Made notification window look more homogenous.
1543
15442.26:
1545 o Fixed stupid new bug in moving files from HPFS->FAT with long
1546 filenames.
1547 o Fixed bug in RemoteBug fix that conflicted with another fix for
1548 remote FSD bugs. I'm getting sick of working around remote FSD
1549 bugs -- think I'll just let the LAN folks fix _their_ stuff from
1550 now on...
1551 o Made titlebar of Drive Tree containers respond to request for context
1552 menu as if it were container whitespace per user request.
1553 o Added "Min on dir open" toggle -- a more elegant solution to a taste
1554 thing (IMHO) than a user requested feature.
1555 o Chord on status windows brings up window dialog like it does on
1556 client window whitespace.
1557 o Added "Append to clipboard" command to internal viewer/editor's
1558 Edit menu.
1559 o Moved "Write block" command out of Edit->Blocks submenu of internal
1560 viewer/editor to the main Edit submenu as "Copy to file" so it's
1561 accessible in readonly (viewing) mode while I was at it.
1562 o Added informational tweaking to viewer/editor's Edit->Undo menu
1563 command.
1564 o Added "Walk" button to Seek and scan dialog.
1565 o Added special FM/2 Association command line "<>" to indicate that the
1566 default WPS view should be opened for matching files.
1567
15682.25:
1569 o Added "Edit" and "Refresh" to Archive Containers per user request.
1570 o Added Drag and drop dialog and corresponding toggle per user request.
1571
15722.24:
1573 o Added "Remote bug" toggle since network FSD developers can't seem to
1574 consistently produce working DosFindFirst/Next code to save their
1575 lives.
1576 o Undelete enhancements.
1577
15782.23:
1579 o Enhancements to potential dupe finder per user requests and other
1580 stuff I thunk up all by my lonesome.
1581 o Placed "Seek and scan" on the Utility pulldown. All it does is
1582 start the Collector and post it a WM_COMMAND message as though you'd
1583 clicked Seek and scan on its context menu. Maybe even folks who
1584 don't read the help can find it now (who knows?).
1585
15862.22:
1587 o Additional detail and options are presented when FM/2 can't figure
1588 out how to list the contents of an archive (ARCHIVER.BB2
1589 misconfigured or archive bad) via new dialog. This should make
1590 determining what the archive problem is much easier when the
1591 inevitable problem arises.
1592 o Added duplicate file finder to Seek-and-Scan dialog. Finds files
1593 with same name and/or size and filedate.
1594
15952.21:
1596 o Shift and CTRL modifiers for double-clicking objects in Drive Tree,
1597 Directory Containers and Collector implemented. Shift causes new
1598 FM/2 window to open (directories; direct to View for files), CTRL
1599 causes default WPS open.
1600 o More stuff in the help file (sheesh -- this has gotta stop). The
1601 online help should now make a rather complete manual when printed
1602 together with the READ.ME file (see READ.ME for suggestions).
1603 o INSTALL now makes an object for the online help so that it can be
1604 viewed without starting FM/2 (using SEEHELP.EXE, included).
1605 o Added Filter "Always show directories" toggle.
1606 o Ideal size button supports a psuedo-restore operation, allowing
1607 toggling between two sizes (mine and yours).
1608 o Other stuff I forget.
1609
16102.20:
1611 o Fixed stupid bug that made FM/2 freak out on restart if you turned the
1612 toolbar off and left it off (duh).
1613 o Move-drag onto archives allowed now (if you have the archiver for that
1614 archive type configured to allow moving files, of course).
1615 o Fixed bug in longname<->shortname conversion (FAT<->HPFS).
1616 o Found a nasty way to get Warp's printer objects to recognize FM/2's
1617 D&D.
1618 o Extract dialog can be told to remember its settings (extract directory,
1619 masks, "with directories") distinctly from those set in Archive
1620 Containers.
1621 o Added a few pictures to the online help for extreme novices.
1622 o Added new "Compare Select" submenu with commands that can make
1623 selections based on comparing unfiltered files in all open Directory
1624 Containers. Powerful stuff.
1625 o Added "Hide objects" command (selective individual object filtering).
1626 o Fixed bug -- drag to toolbar quit working when toolbar code rewritten.
1627 o Slight modification to ARCHIVER.BB2 -- -1 for filename position means
1628 to use the last "field" of an archive listing for the filename.
1629 o FM/2 is compiled with optimization turned off now -- caught it
1630 generating bad code in the new Compare Select module and don't trust
1631 it (again).
1632
16332.19:
1634 o Added "Ideal size" System Menu command and titlebar button -- an
1635 alternative to maximizing.
1636 o More work on help file hypertext links using suggestions from a
1637 registered user. Added a labeled bitmap showing the layout of FM/2
1638 windows.
1639 o Worked around weird bugs in Sizes and deleting toolbar buttons that
1640 shouldn't be bugs but nonetheless cause problems on some machines.
1641 o Added some one-line help fields to some dialogs to guide the user
1642 along.
1643 o Added the "Close" checkbox to the Edit Associations dialog, to allow
1644 executing an association to shut down FM/2 (or a VDir window, mainly
1645 for use by folks using FM/2 to replace the Drives objects).
1646 o Added "Start Minimized" and "Start Maximized" buttons to the Windows
1647 page of the Settings notebook. FM/2 starts normal size then adjusts
1648 (that lets it size all its windows right first, and gives you something
1649 to return to from the maximized state).
1650
16512.18:
1652 o Added ability to use the undocumented DosQProcStat API in the Process
1653 Killer. While this will enable the Process Killer to work without an
1654 English version of PSTAT.EXE being present, DosQProcStat is an API
1655 subject to change by IBM, so beware.
1656 o Added FATOPT.EXE program to optimize FAT drives. THIS IS A BETA
1657 PROGRAM AND USES LOW-LEVEL DRIVE ACCESS -- BACK UP BEFORE USING!
1658 o Tweaked the online help, adding more hypertext links and detail.
1659
16602.17:
1661 o Optimized for speed: Quick trees, tree sizes.
1662 o Dug the names of the new color palettes out of Warp's INI files.
1663 Under 2.x both color palette commands (one new) load the same object.
1664 Under Warp they load the two different palette objects available.
1665 o Added swapfile/memory watch when Drive Tree is active window in FM/2.
1666 o Added HPFSOPT.EXE program to optimize HPFS drives.
1667
16682.16:
1669 o Added "Update objects" command.
1670 o Added "Optimize" command. Be sure to read the online help on this
1671 one (under "Context Menus").
1672 o Added toolbar changing buttons (buttons that automatically load a
1673 new toolbox into the toolbar). See comments in online help under
1674 "Toolbar->Add Tool."
1675 o Hmmm...Warp has broken the DM_DROPHELP message within an application
1676 -- the passed DRAGINFO structure is inaccessible (apparently already
1677 deallocated). An appropriate error message will be displayed, and
1678 the code's still there so that when IBM fixes it it'll automatically
1679 start working again.
1680
16812.15:
1682 o Added "Collect list in file(s)" command.
1683 o Added "Collect from a list file" command.
1684 o Added "Select List" command.
1685 o System VIO fonts have been renamed, jumping between "System" and
1686 "System VIO", a couple of times now. To top it off, when the name
1687 changes, the sizes do, too (i.e. 7.System == 5.System VIO, more or
1688 less). Warp is now GA and uses "System VIO" again, so I've changed
1689 it back to that. If some fonts don't look right on your 2.11 system,
1690 I'm sorry, but I'm trying to hit a moving target. Don't shoot me,
1691 I'm just the piano player.
1692 o Did some other stuff, but forgot to write it down and have now
1693 forgotten what it was. Old age is hell.
1694
16952.14:
1696 o FM/2 will now detect that a CD-ROM drive which didn't have a disk in
1697 it or had a music disk in it when FM/2 was started is a CD-ROM drive
1698 when accessed later with a data disk in it, and change the icon
1699 accordingly. This also applies to hard drives that were locked when
1700 FM/2 started, by happy coincidence, and should work on other
1701 removable media drives.
1702 o Hints given in error popup for some access errors (for example, when
1703 clicking on an empty diskette drive).
1704 o Install.cmd will not change the parameters field of objects that it
1705 creates if the File Manager/2 folder already existed. It will still
1706 update the paths.
1707 o VTree honors drive exclusions like it should have in the first place.
1708 o VTree will delete a directory if the Shredder refuses for some reason.
1709 o Added VTree->WPS folder toggle.
1710 o Shortened VTree tasklist title for registered users.
1711 o FM/2 will attempt to fit smaller files onto diskettes when a larger
1712 file in the list to be moved/copied won't fit before prompting you to
1713 change diskettes due to a disk full condition.
1714 o Help for toolbar buttons shows up when mouse passes over them --
1715 figured out how to implement without excessive message passing (IOW,
1716 to my satisfaction).
1717
17182.13:
1719 o Added ability to set type of selection used in some containers (in
1720 the Settings Notebook on the "Windows" page).
1721 o Selecting "Settings Notebook" in the FM3.EXE monolithic app, even
1722 from container context menus, will always bring up a full settings
1723 notebook.
1724 o Slightly reduced memory usage for HPFS drives (ah, another reason
1725 to use HPFS...).
1726 o Fixed bug in SetIcon.
1727 o Did some more work on FM2PLAY.EXE to make it more eye-appealing and
1728 maybe a bit more functional.
1729 o Shortened tasklist title for registered users.
1730
17312.12:
1732 o AV/2 will now ignore an association if it contains the string
1733 "AV2.EXE" in the command line (meaning it might call itself).
1734 o Fixed "Lowercase name" bug.
1735 o Worked over the context menus again, added a couple more
1736 accelerator keys.
1737 o Hooked Help button in Child Window dialog to some help.
1738
17392.11:
1740 o Fixed odd bug in second status line in Directory Containers.
1741 o Fixed rename buglet that caused rename from menu/button to
1742 give funny default drive.
1743 o Added drag and drop to INI Viewer to allow moving and copying
1744 data between different INI files.
1745 o Added FM2PLAY.EXE to allow playing multimedia files (via MMPM/2)
1746 from FM/2 easily. Usage: FM2PLAY.EXE <file> [<file> <file...>].
1747 There's a menu item for it.
1748 o Added "associat.txt" containing recommended associations for use
1749 with FM/2. Please send your ideas for this list.
1750 o Enhanced the Bookshelf Viewer.
1751
17522.10:
1753 o Added Undo buttons to Settings notebook pages.
1754 o Fixed bug wherein Save state of dir windows toggle was ignored.
1755 o Put in some comma formatting to prevent an untimely death.
1756 o Fixed bug wherein Doubleclick Opens toggle was ignored.
1757 o Added a couple more Settings pages.
1758 o Made appropriate Settings pages available to standalone modules.
1759 o Tweaked a few menus for a more consistent appearance.
1760
17612.09:
1762 o Changed things so the little notification box doesn't steal the
1763 focus when it comes up. Duh.
1764 o Added "Backup Profile", "Change System Profiles" and "Replace System
1765 Profiles" to the INI viewer.
1766 o Fixed some glitches in new mask "must have" attribute processing.
1767 o Found and fixed bug in Collector's Seek & Scan that could cause FM/2
1768 to trap.
1769 o Added a Settings notebook containing global toggles and such.
1770 Slower than the menus, but Ron Hester asked for it, and I always do
1771 what Ron says...
1772 o Return of the weirding ... but that'd be telling.
1773 o Added optional split status line.
1774
17752.08:
1776 o Added "must have" attributes to Filter.
1777 o Fixed Undelete dialog so selecting a new drive from the combobox
1778 causes the listbox to be refreshed for that drive, and so a missing
1779 DELETE environment variable for the selected drive doesn't cause the
1780 dialog to abort unless you select Cancel in the information box (so
1781 you can pick a different drive).
1782 o Added limited optional logging for some simple but critical
1783 operations (copy, move, rename, delete).
1784 o Documented "start minimized" command line argument.
1785 o Added "don't save/restore state of dir windows this time" command
1786 line argument.
1787
17882.07:
1789 o Added "View Bookshelf" and "View Helpfiles" utilities.
1790 o Fixed bug in Quick Tree added while fixing the last one...
1791 o VTree now saves its size and position on desktop (Ron Gawer wanted
1792 that). VDir doesn't, as you can have several of them open at once
1793 and it would be somewhat irritating to have them all on top of each
1794 other.
1795
17962.06:
1797 o In the Collector's Seek-and-scan dialog, the All HDs button now skips
1798 removable drives (like CD-ROMs) for convenience.
1799 o Quick tree works around the OS/2 DosFindFirst bug that prevents FAT
1800 root drives from being found.
1801 o Added "separator" attribute for tool buttons -- causes a small amount
1802 of space to be added after the button with the attribute, for
1803 appearance (grouping of buttons).
1804 o Added ability to turn on titles below bitmap buttons in toolbar (it'll
1805 have to be short and sweet) and grouped all toolbar toggles under a
1806 Toolbar conditional cascade submenu.
1807
1808[lazy bum skipped a few...]
1809
18102.00:
1811 o A whole new look for FM/2 -- the same thing, only more so. Some
1812 things were enhanced, some dropped, some replaced or superceded.
1813 Still, if you used 1.x you should feel at home.
1814
1815$Id: HISTORY 1908 2024-06-03 14:28:00Z gyoung $
Note: See TracBrowser for help on using the repository browser.