2007-01-20  bersace

	Added slovenian translation !!! Thanks to Matic Žgur and Matej Urbančič !!

2007-01-18  bersace

	* Add duplex support in TODO.

2007-01-11  bersace

	* Fix typo in string.
	* Update translation.

2007-01-11  bersace

	* Update french translation. Thanks to Jonathan Ernst !

2007-01-10  bersace

	* Update TODO

2007-01-10  bersace

	* Bump version to 0.4.0.2.

2007-01-08  bersace

	Added Arabic translation ! Thanks Djihed Afifi.

2006-12-29  bersace

	* Updated catalan translation from Gil Forcada. Thanks. and Happy new year ! :D

2006-12-21  bersace

	* Added Mark Finlay nick in about dialog.
	* Set "In Memoriam" string translatable.

	Jesus, that's so hard to do the work of Mark.

2006-12-20  bersace

	* Update ChangeLog

2006-12-20  bersace

	* Fix old libpaper dependency
	* Add swedish translation. Thanks Daniel Nylander !
	* Emergency 0.4.0.1 release !

2006-12-19  bersace

	* Fix quick target to install in home directory.

2006-12-19  bersace

	* Convert old de.po to UTF-8. Fix build failure.

2006-12-19  bersace

	* Update ca po. Thanks to Gil Forcada.
	* Revert de.po to empty. Build failure.

2006-12-19  bersace

	* Updated documentation.

2006-12-19  bersace

	* Update deutsch translation, thanks to Philip Sadeleder.

2006-12-19  bersace

	* Update pot and po.

2006-12-19  bersace

	* Remove tooltip code.

2006-12-19  bersace

	* Fix typo in string.

2006-12-19  bersace

	* Bump version to 0.4.

2006-12-19  bersace

	* Update translator comment.

2006-12-19  bersace

	* Add flegita-gimp file to POTFILES !!
	* Update pot and po.

2006-12-19  bersace

	* Update translators comments.

2006-12-19  bersace

	* Updated fr translation.

2006-12-19  bersace

	* Update POTFILES, pot and po.

2006-12-19  bersace

	* Remove obsolete types.

2006-12-19  bersace

	* Distribute gnome-helper.h

2006-12-19  bersace

	* Drop GnomeScannerSelector in favor of GnomeScanListStore.

2006-12-19  bersace

	* Unsensitive chain button or entire widget if useless.
	* Add doc block (but not filled ;P).

2006-12-19  bersace

	* Reenable about dialog.

2006-12-19  bersace

	* Implement dual resolution selection in GnomeScanResolutionSelector.
	* Add GS_STOCK_VCHAIN and GS_STOCK_VCHAIN_BROKEN from The Gimp.
	* Fix border_width in preview tab in GnomeScanDialog.

2006-12-18  bersace

	* Declar "xy-resolution" as boolean property.

2006-12-18  bersace

	* Add support for X/Y resolution in libgnomescan.

2006-12-18  bersace

	* Added vchain and vchain-broken stock (icons from The Gimp).

2006-12-18  bersace

	* Added custom field to GnomeScanArea.
	* Fill GnomeScanArea custom field in GnomeScanAreaSelector.
	* Provide only center anchor in GnomeScanPreviewArea to move fixed area, all anchor are shown only if area is custom.

2006-12-18  bersace

	* Show a "document" icon in top left corner §instead of a centered app icon) by default in GnomeScanPreviewArea.

2006-12-18  bersace

	* Drop GnomeScanPreview and GnomeScanAdvancedPreview.

2006-12-18  bersace

	* Preview tab in GnomeScanDialog is now hidden if source is not Flatbed.
	* Few clean up in flegita-gimp + NEWS entry.

2006-12-18  bersace

	* Move to new GnomeScanDialog API.
	* Add field to name the created layer.

2006-12-18  bersace

	* Fix API break.

2006-12-18  bersace

	* Fix doc.

