Comix 2.1

	- Made the dialogs more GNOME HIG compliant.
	
	- Added an option to let the scroll wheel scroll horizontally when at the 
	top or bottom of the page.
	
	- Added an option to let the scroll wheel flip pages when scrolling "off 
	the page".
	
	- Added an option to use smart scaling when in double page mode and
	fit-to-screen mode. The smart scaling feature makes the images scale
	independently so that no space is wasted. The largest of the images is 
	scaled as before, but the smallest in now scaled up to fill any extra space.
	
	- Added an option to set the toolbar to show either icons, text or both.
	
	- The image can now be dragged around with the middle mouse button
	as well.
	
	- If adding a bookmark for an archive/directory that is already 
	bookmarked, Comix now updates the page number of that bookmark
	instead of adding a new one.
	
	- Added tooltips for the preferences dialog.
	
	- Removed the zoom entry in the preferences dialog.
	
	- Made the cleanup of files in /tmp a bit more sturdy.
	
	- Fixed a bug which caused the scrollbars to not align themselves 
	automatically when opening a new archive/folder.
	
	- Fixed a bug which caused changes to fullscreen, fit-to-screen mode etc. 
	that were made while the preferences dialog was open to be reverted when 
	the dialog was closed.
	
	- Fixed a bug which caused some images to appear twice if they were 
	packed in an archive containing multiple subfolders.
	
	- Fixed a bug which caused some strange behaviour when (un)hiding the
	menubar after a bookmark had been added/removed.
	
	- Some minor fixes.
	
Comix 2.0

	- The text in the comments is now selectable.
	
	- Some minor (mainly cosmetic) changes.

Comix 2.0b

	- Comix 2.0b has a major speed advantage over previous versions.
	I rewrote some of the code, mainly the parts concerning the caching of 
	images. Page flipping with the cache option turned off is now about 
	twice as fast as before (not counting the time it takes to scale the 
	image(s) since this is highly dependant on the image scaling quality being 
	used). Forward page flipping with the cache option turned on now seems
	almost instantaneous (again not counting the possible delay to scale 
	the image(s)). Backwards flipping with the cache option turned on is no 
	longer suffering any speed penalty, it is just as fast as normal flipping
	without any cache would be. The only occasion when things will be slower
	with the cache option turned on is when doing irregular flipping, as from 
	page 1 to page 7 to page 3 etc., and even then things will seem to be 
	as fast as normal though some extra work is done "under the hood". 
	Using cache is strongly recommended from now on.
	
	- Added a bookmarks manager that lets you add or remove single bookmarks. 
	
	- Added support for image/x-icon, image/x-xpixmap and image/x-xbitmap 
	image formats.
	
	- Changed the text entry field for the default path to a button which brings up
	a nice standard folder selection dialog.
	
	- The "Flip position of pages in double page mode" option, now called 
	"Manga mode", automatically aligns the scrollbars to the upper-right corner 
	of the window when flipping to a new page.
	
	- The "Hide menubar etc. in fullscreen" option now also affects the 
	scrollbars.
	
	- Fixed a bug which caused temporary files to be overwritten when viewing
	two archives in two different Comix sessions at the same time.
	
	- Fixed a bug which caused the separators in the menus to disappear after 
	a while.
	
	- Fixed a bug that caused the wrong page to be displayed when flipping 
	backwards one step in double page mode, switching to one page mode, 
	switching back to double page mode again and then flipping forward one 
	step, all with the cache option set.
	
	- Lots of minor fixes.

Comix 1.6

	- The next page can now be flipped to by pressing the left mouse button
	on the main window. Images can still be moved around by clicking and 
	dragging before you release the button again.

	- The "Hide cursor" option now only affect fullscreen.
	
	- Comix now sorts files by the standard set up by the LC_COLLATE
	environmental variable.
	
	- Added a new dialog to display an error message if the convert utility
	is used in some way to alter a file which the user does not have 
	appropriate permissions to.
	
	- Fixed a bug with the wrong filename sometimes being shown in the 
	properties dialog when viewing plain image files.
	
	- Fixed a bug with strange things happening when opening the
	preferences window in windowed mode and closing it in fullscreen mode
	and vice versa.
	
	- Fixed a bug with the "Hide menubar etc. in fullscreen" option not
	always working as expected.
	
	- Some minor fixes.

Comix 1.5
	
	- Added support for forward/back buttons on mice that have them.
	Thanks to Stephen Jones for this feature.
	
	- New option to set which filename extensions should be treated as 
	comment files.
	
	- New option to automatically hide menubar etc. when entering 
	fullscreen mode.
	
	- Improved the look of the properties dialog.
	
	- Fixed problems with parsing certain comment files.
	
	- Some minor fixes.

Comix 1.4
	
	- Added support for embedded archive comments in the form of .txt or 
	.nfo files.
	
	- The convert utility now creates exact copies of the directory structure
	in the source archive/directory, including correct filenames.
	
	- The zoom in and zoom out commands now zoom 15% relative to the
	current size instead of 20% relative to the original size.
	
	- Changed default image scaling quality to "Tiles" from "Hyper".
	
	- Some minor fixes.

Comix 1.3.1
	
	- Fixed a bug with old cached images sometimes being shown when a new
	archive/directory had been opened.

Comix 1.3
	
	- The viewed page(s) can now be dragged around by pressing the mouse
	button and moving the cursor.
	
	- New option to cache the next page for faster forward page flipping.
	Continuous backwards flipping will be slower with this option. Slightly more 
	RAM will be used as well.
	
	- Comix now handles manipulation of already loaded images (resizing, 
	changing scaling technique, etc.) more efficiently due to less disk IO.
	
	- Fixed a bug that caused saved options to not be loaded when the 
	program is restarted.

