2002-03-20 Dan Mueth * configure.in: Changing to version 0.3.6 for release. 2002-03-20 Dan Mueth Migrating from old omf-install method of installing OMF files to the newer method from scrollkeeper-example2. This is a simpler system and the newer build files are much cleaner. * Makefile.am: Removing omf-install. Adding dist-hook. A couple other small changes. Moving special install and uninstall tasks into this file, from omf-install. * doc/omf.make: Adding this file from scrollkeeper-example2. Made substantial modifications for scrollkeeper package since it is special. * doc/xmldocs.make: Adding this file from scrollkeeper-example2. * doc/Makefile.am: Update EXTRA_DIST * doc/writing_scrollkeeper_omf_files/C/Makefile.am: minor updates for new doc build system 2002-03-20 Dan Mueth * configure.in: Adding nice comments and reorganizing to pretty it up * TODO: Added an item. Removed some things that have been done or else are obsolete. 2002-03-20 Dan Mueth * toc/src/toc.h: Applying patch from Daniel Veillard which includes the libxml/ path in the #include lines for libxml header files. 2002-03-16 Dan Mueth Adding the current draft of the specifications for 0.3.x/0.4.x to CVS. Note that it is not up-to-date. * /doc/scrollkeeper_devel_docs/scrollkeeper-0.4: Adding this directory * /doc/scrollkeeper_devel_docs/scrollkeeper-0.4/scrollkeeper_0.4_specs_draft.txt: 2002-03-16 Dan Mueth Deprecating and removing scrollkeeper_toc from build. It was the original code for SGML docs only. Now we use stylesheets, and SGML support has been temporarily been removed. This program appears to have busted at some point (changes in libxml?) BTW. * configure.in: Removing toc/ stuff. * Makefile.am: Removing toc/ stuff. * toc/README: Marking as deprecated. * po/POTFILES.in: Removing toc/ stuff. A couple more small changes: * configure.in: Changing version number to 0.3.6beta1. * omf-install/Makefile.am: Removing unneeded -r flag from rm. 2002-03-16 Dan Mueth omf-install/Makefile.am: use escape sequence for quotes in echo, from Morten Welinder configure.in: Removing "-Werror" at the request of Morten Welinder 2002-03-16 Dan Mueth scripts/scrollkeeper-get-toc-from-docpath.in: updated error message Added small patches from Morten Welinder , which appear to make the shell scripts more portable: scripts/scrollkeeper-get-toc-from-docpath.in: quotes around variable scripts/scrollkeeper-rebuilddb.in: expr instead of $(()) Fixed small errors which only show up on some platforms (Solaris?), as pointed out by Morten Welinder : libuuid/parse.c: Do explicit variable cast libs/extract.c: Move error message into non-Solaris loop where it belongs. 2002-03-16 Dan Mueth Adding updated and new po files: * po/sl.po: New po file * po/no.po: Updated version * po/da.po: Updated version 2002-03-13 Dan Mueth * TODO: Updating 2002-03-12 Dan Mueth * TODO: Updating * INSTALL: Adding more information about requirements/dependencies and about building. 2002-03-10 Dan Mueth Fixed a duplicated id, pointed out by Kevin Breit: * doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files.xml: 2002-02-26 Dan Mueth * configure.in: Changing to version 0.3.5 for unstable developer-only release. * man/man8/scrollkeeper-update.8: Adding new -q flag to man page. * man/man8/scrollkeeper-rebuilddb.8: Adding new -q flag to man page. 2002-02-26 Dan Mueth * configure.in: Changing URL for DocBook 4.1.2 DTD to the web page I set up a while back: http://scrollkeeper.sourceforge.net/docbook.shtml (bug #515392) 2002-02-26 Dan Mueth * configure.in: Removed requirement for openjade for now, since support for DocBook/SGML has been removed temporarily. * scrollkeeper.spec.in: Remove requirement for openjade for now, since support for DocBook/SGML has been removed temporarily. * TODO: updates 2002-02-26 Dan Mueth * omf-install/Makefile.am: Adding log messages and quiet flag for installing, and removal of created files on uninstall. * configure.in: version to 0.3.5beta5 * TODO: minor updates 2002-02-25 Dan Mueth Updating the spec file and database rebuilding to run in quiet mode, since nobody wants to see all the output at install time. (The new messaging sends more info to STDOUT by default, so we now use the -q flag to make output quiet during installation.) * scrollkeeper.spec.in: Adding -q flag to scrollkeeper-rebuilddb call * scripts/scrollkeeper-rebuilddb.in: Adding -q flag and rewriting the option handling. 2002-02-25 Dan Mueth Converting all old error message functions over to new messaging function. * libs/error.c(sk_message): Fixed position of colon in output. * cl/src/update.c: Moving from sk_warning to sk_message. * cl/src/scrollkeeper-uninstall.c(usage): Added -v flag. * cl/src/scrollkeeper-uninstall.c(main): Added -v flag. Moving from sk_warning to sk_message. * cl/src/get-cl.c: Moving from sk_warning to sk_message. * cl/src/scrollkeeper-install.c: Moving from sk_warning to sk_message. * extract/src/scrollkeeper-extract.c: Moving from sk_warning to sk_message. * toc/src/toc.c: Moving from sk_warning to sk_message. * libs/uninstall.c: * libs/install.c: * libs/extract.c: * buildtools/separate.c: * configure.in: version to 0.3.5beta4 2002-02-24 Dan Mueth Beginning transition to new messaging (to STDOUT and log file) system. The main part is done, although we need to add documentation on how this works and move lots of function calls from sk_warning() to sk_message(). * cl/src/update.c(main): Added -v flag. Converted some parts from sk_warning() to sk_message(). * cl/src/update.c(usage): Added -v flag. * libs/error.c(sk_message): Added new messaging function, which will replace the old one. * libs/error.c(reconcile_skout_prefs): Used by sk_message. * libs/scrollkeeper.h.in: Added variables for messaging. * TODO: Small changes 2002-02-20 Dan Mueth * doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files.xml: Added a bunch of indexterms. * TODO: Added an item or two * configure.in: Bumping version to 0.3.5beta3 2002-02-17 Dan Mueth * configure.in: Bumping version to 0.3.5beta2 * doc/xmldocs.make: Have it only create the figures/ directory if there are figures. (We still should add regex to strip out white space, and have it no longer include all png's in figures/. In fact, we should just put a Makefile.am in figures/ and have that handle inclusion of the figures.) 2002-02-17 Dan Mueth Moving Writing ScrollKeeper OMF Files into C directory: * doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files-C.xml: * doc/writing_scrollkeeper_omf_files/C/writing_scrollkeeper_omf_files.xml: * doc/writing_scrollkeeper_omf_files/C/legal.xml: Setting up some build stuff for the doc: * doc/writing_scrollkeeper_omf_files/C/Makefile.am: * doc/writing_scrollkeeper_omf_files/Makefile.am: * configure.in: * doc/xmldocs.make: (this still needs some work) * Makefile.am: * doc/Makefile.am: Marking sysconfdir files as %config files: * scrollkeeper.spec.in: Removing todo item for OMF tutorial. Adding item for config-time SGML disabling: * TODO: 2002-02-15 Dan Mueth * AUTHORS: Updated my email address, and added a bit more of what I've done lately. 2002-02-15 Dan Mueth * doc/writing_scrollkeeper_omf_files/writing_scrollkeeper_omf_files.xml: More small fixes and edits. 2002-02-15 Dan Mueth * doc/writing_scrollkeeper_omf_files/writing_scrollkeeper_omf_files.xml: Added two more sections. Various small updates and edits. Now I think I'm really done with the first draft. Bumping doc version to 1.0. 2002-02-15 Dan Mueth * doc/writing_scrollkeeper_omf_files/writing_scrollkeeper_omf_files.xml: Finished up first draft. 2002-02-14 Dan Mueth Wrote most of a document on writing OMF files. Still has a couple more sections to go, and then integration into the package. * doc/writing_scrollkeeper_omf_files/legal.xml: * doc/writing_scrollkeeper_omf_files/writing_scrollkeeper_omf_files.xml: * doc/writing_scrollkeeper_omf_files/: Added this directory * TODO: Small additions 2002-02-10 Dan Mueth Adding another parameter to sk_warning() to take the function/command name. This way the log file will keep accurate details of where the errors are coming from, although the command line doesn't do so in many cases since the user knows which command was being used. * buildtools/separate.c: * libs/extract.c: * libs/uninstall.c: * libs/install.c: * libs/error.c: * libs/scrollkeeper.h.in: * cl/src/get-cl.c * cl/src/scrollkeeper-install.c * cl/src/scrollkeeper-uninstall.c * cl/src/update.c * extract/src/scrollkeeper-extract.c: * toc/src/toc.c 2002-02-10 Dan Mueth Adding a logging/warning message for not well-formed docs and various other error cases. * libs/extract.c: * libs/install.c: * libs/scrollkeeper.h.in: * extract/src/scrollkeeper-extract.c: * configure.in: Changing to version 0.3.5beta1 for development. * libs/error.c: Adding error reporting for problems accessing log file. Also, in verbose mode now it prints error to STDOUT before trying to access log file, in case it fails. 2002-02-10 Dan Mueth * TODO: Adding a couple items 2002-02-08 Dan Mueth * scrollkeeper.spec.in: Small fixes from Paul Heinlein 2002-01-24 Dan Mueth * configure.in: Changing to version 0.3.4 for unstable developer-only release. * TODO: Adding that we need to do the catalog checking for XML docs as well. 2002-01-24 Dan Mueth * libs/install.c: Taking out support for index and TOC extraction for SGML documents for now since it relies on the catalogs being installed correctly, which typically is not the case. We should put this back later and do proper error case checking to avoid spews. * configure.in: Changing to version 0.3.4beta * TODO: Removed item I fixed and added "feature" of replacing SGML support with proper error checking. 2002-01-16 Dan Mueth * README: Added a description of the RPM problem for upgrades from version 0.2 to 0.3.1. * man/man7/scrollkeeper.7: Added Files section. 2002-01-16 Dan Mueth * configure.in: Promoting to developer-only release version 0.3.3. Version 0.3.2 never quite made it off the ground. * libs/extract.c: Changing the system identifier from a local file path to the oasis-open.org URL. * TODO: Removing this item from the list. 2002-01-16 Dan Mueth * scrollkeeper.spec.in: - Adding logging lines - Changing to use scrollkeeper-rebuilddb after installation - Only having logs and database removed in %postun if it is not an upgrade ... Note: From SK 0.2 to 0.3.1, we had a badly written %postun which blows away the rebuilt database after an upgrade :( * TODO: Added a couple more things to fix 2002-01-15 Dan Mueth * configure.in: Promoting to developer-only release version 0.3.2 * TODO: Adding a task 2002-01-15 Dan Mueth * configure.in: - Removing doc/* from AC_OUTPUT for now, until I get a chance to update the documentation. This caused a breakage of 0.3.1 tarballs. - Changed test for docbook-dtd412-xml to use xmlcatalog. - Updated the intltool-extract blurb and added URL for source. * TODO: Removed completed tasks. 2002-01-13 Dan Mueth * scrollkeeper.spec.in: Adding BuildRequires for libxml2-devel * configure.in: Changing error note about xml2-config and libxml2 to state that the libxml2-devel package is also needed. (xml2-config is actually part of libxml2-devel, not libxml2, on some systems such as Red Hat.) Also changing version number to 0.3.2beta. * TODO: added some more details and items. 2002-01-13 Dan Mueth * configure.in: Promoting to developer-only release version 0.3.1 * Makefile.am: Including TODO file in EXTRA_DIST * TODO: a number of updates with more bugs, features, and details. 2002-01-12 Dan Mueth * TODO: small updates 2002-01-12 Dan Mueth * Makefile.am: removing the docs/ directory from the build until we get the manual updated and converted to XML. * TODO: small update 2002-01-12 Dan Mueth Finishing the migration from xml-i18n-tool to intltool, getting rid of xml-i18n-toolize. Small tweeks to these files: * autogen.sh: * configure.in: * Makefile.am: * cl/templates/Makefile.am 2002-01-12 Dan Mueth * scripts/scrollkeeper-rebuilddb.in: Adding logging lines. * cl/src/scrollkeeper-install.c: Added logging line. * cl/src/scrollkeeper-uninstall.c: Added logging line. * cl/src/update.c: Adding a few logging lines. * TODO: Updated, removing a couple things I've done and adding one or two new tasks. 2002-01-12 Dan Mueth * libs/scrollkeeper.h.in: Defining the log file name here, so that it will track @localstatedir@. * configure.in: Having libs/scrollkeeper.h be built. * libs/error.c: Switching to use the log file which tracks @localstatedir@ and adding a time stamp to each log entry. * libs/scrollkeeper.h: Removing this file since autoconf generates it now. * scrollkeeper.spec.in: Updating %postun to track the log file name. 2002-01-12 Dan Mueth * configure.in: Adding new po's to ALL_LINGUAS, as I forgot to on the last commit. * TODO: Minor updates * README: Minor updates * INSTALL: Minor updates * scrollkeeper.spec.in: Adding a %postun line to remove the log file. 2002-01-12 Dan Mueth * TODO: Minor updates * scrollkeeper-spec.txt: Added more info on logging and OMF_DIR, and and made a few minor changes. * po/az.po: Added * po/pl.po: Added * po/zh_TW.po: Added * po/ca.po: Updated * po/da.po: Updated * po/de.po: Updated * po/sv.po: Updated * po/sk.po: Updated 2002-01-05 Dan Mueth * TODO: Adding this file, so people can easily find things to work for generally keeping track of tasks. 2002-01-05 Dan Mueth Updating to build with intltool instead of xml-i18n-tool. I still have it using xml-i18n-toolize instead of intltoolize, so we'll need to migrate this part over at some point. * configure.in * scrollkeeper.spec.in 2001-12-05 Dan Mueth Promoting to version 0.3.1beta, since we just released 0.3.0. * configure.in Adding man page for scrollkeeper.conf. * configure.in * scrollkeeper.spec.in * man/man5/scrollkeeper.conf.5 * man/man5/Makefile.am * man/Makefile.am Updating older man pages to refer to scrollkeeper.conf, have my current email address, and bump up modification date: * man/man1/Makefile.am * man/man1/scrollkeeper-config.1 * man/man1/scrollkeeper-gen-seriesid.1 * man/man7/Makefile.am * man/man7/scrollkeeper.7 * man/man8/Makefile.am * man/man8/scrollkeeper-preinstall.8 * man/man8/scrollkeeper-rebuilddb.8 * man/man8/scrollkeeper-update.8 2001-12-01 Dan Mueth A couple small changes to get RPM's building again, after the scrollkeeper.conf file was added. * scrollkeeper.spec.in: Added sysconfdir to files * config/Makefile.am: Changing to use sysconfdir 2001-08-09 Mary Dwyer * extract/stylesheets/index.xsl: Mary's new changed checked in 2001-07-15 Laszlo Kovacs * config/scrollkeeper.conf: default value corrected * cl/src/update.c: omf directories can be specified through /etc/scrollkeeper.conf also 2001-07-15 Laszlo Kovacs * configure.in, Makefile.am, config/*: config file added 2001-07-14 Frederic Devernay (reviewed by Laszlo Kovacs * configure.in: AC_PROG_CC and AC_PROG_CPP moved before AC_ISC_POSIX * cl/src/get-cl.c, cl/src/preinstall.c, cl/src/scrollkeeper-install.c, cl/src/scrollkeeper-uninstall.c: buildtools/separate.c, libs/extract.c, libs/install.c, libs/merge.c, libs/uninstall.c, libs/update-url.c, libs/scrollkeeper.h: * extract/stylesheets/Makefile.am simplified 2001-06-27 Laszlo Kovacs * cl/src/preinstall.c, libs/update-url.c: url update code moved to libs/update-url.c * libs/Makefile.am: update-url.c added * libs/scrollkeeper.h: update_doc_url_in_omf_file() added 2001-06-26 Laszlo Kovacs * cl/src/update.c: install() and uninstall() from library used for database updates 2001-06-26 Laszlo Kovacs * libs/scrollkeeper.h, libs/scrollkeeper-private.h, libs/Makefile.am, all .c files: scrollkeeper.h and scrollkeeper-private.h unified 2001-06-25 Laszlo Kovacs * libs/Makefile.am: uninstall.c added, libs/uninstall.c: added libs/scrollkeeper-private.h: function prototype added * cl/src/scrollkeeper-uninstall.c: added, uninstall code moved to library cl/src/Makefile.am: uninstall.c renamed to scrollkeeper-uninstall.c po/POTFILES.in: two files renamed, two files added 2001-06-25 Laszlo Kovacs * libs/install.c, libs/database.c: added libs,Makefile.am: install.c, database.c added libs/scrollkeeper-private.h: some routine prototypes added * cl/src/scrollkeeper-install.c: added, install code moved to the library * cl/src/Makefile.am: install.c renamed to scrollkeeper-install.c 2001-06-20 Laszlo Kovacs * cl/src/update.c, cl/src/update.c, cl/src/uninstall.c: more security fixes 2001-06-19 Laszlo Kovacs * cl/src/install.c, cl/src/get-cl.c, cl/src/uninstall.c, cl/src/update.c, libs/extract.c: sprintf() calls replaced with snprintf() 2001-06-19 Mary Dwyer * cl/src/uninstall.c Fix for bug 430496: sk-install doesn't remove index file * cl/src/uninstall.c cl/src/install.c cl/src/preinstall.c Corrected error in Usage message * extract/stylesheets/index.xsl Fixed error in key definitions. 2001-06-18 Laszlo Kovacs * libs/file.c, libs/scrollkeeper-private.h: copy_file() added * cl/src/install.c: copy_file() replaces system cp calls 2001-06-18 Laszlo Kovacs * cl/src/get-cl.c, cl/src/install.c, cl/src/uninstall.c, cl/src/update.c, extract/src/scrollkeeper-separate.c: umask() calls added * libs/extract.c: removed encoding detection hack as encoding detection through custom sgml declaration has been added to libxml2 2001-06-15 Laszlo Kovacs * cl/src/install.c, cl/src/update.c, buildtools/separate.c: mkdir commands changed to mkdir() calls 2001-06-14 Laszlo Kovacs * extract/src/Makefile.am: scrollkeeper-extract installed (previous change was a mistake) * buildtools/Makefile.am: scrollkeeper-tree-separate not installed * cl/src/preisntall.c: failure returned value changed to 1 2001-06-14 Laszlo Kovacs * extract/src/Makefile.am: scrollkeeper-extract not installed 2001-06-11 Dan Mueth Fixing name of xml-i18n-tools for configure.in error message. * configure.in: 2001-06-07 Laszlo Kovacs * libs/merge.c, buildtools/separate.c, cl/src/install.c, cl/src/uninstall.c, cl/src/preinstall.c: xmlChar vs char compatibility problems fixed * libs/merge.c, cl/src/install.c: docuid renamed to docseriesid 2001-06-07 Laszlo Kovacs * buildtools/separate.c: fixing xmlStrcat call problem * cl/templates/Makefile.am: fixing library problem * libuuid/gen_uuid.c, libuuid/pack.c, libuuid/unpack.c, libuuid/uuid_time.c, libuuid/uuidP.h: Solaris iconpatibility problems fixed 2001-06-06 Mary Dwyer (committed by Laszlo Kovacs) * extract/stylesheets/index.xsl: added latest version of stylesheet 2001-06-06 Dan Mueth Updating man pages to reflect change in name of scrollkeeper-gen-docuid -> scrollkeeper-gen-seriesid * man/man1/Makefile.am: * man/man1/scrollkeeper-config.1: * man/man1/scrollkeeper-gen-docuid.1: * man/man1/scrollkeeper-gen-seriesid.1: * man/man7/scrollkeeper.7: * man/man8/scrollkeeper-preinstall.8: * man/man8/scrollkeeper-rebuilddb.8: * man/man8/scrollkeeper-update.8: 2001-06-06 Laszlo Kovacs * scrollkeeper-spec.txt, scripts/Makefile.am: rename scrollkeeper-gen-docuid to scrollkeeper-gen-seriesid 2001-06-05 Dan Mueth Updating man pages a bit. Added a couple new man pages, moved a couple to better man sections, and made some minor revisions. * configure.in: * man/Makefile.am: * man/man1/Makefile.am: * man/man1/scrollkeeper-config.1: * man/man1/scrollkeeper-gen-docuid.1: * man/man7/Makefile.am: * man/man7/scrollkeeper.7: * man/man8/Makefile.am: * man/man8/scrollkeeper-config.8: * man/man8/scrollkeeper-preinstall.8: * man/man8/scrollkeeper-rebuilddb.8: * man/man8/scrollkeeper-update.8: * scrollkeeper-spec.txt: * scrollkeeper.spec.in: 2001-06-05 Laszlo Kovacs * scrollkeeper-spec.txt: updated with i18n support * configure.in: raising version number to 0.3 2001-06-05 Laszlo Kovacs * configure.in, scrollkeeper.spec.in: dependencies added * scrollkeeper-spec.txt, Makefile.am: scrollkeeper-spec.txt (description of Scrollkeeper) added 2001-06-01 Laszlo Kovacs * libs/extract.c, libs/Makefile.c: SGML->XML conversion added * configure.in: dependencies on docbookx 4.1.2 and opensp added for non-Solaris platforms 2001-05-30 Laszlo Kovacs * cl/src/install.c: memory handling problem fixed 2001-05-30 Mary Dwyer reviewed by Laszlo Kovacs * extract/stylesheets/index.xsl, extract/stylesheets/Makefile.am: index stylesheet added * cl/src/install.c: create index file * scripts/scrollkeeper-get-index-from-docpath.in, scripts/Makefile.am, configure.in: script to find index file added * configure.in: scrollkeeper-get-index-from-docpath added 2001-05-23 Laszlo Kovacs * libs/i18n.c: sk_get_language_list() modified * configure.in: check for xml-i18n-tools moved before macro 2001-05-21 Laszlo Kovacs * configure.in: libxml2 version 2.3.9 or higher is needed * buildtools/separate.c: property removal fixed 2001-05-21 Laszlo Kovacs * configure.in: xml-i18n-tools 0.8.4 or higher is required 2001-05-17 Laszlo Kovacs * cl/src/install.c: implemented relation/seriesid tag 2001-05-16 Laszlo Kovacs * scripts/gen-docuid.c, scripts/Makefile.am: unique id generator added * libs/i18n.c: locale variable query fixed 2001-05-16 Laszlo Kovacs * cl/templates/Makefile.am: LD_LIBRARY_PATH set correctly * scrollkeeper.spec.in: updated according to the latest build structure 2001-05-16 Laszlo Kovacs * libuuid/parse.c, libuuid/compare.c: compile errors fixed 2001-05-15 Laszlo Kovacs * libuuid, Makefile.am, configure.in: libuuid added 2001-05-15 Laszlo Kovacs * libs/i18n.c: small bug fixed * cl/templates/Makefile.am: new category tree translation procedure added * buildtools/separate.c: categorycode attribute added to the right node * configure.in: cl/templates/* Makefiles removed 2001-05-14 Laszlo Kovacs * po/it.po, po/nb.po: added 2001-05-14 Laszlo Kovacs * po/*.po: category tree related messages added * cl/templates/scrollkeeper_cl.xml.in: generic category tree added * cl/templates/Makefile.am: scrollkeeper_cl.xml.in added * po/POTFILES.in: cl/templates/scrollkeeper_cl.xml.in added 2001-05-11 Laszlo Kovacs * libs/merge.c: merging starts from the first available language tree * libs/i18n.c: C locale added to the end of language list if needed in sk_get_language_list() 2001-05-11 Laszlo Kovacs * autogen.sh, configure.in, .cvsignore, Makefile.am: xml-i18n-tools stuff added 2001-05-10 Laszlo Kovacs * buildtools/separate.c: unique id generation added by concatenating all the titles down to the current node 2001-05-10 Laszlo Kovacs * buildtools/separate.c: buildtool for tree separation added 2001-05-09 Laszlo Kovacs * buildtools/*, Makefile.am, configure.in: buildtools subdirectory added, code not complete yet 2001-05-04 Laszlo Kovacs * extract/stylesheets/toc.xsl: toplevel title not output 2001-05-03 Laszlo Kovacs * configure.in: Scrollkeeper depends on libxml2 version 2.3.8 or higher rather than libxml2 from CVS head 2001-05-02 Laszlo Kovacs * extract/stylesheets/toc/xsl: tolevel tag changed to tocsect 2001-05-02 Laszlo Kovacs * libs/scrollkeeper.h, libs/scrollkeeper-private.h: apply_stylesheets() moved from scrollkeeper.h to scrollkeeper-private.h *libs/extract.c: file type parameter added to apply_stylesheets() * extract/src: file type passed to apply_stylesheets() * cl/src/install.c: TOC extraction based on stylesheets added * cl/templates/da/scrollkeeper_cl.xml, cl/templates/it/scrollkeeper_cl.xml: encoding added 2001-05-02 Laszlo Kovacs * cl/src/Makefile.am, toc/src/Makefile.am: XSLT_FLAGS added, * libs/Makefile.am: XSLT flags and extract.c added, * libs/scrollkeeper.h: tree.h included, * libs/extract.c: added, * extract/*: added, * po/POTFILES.in: extract/src/scrollkeeper-extract.c, * Makefile.am: extract added to SUBDIRS * configure.in: libxslt dependency and extract module Makefiles added 2001-05-01 Laszlo Kovacs * toc/src/toc.c: move to libxml2 * cl/src/install.c, cl/src/preinstall.c, cl/src/uninstall.c: move to libxml2 * libs/merge.c: move to libxml2 * configure.in: move to libxml2 2001-05-01 Laszlo Kovacs * configure.in: adding ca to ALL_LINGUAS * confiugre.in: INTLTOOL macro removed 2001-04-25 Dan Mueth Adding Catalan translations provided by Pablo Saratxaga . * cl/templates/ca/scrollkeeper_cl.xml: * po/ca.po: 2001-04-24 Laszlo Kovacs * small bug fixes 2001-04-24 Laszlo Kovacs * libs/i18n.c: sk_get_language_list()fixed * libs/merge.c: merge_locale_trees() fixed * cl/src/get-cl.c: locale.h included 2001-04-24 Laszlo Kovacs * libs/scrollkeeper.h, libs/merge.c: main tree merge routine added * libs/file.c: created * libs/i18n.c: config.h included * libs/Makefile.am: file.c added * libs/scrollkeeper-private.h: file handling routines added * cl/src/install.c: file handling routines moved to libs/file.c * cl/src/get-cl.c: language list based tree merge added 2001-04-23 Laszlo Kovacs * libs/scrollkeeper.h, libs/merge.c: language list parsing added to tree merge 2001-04-23 Laszlo Kovacs * libs/i18n.c: added * libs/scrollkeeper-private.h: sk_get_language_list() added * libs/merge.c: memory allocation check added * libs/Makefile.am: i18n.c added 2001-04-23 Laszlo Kovacs * libs/srcollkeeper.h: changed completely as this is a new file with an existing file's name * libs/merge.c: initial code of tree merging added 2001-04-23 Laszlo Kovacs * cl/src/*.c, toc/src/toc.c, libs/error.c: scrollkeeper.h renamed to scrollkeeper-private.h * libs/scrollkeeper-private.h: added 2001-04-11 Laszlo Kovacs * cl/src/install.c: bug 413022 fixed, xml parsing made more general 2001-04-11 Laszlo Kovacs * bg_BG.cp1251/Makefile.am bg_BG/Makefile.am de_AT/Makefile.am en_AU/Makefile.am en_GB/Makefile.am en/Makefile.am en_SE/Makefile.am en_UK/Makefile.am en_US/Makefile.am es_DO/Makefile.am es_ES/Makefile.am es_GT/Makefile.am es_HN/Makefile.am es_MX/Makefile.am es_PA/Makefile.am es_PE/Makefile.am es_SV/Makefile.am ja_JP.eucJP/Makefile.am no/Makefile.am no_NY/Makefile.am pt_PT/Makefile.am sr_YU/Makefile.am sv_SE/Makefile.am zh_CN.GB2312/Makefile.am zh_CN/Makefile.am zh_TW.Big5/Makefile.am zh_TW/Makefile.am cl/src/install.c: symlinks to content list files made relative 2001-04-11 Laszlo Kovacs * po/da.po, cl/templates/da/scrollkeeper_cl.xml: updated 2001-04-02 Laszlo Kovacs * cl/src/preinstall.c, cl/src/install.c: bug 412101 fixed, processing of "file:" prefix added to url in metadata files 2001-04-02 Laszlo Kovacs po/tr.po: updated 2001-03-29 Dan Mueth Added draft of ScrollKeeper 0.2 Specifications which Laszlo and I have been working on. * doc/scrollkeeper_devel_docs/scrollkeeper-0.2/scrollkeeper_0.2_spe cs.txt: 2001-03-29 Dan Mueth Updates to man pages: include -v for one app, list files, and put our email addresses. * man/man8/scrollkeeper-config.8: * man/man8/scrollkeeper-preinstall.8: * man/man8/scrollkeeper-rebuilddb.8: * man/man8/scrollkeeper-update.8: 2001-03-28 Laszlo Kovacs * Releasing 0.2 from what we have in the CVS at this point in time 2001-03-27 Laszlo Kovacs * cl/templates/da/scrollkeeper_cl.xml, cl/templates/de/scrollkeeper_cl.xml, cl/templates/es/scrollkeeper_cl.xml, cl/templates/nb/scrollkeeper_cl.xml: encoding added to header 2001-03-27 Laszlo Kovacs * po/ja.po, po/sl.po: created * configure.in: ja and sl added to ALL_LINGUAS * cl/templates/sl/scrollkeeper_cl.xml: Slovenian translation added * cl/templates/ja/scrollkeeper_cl.xml: Japanese translation added * cl/templates/ru/scrollkeeper_cl.xml: Russian translation added 2001-03-26 Laszlo Kovacs * configure.in: nl, uk and fr added to ALL_LINGUAS po/nl.po, po.fr.po, po/uk.po: added po/ru.po: updated * cl/templates/fr/scrollkeeper_cl.xml: French tree added * cl/templates/tr/scrollkeeper_cl.xml: Turkish tree updated * scrollkeeper.spec.in: pt_BR symlink related package update problem fixed 2001-03-23 Laszlo Kovacs * configure.in: version number raised to 0.2 2001-03-23 Laszlo Kovacs * libs/Makefile.am: scrollkeeper.h installation removed 2001-03-21 Laszlo Kovacs * po/ru.po: added configure.in: Russian added to All_LINGUAS 2001-03-21 Laszlo Kovacs *configure.in, omf-install/Makefile.am, scripts/scrollkeeper-config.in, scripts/scrollkeeper-get-toc-from-docpath.in, scripts/scrollkeeper-get-toc-from-id.in: platform dependent database directory setup added (at the moment it sets it to $localstatedir/lib/scrollkeeper on Linux and $localstatedir/db/scrollkeeper on FreeBSD) 2001-03-19 Laszlo Kovacs *scripts/scrollkeeper-rebuilddb.in: -v flag added 2001-03-15 Laszlo Kovacs * libs/error.c: log file size monitoring added to sk_warning() 2001-03-15 Laszlo Kovacs * cl/src/Makefile.am, toc/src/Makefile.am: libs include dir path fixed * scrollkeeper.spec.in: /usr/lib/* added 2001-03-15 Laszlo Kovacs * cl/src/preinstall.c: sk_warning() removed * cl/src/*.c (apart form preinstall.c): verbose flag implemented 2001-03-14 Laszlo Kovacs * toc/src/Makefile.am: libscrollkeeper added * toc/src/toc.c: sk_warning() used to display messages 2001-03-14 Laszlo Kovacs * libs/scrollkeeper.h, libs/error.c: check_ptr() added * cl/src/*.c: check_ptr() removed and sk_warning() used to display messages * po/POTFILES.in: libs/error.c added 2001-03-14 Laszlo Kovacs * libs, Makefile.am, configure.in: private low level library created * cl/src/Makefile.am: libscrollkeeper added * cl/src/update.c: sk_warning() used for displaying messages 2001-03-14 Laszlo Kovacs * cl/templates/sv/scrollkeeper_cl.xml: Swedish translation added * cl/templates/pt_BR/scrollkeeper_cl.xml, cl/templates/pt_BR/Makefile.am: translated tree added * po/pt_BR.po: added * configure.in: pt_BR added * scrollkeeper.spec.in: pt_BR removed from link related cycle 2001-03-13 Laszlo Kovacs * cl/src/update.c: fix bug 406982 2001-03-12 Laszlo Kovacs * cl/src/install.c: fix for bug 406985 2001-03-09 Dan Mueth * configure.in: Took out check for C++ since we don't need it. Thanks to Karl Eichwalder for pointing this out. 2001-03-05 Dan Mueth Changing version number to 0.1.4 for release. * configure.in: Added some %postun to blow away %datadir/scrollkeeper/templates since anybody who upgraded from 0.1.1 to 0.1.2 will have some crud left in there. * scrollkeeper.spec.in: 2001-03-04 Dan Mueth Commented out warning message which should go to log file instead of spew to screen. It wouldn't be too bad, except that these warning happen in the post-install script of RPMs or whatever packages, and people really don't like to see warnings like this when they are upgrading or installing packages. * cl/src/update.c: (parse_omf_dir): Changed version to 1.4test1: * configure.in: 2001-03-04 Dan Mueth Small fix to spec file so that scrollkeeper owns the directory %{_datadir}/omf/scrollkeeper * scrollkeeper.spec.in: 2001-03-04 Dan Mueth Moving docs back into $(datadir)/scrollkeeper/doc. Trying to put them with the %doc docs turned out to be a huge headache and I don't think RPM was intended to be used this way. It blows away that directory and then recreates it as the last step, so the only way to get things in there is to use %doc. %doc seems to only want to yank files out of the build directory though, and not the buildroot. This won't work nicely b/c we build HTML docs from the SGML. There may be some way around this, but I didn't find it. Plus there is the added complexity of RPM moving its %doc directory between RH 6.2 and 7.0 to be FHS compliant. * doc/sgmldocs.make: * scrollkeeper.spec.in: 2001-03-04 Dan Mueth Fixing bootstrap problem which I forgot about when I updated the build stuff for the docs. Now it uses the locally created (but uninstalled) scrollkeeper-preinstall when processing the OMF files as it should. * doc/sgmldocs.make: 2001-03-04 Dan Mueth Have OMF files installed under $(datadir)/omf/scrollkeeper instead of $(datadir)/omf * omf-install/Makefile.am: * scrollkeeper.spec.in: 2001-03-04 Dan Mueth Updating doc build setup to use a template file. Took the Nautilus template file and cleaned it up some more, tried to generalize it a bit more, and wrote some comments at top. Setting this up to create a nice example some time very soon. * doc/Makefile.am: * doc/scrollkeeper_manual/C/Makefile.am: * doc/sgmldocs.make: 2001-03-04 Dan Mueth General fixing up: - Corrected Source0 to have the right URL for getting tarballs - Added a patch by Karl Eichwalder to simplify the linking section (Thanks also to John GOTTS who supplied a similar patch.) - Have it blow away a pre-existing database even if RPM wasn't previously installed. * scrollkeeper.spec.in: 2001-03-04 Dan Mueth Having scrollkeeper-update automatically create the database directory if it does not exist. This helps make things more robust against the database not getting created or else getting blown away somehow. Removing the part of scrollkeeper-rebuilddb which bombs out with an error if the database directory doesn't exist, since scrollkeeper-update will just create it if it is missing. Bug#405602 * cl/src/update.c: (main): * scripts/scrollkeeper-rebuilddb.in: 2001-03-04 Dan Mueth * doc/scrollkeeper_manual/C/Makefile.am: Fixing the path under which the SGML doc is actually getting installed. previously the OMF was pointing to the old path of the doc, creating an error message every time the scrollkeeper RPM was installed. 2001-03-02 Laszlo Kovacs * doc/scrollkeeper-manual/C/scrollkeeper_manual-C.omf category changed so that doc does not get installed with Scrollkeeper as it is incomplete * confiugre.in: version number raised to 0.1.3 2001-03-01 Dan Mueth * po/.cvsignore: Added this file * po/scrollkeeper.pot: Removing this file * po/sk.po: Updating 2001-03-01 Laszlo Kovacs - configure.in: -W type warnings added to CFLAGS - cl/src/*.c, toc/src/toc.h, toc/src/toc.c: warnings because of -W flags fixed - CVSVERSION: created 2001-03-01 Laszlo Kovacs - toc/src/toc.c: this is the fix for bug 233249 that I thought I added, but it looks like I forgot (anchor tag handling) 2001-02-28 Laszlo Kovacs - configure.in: de locale added - po/de.po: added - po/tr.po: updated with latest translation - cl/templates/de/scrollkeeper_cl.xml: German translation added cl/templates/tr/scrollkeeper_cl.xml: Turkish translation updated with latest 2001-02-28 Laszlo Kovacs - scrollkeeper.spec.in, cl/src/install.c, cl/templates/*/Makefile.am: templates directory names in $datadir changed to Templates to solve problems with rpm upgrade from 0.1.1 to 0.1.2 2001-02-28 Laszlo Kovacs - configure.in, po/ko.po: Korean messages added - cl/templates/scrollkeeper_cl.xml: translated Korean tree added 2001-02-26 Laszlo Kovacs - scrollkeeper.spec.in: post-install and post-uninstall messages removed no and no_NY added to the link resetting section - cl/src/update.c: message about conflicting OMF files removed - cl/templates, cl/templates/Makefile.am, configure.in: Norwegian locales (no, nn, nb, no_NY) set up correctly - raised version number to 0.1.2 2001-02-23 Laszlo Kovacs - release number raised to 0.1.1 - scripts/scrollkeeper-rebuilddb.in: echo removed 2001-02-23 Laszlo Kovacs - doc/scrollkeeper_manual/C/Makefile.am: doc install location changed - doc/scrollkeeper_manual/C/scrollkeeper_manual-C.omf doc url changed - Makefile.am: COPYING-DOCS installed - scrollkeeper.spec.in: docs installed in RPM 2001-02-20 Laslzo Kovacs - omf-install/Makefile.am, scripts/scrollkeeper-config.in, scripts/scrollkeeper-get-toc-from-docpath.in, scripts/scrollkeeper-get-toc-from-docpath.in, scripts/scrollkeeper-get-toc-from-id.in: $localstatedir change to /var/lib changed back to /var as it conflicts with RPM creation 2001-02-20 Laslzo Kovacs - configure.in, cl/templates/scrollkeeper_cl.xml, po/no.po: Norwegian translation added 2001-02-20 Laszlo Kovacs - scripts/scrollkeeper-get-content-list.in, scripts/scrollkeeper-get-extended-content-list.in: return values fixed 2001-02-20 Laszlo Kovacs - cl/src/get-cl.c: scrollkeeper-get-cl returns 0 if it finds a category TREE and 1 if it doesnt 2001-02-20 Laszlo Kovacs - toc/src/toc-extract.c: anchor added to the tags to be ignored 2001-02-20 Laszlo Kovacs - cl/src/install.c: bug 132470 fixed, error messages suppressed when DOM trees are created from incorrect TOC files 2001-02-20 Laszlo Kovacs - cl/src/get-cl.c: locale.h included - cl/src/install.c: fixed crash caused by incomplete TOC file 2001-02-20 Laszlo Kovacs - omf-install/Makefile.am, scripts/scrollkeeper-config.in, scripts/scrollkeeper-get-toc-from-docpath.in, scripts/scrollkeeper-get-toc-from-docpath.in, scripts/scrollkeeper-get-toc-from-id.in: $localstatedir is expected to be /var/lib, not /var 2001-02-19 Dan Mueth - Updated: cl/templates/da/scrollkeeper_cl.xml From: Kenneth Christiansen - Updated: cl/templates/el/scrollkeeper_cl.xml From: Simos Xenitellis - Updated: cl/templates/es/scrollkeeper_cl.xml From: Pablo Gonzalo del Campo - Updated: cl/templates/hu/scrollkeeper_cl.xml From: Emese Kovacs - Updated: cl/templates/nl/scrollkeeper_cl.xml From: Hannah van Loon (Kenneth's girlfriend) - Updated: cl/templates/sk/scrollkeeper_cl.xml From: Stanislav Visnovsky - Updated: cl/templates/sv/scrollkeeper_cl.xml From: Christian Rose - Updated: cl/templates/tr/scrollkeeper_cl.xml From: Fatih Demir 2001-02-19 Dan Mueth - Added po files: da.po, el.po, es.po, hu.po, sk.po, tr.po - Updated po files: sv.po - configure.in: Added po entries 2001-02-19 Dan Mueth - COPYING-DOCS: Added this file. It still needs to be hooked up to install, both for "make install" as well as possible modification to spec file. - scrollkeeper.spec.in: Added COPYING-DOCS as a doc file. I'm not sure if other work must be done in here. 2001-02-19 Laszlo Kovacs - cl/src/get-cl.c, scripts/scrollkeeper-get-content-list.in, scripts/scrollkeeper-get-extended-content-list.in: locale fallback added to content list retrieval scripts (a new binary called scrollkeeper-get-cl was added, this does the job, the scripts just call it) - po/POTFILES.in, po/scrollkeeper.pot: 2001-02-19 Laszlo Kovacs - cl/src/install.c: locale fallback added to doc installation 2001-02-19 Eric Fischer reviewed by Laszlo Kovacs - cl/src/update.c: multiple OMF directory support added - cl/src/install.c: minor fix - man/man8/scrollkeeper-update.8: man page updated 2001-02-16 Laszlo Kovacs - bug 132643 fixed - doc/scrollkeeper_manual/C/Makefile.am: doc install location changed 2001-02-15 Dan Mueth - scrollkeeper.spec.in: added line to include the translations .mo file 2001-02-15 Laszlo Kovacs - sv_SE locale added - /var/lib/scrollkeeper directory handling moved to omf-install/Makefile.am 2001-02-15 Laszlo Kovacs - scripts/scrollkeeper-config.in: - scrollkeeper.spec.in: - omf-install/Makefile.am: changed OMF directory to $datadir/omf - fixed link problem in some of the template$locale/Makefile.am files - configure.in: raised version number to 0.1.0 2001-02-14 Dan Mueth - cl/templates/C/scrollkeeper_cl.xml: Fixed typo - cl/templates/sv/scrollkeeper_cl.xml: Added Swedish(sv) translation done by Christian Rose - po/sv.po: Added, by Christian Rose - configure.in: Added "sv" 2001-02-14 Dan Mueth - cl/templates/C/scrollkeeper_cl.xml: Added comment so we can track versions 2001-02-13 Dan Mueth - updated the templates for the contents lists 2001-02-12 Dan Mueth - put entry into the spec file, which I left out earlier - incremented version to 0.0.6 2001-02-12 Dan Mueth - updated the templates for the contents lists 2001-02-06 Dan Mueth - woops - forgot to commit configure.in last time 2001-02-06 Dan Mueth - Changed spec file to only remove {localstatedir}/lib/scrollkeeper if SK is not being upgraded - Changed spec file to only add {localstatedir}/lib/scrollkeeper if SK is not being upgraded - Changed spec file to wipe out and then add {localstatedir}/lib/scrollkeeper if SK is upgraded if somebody upgraded from 0.0.3 to 0.0.4 then they lost their database. At this time, things are fast enough that we don't mind rebuilding the database. Later we can remove this if we want, although it may be useful if the database format ever changes at all to automatically rebuild the database on an upgrade. - configure.in: raised release number to 0.0.5 2001-02-05 Laszlo Kovacs - added all the locale subdirectories and links in cl/templates - release number raised to 0.0.4 - spec file fixed 2001-02-05 Laszlo Kovacs - recursive parsing of $(prefix)/doc/omf added to cl/src/update.c - file copy problem fixed in cl/src/install.c 2001-02-05 Laszlo Kovacs - added (and fixed) Gregory Leblanc's patch to scrollkeeper.spec.in to arrange links in an rpm friendly way 2001-02-02 Laszlo Kovacs - internationalization of category trees implemented - code was added to cl/src/install.c - template translated category trees go into cl/templates 2001-01-26 Laszlo Kovacs - internationalization implemented, according to guys from #i18n I created and implemented everything needed for this; message translation needs to be done 2001-01-26 Laszlo Kovacs - version number raised to 0.0.3 2001-01-18 Gregory Leblanc - more .cvsignore adds 2001-01-18 Laszlo Kovacs - "make distcheck" problem fixed (in doc/scrollkeeper_manual/C/Makefile.am) 2001-01-17 Gregory Leblanc - Added scrollkeeper.spec.in - Removed scrollkeeper.spec - configure.in added scrollkeeper.spec to AC_OUTPUT - .cvsignore added in a bunch of directories to help make things safer. - fixed scrollkeeper.spec.in snafoo 2000-12-17 Laszlo Kovacs - Adding new categorizing method - changing category format in OMF file - cleaning up code in cl/src - the OMF file uses the just build preinstall binary, that is needed for RPM creation without an installed Scrollkeeper 2000-12-16 Laszlo Kovacs - Adding Makefile.am files for doc and subdirs - creating omf-install - spec file updated to install help files - version number changed to 0.0.2 - INSTALL added - file name problem fixed in doc/scrollkeeper_manual/C/Makefile.am 2000-12-14 Dan Mueth - Adding doc/, doc/scrollkeeper-manual/, and doc/scrollkeeper-manual/* 2000-12-08 Laszlo Kovacs - spec file changed so that /usr/doc/omf is owned by Scrollkeeper 2000-12-08 Laszlo Kovacs - various small fixes in scrollkeeper.spec and cl/src/update.c 2000-12-7 Laszlo Kovacs - fixed scrollkeeper.spec locastatedir problem and added post-install and post-uninstall scripts 2000-12-6 Dan Mueth - scrollkeeper.spec: Still broken, but maybe closer. 2000-12-6 Laszlo Kovacs - some options removed from man pages 2000-12-5 Dan Mueth - Makefile.am: Added -p flag to scrollkeeper-update 2000-12-5 Dan Mueth - man/man8/scrollkeeper-config.8: slight cleanup - scrollkeeper.spec: Put in localstatedir=%{_prefix}/var and fixed %files for this directory: %{_prefix}/var/lib/scrollkeeper - Makefile.am: Make it fail gracefully if scrollkeeper-update is not installed, as in when you build an RPM without having scrollkeeper installed already. - scripts/scrollkeeper-config.in: Changed a couple tabs to spaces. 2000-12-5 Dan Mueth - scrollkeeper.spec: Put docs into spec file (committed for Gregory Leblanc ) 2000-12-5 Dan Mueth - scrollkeeper.spec: Modified version to 0.0.1-1 - configure.in: Changed version to 0.0.1 2000-11-22 Laszlo Kovacs - scrollkeeper-update called at the end of install - scrollkeeper stuff removed at the end of uninstall 2000-11-22 Laszlo Kovacs - Added scrollkeeper-rebuilddb.in - parameter passing problem fixed in update.c, install.c and uninstall.c 2000-11-16 Dan Mueth - Added spec file done by Gregory Leblanc 2000-11-15 Laszlo Kovacs - scrollkeeper-get-extended-content-list.in added 2000-11-14 Laszlo Kovacs - support for extended content list added 2000-11-14 Laszlo Kovacs - TOC is created for DocBook/SGML docs only 2000-11-13 Laszlo Kovacs - obsolete routine removed from uninstall.c - $(prefix)/omf changed to $(prefix)/doc/omf 2000-11-13 Laszlo Kovacs - parameter passing fixed in scrollkeeper-install, scrollkeeper-uninstall and scrollkeeper-update 2000-11-13 Laszlo Kovacs - scrollkeeper-get-toc-from-docpath exit code changed 2000-11-12 Laszlo Kovacs - multiple docpath problem in scrollkeeper_docs fixed 2000-11-12 Laszlo Kovacs - -p parameter added to scrollkeeper-install, scrollkeeper-uninstall and scrollkeeper-update 2000-11-10 Dan Mueth - man/man8/scrollkeeper-config.8: Added --omfdir. 2000-11-10 Dan Mueth - man/man8/*: Changed a couple placed where I called scrollkeeper-update scrollkeeper-updatedb. 2000-11-09 Laszlo Kovacs - scrollkeeper-preinstall "How to use" message changed 2000-11-09 Laszlo Kovacs - executable names changed in update.c 2000-11-09 Laszlo Kovacs - binary names changed in cl/src 2000-11-09 Laszlo Kovacs - documentation upgrade based on automatic detection of any change in the installed OMF files added 2000-11-09 Laszlo Kovacs - automatic detection of any change in the installed docs added (install and uninstall, no upgrade yet) - some scripts replaced with binaries 2000-11-09 Dan Mueth - man/man8/*: Added scrollkeeper-config.8. Updated other man pages to refer to this in their SEE ALSO sections. 2000-11-08 Dan Mueth - man/man8/scrollkeeper-preinstall.8: Some improvements to make it match what we really intended to do. 2000-11-06 Dan Mueth - man/*: Added these files. Drafts of 3 man pages done. - configure.in, Makefile.am: Updated to install man pages. 2000-11-01 Laszlo Kovacs laszlo.kovacs@sun.com - script updated to support OMF files with multiple entries 2000-10-31 Laszlo Kovacs laszlo.kovacs@sun.com - scrollkeeper_cl modified to process OMF file with multiple document entries 2000-10-17 Laszlo Kovacs - keyword handling improved 2000-10-17 Laszlo Kovacs laszlo.kovacs@sun.com - new scripts added - url update in omf file added 2000-10-16 Laszlo Kovacs laszlo.kovacs@sun.com - install and uninstall scripts added (in the scripts dir) 2000-10-16 Laszlo Kovacs laszlo.kovacs@sun.com - bug fix in multiple document removal support 2000-10-16 Laszlo Kovacs laszlo.kovacs@sun.com - document removal supports documents appearing in more than one tree entry 2000-10-16 Laszlo Kovacs laszlo.kovacs@sun.com - documents to be removed identified vy title rather than document file name 2000-10-13 Laszlo Kovacs laszlo.kovacs@sun.com - add Content List handling (cl directory) - add scrollkeeper-config (scripts directory) 2000-09-29 Laszlo Kovacs laszlo.kovacs@sun.com - remove copyright notice from autogen.sh - importing first version of scrollkeeper_toc and scrollkeeper_cl