[hunspell] branch upstream updated (84f2666 -> cafa65c)
Rene Engelhard
rene at moszumanska.debian.org
Mon Sep 18 16:05:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a change to branch upstream
in repository hunspell.
from 84f2666 New upstream version 1.6.1
new cafa65c New upstream version 1.6.2
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:
.github/ISSUE_TEMPLATE.md | 41 ++++
ChangeLog | 57 -----
HACKING | 2 +
NEWS | 52 +++++
README.md | 36 +--
configure.ac | 12 +-
msvc/.gitignore | 11 +
msvc/Hunspell.rc | 32 +++
msvc/Hunspell.sln | 76 +++++++
msvc/config.h | 205 +++++++++++++++++
msvc/hunspell.vcxproj | 207 +++++++++++++++++
msvc/libhunspell.vcxproj | 406 ++++++++++++++++++++++++++++++++++
msvc/testparser.vcxproj | 207 +++++++++++++++++
po/LINGUAS | 1 +
po/{es.po => de.po} | 237 ++++++++++----------
src/hunspell2/dic_manager.cxx | 1 -
src/hunspell2/main.cxx | 4 +-
src/parsers/xmlparser.cxx | 1 +
src/tools/.gitignore | 1 +
src/tools/Makefile.am | 5 +-
src/tools/bulkcheck.cxx | 196 ++++++++++++++++
src/tools/example.cxx | 2 -
src/tools/hunspell.cxx | 36 ++-
src/tools/munch.cxx | 1 +
src/tools/optionusage/.gitignore | 3 +
src/tools/optionusage/analyse.py | 213 ++++++++++++++++++
src/tools/optionusage/download.sh | 44 ++++
src/tools/optionusage/option-usage.md | 121 ++++++++++
src/tools/unmunch.cxx | 1 +
29 files changed, 1991 insertions(+), 220 deletions(-)
create mode 100644 .github/ISSUE_TEMPLATE.md
create mode 100644 msvc/.gitignore
create mode 100644 msvc/Hunspell.rc
create mode 100644 msvc/Hunspell.sln
create mode 100644 msvc/config.h
create mode 100644 msvc/hunspell.vcxproj
create mode 100644 msvc/libhunspell.vcxproj
create mode 100644 msvc/testparser.vcxproj
copy po/{es.po => de.po} (62%)
create mode 100644 src/tools/bulkcheck.cxx
create mode 100644 src/tools/optionusage/.gitignore
create mode 100755 src/tools/optionusage/analyse.py
create mode 100755 src/tools/optionusage/download.sh
create mode 100644 src/tools/optionusage/option-usage.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git
More information about the Pkg-openoffice-commits
mailing list