2006-12-18  bersace

	* Drop gnome_scan_dialog_new_default (). Now GnomeScanDialog always look the same, but allow developers to add widgets (new tab API soon to arrive).
	* GnomeScanDialog now re-heritate from GtkDialog (not GtkWindow directly anymore).

2006-12-18  bersace

	* Set source selector insensitive if choices count <= 1.
	* Few code clean up.

2006-12-18  bersace

	* Rework the handling of context setup in GnomeScanAreaSelector in a more generic way.

2006-12-18  bersace

	* Drop useless callback.

2006-12-18  bersace

	* Inactive radio *and* icon in GnomeScanAreaSelector

2006-12-18  bersace

	* Merge GnomeScanOrientationSelector and GnomeScanAreaSelector.
	* Add smart code in GnomeScanAreaSelector to automatically determine right area+rotation of the image.

2006-12-17  bersace

	* Change "Orientation" to "Format Orientation", since GnomeScanOrientationSelector choose Area orientation, not final image rotation.

2006-12-17  bersace

	* Implement maximal area selection.

2006-12-17  bersace

	* Add new GnomeScanOrientationSelector widget which allow user to rotate area, not image.
	* Drop dynamic title of GnomeScanDialog in order to be consistent with GtkPrintUnixDialog.

2006-12-17  bersace

	* Also update Area when source is changed.
	* Fix infinite recursion if we changed area, do not reset area.

2006-12-17  bersace

	* Shame on me, i forgot to compile before commit :(. Fix some build error.

2006-12-17  bersace

	* Drop code duplication. GnomeScanSourceSelector automatically center&top the area on area change.

2006-12-17  bersace

	* Also center in GnomeScanAreaSelector.

2006-12-17  bersace

	* Drop GnomeScanSourceSelector heritage to GnomeScanOptionWidget.
	* If ADF is selected, GnomeScanSourceSelector center and move to top the GnomeScanArea.

2006-12-17  bersace

	* Add GnomeScanListStore, an autofilled list store that replace GnomeScannerSelector.
	* Provide a convenient function gnome_scan_list_store_new_tree_view () that simplify the construction of a GtkTreeView similar to GtkPrintUnixDialog printer selector.

2006-12-17  bersace

	* Few code cleanup
	* Use "Left" or "Right" instead of "Rotate Counter Clockwise" or "Rotate Clockwise" in GS_STOCK_ROTATE_*
	* Provide convenient function to build rotate buttons in gnome_scan_preview_area.

2006-12-17  bersace

	* Fix GnomeScanContext handling in new GnomeScanResolutionSelector.

2006-12-17  bersace

	Sorry for the huge commit.
	* Begin to remove GnomeScanOptionWidget which is too UI coercitive.
	* Fix bug in GnomeScanPreviewArea: segfault if not shown.
	* Add gnome_scan_dialog_new_default which build a GnomeScanDialog very consistent with GtkPrintUnixDialog. Needs further testing.
	* Migrate flegita, flegita-gimp and test tools to gnome_scan_dialog_new_default ().

2006-12-16  bersace

	* Drop GnomeScanStockArea and use GtkPaperSize. Many thanks to Philip Sadleder for pointing GtkPaperSize !
	* Show A4,A5,B5,Letter, Execute, Legal, iso_dl and om_small-photo by default. Need your feedback to
	know which are the most useful !

2006-11-28  bersace

	* Revert to PNG as default format (not PDF). This was a devel setting.

2006-11-28  bersace

	* Add gnome-helper.h needed for --disable-gnome option.

2006-11-28  bersace

	* Add Swedish translation. Thanks Daniel Nylander !

2006-11-27  bersace

	* Update PreviewArea if Area has been selected from another scan widget (through GnomeScanContext:"changed" signal).
	* Update doc for GnomeScanContext:"changed" signal.

2006-11-27  bersace

	* Add GnomeScanContext:"changed" signal.

2006-11-27  bersace

	* GnomeScanAreaSelector now list all available StockArea.
	* gnome_scan_stock_area_list_ids return alphabetically sorted ids, not unordered items.
	* Add gnome_scan_stock_area_get_name to get translated stock name.
	* Add stock items for A6, US Letter, Half Letter, US Legal, Business Card and Credit Card format.

2006-11-27  bersace

	* Implement area selection callback.
	* Use libpaper for well known area size (a4, a5, etc.). Depend on libpaper.

2006-11-27  bersace

	* Added --disable-gnome build option. Thanks Olaf Leidinger !

2006-11-27  bersace

	* Update template.

2006-11-27  bersace

	* Add StockAreaSelector widget.

2006-11-16  bersace

	* Add query functions.

2006-11-16  bersace

	* Update template and fix bug due to doc renaming.

2006-11-13  bersace

	Added basic StockArea implementation.

2006-10-25  bersace

	* Update TODO and NEWS.

2006-10-23  bersace

	* Overwrite Gnome Hello README :)

