
                       W I N D E V (TM)

Version Update Log
------------------

Changes in 1.56:
1) Added command to select text between matching braces (Shift+F9).
2) Added an edit command to join lines together (Ctrl+J).
3) If the Window Selector is in use, its position is saved so that it
    can be automatically redisplayed on program initialisation.
4) Whenever Windev is reactivated, it checks if any of its active files
    have been modified by another application. There is a new field on
    the Global Settings dialog to enable/disable this feature.
5) The output from console programs in the tools menu can be optionally
    captured in a log window (NT edition only).  If the output is in the
    format of Grep, or compiler error messages, it can be used for
    hypertext jumps.
6) Made the Grep command interruptible.
7) The Z order of edit windows is now retained between sessions.

Bug Fixes in 1.56:
1) Searching for a character string starting with a non-ASCII character
    (ie >= 0x80) failed.
2) The screen font height saved in the .INI file was not converted from
    its point size correctly when read back in.
3) The section buffer for the .INI file was not large enough when many
    tools were added to the Tools menu, so tools disappeared between
    sessions.
4) A hypertext jump to a window that was already open read-only, attempted
    to reopen it in edit mode.
5) Changing from a project with files open in multiple directories could
    cause a message queue overflow, leaving Windev in an undefined state.

-----------------------------------------------------------------------

Changes in 1.55:
1) Added a "Mail" command to the File menu to mail the active file on
    MAPI compliant mail systems.
2) Added an editor for file filters to simplify customization.  Click
    "Filters" on the Global Settings dialog to start the editor.  The
    sets of file filters for project and non-project mode are now
    distinct.

Bug Fixes in 1.55:
1) The Manage Files dialog closed and could not be restarted if the
    enter key was pressed when it had input focus (3.1 edition only).
2) When Windev is not installed on a fixed disk, WINDEV.INI is created
    in the Windows directory, not the installation directory, so it can
    be run directly from a CD-ROM drive.

-----------------------------------------------------------------------

Changes in 1.54:
1) The tools menu can now be customized, and tools can use argument macros.
    This is implemented by a "Tools" button on the Global Settings dialog.
2) Added new commands to toggle case and capitalize the current selection,
    and added existing cut and copy append commands to the edit menu.
3) Run-time filename arguments and the DDE open command can now specify an
    initial line & column.  Search for "run time arguments" in the online
    help for details.

Bug Fixes in 1.54:
1) The status bar now shows the settings for the window selected using the
    window selector listbox, whilst the listbox still has input focus.

-----------------------------------------------------------------------

Changes in 1.53:
1) File Manager DDE Shell interface implemented.
2) Added text searching capability to hex file viewer.
3) Implemented a very large text file viewer (mainly for the 3.1 version).
    Invoked by checking "Read Only" on the File Open dialog.
4) NT project command windows are now started minimized.

Bug Fixes in 1.53:
1) The move-by-word keyboard accelerators did not work in the NT version.
