////////////////////////////////////////////////////////////////////////

1.15 point release --- (see m.tut)

Added name completion in prompt dialogs...  For example, suppose you are
going to do a global Search for the word aardvark.  You type [Alt ^S] and
in the search buffer you type [a a Alt /] and get name completion.  Name
completion works just like in a normal window except that instead of
searching for words that begin  with the search string in the current file,
the search begins in the file of the window you began the prompt from.

Added an M variable option -sXX where you can set the percent of the window
to begin scrolling...  


Added a goToColumn() bind function... it is unbound.

Added mouse support for moving the cursor and marking a block.

Fixed Cmode indenting for something like ajfdsj(
    ksdajfla,     ( ksdajfla,     ksdajfla, ( ksdajfla,     ksdajfla,
					      ksdajfla, )
		    ksdajfla, )
    ksdajfla )

added unbound topCursorLine()... moves the current cursline to the top of
the window

Made the search and replace ! store the number of the replacements in
the [Alt I] counter.

Made a Force=^F option in the diffDir [^X D] dialog... forces M to find a
real difference in files even where the file sizes are different...  If
there is only a white space difference and eXact searching is not on, it
will ignore that difference.


Respects NumLock.

Made the mspawn.exe program work correctly under strange text videomodes.
Made the mspawn.exe program smaller.

remove M environ var -v option 	-v  attempt checkout of read only files
now it always does this.

remove M environ var -P poll srcfiles (always on for drives c and d)

add M environ var -sXX scroll screen fraction


Fixed assorted small bugs.

Made M better behaved with long C comments.  (still not perfect but closer)

Added pipes to the compile command.


////////////////////////////////////////////////////////////////////////

1.17 point release --- (see m.tut)

-k option on commandLine

fillCustomCompileBuf()

^Open in search/replace

M= -m dos version of mouse support is set on in M environment variable

serious Bug fixes...  Fixed some killer crashing Bugs.

////////////////////////////////////////////////////////////////////////
blockCommands at shift ^space: tab, shiftTab, and ^tab

work is going on in the ^Z shell


////////////////////////////////////////////////////////////////////////
1.19 point release

-s option on commandLine

copyLine

Fixed a crashing Bug

mapScanCode

Winm.exe has a command shell...  (1st version) many features... see m.tut

(m.exe is 16-dos, m32.exe is 32-consoleApp, winm.exe is 32-NativeNt/95)

I have a Windows NT Dec Alpha version for anyone interested.

////////////////////////////////////////////////////////////////////////
1.20 point release

Alt ^V and Alt ^C  -- Connects to the clipboard -- 
Alt ^C copies from the point to the mark to the clipboard.
Alt ^V yanks the clipboard to the point.

fixed tag error: typedef struct _myType { int i; } MyType, *PMyType;

fixed broken piping in Alt ^N

fixed bug so that clicking with mouse on an M window that is in the 
background only brings M to the foreground (doesnot move the cursor...)

more shell features.

[Alt X chooseFont] can now change the font


////////////////////////////////////////////////////////////////////////
1.21 release

saved font selection for next startup.

fixed [Alt space] so that it gets the system window

Made first mouse down when Winm doesn't have the focus just change 
the focus (dosen't move cursor) (except on the title bar)

