Blame ChangeLog

Packit 8a864e
2005-12-11  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* docsrc/releasenotes.xml:
Packit 8a864e
	Changed release date to December 2005 from November 2005.
Packit 8a864e
Packit 8a864e
	* docsrc/Makefile.am:
Packit 8a864e
	Redefined XMLDCL to be one included here, $(top_srcdir)/pubtext/xml.dcl.
Packit 8a864e
	Use EXTRADOCS variable now defined in configure step to determine if PDF and
Packit 8a864e
	PS format release notes will be built.
Packit 8a864e
Packit 8a864e
	* configure.in:
Packit 8a864e
	Added --enable-full-doc-build option to build PDF and PS docs as well as man
Packit 8a864e
	and HTML.  Only check for necessary tools if enabled.
Packit 8a864e
	Removed search for xml.dcl, we will always use the one in pubtext.
Packit 8a864e
Packit 8a864e
2005-12-10  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* sx/Makefile.am, spent/Makefile.am, spcat/Makefile.am, spam/Makefile.am, sgmlnorm/Makefile.am, nsgmls/Makefile.am, lib/Makefile.am:
Packit 8a864e
	Gerrit Haase's patch: add LTLIBINTL to avoid undefined references.
Packit 8a864e
Packit 8a864e
2005-12-09  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* po/fr.po: Fixed typo.
Packit 8a864e
Packit 8a864e
	* autoinit.sh: Added libtoolize to avoid error of missing ltmain.sh.
Packit 8a864e
Packit 8a864e
2005-12-07  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* docsrc/osx.xml:
Packit 8a864e
	Made purpose a one-liner because it is used for man -k and apropos, so it
Packit 8a864e
	should be short.  Moved long paragraph that was there to description section.
Packit 8a864e
Packit 8a864e
	* docsrc/ospent.xml:
Packit 8a864e
	Made purpose a bit more descriptive so it makes more sense without context.
Packit 8a864e
Packit 8a864e
	* docsrc/ospam.xml, docsrc/onsgmls.xml, docsrc/osgmlnorm.xml:
Packit 8a864e
	Made purpose a one-liner because it is used for man -k and apropos, so it
Packit 8a864e
	should be short.  Moved long paragraph that was there to description section.
Packit 8a864e
Packit 8a864e
2005-12-07  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* include/InternalInputSource.h: Prepare for gcc 4.1.
Packit 8a864e
Packit 8a864e
2005-10-23  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* lib/Text.cxx, lib/Attribute.cxx: Make operator= return *this.
Packit 8a864e
Packit 8a864e
	* lib/ExtendEntityManager.cxx:
Packit 8a864e
	Fix operator= to return *this (two places).
Packit 8a864e
Packit 8a864e
	* lib/ArcEngine.cxx:
Packit 8a864e
	Ensure that toIndex and fromIndex are not invalidAtt OR contentPseudoAtt
Packit 8a864e
	before using to index into arrays.  Those constants are defined to be the
Packit 8a864e
	unsigned version of -1 and -2, which are very large numbers, and cause
Packit 8a864e
	segfaults when array elements with those indexes are accessed.
Packit 8a864e
Packit 8a864e
	* nsgmls/RastEventHandler.h, lib/Text.cxx, lib/Syntax.cxx, lib/SdText.cxx, lib/Sd.cxx, lib/Recognizer.h, lib/Recognizer.cxx, lib/Notation.cxx, lib/MessageFormatter.cxx, lib/Message.cxx, lib/Markup.cxx, lib/Lpd.cxx, lib/Location.cxx, lib/ExtendEntityManager.cxx, lib/Event.cxx, lib/EntityCatalog.cxx, lib/ElementType.cxx, lib/Dtd.cxx:
Packit 8a864e
	Added functions to eliminate g++ 4.0 warnings.
Packit 8a864e
Packit 8a864e
2005-10-22  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* lib/ContentToken.cxx, lib/CodingSystemKit.cxx, lib/CodingSystem.cxx:
Packit 8a864e
	Added functions to eliminate g++ 4.0 warnings.
Packit 8a864e
Packit 8a864e
	* include/Vector.h:
Packit 8a864e
	Changed order of initializations to match order of declaration in class.
Packit 8a864e
Packit 8a864e
	* include/UnivCharsetDesc.h, include/Text.h, include/Syntax.h, include/ShortReferenceMap.h, include/SdText.h, include/Sd.h, include/OpenElement.h, include/Notation.h:
Packit 8a864e
	Added functions to eliminate g++ 4.0 warnings.
Packit 8a864e
Packit 8a864e
	* include/MessageFormatter.h:
Packit 8a864e
	Added functions to eliminate g++ 4.0 warnings.
Packit 8a864e
	Changed order of initializations to match order of declaration in class.
Packit 8a864e
Packit 8a864e
	* include/MessageBuilder.h, include/Message.h, include/Markup.h, include/Lpd.h, include/Location.h, include/ExtendEntityManager.h, include/Event.h, include/EntityCatalog.h, include/Entity.h, include/ElementType.h, include/Dtd.h, include/ContentToken.h, include/CodingSystemKit.h, include/CodingSystem.h, include/CharsetInfo.h, lib/CharsetDecl.cxx, include/CharsetDecl.h, lib/Attribute.cxx:
Packit 8a864e
	Added functions to eliminate g++ 4.0 warnings.
Packit 8a864e
Packit 8a864e
	* include/Attribute.h:
Packit 8a864e
	Added missing prototypes to eliminate g++ 4.0 warnings.
Packit 8a864e
Packit 8a864e
	* configure.in:
Packit 8a864e
	Incremented SP_LIBOSP_CUR in preparation for upcoming checkins that will
Packit 8a864e
	technically break binary compatilibility.
Packit 8a864e
Packit 8a864e
	* Makefile.am: Added autoinit.sh to EXTRA_DIST.
Packit 8a864e
Packit 8a864e
2005-09-30  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* tests/Makefile.am:
Packit 8a864e
	Revert to using SHOWSTOPPERS variable after discussion with Karl Eichwalder.
Packit 8a864e
	Changed EXTRA_DIST and other variables so that all tests get put into dist
Packit 8a864e
	regardless of whether they are being run or not, e.g., if you run
Packit 8a864e
	"make distcheck SHOWSTOPPERS=" then only the tests that are known to pass will
Packit 8a864e
	be run during the make check part, but all tests, including the ones that are
Packit 8a864e
	known to pass, will be in the dist tarball.
Packit 8a864e
	Added comment that the tests that fail imply there are problems that need to
Packit 8a864e
	be tracked down and fixed.
Packit 8a864e
Packit 8a864e
2005-09-27  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* docsrc/releasenotes.xml: Initial update for 1.5.2.
Packit 8a864e
Packit 8a864e
2005-09-24  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* tests/Makefile.am:
Packit 8a864e
	Changed name of variable from SHOWSTOPPERS to XFAIL_TESTS.  These are tests
Packit 8a864e
	that are expected to fail, and the latter name is known by automake to tag
Packit 8a864e
	them as such.  This allows a "make check" to complete with a message that some
Packit 8a864e
	tests failed, but were expected to, and the make returns a normal exit code.
Packit 8a864e
	Use DTDDECL automake conditional to control whether catalog-1 is in
Packit 8a864e
	XFAIL_TESTS.  This test is the one that tests DTDDECL support, so if that is
Packit 8a864e
	disabled then the test is expected to fail.
Packit 8a864e
Packit 8a864e
	* lib/SOEntityCatalog.cxx:
Packit 8a864e
	Use new config preprocessor directive SP_DTDDECL to control whether DTDDECL
Packit 8a864e
	support is enabled or not.
Packit 8a864e
Packit 8a864e
	* configure.in:
Packit 8a864e
	Added option to disable DTDDECL support. If a default catalog is used, then
Packit 8a864e
	the DTDDECL support causes it to be read over and over again, causing a huge
Packit 8a864e
	performance hit if there are a significant number of entries in it.
Packit 8a864e
Packit 8a864e
2005-09-23  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* po/Makefile.in.in:
Packit 8a864e
	Be more precise about updating $(srcdir)/$(DOMAIN).pot so that both a normal
Packit 8a864e
	make and a make distcheck work.
Packit 8a864e
Packit 8a864e
	* po/Makefile.in.in: Added PERL variable to enable running msggen.pl.
Packit 8a864e
	Use old method of generating $(DOMAIN).pot with msggen.pl instead of newer
Packit 8a864e
	method using xgettext.  Should update to use the latter eventually.
Packit 8a864e
Packit 8a864e
	* docsrc/Makefile.am:
Packit 8a864e
	Put man page XML sources, releasenotes.{xml,dsl} and logo.png in EXTRA_DIST
Packit 8a864e
	variable so they get put into dist tarball.
Packit 8a864e
	Added $(srcdir)/ prefix to files where necessary so docs will build even when
Packit 8a864e
	build area differs from source area, e.g., as when make distcheck is done.
Packit 8a864e
	Added (define %openjade-logo% "$(srcdir)/logo.png") so the logo can be found
Packit 8a864e
	when creating releasenotes.{pdf,ps}
Packit 8a864e
Packit 8a864e
	* Makefile.am:
Packit 8a864e
	Use @DOCSRC@ variable in SUBDIRS so that it will not be included if doc
Packit 8a864e
	building is disabled.
Packit 8a864e
Packit 8a864e
2005-09-19  Neil Roeth  <neilroeth@users.sourceforge.net>
Packit 8a864e
Packit 8a864e
	* configure.in:
Packit 8a864e
	Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL.
Packit 8a864e
	Added --disable-doc-build option.
Packit 8a864e
	Moved checks for doc building so they are only executed if building docs.
Packit 8a864e
	Added error messages for doc building programs so it is more clear what is
Packit 8a864e
	missing.
Packit 8a864e
	Added /usr/share/sgml/declaration to search path for xml.dcl.
Packit 8a864e
Packit 8a864e
2005-08-28  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* docsrc/onsgmls.xml:
Packit 8a864e
	added documentation for the revised restricted file reading
Packit 8a864e
	behavior on win32, etc
Packit 8a864e
Packit 8a864e
2005-08-27  Terje Bless <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* include/UnivCharsetDesc.h:
Packit 8a864e
	Fiddle #include's around as it seems to appease GCC 3.4 and does no harm
Packit 8a864e
	for GCC 4.0.
Packit 8a864e
Packit 8a864e
2005-08-26  Terje Bless <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* configure.in: Bump version to 1.5.2, to shut check-news up.
Packit 8a864e
Packit 8a864e
	* po/Makefile.in.in: Restore Neil Roeth's domain=soname for .po files.
Packit 8a864e
Packit 8a864e
	* po/remove-potcdate.sed: Add another missing gettext file.
Packit 8a864e
Packit 8a864e
	* po/remove-potcdate.sed: New file.
Packit 8a864e
Packit 8a864e
	* configure.in, docsrc/Makefile.am:
Packit 8a864e
	Make autoconf check for the utils needed for docsrc/ building, and let
Packit 8a864e
	xmlto choose the stylesheet to use for the manpages.