2006-10-23  bersace

	* Added a comment for translators.

2006-10-23  bersace

	* Updated translation.

2006-10-23  bersace

	* Update ChangeLog

2006-10-23  bersace

	* Complete ChangeLog (but svn log seems not up to date).
	* Complete NEWS for 0.3.1 release.

2006-10-22  bersace

	* Updated catalan translation. Thanks to Gil Forcada.

2006-10-22  bersace

	* Updated translation française.

2006-10-22  bersace

	* Updated deutsch translation. Thanks to Philip Sadleder.

2006-10-22  bersace

	* Update translation
	* Update documentation

2006-10-21  bersace

	* Fix typos. Add Flegita description. Add a change in 0.3.

2006-10-21  bersace

	* Update NEWS.

2006-10-21  bersace

	* Use 300dpi resolution for PDF. Convert pixels size in points for PDF format.

2006-10-20  bersace

	* Test image count against image size not frame count against image size.

2006-10-20  bersace

	* Clean the mess between various count var in acquisition (due to three-pass/one-pass modes cohabitation).

2006-10-20  bersace

	* Fix fix.

2006-10-20  bersace

	* Revert previous fix, adding another (cleaner) workaround.

2006-10-20  bersace

	* Add a workaround for mustek_pp backend. Thanks to Philipp Sadleder.

2006-10-20  bersace

	* Merge frame size in three-pass acquisition.

2006-10-20  bersace

	* Correctly handle end of ADF acquisition in three-pass mode acquisition.

2006-10-20  bersace

	* Fix flegita-gimp crash.

2006-10-19  bersace

	* Support Three-Pass acquisition. Thanks to test backend.

2006-10-18  bersace

	* Implemented support for 8bit RGB and Gray colorspace.

2006-10-18  bersace

	* Remove GNOME_SCAN_COLORSPACE_UNKNOWN.
	* Fix bug in colorspace and depth apply.
	* Test colorspace and depth in gnomescan-test
	* Set colorspace to RGB and depth to 8 in flegita by default.

2006-10-18  bersace

	* Add colorspace and depth support to GnomeScanContext.
	* Apply colorspace and depth sane option in GnomeScanBackend.

2006-10-18  bersace

	* Added preliminary colorspace and depth support.
	* Fix some typos.

2006-10-18  bersace

	* Added catalan translation. Thanks to Gil Forcada !

2006-10-17  bersace

	* Add preliminary GtkTooltips.
	* Expand Entry in FlegitaActionWidget.

2006-10-17  bersace

	* Depends on Gtk+ 2.10

2006-10-17  bersace

	* Fix various typos.

2006-10-17  bersace

	* Rework the way options are applied, avoiding code duplication.
	* Refine debug output.

2006-10-17  bersace

	Fix typo in Sadleder name.

2006-10-17  bersace

	Bump to 0.3.1

2006-10-16  bersace

	* Fix debugging message always activated.

2006-10-16  bersace

	* Fix various bugs.

2006-10-16  bersace

	* Update po
	* Update fr translation.

