=====================
Limon version history
=====================


2006-01-xx version 0.6
======================

User interface changes:

* New compact design with standard search field and search history
* Define in Limon service
* New Definition... menu item to add new definition
* Edit Definition... menu item to edit existing definition
* Define menu item, using the current selection in the results pane
* Define words in the results pane by double click
* Print always the results pane
* Quit when the window is closed, like other Apple tools
* Help book
* Fixed search box display problem in Tiger

Internal changes:

* Add custom executable, can run directly from xcode
* Move definition and formatting code to DictionaryView
* Rename limonlib to dictionary
* Add makefile
* Add tidy configuration file

2005-12-30 version 0.5
======================

User interface changes:

* Set the default writing direction and alignment to right to left
* Disable Define button until the entry contains meaningful content
* Strip entries ' foo ' -> 'foo' after editing
* Select entry text after a query, to make it easier to try another
  query by typing new query.
* Add progress indicator
* Add credits to the About box
* Better readability - larger font for terms, smaller for meaning, 
  similar to printed dictionaries.

Internal changes:

* Refactor formatting code using textStorage.
* localization of all strings in the code.


2005-12-29 version 0
====================

* Minimal user interface around limonlib.py from limon-0.6.
