poppler/Annot.cc | 1 + poppler/CharCodeToUnicode.cc | 1 + 2 files changed, 2 insertions(+)
New commits: commit ef3f7585fac086de0919aa0bb0ef91a5070ac23e Author: Jiri Slaby <[email protected]> Date: Sun Aug 3 01:05:00 2014 +0200 Improve non-latin characters in inline notes Preview commit had by mistake changes in these two files that belong here Bug #65956 diff --git a/poppler/Annot.cc b/poppler/Annot.cc index 591fe79..fa98b69 100644 --- a/poppler/Annot.cc +++ b/poppler/Annot.cc @@ -30,6 +30,7 @@ // Copyright (C) 2013 Peter Breitenlohner <[email protected]> // Copyright (C) 2013 Adrian Johnson <[email protected]> // Copyright (C) 2014 Marek Kasik <[email protected]> +// Copyright (C) 2014 Jiri Slaby <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/CharCodeToUnicode.cc b/poppler/CharCodeToUnicode.cc index b1c1bab..59b7c93 100644 --- a/poppler/CharCodeToUnicode.cc +++ b/poppler/CharCodeToUnicode.cc @@ -22,6 +22,7 @@ // Copyright (C) 2010 Jakub Wilk <[email protected]> // Copyright (C) 2012 Thomas Freitag <[email protected]> // Copyright (C) 2012 Adrian Johnson <[email protected]> +// Copyright (C) 2014 Jiri Slaby <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
