 ______________________________________________________________________________
|                                                                              |
|   DirSync3 v0.91                      (c) 2014 Pepak, http://www.pepak.net   |
|______________________________________________________________________________|


v0.91

  * Fixed incorrect display of the progress window in case a warning or
    confirmation had to be displayed.

  * If the "change the operation to overwrite left/right file" was used
    on a block, the current line was moved to the very top of the screen,
    which made it rather inconvenient in the common case where the current
    line was under the block - the user had to scroll to visually verify
    that the operation really was changed. Now the current line will be
    the sixth from the top, providing a quick peek at last lines of the 
    block.

  * It is now possible to return from the synchronization dialog to the 
    synchronization editor using the appropriate button.

  * New menu item "Show file information" in the synchronization editor's
    menu will show some details about the left and the right file. Keyboard
    shortcut is CTRL+F3.

_______________________________________________________________________________

v0.90

  * Rewritten into Delphi.

  * Support for FAR2, FAR3. 64bit versions are also published, but these
    haven't been tested at all. They compile fine and don't output any
    warnings, but that's the limit of my tests of them. If you use them,
    please let me know how they behave.

  * Support for very long filenames using the \\?\ namespace. All file
    operations should now use this namespace.

  * All confirmation dialogs now have the "Remember" checkbox for applying
    the selected answer to all further confirmations of the same kind.

  * All confirmation dialogs which need the user's decision between two 
    files now have the "Compare" button to execute the visual comparison 
    program on the files before the final decision is made.

  * The synchronization operation no longer skips same-date files (marked
    as "<--> in the editor". Instead, the user is given a choice as to
    what to do in such a situation - overwrite the left file, overwrite
    the right file, skip. The main synchronization dialog shown when the
    editor with results is closed allows to select the answer beforehand,
    removing the need for confirmations later.

  * The plugin can now be started from the editor, provided that the editor
    contains synchronization results. In that case, a menu is shown with
    several useful functions (change the operation to overwrite left/right,
    edit file on left/right, compare the two files). This makes it easy to
    create keyboard macros for these tasks using CTRL+dot.

  * The editor with sync. results now responds to some predefined keyboard
    shortcuts: ALT+F1/F2 changes the synchronization operation to "overwrite
    the left/right file". ALT+F3 invokes the visual comparison program.
    CTRL+F1/F2 opens the left/right file in FAR's editor.

    These shortcuts are also displayed in FAR's keybar.

  * The "change the operation to overwrite left/right file" now also works
    for multiple files in a block, if a block is active in the editor.

  * Program used for visual comparison of two files is now configurable in
    the plugin's options. Note that you must correctly configure its ability
    to use the \\?\ namespace - for example, WinMerge does not use it, and
    thus is limited to short 260 character filenames.

  * The synchronization results have been updated to display not only the
    synchronization operation, but (right after the "arrows") also the reason 
    for that decision: "F" for "file missing", "T" for "different date/time",
    "S" for "different size" and "C" for "different contents".

  * Some features of DirSyncW are missing:
    
    - "Use filter" is gone, because I noticed its existence too late. If
      there is interest in it, I can try to resurrect it.

    - "Use self settings" is also gone, because I have no idea what was its
       purpose.

    - The russian translation is incomplete; what I could copy from DirSyncW,
      that I did, but a lot of new strings remain untranslated.

  * Various internal changes to the program's logic. For example, editors
    are now identified by their ID, not by the name of the files loaded
    in them.
