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.
