%% 10/03/2003 - ttb
- added a patch by Marco Bisioli to save in syslinux format

%% 09/05/2000 - ttb
- Well 2.0.1 was a brown paper bag release (;
- fixed all the missing header problems with 2.0.1
- added a new startup logo for tetradraw by offspring from dark
- added pressing enter in tetraview moves onto the next picture

%% 09/04/2000 - ttb
- Added automake/autoconf package configure
- Fixed bug when loading a binary file, it would be loaded as a ansi.
- Fixed bug where tetradraw/tetraview would not load file specified
  on command line
- Added warning when starting tetradraw/tetraview under a non-linux terminal
- Released 2.0.1

%% 05/11/2000 - ttb
- Finished local editor functions
- Finsihed ansi load function
- Finished ansi save function
- Finished basic statusbar
- Finished soft cursor
- Finished statusbar
- Finished basic special key support
- Basic ansi editor built
- Finished basic block command
- Finished basic block interface
- Got some more complex block commands programmed
- Finished n_getch() which is used for multidraw
- Finished network code n_connect, n_disconnect, n_lookup;
- Fixed a compile bug in network.c
- Added a bunch of key handling cases in tetradraw.c

%% 05/12/2000 - ttb
- Finished replace* and fill* block commands
- Started work on multidraw internals
- Finished md_sendcmd;
- Started on md_handlecmd;
- Started work on basic remote editor commands

%% 05/16/2000 - ttb
- Worked on interface for colour selection
- Finished all remote editor commands
- Started work on ~/.tdrc file loading

%% 05/18/2000 - ttb
- Finished replace fg, bg interfaces
- Added a hack for replace, fill ch
- Added L/R_WRAPPED()

%% 05/19/2000 - ttb
- Cleaned up the options code
- Finished sauce loading and saving code
- Started file_select()

- ALPHA2 milestone reached

%% 05/22/2000 - ttb
- Finished file_select()
- Started work on saving interface
- Almost finished saving interface
- Finished saving interface

%% 05/28/2000 - ttb
- Finished most of network drawing
- Worked on autoconf more...
- Started work on remote block commands
- Fixed save bug that caused a crash
- Fixed a bug in network drawing mode
- Fixed a bug in LINE_DELETE which caused a crash when saving

%% 05/29/2000 - ttb
- Finished quick colour palette
- Added layer support to block command

%% 05/30/2000 - ttb
- Changed the ansi_page type to the canvas type
- Made changes to multidraw protocol to send everything as strings instead
of characters

%% 05/31/2000 - ttb
- Fixed final bug in multidraw protocol 

- Relased tetradraw 1.90

%% 06/02/2000 - ttb
- Implemented multidraw connection interface
- Finished tetraview file selector interface
- Finished tetraview
- Fixed l_erase_display
- Re did status bars
- Fixed character insert bug
- Changed ascii save key

%% 06/03/2000 - ttb
- Fixed HELO command
- Added arrows to point you to the remote cursor the statusbar
- Added displaying of remote users handle to the statusbar
- Added blink and colour pickup keys
- Finished options file saving and loading
- Tested tetradraw over windows telnet client
- Implemented flip_fixing

- Released tetradraw 1.91

%% 06/03/2000 - ttb
- Fixed a makefile bug in 1.91
- Added handling of the H ansi command
- Made the cursor go to the begining of a ansi after it is loaded

- Released tetradraw 1.92

%% 06/04/2000 - ttb
- Changed back to hardware cursor.
- Added clear screen key
- Added help screen
- Added prompt before quiting
- Added colour selection screen
- Added a '/' to the end of directory in the file selector widget
- Added prompt before clearing screen
- Changed C header save key
- Fixed alt+y
- Fixed backspace
- Fixed a memory leak in tetraview
- Fixed a segfault bug in tetraview
- Added quicksave
- Added prompt to quick save
- Added statusbar to tetraview
- Moved quicksave into a function
- Added autosave
- Almost finished options screen (still need get_yesno, get_num)
- Finished options screen

%% 06/05/2000 - ttb
- Added a modified flag to the canvas
- Added a save first prompt if the modified flag is set
- Added colouring of character under cursor
- Fixed block statusbar
- Added percent bar to loading ansis in tetradraw
- Added basic TAB support
- Updated HELP ansi
- Almost finished character selection screen

%% 06/06/2000 - ttb
- Fixed character selection bug

- Released tetradraw 1.93

%% 06/06/2000 - ttb
- Fixed character selection screen 

%% 06/09/2000 - ttb
- Recieved patch from Maurizio Sartori that added saving files as bin.
- Applied Maurizio's patch.
- Added loading bin file support.
- Changed the name of the file format from dump to bin in Maurizio's patch.


%% 06/10/2000 - ttb
- Moved input function out of main()

%% 06/12/2000 - ttb
- Added chat support
- Added startup and exit logo
- Made the file list go directores then files
- Added soft cursor option
- Fixed bug in options screen not clearing the screen to begin with.
- Added interface to chat
- Made the chat interface look nicer

- Released tetradraw 1.94 

- Fixed typo in save sauce prompt
- Forgot to change savei_filetype() to accept b instead of d
- Fixed sauce saving so that its not NULL filled.
- Removed tests directory
- Added the forget if (options.show_logo)
- Fixed tetraview percent bar over flow
- switched a goto to a define in save.c
- Fixed a bug that was introduced with that last change
- Code audit

- Released tetradraw 2.0

%% 06/28/2000
- Moved everything over to autoconf/automake
- Made loader percent bar only show up when you are connected
- Made alt+z move forward
