[libmwaw] branch master updated (47a8c95 -> 598abe4)

Rene Engelhard rene at moszumanska.debian.org
Thu Jun 15 19:08:46 UTC 2017


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

rene pushed a change to branch master
in repository libmwaw.

      from  47a8c95   actually commit changelog...
      adds  d1c23e5   New upstream version 0.3.10
      adds  fa9bba6   Merge tag 'upstream/0.3.10' into experimental
      adds  96bac57   changelog for 0.3.10-1
      adds  5c009ba   New upstream version 0.3.11
      adds  424cf51   Merge tag 'upstream/0.3.11' into experimental
      adds  ece60c3   changelog for 0.3.11
      adds  58d91e5   Merge branch 'master' into experimental
       new  598abe4   upload to unstable

The 1 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                                            |   10 +
 build/win32/libmwaw.dsp                            |   40 +
 build/win32/libmwaw.vcproj                         |   40 +
 build/win32/libmwaw.vcxproj                        |   25 +
 configure                                          |   26 +-
 configure.ac                                       |    2 +-
 debian/changelog                                   |   20 +-
 inc/libmwaw/MWAWDocument.hxx                       |    2 +-
 libmwaw.spec                                       |    4 +-
 src/lib/MWAWDocument.cxx                           |    5 +-
 src/lib/MWAWFontConverter.cxx                      |  221 +-
 src/lib/MWAWHeader.cxx                             |    4 +
 src/lib/MWAWOLEParser.cxx                          |  532 +++-
 src/lib/MWAWOLEParser.hxx                          |   69 +-
 src/lib/MWAWPresentationListener.cxx               |    2 +-
 src/lib/MWAWSpreadsheetListener.cxx                |    6 +-
 src/lib/Makefile.am                                |   10 +
 src/lib/Makefile.in                                |   35 +-
 src/lib/MsWksDBParser.cxx                          |    2 +-
 src/lib/MsWksDocument.cxx                          |    2 +-
 src/lib/MsWksSSParser.cxx                          |    2 +-
 src/lib/PowerPoint1Parser.cxx                      |  767 +++++-
 src/lib/PowerPoint1Parser.hxx                      |    6 +
 src/lib/PowerPoint3OLE.cxx                         |  345 +++
 src/lib/{MsWksParser.hxx => PowerPoint3OLE.hxx}    |   71 +-
 src/lib/PowerPoint3Parser.cxx                      |  287 +-
 src/lib/PowerPoint3Parser.hxx                      |    6 +-
 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                                     |    9 +-
 src/lib/ZWrtParser.cxx                             |    2 +-
 37 files changed, 10101 insertions(+), 460 deletions(-)
 create mode 100644 src/lib/PowerPoint3OLE.cxx
 copy src/lib/{MsWksParser.hxx => PowerPoint3OLE.hxx} (55%)
 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