2009-09-02   Daniel Martin Yerga  <dyerga@gmail.com>

	* Fixed: "Delete recipes?" window could be more clear. MB#5068
	* Fixed: "Edit ingredient" window has "Add ingredient" title. MB#5067
	* Fixed: "Sending a Log" option confused me. MB#5066
	* Confirmation dialog when clearing shopping list.

2009-09-01   Daniel Martin Yerga  <dyerga@gmail.com>

	* Added initial portrait support fo the shopping list.

2009-08-26   Daniel Martin Yerga  <dyerga@gmail.com>

	* Added Edit menu in View recipe screen.
	* Fixed: remove initial \n character in text importing from Gourmet xml.
	* Added initial search function.

2009-08-20   Daniel Martin Yerga  <dyerga@gmail.com>

	* Show info note when the Timer is finished.
	* Shopping list UI for Fremantle.
	* Option to add the ingredients to the shopping list.

2009-08-13   Daniel Martin Yerga  <dyerga@gmail.com>

	* Create new database with example recipes at the first run.

	* Release 0.2~alpha1

2009-08-12   Daniel Martin Yerga  <dyerga@gmail.com>

	* osso functions in Timer module. It lacks the alarm stuff yet.
	* Exporting servings and preptime in Krecipes format.
	* Not show preptime/servings in the recipe view when they are 0 or ''.

2009-08-11   Daniel Martin Yerga  <dyerga@gmail.com>

	* Delete recipes with HildonEditToolbar and multiple selection.
	* Now it can edit ingredients, not just delete and create.
	* Changed gtkmessagedialog for hildon_note_new_information.
	* Confirmation dialog on deleting ingredients.
	* Now it imports the main category from Krecipes files.
	* Using touchselectorentry for servings, preptime and cooktime.
	* Fixed: it doesn't import ingredients from groups in Gourmet. #MB4814
	* Fixed bug importing recipes from Pyrecipe into the new Gourmet version.
	* Recipe image is saved in the database as base64 string, forget files!
	* The image saved as base64 it's exported in Krecipes format, and it works!
	* Now it imports images from Krecipes files.
	* Gourmet format exporting and importing images too.
	* Exports the image with HTML if it's just one recipe (bug with multiple recipes).

2009-08-10   Daniel Martin Yerga  <dyerga@gmail.com>

	* Fixed possible thread crash showing banner on sending log.
	* Fixed bug with signals in standard button in About dialog.
	* Fixed bug importing .kreml files from Krecipes. #MB4813
	* Now it imports .kre compressed files from Krecipes. #MB4813

2009-07-31   Daniel Martin Yerga  <dyerga@gmail.com>

	* Added a bunch of try-except and logging stuff if something fails.
	* Gourmet import allows .xml files.
	* Added confirmation in clear recipe and clear ingredients.

2009-07-28   Daniel Martin Yerga  <dyerga@gmail.com>

	* Added more categories.
	* Added some images instead of labels in buttons.
	* Added clear image button to unset an image.

2009-07-27   Daniel Martin Yerga  <dyerga@gmail.com>

     * Added units, time and categories data.

2009-07-24   Daniel Martin Yerga  <dyerga@gmail.com>

     * Finished the port to Fremantle

2009-07-23   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe-fremantle.py: Porting more code to Fremantle version.

2009-07-21   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe-fremantle.py: Starting the code of Fremantle UI.

2009-06-16   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Put pannable area to recipe list for fremantle UI.

2009-03-14   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Go to the recipe list when saving a recipe.
    Not to do export function if there isnt selected recipes.

    * pyrecipe_utils.py: Fix: import gobject module.
    Same function to open and save files.

2009-02-20   Daniel Martin Yerga  <dyerga@gmail.com>

    * all_files: Improved compability with desktop (not hildon, osso, etc.)
    Delete "/home/.user" hardcode paths.

    * pyrecipe.py: Added Moko FingerScroll to the recipe list and recipe view.

2008-11-13   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Bug when editing a recipe from new recipe w/o list selection.
    Quit focus from the vkb in not editable pages.

    * shopping_list.py: Edit the treeview with double click.

2008-10-10   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Fix save new multiple recipes (patch by Luca Ognibene).
    Deleting tap_and_hold function to the finger number editors.

    * pyrecipe_utils.py: Adding spinning to the Number editor finger widget.

2008-07-10   Daniel Martin Yerga  <dyerga@gmail.com>

    * backup.py: Fixed bug with database path.

    * NEWS: Updating for first release.

    * debian/postinst: Updating for first release.

    * debian/changelog: Updating for first release.

    * debian/copyright: Updating for first release.

    * pyrecipe_utils.py: Adding some comments to the source code.

    * pyrecipe.py: Adding some comments to the source code.
    Hiding the Help menu

    * pyrecipe.glade: No show all the Help menu.

    * timer.py: Adding some comments to the source code.

    * filters/mealmaster_export.py: Adding some comments to the source code.

    * filters/krecipe_export.py: Adding some comments to the source code.

    * filters/html_export.py: Adding some comments to the source code.
    Fixed bug with empty ingredient.

    * shopping_list.py: Adding some comments to the source code.

