2008-03-23: Release 0.0.18
	* src/picture_viewer.c:
	  - Improved zoom-box
	  - Added rudimentary drag-n-drop support for opening images
	* src/navigator.c,
	  src/main.c,
	  src/main_window.c,
	  src/picture_viewer.c:
	  - Removed duplicate code for opening files and folders, moved this
	    to the navigator (Bug #3866)
	* src/main.c:
	  - Open files and folders when the main-loop is running, this way the
	    window is already usable before the images are being opened.
	* src/main_window.c:
	  - Add configuration option to toggle the folowing feature:
	    - Prevent images to be scaled beyond 100% when maximizing the window
	    - Resize images to fit to the window when restoring the window from
	      maximize state.
	* src/main.c,
	  src/main_window.c,
	  src/navigator.c:
	  - Prevent GUI freezes when opening a folder with a lot of files in
	    them.
	  - Fix segfaults when closing ristretto while it is opening a folder.
	* src/thumbnail_bar.c,
	  src/thumbnail.c:
	  - Restore of auto-center when clicking on a thumbnail.
	* src/main.c,
	  src/main_window.c:
	  - The Statusbar displays some feedback when opening files.

2008-02-17: Release 0.0.17
	* src/picture_viewer.c:
	  - Fix segfault when scrolling over the picture-viewer (Bug #3824)
	* src/thumbnail_bar.c:
	  - Fix event-window issues overlaying the 1:1 and fit zoom-buttons,
	    now the zoom-buttons keep working when the thumbnails scroll behind
		the toolbar (Bug #3823)
	* src/thumbnail.c:
	  - Improve behaviour of thumbnails.
	* ristretto.desktop.in:
	  - Fix desktop-file syntax

2008-01-27: Release 0.0.16
	* src/main_window.c,
	  src/picture_viewer.c,
	  src/picture_viewer.h:
	  - Add zoom-mode support (remember zoom-mode across images)
	* src/thumbnail_bar.h,
	  src/thumbnail_bar.c:
	  - New thumbnail-bar
	  - Add drag support
	* src/thumbnail.h,
	  src/thumbnail.c:
	  - New thumbnail objects (better themeable)
	  - Add tooltip support (atm with gtk+-2.12 only)
	* src/navigator.c,
	  src/navigator.h,
	  src/main_window.c:
	  - Improve the caching behaviour
	  - Add configuration option for image-cache size
	* src/navigator.c,
	  src/navigator.h,
	  src/main_window.c,
	  src/main.c:
	  - Improve the creation of file-monitor handles, only create one
	    file-monitor when opening a directory. This works around limitations
		of fam and gamin, and it allows the detection of new images inside
		this folder.
	
2007-12-09: Release 0.0.15
	* src/main.c:
	  - Fix store and load functions for background-color, functions used
	    where only available since gtk 2.12.
	  - Fix opening of relative paths.
	* src/main_window.c
	  src/picture_viewer.c:
	  - Redraw the picture-viewer after setting a new background-color
	* src/picture_viewer.c:
	  - Improve box-zoom

2007-12-01: Release 0.0.14
	* src/main_window.c:
	  - Add keyboard-shortcuts for rotating
	  - Fix modification of bg-color using preferences dialog
	* src/navigator.c:
	  - Fix thumbnail-scaling when thumbnail is first generated (Bug #3693)
	  - Refresh when new images are added and within visible range of the
	    thumbnail-viewer
	* src/main.c:
	  - Improve behaviour when opening images from cli. (Bug #3701)

2007-11-25: Release 0.0.13
	* src/main.c:
	  - Fix segfault when running ristretto with unknown cli-options
	* src/picture-viewer.c:
	  - Add rudimentary box-zoom (use ctrl-click to make use it) (Bug 3665)
	  - Use gtk-style background-color by default
	  - Allow modification of background-color (Bug #3684)
	* src/main-window.c:
	  - Add Rotate sub-menu and buttons
	  - Add Zooming sub-menu and buttons
	  - Override picture-viewer bg-color when switching to fullscreen mode.


2007-11-17: Release 0.0.12
	* src/picture_viewer.c:
	  - Fix High CPU-usage
	* src/thumbnail_viewer.c:
	  - Improve performance when new images are added to
	    the navigator
	* src/navigator.c:
	  - Emit iter_changed signal when navigator is cleared.
	* src/main_window.c:
	  - Leave fullscreen mode by using 'Escape' key
	  - Fix toolbar always visible after leaving fullscreen mode (Bug #3655)
	  - Fix titlebar string (did not always display the correct nr of
	    available images)
	* src/main.c:
	  - Fix open file from CLI

2007-11-06: Release 0.0.11
	* src/picture_viewer.c:
	  - Improve performance when zooming with mouse-wheel
	  - Improve performance when dragging the image around
	* src/thumbnail_viewer.c:
	  - Add some comments
	* src/main_window.c:
	  - Improve preferences dialog

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