Packit 8a864e
Packit 8a864e
	( The rest of the docs should probably also be made by xmlto, but it's
Packit 8a864e
	  not currently working on my box so we'll do iut the old way for now. )
Packit 8a864e
Packit 8a864e
	* configure.in, intl/dcigettext.c, intl/langprefs.c, intl/libgnuintl.h.in, intl/localcharset.h, intl/log.c, intl/printf-args.c, intl/printf-args.h, intl/printf-parse.c, intl/printf-parse.h, intl/printf.c, intl/relocatable.c, intl/relocatable.h, intl/vasnprintf.c, intl/vasnprintf.h, intl/vasnwprintf.h, intl/wprintf-parse.h, intl/xsize.h, po/ChangeLog, po/Makevars, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin:
Packit 8a864e
	Add (new) files left out of previous checkin.
Packit 8a864e
Packit 8a864e
	* intl/langprefs.c, intl/libgnuintl.h.in, intl/localcharset.h, intl/log.c, intl/printf-args.c, intl/printf-args.h, intl/printf-parse.c, intl/printf-parse.h, intl/printf.c, intl/relocatable.c, intl/relocatable.h, intl/vasnprintf.c, intl/vasnprintf.h, intl/vasnwprintf.h, intl/wprintf-parse.h, intl/xsize.h, po/ChangeLog, po/Makevars, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin, m4/codeset.m4, m4/gettext.m4, m4/glibc2.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/intmax.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, m4/longlong.m4, m4/nls.m4, m4/po.m4, m4/printf-posix.m4, m4/progtest.m4, m4/signed.m4, m4/size_max.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
Packit 8a864e
	New file.
Packit 8a864e
Packit 8a864e
	* ABOUT-NLS, ChangeLog, Makefile.am, config.rpath, configure.in, intl/COPYING.LIB-2.0, intl/COPYING.LIB-2.1, intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/eval-plural.h, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/localename.c, intl/ngettext.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, m4/codeset.m4, m4/gettext.m4, m4/glibc2.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/intmax.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, m4/longlong.m4, m4/nls.m4, m4/po.m4, m4/printf-posix.m4, m4/progtest.m4, m4/signed.m4, m4/size_max.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4, po/Makefile.in.in, po/de.po, po/fr.po, po/ja.po, po/sv.po, po/tr.po:
Packit 8a864e
	Upgrading gettext to 0.14.5 and including necessary .m4 files.
Packit 8a864e
Packit 8a864e
	* spec.in: Slightly tweak spec towards Fedora guidelines;
Packit 8a864e
	for Vendor, Packager, Copyright vs. License, and BuildRoot.
Packit 8a864e
Packit 8a864e
	* configure.in: Tell automake about our embedded gettext version.
Packit 8a864e
Packit 8a864e
Packit 8a864e
2005-08-26  Terje Bless <link@pobox.com> (via gettextize)
Packit 8a864e
Packit 8a864e
	* m4/codeset.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/gettext.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/glibc2.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/glibc21.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/iconv.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/intdiv0.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/intmax.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/inttypes.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/inttypes_h.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/inttypes-pri.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/isc-posix.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/lcmessage.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/lib-ld.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/lib-link.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/lib-prefix.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/longdouble.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/longlong.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/nls.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/po.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/printf-posix.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/progtest.m4: Upgrade to gettext-0.14.5.
Packit 8a864e
	* m4/signed.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/size_max.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/stdint_h.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/uintmax_t.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/ulonglong.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/wchar_t.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/wint_t.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* m4/xsize.m4: New file, from gettext-0.14.5.
Packit 8a864e
	* Makefile.am (SUBDIRS): Remove intl.
Packit 8a864e
	(ACLOCAL_AMFLAGS): New variable.
Packit 8a864e
	(EXTRA_DIST): Add mkinstalldirs.
Packit 8a864e
	* configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.14.5.
Packit 8a864e
	(AC_CONFIG_FILES): Add intl/Makefile.
Packit 8a864e
Packit 8a864e
2005-08-15 02:25  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* sx/XmlOutputEventHandler.cxx: explicit const char* to char*
Packit 8a864e
	  conversion for VS.NET 2005 Beta2
Packit 8a864e
Packit 8a864e
2005-08-15 02:09  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/xentmgr_inst.m4: fix for vs.net when building with
Packit 8a864e
	  /Zc:wchar_t
Packit 8a864e
Packit 8a864e
2005-08-15 00:05  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/Sd.cxx: make gcc happy again
Packit 8a864e
Packit 8a864e
2005-08-14 22:49  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/Sd.cxx: initialize implydefElement_ so OpenSP does not assume
Packit 8a864e
	  some random value
Packit 8a864e
Packit 8a864e
2005-07-21 16:12  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* Makefile.am, configure.in, docsrc/Makefile, docsrc/Makefile.am:
Packit 8a864e
	  Use automake/autoconf to generate man pages and
Packit 8a864e
	  releasenotes.{ps|pdf|html}.
Packit 8a864e
Packit 8a864e
2005-07-15 16:03  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* acinclude.m4: Adding copious quoting for Automake >= 1.8; cf.
Packit 8a864e
	  <http://sources.redhat.com/automake/automake.html#Extending-aclocal>
Packit 8a864e
Packit 8a864e
2005-07-15 16:01  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* BUILDING: Add note about missing gettext-devel/gettext.m4 causing
Packit 8a864e
	  aclocal complaints for undefined AM_GNU_GETTEXT macro.
Packit 8a864e
Packit 8a864e
2004-09-07 06:45  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/PosixStorage.cxx: make -R consistent with common practise on
Packit 8a864e
	  Win32
Packit 8a864e
Packit 8a864e
2004-09-07 05:15  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/parseDecl.cxx: allow applications to get non-random location
Packit 8a864e
	  information for dtd events for implied dtds
Packit 8a864e
Packit 8a864e
2004-09-04 18:41  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* doc/generic.htm, generic/ParserEventGeneratorKit.h,
Packit 8a864e
	  lib/ParserEventGeneratorKit.cxx: adding --error-numbers to
Packit 8a864e
	  generic interface
Packit 8a864e
Packit 8a864e
2004-08-29 14:57  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/lib.dsp: use proper paths to refer to source files of the
Packit 8a864e
	  generic interface
Packit 8a864e
Packit 8a864e
2004-08-28 21:11  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* sp-generate.mak: turn off error checking for `del`, the relevant
Packit 8a864e
	  files do not exist for builds from CVS which causes the entire
Packit 8a864e
	  make process to fail
Packit 8a864e
Packit 8a864e
2004-08-26 05:58  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* sx/: XmlOutputEventHandler.cxx, XmlOutputEventHandler.h: [ 970258
Packit 8a864e
	  ] Patch to make osx compile in MSVC -- Thanks to Tony Dodd
Packit 8a864e
Packit 8a864e
2004-08-26 05:39  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/parseParam.cxx: fix for markup declaration memory leak, see
Packit 8a864e
	  http://sourceforge.net/mailarchive/forum.php?thread_id=5381372&forum_id=2437
Packit 8a864e
Packit 8a864e
2004-08-23 02:01  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* lib/parseDecl.cxx: Dead memory-leaking code, see
Packit 8a864e
	  http://sourceforge.net/mailarchive/forum.php?thread_id=5381372&forum_id=2437
Packit 8a864e
Packit 8a864e
2004-06-30  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* acinclude.m4: Add missing quotations.
Packit 8a864e
Packit 8a864e
2004-06-26 19:11  liamquinn
Packit 8a864e
Packit 8a864e
	* doc/index.htm: Fixed broken link to NEWS (bug 666497).
Packit 8a864e
Packit 8a864e
2004-06-26 19:05  liamquinn
Packit 8a864e
Packit 8a864e
	* docsrc/osx.xml: Fixed -l option in man page synopsis (bug
Packit 8a864e
	  891323).
Packit 8a864e
Packit 8a864e
2004-06-09  Karl Eichwalder  <ke@gnu.franken.de>
Packit 8a864e
Packit 8a864e
	* tests/onsgmls-2: Make sure path to the binary will not come
Packit 8a864e
	into the way.
Packit 8a864e
Packit 8a864e
2004-06-09  Karl Eichwalder  <ke@gnu.franken.de>
Packit 8a864e
Packit 8a864e
	* configure.in (ALL_LINGUAS): Remove it; only po/LINGUAS is required.
Packit 8a864e
Packit 8a864e
2004-06-09  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* include/MessageReporter.h: Add missing return; (thanks to Marcus
Packit 8a864e
	Meissner).
Packit 8a864e
	* lib/URLStorage.cxx (open): Likewise.
Packit 8a864e
Packit 8a864e
2004-05-23 01:57  Bjoern Hoehrmann  <bjoern@hoehrmann.de>
Packit 8a864e
Packit 8a864e
	* SP.dsw, msggen.pl.in, sp-generate.mak, include/Message.h,
Packit 8a864e
	  include/MessageReporter.h, include/config.h.old.in,
Packit 8a864e
	  lib/MessageTable.cxx, lib/lib.dsp: Win32 patch, see
Packit 8a864e
	  http://lists.w3.org/Archives/Public/www-archive/2004Jan/0081.html
Packit 8a864e
Packit 8a864e
2004-04-09 04:14  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* spec.in: Merge "today" changelog entires into one entry (dunno
Packit 8a864e
	  what I was thinking).
Packit 8a864e
Packit 8a864e
2004-04-09 03:58  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* spec.in: Merging in spec file changes from HEAD; add man pages to
Packit 8a864e
	  %files section and change the *.mo files to include the library
Packit 8a864e
	  major revision.
Packit 8a864e
Packit 8a864e
2004-04-09 03:54  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* spec.in: Adding man pages to the %files section for the OpenSP
Packit 8a864e
	  package.
Packit 8a864e
Packit 8a864e
2004-04-09 03:51  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* spec.in: Use _datadir macro for doc files; merged from
Packit 8a864e
	  opensp_1_5_branch, change by Karl Eichwalder and Ville Skytta.
Packit 8a864e
Packit 8a864e
2004-04-09 03:38  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* spec.in: Tweak names of l10n/*.mo files in the %files section.
Packit 8a864e
	  These seem to get the library's major revision appended to the
Packit 8a864e
	  basename for some reason.
Packit 8a864e
Packit 8a864e
2004-01-16  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* include/RangeMap.cxx: Include "constant.h" to make it compile
Packit 8a864e
	with GCC 3.4 (thanks to Marcus Meissner).
Packit 8a864e
Packit 8a864e
2003-11-03  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* po/LINGUAS (Tag): Add 'tr'
Packit 8a864e
	* po/tr.po (Tag): New file from
Packit 8a864e
	http://www.iro.umontreal.ca/~gnutra/maint/sp/ .
Packit 8a864e
	* po/de.po (Tag): Update from
Packit 8a864e
	http://www.iro.umontreal.ca/~gnutra/maint/sp/ .
Packit 8a864e
	* po/fr.po (Tag): Likewise.
Packit 8a864e
Packit 8a864e
2003-10-19  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* tests/onsgmls-2: New file.  Test --restricted and --directory= .
Packit 8a864e
Packit 8a864e
	* tests/Makefile.am (TESTS): Add onsgmls-2.
Packit 8a864e
Packit 8a864e
2003-10-10  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* Makefile.am (pkgdoc_DATA): Add BUGS.
Packit 8a864e
Packit 8a864e
	* BUGS: New file.
Packit 8a864e
Packit 8a864e
	* tests/Makefile.am (TESTS_ENVIRONMENT): Add
Packit 8a864e
	../sgmlnorm:../sx:../spent:../spcat:../spam to PATH.
Packit 8a864e
Packit 8a864e
2003-09-14 08:26  Neil Roeth
Packit 8a864e
Packit 8a864e
	  Make sure DESTDIR is handled correctly in po/Makefile
Packit 8a864e
Packit 8a864e
2003-09-13 08:48  Ian Castle <ian.castle@openjade.org>
Packit 8a864e
Packit 8a864e
	* Add ospcat man page
Packit 8a864e
Packit 8a864e
2003-09-03  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* Add testsuite from opensp_1_5_tests_branch.
Packit 8a864e
Packit 8a864e
2003-08-31 12:09  Jessica Perry Hekman
Packit 8a864e
Packit 8a864e
	  Add new options (-x preserve-case, -x no-overwrite ) to osx
Packit 8a864e
Packit 8a864e
	  preserve-case:
Packit 8a864e
Packit 8a864e
	  Preserve casing as specified in the DTD for element names;
Packit 8a864e
	  attribute names; attribute values which are token lists.
Packit 8a864e
Packit 8a864e
	  no-overwrite:
Packit 8a864e
Packit 8a864e
	  When preserving internal or external entities, multiple output
Packit 8a864e
	  files will be written.  If this option is specified, do not
Packit 8a864e
	  overwrite existing files; instead, attempt to append a number to
Packit 8a864e
	  the end of the original filename to create a unique filename.
Packit 8a864e
	  Exit with an error if too many (100) such files already exist.
Packit 8a864e
Packit 8a864e
2003-08-30 11:54  Neil Roeth
Packit 8a864e
Packit 8a864e
	  Build Infrastructure/Localisation Changes
Packit 8a864e
Packit 8a864e
	  The change is to add versions to the translations so that
Packit 8a864e
	  multiple versions of libosp, i.e., with different SONAMEs, can
Packit 8a864e
	  exist simultaneously without stomping on each other's files.
Packit 8a864e
Packit Service 46b88d
	  Without this, the Debian package would not upgrade properly. 
Packit 8a864e
	  Since the next release will require a new SONAME (recent changes
Packit 8a864e
	  made the ABI different), it makes sense to include this change in
Packit 8a864e
	  the next release.
Packit 8a864e
Packit 8a864e
	  I accomplished the versioning by adding a version number to
Packit 8a864e
	  SP_MESSAGE_DOMAIN, and it made sense to use the library SONAME
Packit Service 46b88d
	  for that.  So, I created a new variable in configure.in called
Packit 8a864e
	  SP_LIBOSP_CUR to be the "current" part of the SONAME, and used
Packit 8a864e
	  that in SP_MESSAGE_DOMAIN, and also referenced that in
Packit 8a864e
	  lib/Makefile to to actually set the SONAME.
Packit 8a864e
Packit 8a864e
2003-08-30 09:56  Peter O'Gorman
Packit 8a864e
Packit 8a864e
	  Fix for Mac OS X/Darwin compiliation.
Packit 8a864e
Packit 8a864e
2003-08-30 09:26  Nick Kew
Packit 8a864e
Packit 8a864e
	  MessageReporter: to enable selection of [XML|TRADITIONAL|NONE] at
Packit 8a864e
	  run time.
Packit 8a864e
Packit 8a864e
	  The message format can now be set at run time using the
Packit 8a864e
	  environment variable	  SP_MESSAGE_FORMAT e.g.	  export
Packit 8a864e
	  SP_MESSAGE_FORMAT=XML
Packit 8a864e
Packit 8a864e
	  ParserEventGeneratorKit: enable Liam's restrictFileReading from
Packit 8a864e
	  the "generic API".
Packit 8a864e
Packit 8a864e
	  Improvements to http:// support. Allow http redirection.  The
Packit 8a864e
	  User-Agent: header can be specified by the environment variable
Packit 8a864e
	  SP_HTTP_USER_AGENT It defaults to "libosp 1.5" if not set.  The
Packit 8a864e
	  environment variable SP_HTTP_ACCEPT can contain the argument to
Packit 8a864e
	  the Accept: header (was hard coded as "Accept: */*"). There is no
Packit 8a864e
	  default, so to obtain the same behaviour do	export
Packit 8a864e
	  SP_HTTP_ACCEPT="*/*"
Packit 8a864e
Packit 8a864e
2003-07-17 19:41  Patrick Smith
Packit 8a864e
Packit 8a864e
	* Make opensp compile with gcc 3.3
Packit 8a864e
Packit 8a864e
2003-07-17 19:16  Jessica Perry Hekman
Packit 8a864e
Packit 8a864e
	* Fixed bug reported by Neil Roeth: nested entities were being
Packit 8a864e
	  mishandled; also sdata entities were being misquoted; note,
Packit 8a864e
	  modified outputData to have additional argument, and added
Packit 8a864e
	  getQuoteMark method
Packit 8a864e
Packit 8a864e
	* added contents() for use by osx
Packit 8a864e
Packit 8a864e
	* added asInternalInputSource for use by osx
Packit 8a864e
Packit 8a864e
2003-05-08 16:57  Jessica Perry Hekman
Packit 8a864e
Packit 8a864e
	* New command line argument
Packit 8a864e
Packit 8a864e
	* Warn before removing leading slashes in output file pathnames,
Packit 8a864e
	  and remove them; added no-write-outside-outdir to request
Packit 8a864e
	  exiting instead of writing output file outside (above) output
Packit 8a864e
	  directory
Packit 8a864e
Packit 8a864e
2003-04-29 22:08  Jessica Perry Hekman
Packit 8a864e
Packit 8a864e
	* handle schemes such as http://
Packit 8a864e
	  correctly in external entity filenames
Packit 8a864e
Packit 8a864e
2003-02-10 21:05  Jessica Perry Hekman
Packit 8a864e
Packit 8a864e
	* - include appropriate quotation marks in entity declarations
Packit 8a864e
	  - print correct output filenames for external entity files in
Packit 8a864e
	    driver file
Packit 8a864e
	  - print correct output directory name in for driver files in
Packit 8a864e
	    internal subset
Packit 8a864e
	  - create directories where needed when writing files
Packit 8a864e
	  - output all under output directory, even absolute
Packit 8a864e
	    filenames
Packit 8a864e
	  - don't define predefined entities (like lt)
Packit 8a864e
Packit 8a864e
2002-12-01  Karl Eichwalder  <ke@suse.de>
Packit 8a864e
Packit 8a864e
	* doc/Makefile.am (docdir): Set to $(datadir)/doc.
Packit 8a864e
	* doc/Makefile.am (pkgdochtmldir): New variable; set to
Packit 8a864e
	$(pkgdocdir)/doc to make it compatible with description in README.
Packit 8a864e
	* doc/Makefile.am (pkgdochtml_DATA): Use it instead of
Packit 8a864e
	pkgdoc_DATA.
Packit 8a864e
	* spec.in: Change it accordingly.
Packit Service 46b88d
	Reported by Ville Skyttä.
Packit 8a864e
Packit 8a864e
	* include/Makefile.am (EXTRA_DIST): Add NCVector.sed.
Packit 8a864e
	* include/NCVector.sed: Add it; required by sunfix.sh.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/ospam.xml: file ospam.xml was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/logo.png: file logo.png was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/: .cvsignore, Makefile, jadetex.cfg, logo.png,
Packit 8a864e
	onsgmls.xml, osgmlnorm.xml, ospam.xml, ospent.xml, osx.xml,
Packit 8a864e
	releasenotes.dsl, releasenotes.xml: Documentation
Packit 8a864e
	
Packit 8a864e
	Added manual pages and release notes
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/releasenotes.xml: file releasenotes.xml was initially
Packit 8a864e
	added on branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/.cvsignore: file .cvsignore was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/Makefile: file Makefile was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/jadetex.cfg: file jadetex.cfg was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/osx.xml: file osx.xml was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/releasenotes.dsl: file releasenotes.dsl was initially
Packit 8a864e
	added on branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/osgmlnorm.xml: file osgmlnorm.xml was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/ospent.xml: file ospent.xml was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 17:04  icastle
Packit 8a864e
Packit 8a864e
	* docsrc/onsgmls.xml: file onsgmls.xml was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 09:48  icastle
Packit 8a864e
Packit 8a864e
	* po/fr.po: file fr.po was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-11-24 09:48  icastle
Packit 8a864e
Packit 8a864e
	* po/: LINGUAS, de.po, fr.po, ja.po, sv.po: Updated translation
Packit 8a864e
	files (.po). Translation file for "fr" added.
Packit 8a864e
	
Packit 8a864e
	The files are held at the "Translation Project"
Packit 8a864e
	
Packit 8a864e
	http://www.iro.umontreal.ca/contrib/po/HTML/index.html
Packit 8a864e
	
Packit 8a864e
	The textual domain for OpenSP is "sp".
Packit 8a864e
	
Packit 8a864e
	The French (fr) translation has been contributed by Michel
Packit 8a864e
	Robitaille The German (de) translation has been updated for 1.5 by
Packit 8a864e
	Karl Eichwalder
Packit 8a864e
Packit 8a864e
2002-11-23 18:18  icastle
Packit 8a864e
Packit 8a864e
	* configure.in: Make sure compiler doesn't emit warnings when
Packit 8a864e
	compiling openjade 1.3.2 with the config.h file
Packit 8a864e
Packit 8a864e
2002-11-23 15:05  icastle
Packit 8a864e
Packit 8a864e
	* nsgmls/: NsgmlsMessages.msg, nsgmls.cxx: "-m" is an alias for
Packit 8a864e
	"-c". As such, it needs to take a SYSID as a parameter, otherwise
Packit 8a864e
	it will crash.
Packit 8a864e
Packit 8a864e
2002-11-22 18:08  icastle
Packit 8a864e
Packit 8a864e
	* doc/index.htm: Correct URLS (download, mailing list etc).
Packit 8a864e
	
Packit 8a864e
	Ref: Source Forge Patch #641163 (Karl Eichwalder).
Packit 8a864e
Packit 8a864e
2002-11-16 07:46  icastle
Packit 8a864e
Packit 8a864e
	* Makefile.am: Make sure docdir is in a structure like /usr/share
Packit 8a864e
	instead of /usr for LSB compliance etc.
Packit 8a864e
Packit 8a864e
2002-11-16 00:14  icastle
Packit 8a864e
Packit 8a864e
	* Makefile.am: Add config.rpath
Packit 8a864e
Packit 8a864e
2002-11-15 18:25  icastle
Packit 8a864e
Packit 8a864e
	* NEWS, config.rpath, configure.in: Add config.rpath from/for
Packit 8a864e
	gettext. Update NEWS and configure.in
Packit 8a864e
Packit 8a864e
2002-11-15 18:25  icastle
Packit 8a864e
Packit 8a864e
	* config.rpath: file config.rpath was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-08-23 02:14  liamquinn
Packit 8a864e
Packit 8a864e
	* doc/nsgmls.htm, doc/sgmlnorm.htm, doc/spam.htm, doc/spcat.htm,
Packit 8a864e
	doc/spent.htm, doc/sx.htm, include/EntityApp.h,
Packit 8a864e
	include/PosixStorage.h, lib/EntityApp.cxx,
Packit 8a864e
	lib/EntityAppMessages.msg, lib/PosixStorage.cxx: Added a new
Packit 8a864e
	command-line option, -R or --restricted, to restrict file reading
Packit 8a864e
	(intended for use in OpenSP-based Web applications).
Packit 8a864e
Packit 8a864e
2002-07-10 17:08  icastle
Packit 8a864e
Packit 8a864e
	* configure.in: Make sure that SP_MULTI_BYTE is set by default
Packit 8a864e
	(reverts mistake in previous commit).
Packit 8a864e
Packit 8a864e
2002-07-08 06:14  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* lib/ParserMessages.msg: Demote duplicateAttributeDef from Error
Packit 8a864e
	to Warning. This closes SF Bug Tracker bug #578543.
Packit 8a864e
Packit 8a864e
2002-07-07 17:42  Terje Bless  <link@pobox.com>
Packit 8a864e
Packit 8a864e
	* pubtext/xml.dcl: Update to canonical SGML Declaration for XML
Packit 8a864e
	from the W3C. Changes ISO Registration number for the BASESET from
Packit 8a864e
	176 (UCS-2) to 177 (UCS-4).  UCS-2 only allows 2^16 code points;
Packit 8a864e
	UCS-4 allows the full 2^31.
Packit 8a864e
Packit 8a864e
2002-06-13 21:16  icastle
Packit 8a864e
Packit 8a864e
	* NEWS, doc/sx.htm, sx/XmlOutputEventHandler.cxx,
Packit 8a864e
	sx/XmlOutputEventHandler.h, sx/sx.cxx: Added a -x command line
Packit 8a864e
	option to osx, which allows users to say whether they want sdata
Packit 8a864e
	entities transformed into PIs or treated like normal entities (the
Packit 8a864e
	default is the latter, which is how osx always behaved before these
Packit 8a864e
	changes). Contributed by Jessica Hekman.
Packit 8a864e
Packit 8a864e
2002-06-13 12:45  icastle
Packit 8a864e
Packit 8a864e
	* .cvsignore, NEWS, acconfig.h, configure.in: More work on upgrade
Packit 8a864e
	to newer autoconf etc.
Packit 8a864e
	
Packit 8a864e
	Remove obsolete acconfig.h. Update .cvsignore for new files/dir
Packit 8a864e
	created by new autoconf tools. Change the version number.
Packit 8a864e
	
Packit 8a864e
	Need to be careful that config.h.in hasn't been perturbed by the
Packit 8a864e
	changes....
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/gmo.h: file gmo.h was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/dcigettext.c: file dcigettext.c was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/ref-del.sin: file ref-del.sin was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/plural.c: file plural.c was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/osdep.c: file osdep.c was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/libgnuintl.h: file libgnuintl.h was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/ref-add.sin: file ref-add.sin was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/plural.y: file plural.y was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/localename.c: file localename.c was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/localcharset.c: file localcharset.c was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/os2compat.c: file os2compat.c was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/os2compat.h: file os2compat.h was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* po/LINGUAS: file LINGUAS was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/eval-plural.h: file eval-plural.h was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/dcngettext.c: file dcngettext.c was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/dngettext.c: file dngettext.c was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/locale.alias: file locale.alias was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/ngettext.c: file ngettext.c was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/plural-exp.h: file plural-exp.h was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/plural-exp.c: file plural-exp.c was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/COPYING.LIB-2.0: file COPYING.LIB-2.0 was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/config.charset: file config.charset was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* intl/COPYING.LIB-2.1: file COPYING.LIB-2.1 was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-06-12 13:43  icastle
Packit 8a864e
Packit 8a864e
	* configure.in, intl/COPYING.LIB-2.0, intl/COPYING.LIB-2.1,
Packit 8a864e
	intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c,
Packit 8a864e
	intl/cat-compat.c, intl/config.charset, intl/dcgettext.c,
Packit 8a864e
	intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c,
Packit 8a864e
	intl/dngettext.c, intl/eval-plural.h, intl/explodename.c,
Packit 8a864e
	intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h,
Packit 8a864e
	intl/gmo.h, intl/hash-string.h, intl/intl-compat.c,
Packit 8a864e
	intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h,
Packit 8a864e
	intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c,
Packit 8a864e
	intl/localcharset.c, intl/locale.alias, intl/localealias.c,
Packit 8a864e
	intl/localename.c, intl/ngettext.c, intl/os2compat.c,
Packit 8a864e
	intl/os2compat.h, intl/osdep.c, intl/plural-exp.c,
Packit 8a864e
	intl/plural-exp.h, intl/plural.c, intl/plural.y,
Packit 8a864e
	intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin,
Packit 8a864e
	intl/textdomain.c, intl/xopen-msg.sed, po/LINGUAS: Upgrade autoconf
Packit 8a864e
	framework
Packit 8a864e
	
Packit 8a864e
	In the absence of a nice set of portability tools to cope with
Packit 8a864e
	different versions of autoconf, automake etc.;-) upgrade to	
