2009-02-05  Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.55 (alpha)
	
	* first public alpha release


2009-02-06  Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.62 (alpha)
	
	* New About Dialog
	* Added Message Dialogs
	* Added Error Messages
	* Page settings at Merge works fine now
	* Cleaning code


2009-02-07 Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.63 (alpha)
	
	* fixed some bugs
	* asking for overwriting file


2009-02-13  Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.78 (alpha)
	
	* Add extension check button at save dialog
	* Warn about overwriting existing file
	* Checks at merge if limit of source files arrived
	* Statusbar messages
	* Count pages of input files
	* Restructuring save and load dialogs
	* Add some messages and error Messages
	* Add toggle buttons
	* Add icon to ID button


2009-02-13  Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.82 (alpha)
	
	* Added ComboBox for File ID
	* Removed Window for File ID
	* Restructured Statusbar outputs
	* Added Icon
	* Added UTF-8 Signs: '>>' and '<<'


2009-02-16  Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.84 (alpha)
	
	* Add copy Button at Merge
	* New Statusbar
	* Changes at Merge -> Options window


2009-04-25  Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.99 (alpha)

	* includes <giomm-2.4/giomm.h> now
	* Rewrite of FileChooserDialogs
	* Rewrite and revise of Dialogs
	* Tooltips for buttons without text
	* All used strings at one file now (definings.h)
	* Quote of special signs at filenames (using files with spaces is possible now)
	* Entry at Gnome Menu


2009-06-23  Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.123 (alpha)
	
	* Rewrite of ListStores
	* Changing IDE (from xEmacs to Anjuta)
	* Adding "Counter Digits Selection" at Split
	* Changing Page Selection at Attachments from Entry to Spinbutton
	* Adding Popupmenus at Merge and Attachments
	* Installation works with "configure make makeinstall" now
	* Changing from GPLv3 to GPLv3+


2011-09-04	Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.3.1 (alpha)
	
	* The entire GUI completely re-written using the gtkmm libraries of version 3.0
	* More compact and better source code
	* New version numbering
	* New application icon
	* Translatable by using glibmm/i18n.h
	
	* Renamed "Merge" to "Concatenate" (cat) and "Split" to "Burst" (like at the PDFTK)
	* FileChooserButtons instead Entrys, Buttons and FileChoosers
	* New message-dialogs
	* Concatenate:
		* The options are adjustable at the tree view now (no extra window necessary)
		* The separator ',' is no longer valid at "Pages" (using ' ' only - like at the PDFTK)
		* On invalid inputs in "Pages" the entry text will be shown in red letters
		* The page numbers are shown at the tree view (not in statusbar)
		* If the page number of a PDF document is not ascertainable, or 0, the page number appears orange. The page number is not checked for the creation of the command.
		* The tooltip of a row shows the whole file path (at "Attachment" too)
		* The treeview is searchable for filenames (not file paths) (at "Attachment" too)
		* The ID combobox only shows possible options
		* A file gets the same file index (handle - a letter from A to Z), even if it occurs several times in the list
		* Parameters can be assigned already in the file selection dialog for all files to be added (at expander "Options")
	* Burst:
		* Suffix - Text behind counter digits
		* Counting octal, decimal and hexadecimal (on using auto digits, number of counter digits will be adjusted)
		* Extension (.pdf)
	* Multibackground / Multistamp (new PDFTK parameter)
	* UTF8-Support for dump files (new PDFTK parameter - used at "Tools")
	* The "Tools" moved in the main window (the "Permissions" are disabled when the "Tool" tab is active)
	* On invalid parameters, the SaveAs-Button does nothing
	* Converting file names using "Glib filename_to_utf8()" and "Glib filename_from_utf8()"
	* Using document-directory (G_USER_DIRECTORY_DOCUMENTS) as the default directory for file-choosers
	* Using "std string" for PDFTK command
	* Using '"' for quoting filenames and '\' for quoting '\', '`' and '$' in PDFTK command
	* 1 MiB read buffer for counting pages of a PDF file (much faster than 512 Byte)


2011-09-14	Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.3.2 (alpha)
	
	* Button "Shuffle pages" added at "Concatenate"
	* Replaced radiobutton pairs "Drop XFA", "Don't drop XFA" and "Flatten", "Don't flatten" with checkbuttons "Drop XFA" and "Flatten" at "Tools"
	* Changed widged configuration at "Burst", "Background / Stamp" and "Tools"
	* Changed some (default) mnemonic symbols - most at "Tools"
	* Fixed error: 'Gtk-CRITICAL **: gtk_widget_set_sensitive'
		* Disconnecting signal mNotebook_Sections.signal_switch_page() at destructor of class cWindowMain


2011-11-20	Martin Singer   <m_power3@users.sourceforge.net>

	Version 0.3.3 (alpha)
	
	* Test messages are only compiled into program if precompiler flag PDFCHAIN_TEST is defined at "pdfchain.h" (e.g. destructor messages)
	* Temporary widgets are onle compiled into program if precompiler flag PDFCHAIN_TEMP is defined at "pdfchain.h" (e.g. hidden TreeViewColumns for Tooltips)
	* Global constant variables at "pdfchain.h" are declarated external and defined at "constants.h" now
	* Global constant variable "Pdfchain::Path::DEFAULT_PATH_DOCUMENTS" used by the filechoosers is no longer declarated at "pdfchain.h"
	  (external declarated variables seems to make problems at the allocation to virtual declarated variables)