ORE NEWS -- a history of user visible changes
Copyright (C) 2004 Archit Baweja

New in 0.1
* Basic file editing support including Open/Save/Save As, Cut/Copy/Paste etc
  Undo/Redo, Find and Replace.
* Multiple Document Interface.
* Minimal support to run scripts from inside the editor in an xterm program
  in the ruby interpreter
* Syntax Highlighting of code (unfortuanately no code folding/unfolding right 
  now :-/)
* When you save a file, it saves a backup copy of the file of the name
  filename+"~" (emacs style).
* A simple ruby voodoo magic plugin system :-), is in place. So you can write
  small plugins/tools for red - Ruby Editor. Do sure submit them for inclusion
  in the main distro! (See tools/README for more information on writing
  tools/plugins)
* Plugins include...
  -> Goto Line - A simple goto line plugin. Useful to jump to interpreter
		 errors.
  -> Copyright Header - This is little baby will insert a license's PREAMBLE
			at the top of the files. Current licenses include only
			the GPL. Accepting patches for other licenses like
			Perl, Ruby etc...