2008-07-09   Daniel Martin Yerga  <dyerga@gmail.com>

    * filters/mealmaster_export.py: Improve the export format.
    Support for multiple recipes.

    * setup.py: Removing the mealmaster import filter from the installation.

    * filters/recipeml_import.py: Created initial buggy version of RecipeML filter.

2008-07-08   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Fixed bug viewing/editing recipes with blank ingredient.
    Support for import different formats.

    * filters/gourmet_xml_import.py: Ingredient list is now correctly imported.

    * pyrecipe_utils.py: Fixed bug with blank ingredient in ingredient list.
    Added an information dialog.

    * filters/krecipe_import.py: Added functionality to the Krecipes import filter.

2008-07-07   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Wrap the titles in the recipe list.
    Improved the backup importing system.
    If some characteristic isn't setted, it isn't shown in view recipes.

    * filters/gourmet_xml_import.py: Fixed bug importing recipes w/o all parameters.

    * backup.py: Improved the backup importing system.

    * timer.py: Added support for the alarm timer.

    * timer.glade: Improved the UI, deleting unused widgets.

    * pixmaps/pause.png: New image for the timer.

    * pixmaps/play.png: New image for the timer.

    * pixmaps/reset.png: New image for the timer.

    * setup.py: Adding new images to the setup.

    * debian/control: Added icon for the application manager.

2008-07-05   Daniel Martin Yerga  <dyerga@gmail.com>

    * timer.py: Added FF number editor widgets.
    Added complete functionality.
    Only one timer window present.

    * timer.glade: Some changes in the UI.

    * pyrecipe_utils: Fixed bug with maximum values in the tap and hold menu.

    * shopping_list.py: Only one shopping list window present.

2008-07-04   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe_utils.py: Added new widget: finger friendly number editor.

    * pyrecipe.py: FingerNE used in preptime, cooktime and servings.
    Font bigger viewing recipes.
    Allow multiple selections in the treeviews. And its respective functions.

    * filters/gourmet_xml_import.py: Reusing a function for open and save dialogs.
    Fixed bad import from recipes with '\t' tags.
    Support for multiple recipes.

    * filters/gourmet_xml_export.py: Reusing a function for open and save dialogs.
    Support for multiple recipes.

    * filters/krecipe_export.py: Reusing a function for open and save dialogs.
    Support for multiple recipes.

    * filters/html_export.py: Reusing a function for open and save dialogs.
    Support for multiple recipes.

2008-06-15   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe_utils.py: Bug when no ingredient in ingredients_to_inglist function.

    * pyrecipe.py: New import gourmet XML function

    * filters/gourmet_xml_import.py: Module for import Gourmet XML recipes.

    * filters/gourmet_xml_export.py: Bug cancelling the exportation.

    * filters/krecipe_export.py: Bug cancelling the exportation.

    * setup.py: Fixed typo.

2008-05-25   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.glade: New backup menu.

    * pyrecipe.py: New backup menu.
    Backup function.

    * backup.py: New module for handling backups.

    * pyrecipe_utils.py: Added more functions in this module.

    * pixmaps/backup.png: Image for backup menu.

    * setup.py: Added new files.

2008-05-24   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.glade: Image button bigger.
    New interface adding new ingredients.

    * pyrecipe.py: New interface adding new ingredients.

    * filters/krecipe_export.py: Better handling of ingredients.
	Use of some function from utils module.

    * filters/gourmet_xml_export.py: Better handling of ingredients.
	Use of some function from utils module.

    * filters/mealmaster_export.py: Use of some function from utils module.

    * filters/html_export.py: Use of some function from utils module.

    * pyrecipe_utils.py: Module for reused functions.

    * shopping_list.py: Added fullscreen to the window.

    * setup.py: Setup file updated.

    * README: Description updated.

    * debian/control: Description updated

2008-05-23   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.glade: Improvements in some buttons.
    New text entries in description.

    * shopping_list.py: Added save and open functions.

    * pixmaps/edit.png: New edit recipe icon.

    * pyrecipe.py: Added servings, preparation time, cooktime and category.

    * filters/mealmaster_export.py: Added more options.

    * filters/krecipe_export.py:Added more options.

    * filters/html_export.py: Added more options.

    * filters/gourmet_xml_export.py: Added more options.


2008-05-22   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Better handling of treeview editing recipes.

    * shopping_list.py: Marked items, now as strikethrough without red background.

    * filters/mealmaster_export.py: Added Meal Master(TM) export filter.

2008-05-18   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Added a dialog to choose export formats.
    Export to some formats functional yet.

    * filters/krecipe_export.py: Code functional for KRecipes export.

2008-05-18   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Added function for export recipes from the menu.

    * filters/krecipe_export.py: Added code for the KRecipes export filter.

    * filters/html_export.py: Added code for the HTML export filter.

    * filters/gourmet_xml_export.py: Added code for the Gourmet XML export filter.

    * filters/__init__.py: Added init file for import.

2008-05-17   Daniel Martin Yerga  <dyerga@gmail.com>

    * shopping_list.py: Added functions for save and open shopping lists.

2008-05-16   Daniel Martin Yerga  <dyerga@gmail.com>

    * pyrecipe.py: Adding Shopping List menu and functions.
	Delete duplicate function to get first time run.

    * shopping_list.glade: UI for shopping list.

    * shopping_list.py: Shopping list module.
