This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit 8efbb231ea57bcb4ceb0106185069ef6a9b6b8d7 Merge: ea69cf2 a043c14 Author: Rene Engelhard <[email protected]> Date: Tue Aug 2 18:48:19 2005 +0200 Imported Debian patch 1.0.8-1 AUTHORS | 2 +- AUTHORS.myspell | 93 ++++ ChangeLog | 599 ++--------------------- ChangeLog => ChangeLog.O | 111 ----- Makefile.am | 3 + Makefile.in | 3 + NEWS | 6 + README | 11 +- README.myspell | 69 +++ THANKS | 35 +- TODO | 18 +- configure | 20 +- configure.ac | 4 +- debian/changelog | 6 + license.hunspell | 23 + license.myspell | 61 +++ man/hunspell.4 | 105 +++- src/hunspell/Makefile.am | 2 +- src/hunspell/Makefile.in | 2 +- src/hunspell/affentry.cxx | 78 ++- src/hunspell/affentry.hxx | 16 +- src/hunspell/affixmgr.cxx | 371 +++++++++++++- src/hunspell/affixmgr.hxx | 14 + src/hunspell/atypes.hxx | 12 +- src/hunspell/hashmgr.cxx | 30 +- src/hunspell/hashmgr.hxx | 3 +- src/hunspell/hunspell.cxx | 109 +++-- src/hunspell/hunspell.hxx | 3 + src/hunspell/license.hunspell | 23 + src/hunspell/license.myspell | 61 +++ src/hunspell/suggestmgr.cxx | 237 ++++++++- src/hunspell/suggestmgr.hxx | 17 +- src/tools/Makefile.am | 5 +- src/tools/Makefile.in | 90 +++- src/tools/hunspell.cxx | 27 +- src/tools/unmunch.c | 498 +++++++++++++++++++ src/tools/unmunch.h | 76 +++ tests/Makefile.am | 22 +- tests/Makefile.in | 22 +- tests/compoundaffix.aff | 7 + tests/compoundaffix.dic | 3 + tests/compoundaffix.good | 5 + tests/{germansharps.test => compoundaffix.test} | 0 tests/compoundaffix.wrong | 4 + tests/compoundaffix2.aff | 8 + tests/compoundaffix2.dic | 3 + tests/compoundaffix2.good | 8 + tests/{germansharps.test => compoundaffix2.test} | 0 tests/compoundaffix2.wrong | 1 + tests/compoundaffix3.aff | 8 + tests/compoundaffix3.dic | 3 + tests/compoundaffix3.good | 4 + tests/{germansharps.test => compoundaffix3.test} | 0 tests/compoundaffix3.wrong | 7 + tests/fogemorpheme.aff | 3 +- tests/germancompounding.aff | 169 +++---- tests/germancompounding.dic | 4 +- tests/germancompounding.good | 4 + tests/germancompounding.wrong | 36 ++ tests/germansharps.dic | 7 +- tests/germansharps.good | 16 +- tests/germansharps.test | 2 +- tests/germansharps.wrong | 2 +- tests/germansharpsutf.dic | 7 +- tests/germansharpsutf.good | 10 + tests/pseudoroot.good | 1 - tests/pseudoroot.wrong | 1 + 67 files changed, 2258 insertions(+), 952 deletions(-) diff --cc debian/changelog index 8096b04,0000000..e209750 mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,6 -1,0 +1,12 @@@ ++hunspell (1.0.8-1) experimental; urgency=low ++ ++ * New upstream release ++ ++ -- Rene Engelhard <[email protected]> Tue, 2 Aug 2005 18:48:19 +0200 ++ +hunspell (1.0.7-1) experimental; urgency=low + + * Initial release. + + -- Rene Engelhard <[email protected]> Tue, 26 Jul 2005 12:11:52 +0200 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git

