gourmet (0.11.2) breezy; urgency=low

  * Add new icons from Yula Zubritsky
  * Add nifty timer.
  * Parse times written out as words.

 -- Thomas M. Hinkle <Thomas_Hinkle@alumni.brown.edu>  Mon,  1 May 2006 21:51:23 -0400

gourmet (0.11.1-1) breezy; urgency=low

  * Fix bug that broke changing the shopping category of an ingredient
  from within the ingredient editing view.
  * Fix traceback when filling ingredient-editor from a unitless
  ingredient.
  * Fix problem with recipe-links not working when they contained
  unicode (such as the unicode for 1/2, 1/4, etc.)
  * Make page-chooser in edit-view highlight the first page when we open
  a new recipe card. Otherwise, the function of the widget is unclear.

 -- Thomas M. Hinkle <Thomas_Hinkle@alumni.brown.edu>  Fri, 21 Apr 2006 15:09:56 -0400

gourmet (0.11.0-1) breezy; urgency=low

  * Fix ingredient editing so that changes are no longer automatically
    committed to the DB. Now the ingredient tab of the recipe edit window
    works like everything else, with a standard "save" model.
  * While we're at it, we prevent crashes from happening when reordering
    ingredients.
  * Make Undo work more consistently throughout recipe card.
  * Make database upgrade happen at runtime rather than install-time --
    this allows us to play nicely with RPM and DEB packages.
	
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 20 Apr 2006 19:57:17 -0400	
	
gourmet (0.10.1-1) breezy; urgency=low

  * Major DB overhaul
  * Loads of bugfixes

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 17 Nov 2005 20:03:17 -0400	

gourmet (0.9.1.0-1) breezy; urgency=low

  * Implement new recipe card interface with side-by-side ingredients display and separate editing.
  * Quick fix of e-mail bug.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 17 Nov 2005 20:03:17 -0400	

gourmet (0.9.0.2-1) breezy; urgency=low

  * Make compatible with python2.3

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 17 Nov 2005 07:24:17 -0400	

gourmet (0.9.0.1-2) breezy; urgency=low

  * Architecture fix in debian package thanks to Sean and Roberto.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Tuesday, 8 Nov 2005 22:24:17 -0400	


gourmet (0.9.0.1-1) breezy; urgency=low

  * Fixed shopping list handling of ranges.
  * Fixed up MANIFEST to include all necessary files in our release.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Tuesday, 8 Nov 2005 22:24:17 -0400	

gourmet (0.9.0-1) breezy; urgency=low

  * Implemented nutritional information database.
  * Fixed a number of bugs causing crashing with the pageable-list view / metakit
  * Cleaned up SQL code to an almost usable (but not quite usable) state.
  * Generic HTML import as fallback when we have no filter for a given page
  * Generic text import.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 7 Nov 2005 20:50:17 -0400

gourmet (0.8.6.5.1-1) breezy; urgency=low

  * Fixed bug that caused newly imported recipes not to display
    immediately.

 -- Thomas Mill Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sun, 18 Sep 2005 15:19:52 -0400

gourmet (0.8.6.5-1) breezy; urgency=low

  * Fixed bug in recipe card editing that caused changes made in card
    view not to save properly.
  * Fix epicurious import.
  * Fix trash / deletion.
  * Fix Forward button (desensitize when there are no more pages).
  * Properly register newly added ingredients in display tab of recipe card.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 18 Sep 2005 10:30:17 -0400
	
gourmet (0.8.6.4-1) unstable; urgency=low

  * Improved encoding dialog.
  * Fixed handling of webpages with screwy encoding.
	
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Tuesday, 07 September 2005 07:01:00 -0400
	
gourmet (0.8.6.3-1) unstable; urgency=low
  * Added fast add-ingredient box
  * Fixed some broken stuff
  * Changed code underlying pageable model so it is much more stable
  (got rid of nasty error messages and many of the segfaults)

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Tuesday, 06 September 2005 07:23:00 -0400

gourmet (0.8.6.2-1) unstable; urgency=low
  * Display recipe in pages (first 25, next 25, so on) to speed up
  Gourmet. This makes just about everything "feel" faster -- startup,
  search, etc.
  * Continue optimization of database.
  * Properly handle multiple categories.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 22 August 2005 07:23:00 -0400

