File pdfcompare.changes of Package pdfcompare
-------------------------------------------------------------------
Tue Jan 7 15:59:48 CET 2014 - jw@suse.de
- V1.6.5 - merged https://github.com/jnweiger/pdfcompare/pull/4 from tomschr
-------------------------------------------------------------------
Tue Dec 3 10:39:56 UTC 2013 - jw@suse.com
- added %doc COPYING
- License: GPL-2.0
-------------------------------------------------------------------
Thu Jun 13 16:14:07 UTC 2013 - jw@suse.com
- V1.6.4 - Allow pdftohtml to produce slightly invalid xml.
We compensate using a fallback that erases all <a...> ... </a> tags.
- Not-strict improved: better ignore hyphenation change and dotted lines.
-------------------------------------------------------------------
Mon Apr 29 17:35:43 UTC 2013 - jw@suse.com
- V1.6.2 - COPYING added, to retry sr#173525
- Distinction between mediabox and cropbox implemented, so that
changebars and navigation is not outside the visible area.
- Option --leftside added.
-------------------------------------------------------------------
Thu Mar 28 13:15:54 UTC 2013 - jw@suse.com
- V1.6.1 - new option --below added, helps with obscure crashes in pyPDF.
Sigh.
-------------------------------------------------------------------
Wed Mar 27 20:01:54 UTC 2013 - jw@suse.com
- V1.6 - added experimental opcodes_find_moved()
Works very well.
- long delete popups truncated.
-------------------------------------------------------------------
Wed Mar 13 18:15:12 UTC 2013 - jw@suse.com
- V1.5.1 jw
* added test/python3.sh -- cannot test much, too many modules missing.
* Added a trivial --log implementation.
* sorted command line options alphabetically.
-------------------------------------------------------------------
Sat Feb 2 16:44:32 UTC 2013 - jw@suse.com
- V1.4
* option --spell added. Using hunspell.py
* several places use now urllib.quote_plus to circumvent encode() issues.
-------------------------------------------------------------------
Tue Jan 29 22:57:58 UTC 2013 - jw@suse.com
- V1.2 --margins feature added
-------------------------------------------------------------------
Tue Jan 29 09:28:38 UTC 2013 - jw@suse.com
- fixed helptest.sh to allow other version numbers that 3char.
- propper tar-ball with make tar
-------------------------------------------------------------------
Mon Jan 28 23:33:03 UTC 2013 - jw@suse.com
- V1.1b jw
* bugfix in mergeAnnots()
* factored out highlight_height and reduced from 1.4 to 1.2 for less overlap.
-------------------------------------------------------------------
Mon Jan 28 18:37:12 UTC 2013 - jw@suse.com
- Version 1.1a
- fixed subtracting from NoneType .
- Started --feature margin code.
-------------------------------------------------------------------
Thu Jan 24 00:41:24 UTC 2013 - jw@suse.com
- Version 1.1
* backwards and forwards navigation code added for easily
finding next and previous page with changes. Using
page_ref_magic as a placeholder with dummy self refs.
* implemented proper relocation and merge in mergeAnnots().
* some off-by-one errors fixed with first_page, last_page.
-------------------------------------------------------------------
Tue Jan 22 00:40:47 UTC 2013 - jw@suse.com
- oops, fixed --features default.
- added -n
- skipping PDF result test if suse_version < 1210
-------------------------------------------------------------------
Mon Jan 21 21:03:30 UTC 2013 - jw@suse.com
- Version 1.0
* added option --features anno,highight,changebar
* removed option --no-anno in favour of option --features.
* improved option --search-colors to handle all 4 colors.
-------------------------------------------------------------------
Fri Jan 18 15:10:25 CET 2013 - kpetsch@suse.com
-Cleaned up spec file for better readability
-------------------------------------------------------------------
Fri Jan 18 10:20:20 CET 2013 - kpetsch@suse.com
-Version 0.8:
- Added pdfcomparetest tarball which includes unit tests
- added opcodes_post_proc() to make replace operations
more the human friendly
- calling compressContentStreams() unless --no-compression
- higher --transparency is now more transparent, not less.
- delete markers at end of previous text, not start of next.
-------------------------------------------------------------------
Wed Jan 16 09:47:08 UTC 2013 - kpetsch@suse.com
-Version 0.6 First draft