2008-02-19 Németh László <nemeth at OOo>:
        * hyphen.c: fix unconditional jump in the obsolete
          hnj_hyphen_hyphenate() (it was already fixed in the
          preferred hnj_hyphen_hyphenate2()). Possible fix for the problem
          reported by Rene Engelhard in SourceForge Bug ID 1896207.

        * Makefile.am: add missing $(srcdir)s for make dist

        * NEWS: add NEWS for autoreconf

2007-11-22 Németh László <nemeth at OOo>:
        * hyphen.c: fix a bad condition that introduced in the previous version.
          Problem reported by Joan Montané under SourceForge Bug ID 1772381.
          
        * Makefile.am: rename the library to "hyphen".

        * hyphen.tex: use the last official version and its time stamp.
          Source: http://tug.ctan.org/text-archive/macros/plain/base/hyphen.tex

        * tests/*: add make check support
        
        * doc/tb87nemeth.pdf: TugBoat article about non-standard
          hyphenation and its implementation.

2007-11-12 Caolan McNamara <cmc at OO.o>:
        * autoconf/automake/libtoolize it
          Which as a side effect makes it fit into the existing
          --with-system-altlinuxhyph configure support in OOo to use a system
          pre-installed library for OOo hyphenation.

        * make a shared library libhnj.so from it

        * install the hyphen.h header

        * hyphen.patch: document by a make target how to go from the
          original hyphen.tex file to the interim hyphen.us to the final
          hyph_en_US.dic that OOo uses. (For example, converting
          \hyphenate section of hyphen.tex.)

2007-05-14 Németh László <nemeth at OOo>:
	* README: add information about substring.pl conversion and HyFo
	Java hyphenation module.

	* README.hyphen: add the following references about hyphenation:
	Franklin M. Liang: Word Hy-phen-a-tion by Com-put-er.
	Stanford University, 1983. http://www.tug.org/docs/liang.

	László Németh: Automatic non-standard hyphenation in OpenOffice.org,
	TUGboat (27), 2006. No. 2., http://hunspell.sourceforge.net/tb87nemeth.pdf

	* README. nonstandard: add information about narrow subpatterns,
	and a problem reported by Peter B. West.

2006-11-27 Németh László <nemeth at OOo>:
        * substrings.pl: restore previous version to fix rare non-standard hyphenation
          problems reported by Peter B. West, HyFo (Java XSLT formatter) developer

2006-08-03 Németh László <nemeth at OOo>:
        * hyphen.c: fix bad Unicode non-standard hyphenation (reset deleted
          break in UTF-8 length conversion code in hnj_hyphen_load())
        * tests/unicode*, Makefile: test for this fix
        
        * hyphen.c: fix bad hyphen duplication in hyphword output in hnj_hyphenate2()
        
        * example.c: fix empty input fault in single_hyphenations() 
          (unsigned return value of strlen() output couldn't be negative in the condition)
        
        * substrings.pl: shorter version with Nanning Buitenhuis's substrings.pl fix.

2006-07-28 Nanning Buitenhuis <nanning at elvenkind dot com>:
        * substrings.c: faster C version of substrings.pl
        - It also fixed a minor bug in combine(): if a sub-pattern is found twice 
          (or more) in the main pattern, then all occurences were changed instead 
          of (the correct) last occurence. Only example in hyphen.us is 'tanta3'

2006-01-27 Németh László <nemeth at OOo>:
	* *.{c,h}: add non-standard hyphenation and Unicode support
        * README.discretionary: documentation
        - add tests/ (see make check)

2005-10-13 Daniel Naber <dnaber at OOo>:
	* example.c: fixed the call to hnj_hyphen_hyphenate() in example.c so that
	patterns ending in a dot should now work (Daniel Naber)

Libhnj was written by Raph Levien <raph@acm.org>
Adapted to OpenOffice.org by Peter Novodvorsky <nidd@alt-linux.org>
