
Beta 5 to beta 6 changes.
-------------------------

* Added ARK format read-only convert support. You cannot create, modify,
  delete or CheckARK ARK files, but you can copy/convert from them. They
  behave just like any other archive file in you simply hit return on them
  to enter them. This resulted in some other changes to the display of
  archive files:

  * Changed panel display for T64/LNX/ARK to display write-protected files
    (which ARK files can have).

  * The write-protect ("<") flag on D64/X64/ARK files are kept when copying
    to other D64/X64 images. No other archive type supports the
    write-protect (locked) flag anyways.

  * The ".." file in D64/X64 images no longer displays a "0" size. All
    other archive files already don't display the size of the up-dir entry.


* Some changes to the HELP system:

  * Improved the HELP file compression/encoding.

  * Asking for HELP when the HELP file version was incorrect would result
    in the cursor disappearing temporarily once the window was gone.

  * Slightly increased the speed of displaying the HELP text


* Some changes/additions to the panel functions

  * Fixed the function CTRL-MINUS (back up 1 directory) so that if you are
    in an archive file, it will back out of that one first, like it was in
    a directory. Any subsequent CTRL-MINUS's will back up through the
    directories like normal.

  * Added CTRL-PAGEUP. This behaves like CTRL-MINUS, backing you out of
    archive files, or up 1 directory.

  * Added CTRL-PAGEDOWN. This behaves like you are hitting return on the
    item under the hilite bar. If you are on an archive file, you will go
    into it.


* Fixed TAB order in the BUTTON controller. I broke it in beta 5. It is not
  something you would likely have noticed.


* When coming out of the screen saver or cancelling a window, and you
  clicked a mouse button when the mouse pointer was in the top left-hand
  corner of the screen (remove panels button), the panels would be turned
  off as well.


* Some changes to the Configuration window

  * Removed the "Line Width" from the Editor/Viewer page.

  * Removed "ASK" from the option for "Case sensitive searches" under
    EDITORS/VIEWERS. Instead, I put a button saying "[ ] Case sensitive
    search" on each of the dialog boxes where this occurred. This includes
    the File Viewer, HEX editor, D64 HEX Editor and Text Editor, both find
    and find/replace.

  * Added "Auto-indent" to the Editors/Viewers page. This setting is for
    when you hit return in the Text Editor, if you want the cursor to jump
    to where the line starts on the previous line. It will also indent the
    cursor if you type a '}' while editing a C file. (This setting was
    previously always on, not user-settable).


* Re-arranged the window layout of the some routines:

  * F11 (Convert Files) and F12 (Create Archive file) window to allow for
    the future addition of more archive formats. The old windows had very
    little room left for expansion. You can now type the number
    corresponding to the format you want (1 for D64, 6 for LNX in the
    Convert window, the Create window is different)

  * Shift-F9 (PETASCII to ASCII Conversion) to allow for more text
    conversion types.

  * Added short-cut keys to the Color Config and Configuration windows. By
    pressing the number beside the list entry, you can jump directly into
    that area, bypassing the cursors and the mouse.

  * Added option under MISCELLANEOUS page called "Keep file/dir time/date
    on copy". This allows you to control whether the time and date of
    directories and files will be stamped onto the new files when
    copying/moving. It is defaulted to "on".


* Some changes to the HEX editor

  * column titles and HEX address display are now in the proper TITLE
    color.

  * Added cursor address display. Now you can see what address you are at.

  * Added cursor placement and scrolling. You can click in either the HEX
    data or the ASCII data to position the cursor.

  * When clicking in the close-window button, both the HEX editor window
    and then the panel windows would be removed.

  * HEX search (F6) would allow you to enter just spaces as search
    parameters, without HEX values.

  * Set the "Show Blanks" to be on by default.


* Some changes to the File Viewer

  * Finished mouse text scrolling

  * HEX search would allow you to enter just spaces as search parameters,
    without HEX values.


* Some changes to the Text Editor

  * Finished mouse cursor placement and mouse drag text scrolling

  * The Alt-F11 key is now the place to change the Block-Format line width
    value. This use to be on the Configuration window under
    Editors/Viewers

  * The cursor no longer re-positions if you click (and hold) in the
    close-window button.

  * Once again, if there was not a 64COPY.EXT associations file, doing a
    CTRL-F4 (Edit Extensions file) would not work. The Text Editor would be
    called up, and would promptly close.


* Some changes to the D64 HEX Editor

  * Added cursor placement in the D64 HEX editor.

  * Moving the cursor over a tagged area in the D64 HEX Editor would leave
    "holes" in the tagged area.


* Some changes to the D64 Directory Customizer

  * Added cursor placement and list scrolling

  * Fixed some windows in the Directory Customizer

  * Trying to do an Insert Separator (F7) when the cursor was at the top of
    the list, would crash the program.

  * Added lines separating the columns.


* Some changes to the BAM Editor

  * Added cursor placement.

  * Added right button +/- toggle (single click only, no drag).


* Once again updated one of the variables in the window creation system
  call. Hopefully, none of the windows have been affected.


* You can once again switch the "Change Drive" window to the opposite panel
  by typing the ALT-F1/ALT-F2 when in the ALT-F1/ALT-F2 "Change Drive"
  window. I had removed this feature some time ago.