Packit 8a864e
	autoconf-2.53	automake-1.5	gettext-0.11.1	libtool-1.4.2
Packit 8a864e
	
Packit 8a864e
	Hopefully, this will reduce the problems people have had recently
Packit 8a864e
	when building from CVS
Packit 8a864e
	
Packit 8a864e
	- Run autoupgrade on configure.in.  - update the built-in "intl" to
Packit 8a864e
	version 0.11.  - no longer need to define extra commands to handle
Packit 8a864e
	POFILE substitution   in configure.  - Use "LINGUAS" file in the
Packit 8a864e
	"po" directory rather than in ALL_LINGUAS in   the configure.in as
Packit 8a864e
	this is the modern way of doing it (allows support   for multiple
Packit 8a864e
	po directories in the project).
Packit 8a864e
Packit 8a864e
2002-06-10 18:22  icastle
Packit 8a864e
Packit 8a864e
	* configure.in: LIBOBJS is obsolete in autoconf 2.53. As it isn't
Packit 8a864e
	used, the simplest thing is to remove it.
Packit 8a864e
Packit 8a864e
2002-04-13 13:48  icastle
Packit 8a864e
Packit 8a864e
	* NEWS, include/ArcEngine.h, lib/ArcEngine.cxx: architecture public
Packit 8a864e
	id reporting
Packit 8a864e
	
Packit 8a864e
	Ref: Sourceforge #532322, Peter Newcomb, Epremis
Packit 8a864e
	
Packit 8a864e
	Adds the architecture public id to the information passed to
Packit 8a864e
	implementations of ArcDirector. This is especially important when
Packit 8a864e
	using the PI-based architecture use declaration syntax, since there
Packit 8a864e
	may be no Notation object from which to get the information.
Packit 8a864e
Packit 8a864e
2002-04-13 13:19  icastle
Packit 8a864e
Packit 8a864e
	* AUTHORS, NEWS, include/Mode.h, include/SgmlParser.h,
Packit 8a864e
	lib/ArcEngine.cxx, lib/ArcEngineMessages.msg, lib/ArcProcessor.h,
Packit 8a864e
	lib/MessageReporter.cxx, lib/ModeInfo.cxx, lib/Parser.h,
Packit 8a864e
	lib/ParserState.h, lib/parseAttribute.cxx, lib/parseDecl.cxx,
Packit 8a864e
	lib/parseInstance.cxx, lib/parseMode.cxx: PI architecture
Packit 8a864e
	declaration support
Packit 8a864e
	
Packit 8a864e
	Ref: Sourceforge #532318, Peter Newcomb, Epremis (patch #19689)
Packit 8a864e
	
Packit 8a864e
	Adds support for the PI-based architecture use declaration syntax
Packit 8a864e
	defined by Amendment 1 to ISO/IEC 10744:1997 (HyTime). This makes
Packit 8a864e
	it possible to specify architectural support attributes when using
Packit 8a864e
	architectures with XML, and is generally simpler than the original
Packit 8a864e
	syntax. See http://www.ornl.gov/sgml/wg8/document/1985.htm for
Packit 8a864e
	details.  This patch also makes it possible to, and provides an
Packit 8a864e
	example of how to, use the exisiting attribute specification
Packit 8a864e
	parsing machinery to process attribute specifications within
Packit 8a864e
	processing instructions.
Packit 8a864e
Packit 8a864e
2002-04-13 12:57  icastle
Packit 8a864e
Packit 8a864e
	* include/MessageFormatter.h: MessageFormatter::Builder private
Packit 8a864e
	
Packit 8a864e
	Ref: Source Forge #532046, Peter Newcomb, Epremis
Packit 8a864e
	
Packit 8a864e
	XMLMessageFormatter::formatMessage() needs to instantiate a
Packit 8a864e
	MessageFormatter::Builder, but cannot because Builder is private.
Packit 8a864e
	This patch adds makes Builder protected instead of private.
Packit 8a864e
	
Packit 8a864e
	This problem crops up with Red Hat gcc 2.96
Packit 8a864e
Packit 8a864e
2002-04-13 12:53  icastle
Packit 8a864e
Packit 8a864e
	* lib/ArcEngine.cxx: defaulting invalid arc att segfault fix
Packit 8a864e
	
Packit 8a864e
	Ref: Sourceforge patch #530152
Packit 8a864e
	
Packit 8a864e
	Fixes a segfault that occurred when an attempt was made to map a
Packit 8a864e
	nonexistent architectural attribute to #DEFAULT.
Packit 8a864e
Packit 8a864e
2002-04-13 12:41  icastle
Packit 8a864e
Packit 8a864e
	* NEWS, doc/sx.htm, include/Event.h, include/OutputByteStream.h,
Packit 8a864e
	include/OutputCharStream.h, include/Owner.h, include/Vector.h,
Packit 8a864e
	lib/Event.cxx, lib/ParserState.cxx, sx/XmlOutputEventHandler.cxx,
Packit 8a864e
	sx/XmlOutputEventHandler.h, sx/XmlOutputMessages.msg, sx/sx.cxx:
Packit 8a864e
	Various enhancements to osx from Jessica Perry Hekman, Dynamic
Packit 8a864e
	Diagrams
Packit 8a864e
Packit 8a864e
2002-03-16 08:55  icastle
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am: Read the libtool manual and work out the
Packit 8a864e
	"correct" rules for bumping the library version
Packit 8a864e
Packit 8a864e
2002-03-15 15:56  icastle
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am: Bump version number as API has changed with new
Packit 8a864e
	Message Module capability
Packit 8a864e
Packit 8a864e
2002-03-15 11:57  icastle
Packit 8a864e
Packit 8a864e
	* include/MessageModule.h: file MessageModule.h was initially added
Packit 8a864e
	on branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-03-15 11:57  icastle
Packit 8a864e
Packit 8a864e
	* include/MessageModule.h: Extensible message modules
Packit 8a864e
	
Packit 8a864e
	In order to support Windows applications that use DLLs that use
Packit 8a864e
	SP's DLL, where the intervening DLLs also define messages to be
Packit 8a864e
	used with the SP message handling infrastructure, this patch
Packit 8a864e
	reworks the way in which MessageFragments identify the module
Packit 8a864e
	within which their text resides by replacing the (libModule,
Packit 8a864e
	appModule, xModule) enumeration with a pointer to a global, opaque
Packit 8a864e
	MessageModule object. This MessageModule object then contains
Packit 8a864e
	whatever data is needed to identify sets of text resources on the
Packit 8a864e
	host system, e.g. an HINSTANCE DLL handle under Windows, or a
Packit 8a864e
	message domain string for gettext.
Packit 8a864e
	
Packit 8a864e
	Only the implementation of the message handling infrastructure is
Packit 8a864e
	changed; use of the patch does require regeneration of .h and .cxx
Packit 8a864e
	files from .msg files and recompilation of everything, its general
Packit 8a864e
	usage does not change.
Packit 8a864e
	
Packit 8a864e
	Ref: Peter Newcomb, Epremis Corp. Source Forge patch #530161
Packit 8a864e
Packit 8a864e
2002-03-15 11:53  icastle
Packit 8a864e
Packit 8a864e
	* AUTHORS, NEWS, msggen.pl.in, include/Makefile.am,
Packit 8a864e
	include/Message.h, include/MessageTable.h, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/Message.cxx, lib/MessageTable.cxx: Extensible message modules
Packit 8a864e
	
Packit 8a864e
	In order to support Windows applications that use DLLs that use
Packit 8a864e
	SP's DLL, where the intervening DLLs also define messages to be
Packit 8a864e
	used with the SP message handling infrastructure, this patch
Packit 8a864e
	reworks the way in which MessageFragments identify the module
Packit 8a864e
	within which their text resides by replacing the (libModule,
Packit 8a864e
	appModule, xModule) enumeration with a pointer to a global, opaque
Packit 8a864e
	MessageModule object. This MessageModule object then contains
Packit 8a864e
	whatever data is needed to identify sets of text resources on the
Packit 8a864e
	host system, e.g. an HINSTANCE DLL handle under Windows, or a
Packit 8a864e
	message domain string for gettext.
Packit 8a864e
	
Packit 8a864e
	Only the implementation of the message handling infrastructure is
Packit 8a864e
	changed; use of the patch does require regeneration of .h and .cxx
Packit 8a864e
	files from .msg files and recompilation of everything, its general
Packit 8a864e
	usage does not change.
Packit 8a864e
	
Packit 8a864e
	Ref: Peter Newcomb, Epremis Corp. Source Forge patch #530161
Packit 8a864e
Packit 8a864e
2002-03-15 10:15  icastle
Packit 8a864e
Packit 8a864e
	* include/constant.h: Include types.h in constant.h
Packit 8a864e
	
Packit 8a864e
	Allows "constant.h" to be independently included by source files by
Packit 8a864e
	making explicit its dependency on "types.h".
Packit 8a864e
	
Packit 8a864e
	Ref: Peter Newcomb, Epremis Corporation, Source Forge patch #530157
Packit 8a864e
Packit 8a864e
2002-03-15 10:12  icastle
Packit 8a864e
Packit 8a864e
	* include/CmdLineApp.h: main() missing extern "C" fix
Packit 8a864e
	
