================================
Visual Studio - Vile Integration
================================

Copyright (C) 1998 Clark Morgan

VisVile is a Visual Studio add-in that permits Winvile to replace the
default text editor in certain situations.  Complete documentation of this
add-in may be found in the file ../doc/visvile.doc .

VisVile is based upon VisVim, written by Heiko Erhardt (Copyright (C) 1997
Heiko Erhardt).  VisVim is based upon VisEmacs, written by Christopher
Payne (Copyright (C) Christopher Payne 1997).

VisVile is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

VisVile is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

- Clark Morgan, Aug 1998

Change Log
==========
v1.02, released 10/5/98
- implemented "Redirect selected keys to DevStudio" option.
- added a macro file, visvile.dsm, that augments the new option.

  At this point, I think visvile is fairly useful.  I can envision one
  more wrinkle that might be worthwhile:

  + add a mechanism to force devstudio to open the same text file as is
    loaded in winvile's current buffer and then position the devstudio
    editor's cursor at the same line number as is shown in winvile's
    buffer.  This "file synchronization" feature could be quite handy
    when searching for break point locations while the debugger is active.

  Regardless, it's time to release v1.02 .

v1.01, released 9/07/98

- if visvile disabled, no other dialog options are editable
- added more document type checking to avoid occasionally opening such
  things as dialog box resource scripts.
- implemented "CWD set from opened document's path" option
- implemented "Write all modified buffers to disk prior to build" option.
  This feature doesn't work as well as it could due to a DevStudio (v5)
  bug.  Refer to ../doc/visvile.doc for further details.
- implemented "Build log -> errbuf if build reports errs/warnings"
  option.

v1.0, released 8/98

