2003-10-09 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Remove tab view support and use default document system.

2003-10-08 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Make method panel resizable.
	* Display methods in a cleaner form.
	* Display methods in outline view.

2003-10-07 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Use character cache.
	* Cache advancementForGlyph.
	* Disable setNotShownAttribute:forGlyphAtIndex:
          to speed up text rendering.
	* Clean up ObjCHandler

2003-10-02 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Parse methods and make methods panel work again.
	* Use CodeEditorViewCache to speed up glyph handling.
	* Disable ligature to make cache faster.

2003-08-20 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Keep speed up.
	* Change font attributes panel.

2003-08-15 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Improve speed a lot.

2003-08-08 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Make non-root installation work.

2003-08-07 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Handle comment and string more precisely.
	* Move inspector methods into category.
	* Fix bugs.

2003-08-06 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Move ruleset into LanguageHandler.
	* Remove PCRE dependency.
	* Rework the side view.

2003-08-4 Yen-Ju Chen <yjchenx at hotmail dot com>
	* Use CodeParser for faster rendering. Not finish yet...

2003-05-14 Yen-Ju Chen <yjchenx@hotmail.com>
	* Fix font size change when load new file.
	  (Not work for fontification yet).

2003-05-13 Yen-Ju Chen <yjchenx@hotmail.com>
	* Cache line number in side bar.
	* Update side bar when paste and cut.

2003-05-12 Yen-Ju Chen <yjchenx@hotmail.com>
	* Start to implement side view
	* Clean up all the warning (-Wall)

2003-05-10 9:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Fix encoding in CodeEditorInfo.plist
	* Add #define in ruleset.
	(Patch by Rob Burns <rburns AT softhome DOC  net>

2003-05-09 12:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Improve the updation of current CodeEditorView.
	* Add Tutorial.
	* Make MethodViewer groove

2003-05-08 16:15 Yen-Ju Chen <yjchenx@hotmail.com>
	* Add ruby script to use autogsdoc
	* Update ruleset for Ruby

2003-05-07 14:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Add scriptManager for easy accessed from StepTalk.
	* Add Ruby language support (Not completely yet).
	* Fix bug for file open.
	* Add CodeEditor.tiff donated by Ian Jones <ian_jones_01 AT yahoo DOT co DOT uk>

2003-05-03 20:45 Yen-Ju Chen <yjchenx@hotmail.com>
	* Prevent alert if StepTalk is not installed.
	  Patched by Stefan Urbanek <urbanek AT host DOT sk>
	* Full support of scripting.

2003-05-02 11:30 Yen-Ju Chen <yjchenx@hotmail.com>
	* Add preference for auto-fontification each line.

2003-05-01 14:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Start add script support.

2003-04-25 15:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Open files from command line. "-t" to open in tab.
	* Method viewers. List all methods and click to jump.

2003-04-24 13:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Use PCRE (www.pcre.org) instead of the POSIX RegEx
	  to improve the performance (faster more than twice !).

2003-04-22 18:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Remove beginEditing/endEditing in -unmarkPreviouslyMarkedBlock
	  to prevent a NSException from GSLayoutManager. (bug 4).

2003-04-20 22:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Optimize memory and speed.

2003-04-18 14:00 Yen-Ju Chen <yjchenx@hotmail.com>
        * Finish font attributes panel.

2003-04-17 14:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Reorganize.

2003-04-16 14:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Move inspector out of CodeEditorView.

2003-04-15 22:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Implement find and replace.
	* Fix bug with close window.

2003-04-15 13:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Cache RegEx.
	* Find in toolbar works (only forward).

2003-04-14 22:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Release 0.3.6
	* Add RegEx (CodeEditorView)
	* Fix bugs in open/close tab/window.

2003-04-11 23:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Add tab view

2003-04-10 18:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Start to clean.

From v0.2 to v0.3:

	o "New" menu entry
	o added Inspector
	o a file's language is now changeable
	o some speedups

From v0.3 to v0.3.5:

	o auto-indent completely redone
	o block marking completely redone
	o lots of cleanups and bugfixes