gourmet (0.8.6.1-1) unstable; urgency=low
  * Database normalized; hopefully this will mean performance improvements
  * Oodles of magic added to aid normalization of DB
  * Key lookup improved / interface on recipe card should be less sluggish.
  * ComboBoxEntry's changed so that one TAB moves focus out of them -- this
    should improve e.g. recipe entry though it does break consistency with
    other GTK apps.
  * DB self-updater tinkered with to support new DB changes.	
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 01 August 2005 17:00:00 -0400

gourmet (0.8.6.0-1) unstable; urgency=low
  * Use integers for indices in databases (this should be faster)
  * Times (cook/prep) are now stored internally as numbers of seconds,
  which means sorting just works
  * Ratings are now done one a star-system, which means sorting just
  works.
  * since ratings are done on a star system, we've introduced a dialog
  to let the user select how they'd like to translate textual ratings
  into stars
	
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 01 August 2005 17:00:00 -0400

gourmet (0.8.5.11-1) unstable; urgency=low
  * Fixed menus in shopping list so they work without GNOME libraries.
  * Fixed unit conversion (typo that resulted in e.g. "23 TBS flour"
  showing up.
  * Behave better when locales are behaving badly.
    editor
   
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 01 August 2005 11:34:00 -0400
	
gourmet (0.8.5.9-1) unstable; urgency=low
  * Fixed segfault when closing and not saving new recipe.
  * Stopped markup from showing up in dialogs
  * Changed button order in recipe wastebasket.
   
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 01 August 2005 11:34:00 -0400
	
>>>>>>> 1.5.2.22.2.6
gourmet (0.8.5.8-1) unstable; urgency=low
  * Fixed bug in deletion of new recipe and improved interface for
  deleting recipes that are already open
  * Made search interface in select-recipe-as-ingredient dialog and
  recipe-wastebasket dialog consistent with new main search interface
  * Removed default serving size of 4 from new recipes.
  * Fixed mnemonic-activation of preptime and cooktime entries in recipe
    card view.
  * Added shortcuts for deletion and printing.
  * Added extra Control-O shortcut to open recipes, since it's pretty
  intuitive for a user to hit Control-O
  * Fixed search-as-you-type in ingredient view of recipe card so that
  it properly finds group names as well as ingredients
  * Got rid of some of the many gtk error messages spouted from time to
  time.
  * Fixed bug that made recipe trash disappear forever if you closed it
  by closing the window

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 31 July 2005 11:00:00 -0400
	
gourmet (0.8.5.7-1) unstable; urgency=low
	
  * Improved automatic mnemonic conflict-resolution.
  * Fixed hang in import from recipezaar website.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Saturday, 30 July 2005 03:30:00 -0400

gourmet (0.8.5.6-1) unstable; urgency=low
	
  * Fixed bug in MM import that was causing instructions to be read as ingredients
  * Changed look/feel of search interface on index page
  * Split out HTML import stuff into separate "plugin" files and set up plugin interface for local user plugins.
  * Added programmatic assignment of mnemonics to reduce mnemonic conflicts w/o increasing translator burden :)
  * Set minimum width of image column to 0 so that it doesn't take up lots of space when there are no images
  * Fixed bug in converter that caused conversion errors/inconsistency with mass-to-volume conversions.
  * Fixed unit conversion in shopping so that we don't display things like 21 tbs. butter (even if all butter units we're combining were originally in tbs.)

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 28 July 2005 00:30:00 -0400
	
gourmet (0.8.5.5-1) unstable; urgency=low
======= end

  * Use integers for indices in databases (this should be faster)
	
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Friday, 17 June 2005 22:00:00 -0400
	
gourmet (0.8.5.3-1) unstable; urgency=low

  * Fix typo in MealMaster import
  * Fix krecipes import (import instructions!)
  * Improved handling of recipe references.
	
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Wednesday, 22 June 2005 08:00:00 -0400
	

gourmet (0.8.5.2-1) unstable; urgency=low

  * Fixed RTF export
  * Added image support to RTF export
  * Added support for unicode fraction characters
  * Made export from index view export selected recipes rather than all recipes.
	
 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 12 June 2005 21:00:00 -0400
	
gourmet (0.8.5.1-1) unstable; urgency=low

  * Fixed compatability problem with pygtk2.4

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 6 June 2005 12:58:00 -0400

