File pdfchain.changes of Package pdfchain
-------------------------------------------------------------------
Tue Nov 05 2013 - joerg.lorenzen@ki.tng.de
* Requires pdftk >= 2.0 (already since version 0.4.2), changed dependency
-------------------------------------------------------------------
Thu Jul 11 2013 - joerg.lorenzen@ki.tng.de
Version 0.4.4 (alpha)
* Depends no longer on gtkmm >= 3.6 (works with gtkmm >= 3.0)
* Added fallback for gtkmm < 3.6 (no MenuButton is used)
* Changed the configure.ac to define PDFCHAIN_GTKMM_OLD
at config.h in case of gtkmm < 3.6
* Revised the FileChooser Dialogs and Buttons
* Added a clear function to all FileChoosers
* All FileChooser show the "current folder" not the "history"
* Changed the clear function for the FileChooser in the sections
Version 0.4.3 (alpha)
* Revised Sections Background/Stamp and Burst
* Revised and added Tooltips
* Simpler user guidance
* Revised some tooltips
* Changed the signal handler for the check buttons in section Permissions
Version 0.4.2 (alpha)
* Depends on PDFtk >= 2.0
* Renamed Concatenate to Catenate
* Added and revised tooltips in sections Tools and Catenate
* Revised PDFtk return code messages
* Added PDFtk return codes 3 and 768
* Added new features of PDFtk 2.0 in section Tools
* "Dump Data Annotaion"
* "Needs Appearances"
* Added "Repair document" in section Tools
* Replaced the expression "PDF file" by "document"
* Revised section permissions
* Revised tooltips
* Added user guidance (useless selections shouldn't be able)
* Revised the "create_command()" methode
* Added handlig and warning if user and owner password are the same
-------------------------------------------------------------------
Tue Jul 02 2013 - joerg.lorenzen@ki.tng.de
Version 0.4.1 (alpha)
* Depends on gtkmm-3.0 >= 3.6.0 (for Gtk::MenuButton)
* Added a right click popup menu for the cat treeview
* Added move to top and move to bottom buttons to section cat
* Added some tooltips
* Moved the clear and about button into a menu with a menu button
* Moved the permissions from an expander to a toggle button
* Changed the order of the file filter at output folder file chooser burst
* Changed the stock icon at output folder file chooser burst
(Gtk::Stock::DIRECTORY doesn't work right)
-------------------------------------------------------------------
Wed Apr 03 2013 - joerg.lorenzen@ki.tng.de
Version 0.4.0 (alpha)
* PDF Chain 0.4.0 is compatible with the PDF Toolkit 1.45
and supporting its features.
PDF Chain 0.4.0 is not compatible with PDFtk 1.44 and older!
* Merged Cat Simple and Cat Extended to Conaticate
using the multi-character input handles of PDFtk 1.45.
By implementing the multi-character handles,
PDFtk removed its 26 file limitation.
Cat Simple is not necessary any longer.
* Using a guint id instead a char handle for indexing the files.
Default (not indexed) file id is G_MAXUINT.
* The method cLStore_CatExtended::createCommand() creates
a PDFtk input handle from the id.
Id 0 equals to handle A, 25 to Z, 26 to BA (multi-character) ...
* Adjust the command syntax for page rotation to PDFtk 1.45.
Using north, south, east, west now instead of N, S, E, W.
* Supporting the r page prefix of PDFtk 1.45.
* Rewrote some methodes at file id store_cat.cc
and reorganized some functionality of the liststore.
* Implemented the Clear Button.
* Removed the "Options" at the add-files-filechooser of Concatenate (Cat Extended).
* Add has its own column at Concatenate now.
* Changed some Labels ("Shuffle", "Digits", "UTF-8", ...)
* Updated projectpage (http://pdfchain.sourceforge.net/)
-------------------------------------------------------------------
Tue Oct 09 2012 - joerg.lorenzen@ki.tng.de
Version 0.3.5 (alpha)
* Bugfix in section "Cat Extended"
(Bugreport: https://bugs.launchpad.net/ubuntu/+source/pdfchain/+bug/1048045)
Now re-indexing list-entries before creating the command
at metohod cLStore_CatExtended::createCommand()
-------------------------------------------------------------------
Sun Aug 26 2012 - joerg.lorenzen@ki.tng.de
Version 0.3.4 (alpha)
* Added new section "Cat Simple"
* Changed GUI design
* Removed menubar (looks more like a dialog)
* Sections use full window width (looks more like gedit)
* Replaced progressbar by statusbar (status messages are not visible yet)
* Changed some strings
* Renamed section "Concatenate" to "Cat Extended"
* Renamed "Features" to "Allow" (like at pdftk)
* some other strings ...
* Implementing code for "Attach to page" (missing since v.0.3.1)
* Fixed behavior of "Add files" at section "Cat Extended"
* Rewrote filechoosers and filechooserbuttons
* Rewrote combobox "pdf id" at cat sections
* Configured autoconf by hand
* Rewrote project homepage: http://pdfchain.sourceforge.net
* Created Git repository at sourceforge project page:
git://pdfchain.git.sourceforge.net/gitroot/pdfchain/pdfchain
* Created new application logo and set of icons
-------------------------------------------------------------------
Wed Jan 18 2012 - joerg.lorenzen@ki.tng.de
- Initial package, version 0.3.3