2007-11-03: Release 0.0.10
	* src/navigator.c
	  src/picture_viewer.c:
	  - Move image loading to navigator (to aid preloading and cache)
	* src/main_window.c:
	  - Add Preferences dialog
	  - Add file-properties dialog (uses d-bus and thunar for now)
	* src/navigator.c:
	  - Add preloading
	  - add thunar-vfs-monitor support (images are now reloaded when
	    they are modified)
	* src/thumbnail_viewer.c:
	  - Fix rendering bug

2007-10-15: Release 0.0.9
	* src/navigator.c
	  src/main_window.c
	  src/picture_viewer.c:
	  - Fix EXIF orientation (was broken with previous release)
	  - Add right mouse click menu
	  - Add drag move when zoomed (still experimental)

2007-10-14: Release 0.0.8
	* src/navigation.c
	  src/picture_viewer.c
	  src/thumbnail_viewer.c:
	  - Add support for animated images (like .gif and .mng)
	  - Improve load-times
	  - Improve responsiveness when loading images
	* src/main_window.c
	  src/main.c:
	  - Fix memory leak when opening files / folders

2007-09-30: Release 0.0.7
	* src/navigation.c:
	  - Fix Segfault
	* src/main_window.c:
	  - Fix some broken if-statements that didn't work

2007-09-30: Release 0.0.6
	* src/main.c:
	  - Index the entire folder when a file is opened from the CLI
	* src/picture_viewer.c:
	  - When switching files, fix the timeout and darken thei
	    original image until the timeout is exceeded.
	* src/navigation.c:
	  - Add EXIF support for detecting the image-orientation.
	  - Fix memory-leak
	* src/thumbnail_viewer.c:
	  - Improve the paint behaviour, do not paint the same pixel twice.
	* src/main_window.c:
	  - Place all the MainWindow code inside a separate class
	  - Improve the way the titlebar displays the image-name.

2007-09-13: Release 0.0.5
	* src/main.c:
	  - Add the possibility to close images
	  - Add an 'open with' submenu, to open an image with alternative
	    applications
	  - Add confirmation dialog to the recent-documents list clear button
	* src/navigation.c:
	  - Add the possibility to remove images
	* src/thumbnail_viewer.c:
	  - Let thumbnail-viewer respond to reordered signal

2007-09-08: Release 0.0.4
	* ristretto.desktop.in:
	  - Add %F to the Exec field
	* src/main.c:
	  - Toggle thumbnail-bar visibility (Bug #3507) (Ctrl-T)
	  - Add button to clear the recent-documents list.
	  - Toggle slideshow when fullscreen.
	  - Allow ristretto to open multiple files from the command-line
	* src/picture_viewer.c:
	  - Improve zooming functionality, using scroll-wheel 
	    should no longer freeze the window.
	
2007-09-02: Release 0.0.3
	* src/main.c:
	  Toggle toolbar visibility (Bug #3499)
	  Remember window-dimensions (Bug #3520)
	* src/thumbnail_viewer.c:
	  Improve themeability
	  Improve thumbnail-rendering
	* src/picture_viewer.c:
	  Improve performance when switching files
	  Improve zooming

2007-08-29: Release 0.0.2
	* icons/22x22,
	  icons/24x24,
	  icons/32x32,
	  icons/36x36: Added aditional icons
	* README: Written the README file
	* configure.in.in: Fixed version-numbering
	* src/thumbnail_viewer.c: Added scrollwheel navigation
	  Fixed backwards scrolling of thumbnailer
	* src/picture_viewer.c: Added scrollwheel zooming
	  Fix Bug #3500 (Do not upscale images by default)
	  Add a minimum zoom-level of 5% and a maximum of 1600%.
	  Prevent images being down-scaled beyond 1 pixel.
	* src/main.c: Added space/backspace navigation

2007-08-26: Release 0.0.1
	* */*: Initial release
