MyLibrary v0.4.5
================
See Documentation/index.html

INSTALL
=======
gmake; gmake install

LICENSE
=======
GPL2 or higher

AUTHOR
======
Yen-Ju Chen <yjchenx at hotmail dot com>

CHANGELOG
=========
8-6-04
* Convert format from title indexed to unique number indexed.
  Hope to improve the speed since comparing NSString is
  slower than comparing unsigned int.

8-5-04
* Able to change library location.
* Display library path on window title.
* Change size of selection in criterion to fit.
* Hope to refresh smart folder more efficiently and accurately.

8-4-04
* Use NSPropertyListSerialization to ensure using XML format all the time.
* Do not format number attributes in summary.
* Able to sort by type.
* Fix bugs on search.
* Better indicator for make indexing.
* Scroll to newly created note.
* Search any text except content of file.
* Make sure type of subject is always set in criterion.

8-3-04
* Content search by namazu.
* Preliminary menu validation.
* Fix double-click on icon of files.
* Some user interface improvement.
* Accept drop in sourceTableView.

7-31-04
* Add progress panel for importing files.
* Load backup if source does not exist due to abnormal termination.

7-30-04
* Fix smallControlSize problme in CriterionObjectView.
* Support CriterionSelectionType for selecting sources;
* Fix matching last months and years.
* Fix bug on the name of main library.

7-28-04
* copy & paste, drag & drop support in AttributeViewer.
* word completion in AttributeViewer (attribute name only).
* return and escape key for "OK" and "Cancel" buttons.
