source: trunk/HISTORY@ 128

Last change on this file since 128 was 128, checked in by root, 21 years ago

Show full target path in Drag/Drop dialogs

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 53.5 KB
Line 
1New stuff's at the top. This list isn't necessarily comprehensive.
2
33.02h:
4 o Show full target path in Drag/Drop dialogs
5 o Add debug support to troubleshoot invisible FAT32 drive
6 o Correct archiver.bb2 editing
7
83.02g:
9 o Update removable drive support to work for USB MSD
10
113.02f:
12 o Add large drive support the dirsize applet startup screen
13 o Avoid spurious filldir errors for large drives
14 Will still get get math errors for >4GB directories
15
163.02e:
17 o More see all files fixes
18 o Correct internal viewer WM_VSCROLL logic (amouse)
19
203.02d:
21 o Clean up icon usage
22 o Add missing refresh after compare subdir toggle
23 o Try to avoid playing non-MM files when use MMOS2 enabled
24 o Rework directory sizes for large drives
25 o Correct Show All Files requests from Tree View context menu
26 o Correct resource strings
27
283.02c:
29 o Correct broken assignments
30 o Force Compare Directories window refresh on subdir toggle
31
323.02b:
33 o Add JFS and FAT32 support
34
353.02a:
36 o Replace corrupted remote.ico.
37 o Correct archive name display
38
393.02:
40 o First open source release.
41
423.01:
43 o Added another archiver date type for user Jans-Peter Otto.
44
453.00d:
46 o FM/2 Lite remembers if a directory pane was maximized when it
47 closed now (duh -- should have all along, I just forgot).
48
493.00c:
50 o More minor bug fixes.
51
523.00b:
53 o Fix two minor bugs reported by users.
54
553.00:
56 o Most of the text in FM/2 is now accessible from outside the source
57 code files, meaning translations to other languages should now be
58 possible without much problem. A resource translation kit is offered
59 free-of-charge to registered users. This required some additional
60 files (FM3RES.DLL and FM3RES.STR), but FM3DLL.DLL becomes (at least)
61 correspondingly smaller.
62 o Jazzed up Autoview a bit.
63 o Removed a bug that sneaked in during code optimization detected by
64 a user where archive members couldn't be dragged. Then optimized
65 some more, thus tempting fate.
66 o Improved FM/2's internal window selection from menus.
67 o The status button in Directory Containers that shows the selected
68 number of files and bytes now displays a select menu when clicked.
69 o Drive buttons will now show free space on drives as bubble help
70 except for CD-ROM drives, diskette drives A: and B:, and drives
71 marked as "slow" in the drive flags dialog. I also made the buttons
72 a little bigger, and they'll "stack" if required due to insufficient
73 width.
74 o Removed System Information applet from FM/2 -- OS/2 seems to have
75 this stuff built-in now.
76 o Moved MakeArc into the FM/2 Utilities package.
77 o You can now add selected environment variables that list directories
78 (like PATH, LIBPATH and DPATH) to the Drive Tree with a toggle in
79 the internal Settings notebook on the Tree page. Cool.
80 o You can now set a default Target directory for menu and accelerator
81 key copy and move operations, and choose to confirm (and perhaps
82 change) that directory on each operation, or accept it without
83 confirmation.
84 o FM/2 will now make program object Parameters suggestions the first
85 time it's run (no FM3.INI exists) if you should exclude any drives,
86 and will even set the Parameters for you if you like.
87 o Yet more tweaking that no one will ever notice...
88
892.67:
90 o Jazzed up the mini-command line a bit.
91 o Command lines for the Execute dialog and mini-command line are now
92 saved separately (the former in CMDLINES.DAT, the latter in
93 CMDMINI.DAT, same format). You can save, or not, either type for
94 recall.
95
962.66:
97 o Increased duration of error window to 5 seconds from 3 (click it to
98 make it vanish early), changed background color to white and text
99 color to dark red, surrounded with red rectangle to make it stand out
100 more. Also gave it a distinctive sound. (This is the error window
101 you get if you do something like try to open the diskette drive when
102 there's no diskette inserted.)
103 o Killed bug reported by Paulo Mario where FM/2 could crash (suddenly
104 exit) after moving a file and overwriting an existing file.
105 o Reworked Databar a bit.
106 o For the adventurous among you, try holding Shift or Ctrl while
107 clicking that second status window in a Directory Container...
108
1092.65:
110 o You can drag an object onto the Drive tree's Open button now, and
111 a Directory Container for that object will be opened.
112 o Long-overdue code cleanup begins...
113 o Fixed bug in FM/2 Lite where it was sorta paying attention to the
114 "bottom buttons" setting in FM/2 when it should ignore it.
115 o Played with FM/2's default settings for new users -- some of the
116 best stuff was turned off by default!
117 o Changed the behavior of the Rename dialog somewhat per user
118 suggestion. "Overwrite if target older or same," "Overwrite if
119 target newer" and "Don't ask again" checkboxes now allow you to
120 selectively skip being asked about naming conflicts for the rest of
121 an operation. Note that clicking the "Okay" button honors these
122 choices, but the "Overwrite" button overrides them for that one file
123 (an overwrite _will_ be performed).
124
1252.64:
126 o Made Window->Tile a cascade menu with Tile as the default, but you
127 can also set Autotile and Tile backwards toggles (renamed Tile
128 horizontal) there.
129 o More help file work.
130 o Tweaking of a few things no one will ever notice, except perhaps
131 as a feeling of more smoothness in a few places.
132 o Added "Leave all attrs" button to Attributes dialog to make
133 "touching" files easier.
134
1352.63:
136 o Fixed bug in UNDEL.EXE pointed out by a user.
137 o Added "Double-click" topic to Tutorial section of help. Did you know
138 that you can make FM/2 do something different when you double-click
139 an object? Other miscellaneous work on the help file.
140 o Moved "Create shadows" command under "Copy" cascade in menus where no
141 separate "Create objects" cascade is available and a "Copy" cascade
142 is available.
143 o Made the way menus appear on new View and Sort buttons more
144 attractive (IMHO).
145 o Bubble help won't appear if the window isn't active now (oversight).
146 o To make it easier to parse the saved output from a Directory sizes
147 window, directory names containing spaces are now surrounded by quote
148 marks.
149 o Related: Put SEEHELP.EXE into FM2UTILS.ZIP for those who have
150 versions of OS/2 with VIEW.EXEs that won't read .HLP files directly.
151 You can read the FM/2 help file directly using this program on such
152 systems: "SEEHELP FM3.HLP".
153
1542.62:
155 o Added /SAVE and /NOSAVE to mini-command line options for a user.
156
1572.61:
158 o Added new buttons to Directory Container, Archive Containers and the
159 Collector that allow you to set sort, filter and view. Removed
160 filter button from bottom of screen (no longer needed). Revised
161 window layouts help to show modified layouts.
162 o More newuser-friendly junk (more bubble help, etc.).
163 o Added Find first/next to INI viewer. Listbox command will work in
164 is bordered in red.
165 o Just a BTW -- there's a new IMAGE.EXE (the FM/2 image viewer utility)
166 in FM2UTILS.ZIP, available free-of-charge at
167 http://www.bmtmicro.com/catalog/fm2
168 I put some stuff in it that I needed for making pictures for the help
169 files.
170
1712.60:
172 o Fast internal viewer can start configured editor from menu (Ctrl + e
173 accelerator) per user request. Remember, to edit files in an
174 archive, you must still use Files->Refresh to cause selected files to
175 be refreshed in the archive.
176 o Added a bit more bubble help (remember, you can turn bubble help on
177 and off (somewhat selectively) in the internal Settings notebook).
178
1792.59:
180 o Rename dialog will now specifically tell you if the source file is
181 newer, older or same date as target and smaller, larger or same size
182 if there's a conflict with an existing target file, per user request.
183
1842.58:
185 o Added ability to create a new directory and switch to it in the
186 common directories user list (select <New directory>). Revised
187 help to reflect this.
188 o Holding down Shift while selecting a state name will prevent FM/2
189 from closing windows already open now (per user request). An
190 automatic retile of all windows is then performed.
191
1922.57:
193 o Added ability to sort by subject per user request (wouldn't it be
194 nice if Netscape put where we got downloaded files from in an EA? Or
195 let you drag a file over it without locking up the system?).
196
1972.56:
198 o Added ability to use exclusion masks in the Seek and Scan dialog
199 per Harry Travis' request. Also added Append checkbox.
200
2012.55:
202 o Fixed bug reported by Ralph Alvy -- "Append" checkbox being ignored
203 in Save to listfile dialog, FM/2 always appended to listfile.
204
2052.54:
206 o Small tweaks.
207 o I don't do Compuserve anymore. Reach me via the net, or just go to
208 FM/2's web page at http://www.bmtmicro.com/catalog/fm2
209
2102.53:
211 o Added Commands user dropdown list for picking commands to run on
212 selected files more quickly and easily.
213 o Removed "#" character from AV/2 temporary directory -- WebEx and
214 Netscape were choking on it (a).
215 o Allow disabling FM/2's custom file dialog so you can use MSE's
216 instead, if you like (the toggle's on the General page). (What's
217 MSE? Look at http://www.bmtmicro.com/catalog/mse) (a).
218 o Added support for PKZIP 2.50 (b).
219
2202.52:
221 o When the FM/2 main window is resized and a Directory Container is
222 maximized within it, it will remain maximized.
223 o Modified AV/2 and ARCHIVER.BB2 so that RAR v2's woefully NIH
224 listings can be read. Would it just _kill_ you archiver authors to
225 get together and come up with some sort of easily parsed listing
226 standard, then stick to it? Please?
227 o FM/2 will now show the current decryption keyword for extra programs
228 like DBFVIEW and FMT from the About box.
229
2302.51:
231 o Tweaked image viewer initial sizing algorithm to better handle very
232 small bitmaps at more nearly correct perspectives.
233 o Added "No folder menu" toggle to internal Settings notebook by
234 user request.
235 o Put floppy letters back into drives userlist dropdown due to
236 user request.
237 o Made image viewer a separate executable due to a memory leak in
238 OS/2's MMPM/2 (mmio) under Merlin beta and some Warp 3 fixpack
239 configurations -- closing the application frees the memory, but
240 nothing else will, so a small, fast, separate application "fixes" the
241 problem (or, if you prefer, "OS/2 bug"). Like FM2PLAY.EXE, this
242 IMAGE.EXE file will now be in the FM/2 Utilities package (FM2UTL.ZIP
243 on CI$ or FM2UTILS.ZIP on the internet). You'll probably want to
244 remove any old IMAGE.CMD file built by previous FM/2 installs.
245 o Added ability to view and manipulate files in archives containing
246 spaces in the filename for archivers that provide information in a
247 particular way (see ARCHIVER.BB2 -- ZIP and LZH archives are set up
248 this way). Other folks who use ARCHIVER.BB2 should take a look at
249 the updated documentation to see how to take advantage of this, but
250 it's backward-compatible, so old versions of those programs will
251 still work correctly with this change.
252 o Removed SEEHELP.EXE -- Warp has the ability to view help files using
253 VIEW.EXE which comes with the OS.
254 o Added "WPS Move" and "WPS Copy" commands.
255 o I no longer accept registrations via direct mail. Registrations are
256 available through BMT Micro or CIS' SWREG only (BMT recommended --
257 see REGISTER.TXT). I just got too much snail mail and couldn't keep
258 up with all of it.
259
2602.50b:
261 o Added ability to convert an image file to another format from the
262 image viewer window.
263 o All supported multimedia types are now "played" automatically on
264 double-click unless you have an FM/2 Association set for them.
265
2662.50a:
267 o Added "Run Viewer as child session" toggle -- if used, any open
268 viewers will close when FM/2 closes.
269 o Added "Env" button to Seek and scan dialog (for searching through
270 directories listed in environment variables).
271 o Added "No sort" option to Collector sorting.
272 o FM/2 will now offer to remove old registration when started after
273 registration has expired, making it easy to enter updated
274 registration information.
275 o Directory Containers can now be switched into Tree View. See also
276 new "Stay in Tree View" toggle.
277 o B2 on Directory Container Folder buttons pulls up an abbreviated
278 popup menu.
279 o Bugfix: The Autoview window wouldn't let you enter Comments on an
280 object that didn't already have them (duh).
281 o FM/2 now taps into MMPM/2 to display image files, instead of GBM. To
282 activate FM/2's "internal" image file viewing, be sure to remove any
283 Associations for MMPM/2-supported image file types (JPG, TIF, BMP,
284 PCX, GIF, etc.) using FM/2's Config->Edit Associations command.
285
2862.50:
287 o Added a horizontal scrollbar to Global files viewer.
288 o Added line wrap (and thus horizontal scrollbar) to fast internal
289 viewer.
290 o Added WWW and FTP component launching to internal viewers per
291 user request. BTW, testpm.exe from the FM/2 Utilities is handy for
292 deciphering the arguments to FTPPM.EXE, which are a bit bizaare and
293 undocumented. Just rename FTPPM.EXE to FTPPM.BAK, copy TESTPM.EXE
294 to FTPPM.EXE in the same directory, open the FTP object's Settings
295 notebook, then open the FTP object's program and compare the
296 results.
297 o Added optional blue/yellow LEDs which can be used in place of the
298 default red/green thread LED bitmaps.
299 o Added a toggle to make the databar boring for those who can't stand
300 too much excitement (I have users who are easily worn out :-). Also
301 added file system type to end of string on user request.
302 o Execute dialog will try to remind you why you called it up in case
303 you fall asleep after double-clicking the mouse and awake confused.
304 It could happen.
305 o Couple of more small workarounds for Merlin beta bugs.
306 o Changed the way the toolbar displays help to eliminate capturing
307 the mouse (kludge, OS/2 should have a WM_MOUSELEAVING message).
308 o Added mini-toolbar to fast internal viewer.
309 o Note new internet address.
310 o Price reduction for commercial registrations.
311 o SET environment variable DOS_SHELL in CONFIG.SYS if you want to use
312 an alternate command processor in DOS sessions (for example,
313 SET DOS_SHELL=C:\4DOS\4DOS.EXE).
314 o Remap command now uses NET USE, enhancements (like it works, for
315 one :-).
316 o Added Miscellaneous->Detach (Ctrl + H) command to Drive Tree drive
317 popup to detach local drives from remote resources.
318 o Updated FM2PLAY.EXE (in FM2UTL.ZIP on CIS, FM2UTILS.ZIP elsewhere),
319 including more controls and ability to load list of files from a
320 listfile. FM/2 will use this listfile method when playing more
321 multimedia files than will fit on a command line using the
322 View->Multimedia (Ctrl + l) command. OS/2 command lines are
323 limited to about 1000 characters, if you're interested.
324 o Lots of other little tweaks and improvements -- some you might
325 even notice.
326
3272.49:
328 o More cosmetic tweaking -- for example, changing status line or bottom
329 button text font will now result in resizing of control to match new
330 font. BTW, if you set ugly fonts or colors and want the defaults
331 back, one way to do it completely is to delete the window position
332 entry in OS2.INI and start from scratch...
333 o Work around for nasty bug in Merlin beta Voice Manager.
334 o Remap drives command added -- untested at this time, as I have no
335 LAN. If you try it and it doesn't work, please report the error
336 code displayed. If it works, let me know that, too.
337 o Fixed bug in Merge code.
338 o Added mini-toolbars to Archive Containers and the Collector (visible
339 only if you have the toolbar in FM/2 turned on, of course).
340 o A couple of other little things folks asked for -- I forget.
341
3422.48a:
343 o Lots of cosmetic stuff (for example, check out the Databar).
344 o Additional help, partitioned Context menu help into smaller "chunks."
345 o Added Find button to Archive dialog.
346 o More Merlin preparations.
347 o Added UserDirs dropdown to standard OS/2 file dialogs used by FM/2.
348 o Added Duplicates command to Global file viewer.
349 o More (subtle) tweaking of Seek and Scan dialog.
350 o Anybody else notice how the competition is trying (in vain) to
351 copy FM/2, but having a great deal of trouble keeping up with
352 the Joneses? :-)
353
3542.48:
355 o Ideal size button logic adjusted so it will work as might be expected
356 with Merlin's new Warpcenter.
357 o Logic for sizing of titlebar buttons adjusted so they look better
358 under Merlin.
359 o Fixed bug in EA editor's MLE control -- an apparent change in the way
360 Warp handles the MLM_QUERYFORMATTEXTLENGTH with an overlong length
361 parameter has changed, resulting in the MLE not being cleared properly.
362 o Autoviewing file comments (.COMMENTS EA) now displays the comments in
363 an MLE rather than static text control, allowing editing. Moving the
364 focus from the MLE after making a change saves the new EA. Note: if
365 a .COMMENTS EA is damaged, FM/2 won't let you edit it in this window
366 for safety (maybe some strange program wanted it that way). You can
367 fix it in the EA viewer (Ctrl + Shift + E) if you know it's an anomoly.
368 Use the Ctrl + Tab accelerator key to switch focus to the Autoview
369 MLE if you're keyboarding. FM/2 supports .COMMENTS EAs up to 32767
370 characters in length. Each line of the MLE (newline, not wrap)
371 creates a separate EAT_ASCII value, in case you care and know what
372 the heck I'm talking about... BTW, GCP downloads automatically fill
373 in the .COMMENTS and .SUBJECT EAs for you if so configured, though
374 it seems to save the .COMMENTS EA in a weird (different from the
375 WPS) format -- but it's readable.
376 o You can use command line switch -<ininame> to start FM/2 with a
377 different INI file (i.e. "FM3.EXE -C:\MYINI.INI"). This means
378 that different users can set up FM/2 to taste and use separate
379 FM/2 objects to start their "version" of the program on the same
380 machine.
381 o FM/2 will try to remind you why the Walk directories dialog was
382 invoked, per forgetful, worn-out user request. :-)
383 o Keys help added per user request.
384
3852.47:
386 o Added "View->As archive" context menu option per user request.
387 o Added maximize/restore button to "FM/2 Lite" Directory Containers.
388 o Added Autoview window to "FM/2 Lite."
389 o Added "View archive" button to Archive List Error window.
390 o Fixed bug -- Ctrl + F7 not bringing up context menu with Sort
391 submenu selected.
392 o Jazzed up direct renaming of files and directories.
393 o Jazzed up Seek and Scan dialog per user request.
394 o AV/2 will now accept wildcarded filenames and view the first matching
395 file in whatever manner seems most appropriate.
396 o Delete key deletes files, Ctrl + Delete is permanent delete, Shift +
397 Delete is save to clipboard, Ctrl + Insert is make directory, Ctrl +
398 Pageup is parent directory, Ctrl + Pagedown is previous directory,
399 Ctrl + Home is root directory. Obviously, not all these keystrokes
400 are meaningful in all windows (for instance, parent directory doesn't
401 do anything in the Collector). These new shortcut keys are in
402 addition to existing accelerators. Applicable windows (see previous
403 caveat): Directory Containers, Drive Tree, Archive Containers,
404 Collector, Global files windows. Per user request. These are not
405 "real" accelerator keys as they tend to bleed through and mess with
406 normal interactions (even these bleed through here and there, but
407 it's benign), but hopefully you'll never notice the difference.
408 o In "FM/2 Lite," you can direct-edit the title of a Directory
409 Container to change directories.
410 o Install now accepts /UNATTENDED argument to run without asking any
411 questions.
412
4132.46:
414 o Fixed drive button bug.
415 o Added "FM/2 Lite" (or whatever you want to call it), a new
416 "personality" for FM/2 intended for those who can't deal with
417 the real thing.
418
4192.45:
420 o When selecting or deselecting by mask, you can specify a text string
421 to be used. First the file is tested against the mask(s), then
422 tested to see if it contains the text (if any is specified).
423 o Fixed bug -- context menus quit working after a Directory Container
424 was closed.
425 o Added Makearc module, mainly for access from NTree.
426 o Fixed bug -- "case sensitive" flag was being reversed for Seek and
427 Scan.
428
4292.44:
430 o "Thread busy" LED added per user request.
431 o Toolbar buttons now allow you to use different bitmaps of your own
432 design. Notes: using user-defined bitmaps in the toolbar can slow
433 loading of FM/2 slightly, but probably not noticably unless you
434 replace all of them. Request a context menu on a toolbar button and
435 pick "Edit button" to get the dialog where you tell FM/2 to use a
436 user-defined bitmap.
437 o External Archive Containers, Collector, VTree and VDirs now have
438 their own pulldown menu for Files and Views (the shadow menus) and
439 Help for easy keyboard access and/or novice users.
440 o Command lines executed through the command line dialog are remembered
441 for possible later retrieval.
442 o Directory sizes dialog reworked (prettier, sizeable). DIRSIZE.EXE
443 program provided for accessing this function directly (object placed
444 in FM/2 Tools subfolder by INSTALL.CMD).
445
4462.43:
447 o Added optional drivebar per user request.
448 o Added Lock and Unlock commands for removable drives.
449 o Added UUDecode command and Merge command (yep, got another internet
450 connection, finally).
451 o When presented with a list of objects in a dialog (as in the Edit EAs
452 or Attributes dialogs), double-clicking a file object will bring up
453 the configured viewer with the file loaded. This is just a quick
454 view purely for convenience; no attempt is made to view the file as
455 an archive or check Associations. You can double-click it in the
456 Directory Container if you need to go that far.
457 o Added "Thread notes" window -- if you don't like it, minimize it and
458 it should stay that way. When a thread does something that takes
459 awhile, like copying a file, it tells you when it starts and when
460 it finishes.
461 o Under Warp, FM/2 will now query the active desktop in a documented
462 manner when asked to create objects. There is no reliable method
463 under older OS/2 versions.
464 o Improved FM/2's built-in printing somewhat. Still not as good as
465 printing from the appropriate application, of course.
466 o Confirmation lists will now display a bitmap representing the command
467 to be executed on the dialog, where applicable, as a quick visual
468 reminder.
469 o When switching a Directory Container to the parent, FM/2 will
470 make the vacated directory's object the current object.
471
4722.42:
473 o More threading in strategic spots to make response when moving around
474 really slow drives (like ZIP and EZ drives) snappier. The drivers
475 for these drives need a bit more work, developers -- think "cache,"
476 especially for things like providing the label and usage info. When
477 it's slower than the floppy drives, some work needs to be done, eh?
478 o Edit->Drive flags dialog now available from a drive (root dir) object
479 in the Drive Tree -- lets you set flags you used to _have_ to set
480 from the command line (and a couple of new ones). You can still set
481 flags from the command line as an override.
482 o Files can be included in the Drive Tree display on a per-drive basis
483 if you can actually think of a reason to do it (I can't, but someone
484 asked). If you do find a use for it, tell me what the heck it is.
485 o See all files can be invoked on directory (folder) objects
486 (Miscellaneous->Show all files) or the directory into which a
487 Directory Container looks.
488 o See all files window and Collector now have new "Move and preserve"
489 and "Copy and preserve" commands to move or copy objects while
490 preserving their directory relationship (see online help for
491 examples).
492 o Double-clicking on an empty part of the Drive Tree now invokes the
493 Make Directory command. Double-clicking on an empty part of a
494 Directory Container opens its WPS folder.
495 o Target of a drag and drop operation can be changed from the FM/2
496 drag and drop dialog (if you're using the dialog, of course).
497 o Improved directory comparison dialog (no, it's still no PMDirMatch
498 and never will be, and yes, you can still tell FM/2 to use PMDirMatch
499 instead of the internal).
500 o Added Utilities->Compare directories command.
501 o Sorting an Archive Container by date is now possible, at least for
502 some archive types. See ARCHIVER.BB2 for details. You can also
503 Alt-B1 click the titles of sortable fields in Archive Containers now
504 to change the sort type (just like you can in a Directory Container).
505
5062.41:
507 o VTree now runs Directory Containers (VDirs) as part of its process,
508 which should save on a little memory for those of you using FM/2 as
509 as "super drives objects." To take full advantage of this, the
510 "Separate parameters" toggle should be checked.
511 o External FM/2 windows can be closed from the PM Window List without
512 closing the entire program (excepting the main window, of course).
513 o Fixed bug: last line of a hex view wasn't formatted very
514 attractively.
515 o Fixed bug: quick config page didn't work right anymore.
516 o Fixed bug: VDir and AV/2 windows would show external FM/2 windows
517 but not switch to them.
518 o Window dialog now shows and acts on external FM/2 windows.
519 o Checking "Separate parameters" toggle now saves all parameters
520 under the new appname immediately when the Settings notebook
521 is closed. You'll want to be careful here -- think before choosing.
522 BTW, a backup of your FM3.INI file, once you get it set up to your
523 liking, is always a good idea. Don't use FM3INI.BAK as the filename,
524 since FM/2 automatically does a one-generation backup to that name.
525 o Warp no longer allows a container item to be hidden by a thread other
526 than the thread that controls the container if the item is selected
527 (Why? Who knows? Why don't DrgQueryDraginfoPtrFromDragitem() and
528 CN_DROPHELP work?). Since this forces single threaded hiding of
529 objects, I must conclude this is a bug in OS/2. However, since it's
530 in "GA" OS/2 code, I reluctantly worked around it by making Hide
531 objects single-threaded -- you'll have to wait for it to get done.
532 Shouldn't be a major problem.
533 o Added codepage 1004 to codepage dialog. Someone asked, I didn't even
534 know the blamed thing was there.
535 o Added Ctrl + F10 and Ctrl + F11 accelerators to start/end a direct
536 edit of a filename for the rodently challenged.
537 o Added Next/Prev blank line menu items and buttons to new internal
538 viewer (accelerators were there before). In text where paragraphs
539 are separated by blank lines, these go down or up to the next
540 paragraph. Something I use.
541 o Added Recent Directories dropdown list to Walk Directories dialog,
542 which separates the recently used directories from the user-defined
543 directories in that dialog. Just wanted to.
544 o Added "DOS-think" and "Windoze-think" quick-config options to
545 internal Settings notebook. If you use 'em they'll stunt your growth.
546 o Fixed an obscure tile bug no one else seems to have noticed.
547 o Changed Shift + F? accelerators to Ctrl + F? to avoid conflicting
548 with a couple of OS/2-used keys.
549 o Further tightened integration between VTree and its Directory
550 Containers.
551 o Made Tree (optionally) smart.
552 o Reorganized internal Settings notebook for more "logical" grouping
553 (some things grow with a life of their own).
554 o Changed Install so that it puts many objects in a separate Toolbox
555 folder (someone who's not even registered suggested it, and I decided
556 to give it a try -- tell me what you think. If upgrading, delete the
557 old FM/2 folder before running Install again.).
558
5592.40:
560 o Added "All" button to Filter dialog.
561 o Added more optional buttons to main window.
562 o Added %u/%U metastrings.
563 o Added hex/ASCII + drag-me window to bottom of new internal text
564 viewer.
565 o Added %! metastring.
566 o Added default archiver setting.
567 o PM uses several ALT + F? accelerators to control frame windows.
568 However, this applies to the current frame window, which can be
569 within the main FM/2 window when run monolithically. Add Ctrl to
570 these accelerators to affect the main window in that case. I don't
571 change the system menu text to reflect this as it may be in a foreign
572 language, and I'm an ignorant, ugly one-language American.
573 o Added "Separate parameters" toggle.
574 o Added "Treetop on expand" toggle.
575 o Windows pulldown now lists external FM/2 windows, as does a submenu
576 on the container popup in VTree, VDir and AV/2 windows.
577 o Fixed some minor bugs in Commands menu generation.
578 o Fixed bug in Collector -- unshifted double-click didn't work on
579 directories.
580 o VDirs, external Archive Containers and Viewers now retain their last
581 set window size -- position is still determined by the Shell (PM).
582 o Lots of little tweaks no one but me will ever notice.
583
5842.39:
585 o Fixed weird bug -- apparently IBM changed the behavior of
586 MLM_QUERYFORMATTEXTLENGTH in Warp. This change may only take effect
587 at FP10+ levels.
588 o Added Open Directory Container button to Drive Tree titlebar -- only
589 shows up when FM/2 is run as a monolithic app.
590 o Added "Directory" attributes to Filter dialog per user request --
591 lets you exclude directories from Directory Containers, or show only
592 directories. NOTE: if you are upgrading, you may need to go into
593 the Filter and turn on the Directory attribute -- it's on by default
594 for new installations. Use the internal Settings notebook to
595 activate the Filter dialog (DirView and ColView pages) by setting the
596 focus to the Filter: entryfield, so that the "general" filter is
597 changed.
598 o Help file improvements (a neverending saga).
599
6002.38:
601 o Walk Directories dialog will now display non-writeable drives unless
602 the directory selection is for an action that requires writing to the
603 selected directory (for example, copy or move, set extract directory,
604 etc.).
605 o Filtering in Drive Tree now available, per user request. NOTE:
606 filtering is performed _after_ expansion; therefore, it is possible
607 for the Tree to "lie" to you until you expand a branch (i.e. indicate
608 that other directories are available, but remove the "+/-" when you
609 attempt to expand the branch. If it's important for you to know what
610 the entire tree of a drive looks like with filtering applied, use the
611 Expand/Collapse->Expand command from the Files menu or a popup. You
612 can thereafter collapse and expand the tree as desired. Tricks can
613 be played with the filter mask; for instance, "/C:\OS2*;/C:\MMOS2*;
614 /C:\TCPIP*;*" will exclude some system directories on drive C: and
615 show everything else.
616 o Got rid of the annoying (to me, anyway) extra refresh when the
617 "Immediate Updates" toggle is not used (more cheating).
618 o Windows will now be created with the WS_ANIMATE style if "Animate"
619 toggle on internal Settings notebook's Windows page is checked. Of
620 course, system animation must still be turned on to see any effect.
621 o Keyboard input of "standard" characters now performs a text search
622 to find the closest matching file system object in the container.
623 You can get the old (OS/2 default) behavior (move to nearest object
624 starting with the pressed letter) by holding down the shift key.
625 o When a background task that FM/2 is waiting on takes more than about
626 two seconds to complete its job, FM/2 will switch it to the
627 foreground. This means that if an archive is encrypted (passworded),
628 you'll get the oportunity to enter a password without having to
629 resort to the Window List to manually bring the window to the
630 foreground.
631
6322.37:
633 o Added "Autoview comments" notebook toggle (page 2) and Config menu
634 items for same. You can have FM/2 autoview file contents _or_
635 .COMMENTS EAs -- handy for looking at files that were downloaded by
636 a package that puts the file description in that EA. You can also
637 get to that EA on the third page of a WPS object's File page or via
638 FM/2's Edit EAs dialog, BTW.
639 o CTRL + Shift + B1 doubleclick opens an object's WPS Settings notebook.
640 o You can now link-drag a root directory (drive) from the Drive Tree.
641 For cryin' out loud, BE CAREFUL!
642 o Credit card registrations via BMT Micro are now available.
643 o Directory Containers can now have independent sorts if you DON'T use
644 the "Immediate Updates" toggle. When you set a sort (or filter) in
645 the internal Settings notebook, you're setting a default for
646 subsequently created Directory Containers. When you set a sort (or
647 filter) using the popup menu of a Directory Container, you're
648 changing only that container. States will now also save the type of
649 view (Icon, Details, etc.), sort and filter settings for each open
650 Directory Container.
651
6522.36:
653 o Added "Rename existing" button to Rename dialog -- allows you to
654 rename (move) an existing target file system object out of the way
655 before moving or copying another file system object to that name.
656 o Fixed "obscure" bug (reporting user's words :-) causing FM/2 to
657 enter a loop when "Views" cascade was selected from the action
658 bar menu when an internal Archive Container was the current window.
659 o Tutorial section added to online help.
660 o When a bitmapped graphic file is viewed, the window is sized to fit
661 on the screen even when the image is larger than the screen.
662 Proportion is maintained for the initial window positioning. You can
663 stretch the size of the window. The bitmap is scaled to fit. GBM is,
664 of course, still required to directly view images in FM/2.
665 o Changed toolbar button help to "bubble" style, added toggle to disable.
666 o Added Directory Compare (DirCmp:) field to Files/Dirs page of internal
667 Settings notebook.
668 o Added %d and %D metastrings for Commands.
669 o Percentages in Directory Sizes dialog more accurate (to nearest
670 thousandth).
671 o "Include subdirectories" toggle in Directory Compare dialog.
672 o Fixed bug in 2.35a's INSTALL.CMD. Can you say "duh?" Apparently I can.
673 o As usual, many little things no one will notice.
674
6752.35:
676 o Performance tuning.
677 o Implemented "minor" user suggestions.
678 o Added "Recent Dirs" toggle -- automatically adds temporary
679 directories to UserList as you change directories. You can make them
680 permanent by Adding them as usual.
681 o FM/2 may handle DOS archivers now (actually, it does -- I tested with
682 ARJ); however, you'll have to set them up for yourself and I won't
683 support them. Don't forget that DOS archivers don't support EAs.
684 AVOID WHENEVER POSSIBLE OR YOU'LL GET BURNED.
685 o If you have GBM.DLL on your LIBPATH or in the FM/2 directory, FM/2
686 will use it to display GBM-supported raster file types when they're
687 double-clicked. GBM currently supports most OS/2 and Windows
688 bitmaps, .GIF, .PCX, .TIF, .TGA, .IFF, .VID, .PGM, .KPS, .IAX, .XBM,
689 .SPR, and .PSE files. And it's free.
690 o Changed some icons around for a fresher look, added some for display
691 when you aren't loading icons from disk (for scanning speed).
692 o Added "Settings" button to Info dialog.
693
6942.34:
695 o Added "Tile backwards" toggle, but don't use it (it's a DOS-think
696 knee-jerk thing to do).
697 o Viewer won't "restore" the container that called it when it closes if
698 the container is maximized.
699 o Filtering speeded up when Autoview window is open.
700 o Show a little patch of color beside color names in Colors dialogs.
701 o Added "Folder after extract" toggle.
702 o Added ^F3 close monolithic app toggle (command id 1111 if anyone's
703 interested).
704 o More commands in INI viewer (rename, copy appname/keyname) and
705 enhanced existing Add/Edit INI record commands.
706 o Changed method of storing a few things so that they're both easily
707 human editable (for power users) and so they allow me to
708 "preconfigure" some things (for new users). If you're upgrading from
709 previous versions, there's a CONVERT.EXE that'll copy your old
710 settings to the appropriate format and get rid of old baggage.
711 o Added "Userlist switches" toggle to internal Settings notebook.
712 o Added "%r/%R" to metastrings.
713 o Added "Extract" to drag and drop dialog.
714 o Height of autoview window can be changed.
715 o More info displayed in drive info dialog.
716 o INSTALL is a bit smarter.
717 o Added two new buttons on status line -- different behaviors depending on
718 whether you click with B1 or B2 and the shift state.
719
7202.33:
721 o Added new internal viewer -- loads files at least five times faster
722 than the old viewer (which is still available via a toggle in the
723 internal Settings notebook).
724 o See all files window retains settings, is a bit slicker.
725 o Fixed bug -- rename box came up for each file moved/copied.
726 o Fixed bug -- FM/2 didn't start right with toolbar turned off. Weird.
727 o Worked around Warp bug -- PM locks up if you select a codepage that
728 hasn't been prepared. This should be ignored as in previous versions
729 of OS/2, but crashes the system instead (sheesh).
730 o Warp apparently still has a 64k limit to what the clipboard can hold.
731 While I could limit what you send to the clipboard, this is (hopefully)
732 one of those limits which will vanish with further updates to OS/2
733 itself, so I'll just caution you about it.
734 o Colors are adjustable in See all files windows.
735 o Several fonts are available in See all files windows (all fixed width).
736 o See all files window allows entering multiple keys to find a file if
737 the keys are entered within one second of each other.
738 o System info command made somewhat more human-readable.
739
7402.32:
741 o See all files window fleshed out.
742 o Added "Viewer outside," "Arcboxes outside," "INI viewer outside" and
743 "Collector outside" toggles to Toggles2 page of internal Settings
744 notebook.
745 o Added "Save" button to Directory Sizes dialog
746 o Sort type can now be changed in Details view by holding ALT and
747 clicking the title of the field to sort on (assuming titles are
748 turned on and the field is one for which sorting is available,
749 of course).
750 o Added toggle to allow user to select default delete type.
751 o Added "toolbox" dropdown to user lists.
752 o Added sample toolboxes to archive.
753 o Info and EA dialogs now include listbox, lets you scroll through all
754 objects instead of popping up for each selected object. EAS.EXE
755 mini-app inherits this; now accepts multiple filenames.
756 o Check list dialogs now allow calling up the Info dialog for files in
757 the list.
758
7592.31:
760 o Added "Minimize to databar" toggle, also accessible as a standalone
761 miniapp.
762 o Tree remembers directories, once expanded.
763 o An individual drive may now be rescanned in the Drive Tree (related
764 to the above).
765 o More keyboard shortcuts for the rodently challenged.
766 o Drag from recessed text fields in Directory and Archive Containers
767 now possible (drags the directory or archive, respectively).
768 o Default Commands command (Do it yourself) added.
769 o Extract path can now be assigned "*" meaning "use directory in which
770 the archive resides."
771 o More menu compaction (well, you think of a term for it).
772 o New "See all files" window (still under construction, but already
773 much faster and very functional, without the standard listbox
774 limitation of 32767 maximum items). Loads, sorts and displays
775 15,792 files from two local fixed drives in 18 seconds on my
776 486/66DX2 with normal (for me, of course) background load.
777 o Fixed buglet in Archive Container status display.
778 o More user suggestions implemented.
779
7802.30:
781 o I forget.
782
7832.29:
784 o Added "Topic" entry field in Bookshelf Viewer dialog.
785 o Added "Quick arc find" toggle in Settings notebook; can speed up
786 drag and drop operations on floppy/network drives.
787 o Worked around PM bug in custom frame controls.
788 o Added "Directory Container state" saving and restoring in a dropdown
789 list (turned on with "Toggle quicklists" under Config menu).
790 o Fixed drag and drop bug (couldn't move, duh). Smartened up drag and
791 drop while I was at it; no sense offering options not really
792 available due to media type (i.e. can't copy to a CD-ROM).
793 o Added "Launch" button to drag and drop dialog.
794 o Added quick-help for dropdown lists (in status box 2).
795 o Added ability to drop onto userlist dropdown to add a directory.
796 Also added popup maintenance menu (add and delete directories to/from
797 list).
798
7992.28:
800 o Added optional user directory list dropdown box on main window
801 (maintenance of the list is still performed in the Walk Directories
802 dialog).
803 o Added Drives submenu on Drive Tree's views context menu -- select a
804 drive from it and the tree scrolls to show it and makes it the
805 current object.
806 o Restricted filename quoting in command lines to absolute essentials
807 -- some programs are broken and choke on quoted filenames. We
808 absolutely cannot have LIST choking if it can be avoided.
809 o Double-clicking a directory in the Drive Tree container will cause an
810 existing Directory Container looking into that directory, if one
811 exists, to come to the foreground rather than opening a new one; if
812 the existing window is minimized, it'll be restored. Ditto for new
813 userlist dropdown.
814 o FM/2 can now launch Windows apps seamless -- maybe. Sheesh, I'd
815 use a DOS app first...
816
8172.27:
818 o Added "Move & rename" and "Copy & rename" commands per user request.
819 This extends into the drag and drop dialog (said dialog is now on by
820 default, BTW).
821 o Many tiny tweaks that no one will ever notice (for instance,
822 filenames containing "&" are now quoted on command lines where they
823 weren't before).
824 o Added EXAMPLE.CMD to archive as an example of how REXX scripts can
825 manipulate files listed in listfiles created by FM/2. This allows
826 Commands to circumvent the apx. 1000 character limit of OS/2 command
827 lines.
828 o Made notification window look more homogenous.
829
8302.26:
831 o Fixed stupid new bug in moving files from HPFS->FAT with long
832 filenames.
833 o Fixed bug in RemoteBug fix that conflicted with another fix for
834 remote FSD bugs. I'm getting sick of working around remote FSD
835 bugs -- think I'll just let the LAN folks fix _their_ stuff from
836 now on...
837 o Made titlebar of Drive Tree containers respond to request for context
838 menu as if it were container whitespace per user request.
839 o Added "Min on dir open" toggle -- a more elegant solution to a taste
840 thing (IMHO) than a user requested feature.
841 o Chord on status windows brings up window dialog like it does on
842 client window whitespace.
843 o Added "Append to clipboard" command to internal viewer/editor's
844 Edit menu.
845 o Moved "Write block" command out of Edit->Blocks submenu of internal
846 viewer/editor to the main Edit submenu as "Copy to file" so it's
847 accessible in readonly (viewing) mode while I was at it.
848 o Added informational tweaking to viewer/editor's Edit->Undo menu
849 command.
850 o Added "Walk" button to Seek and scan dialog.
851 o Added special FM/2 Association command line "<>" to indicate that the
852 default WPS view should be opened for matching files.
853
8542.25:
855 o Added "Edit" and "Refresh" to Archive Containers per user request.
856 o Added Drag and drop dialog and corresponding toggle per user request.
857
8582.24:
859 o Added "Remote bug" toggle since network FSD developers can't seem to
860 consistently produce working DosFindFirst/Next code to save their
861 lives.
862 o Undelete enhancements.
863
8642.23:
865 o Enhancements to potential dupe finder per user requests and other
866 stuff I thunk up all by my lonesome.
867 o Placed "Seek and scan" on the Utility pulldown. All it does is
868 start the Collector and post it a WM_COMMAND message as though you'd
869 clicked Seek and scan on its context menu. Maybe even folks who
870 don't read the help can find it now (who knows?).
871
8722.22:
873 o Additional detail and options are presented when FM/2 can't figure
874 out how to list the contents of an archive (ARCHIVER.BB2
875 misconfigured or archive bad) via new dialog. This should make
876 determining what the archive problem is much easier when the
877 inevitable problem arises.
878 o Added duplicate file finder to Seek-and-Scan dialog. Finds files
879 with same name and/or size and filedate.
880
8812.21:
882 o Shift and CTRL modifiers for double-clicking objects in Drive Tree,
883 Directory Containers and Collector implemented. Shift causes new
884 FM/2 window to open (directories; direct to View for files), CTRL
885 causes default WPS open.
886 o More stuff in the help file (sheesh -- this has gotta stop). The
887 online help should now make a rather complete manual when printed
888 together with the READ.ME file (see READ.ME for suggestions).
889 o INSTALL now makes an object for the online help so that it can be
890 viewed without starting FM/2 (using SEEHELP.EXE, included).
891 o Added Filter "Always show directories" toggle.
892 o Ideal size button supports a psuedo-restore operation, allowing
893 toggling between two sizes (mine and yours).
894 o Other stuff I forget.
895
8962.20:
897 o Fixed stupid bug that made FM/2 freak out on restart if you turned the
898 toolbar off and left it off (duh).
899 o Move-drag onto archives allowed now (if you have the archiver for that
900 archive type configured to allow moving files, of course).
901 o Fixed bug in longname<->shortname conversion (FAT<->HPFS).
902 o Found a nasty way to get Warp's printer objects to recognize FM/2's
903 D&D.
904 o Extract dialog can be told to remember its settings (extract directory,
905 masks, "with directories") distinctly from those set in Archive
906 Containers.
907 o Added a few pictures to the online help for extreme novices.
908 o Added new "Compare Select" submenu with commands that can make
909 selections based on comparing unfiltered files in all open Directory
910 Containers. Powerful stuff.
911 o Added "Hide objects" command (selective individual object filtering).
912 o Fixed bug -- drag to toolbar quit working when toolbar code rewritten.
913 o Slight modification to ARCHIVER.BB2 -- -1 for filename position means
914 to use the last "field" of an archive listing for the filename.
915 o FM/2 is compiled with optimization turned off now -- caught it
916 generating bad code in the new Compare Select module and don't trust
917 it (again).
918
9192.19:
920 o Added "Ideal size" System Menu command and titlebar button -- an
921 alternative to maximizing.
922 o More work on help file hypertext links using suggestions from a
923 registered user. Added a labelled bitmap showing the layout of FM/2
924 windows.
925 o Worked around weird bugs in Sizes and deleting toolbar buttons that
926 shouldn't be bugs but nonetheless cause problems on some machines.
927 o Added some one-line help fields to some dialogs to guide the user
928 along.
929 o Added the "Close" checkbox to the Edit Associations dialog, to allow
930 executing an association to shut down FM/2 (or a VDir window, mainly
931 for use by folks using FM/2 to replace the Drives objects).
932 o Added "Start Minimized" and "Start Maximized" buttons to the Windows
933 page of the Settings notebook. FM/2 starts normal size then adjusts
934 (that lets it size all its windows right first, and gives you something
935 to return to from the maximized state).
936
9372.18:
938 o Added ability to use the undocumented DosQProcStat API in the Process
939 Killer. While this will enable the Process Killer to work without an
940 English version of PSTAT.EXE being present, DosQProcStat is an API
941 subject to change by IBM, so beware.
942 o Added FATOPT.EXE program to optimize FAT drives. THIS IS A BETA
943 PROGRAM AND USES LOW-LEVEL DRIVE ACCESS -- BACK UP BEFORE USING!
944 o Tweaked the online help, adding more hypertext links and detail.
945
9462.17:
947 o Optimized for speed: Quick trees, tree sizes.
948 o Dug the names of the new color palettes out of Warp's INI files.
949 Under 2.x both color palette commands (one new) load the same object.
950 Under Warp they load the two different palette objects available.
951 o Added swapfile/memory watch when Drive Tree is active window in FM/2.
952 o Added HPFSOPT.EXE program to optimize HPFS drives.
953
9542.16:
955 o Added "Update objects" command.
956 o Added "Optimize" command. Be sure to read the online help on this
957 one (under "Context Menus").
958 o Added toolbar changing buttons (buttons that automatically load a
959 new toolbox into the toolbar). See comments in online help under
960 "Toolbar->Add Tool."
961 o Hmmm...Warp has broken the DM_DROPHELP message within an application
962 -- the passed DRAGINFO structure is inaccessible (apparently already
963 deallocated). An appropriate error message will be displayed, and
964 the code's still there so that when IBM fixes it it'll automagically
965 start working again.
966
9672.15:
968 o Added "Collect list in file(s)" command.
969 o Added "Collect from a list file" command.
970 o Added "Select List" command.
971 o System VIO fonts have been renamed, jumping between "System" and
972 "System VIO", a couple of times now. To top it off, when the name
973 changes, the sizes do, too (i.e. 7.System == 5.System VIO, more or
974 less). Warp is now GA and uses "System VIO" again, so I've changed
975 it back to that. If some fonts don't look right on your 2.11 system,
976 I'm sorry, but I'm trying to hit a moving target. Don't shoot me,
977 I'm just the piano player.
978 o Did some other stuff, but forgot to write it down and have now
979 forgotten what it was. Old age is hell.
980
9812.14:
982 o FM/2 will now detect that a CD-ROM drive which didn't have a disk in
983 it or had a music disk in it when FM/2 was started is a CD-ROM drive
984 when accessed later with a data disk in it, and change the icon
985 accordingly. This also applies to hard drives that were locked when
986 FM/2 started, by happy coincidence, and should work on other
987 removable media drives.
988 o Hints given in error popup for some access errors (for example, when
989 clicking on an empty diskette drive).
990 o Install.cmd will not change the parameters field of objects that it
991 creates if the File Manager/2 folder already existed. It will still
992 update the paths.
993 o VTree honors drive exclusions like it should have in the first place.
994 o VTree will delete a directory if the Shredder refuses for some reason.
995 o Added VTree->WPS folder toggle.
996 o Shortened VTree tasklist title for registered users.
997 o FM/2 will attempt to fit smaller files onto diskettes when a larger
998 file in the list to be moved/copied won't fit before prompting you to
999 change diskettes due to a disk full condition.
1000 o Help for toolbar buttons shows up when mouse passes over them --
1001 figured out how to implement without excessive message passing (IOW,
1002 to my satisfaction).
1003
10042.13:
1005 o Added ability to set type of selection used in some containers (in
1006 the Settings Notebook on the "Windows" page).
1007 o Selecting "Settings Notebook" in the FM3.EXE monolithic app, even
1008 from container context menus, will always bring up a full settings
1009 notebook.
1010 o Slightly reduced memory usage for HPFS drives (ah, another reason
1011 to use HPFS...).
1012 o Fixed bug in SetIcon.
1013 o Did some more work on FM2PLAY.EXE to make it more eye-appealing and
1014 maybe a bit more functional.
1015 o Shortened tasklist title for registered users.
1016
10172.12:
1018 o AV/2 will now ignore an association if it contains the string
1019 "AV2.EXE" in the command line (meaning it might call itself).
1020 o Fixed "Lowercase name" bug.
1021 o Worked over the context menus again, added a couple more
1022 accelerator keys.
1023 o Hooked Help button in Child Window dialog to some help.
1024
10252.11:
1026 o Fixed odd bug in second status line in Directory Containers.
1027 o Fixed rename buglet that caused rename from menu/button to
1028 give funny default drive.
1029 o Added drag and drop to INI Viewer to allow moving and copying
1030 data between different INI files.
1031 o Added FM2PLAY.EXE to allow playing multimedia files (via MMPM/2)
1032 from FM/2 easily. Usage: FM2PLAY.EXE <file> [<file> <file...>].
1033 There's a menu item for it.
1034 o Added "associat.txt" containing recommended associations for use
1035 with FM/2. Please send your ideas for this list.
1036 o Enhanced the Bookshelf Viewer.
1037
10382.10:
1039 o Added Undo buttons to Settings notebook pages.
1040 o Fixed bug wherein Save state of dir windows toggle was ignored.
1041 o Put in some comma formatting to prevent an untimely death.
1042 o Fixed bug wherein Doubleclick Opens toggle was ignored.
1043 o Added a couple more Settings pages.
1044 o Made appropriate Settings pages available to standalone modules.
1045 o Tweaked a few menus for a more consistent appearance.
1046
10472.09:
1048 o Changed things so the little notification box doesn't steal the
1049 focus when it comes up. Duh.
1050 o Added "Backup Profile", "Change System Profiles" and "Replace System
1051 Profiles" to the INI viewer.
1052 o Fixed some glitches in new mask "must have" attribute processing.
1053 o Found and fixed bug in Collector's Seek & Scan that could cause FM/2
1054 to trap.
1055 o Added a Settings notebook containing global toggles and such.
1056 Slower than the menus, but Ron Hester asked for it, and I allus do
1057 what Ron says...
1058 o Return of the weirding ... but that'd be telling.
1059 o Added optional split status line.
1060
10612.08:
1062 o Added "must have" attributes to Filter.
1063 o Fixed Undelete dialog so selecting a new drive from the combobox
1064 causes the listbox to be refreshed for that drive, and so a missing
1065 DELETE environment variable for the selected drive doesn't cause the
1066 dialog to abort unless you select Cancel in the information box (so
1067 you can pick a different drive).
1068 o Added limited optional logging for some simple but critical
1069 operations (copy, move, rename, delete).
1070 o Documented "start minimized" command line argument.
1071 o Added "don't save/restore state of dir windows this time" command
1072 line argument.
1073
10742.07:
1075 o Added "View Bookshelf" and "View Helpfiles" utilities.
1076 o Fixed bug in Quick Tree added while fixing the last one...
1077 o VTree now saves its size and position on desktop (Ron Gawer wanted
1078 that). VDir doesn't, as you can have several of them open at once
1079 and it would be somewhat irritating to have them all on top of each
1080 other.
1081
10822.06:
1083 o In the Collector's Seek-and-scan dialog, the All HDs button now skips
1084 removable drives (like CD-ROMs) for convenience.
1085 o Quick tree works around the OS/2 DosFindFirst bug that prevents FAT
1086 root drives from being found.
1087 o Added "separator" attribute for tool buttons -- causes a small amount
1088 of space to be added after the button with the attribute, for
1089 appearance (grouping of buttons).
1090 o Added ability to turn on titles below bitmap buttons in toolbar (it'll
1091 have to be short and sweet) and grouped all toolbar toggles under a
1092 Toolbar conditional cascade submenu.
1093
1094[lazy bum skipped a few...]
1095
10962.00:
1097 o A whole new look for FM/2 -- the same thing, only more so. Some
1098 things were enhanced, some dropped, some replaced or superceded.
1099 Still, if you used 1.x you should feel at home.
1100
1101$Id: HISTORY 128 2005-01-22 00:10:18Z root $
Note: See TracBrowser for help on using the repository browser.