Version 1.52, 28 Oct 1999

Bug fixed: "Add To Disks Menu" checkbox didn't work.

Version 1.51, 02 Sep 1999

Bug fixed: invalid string in Disks menu.

Version 1.5, 29 Aug 1999

All the text strings were moved to .lng files for easy translation to other
languages. But still I'm convinced that people who don't know English
should not peek in system registry ;)

Changed behaviour: any non-directory name entered in Copy dialog is now
treated as a file name, and the key/value is exported to this file. You
cannot do it when multiple items are selected. If you put '\' in the end
of the line, it is considered a directory name, and the directory is created
if necessary.

If the target file already exists, user is asked for confirmation.

You can edit values shown in Description column using Ctrl-Z. Only strings,
numbers and hex binary data may be edited with this method.

Windows 2000 .reg files are now recognized. These are Unicode text files.
FAR 1.6x cannot edit Unicode texts, so you have three choices:
- use Notepad to edit keys in .reg format (you can define it as Alt-F4
editor and switch to "keys as files" mode);
- put a copy of old regedit.exe from NT4 to your FAR directory, so the
plugin will load this .exe instead of system's regedit;
- edit these Unicode files with FAR editor as if they were binary files.
The latter is not recommended unless you know very well what is Unicode ;)
and with this method you can only delete and replace, but cannot insert.

Two more types added in the Value Type dialog box (Ctrl-A).

The viewer for keys and values is not modal anymore, even in "Keys as
Directories" mode. That is, you can always switch to other FAR windows
without closing the viewer. To use this feature, you need FAR 1.63 or newer.

The (Default) value name is case-insensitive and editable in .lng file.

Bugs fixed:
- Copy and Create dialog boxes are correctly centered in all resolutions;
- copying keys to another registry panel didn't work and now is not allowed;
- when a new key is created, the cursor is set to this new key;
- the panel mode is correctly remembered when Ctrl-PgUp exits the plugin.


Version 1.4, 14 Jul 1998

Keys with subkeys are now deleted under NT, you don't have to delete subkeys
manually.

Bugs fixed:
- auto-refreshing caused NT with SP3 to crash (!) when several items
  were updated under the current key;
- pressing F3 or F4 on ".." caused FAR crash in some cases;
- pressing F3 or F4 on ".." did nothing in "keys as files" mode;
- pressing F7, Esc caused FAR error message;
- last position was remembered only for HKEY_CURRENT_USER subkeys;
- fixed some problems in screen auto-refreshing (NT only).


Version 1.3, 27 Apr 1998

Attention! If you used the version 1.2, you should go to the root key
HKEY_CURRENT_USER and delete all that "garbage", that is, unnecessary values
like AddToDisksMenu etc, that must not be there. It was a bug in 1.2, sorry.

New feature: browsing remote registry over the network (NT only). You
can do it from the command line:
 reg://hostname or reg://hostname/keypath - outside the plugin,
 cd //hostname or cd //hostname/keypath - inside the plugin.
 To return to your local registry, use prefix \\\ or /// (i.e. empty hostname).

Bugs fixed:
- settings sometimes were saved in the root HKEY_CURRENT_USER key;
- under NT, owners were not converted to OEM charset;
- long values sometimes were not shown in the Description field.


Version 1.2, 06 Apr 1998

Configuration menu. You can put this plugin into Disk Menu and
  assign it a number in the menu; you can redefine some of the panel modes.
Current panel mode is remembered.
F3 or F4, when pressed on "..", work with the current key.
The .reg extension is added when keys are exported.
Bugs fixed:
- "changing directory" to non-existent key;
- under NT, screen auto-refreshing redraws panels only when needed.


Version 1.1, 20 Oct 1997

Added support for FAR 1.5:
- using prefix reg: you can get to any place of registry from the command line;
- "keys as folders" can be viewed as files, like in "keys as files" mode;
- Ctrl-F is no more processed by the plugin, since FAR processes it;
- Ctrl-G now works in NT too.

Some more features:
- you can view and change the type of registry values (Ctrl-A);
- when REGEDIT is launched, its command line is shown in the window title;
- help was added.

Bugs fixed:
- confirmation message box on multiple delete;
- warning in the info panel was corrupted when its size was changed;
- last position was not restored under NT;
- conversion to/from OEM character set.
