2003-03-31 18:10 Yen-Ju Chen <yjchenx@hotmail.com>
	* Fix bug on playback control.

2003-03-30 17:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Make LED work again.
	* Hide browser when play/next/prev button is pressed.
	* Clean search field when browser is hidden.
	* Make sure nc observer is removed when dealloc.
	* Make sure draggedTypes is unregistered when dealloc.
	* Can drag from playlist window into player window.

2003-03-30 12:30 Yen-Ju Chen <yjchenx@hotmail.com>
	* Playback works partically.

2003-03-29 23:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Major update for bug fix 
	* Using #include instead #import.
	* Use gorm file for interface.
	* Broken now.

2003-03-11 21:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Remove notification observer and clean up (MusicBox).

2003-03-10 23:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Make multi windows work better (MusicBox).
	* Add multi windows check box in preference (MusicBox).
	* Don't archive SGSound (ShengGuang).
	* FIXME: Memory leak when multiple windows open/close several times

2003-03-07 21:30 Yen-Ju Chen <yjchenx@hotmail.com>
	* Hope to fix memory leak in playlist by using mutable object.
	* Update document a little bit.

2003-02-27 17:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Dragging from playlist window to player window
          will play the select playlist.
          Therefore, main window is not necessary.
	* Fix bug of updating player view (MusicBox).

2003-02-27 15:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Redisplay track number for CDSound (MusicBox).
	* Make cddb work when playing cd,
	  but it will jump to next song automatically.
	* Prevent column selection in table view (MusicBox).

2003-02-26 21:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Try to improve AudioLibrary (MusicBox).

2003-02-26 16:20 Yen-Ju Chen <yjchenx@hotmail.com>
	* Add select menu (MusicBox).
	* Don't display track number except for AudioCD (MusicBox).

2003-02-26 12:40 Yen-Ju Chen <yjchenx@hotmail.com>
	* Add nextKeyView in Tag Panel (MusicBox).
	* Make repeat button works (MusicBox).

2003-02-26-11:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Fix bug of playing song (SDLSystem) on Linux.
	* Implement copyWithZone: in SongInfo (ShengGuang).
	* Use [SongInfo copy] in AudioSmart (MusicBox).

2003-02-25 22:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Song is checked by default

2003-02-25 14:40 Yen-Ju Chen <yjchenx@hotmail.com>
	* Fix bug of OGGEditor (ShengGuang) on Linux.

2003-02-24 21:00 Yen-Ju Chen <yjchenx@hotmail.com>
	* Add SGPlayer for testing ShengGuang library.
	* Make tag editor work for non-ogg files better.

2003-02-22 23:55 Yen-Ju Chen <yjchenx@hotmail.com>
	* OggEditor (ShengGuang): Add more information, ex. bitrate.
	* TagEditorPanel (MusicBox): display more information.
          Set as floating panel. Make it work better.

2003-02-22 15:40 Yen-Ju Chen <yjchenx@hotmail.com>
	* Synchronize the playlist manager, action controller and player view
	  Change listForPlay (PlaylistManager) to NSMutableArray,
          and use setArray: to keep a copy of play list.
          Otherwise, it will change with main window.

2003-02-22 14:20 Yen-Ju Chen <yjchenx@hotmail.com>
	* Use PlaylistManager to trace the main window.
	* Refine main window update

2003-02-22 00:50 Yen-Ju Chen <yjchenx@hotmail.com>
        * Set initial volume
        * Move shuffle and repeat to MusicBoxWindow (not work yet) 
          and adjust the player window
	* Reverse the file name of encoded song

2003-02-21 23:10 Yen-Ju Chen <yjchenx@hotmail.com>
	* Keep redesigning the interface
	* add new user default: UseMultipleWindows
          NO for single playlist window
          YES for multiple playlist windows (not finish yet)

2003-02-21 17:45 Yen-Ju Chen <yjchenx@hotmail.com>

	Separated the playlist window and player window.
	Allow many playlist windows.
	Move LED module into the main source code.
