[libmwaw] branch experimental updated (96bac57 -> ece60c3)

Rene Engelhard rene at moszumanska.debian.org
Sat Apr 1 20:23:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch experimental
in repository libmwaw.

      from  96bac57   changelog for 0.3.10-1
       new  5c009ba   New upstream version 0.3.11
       new  424cf51   Merge tag 'upstream/0.3.11' into experimental
       new  ece60c3   changelog for 0.3.11

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            |    5 +
 build/win32/libmwaw.dsp                            |   32 +
 build/win32/libmwaw.vcproj                         |   32 +
 build/win32/libmwaw.vcxproj                        |   20 +
 configure                                          |   26 +-
 configure.ac                                       |    2 +-
 debian/changelog                                   |    6 +
 inc/libmwaw/MWAWDocument.hxx                       |    2 +-
 libmwaw.spec                                       |    4 +-
 src/lib/MWAWDocument.cxx                           |    5 +-
 src/lib/MWAWFontConverter.cxx                      |  221 +-
 src/lib/MWAWHeader.cxx                             |    2 +
 src/lib/MWAWOLEParser.cxx                          |  173 +-
 src/lib/MWAWOLEParser.hxx                          |   13 +-
 src/lib/MWAWPresentationListener.cxx               |    2 +-
 src/lib/Makefile.am                                |    8 +
 src/lib/Makefile.in                                |   21 +-
 src/lib/PowerPoint1Parser.cxx                      |    2 +-
 src/lib/PowerPoint3OLE.cxx                         |  151 +-
 src/lib/PowerPoint3OLE.hxx                         |   15 +-
 src/lib/PowerPoint3Parser.cxx                      |   24 +-
 src/lib/PowerPoint7Graph.cxx                       | 2779 +++++++++++++++++++
 src/lib/PowerPoint7Graph.hxx                       |  196 ++
 src/lib/PowerPoint7Parser.cxx                      | 2876 ++++++++++++++++++++
 src/lib/PowerPoint7Parser.hxx                      |  228 ++
 .../helper/helper.h => lib/PowerPoint7Struct.cxx}  |   54 +-
 src/lib/PowerPoint7Struct.hxx                      |  139 +
 src/lib/PowerPoint7Text.cxx                        | 1582 +++++++++++
 src/lib/PowerPoint7Text.hxx                        |  155 ++
 src/lib/README                                     |    6 +-
 30 files changed, 8633 insertions(+), 148 deletions(-)
 create mode 100644 src/lib/PowerPoint7Graph.cxx
 create mode 100644 src/lib/PowerPoint7Graph.hxx
 create mode 100644 src/lib/PowerPoint7Parser.cxx
 create mode 100644 src/lib/PowerPoint7Parser.hxx
 copy src/{conv/helper/helper.h => lib/PowerPoint7Struct.cxx} (61%)
 create mode 100644 src/lib/PowerPoint7Struct.hxx
 create mode 100644 src/lib/PowerPoint7Text.cxx
 create mode 100644 src/lib/PowerPoint7Text.hxx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libmwaw.git



More information about the Pkg-openoffice-commits mailing list