Packit 8a864e
	Adds missing `extern "C"' to non-multi-byte main() definition macro
Packit 8a864e
	in "CmdLineApp.h".
Packit 8a864e
	
Packit 8a864e
	Ref: Peter Newcomb, Epremis Corporation, Source Forge patch #530158
Packit 8a864e
Packit 8a864e
2002-03-15 10:10  icastle
Packit 8a864e
Packit 8a864e
	* include/Entity.h: Makes PiEntity a part of the public API.
Packit 8a864e
	
Packit 8a864e
	Ref: Peter Newcomb, Epremis Corporation, Source Forge patch #530154
Packit 8a864e
Packit 8a864e
2002-03-15 10:00  icastle
Packit 8a864e
Packit 8a864e
	* lib/ArcEngine.cxx: Fixes cut-and-paste error that made undeclared
Packit 8a864e
	architectural DTD general entities reported as if they were
Packit 8a864e
	expected to be parameter entities.
Packit 8a864e
	
Packit 8a864e
	Ref: Peter Newcomb, Epremis Corporation, SourceForge Patch #530150
Packit 8a864e
Packit 8a864e
2002-03-14 17:50  icastle
Packit 8a864e
Packit 8a864e
	* configure.in: Revert change to package name opensp -> OpenSP. It
Packit 8a864e
	may look nicer but it is too gratuitous a change - affects external
Packit 8a864e
	interfaces etc.
Packit 8a864e
Packit 8a864e
2002-03-14 13:33  icastle
Packit 8a864e
Packit 8a864e
	* nsgmls/Makefile.am: Add new header file nsgmls.h
Packit 8a864e
Packit 8a864e
2002-03-14 12:35  icastle
Packit 8a864e
Packit 8a864e
	* nsgmls/nsgmls.h: Add new output options "all" and "version" to
Packit 8a864e
	onsgmls
Packit 8a864e
	
Packit 8a864e
	--option=all --option=version
Packit 8a864e
	
Packit 8a864e
	Option "all" is shorthand to turn on all available options
Packit 8a864e
	
Packit 8a864e
	Option "version" causes details of onsgmls to be output under a new
Packit Service 46b88d
	output code "V".  A version line and a mini-report of features will
Packit Service 46b88d
	be  utput.  For example (p=package, v=version, c=possible codes,
Packit 8a864e
	o=output options):
Packit 8a864e
	
Packit 8a864e
	Vp opensp Vv 1.5pre7 Vc -?C#()&ADaNEISTps{}fLie_oV Vo esis line
Packit 8a864e
	entity id included notation-sysid nonsgml empty data-attribute
Packit 8a864e
	comment omitted tagomit attromit version
Packit 8a864e
	
Packit 8a864e
	Robert Braddock notes "I think this will be useful, based on
Packit 8a864e
	working on (Perl tools) SGMLSpm and XML::Parser::ESISParser, to
Packit Service 46b88d
	help applications know what kind of info they'll be getting. 
Packit 8a864e
	Ideally, the "Vc" line would only list commands that might be
Packit 8a864e
	issued, but right now, I just have it list all commands the onsgmls
Packit 8a864e
	knows about. I'm not particularly happy with this change, because I
Packit 8a864e
	needed to split out a couple things from nsgmls.cxx and make a
Packit 8a864e
	nsgmls.h to keep down the duplication of lists of options, but it's
Packit 8a864e
	not clear to me the best way to lay things out (and I think that
Packit 8a864e
	needs to be found before there will be a clean way to reduce the Vc
Packit 8a864e
	line)."
Packit 8a864e
	
Packit 8a864e
	Ref: Robert Braddock, Source Forge patch #476642
Packit 8a864e
Packit 8a864e
2002-03-14 12:35  icastle
Packit 8a864e
Packit 8a864e
	* nsgmls/nsgmls.h: file nsgmls.h was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-03-14 11:26  icastle
Packit 8a864e
Packit 8a864e
	* nsgmls/: SgmlsEventHandler.cxx, SgmlsEventHandler.h, nsgmls.cxx:
Packit 8a864e
	Add new output options "all" and "version" to onsgmls
Packit 8a864e
	
Packit 8a864e
	--option=all --option=version
Packit 8a864e
	
Packit 8a864e
	Option "all" is shorthand to turn on all available options
Packit 8a864e
	
Packit 8a864e
	Option "version" causes details of onsgmls to be output under a new
Packit 8a864e
	output code "V".  A version line and a mini-report of features will
Packit 8a864e
	be  utput.  For example (p=package, v=version, c=possible codes,
Packit 8a864e
	o=output options):
Packit 8a864e
	
Packit 8a864e
	Vp opensp Vv 1.5pre7 Vc -?C#()&ADaNEISTps{}fLie_oV Vo esis line
Packit 8a864e
	entity id included notation-sysid nonsgml empty data-attribute
Packit 8a864e
	comment omitted tagomit attromit version
Packit 8a864e
	
Packit 8a864e
	Robert Braddock notes "I think this will be useful, based on
Packit 8a864e
	working on (Perl tools) SGMLSpm and XML::Parser::ESISParser, to
Packit 8a864e
	help applications know what kind of info they'll be getting. 
Packit 8a864e
	Ideally, the "Vc" line would only list commands that might be
Packit 8a864e
	issued, but right now, I just have it list all commands the onsgmls
Packit 8a864e
	knows about. I'm not particularly happy with this change, because I
Packit 8a864e
	needed to split out a couple things from nsgmls.cxx and make a
Packit 8a864e
	nsgmls.h to keep down the duplication of lists of options, but it's
Packit 8a864e
	not clear to me the best way to lay things out (and I think that
Packit 8a864e
	needs to be found before there will be a clean way to reduce the Vc
Packit 8a864e
	line)."
Packit 8a864e
	
Packit 8a864e
	Ref: Robert Braddock, Source Forge patch #476642
Packit 8a864e
Packit 8a864e
2002-03-14 11:08  icastle
Packit 8a864e
Packit 8a864e
	* nsgmls/: SgmlsEventHandler.cxx, SgmlsEventHandler.h: Simple
Packit 8a864e
	onsgmls char type changes
Packit 8a864e
	
Packit 8a864e
	Some minor changes to character typing, and move all character
Packit 8a864e
	constants to const variables. (This is desirable because it
Packit 8a864e
	simplifies working on wide character support and it looks nice.  It
Packit 8a864e
	also removes a FIXME, which is probably good.)
Packit 8a864e
	
Packit 8a864e
	Ref: Robert Braddock, sourceforge patch #476606
Packit 8a864e
Packit 8a864e
2002-03-14 10:57  icastle
Packit 8a864e
Packit 8a864e
	* lib/UTF8CodingSystem.cxx: Accept Byte Order Marks as valid XML
Packit 8a864e
	
Packit 8a864e
	Ref: Source Forge #442560 (Terje Bless/Liam Quinn)
Packit 8a864e
	
Packit 8a864e
	Determination of Character Encoding of an XML file brought in line
Packit 8a864e
	with Second Edition XML 1.0 Specification (REC-xml-20001006) - Byte
Packit 8a864e
	Order Marks now accepted as valid XML in UTF8 encoded documents.
Packit 8a864e
Packit 8a864e
2002-03-14 10:37  icastle
Packit 8a864e
Packit 8a864e
	* lib/lib.dsp: Update from jade RELEASE-1_3 branch.
Packit 8a864e
	
Packit 8a864e
	Win32: Can't use precompiled header when header file is not
Packit 8a864e
	included...
Packit 8a864e
Packit 8a864e
2002-03-14 10:34  icastle
Packit 8a864e
Packit 8a864e
	* include/config.h.old.in: Update from jade RELEASE-1_3 branch.
Packit 8a864e
	
Packit 8a864e
	Support for new std namespace in GNU C++ >= 2.9
Packit 8a864e
Packit 8a864e
2002-03-14 10:12  icastle
Packit 8a864e
Packit 8a864e
	* nsgmls/nsgmls.cxx: Update from jade RELEASE-1_3 branch.
Packit 8a864e
	
Packit 8a864e
	Better support for newer compilers
Packit 8a864e
	
Packit 8a864e
	Ref: Red Hat openjade-1.3-decl.patch
Packit 8a864e
Packit 8a864e
2002-03-14 08:47  icastle
Packit 8a864e
Packit 8a864e
	* configure.in: Updates for new versions of automake
Packit 8a864e
Packit 8a864e
2002-03-13 16:00  icastle
Packit 8a864e
Packit 8a864e
	* NEWS, configure.in: Update for 1.5-pre7. Also change package name
Packit 8a864e
	to "opensp" (looks more natural, consistent with previous releases
Packit 8a864e
	and most other things and best to avoid case signficance when
Packit 8a864e
	dealing with cross platform stuff.  And I like it this way).
Packit 8a864e
Packit 8a864e
2002-03-13 14:40  icastle
Packit 8a864e
Packit 8a864e
	* configure.in, include/CmdLineApp.h, include/MessageFormatter.h,
Packit 8a864e
	include/MessageReporter.h, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/MessageReporter.cxx: Add Nick Kew's option for producing
Packit 8a864e
	messages in XML format (taken from MAIN). Also add support for
Packit 8a864e
	configure to enable this with
Packit 8a864e
	
Packit 8a864e
	./configure --enable-xml-messages
Packit 8a864e
	
Packit 8a864e
	See http://valet.webthing.com/xml/ for some info about this
Packit 8a864e
	feature.
Packit 8a864e
Packit 8a864e
2002-03-13 13:43  icastle
Packit 8a864e
Packit 8a864e
	* configure.in, po/ja.po: Add Japanese Support contributed by SATO
Packit 8a864e
	Satoru (from MAIN branch)
Packit 8a864e
Packit 8a864e
2002-03-13 13:13  icastle
Packit 8a864e
Packit 8a864e
	* ChangeLog: file ChangeLog was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2002-03-13 13:13  icastle
Packit 8a864e
Packit 8a864e
	* ChangeLog: Add missing ChangeLog
Packit 8a864e
Packit 8a864e
2001-08-31 08:29  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS, configure.in: fix the wchar_t check; remove redundant
Packit 8a864e
	RANLIB check
Packit 8a864e
Packit 8a864e
2001-08-31 08:15  adicarlo
Packit 8a864e
Packit 8a864e
	* acconfig.h: autoconf 2.52 doesn't liek these silly error messages
Packit 8a864e
	I guess
Packit 8a864e
Packit 8a864e
2001-08-31 08:01  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, control: reburn this version; require
Packit 8a864e
	autoconf 2.52 or better
Packit 8a864e
Packit 8a864e
2001-08-31 08:00  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS, configure.in: require autoconf 2.52; remove reference to
Packit 8a864e
	OJ_CHECK_SIZEOF, which was causing autoheader to puke; if this
Packit 8a864e
	works ok, I'll remove the definition of that from acinclude.m4,
Packit 8a864e
	since I think it was just a temporary workaround for an autoconf
Packit 8a864e
	bug....
Packit 8a864e
Packit 8a864e
2001-08-31 07:25  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: burn 1.5pre5-4
Packit 8a864e
Packit 8a864e
2001-08-06 16:00  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, rules: libosp-dev now has proper depends on
Packit 8a864e
	libosp2 and opensp, modified patch from Yann Dirson; closes:
Packit 8a864e
	#107239
Packit 8a864e
Packit 8a864e
2001-07-30 05:51  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, control: 1.5pre5-3: fix missing build-depends
Packit 8a864e
	on gettext, closes: #105961
Packit 8a864e
Packit 8a864e
2001-07-10 21:07  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, control, rules: use dh_shlibdeps, remove some
Packit 8a864e
	hand-rolled stuff here which was unnecessary and in fact adding two
Packit 8a864e
	libosp deps on the opensp package, not to mention that it stopped
Packit 8a864e
	working
Packit 8a864e
Packit 8a864e
2001-07-10 17:03  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: uh, change version 1.5pre5-1.5pre6-1 to just
Packit 8a864e
	1.5pre5-2, the other seems like asking for trouble
Packit 8a864e
Packit 8a864e
2001-07-10 17:02  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: Debian version 1.5pre5-1.5pre6-1
Packit 8a864e
Packit 8a864e
2001-07-10 17:02  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS: trivial recent news
Packit 8a864e
Packit 8a864e
2001-07-10 17:00  adicarlo
Packit 8a864e
Packit 8a864e
	* Makefile.am: deal with the config.h in 'make dist' situation, I
Packit 8a864e
	hope
Packit 8a864e
Packit 8a864e
2001-07-10 16:58  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/rules: libtoolize --force during building; tolerate errors
Packit 8a864e
	in 'make maintainer-clean'
Packit 8a864e
Packit 8a864e
2001-07-10 16:57  adicarlo
Packit 8a864e
Packit 8a864e
	* nsgmls/nsgmls.cxx: fix for GCC 3.0 compilation, doesn't seem to
Packit 8a864e
	hurt the older GCCs (I hope!)
Packit 8a864e
Packit 8a864e
2001-07-10 06:44  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS: document Terje Bless's documentation improvements
Packit 8a864e
Packit 8a864e
2001-05-11 14:08  twaugh
Packit 8a864e
Packit 8a864e
	* po/ja.po: Japanese translations.
Packit 8a864e
Packit 8a864e
2001-03-19 17:01  adicarlo
Packit 8a864e
Packit 8a864e
	* doc/sysid.htm: more discussion of <osd>, thanks to Terje Bless
Packit 8a864e
Packit 8a864e
2001-03-19 16:39  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS: document gcc 2.96 fixes
Packit 8a864e
Packit 8a864e
2001-03-19 16:37  adicarlo
Packit 8a864e
Packit 8a864e
	* BUILDING, nsgmls/RastEventHandler.h: merged from HEAD (latest
Packit 8a864e
	head merge is opensp_1_5_branch_merged)
Packit 8a864e
Packit 8a864e
2001-03-17 10:34  adicarlo
Packit 8a864e
Packit 8a864e
	* configure.in: bump up to 1.5pre6
Packit 8a864e
Packit 8a864e
2001-02-22 21:42  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS, lib/URLStorage.cxx: Adapt SP patch from Liam Quinn that
Packit 8a864e
	adds a HTTP/1.0 Host header to HTTP requests. Necessary to fetch
Packit 8a864e
	DTDs specified in SYSTEM identifiers when the DTD resides on a
Packit 8a864e
	name-based "Virtual Host".  Thanks to 'tbe'.
Packit 8a864e
Packit 8a864e
2001-02-22 21:32  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, rules: hmm, it turns out that Debian wasn't
Packit 8a864e
	shipping the gettext files properly, oops
Packit 8a864e
Packit 8a864e
2001-02-22 21:30  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS, spec.in: RPM spec file updates and corrections from Terje
Packit 8a864e
	Bless
Packit 8a864e
Packit 8a864e
2001-02-19 06:08  adicarlo
Packit 8a864e
Packit 8a864e
	* msggen.pl.in: use @PERL@ setting here, thanks to Michael Wiedmann
Packit 8a864e
Packit 8a864e
2001-02-19 06:04  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: prepare 1.5pre5-1
Packit 8a864e
Packit 8a864e
2001-02-19 06:03  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/rules: do make clean, then make maintainer clean
Packit 8a864e
Packit 8a864e
2001-02-10 08:28  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: prepare 1.5pre5-1
Packit 8a864e
Packit 8a864e
2001-02-10 08:20  adicarlo
Packit 8a864e
Packit 8a864e
	* configure.in: version bumped to 1.5pre5
Packit 8a864e
Packit 8a864e
2001-02-09 23:22  adicarlo
Packit 8a864e
Packit 8a864e
	* lib/Mutex.h: #include <pthread.h> now put outside of
Packit 8a864e
	SP_NAMESPACE; patch from Robert Braddock
Packit 8a864e
Packit 8a864e
2001-02-09 23:18  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/rules: make some rules depends on 'Makefile', and use that
Packit 8a864e
Packit 8a864e
2001-02-09 23:17  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/control: libosp2 goes in libs (override disparity);
Packit 8a864e
	libosp-dev goes in devel (request change from text, mail sent to
Packit 8a864e
	override-change@debian.org)
Packit 8a864e
Packit 8a864e
2001-02-09 23:15  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS, doc/nsgmls.htm, doc/sgmlsout.htm,
Packit 8a864e
	nsgmls/SgmlsEventHandler.cxx, nsgmls/SgmlsEventHandler.h,
Packit 8a864e
	nsgmls/nsgmls.cxx: New -output options: comment, omitted, tagomit
Packit 8a864e
	and attromit; this shows comments and implied elements and/or
Packit 8a864e
	attributes.  Patch from Robert Braddock.
Packit 8a864e
Packit 8a864e
2001-02-08 05:44  adicarlo
Packit 8a864e
Packit 8a864e
	* include/SubstTable.h: fix a c++ warning, warning: nsigned int
Packit 8a864e
	SubstTable::operator [](unsigned int) const' was used before it was
Packit 8a864e
	declared inline
Packit 8a864e
Packit 8a864e
2001-02-08 03:19  adicarlo
Packit 8a864e
Packit 8a864e
	* configure.in: mere cosmetic
Packit 8a864e
Packit 8a864e
2001-02-03 02:42  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: clarify
Packit 8a864e
Packit 8a864e
2001-02-03 02:41  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: re-burn this
Packit 8a864e
Packit 8a864e
2001-01-31 09:41  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS: document autoconf fix
Packit 8a864e
Packit 8a864e
2001-01-31 09:40  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: prepare 1.5pre4-5
Packit 8a864e
Packit 8a864e
2001-01-31 09:39  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/rules: handle DEB_BUILD_OPTIONS
Packit 8a864e
Packit 8a864e
2001-01-31 09:39  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/control: update standards to 3.5.0
Packit 8a864e
Packit 8a864e
2001-01-31 09:36  adicarlo
Packit 8a864e
Packit 8a864e
	* configure.in: fix bug triggered on gcc 2.7.x at least, fixing
Packit 8a864e
	'checking whether to declare set_new_handler extern C'
Packit 8a864e
Packit 8a864e
2000-10-16 00:00  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS: oops, it would be 1.5pre5
Packit 8a864e
Packit 8a864e
2000-10-15 23:42  adicarlo
Packit 8a864e
Packit 8a864e
	* NEWS: reconstruct changes for a projected 1.5pre5 based on CVS
Packit 8a864e
	logs
Packit 8a864e
Packit 8a864e
2000-10-15 23:10  adicarlo
Packit 8a864e
Packit 8a864e
	* intl/: ChangeLog, Makefile.in, bindtextdom.c, cat-compat.c,
Packit 8a864e
	dcgettext.c, dgettext.c, explodename.c, finddomain.c, gettext.c,
Packit 8a864e
	gettext.h, gettextP.h, hash-string.h, l10nflist.c, libgettext.h,
Packit 8a864e
	loadinfo.h, loadmsgcat.c, localealias.c, textdomain.c: rerun
Packit 8a864e
	gettextize, gettting newer versions of intl stuff; all of this is
Packit 8a864e
	straight out of the gettext package w/o modification
Packit 8a864e
Packit 8a864e
2000-10-15 23:10  adicarlo
Packit 8a864e
Packit 8a864e
	* intl/l10nflist.c: file l10nflist.c was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-10-15 23:10  adicarlo
Packit 8a864e
Packit 8a864e
	* intl/ChangeLog: file ChangeLog was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-10-15 23:10  adicarlo
Packit 8a864e
Packit 8a864e
	* intl/loadinfo.h: file loadinfo.h was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-10-15 23:10  adicarlo
Packit 8a864e
Packit 8a864e
	* intl/explodename.c: file explodename.c was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-10-15 07:50  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/rules: put doc/*.htm in opensp doc dir (closes: Bug#68002)
Packit 8a864e
Packit 8a864e
2000-10-15 07:49  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: 1.5pre4-4
Packit 8a864e
Packit 8a864e
2000-10-15 07:43  adicarlo
Packit 8a864e
Packit 8a864e
	* configure.in: be more careful about po/Makefile.in, although we
Packit 8a864e
	still seem to get some circular situations
Packit 8a864e
Packit 8a864e
2000-10-15 07:41  adicarlo
Packit 8a864e
Packit 8a864e
	* lib/parseDecl.cxx: patch from Christopher C. Chimelis to enable
Packit 8a864e
	compilation on 64-bit platforms, Alpha in particular
Packit 8a864e
Packit 8a864e
2000-06-26 10:00  murray
Packit 8a864e
Packit 8a864e
	* BUILDING: This file documents the build process as decribed in
Packit 8a864e
	the jade-devel mailing list by Adam Di Carlo.
Packit 8a864e
Packit 8a864e
2000-05-20 09:40  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, control: we gotta conflict with libosp1
Packit 8a864e
Packit 8a864e
2000-05-20 06:52  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/libosp2.postinst: file libosp2.postinst was initially
Packit 8a864e
	added on branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-05-20 06:52  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, control, libosp-dev.README,
Packit 8a864e
	libosp1.README.Debian.in, libosp1.postinst,
Packit 8a864e
	libosp2.README.Debian.in, libosp2.postinst, rules: major number on
Packit 8a864e
	the shared library changed; libosp1 is libosp2
Packit 8a864e
Packit 8a864e
2000-05-20 06:52  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/libosp2.README.Debian.in: file libosp2.README.Debian.in
Packit 8a864e
	was initially added on branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-05-16 08:19  clasen
Packit 8a864e
Packit 8a864e
	* msggen.pl.in, sp-generate.mak, doc/build.htm: Support localized
Packit 8a864e
	builds on Win32.
Packit 8a864e
Packit 8a864e
2000-05-15 13:53  clasen
Packit 8a864e
Packit 8a864e
	* lib/ParserApp.cxx: Reinstate the -widref option which was
Packit 8a864e
	accidentally removed.
Packit 8a864e
Packit 8a864e
2000-05-09 04:18  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, rules: fix aclocal/autoheader ordering bug
Packit 8a864e
Packit 8a864e
2000-05-09 03:27  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: first cut for 1.5pre4-2
Packit 8a864e
Packit 8a864e
2000-05-08 08:37  adicarlo
Packit 8a864e
Packit 8a864e
	* acconfig.h: undo bad change I made before
Packit 8a864e
Packit 8a864e
2000-05-06 20:40  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, control: add build-depends for next version
Packit 8a864e
Packit 8a864e
2000-05-06 05:20  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, rules: lintian and lib dep change
Packit 8a864e
Packit 8a864e
2000-05-06 00:25  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: document Makefile.am changes
Packit 8a864e
Packit 8a864e
2000-05-06 00:10  adicarlo
Packit 8a864e
Packit 8a864e
	* Makefile.am, doc/Makefile.am, generic/Makefile.am,
Packit 8a864e
	include/Makefile.am, lib/Makefile.am, nsgmls/Makefile.am,
Packit 8a864e
	pubtext/Makefile.am, sgmlnorm/Makefile.am, spam/Makefile.am,
Packit 8a864e
	spcat/Makefile.am, spent/Makefile.am, sx/Makefile.am,
Packit 8a864e
	unicode/Makefile.am: 'maintainer-clean' is now closer to CVS-level
Packit 8a864e
	pristineness
Packit 8a864e
Packit 8a864e
2000-05-05 22:26  adicarlo
Packit 8a864e
Packit 8a864e
	* spent/Makefile.am: SpentMessages.msg should not be in
Packit 8a864e
	BUILT_SOURCES
Packit 8a864e
Packit 8a864e
2000-05-05 22:25  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/libosp1.postinst: add newline at end of file
Packit 8a864e
Packit 8a864e
2000-05-05 19:02  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: more updates
Packit 8a864e
Packit 8a864e
2000-05-05 19:01  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/libosp-dev.README: file libosp-dev.README was initially
Packit 8a864e
	added on branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-05-05 19:01  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/libosp-dev.README: new file
Packit 8a864e
Packit 8a864e
2000-05-05 17:47  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: uh, change the numbering a bit
Packit 8a864e
Packit 8a864e
2000-05-05 16:54  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: recent updates documented
Packit 8a864e
Packit 8a864e
2000-05-05 16:53  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/copyright.Debian: update download/cvs locations
Packit 8a864e
Packit 8a864e
2000-05-05 16:52  adicarlo
Packit 8a864e
Packit 8a864e
	* README: point to project home page, and bug reporting URL
Packit 8a864e
Packit 8a864e
2000-05-05 16:42  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/: changelog, rules: finalize for 1.5-0.pre4-1, we hope
Packit 8a864e
Packit 8a864e
2000-05-05 15:27  adicarlo
Packit 8a864e
Packit 8a864e
	* acconfig.h: add HAVE_BOOL
Packit 8a864e
Packit 8a864e
2000-05-04 16:50  adicarlo
Packit 8a864e
Packit 8a864e
	* debian/changelog: new version started
Packit 8a864e
Packit 8a864e
2000-04-28 08:15  clasen
Packit 8a864e
Packit 8a864e
	* lib/PosixStorage.cxx: Fix a typo which caused problems with
Packit 8a864e
	filenames on Win32.
Packit 8a864e
Packit 8a864e
2000-03-30 07:55  pnil
Packit 8a864e
Packit 8a864e
	* include/config.h.old.in: (SP_PACKAGE, SP_VERSION): Use @PACKAGE@
Packit 8a864e
	and @VERSION@ instead of the SP_ prefixed ones.
Packit 8a864e
Packit 8a864e
2000-03-29 19:49  clasen
Packit 8a864e
Packit 8a864e
	* spec.in: Remove braces since rpm apparently doesn't support brace
Packit 8a864e
	expansion.
Packit 8a864e
Packit 8a864e
2000-03-29 18:00  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am, NEWS, configure.in, include/SubstTable.h,
Packit 8a864e
	lib/CmdLineApp.cxx, lib/SubstTable.cxx, lib/Win32CodingSystem.cxx,
Packit 8a864e
	lib/WinApp.cxx, lib/lib.dsp, po/de.po: More Win32 fixes.
Packit 8a864e
Packit 8a864e
2000-03-28 18:21  clasen
Packit 8a864e
Packit 8a864e
	* spec.in: Include message catalogs.
Packit 8a864e
Packit 8a864e
2000-03-27 18:33  clasen
Packit 8a864e
Packit 8a864e
	* lib/xentmgr_inst.m4, po/Makefile.in.in: More Win32 fixes.
Packit 8a864e
Packit 8a864e
2000-03-25 22:15  clasen
Packit 8a864e
Packit 8a864e
	* lib/CmdLineApp.cxx: One more Win32 fix.
Packit 8a864e
Packit 8a864e
2000-03-25 21:31  clasen
Packit 8a864e
Packit 8a864e
	* lib/: ArcEngine.cxx, Win32CodingSystem.cxx, entmgr_inst.m4,
Packit 8a864e
	xentmgr_inst.m4: More Win32 fixes and a fix for a segfault caused
Packit 8a864e
	by the recent architecture engine changes.
Packit 8a864e
Packit 8a864e
2000-03-23 22:37  clasen
Packit 8a864e
Packit 8a864e
	* lib/ArcEngine.cxx: Fix a segfault.
Packit 8a864e
Packit 8a864e
2000-03-22 14:36  clasen
Packit 8a864e
Packit 8a864e
	* lib/: lib.dsp, splibpch.h, xentmgr_inst.m4: More Win32 fixes.
Packit 8a864e
Packit 8a864e
2000-03-21 10:04  pnil
Packit 8a864e
Packit 8a864e
	* msggen.pl.in: Added Peter Nilsson as copyright holder.
Packit 8a864e
Packit 8a864e
2000-03-21 09:25  pnil
Packit 8a864e
Packit 8a864e
	* msggen.pl.in: (read_po_translations, po_flush): New functions.
Packit 8a864e
Packit 8a864e
2000-03-18 21:08  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am, NEWS, configure.in, spec.in, include/MessageArg.h,
Packit 8a864e
	include/SubstTable.h, lib/ArcEngine.cxx, lib/entmgr_inst.m4,
Packit 8a864e
	lib/lib.dsp: More Win32 build fixes.
Packit 8a864e
Packit 8a864e
2000-03-16 20:47  clasen
Packit 8a864e
Packit 8a864e
	* NEWS, configure.in, lib/Group.cxx, lib/Group.h,
Packit 8a864e
	lib/ParserMessages.msg, lib/lib.dsp, lib/parseParam.cxx, po/de.po,
Packit 8a864e
	po/sv.po: Annex K: Parse #ALL/#IMPLICIT content tokens and issue a
Packit 8a864e
	proper error message.
Packit 8a864e
Packit 8a864e
2000-03-16 16:49  clasen
Packit 8a864e
Packit 8a864e
	* spec.in, lib/CmdLineApp.cxx, lib/PosixStorage.cxx,
Packit 8a864e
	lib/Win32CodingSystem.cxx, lib/WinApp.cxx, lib/lib.dsp,
Packit 8a864e
	nsgmls/nsgmls.dsp, sgmlnorm/sgmlnorm.dsp, spam/spam.dsp,
Packit 8a864e
	spcat/spcat.dsp, spent/spent.dsp, sx/sx.dsp: Incorporate spec
Packit 8a864e
	changes proposed by Karl Eichwalder; change SP_NAMESPACE to
Packit 8a864e
	"OpenSP" on Win32; remove silent assumption sizeof(Char) ==
Packit 8a864e
	sizeof(wchar_t) in Win32-only files.
Packit 8a864e
Packit 8a864e
2000-03-15 16:24  clasen
Packit 8a864e
Packit 8a864e
	* po/de.po: More german translations.
Packit 8a864e
Packit 8a864e
2000-03-14 23:17  clasen
Packit 8a864e
Packit 8a864e
	* include/Syntax.h, lib/Parser.h, lib/ParserMessages.msg,
Packit 8a864e
	lib/Syntax.cxx, lib/parseDecl.cxx, lib/parseSd.cxx: Check that
Packit 8a864e
	added function names are valid in the concrete syntax; warn about
Packit 8a864e
	notation attributes which are CONREF; use the proper syntax for
Packit 8a864e
	delimiters in bracketed text entities.
Packit 8a864e
Packit 8a864e
2000-03-14 12:26  clasen
Packit 8a864e
Packit 8a864e
	* lib/parseParam.cxx: Fix a typo.
Packit 8a864e
Packit 8a864e
2000-03-14 12:22  clasen
Packit 8a864e
Packit 8a864e
	* lib/Parser.h, lib/ParserMessages.msg, lib/ParserState.cxx,
Packit 8a864e
	lib/ParserState.h, lib/parseInstance.cxx, lib/parseParam.cxx,
Packit 8a864e
	po/de.po, po/sv.po: Correctly recognize parameter entities with an
Packit 8a864e
	active document type name; disallow name group in parameter entity
Packit 8a864e
	references in document type specifications in tags.
Packit 8a864e
Packit 8a864e
2000-03-13 15:59  clasen
Packit 8a864e
Packit 8a864e
	* lib/parseDecl.cxx: A fix for the (nonworking) #IMPLIED doctypes.
Packit 8a864e
Packit 8a864e
2000-03-09 18:30  clasen
Packit 8a864e
Packit 8a864e
	* NEWS, doc/xml.htm, include/Attribute.h, lib/Attribute.cxx,
Packit 8a864e
	lib/ParserMessages.msg, lib/ParserState.cxx,
Packit 8a864e
	lib/parseAttribute.cxx, lib/parseDecl.cxx: Annex K support
Packit 8a864e
	improvements: common data attributes can now be specified in entity
Packit 8a864e
	declarations.
Packit 8a864e
Packit 8a864e
2000-03-08 18:25  clasen
Packit 8a864e
Packit 8a864e
	* spec.in: Split the rpm into OpenSP, OpenSP and OpenSP-devel
Packit 8a864e
	packages.
Packit 8a864e
Packit 8a864e
2000-03-08 16:28  clasen
Packit 8a864e
Packit 8a864e
	* .cvsignore, Makefile.am, configure.in, spec.in, po/de.po,
Packit 8a864e
	po/sv.po: First cut at RPM packaging support. It should be able to
Packit 8a864e
	generate a .rpm package simply by applying rpm -tb to the tarball.
Packit 8a864e
Packit 8a864e
2000-03-08 16:28  clasen
Packit 8a864e
Packit 8a864e
	* spec.in: file spec.in was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-03-07 12:25  clasen
Packit 8a864e
Packit 8a864e
	* NEWS, configure.in, doc/Makefile.am, generic/Makefile.am,
Packit 8a864e
	include/Makefile.am, intl/Makefile.in, lib/Makefile.am,
Packit 8a864e
	lib/lib.dsp, lib/memcmp.c, lib/memmove.c, lib/strerror.c,
Packit 8a864e
	nsgmls/Makefile.am, po/Makefile.in.in, pubtext/Makefile.am,
Packit 8a864e
	sgmlnorm/Makefile.am, spam/Makefile.am, spcat/Makefile.am,
Packit 8a864e
	spent/Makefile.am, sx/Makefile.am: Minor improvements.
Packit 8a864e
Packit 8a864e
2000-03-07 12:23  clasen
Packit 8a864e
Packit 8a864e
	* autoinit.sh: A little shell script to ease working from CVS.
Packit 8a864e
Packit 8a864e
2000-03-07 12:23  clasen
Packit 8a864e
Packit 8a864e
	* autoinit.sh: file autoinit.sh was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-03-07 12:03  clasen
Packit 8a864e
Packit 8a864e
	* unicode/.cvsignore: file .cvsignore was initially added on branch
Packit 8a864e
	opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-03-07 12:03  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am, all/Makefile.am, unicode/.cvsignore,
Packit 8a864e
	unicode/Makefile.am: Add all and unicode directories to dist;
Packit 8a864e
	install unicode stuff in pkgdatadir.
Packit 8a864e
Packit 8a864e
2000-03-07 12:03  clasen
Packit 8a864e
Packit 8a864e
	* unicode/Makefile.am: file Makefile.am was initially added on
Packit 8a864e
	branch opensp_1_5_branch.
Packit 8a864e
Packit 8a864e
2000-03-07 10:21  clasen
Packit 8a864e
Packit 8a864e
	* NEWS: Add a forgotten headline.
Packit 8a864e
Packit 8a864e
2000-03-07 10:15  clasen
Packit 8a864e
Packit 8a864e
	* lib/parseDecl.cxx: Merge the post-1.4 fix.
Packit 8a864e
Packit 8a864e
2000-03-07 10:13  clasen
Packit 8a864e
Packit 8a864e
	* lib/lib.dsp: Change dll name to be in sync with $VERSION.
Packit 8a864e
Packit 8a864e
2000-03-07 10:12  clasen
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am: Bump so version, since the SubstTable and Char
Packit 8a864e
	changes are interface changes.
Packit 8a864e
Packit 8a864e
2000-03-07 10:10  clasen
Packit 8a864e
Packit 8a864e
	* NEWS, doc/archform.htm, lib/ArcEngine.cxx,
Packit 8a864e
	lib/ArcEngineMessages.msg, lib/ArcProcessor.h: Implement #MAPTOKEN,
Packit 8a864e
	fix architectural content handling and remove some cruft.
Packit 8a864e
Packit 8a864e
2000-03-06 16:24  clasen
Packit 8a864e
Packit 8a864e
	* lib/: ArcEngine.cxx, ArcEngineMessages.msg, ArcProcessor.h:
Packit 8a864e
	Stricter error-catching in the architecture engine; parse
Packit 8a864e
	#maptoken.
Packit 8a864e
Packit 8a864e
2000-03-03 10:44  clasen
Packit 8a864e
Packit 8a864e
	* lib/ParserMessages.msg, msggen.pl.in: Add standard identification
Packit 8a864e
	to relevant clauses.
Packit 8a864e
Packit 8a864e
2000-03-01 19:57  clasen
Packit 8a864e
Packit 8a864e
	* lib/SubstTable.cxx: Fix a coredump.
Packit 8a864e
Packit 8a864e
2000-03-01 18:59  clasen
Packit 8a864e
Packit 8a864e
	* lib/XMLCodingSystem.cxx: Fix some byte order bugs.
Packit 8a864e
Packit 8a864e
2000-03-01 14:19  clasen
Packit 8a864e
Packit 8a864e
	* lib/: Fixed4CodingSystem.cxx, XMLCodingSystem.cxx: Fix
Packit 8a864e
	compilation failures.
Packit 8a864e
Packit 8a864e
2000-02-29 18:08  clasen
Packit 8a864e
Packit 8a864e
	* include/CodingSystem.h, include/Fixed2CodingSystem.h,
Packit 8a864e
	include/Fixed4CodingSystem.h, lib/Fixed2CodingSystem.cxx,
Packit 8a864e
	lib/Fixed4CodingSystem.cxx, lib/UTF16CodingSystem.cxx,
Packit 8a864e
	lib/XMLCodingSystem.cxx: Support autodetection of 4-byte coding
Packit 8a864e
	systems in XML. This needs testing.
Packit 8a864e
Packit 8a864e
2000-02-28 17:36  clasen
Packit 8a864e
Packit 8a864e
	* pubtext/xml.dcl: Use the full UTF-16 char range in the XML
Packit 8a864e
	declaration.
Packit 8a864e
Packit 8a864e
2000-02-28 17:21  clasen
Packit 8a864e
Packit 8a864e
	* doc/: features.htm, xml.htm: Updates for 32bit chars.
Packit 8a864e
Packit 8a864e
2000-02-28 16:25  clasen
Packit 8a864e
Packit 8a864e
	* NEWS, doc/charset.htm, include/CodingSystem.h,
Packit 8a864e
	include/UTF16CodingSystem.h, include/UnicodeCodingSystem.h,
Packit 8a864e
	lib/CodingSystemKit.cxx, lib/Fixed2CodingSystem.cxx,
Packit 8a864e
	lib/UTF16CodingSystem.cxx, lib/UnicodeCodingSystem.cxx,
Packit 8a864e
	lib/XMLCodingSystem.cxx: Adapt the coding systems to the new
Packit 8a864e
	character range. fixed-2 now handles unencodable chars, unicode and
Packit 8a864e
	xml use a utf-16 subdecoder/subencoder to handle utf-16.
Packit 8a864e
Packit 8a864e
2000-02-28 09:53  pnil
Packit 8a864e
Packit 8a864e
	* include/XcharMap.cxx: (XcharMap::setRange): Tighten loop. Also
Packit 8a864e
	fixes a bug where == should be >=.
Packit 8a864e
Packit 8a864e
2000-02-27 22:20  pnil
Packit 8a864e
Packit 8a864e
	* po/sv.po: More translations.
Packit 8a864e
Packit 8a864e
2000-02-27 22:12  pnil
Packit 8a864e
Packit 8a864e
	* include/: CharMap.cxx, CharMap.h: Cleanups.
Packit 8a864e
Packit 8a864e
2000-02-26 21:52  clasen
Packit 8a864e
Packit 8a864e
	* generic/SGMLApplication.h, include/constant.h, include/types.h:
Packit 8a864e
	Switch to 32bit Chars. charMax stays at 0x10ffff.
Packit 8a864e
Packit 8a864e
2000-02-25 16:55  clasen
Packit 8a864e
Packit 8a864e
	* include/CharsetInfo.h, include/RangeMap.cxx, lib/CharsetInfo.cxx,
Packit 8a864e
	lib/SOEntityCatalog.cxx, lib/Syntax.cxx, lib/UnivCharsetDesc.cxx:
Packit 8a864e
	Replace uses of {Wide,Syntax,Univ,}Char(-1) by the appropriate
Packit 8a864e
	constants.
Packit 8a864e
Packit 8a864e
2000-02-25 15:27  clasen
Packit 8a864e
Packit 8a864e
	* include/: XcharMap.cxx, XcharMap.h: Fix the size of the flat
Packit 8a864e
	array to 2^8/2^16 independent of charMax. For SP_MULTI_BYTE, add a
Packit 8a864e
	CharMap to XcharMap to store the values for higher planes.
Packit 8a864e
Packit 8a864e
2000-02-25 15:25  clasen
Packit 8a864e
Packit 8a864e
	* include/: CharMap.cxx, CharMap.h: Change levels to 5,8,4,4.
Packit 8a864e
	Rename block to plane.
Packit 8a864e
Packit 8a864e
2000-02-25 13:19  clasen
Packit 8a864e
Packit 8a864e
	* include/Syntax.h, lib/Syntax.cxx: Delay instantiation of
Packit 8a864e
	Syntax::markupScanTable_ to save 64k with most SGML declarations.
Packit 8a864e
Packit 8a864e
2000-02-24 19:00  clasen
Packit 8a864e
Packit 8a864e
	* include/: CharMap.cxx, CharMap.h: Add another level of
Packit 8a864e
	indirection to CharMap in order to accomodate 20bits.  This needs
Packit 8a864e
	severe testing.
Packit 8a864e
Packit 8a864e
2000-02-24 18:07  clasen
Packit 8a864e
Packit 8a864e
	* include/Fixed4CodingSystem.h, include/Makefile.am,
Packit 8a864e
	include/UTF16CodingSystem.h, lib/CodingSystemKit.cxx,
Packit 8a864e
	lib/Fixed4CodingSystem.cxx, lib/Makefile.am,
Packit 8a864e
	lib/UTF16CodingSystem.cxx: First cut at utf16 and fixed4 encodings.
Packit 8a864e
	Known to compile, but untested.
Packit 8a864e
Packit 8a864e
2000-02-24 17:45  clasen
Packit 8a864e
Packit 8a864e
	* lib/SubstTable.cxx: Add forgotten file.
Packit 8a864e
Packit 8a864e
2000-02-24 00:34  clasen
Packit 8a864e
Packit 8a864e
	* lib/Partition.cxx: Remove forgotten debugging printf.
Packit 8a864e
Packit 8a864e
2000-02-23 22:42  clasen
Packit 8a864e
Packit 8a864e
	* include/SubstTable.h, lib/Partition.cxx: Change SubstTable
Packit 8a864e
	implementation to a sparse array with binary search.  This should
Packit 8a864e
	work with 32bit Chars.
Packit 8a864e
Packit 8a864e
2000-02-21 20:12  clasen
Packit 8a864e
Packit 8a864e
	* include/Makefile.am: Remove SubstTable.cxx.
Packit 8a864e
Packit 8a864e
2000-02-21 20:10  clasen
Packit 8a864e
Packit 8a864e
	* lib/: ParserState.cxx, SOEntityCatalog.cxx, parseDecl.cxx,
Packit 8a864e
	parseSd.cxx: Replace loops over strings by calls of
Packit 8a864e
	SubstTable::subst(StringC &).
Packit 8a864e
Packit 8a864e
2000-02-21 19:46  clasen
Packit 8a864e
Packit 8a864e
	* include/ArcEngine.h, include/EntityCatalog.h,
Packit 8a864e
	include/SubstTable.h, include/Syntax.h, include/Text.h,
Packit 8a864e
	lib/ArcEngine.cxx, lib/Makefile.am, lib/ParserState.cxx,
Packit 8a864e
	lib/ParserState.h, lib/Partition.cxx, lib/Partition.h,
Packit 8a864e
	lib/SOEntityCatalog.cxx, lib/SubstTable.cxx, lib/Syntax.cxx,
Packit 8a864e
	lib/Text.cxx, lib/entmgr_inst.m4, lib/parseDecl.cxx,
Packit 8a864e
	lib/parseSd.cxx, spam/CopyEventHandler.h,
Packit 8a864e
	sx/XmlOutputEventHandler.h: Detemplatize SubstTable. We never used
Packit 8a864e
	anything but SubstTable<Char>.
Packit 8a864e
Packit 8a864e
2000-02-08 16:59  clasen
Packit 8a864e
Packit 8a864e
	* .cvsignore, Makefile.am, NEWS, SP.dsw, acconfig.h, acinclude.m4,
Packit 8a864e
	build-win32.bat, configure.in, msggen.pl.in, sp-generate.mak,
Packit 8a864e
	debian/README.Debian.in, debian/changelog, debian/control,
Packit 8a864e
	debian/copyright.Debian, debian/libosp1.README.Debian.in,
Packit 8a864e
	debian/libosp1.postinst, debian/opensp.doc-base, debian/rules,
Packit 8a864e
	doc/.cvsignore, doc/autoconf.htm, doc/build.htm, doc/charset.htm,
Packit 8a864e
	doc/ideas.htm, doc/index.htm, doc/new.htm, generic/.cvsignore,
Packit 8a864e
	include/.cvsignore, include/CharsetRegistry.h, include/Dtd.h,
Packit 8a864e
	include/ExternalId.h, include/MessageArg.h, include/SubstTable.h,
Packit 8a864e
	include/config.h.old.in, intl/.cvsignore, lib/.cvsignore,
Packit 8a864e
	lib/Attribute.cxx, lib/CharsetRegistry.cxx, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/CodingSystemKit.cxx, lib/Makefile.am, lib/MessageArg.cxx,
Packit 8a864e
	lib/MessageTable.cxx, lib/ParserState.cxx, lib/ParserState.h,
Packit 8a864e
	lib/koi8-r.h, lib/lib.dsp, lib/parseInstance.cxx, lib/splibpch.h,
Packit 8a864e
	nsgmls/.cvsignore, nsgmls/Makefile.am, nsgmls/nsgmls.dsp,
Packit 8a864e
	po/.cvsignore, po/Makefile.in.in, po/de.po, pubtext/.cvsignore,
Packit 8a864e
	pubtext/Makefile.am, pubtext/opensp-implied.dcl,
Packit 8a864e
	sgmlnorm/.cvsignore, sgmlnorm/Makefile.am, sgmlnorm/sgmlnorm.dsp,
Packit 8a864e
	spam/.cvsignore, spam/Makefile.am, spam/spam.dsp, spcat/.cvsignore,
Packit 8a864e
	spcat/Makefile.am, spcat/spcat.dsp, spcat/spcat_inst.m4,
Packit 8a864e
	spent/.cvsignore, spent/Makefile.am, spent/spent.dsp,
Packit 8a864e
	sx/.cvsignore, sx/Makefile.am, sx/sx.dsp: Merge the
Packit 8a864e
	opensp_1_4_branch up to tag opensp_1_4_merge.
Packit 8a864e
Packit 8a864e
2000-01-21 22:02  clasen
Packit 8a864e
Packit 8a864e
	* doc/autoconf.htm: file autoconf.htm was initially added on branch
Packit 8a864e
	opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
2000-01-20 23:39  pn
Packit 8a864e
Packit 8a864e
	* .cvsignore, doc/.cvsignore, generic/.cvsignore,
Packit 8a864e
	include/.cvsignore, intl/.cvsignore, lib/.cvsignore,
Packit 8a864e
	nsgmls/.cvsignore, po/.cvsignore, pubtext/.cvsignore,
Packit 8a864e
	sgmlnorm/.cvsignore, spam/.cvsignore, spcat/.cvsignore,
Packit 8a864e
	spent/.cvsignore, sx/.cvsignore: file .cvsignore was initially
Packit 8a864e
	added on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
2000-01-20 21:15  clasen
Packit 8a864e
Packit 8a864e
	* lib/koi8-r.h: file koi8-r.h was initially added on branch
Packit 8a864e
	opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
2000-01-08 14:01  clasen
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am, nsgmls/Makefile.am, sgmlnorm/Makefile.am,
Packit 8a864e
	spam/Makefile.am, spcat/Makefile.am, spent/Makefile.am,
Packit 8a864e
	sx/Makefile.am: Fix building with builddir!=srcdir.
Packit 8a864e
Packit 8a864e
1999-12-30 00:37  debian
Packit 8a864e
Packit 8a864e
	* debian/README.Debian.in: file README.Debian.in was initially
Packit 8a864e
	added on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-30 00:37  debian
Packit 8a864e
Packit 8a864e
	* debian/libosp1.postinst: file libosp1.postinst was initially
Packit 8a864e
	added on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-30 00:37  debian
Packit 8a864e
Packit 8a864e
	* debian/libosp1.README.Debian.in: file libosp1.README.Debian.in
Packit 8a864e
	was initially added on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-23 06:30  debian
Packit 8a864e
Packit 8a864e
	* debian/copyright.Debian: file copyright.Debian was initially
Packit 8a864e
	added on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-22 18:44  debian
Packit 8a864e
Packit 8a864e
	* pubtext/opensp-implied.dcl: file opensp-implied.dcl was initially
Packit 8a864e
	added on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-22 08:26  debian
Packit 8a864e
Packit 8a864e
	* debian/changelog: file changelog was initially added on branch
Packit 8a864e
	opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-22 08:26  debian
Packit 8a864e
Packit 8a864e
	* debian/opensp.doc-base: file opensp.doc-base was initially added
Packit 8a864e
	on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-22 08:26  debian
Packit 8a864e
Packit 8a864e
	* debian/rules: file rules was initially added on branch
Packit 8a864e
	opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-22 08:26  debian
Packit 8a864e
Packit 8a864e
	* debian/control: file control was initially added on branch
Packit 8a864e
	opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-21 22:32  pn
Packit 8a864e
Packit 8a864e
	* include/config.h.old.in: file config.h.old.in was initially added
Packit 8a864e
	on branch opensp_1_4_branch.
Packit 8a864e
Packit 8a864e
1999-12-16 23:11  pn
Packit 8a864e
Packit 8a864e
	* Makefile.am, msggen.pl.in: Merge with 1.4 branch.
Packit 8a864e
Packit 8a864e
1999-12-16 22:11  pn
Packit 8a864e
Packit 8a864e
	* lib/lib.dsp, lib/lib.rc, spcat/spcat.dsp, SP.dsw,
Packit 8a864e
	include/Attribute.h, include/Message.h, include/Options.cxx,
Packit 8a864e
	lib/app_inst.m4, lib/assert.cxx: MSVC (and other) small fixes.
Packit 8a864e
Packit 8a864e
1999-12-13 07:54  pn
Packit 8a864e
Packit 8a864e
	* po/sv.po: Merge from 1.4 branch.
Packit 8a864e
Packit 8a864e
1999-12-12 08:43  clasen
Packit 8a864e
Packit 8a864e
	* configure.in: Change version to 1.5-devel
Packit 8a864e
Packit 8a864e
1999-12-11 21:34  clasen
Packit 8a864e
Packit 8a864e
	* configure.in, lib/Group.cxx, lib/Param.cxx,
Packit 8a864e
	lib/ParserMessages.msg, lib/TokenMessageArg.cxx, lib/parseSd.cxx,
Packit 8a864e
	po/de.po: Remove delimEnd message, change version number to
Packit 8a864e
	1.4-pre1.
Packit 8a864e
Packit 8a864e
1999-12-11 00:41  pn
Packit 8a864e
Packit 8a864e
	* po/sv.po: Many new translations.
Packit 8a864e
Packit 8a864e
1999-12-10 15:38  pn
Packit 8a864e
Packit 8a864e
	* lib/CmdLineApp.cxx: (cmdLineApp::usage): Create output stream
Packit 8a864e
	with default coding system.
Packit 8a864e
Packit 8a864e
1999-12-09 23:32  clasen
Packit 8a864e
Packit 8a864e
	* doc/: archform.htm, build.htm, catalog.htm, charset.htm,
Packit 8a864e
	features.htm, generic.htm, ideas.htm, index.htm, new.htm,
Packit 8a864e
	nsgmls.htm, sgmldecl.htm, sgmlnorm.htm, sgmlsout.htm, spam.htm,
Packit 8a864e
	spcat.htm, spent.htm, sx.htm, sysdecl.htm, sysid.htm, xml.htm:
Packit 8a864e
	Updated docs for long options, removed james' mail address
Packit 8a864e
	throughout.
Packit 8a864e
Packit 8a864e
1999-12-09 18:45  clasen
Packit 8a864e
Packit 8a864e
	* NEWS: Mention --help.
Packit 8a864e
Packit 8a864e
1999-12-09 18:39  clasen
Packit 8a864e
Packit 8a864e
	* include/CmdLineApp.h, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/CmdLineAppMessages.msg, nsgmls/NsgmlsMessages.msg,
Packit 8a864e
	nsgmls/nsgmls.cxx, po/de.po, sgmlnorm/SgmlnormMessages.msg,
Packit 8a864e
	sgmlnorm/sgmlnorm.cxx, spam/SpamMessages.msg, spam/spam.cxx,
Packit 8a864e
	spcat/SpcatMessages.msg, spcat/spcat.cxx, spent/SpentMessages.msg,
Packit 8a864e
	spent/spent.cxx, sx/SxMessages.msg, sx/sx.cxx: Add info lines to
Packit 8a864e
	the usage messages, extracted from the html docs. Change the
Packit 8a864e
	CmdLineApp interface once more: info lines now have one argument,
Packit 8a864e
	the program name.
Packit 8a864e
Packit 8a864e
1999-12-09 15:58  clasen
Packit 8a864e
Packit 8a864e
	* intl/: Makefile.in, VERSION: Add the VERSION file, so we know
Packit 8a864e
	which version of GNU gettext we use.
Packit 8a864e
Packit 8a864e
1999-12-09 11:25  pn
Packit 8a864e
Packit 8a864e
	* lib/CmdLineAppMessages.msg: (bHelp, eHelp): Clarified
Packit 8a864e
	documentation.
Packit 8a864e
Packit 8a864e
1999-12-09 08:54  pn
Packit 8a864e
Packit 8a864e
	* NEWS: Update.
Packit 8a864e
Packit 8a864e
1999-12-08 21:25  pn
Packit 8a864e
Packit 8a864e
	* po/Makefile.in.in: DISTFILES: Remove non-existent ChangeLog file.
Packit 8a864e
Packit 8a864e
1999-12-08 21:24  pn
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am: Typo fix.
Packit 8a864e
Packit 8a864e
1999-12-08 21:23  pn
Packit 8a864e
Packit 8a864e
	* intl/Makefile.in: Deps on non-existent files removed.
Packit 8a864e
	check-install target added.
Packit 8a864e
Packit 8a864e
1999-12-08 07:45  clasen
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am, nsgmls/Makefile.am, sx/Makefile.am: Remove
Packit 8a864e
	unnecessary dependencies.
Packit 8a864e
Packit 8a864e
1999-12-08 00:56  pn
Packit 8a864e
Packit 8a864e
	* lib/CmdLineApp.cxx: CmdLineApp::usage(): Clean up. Avoid using
Packit 8a864e
	messages in some places.
Packit 8a864e
Packit 8a864e
1999-12-08 00:55  pn
Packit 8a864e
Packit 8a864e
	* configure.in: AC_OUTPUT: Generate msggen.pl.
Packit 8a864e
Packit 8a864e
1999-12-08 00:54  pn
Packit 8a864e
Packit 8a864e
	* Makefile.am: BUILT_SOURCES: Add msggen.pl (remove from
Packit 8a864e
	EXTRA_DIST)
Packit 8a864e
Packit 8a864e
1999-12-08 00:53  pn
Packit 8a864e
Packit 8a864e
	* msggen.pl.in: Generate msggen.pl from msggen.pl.in. Add header to
Packit 8a864e
	generated .po file.
Packit 8a864e
Packit 8a864e
1999-12-07 13:19  pn
Packit 8a864e
Packit 8a864e
	* include/CmdLineApp.h, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/CmdLineAppMessages.msg: CmdLineApp::registerOption(): Added
Packit 8a864e
	back the old form registering an undocumented option.
Packit 8a864e
Packit 8a864e
1999-12-07 08:56  pn
Packit 8a864e
Packit 8a864e
	* po/sv.po: New translations added.
Packit 8a864e
Packit 8a864e
1999-12-07 08:53  pn
Packit 8a864e
Packit 8a864e
	* lib/CmdLineAppMessages.msg: tryHelpOptionFor INfo added.
Packit 8a864e
Packit 8a864e
1999-12-07 08:50  pn
Packit 8a864e
Packit 8a864e
	* include/CmdLineApp.h, lib/CmdLineApp.cxx: Help message lokks more
Packit 8a864e
	like GNU tools. --help prints help message on stdout and exits
Packit 8a864e
	successfully.  Help message lokks more like GNU tools. --help
Packit 8a864e
	prints help message on stdout and exits successfully.
Packit 8a864e
Packit 8a864e
1999-12-07 08:35  clasen
Packit 8a864e
Packit 8a864e
	* lib/CmdLineApp.cxx: Make sure arg names in usage() get
Packit 8a864e
	translated.
Packit 8a864e
Packit 8a864e
1999-12-06 16:09  clasen
Packit 8a864e
Packit 8a864e
	* po/de.po: More german translations.
Packit 8a864e
Packit 8a864e
1999-12-06 15:54  clasen
Packit 8a864e
Packit 8a864e
	* include/CmdLineApp.h, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/CmdLineAppMessages.msg, lib/EntityApp.cxx,
Packit 8a864e
	lib/EntityAppMessages.msg, lib/ParserApp.cxx,
Packit 8a864e
	lib/ParserAppMessages.msg, sgmlnorm/sgmlnorm.cxx, sx/sx.cxx: Add a
Packit 8a864e
	way to add information before the options list in usage() output,
Packit 8a864e
	some options got shorter names, resolved option name conficts, some
Packit 8a864e
	doc rewording.
Packit 8a864e
Packit 8a864e
1999-12-06 14:28  clasen
Packit 8a864e
Packit 8a864e
	* acinclude.m4, configure.in, include/CmdLineApp.h,
Packit 8a864e
	lib/CmdLineApp.cxx, lib/EntityApp.cxx, spam/spam.cxx: Fix bug in
Packit 8a864e
	redefining cmdline options.
Packit 8a864e
Packit 8a864e
1999-12-05 22:51  clasen
Packit 8a864e
Packit 8a864e
	* lib/EntityAppMessages.msg, sgmlnorm/SgmlnormMessages.msg,
Packit 8a864e
	spcat/SpcatMessages.msg, spent/SpentMessages.msg: add new messages
Packit 8a864e
	for translatable usage messages.
Packit 8a864e
Packit 8a864e
1999-12-05 22:49  clasen
Packit 8a864e
Packit 8a864e
	* include/CmdLineApp.h, include/MessageFormatter.h,
Packit 8a864e
	include/Options.cxx, include/Options.h, include/sptchar.h,
Packit 8a864e
	lib/CmdLineApp.cxx, lib/CmdLineAppMessages.msg, lib/EntityApp.cxx,
Packit 8a864e
	lib/Makefile.am, lib/MessageFormatter.cxx, lib/ParserApp.cxx,
Packit 8a864e
	lib/ParserAppMessages.msg, nsgmls/NsgmlsMessages.msg,
Packit 8a864e
	nsgmls/nsgmls.cxx, po/POTFILES.in, sgmlnorm/Makefile.am,
Packit 8a864e
	sgmlnorm/sgmlnorm.cxx, spam/SpamMessages.msg, spam/spam.cxx,
Packit 8a864e
	spcat/Makefile.am, spcat/spcat.cxx, spent/Makefile.am,
Packit 8a864e
	spent/spent.cxx, sx/SxMessages.msg, sx/sx.cxx: Revamp long options
Packit 8a864e
	and usage message.
Packit 8a864e
Packit 8a864e
1999-12-04 13:07  pn
Packit 8a864e
Packit 8a864e
	* po/sv.po: Updated after Matthias msggen.pl changes.
Packit 8a864e
Packit 8a864e
1999-12-03 23:31  pn
Packit 8a864e
Packit 8a864e
	* po/sv.po: First Swedish messages. Most missing, and many
Packit 8a864e
	translated need review.
Packit 8a864e
Packit 8a864e
1999-12-03 23:30  pn
Packit 8a864e
Packit 8a864e
	* configure.in: ALL_LINGUAS: Added Swedish translation.
Packit 8a864e
Packit 8a864e
1999-12-03 18:48  clasen
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am: Typo fix.
Packit 8a864e
Packit 8a864e
1999-12-03 17:14  clasen
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am, lib/ParserMessages.msg, nsgmls/Makefile.am,
Packit 8a864e
	po/Makefile.in.in, po/POTFILES.in, po/de.po, spam/Makefile.am,
Packit 8a864e
	sx/Makefile.am: Improve the build process for I18N: no more
Packit 8a864e
	intermediate .po files, msggen.pl now directly produces OpenSP.pot
Packit 8a864e
	from the .msg files when called with -p OpenSP.pot.
Packit 8a864e
Packit 8a864e
1999-12-02 22:06  clasen
Packit 8a864e
Packit 8a864e
	* po/de.po: Latest and greatest translations.
Packit 8a864e
Packit 8a864e
1999-12-01 22:01  clasen
Packit 8a864e
Packit 8a864e
	* NEWS, lib/ParserMessages.msg, po/de.po: More German translations,
Packit 8a864e
	fix some glitches in the English messages.
Packit 8a864e
Packit 8a864e
1999-12-01 19:48  clasen
Packit 8a864e
Packit 8a864e
	* sx/sx.cxx: Typo fix.
Packit 8a864e
Packit 8a864e
1999-12-01 19:46  clasen
Packit 8a864e
Packit 8a864e
	* spent/spent.cxx, sgmlnorm/sgmlnorm.cxx, sx/sx.cxx: Add a needed
Packit 8a864e
	include.
Packit 8a864e
Packit 8a864e
1999-12-01 19:43  clasen
Packit 8a864e
Packit 8a864e
	* lib/ParserApp.cxx: Typo fix.
Packit 8a864e
Packit 8a864e
1999-12-01 19:41  clasen
Packit 8a864e
Packit 8a864e
	* nsgmls/nsgmls.cxx, sgmlnorm/sgmlnorm.cxx, spam/spam.cxx,
Packit 8a864e
	spcat/spcat.cxx, spent/spent.cxx, sx/sx.cxx: Add long variants for
Packit 8a864e
	all options. This was done in a hurry and the names may be
Packit 8a864e
	improvable.
Packit 8a864e
Packit 8a864e
1999-12-01 19:27  clasen
Packit 8a864e
Packit 8a864e
	* lib/: EntityApp.cxx, ParserApp.cxx: More long options.
Packit 8a864e
Packit 8a864e
1999-12-01 19:08  clasen
Packit 8a864e
Packit 8a864e
	* include/CmdLineApp.h, include/Options.cxx, include/Options.h,
Packit 8a864e
	lib/CmdLineApp.cxx, lib/CmdLineAppMessages.msg, po/de.po: Long
Packit 8a864e
	options. Currently only CmdLineApp has some.
Packit 8a864e
Packit 8a864e
1999-12-01 00:18  clasen
Packit 8a864e
Packit 8a864e
	* po/de.po: More german translations.
Packit 8a864e
Packit 8a864e
1999-11-30 22:25  pn
Packit 8a864e
Packit 8a864e
	* acconfig.h: Add HAVE_GETTEXT and #define SP_ANSI_LIB to 1 to
Packit 8a864e
	match OJ definition.
Packit 8a864e
Packit 8a864e
1999-11-30 19:16  clasen
Packit 8a864e
Packit 8a864e
	* lib/ParserMessages.msg: Remove some unwanted trailing spaces in
Packit 8a864e
	messages.
Packit 8a864e
Packit 8a864e
1999-11-30 18:52  clasen
Packit 8a864e
Packit 8a864e
	* lib/Makefile.am, nsgmls/Makefile.am, spam/Makefile.am,
Packit 8a864e
	sx/Makefile.am: Add rules for .rc and .po files.
Packit 8a864e
Packit 8a864e
1999-11-30 18:22  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, configure.in, lib/MessageTable.cxx: Remove a
Packit 8a864e
	generated file in intl/, cosmetic fixes.
Packit 8a864e
Packit 8a864e
1999-11-30 18:04  clasen
Packit 8a864e
Packit 8a864e
	* nsgmls/RastEventHandlerMessages.msg: Fix a typo.
Packit 8a864e
Packit 8a864e
1999-11-30 17:46  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h: Re-add HAVE_GETTEXT which was accidentally removed.
Packit 8a864e
Packit 8a864e
1999-11-29 17:37  clasen
Packit 8a864e
Packit 8a864e
	* lib/MessageTable.cxx: Make it compile.
Packit 8a864e
Packit 8a864e
1999-11-29 17:32  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, acinclude.m4, configure.in, include/MessageTable.h,
Packit 8a864e
	lib/CmdLineApp.cxx, lib/MessageTable.cxx: support ./configure
Packit 8a864e
	--disable-nls, use bindtextdomain() to find translated messages
Packit 8a864e
	where they are installed.
Packit 8a864e
Packit 8a864e
1999-11-29 16:49  clasen
Packit 8a864e
Packit 8a864e
	* po/de.po: Remove illegal linebreak
Packit 8a864e
Packit 8a864e
1999-11-29 16:33  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am, configure.in, include/Makefile.am: Generate config.h
Packit 8a864e
	at top level, since GNU gettext depends on it.
Packit 8a864e
Packit 8a864e
1999-11-29 15:29  clasen
Packit 8a864e
Packit 8a864e
	* ABOUT-NLS: Apparently automake wants this to exist.
Packit 8a864e
Packit 8a864e
1999-11-28 22:47  clasen
Packit 8a864e
Packit 8a864e
	* configure.in, po/de.po: Add beginning of german translation for
Packit 8a864e
	OpenSP.
Packit 8a864e
Packit 8a864e
1999-11-28 22:46  clasen
Packit 8a864e
Packit 8a864e
	* lib/: Entity.cxx, EntityManagerMessages.msg, ParserMessages.msg,
Packit 8a864e
	StdioStorageMessages.msg: Message uniformity improvements.
Packit 8a864e
Packit 8a864e
1999-11-27 01:00  clasen
Packit 8a864e
Packit 8a864e
	* configure.in: Cosmetic fix.
Packit 8a864e
Packit 8a864e
1999-11-27 00:54  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h: Add gettext defines.
Packit 8a864e
Packit 8a864e
1999-11-27 00:51  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am, configure.in, intl/Makefile.in, intl/bindtextdom.c,
Packit 8a864e
	intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c,
Packit 8a864e
	intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h,
Packit 8a864e
	intl/hash-string.h, intl/intl-compat.c, intl/libgettext.h,
Packit 8a864e
	intl/linux-msg.sed, intl/loadmsgcat.c, intl/localealias.c,
Packit 8a864e
	intl/po2tbl.sed.in, intl/textdomain.c, intl/xopen-msg.sed,
Packit 8a864e
	lib/Makefile.am, nsgmls/Makefile.am, po/Makefile.in.in,
Packit 8a864e
	po/POTFILES.in, spam/Makefile.am, sx/Makefile.am: First cut at GNU
Packit 8a864e
	gettext integration.
Packit 8a864e
Packit 8a864e
1999-11-26 10:07  clasen
Packit 8a864e
Packit 8a864e
	* doc/: catalog.htm, nsgmls.htm, xml.htm: Update links to WebSGML
Packit 8a864e
	adaptations.
Packit 8a864e
Packit 8a864e
1999-11-23 20:52  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, acinclude.m4, configure.in, lib/EntityApp.cxx: Some
Packit 8a864e
	define cleanups.
Packit 8a864e
Packit 8a864e
1999-11-22 22:40  clasen
Packit 8a864e
Packit 8a864e
	* README, doc/nsgmls.htm, lib/CatalogMessages.msg: Cleanups.
Packit 8a864e
Packit 8a864e
1999-11-22 17:21  clasen
Packit 8a864e
Packit 8a864e
	* NEWS, doc/nsgmls.htm, pubtext/Makefile.am, pubtext/japan.dcl:
Packit 8a864e
	Document -n and -x, move japan.sgmldecl to pubtext/japan.dcl.
Packit 8a864e
Packit 8a864e
1999-11-22 16:37  clasen
Packit 8a864e
Packit 8a864e
	* sp-generate.mak: Try to adapt win build. Here we go again: Win
Packit 8a864e
	users, test this !!!
Packit 8a864e
Packit 8a864e
1999-11-21 02:27  clasen
Packit 8a864e
Packit 8a864e
	* include/Message.h, include/MessageReporter.h,
Packit 8a864e
	include/MessageTable.h, lib/CmdLineApp.cxx, lib/Makefile.am,
Packit 8a864e
	lib/Message.cxx, lib/MessageReporter.cxx,
Packit 8a864e
	lib/MessageReporterMessages.msg, lib/MessageTable.cxx,
Packit 8a864e
	lib/ParserApp.cxx, nsgmls/Makefile.am, spam/Makefile.am,
Packit 8a864e
	spcat/Makefile.am, sx/Makefile.am: Changes to the message reporting
Packit 8a864e
	system: make the message domain for gettext settable and set it to
Packit 8a864e
	OpenSP for all messages, make the `relevant clauses' info and
