Version 0.0.4, Source number  429 Wed Mar 24 23:39:06 MET 1999
- added putreturn instead of the builtin return. Also changed 0x0d to 0x0a
- typing one character at end of the previous filesize immediately after an extend resulted in confusion. It was
appended to the undo entry which belonged to the extend.
- don't try to save truncated parts anymore (Memory::saveall)
- putpartpiece doesn't check on size of read part (went wrong when file is again extended by undo)
- new opens Document#
- removed a 0.0.4 bug in proceskey, which caused bed to coredump when closing a file
Version 0.0.4, Source number  404 Sat Feb 7 05:06:59 MET 1999
- location on manpage
- no strange color after making the xterm smaller
- more portable member function pointers 
- '-' in name of archive
Version 0.0.3, Source number  348 Sat Jan 16 05:06:59 MET 1999
- Tracing calling of functions for debugging (because gdb version 4.16 support of c++ is 
	restricted, no stack when failing in delete )
- Solved mysterous segmentation violation
- Longer filenames possible in listfiles
- previously the program could only run with libncurses1.9.9e, now also with libncurses1.9.9g
	and libncurses.4.2
- can't open /proc/locks anymore (only known file which creates problems)
- explicit long limit on filesize, because of problems with /dev/dev1_8
Version 0.0.2, Source number 241 (Thu Dec 17 09:38:55 MET 1998)

- In search and replace 
	- conversion between formats was no good when the number contained zero.
	- now padding with zero's on the left when not enough characters
- added menus to alt-f,p
- Added the possibility to see keybinding (Alt-f,k)
- By some unknown reason, when ascii took the full screen, linedown gave strange
results. Solved with an extra refresh when ENDOFLINEBUF is defined. When this
buf, in probably ncurses is solved, this should not be defined.

Version 0.0.1 Sourcenumber 205 Mon Dec 14 07:51:42 MET 1998

- getselbuf was wrong
- Bug in regex compile (searchexpr was not set properly to zero before compile). This
	resulted in a segmentation violation when using groupings.
- Jump over replaced part in regex replace;
- Processking of key bindings changed so that keys that overwrite a shorter or longer definition will not get into 
trouble.
- Alt-F in open now not changed by other operations

Version 0.0.0 Sourcenumber 151 Thu Dec 10 06:23:27 MET 1998