2006-10-16  bersace

	* Complete documentation.
	* Fix typos in documentation.
	* Refine indentation.

2006-10-16  bersace

	* Update docs and NEWS.

2006-10-16  bersace

	* Enhance GnomeScanAcquisitionDialog HIG compliance (label alignment, same text for dialog title and primary text, etc.).
	* Splitted GnomeScanAcquisitionDialog labels in order to ease the set of specific text.
	* Added more consistent message to GnomeScanAcquisitionDialog.
	* Added internal convenience function to GnomeScanAcquisitionDialog to set easily dialog text.
	* Fix some typo. Thanks to Philipp Sadleber.
	* Fix wrong boxed type copy for GnomeScanResult, GnomeScanContextInfo and GnomeScanForecast. (fix weird progressbar value).
	* Use VOID__BOXED closure for signal that sent GnomeScanResult, GnomeScanContextInfo and GnomeScanForecast.
	* Don't auto preview if flatbed source is selected, that may be very annoying. Always use the default icon.
	* Various code beautifying.

2006-10-16  bersace

	Fix typo in Sane status value.

2006-10-16  bersace

	Fix a typo in acquisition that fail the build process.

2006-10-16  bersace

	* Remove some debug output. Added other.
	* Add a workaround for backend that does not return SANE_STATUS_EOF
	* Treat Automatic source like Flatbed, not ADF in order to avoid continuous Flatbed scan.

2006-10-13  bersace

	* Implement multipage PDF output in Flegita.
	* Bump version to 0.3.

2006-10-13  bersace

	Add new do-next stock icon.

2006-10-13  bersace

	Added Mass Acquisition support to libgnomescanui.

2006-10-13  bersace

	Added ADF support to libgnomescan.

2006-10-12  bersace

	Add --disable-probe option to use virtual device in order to allow debug
	with real device too.

2006-10-11  bersace

	Various changes. Use screen resolution also for PDF output.

2006-10-11  bersace

	Now set the result resolution.

2006-10-11  bersace

	Workaround epson backend which declare count option as boolean.

2006-10-11  bersace

	Workaround some backend that does not provide "resolution" well known option.

2006-10-11  bersace

	Drop disabling of PDF output at build time.

2006-10-10  bersace

	Use "test" backend for debugging.

2006-10-10  bersace

	Added --enable-debugging option. Fix some typos.

2006-10-10  bersace

	Handle "no device found" error.

2006-10-09  bersace

	Use bugzilla as Bug report address

2006-09-11  bersace

	Enable debug.

2006-09-11  bersace

	Bump to 0.2.4.

2006-09-11  bersace

	Added new about dialog. Use GnomeScanDialog secondary button. Fix
	dialog segfault.

2006-09-11  bersace

	Added secondary_button support (for custom help and about buttons).

2006-09-10  bersace

	Workaround for backend without "source" option.

2006-09-08  bersace

	Get ride of icon copy.

2006-09-08  bersace

	Bump to 0.2.3. Added de to LINGUAS.

2006-09-08  bersace

	Added Deutsch translation. Many thanks to Philipp Sadleder !

2006-08-26  bersace

	Remove saneopts.h files.

2006-08-26  bersace

	Remove generated files.

2006-08-26  bersace

	Rename tools to test.

2006-08-26  bersace

	Rename tools to test.

2006-08-26  bersace

	Bump to 0.2.1.

2006-08-26  bersace

	Remove pollution.

2006-08-26  bersace

	Add a basic sane API app.

2006-08-26  bersace

	Remove generated files.

2006-08-26  bersace

	 * Apply libgnomescan API changes. Build again.
	 * Added sane-test dev tool

2006-08-26  bersace

	 * Plug tiny mem leaks.
	 * Fix that huge bug with wrong area size. (setting inactive option reset all options).
	 * enable verbose debug if DEBUG is defined (use -DDEBUG in CFLAGS);

2006-08-26  bersace

	Initial import.

2006-08-24  root

	 "default layout"