Comix 1.2
	
	- Drag and drop support.
	
	- Changed the install.py script slightly.
	
	- Added new error messages for the statusbar when trying to open 
	non-valid files etc.

Comix 1.1.2
	
	- Applied a workaround for a bug(?) in newer versions of PyGTK, which made
	the OK button in the file selection dialog return the wrong value, rendering it 
	useless. Thanks to neota for this solution.
	
Comix 1.1.1
	
	- The "file" dependancy is no longer needed. All mime type checks are now
	done internally.
	
	- Fixed an error in the .desktop file. 
	
	- The install.py script now uses "update-desktop-database" to update the 
	menus properly.
	
	- Some minor fixes.

Comix 1.1

	- Support for nestled archives, i.e. archives in archives.
	
	- The install.py script now includes a "--installdir" option to let the user 
	choose the install directory, e.g. /usr instead of /usr/local.
	
	- Comix now includes a manpage.
	
	- Some minor fixes.

Comix 1.0.2
	
	- Added support for filenames encoded with various international 
	character encodings.
	
	- Some minor fixes.

Comix 1.0.1
	
	- Fixed a bug with the background colour option not working as expected
	on certain systems.
	
Comix 1.0
	
	- Added an archive convert feature. Archives and directories can be
	converted to Zip, tar, tar.gz or tar.bz2.
	
	- More changes toward a hopefully more user-friendly GUI.
	
Comix 0.9
	
	- A number of efforts has been made to make Comix more GNOME HIG 
	compliant.
	
	- Added optional menubar, toolbar and statusbar.
	
	- Added an option to hide the mouse cursor.
	
	- The space key now works in fit to screen mode as well.
	
	- Fixed a bug with certain hotkeys not working before the right-click menu
	had been shown the first time.
	
	- Fixed a bug with archive names sometimes being displayed incorrectly in
	the bookmarks menu.
	
	- Some minor fixes.
	
Comix 0.8
	
	- Comix now handles zip, tar, tar.gz and tar.bz2 archives 
	internally. The unzip and tar programs are no longer needed.
	
	- New option to let you go to the next archive when flipping past the 
	last page in the current archive, and vice versa for the first page.
	
	- Fixed a bug with small images sometimes being stretched to
	fit the screen although the corresponding option was not set.
	
	- Fixed a bug with exiting fullscreen mode with the escape key.
	
	- Supported image formats are now "only" JPEG, PNG, TIFF, GIF and BMP.
	There were problems with other files being reported as image files though
	they were not.
	
	- Some minor fixes.

Comix 0.7
	
	- Added a new "bookmark" feature.
	
	- Now reads any image format supported by gtk.gdk.Pixbuf (that
	means most formats).
	
	- Fixed a bug with capital letters not working as hotkeys.
	
	- Some minor fixes.

Comix 0.6

	- Added a new option to hide the scrollbars even when not in fit to
	screen mode.
	
	- Pressing space now scrolls the page to show the next part of it, if 
	pressed at the bottom of the page it flips to the next page.
	
	- Dialogs should now look better and use buttons with stock icons.
	
	- Scrolling could be a bit faulty due to different dimensions of the
	scrollbars in different themes. That problem is now fixed.
	
	- `Fit width', `Fit height' and `Fit to screen' commands should now be 
	exact.

Comix 0.5.2

	- The makefile in 0.5.1 could in some cases change the permissions
	of the folders Comix were installed in to 0755. To solve this 
	vulnerability Comix 0.5.2 uses a python script `install.py' to install 
	the program instead.
	
	Usage of the 0.5.1 makefile is not recommended!

Comix 0.5.1

	- Fixed a problem with the makefile. Destination directories will now
	be created if they do not already exist.

Comix 0.5

	- Fixed a bug with the background colour option not working.
	
	- Added a colour picking dialog instead of the old entry box for the
	background colour.
	
	- Added a new more user-friendly file chooser dialog.
	
	- Added `Fit width', `Fit height' and `Fit to screen' commands to the
	right-click menu.
	
	- Added new option to save zooming values to future sessions.
	
	- The right-click menu and the preferences window now looks better
	and should hopefully be more user friendly.
	
	- Changed some hotkeys and their effect.
	
	- PyGTK requirement is now 2.6+.

Comix 0.4

	- Comix now supports image zooming and window scrolling as well
	as the old fit-to-screen-mode.
	
	- Comix now includes a makefile, a .desktop file and an icon for an 
	easy installation and desktop integration.

Comix 0.3

	- New option to save window position and size to future sessions.
	
	- New option to set a default path to open when selecting a new file
	with the `Open file' command.
	
	- Comix now supports page scrolling with the mouse wheel.
	
	- Fixed a bug with trying to view `File info' when viewing the last page
	in double page mode.
	
	- Fixed a bug with the number of pages always reported as zero in the
	go-to-page-window.
	
	- Some minor fixes.

Comix 0.2.1

	- Fixed a bug with opening archives with 3+ files with the same name.

Comix 0.2

	- Now uses the shutil module to move and delete files instead
	of calling the `rm' and `mv' programs.
	
	- Now uses gtk.gdk.pixbuf_get_file_info() to check image file types
	and the `file' program to check filetypes for ZIP/RAR archives.
	Filename extensions should no longer matter for Comix.
	
	- Now supports tar, tar.gz and tar.bz2 archives.
	
	- New menu option `File info' brings up a window and displays various
	information about the file being viewed.
	
	- New option to flip the pages viewed in double page mode.
	
	- New option to reverse the reading order (start with the last page).
	
	- New option to set the saturation of the images displayed.
	
	- Some minor fixes.
	
	- New dependencies are `file' and `tar' (should be installed on most 
	systems as default).
	