Change Log
1-9-98
	show-current-position added: shut down line number and %
	indicators in modeline. Disables scrollbar; useful for VERY
	large files or SLOW machines.

12-27-97
    Bitmap for reread-all-changed files; allows the command to be put
    into the toolbar

12-05-97
    Fix ctrl-g response to "File exists; Overwrite..." message.

11-28-97
    Delete-blank-lines wouldn't delete blank lines if cursor on a
    nonblank but there were no previous blank lines, only following.
    
11-20-97
    Allow proper "All Files" choice in file open dialogs.

11-14-97 
    Bug in set-popup-button (it printed the wrong message!) Thanks
    to jmequin@tif.ti.com for uncovering it...

11-6-97
    J.K.Soutter@lboro had a fill bug. I think it's fixed, but he's
    gonna be the tester :)
    
11/5/97
    Warn user that incremental saveout time exceeds the stupid integer
    size in 16 bit code. Sometime this should be made a long....

10-30-97
    Restore-window-state nukes an unused scratch buffer

10-25-97
    Change default popup. 

10-24-97
    Yet another message prompt buglet...thanks James!

10-23-97
    Mini UI addition for Windows: add set-search-highlight command

10-21-97
    Pop-window-to-top (Windows 3.1*, 95, NT only) when being asked a
    yes/no or y/n question.
    
10-17-97
    Modifiy search (search,regex) functions so regex processing can treat
    "empty" search strings in specific ways, ie support regex search of
    "^" and "$" w/o any other chars as "find begin/end of line". A bit
    of overkill perhaps...but what the heck
    
10-6-97
    Change code so if toggle-flush-undo is off (ie undo not cleared on
    buf save) that saving, then undo-ing till all the way back will now
    mark the buffer as modified

    Changed the version number to 1.93 for housekeeping reasons.
    
10-1-97
    Recompiled 32 bit notGNU to fix optimization
    bugs which occurred (???) with the older compiler. Noted symptom
    was failure to be able to drop files onto notGNU from a network
    share that had spaces in the name! Rezipped all files.

8-22-97
    If file modified outside editor, prompt indicating change offers to
    reread file or force timestamp sync to disk; previous version
    didn't offer the reread.

7-30-97
    Toolbar not showing up when notGNU launched via cmdline with a
    large file - fixed.

6-25-97
    Change cursor location after transpose-words. It just feels more
    correct here.
    
6-4-97
    Fill in open file dialog file filter with file extensions
    registered with current buffer mode (windows only)

6-1-97
    Apply user-specified margins to left, top & bottom (right side still
    clips on character-line length). NOT TESTED

5-30-97
    More graceful exit from word-wrap (fill-p*) commands when word too
    long. When it fails in the middle, you can recover with undo.

    Handle extended characters in file names from file-open dialog, but
    may require using wildcards since the input line code doesn't deal well
    with the extended characters.

5-9-97
    Fix warning about freeing static memory when loggin message comes
    up.  Be smarter about auto complete with files starting with '.'
    in Windows 95/NT/Unix.

5-7-97
    Fix write-file on readonly buffer - it didn't really save the new
    file even when you said to.

4-25-97
    Hack for potentially weird system configs and " chars

4-16-97
    Cursor during undo cleanup.

4-1-97
    Deal with open dialog triggering 'reread' prompt in echo line. No
    April fool but the blizzard was! (Windows versions)

3-29-97
    Wheelmouse support with 32 bit notGNU inserted. It's not working yet though

2-19-97
    Make sure the timing issue bug fix was actually built into all the
    binaries 

2-17-97
    Rebuild ntnot.exe with msdev 4.1 vs msvc2.0...
    Deal with timing issue and notStart...
    Message on buffer pruning

2/14/97
    * in win-buffer-list dialog to mark modified files

2/13/97
    Put message handling to notstart in a thread to help? keep notgnu
    from hanging when 16 bit subsystem is busy (Win95, NT)

2/12/97
    make "set-autosave-inc 0" really not save the changed buffers, unless
    focus change (windows versions) and set-autosave-on-lose-focus is set.

12/10/96
   restore-window-state-from-file was ignoring the input file name when
   invoked via the notgnu.st file on startup, or in a
   load-file/load-buffer situation. Remember, the param must have a full path.
  
12/5/96
   'k' in bufferlist window leaves dot at reasonable place  