Packit 8a864e
	message numbers available via -x and -n; related changes to
Packit 8a864e
	msggen.pl.
Packit 8a864e
Packit 8a864e
1999-11-20 22:23  clasen
Packit 8a864e
Packit 8a864e
	* lib/ParserMessages.msg: Move a comment.
Packit 8a864e
Packit 8a864e
1999-11-15 21:19  pn
Packit 8a864e
Packit 8a864e
	* configure.in, lib/CmdLineApp.cxx: Change Package to SP_PACKAGE
Packit 8a864e
	and VERSION to SP_VERSION to avoid conflicts, since
Packit 8a864e
	include/config.h gets included by users.
Packit 8a864e
Packit 8a864e
1999-11-14 14:03  clasen
Packit 8a864e
Packit 8a864e
	* configure.in: Remove AC_CONFIG_AUX_DIR(config). All aux files are
Packit 8a864e
	toplevel now (automake prefers this).
Packit 8a864e
Packit 8a864e
1999-11-14 12:30  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am: Remove all from SUBDIRS.
Packit 8a864e
Packit 8a864e
1999-11-14 12:22  clasen
Packit 8a864e
Packit 8a864e
	* all/Makefile.am: Add a forgotten Makefile.
Packit 8a864e
Packit 8a864e
1999-11-14 00:40  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am: Remove unneccessary EXTRA_DIST stuff (automake knows
Packit 8a864e
	to include the config stuff if it is toplevel).