gourmet (0.8.5.0-1) unstable; urgency=low

  * New web-page-importing architecture with support for three basic html templates as well as support for importing already
  supported formats directly from URLs.
  * Added support for rezkonv import (German mealmaster clone)
  * Fixed line-wrapping code in mealmaster/rezkonv import
  * Improved UI of shopping list -- added explicit buttons for moving items between shopping and pantry list.
  * Added support for importing gzipped, zipped, and tarred files from "Import file" or from "Import Webpage"
  * Fixed defaults focus on dialogs (e.g. dialogs with Entry's put default focus on the Entry now).
  * Made mealmaster import do a better job when handling malformed ingredient lists
  * Added FAQ-style help from menus
  * Fixed bug in Gourmet XML import.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 3 June 2005 20:40:00 -0400

gourmet (0.8.4.4-1) unstable; urgency=low

  * Made new recipes appear immediately again in index view.
  * Fixed undo for combobox entries is recipe card view.
  * Made changes in recipe index instantly reflected in reccard.
  * Fixed alignment of widgets in recipe card "Details" view.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 12 May 2005 20:45:00 -0400

gourmet (0.8.4.3-1) unstable; urgency=low

  * Fixed typo in gglobals in tarball
  * Fixed bug that broke multiplication in shopping list.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 12 May 2005 20:45:00 -0400

gourmet (0.8.4.2-1) unstable; urgency=low

  * Fixed bug that prevented adding nested recipes to shopping list.
  * Fixed export bug that failed on unusual servings values.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 12 May 2005 20:45:00 -0400

gourmet (0.8.4.1-1) unstable; urgency=low

  * Fixed silly bug that broke on fresh install
  * Fixed extraneous print calls.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Tuesday, 10 May 2005 07:10:00 -0400


gourmet (0.8.4.0-1) unstable; urgency=low

  * Fixed export from recipe card to properly handle multiplying
  ingredients and following user preferences for changing unit.
  * Consolidated preferences dialogs in one dialog with multiple tabs.
  * Allow user to save choices about optional ingredients (and to forget
    saved settings).
  * Added preference to allow user to always include (or always ignore)
    ingredients.
  * Change order on exports so ingredients precede instructions.
  * Properly handle ranges of ingredients throughout Gourmet!
  * Moved "Preferences" to "Edit" menu where they are in most applications.
  * Fixed window-position-saving so we don't remember size of maximized
    position as if they were the window-size coordinates.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 09 May 2005 22:02:00 -0400

	
gourmet (0.8.3.5-1) unstable; urgency=low

  * Fixed typo in rtfexporter.
  * Fixed line-wrapping for splash screen.
  * Added translation of defaults for Dutch.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 28 April 2005 22:56:00 -0400

	
gourmet (0.8.3.4-1) unstable; urgency=low

  * Fixed bug that threw an error when opening recipe card.
  * Made mealmaster import slighlty more flexible in recognition of groups
  * Fix bug in mastercook import of recipes with optional ingredients

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Wednesday, 22 April 2005 12:45:00 -0400



>>>>>>> 1.5.2.26
gourmet (0.8.3.3-1) unstable; urgency=low

  * Fixed bug that broke renaming of ingredient groups.
  * Fixed windows directory nonsense
  * Use psyco if available to speed things up.
  * Twiddled with sqlite to no end (still needs fix).

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Wednesday, 13 April 2005 20:30:00 -0400


gourmet (0.8.3.2-1) unstable; urgency=low

  * Fixed bug that failed on fresh install.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Saturday, 9 April 2005 16:34:00 -0500

gourmet (0.8.3.1-1) unstable; urgency=low

  * Fixed showstopping, data-endangering bug in transition to new database tables.
  * Fixed bug that prevented images from saving.
  * Fixed bug with groups.
  * Fixed bug in Image preview in file selector.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Saturday, 9 April 2005 16:34:00 -0500

gourmet (0.8.3-1) unstable; urgency=low

  * Added windows printing support using wx. 
  * Fixed bug in which cooking time wasn't exported in Gourmet format. 
  * Fixed bug which made gourmet not recognize it's own .grmt extension
  * Fixed a bug preventing HTML E-mail from working.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 5 April 2005 22:20:00 -0500

gourmet (0.8.2.1-1) unstable; urgency=low

  * Fixed bug preventing saving shopping list.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 20 March 2005 15:28:00 -0500

gourmet (0.8.2-2) unstable; urgency=low

  * Fixed manifest so this package actually works.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 20 March 2005 15:28:00 -0500

gourmet (0.8.2-1) unstable; urgency=low

  * Added krecipe import
  * Added new, simplified gourmet XML format
  * Added support for import/export of images in Gourmet XML format

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Wednesday, 16 March 2005 07:10:00 -0500

gourmet (0.8.1.2-1) unstable; urgency=low

  * Fixed alignment of "Add to shopping list" button
  * Applied patch from __ to make mealmaster import more flexible.
  * Fixed "print" on Windows to show dialog explaining we don't have printing on Windows.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Wednesday, 16 March 2005 07:10:00 -0500

gourmet (0.8.1.1-1) unstable; urgency=low

  * Fix handling of "^T" characters in mealmaster/mastercook import.
  * Fix misaligned icon.
  * Get rid of "save" calls in metakit, opting for autosave on a timer instead.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Tuesday, 15 March 2005 07:02:00 -0500

gourmet (0.8.1-1) unstable; urgency=low

  * Fix minor mealmaster import glitches.
  * Fix Windows APPLICATION DATA directory path.
  * A few other minor bugfixes.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 9 March 2005 21:50:00 -0500

gourmet (0.8.0-4) unstable; urgency=low

  * Fix broken shopping window. This is the first stable 0.8.0 release.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 24 Feb 2005 13:00:00 -0500

gourmet (0.8.0-3) unstable; urgency=low

  * Fix mastercook import and add progress bar to our own xml import.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 24 Feb 2005 13:00:00 -0500
	
gourmet (0.8.0-2) unstable; urgency=low

  * Fix typos that caused import bugs in previous version.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 23 Feb 2005 22:30:00 -0500
	
gourmet (0.8.0-1) unstable; urgency=low

  * Major changes. Experimental support for mysql and sqlite backends. New tabbed recipe card interface. Improved import/export.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 22 Feb 2005 22:30:00 -0500

gourmet (0.7.1-3) unstable; urgency=low

  * Fixed bug in HTML export. Made all dialog text selectable.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 20 Jan 2005 22:30:00 -0500

gourmet (0.7.1-2) unstable; urgency=low

  * Fixed bug that caused database to be loaded twice on startup.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Monday, 17 Jan 2005 10:50:00 -0500
	
gourmet (0.7.1-1) unstable; urgency=low

  * Improved converter interface. Also made add-item-to-shopping-list dialog properly register shopping categories. Finally, fixed bug that made the recipe card view ask to save changes on imported recipes w/o serving information.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 16 Jan 2005 16:00:00 -0500

gourmet (0.7.0-2) unstable; urgency=low

  * Slight changes to dialogs for Windows.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 13 Jan 2005 10:40:00 -0500

gourmet (0.7.0-1) unstable; urgency=low

  * mastercook import added; some UI bugs fixed in shopgui; windows support added.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 02 Jan 2005 07:45:48 -0500

 gourmet (0.6.7-2) unstable; urgency=low

  * Mealmaster import improved; workaround around pygtk 2.5 bug and properly handle encoding. -2 fixes a number of stupid problems that should never have made the previous release.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 02 Dec 2004 07:45:48 -0500


gourmet (0.6.7-1) unstable; urgency=low

  * Mealmaster import improved; workaround around pygtk 2.5 bug and properly handle encoding.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 02 Dec 2004 07:45:48 -0500

gourmet (0.6.6-2) unstable; urgency=low

  * E-mail recipe feature added. Can now print selected recipes from the index window. Fixed bug in import code.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 02 Dec 2004 07:45:48 -0500

gourmet (0.6.6-1) unstable; urgency=low

  * E-mail recipe feature added. Can now print selected recipes from the index window.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Thursday, 02 Dec 2004 07:45:48 -0500

gourmet (0.6.5-1) unstable; urgency=low

  * Threading improvements.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sunday, 07 Nov 2004 17:45:26 -0500

gourmet (0.6.4-1) unstable; urgency=low

  * Minor UI improvements; Spanish translation fix; bugfixes (0.6.3 went out without gnomeprinter.py)

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Friday, 05 Nov 2004 18:07:43 -0500

gourmet (0.6.3-1) unstable; urgency=low

  * UI improvements; major threading improvements; new printing implementation.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sat, 23 Oct 2004 20:33:11 -0400

gourmet (0.6.2-1) unstable; urgency=low

  * Initial Release.

 -- Thomas Mills Hinkle <Thomas_Hinkle@alumni.brown.edu>  Sat, 21 Aug 2004 10:33:11 -0400