Packit 8a864e
Packit 8a864e
1999-11-13 22:13  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am, acconfig.h, acinclude.m4, configure.in,
Packit 8a864e
	doc/Makefile.am, generic/Makefile.am, include/Makefile.am,
Packit 8a864e
	lib/Makefile.am, nsgmls/Makefile.am, pubtext/Makefile.am,
Packit 8a864e
	sgmlnorm/Makefile.am, spam/Makefile.am, spcat/Makefile.am,
Packit 8a864e
	spent/Makefile.am, sx/Makefile.am: More C++ autoconf tests, some
Packit 8a864e
	caching fixes in configure, add windows-only stuff to distribution,
Packit 8a864e
	add dist-zip target for windows distribution.
Packit 8a864e
Packit 8a864e
1999-11-12 21:52  clasen
Packit 8a864e
Packit 8a864e
	* acinclude.m4: Fix a typo.
Packit 8a864e
Packit 8a864e
1999-11-12 21:50  clasen
Packit 8a864e
Packit 8a864e
	* acinclude.m4, configure.in: remove unneeded test for RTTI.
Packit 8a864e
Packit 8a864e
1999-11-12 21:45  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, configure.in, include/Vector.cxx: Remove
Packit 8a864e
	SP_QUAL_TEMPLATE_DTOR_BROKEN, since the macro DTOR() whose
Packit 8a864e
	definition it influences is unused.
Packit 8a864e
Packit 8a864e
1999-11-12 21:09  clasen
Packit 8a864e
Packit 8a864e
	* configure.in: Add test for `fancy' new_handler.
Packit 8a864e
Packit 8a864e
1999-11-12 18:48  clasen
Packit 8a864e
Packit 8a864e
	* configure.in: Add forgotten type check.
Packit 8a864e
Packit 8a864e
1999-11-12 18:15  clasen
Packit 8a864e
Packit Service 46b88d
	* lib/ExtendEntityManager.cxx: Fix a typo·
Packit 8a864e
Packit 8a864e
1999-11-12 17:17  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, acinclude.m4, configure.in,
Packit 8a864e
	lib/DtdDeclEventHandler.cxx, lib/DtdDeclEventHandler.h: Remove
Packit 8a864e
	erroneous SP_API on internal headers, add test for placement
Packit 8a864e
	operator delete.
Packit 8a864e
Packit 8a864e
1999-11-11 21:45  clasen
Packit 8a864e
Packit 8a864e
	* instmac.pl: Move instmac.pl to toplevel.
Packit 8a864e
Packit 8a864e
1999-11-11 19:09  clasen
Packit 8a864e
Packit 8a864e
	* README: Remove pointers to removed files.
Packit 8a864e
Packit 8a864e
1999-11-11 17:54  clasen
Packit 8a864e
Packit 8a864e
	* configure.in: Some reorganization.
Packit 8a864e
Packit 8a864e
1999-11-11 17:03  clasen
Packit 8a864e
Packit 8a864e
	* lib/CmdLineApp.cxx: Remove forgotten include of version.h
Packit 8a864e
Packit 8a864e
1999-11-11 16:29  clasen
Packit 8a864e
Packit 8a864e
	* Makefile.am, configure.in, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/CmdLineAppMessages.msg, lib/Makefile.am, nsgmls/Makefile.am,
Packit 8a864e
	spam/Makefile.am, spcat/Makefile.am, sx/Makefile.am: Directly use
Packit 8a864e
	the #defined VERSION instead of producing two intermediate files.
Packit 8a864e
Packit 8a864e
1999-11-10 00:51  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, configure.in, lib/memcmp.c: Add better thread support
Packit 8a864e
	detection, add check for memcmp with replacement.
Packit 8a864e
Packit 8a864e
1999-11-09 21:15  pn
Packit 8a864e
Packit 8a864e
	* Makefile.am: EXTRA_DIST: Distribute files in config/.
Packit 8a864e
Packit 8a864e
1999-11-09 11:07  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, configure.in: A few more checks for #defines found by
Packit 8a864e
	ifnames.
Packit 8a864e
Packit 8a864e
1999-11-09 10:16  pn
Packit 8a864e
Packit 8a864e
	* nsgmls/Makefile.am, sgmlnorm/Makefile.am, spent/Makefile.am,
Packit 8a864e
	sx/Makefile.am: INCLUDES: Added "-I" before directory names.
Packit 8a864e
Packit 8a864e
1999-11-09 09:20  pn
Packit 8a864e
Packit 8a864e
	* spam/Makefile.am, spcat/Makefile.am: INCLUDES: Add "-I" before
Packit 8a864e
	include path.
Packit 8a864e
Packit 8a864e
1999-11-08 16:29  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, nsgmls/Makefile.am, sgmlnorm/Makefile.am,
Packit 8a864e
	spam/Makefile.am, spcat/Makefile.am, spent/Makefile.am,
Packit 8a864e
	sx/Makefile.am: More fixes, it should actually compile and work
Packit 8a864e
	now.
Packit 8a864e
Packit 8a864e
1999-11-08 14:53  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, acinclude.m4, configure.in: Added some cxx checks
Packit 8a864e
	found in the autoconf macro archive.
Packit 8a864e
Packit 8a864e
1999-11-07 23:04  clasen
Packit 8a864e
Packit 8a864e
	* acconfig.h, configure.in, include/Makefile.am, lib/Makefile.am,
Packit 8a864e
	nsgmls/Makefile.am: Initial attempt to let configure create
Packit 8a864e
	config.h.
Packit 8a864e
Packit 8a864e
1999-11-07 20:52  clasen
Packit 8a864e
Packit 8a864e
	* AUTHORS, Makefile.am, NEWS, README, configure.in,
Packit 8a864e
	doc/Makefile.am, generic/Makefile.am, include/Makefile.am,
Packit 8a864e
	lib/Makefile.am, nsgmls/Makefile.am, pubtext/Makefile.am,
Packit 8a864e
	sgmlnorm/Makefile.am, spam/Makefile.am, spcat/Makefile.am,
Packit 8a864e
	spent/Makefile.am, sx/Makefile.am: First attempt to automakify
Packit 8a864e
	OpenSP.
Packit 8a864e
Packit 8a864e
1999-11-07 20:15  clasen
Packit 8a864e
Packit 8a864e
	* doc/xmlwarn.htm: Add forgotten file.
Packit 8a864e
Packit 8a864e
1999-11-06 13:10  clasen
Packit 8a864e
Packit 8a864e
	* configure.in: Install headers in $(includedir)/OpenSP, move
Packit 8a864e
	configure.in to toplevel, remove generated file aclocal.m4.
Packit 8a864e
Packit 8a864e
1999-11-04 08:35  clasen
Packit 8a864e
Packit 8a864e
	* COPYING, README, SP.dsw, SP.mak, build-win32.bat,
Packit 8a864e
	sp-generate.mak, sunfix.sh, all/README, all/all.dsp,
Packit 8a864e
	doc/archform.htm, doc/build.htm, doc/catalog, doc/catalog.htm,
Packit 8a864e
	doc/charset.htm, doc/features.htm, doc/generic.htm, doc/ideas.htm,
Packit 8a864e
	doc/index.htm, doc/new.htm, doc/nsgmls.htm, doc/sgmldecl.htm,
Packit 8a864e
	doc/sgmlnorm.htm, doc/sgmlsout.htm, doc/spam.htm, doc/spcat.htm,
Packit 8a864e
	doc/spent.htm, doc/sx.htm, doc/sysdecl.htm, doc/sysid.htm,
Packit 8a864e
	doc/xml.htm, generic/EventGenerator.h,
Packit 8a864e
	generic/ParserEventGeneratorKit.h, generic/SGMLApplication.h,
Packit 8a864e
	include/Allocator.h, include/ArcEngine.h, include/Attribute.h,
Packit 8a864e
	include/Attributed.h, include/Big5CodingSystem.h,
Packit 8a864e
	include/Boolean.h, include/CharMap.cxx, include/CharMap.h,
Packit 8a864e
	include/CharsetDecl.h, include/CharsetInfo.h,
Packit 8a864e
	include/CharsetRegistry.h, include/CmdLineApp.h,
Packit 8a864e
	include/CodingSystem.h, include/CodingSystemKit.h,
Packit 8a864e
	include/ConsoleOutput.h, include/ContentState.h,
Packit 8a864e
	include/ContentToken.h, include/CopyOwner.cxx, include/CopyOwner.h,
Packit 8a864e
	include/DescriptorManager.h, include/Dtd.h,
Packit 8a864e
	include/EUCJPCodingSystem.h, include/ElementType.h,
Packit 8a864e
	include/Entity.h, include/EntityApp.h, include/EntityCatalog.h,
Packit 8a864e
	include/EntityDecl.h, include/EntityManager.h,
Packit 8a864e
	include/ErrnoMessageArg.h, include/ErrorCountEventHandler.h,
Packit 8a864e
	include/Event.h, include/EventsWanted.h,
Packit 8a864e
	include/ExtendEntityManager.h, include/ExternalId.h,
Packit 8a864e
	include/Fixed2CodingSystem.h, include/GenericEventHandler.h,
Packit 8a864e
	include/Hash.h, include/HashTable.cxx, include/HashTable.h,
Packit 8a864e
	include/HashTableItemBase.cxx, include/HashTableItemBase.h,
Packit 8a864e
	include/IList.h, include/IListBase.h, include/IListIter.h,
Packit 8a864e
	include/IListIterBase.h, include/IQueue.cxx, include/IQueue.h,
Packit 8a864e
	include/ISet.cxx, include/ISet.h, include/ISetIter.h,
Packit 8a864e
	include/IdentityCodingSystem.h, include/InputSource.h,
Packit 8a864e
	include/InternalInputSource.h, include/Link.h,
Packit 8a864e
	include/LinkProcess.h, include/List.cxx, include/List.h,
Packit 8a864e
	include/ListIter.h, include/LiteralStorage.h, include/Location.h,
Packit 8a864e
	include/Lpd.h, include/Markup.h, include/Message.h,
Packit 8a864e
	include/MessageArg.h, include/MessageBuilder.h,
Packit 8a864e
	include/MessageEventHandler.h, include/MessageFormatter.h,
Packit 8a864e
	include/MessageReporter.h, include/MessageTable.h, include/Mode.h,
Packit 8a864e
	include/NCVector.h, include/NCVector.sed, include/Named.h,
Packit 8a864e
	include/NamedResource.h, include/NamedResourceTable.h,
Packit 8a864e
	include/NamedTable.h, include/Notation.h,
Packit 8a864e
	include/NotationStorage.h, include/OpenElement.h,
Packit 8a864e
	include/Options.cxx, include/Options.h, include/OutputByteStream.h,
Packit 8a864e
	include/OutputCharStream.h, include/Owner.cxx, include/Owner.h,
Packit 8a864e
	include/OwnerTable.cxx, include/OwnerTable.h, include/ParserApp.h,
Packit 8a864e
	include/ParserOptions.h, include/PointerTable.cxx,
Packit 8a864e
	include/PointerTable.h, include/PosixStorage.h, include/Ptr.cxx,
Packit 8a864e
	include/Ptr.h, include/RangeMap.cxx, include/RangeMap.h,
Packit 8a864e
	include/Resource.h, include/RewindStorageObject.h,
Packit 8a864e
	include/SJISCodingSystem.h, include/SOEntityCatalog.h,
Packit 8a864e
	include/Sd.h, include/SdText.h, include/SearchResultMessageArg.h,
Packit 8a864e
	include/SgmlParser.h, include/ShortReferenceMap.h,
Packit 8a864e
	include/StdioStorage.h, include/StorageManager.h,
Packit 8a864e
	include/StringC.h, include/StringOf.cxx, include/StringOf.h,
Packit 8a864e
	include/StringResource.h, include/SubstTable.h, include/Syntax.h,
Packit 8a864e
	include/Text.h, include/TranslateCodingSystem.h, include/TypeId.h,
Packit 8a864e
	include/URLStorage.h, include/UTF8CodingSystem.h,
Packit 8a864e
	include/UnicodeCodingSystem.h, include/UnivCharsetDesc.h,
Packit 8a864e
	include/Vector.cxx, include/Vector.h, include/Win32CodingSystem.h,
Packit 8a864e
	include/WinApp.h, include/WinInetStorage.h,
Packit 8a864e
	include/XMLCodingSystem.h, include/XcharMap.cxx,
Packit 8a864e
	include/XcharMap.h, include/constant.h, include/macros.h,
Packit 8a864e
	include/rtti.h, include/sptchar.h, include/types.h, include/xnew.h,
Packit 8a864e
	lib/Allocator.cxx, lib/ArcEngine.cxx, lib/ArcEngineMessages.msg,
Packit 8a864e
	lib/ArcProcessor.h, lib/Attribute.cxx, lib/Big5CodingSystem.cxx,
Packit 8a864e
	lib/CatalogEntry.h, lib/CatalogMessages.msg, lib/CharsetDecl.cxx,
Packit 8a864e
	lib/CharsetInfo.cxx, lib/CharsetRegistry.cxx, lib/CmdLineApp.cxx,
Packit 8a864e
	lib/CmdLineAppMessages.msg, lib/CodingSystem.cxx,
Packit 8a864e
	lib/CodingSystemKit.cxx, lib/ConsoleOutput.cxx,
Packit 8a864e
	lib/ContentState.cxx, lib/ContentToken.cxx,
Packit 8a864e
	lib/DescriptorManager.cxx, lib/Dtd.cxx,
Packit 8a864e
	lib/DtdDeclEventHandler.cxx, lib/DtdDeclEventHandler.h,
Packit 8a864e
	lib/EUCJPCodingSystem.cxx, lib/ElementType.cxx, lib/Entity.cxx,
Packit 8a864e
	lib/EntityApp.cxx, lib/EntityCatalog.cxx, lib/EntityDecl.cxx,
Packit 8a864e
	lib/EntityManager.cxx, lib/EntityManagerMessages.msg,
Packit 8a864e
	lib/EquivClass.h, lib/ErrnoMessageArg.cxx,
Packit 8a864e
	lib/ErrorCountEventHandler.cxx, lib/Event.cxx,
Packit 8a864e
	lib/EventGenerator.cxx, lib/EventQueue.h,
Packit 8a864e
	lib/ExtendEntityManager.cxx, lib/ExternalId.cxx,
Packit 8a864e
	lib/Fixed2CodingSystem.cxx, lib/GenericEventHandler.cxx,
Packit 8a864e
	lib/Group.cxx, lib/Group.h, lib/Hash.cxx, lib/IListBase.cxx,
Packit 8a864e
	lib/Id.cxx, lib/Id.h, lib/IdentityCodingSystem.cxx,
Packit 8a864e
	lib/InputSource.cxx, lib/InternalInputSource.cxx, lib/Link.cxx,
Packit 8a864e
	lib/LinkProcess.cxx, lib/LiteralStorage.cxx, lib/Location.cxx,
Packit 8a864e
	lib/Lpd.cxx, lib/LpdEntityRef.h, lib/Markup.cxx, lib/MarkupScan.h,
Packit 8a864e
	lib/Message.cxx, lib/MessageArg.cxx, lib/MessageEventHandler.cxx,
Packit 8a864e
	lib/MessageFormatter.cxx, lib/MessageFormatterMessages.msg,
Packit 8a864e
	lib/MessageReporter.cxx, lib/MessageReporterMessages.msg,
Packit 8a864e
	lib/MessageTable.cxx, lib/ModeInfo.cxx, lib/ModeInfo.h,
Packit 8a864e
	lib/Mutex.h, lib/NameToken.h, lib/Notation.cxx,
Packit 8a864e
	lib/NotationStorage.cxx, lib/NumericCharRefOrigin.cxx,
Packit 8a864e
	lib/NumericCharRefOrigin.h, lib/OffsetOrderedList.cxx,
Packit 8a864e
	lib/OffsetOrderedList.h, lib/OpenElement.cxx,
Packit 8a864e
	lib/OutputByteStream.cxx, lib/OutputCharStream.cxx,
Packit 8a864e
	lib/OutputState.cxx, lib/OutputState.h, lib/Param.cxx, lib/Param.h,
Packit 8a864e
	lib/Parser.cxx, lib/Parser.h, lib/ParserApp.cxx,
Packit 8a864e
	lib/ParserAppMessages.msg, lib/ParserEventGeneratorKit.cxx,
Packit 8a864e
	lib/ParserMessages.msg, lib/ParserOptions.cxx, lib/ParserState.cxx,
Packit 8a864e
	lib/ParserState.h, lib/Partition.cxx, lib/Partition.h,
Packit 8a864e
	lib/PosixStorage.cxx, lib/PosixStorageMessages.msg, lib/Priority.h,
Packit 8a864e
	lib/Recognizer.cxx, lib/Recognizer.h, lib/RewindStorageObject.cxx,
Packit 8a864e
	lib/SGMLApplication.cxx, lib/SJISCodingSystem.cxx,
Packit 8a864e
	lib/SOEntityCatalog.cxx, lib/Sd.cxx, lib/SdFormalError.h,
Packit 8a864e
	lib/SdText.cxx, lib/SearchResultMessageArg.cxx, lib/SgmlParser.cxx,
Packit 8a864e
	lib/ShortReferenceMap.cxx, lib/SrInfo.h, lib/StdioStorage.cxx,
Packit 8a864e
	lib/StdioStorageMessages.msg, lib/StorageManager.cxx,
Packit 8a864e
	lib/StorageObjectPosition.h, lib/Syntax.cxx, lib/Text.cxx,
Packit 8a864e
	lib/TokenMessageArg.cxx, lib/TokenMessageArg.h,
Packit 8a864e
	lib/TranslateCodingSystem.cxx, lib/Trie.h, lib/TrieBuilder.cxx,
Packit 8a864e
	lib/TrieBuilder.h, lib/TypeId.cxx, lib/URLStorage.cxx,
Packit 8a864e
	lib/URLStorageMessages.msg, lib/UTF8CodingSystem.cxx, lib/Undo.cxx,
Packit 8a864e
	lib/Undo.h, lib/UnicodeCodingSystem.cxx, lib/UnivCharsetDesc.cxx,
Packit 8a864e
	lib/Win32CodingSystem.cxx, lib/WinApp.cxx, lib/WinInetStorage.cxx,
Packit 8a864e
	lib/WinInetStorageMessages.msg, lib/XMLCodingSystem.cxx,
Packit 8a864e
	lib/app_inst.m4, lib/arc_inst.m4, lib/assert.cxx, lib/big5.h,
Packit 8a864e
	lib/entmgr_inst.m4, lib/events.h, lib/gb2312.h, lib/iso646-jis.h,
Packit 8a864e
	lib/iso8859-2.h, lib/iso8859-3.h, lib/iso8859-4.h, lib/iso8859-5.h,
Packit 8a864e
	lib/iso8859-6.h, lib/iso8859-7.h, lib/iso8859-8.h, lib/iso8859-9.h,
Packit 8a864e
	lib/jis0201.h, lib/jis0208.h, lib/jis0212.h, lib/ksc5601.h,
Packit 8a864e
	lib/lib.dsp, lib/lib.rc, lib/memmove.c, lib/parseAttribute.cxx,
Packit 8a864e
	lib/parseCommon.cxx, lib/parseDecl.cxx, lib/parseInstance.cxx,
Packit 8a864e
	lib/parseMode.cxx, lib/parseParam.cxx, lib/parseSd.cxx,
Packit 8a864e
	lib/parser_inst.m4, lib/splib.cxx, lib/splib.h, lib/splibpch.h,
Packit 8a864e
	lib/strerror.c, lib/token.h, lib/xentmgr_inst.m4,
Packit 8a864e
	nsgmls/NsgmlsMessages.msg, nsgmls/RastEventHandler.cxx,
Packit 8a864e
	nsgmls/RastEventHandler.h, nsgmls/RastEventHandlerMessages.msg,
Packit 8a864e
	nsgmls/SgmlsEventHandler.cxx, nsgmls/SgmlsEventHandler.h,
Packit 8a864e
	nsgmls/StringSet.cxx, nsgmls/StringSet.h, nsgmls/nsgmls.cxx,
Packit 8a864e
	nsgmls/nsgmls.dsp, nsgmls/nsgmls.rc, nsgmls/nsgmls_inst.m4,
Packit 8a864e
	pubtext/HTML32.dcl, pubtext/HTML32.dtd, pubtext/HTML32.soc,
Packit 8a864e
	pubtext/HTML4-f.dtd, pubtext/HTML4-s.dtd, pubtext/HTML4.dcl,
Packit 8a864e
	pubtext/HTML4.dtd, pubtext/HTML4.soc, pubtext/HTMLlat1.ent,
Packit 8a864e
	pubtext/HTMLspec.ent, pubtext/HTMLsym.ent, pubtext/ISOlat1.ent,
Packit 8a864e
	pubtext/ISOlat1.sgm, pubtext/html-1.dtd, pubtext/html-1s.dtd,
Packit 8a864e
	pubtext/html-s.dtd, pubtext/html.dcl, pubtext/html.dtd,
Packit 8a864e
	pubtext/html.soc, pubtext/xml.dcl, pubtext/xml.soc,
Packit 8a864e
	sgmlnorm/SGMLGenerator.cxx, sgmlnorm/SGMLGenerator.h,
Packit 8a864e
	sgmlnorm/sgmlnorm.cxx, sgmlnorm/sgmlnorm.dsp,
Packit 8a864e
	spam/CopyEventHandler.cxx, spam/CopyEventHandler.h,
Packit 8a864e
	spam/MarkupEventHandler.cxx, spam/MarkupEventHandler.h,
Packit 8a864e
	spam/SpamMessages.msg, spam/spam.cxx, spam/spam.dsp, spam/spam.rc,
Packit 8a864e
	spam/spam_inst.m4, spcat/spcat.cxx, spcat/spcat.dsp,
Packit 8a864e
	spcat/spcat_inst.m4, spent/spent.cxx, spent/spent.dsp,
Packit 8a864e
	sx/SxMessages.msg, sx/XmlOutputEventHandler.cxx,
Packit 8a864e
	sx/XmlOutputEventHandler.h, sx/XmlOutputMessages.msg, sx/sx.cxx,
Packit 8a864e
	sx/sx.dsp, sx/sx.rc, sx/sx_inst.m4, unicode/catalog,
Packit 8a864e
	unicode/demo.sgm, unicode/gensyntax.pl, unicode/unicode.sd,
Packit 8a864e
	unicode/unicode.syn: Initial revision, taken from the current jade
Packit 8a864e
	repository at tag before_split.
Packit 8a864e