source: trunk/third/scrollkeeper/ChangeLog @ 15983

Revision 15983, 22.5 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15982, which included commits to RCS files with non-trunk default branches.
Line 
12001-03-28  Laszlo Kovacs <laszlo.kovacs@sun.com>
2        * Releasing 0.2 from what we have in the CVS
3        at this point in time
4
52001-03-27  Laszlo Kovacs <laszlo.kovacs@sun.com>
6        * cl/templates/da/scrollkeeper_cl.xml,
7        cl/templates/de/scrollkeeper_cl.xml,
8        cl/templates/es/scrollkeeper_cl.xml,
9        cl/templates/nb/scrollkeeper_cl.xml:
10        encoding added to header
11
122001-03-27  Laszlo Kovacs <laszlo.kovacs@sun.com>
13        * po/ja.po, po/sl.po: created
14        * configure.in:
15        ja and sl added to ALL_LINGUAS
16        * cl/templates/sl/scrollkeeper_cl.xml:
17        Slovenian translation added
18        * cl/templates/ja/scrollkeeper_cl.xml:
19        Japanese translation added
20        * cl/templates/ru/scrollkeeper_cl.xml:
21        Russian translation added
22
232001-03-26  Laszlo Kovacs <laszlo.kovacs@sun.com>
24        * configure.in: nl, uk  and fr added to ALL_LINGUAS
25        po/nl.po, po.fr.po, po/uk.po: added
26        po/ru.po: updated
27        * cl/templates/fr/scrollkeeper_cl.xml:
28        French tree added
29        * cl/templates/tr/scrollkeeper_cl.xml:
30        Turkish tree updated
31        * scrollkeeper.spec.in:
32        pt_BR symlink related package update problem fixed
33
342001-03-23  Laszlo Kovacs <laszlo.kovacs@sun.com>
35        * configure.in:
36        version number raised to 0.2
37
382001-03-23  Laszlo Kovacs <laszlo.kovacs@sun.com>
39        * libs/Makefile.am:
40        scrollkeeper.h installation removed
41
422001-03-21  Laszlo Kovacs <laszlo.kovacs@sun.com>
43        * po/ru.po: added
44        configure.in: Russian added to All_LINGUAS
45
462001-03-21  Laszlo Kovacs <laszlo.kovacs@sun.com>
47        *configure.in, omf-install/Makefile.am,
48        scripts/scrollkeeper-config.in,
49        scripts/scrollkeeper-get-toc-from-docpath.in,
50        scripts/scrollkeeper-get-toc-from-id.in:
51        platform dependent database directory setup added
52        (at the moment it sets it to
53        $localstatedir/lib/scrollkeeper on Linux and
54        $localstatedir/db/scrollkeeper on FreeBSD)
55
562001-03-19  Laszlo Kovacs <laszlo.kovacs@sun.com>
57        *scripts/scrollkeeper-rebuilddb.in:
58        -v flag added
59
602001-03-15  Laszlo Kovacs <laszlo.kovacs@sun.com>
61        * libs/error.c:
62        log file size monitoring added to sk_warning()
63
642001-03-15  Laszlo Kovacs <laszlo.kovacs@sun.com>
65        * cl/src/Makefile.am, toc/src/Makefile.am:
66        libs include dir path fixed
67        * scrollkeeper.spec.in:
68        /usr/lib/* added
69
702001-03-15  Laszlo Kovacs <laszlo.kovacs@sun.com>
71        * cl/src/preinstall.c:
72        sk_warning() removed
73        * cl/src/*.c (apart form preinstall.c):
74        verbose flag implemented
75
762001-03-14  Laszlo Kovacs <laslzo.kovacs@sun.com>
77        * toc/src/Makefile.am:
78        libscrollkeeper added
79        * toc/src/toc.c:
80        sk_warning() used to display messages
81
822001-03-14  Laszlo Kovacs <laszlo.kovacs@sun.com>
83        * libs/scrollkeeper.h, libs/error.c:
84        check_ptr() added
85        * cl/src/*.c:
86        check_ptr() removed and sk_warning() used
87        to display messages
88        * po/POTFILES.in:
89        libs/error.c added
90
912001-03-14  Laszlo Kovacs <laszlo.kovacs@sun.com>
92        * libs, Makefile.am, configure.in:
93        private low level library created
94        * cl/src/Makefile.am:
95        libscrollkeeper added
96        * cl/src/update.c:
97        sk_warning() used for displaying messages
98
992001-03-14  Laszlo Kovacs <laszlo.kovacs@sun.com>
100        * cl/templates/sv/scrollkeeper_cl.xml:
101        Swedish translation added
102        * cl/templates/pt_BR/scrollkeeper_cl.xml,
103          cl/templates/pt_BR/Makefile.am:
104        translated tree added
105        * po/pt_BR.po: added
106        * configure.in: pt_BR added
107        * scrollkeeper.spec.in: pt_BR removed from link
108        related cycle
109
1102001-03-13  Laszlo Kovacs <aszlo.kovacs@sun.com>
111        * cl/src/update.c:
112        fix bug 406982
113
1142001-03-12  Laszlo Kovacs <laszlo.kovacs@sun.com>
115        * cl/src/install.c:
116        fix for bug 406985
117
1182001-03-09  Dan Mueth  <dan@eazel.com>
119
120        * configure.in: Took out check for C++ since we don't need it.
121        Thanks to Karl Eichwalder <ke@suse.de> for pointing this out.
122
1232001-03-05  Dan Mueth  <dan@eazel.com>
124
125        Changing version number to 0.1.4 for release.
126
127        * configure.in:
128
129        Added some %postun to blow away %datadir/scrollkeeper/templates
130        since anybody who upgraded from 0.1.1 to 0.1.2 will have
131        some crud left in there.
132
133        * scrollkeeper.spec.in:
134
1352001-03-04  Dan Mueth  <dan@eazel.com>
136
137        Commented out warning message which should go to log file
138        instead of spew to screen.  It wouldn't be too bad, except
139        that these warning happen in the post-install script of
140        RPMs or whatever packages, and people really don't like
141        to see warnings like this when they are upgrading or installing
142        packages.
143
144        * cl/src/update.c: (parse_omf_dir):
145
146        Changed version to 1.4test1:
147
148        * configure.in:
149
1502001-03-04  Dan Mueth  <dan@eazel.com>
151
152        Small fix to spec file so that scrollkeeper owns the
153        directory %{_datadir}/omf/scrollkeeper
154
155        * scrollkeeper.spec.in:
156
1572001-03-04  Dan Mueth  <dan@eazel.com>
158
159        Moving docs back into $(datadir)/scrollkeeper/doc.  Trying
160        to put them with the %doc docs turned out to be a huge
161        headache and I don't think RPM was intended to be used this
162        way.  It blows away that directory and then recreates it
163        as the last step, so the only way to get things in there is
164        to use %doc.  %doc seems to only want to yank files out of
165        the build directory though, and not the buildroot.  This
166        won't work nicely b/c we build HTML docs from the SGML.  There
167        may be some way around this, but I didn't find it. Plus there
168        is the added complexity of RPM moving its %doc directory between
169        RH 6.2 and 7.0 to be FHS compliant.
170
171        * doc/sgmldocs.make:
172        * scrollkeeper.spec.in:
173
1742001-03-04  Dan Mueth  <dan@eazel.com>
175
176        Fixing bootstrap problem which I forgot about when I updated
177        the build stuff for the docs.  Now it uses the locally
178        created (but uninstalled) scrollkeeper-preinstall when
179        processing the OMF files as it should.
180
181        * doc/sgmldocs.make:
182
1832001-03-04  Dan Mueth  <dan@eazel.com>
184
185        Have OMF files installed under $(datadir)/omf/scrollkeeper
186        instead of $(datadir)/omf
187
188        * omf-install/Makefile.am:
189        * scrollkeeper.spec.in:
190
1912001-03-04  Dan Mueth  <dan@eazel.com>
192
193        Updating doc build setup to use a template file.  Took the
194        Nautilus template file and cleaned it up some more, tried
195        to generalize it a bit more, and wrote some comments at
196        top.  Setting this up to create a nice example some time
197        very soon.
198
199        * doc/Makefile.am:
200        * doc/scrollkeeper_manual/C/Makefile.am:
201        * doc/sgmldocs.make:
202
2032001-03-04  Dan Mueth  <dan@eazel.com>
204
205        General fixing up:
206          - Corrected Source0 to have the right URL for getting tarballs
207          - Added a patch by Karl Eichwalder <keichwa@users.sourceforge.net>
208            to simplify the linking section
209            (Thanks also to John GOTTS <jgotts@linuxsavvy.com> who supplied
210            a similar patch.)
211          - Have it blow away a pre-existing database even if RPM wasn't
212            previously installed.
213
214        * scrollkeeper.spec.in:
215
2162001-03-04  Dan Mueth <dan@eazel.com>
217
218        Having scrollkeeper-update automatically create the database
219        directory if it does not exist.  This helps make things more
220        robust against the database not getting created or else
221        getting blown away somehow.  Removing the part of
222        scrollkeeper-rebuilddb which bombs out with an error if the
223        database directory doesn't exist, since scrollkeeper-update
224        will just create it if it is missing.
225        Bug#405602
226
227        * cl/src/update.c: (main):
228        * scripts/scrollkeeper-rebuilddb.in:
229
2302001-03-04  Dan Mueth <dan@eazel.com>
231
232        * doc/scrollkeeper_manual/C/Makefile.am: Fixing the
233          path under which the SGML doc is actually getting installed.
234          previously the OMF was pointing to the old path of the doc,
235          creating an error message every time the scrollkeeper RPM
236          was installed.
237
2382001-03-02  Laszlo Kovacs <laszlo.kovacs@sun.com>
239        * doc/scrollkeeper-manual/C/scrollkeeper_manual-C.omf
240          category changed so that doc does not get installed
241          with Scrollkeeper as it is incomplete
242        * confiugre.in:
243          version number raised to 0.1.3
244
2452001-03-01  Dan Mueth  <dan@eazel.com>
246
247        * po/.cvsignore: Added this file
248        * po/scrollkeeper.pot: Removing this file
249        * po/sk.po: Updating
250
2512001-03-01  Laszlo Kovacs <laszlo.kovacs@sun.com>
252        - configure.in:
253          -W type warnings added to CFLAGS
254        - cl/src/*.c, toc/src/toc.h, toc/src/toc.c:
255          warnings because of -W flags fixed
256        - CVSVERSION: created
257
2582001-03-01  Laszlo Kovacs <laszlo.kovacs@sun.com>
259        - toc/src/toc.c:
260          this is the fix for bug 233249 that I thought
261          I added, but it looks like I forgot
262          (anchor tag handling)
263
2642001-02-28  Laszlo Kovacs <laszlo.kovacs@sun.com>
265        - configure.in: de locale added
266        - po/de.po: added
267        - po/tr.po: updated with latest translation
268        - cl/templates/de/scrollkeeper_cl.xml:
269          German translation added
270        cl/templates/tr/scrollkeeper_cl.xml:
271          Turkish translation updated with latest
272
2732001-02-28  Laszlo Kovacs <laszlo.kovacs@sun.com>
274        - scrollkeeper.spec.in, cl/src/install.c,
275          cl/templates/*/Makefile.am:
276          templates directory names in $datadir
277          changed to Templates to solve problems with rpm
278          upgrade from 0.1.1 to 0.1.2
279
2802001-02-28  Laszlo Kovacs <laszlo.kovacs@sun.com>
281        - configure.in, po/ko.po:
282          Korean messages added
283        - cl/templates/scrollkeeper_cl.xml:
284          translated Korean tree added
285
2862001-02-26  Laszlo Kovacs <laszlo.kovacs@sun.com>
287        - scrollkeeper.spec.in:
288          post-install and post-uninstall messages removed
289          no and no_NY added to the link resetting section
290        - cl/src/update.c:
291          message about conflicting OMF files removed
292        - cl/templates, cl/templates/Makefile.am,
293          configure.in:
294          Norwegian locales (no, nn, nb, no_NY) set up
295          correctly
296        - raised version number to 0.1.2
297
2982001-02-23  Laszlo Kovacs <laszlo.kovacs@sun.com>
299        - release number raised to 0.1.1
300        - scripts/scrollkeeper-rebuilddb.in:
301          echo removed
302
3032001-02-23  Laszlo Kovacs <laszlo.kovacs@sun.com>
304        - doc/scrollkeeper_manual/C/Makefile.am:
305          doc install location changed
306        - doc/scrollkeeper_manual/C/scrollkeeper_manual-C.omf
307          doc url changed
308        - Makefile.am:
309          COPYING-DOCS installed
310        - scrollkeeper.spec.in:
311          docs installed in RPM
312
3132001-02-20  Laslzo Kovacs <laszlo.kovacs@sun.com>
314        - omf-install/Makefile.am,
315          scripts/scrollkeeper-config.in,
316          scripts/scrollkeeper-get-toc-from-docpath.in,
317          scripts/scrollkeeper-get-toc-from-docpath.in,
318          scripts/scrollkeeper-get-toc-from-id.in:
319          $localstatedir change to /var/lib changed
320          back to /var as it conflicts with RPM creation
321
3222001-02-20  Laslzo Kovacs <laszlo.kovacs@sun.com>
323        - configure.in, cl/templates/scrollkeeper_cl.xml,
324          po/no.po:
325          Norwegian translation added
326
3272001-02-20  Laszlo Kovacs <laszlo.kovacs@sun.com>
328        - scripts/scrollkeeper-get-content-list.in,
329          scripts/scrollkeeper-get-extended-content-list.in:
330          return values fixed
331
3322001-02-20  Laszlo Kovacs <laszlo.kovacs@sun.com>
333        - cl/src/get-cl.c:
334          scrollkeeper-get-cl returns 0 if it finds
335          a category TREE and 1 if it doesnt
336
3372001-02-20  Laszlo Kovacs <laszlo.kovacs@sun.com>
338        - toc/src/toc-extract.c:
339          anchor added to the tags to be ignored
340
3412001-02-20  Laszlo Kovacs <laszlo.kovacs@sun.com>
342        - cl/src/install.c:
343          bug 132470 fixed, error messages suppressed
344          when DOM trees are created from incorrect
345          TOC files
346
3472001-02-20  Laszlo Kovacs <laszlo.kovacs@sun.com>
348        - cl/src/get-cl.c:
349          locale.h included
350        - cl/src/install.c:
351          fixed crash caused by incomplete TOC file
352
3532001-02-20  Laszlo Kovacs <laszlo.kovacs@sun.com>
354        - omf-install/Makefile.am,
355          scripts/scrollkeeper-config.in,
356          scripts/scrollkeeper-get-toc-from-docpath.in,
357          scripts/scrollkeeper-get-toc-from-docpath.in,
358          scripts/scrollkeeper-get-toc-from-id.in:
359          $localstatedir is expected to be /var/lib, not /var
360
3612001-02-19  Dan Mueth <dan@eazel.com>
362
363        - Updated: cl/templates/da/scrollkeeper_cl.xml
364                From: Kenneth Christiansen <kenneth@gnu.org>
365        - Updated: cl/templates/el/scrollkeeper_cl.xml
366                From: Simos Xenitellis <simos@hellug.gr>
367        - Updated: cl/templates/es/scrollkeeper_cl.xml
368                From: Pablo Gonzalo del Campo
369        - Updated: cl/templates/hu/scrollkeeper_cl.xml
370                From: Emese Kovacs  <emese@gnome.hu>
371        - Updated: cl/templates/nl/scrollkeeper_cl.xml
372                From: Hannah van Loon <kenneth@gnu.org>
373                      (Kenneth's girlfriend)
374        - Updated: cl/templates/sk/scrollkeeper_cl.xml
375                From: Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
376        - Updated: cl/templates/sv/scrollkeeper_cl.xml
377                From: Christian Rose <menthos@menthos.com>
378        - Updated: cl/templates/tr/scrollkeeper_cl.xml
379                From: Fatih Demir <kabalak@gtranslator.org>
380
3812001-02-19  Dan Mueth <dan@eazel.com>
382
383        - Added po files: da.po, el.po, es.po, hu.po, sk.po, tr.po
384        - Updated po files: sv.po
385        - configure.in: Added po entries
386
3872001-02-19  Dan Mueth <dan@eazel.com>
388
389        - COPYING-DOCS: Added this file.  It still needs to be
390          hooked up to install, both for "make install" as well
391          as possible modification to spec file.
392        - scrollkeeper.spec.in: Added COPYING-DOCS as a doc file.
393          I'm not sure if other work must be done in here.
394
3952001-02-19  Laszlo Kovacs <laszlo.kovacs@sun.com>
396        - cl/src/get-cl.c,
397          scripts/scrollkeeper-get-content-list.in,
398          scripts/scrollkeeper-get-extended-content-list.in:
399          locale fallback added to content list retrieval scripts
400          (a new binary called scrollkeeper-get-cl was added,
401           this does the job, the scripts just call it)
402        - po/POTFILES.in, po/scrollkeeper.pot:
403
4042001-02-19  Laszlo Kovacs <laszlo.kovacs@sun.com>
405        - cl/src/install.c: locale fallback added to
406        doc installation
407
4082001-02-19  Eric Fischer  <eric@eazel.com>
409        reviewed by Laszlo Kovacs <laszlo.kovacs@sun.com>
410        - cl/src/update.c: multiple OMF directory
411        support added
412        - cl/src/install.c: minor fix
413        - man/man8/scrollkeeper-update.8: man page updated
414
4152001-02-16  Laszlo Kovacs <laszlo.kovacs@sun.com>
416        - bug 132643 fixed
417        - doc/scrollkeeper_manual/C/Makefile.am:
418          doc install location changed
419
4202001-02-15  Dan Mueth <dan@eazel.com>
421
422        - scrollkeeper.spec.in: added line to include the translations .mo file
423
4242001-02-15  Laszlo Kovacs <laszlo.kovacs@sun.com>
425        - sv_SE locale added
426        - /var/lib/scrollkeeper directory handling
427          moved to omf-install/Makefile.am
428
4292001-02-15  Laszlo Kovacs <laszlo.kovacs@sun.com>
430        - scripts/scrollkeeper-config.in:
431        - scrollkeeper.spec.in:
432        - omf-install/Makefile.am:
433          changed OMF directory to $datadir/omf
434        - fixed link problem in some of the
435          template$locale/Makefile.am files
436        - configure.in: raised version number to 0.1.0
437
4382001-02-14  Dan Mueth <dan@eazel.com>
439
440        - cl/templates/C/scrollkeeper_cl.xml: Fixed typo
441        - cl/templates/sv/scrollkeeper_cl.xml: Added Swedish(sv)
442          translation done by Christian Rose <menthos@menthos.com>
443        - po/sv.po: Added, by Christian Rose <menthos@menthos.com>
444        - configure.in: Added "sv"
445
4462001-02-14  Dan Mueth <dan@eazel.com>
447
448        - cl/templates/C/scrollkeeper_cl.xml: Added comment
449          so we can track versions
450
4512001-02-13  Dan Mueth <dan@eazel.com>
452
453        - updated the templates for the contents lists
454
4552001-02-12  Dan Mueth <dan@eazel.com>
456
457        - put entry into the spec file, which I left out earlier
458        - incremented version to 0.0.6
459
4602001-02-12  Dan Mueth <dan@eazel.com>
461
462        - updated the templates for the contents lists
463
4642001-02-06  Dan Mueth <dan@eazel.com>
465
466        - woops - forgot to commit configure.in last time
467
4682001-02-06  Dan Mueth <dan@eazel.com>
469        - Changed spec file to only remove {localstatedir}/lib/scrollkeeper
470          if SK is not being upgraded
471        - Changed spec file to only add {localstatedir}/lib/scrollkeeper
472          if SK is not being upgraded
473        - Changed spec file to wipe out and then add
474          {localstatedir}/lib/scrollkeeper if SK is upgraded if somebody
475          upgraded from 0.0.3 to 0.0.4 then they lost their database.
476          At this time, things are fast enough that we don't mind rebuilding
477          the database.  Later we can remove this if we want, although it
478          may be useful if the database format ever changes at all to
479          automatically rebuild the database on an upgrade.
480        - configure.in: raised release number to 0.0.5
481
4822001-02-05  Laszlo Kovacs <laszlo.kovacs@sun.com>
483        - added all the locale subdirectories and
484          links in cl/templates
485        - release number raised to 0.0.4
486        - spec file fixed
487
4882001-02-05  Laszlo Kovacs <laszlo.kovacs@sun.com>
489        - recursive parsing of $(prefix)/doc/omf added
490          to cl/src/update.c
491        - file copy problem fixed in cl/src/install.c
492
4932001-02-05  Laszlo Kovacs <laszlo.kovacs@sun.com>
494        - added (and fixed) Gregory Leblanc's patch to
495          scrollkeeper.spec.in to arrange links in an
496          rpm friendly way
497
4982001-02-02  Laszlo Kovacs <laszlo.kovacs@sun.com>
499        - internationalization of category trees implemented
500        - code was added to cl/src/install.c
501        - template translated category trees go into
502          cl/templates
503
5042001-01-26  Laszlo Kovacs <laszlo.kovacs@sun.com>
505        - internationalization implemented, according
506          to guys from #i18n I created and implemented
507          everything needed for this; message translation
508          needs to be done
509
5102001-01-26  Laszlo Kovacs <laszlo.kovacs@sun.com>
511        - version number raised to 0.0.3
512
5132001-01-18  Gregory Leblanc  <gleblanc@cu-portland.edu>
514
515        - more .cvsignore adds
516
5172001-01-18              Laszlo Kovacs <laszlo.kovacs@sun.com>
518        - "make distcheck" problem fixed
519          (in doc/scrollkeeper_manual/C/Makefile.am)
520
5212001-01-17              Gregory Leblanc <gleblanc@cu-portland.edu>
522        - Added scrollkeeper.spec.in
523        - Removed scrollkeeper.spec
524        - configure.in added scrollkeeper.spec to AC_OUTPUT
525        - .cvsignore added in a bunch of directories to help make things safer.
526        - fixed scrollkeeper.spec.in snafoo
527       
5282000-12-17              Laszlo Kovacs <laszlo.kovacs@sun.com>
529        - Adding new categorizing method
530        - changing category format in OMF file
531        - cleaning up code in cl/src
532        - the OMF file uses the just build preinstall binary, that is needed for
533          RPM creation without an installed Scrollkeeper
534
5352000-12-16              Laszlo Kovacs <laszlo.kovacs@sun.com>
536        - Adding Makefile.am files for doc and subdirs
537        - creating omf-install
538        - spec file updated to install help files
539        - version number changed to 0.0.2
540        - INSTALL added
541        - file name problem fixed in doc/scrollkeeper_manual/C/Makefile.am
542
5432000-12-14              Dan Mueth <d-mueth@uchicago.edu> 
544
545        - Adding doc/, doc/scrollkeeper-manual/, and doc/scrollkeeper-manual/*
546
5472000-12-08              Laszlo Kovacs <laszlo.kovacs@sun.com>
548        - spec file changed so that /usr/doc/omf is owned
549          by Scrollkeeper
550
5512000-12-08              Laszlo Kovacs <laszlo.kovacs@sun.com>
552        - various small fixes in scrollkeeper.spec and
553          cl/src/update.c
554
5552000-12-7               Laszlo Kovacs <laszlo.kovacs@sun.com>
556        - fixed scrollkeeper.spec locastatedir problem and
557          added post-install and post-uninstall scripts
558
5592000-12-6               Dan Mueth <d-mueth@uchicago.edu> 
560
561        - scrollkeeper.spec: Still broken, but maybe closer.
562
5632000-12-6               Laszlo Kovacs <laszlo.kovacs@sun.com>
564        - some options removed from man pages
565
5662000-12-5               Dan Mueth <d-mueth@uchicago.edu>
567
568        - Makefile.am: Added -p flag to scrollkeeper-update
569
5702000-12-5               Dan Mueth <d-mueth@uchicago.edu>
571
572        - man/man8/scrollkeeper-config.8: slight cleanup
573        - scrollkeeper.spec: Put in localstatedir=%{_prefix}/var and
574          fixed %files for this directory:
575      %{_prefix}/var/lib/scrollkeeper
576        - Makefile.am: Make it fail gracefully if scrollkeeper-update
577          is not installed, as in when you build an RPM without
578          having scrollkeeper installed already.
579        - scripts/scrollkeeper-config.in: Changed a couple tabs to
580          spaces.
581
5822000-12-5               Dan Mueth <d-mueth@uchicago.edu>
583
584        - scrollkeeper.spec: Put docs into spec file
585          (committed for Gregory Leblanc <GLeblanc@cu-portland.edu>)
586
5872000-12-5               Dan Mueth <d-mueth@uchicago.edu>
588
589        - scrollkeeper.spec: Modified version to 0.0.1-1
590        - configure.in: Changed version to 0.0.1
591
5922000-11-22              Laszlo Kovacs <laszlo.kovacs@sun.com>
593        - scrollkeeper-update called at the end of install
594        - scrollkeeper stuff removed at the end of uninstall
595
5962000-11-22              Laszlo Kovacs <laszlo.kovacs@sun.com>
597        - Added scrollkeeper-rebuilddb.in
598        - parameter passing problem fixed in update.c,
599          install.c and uninstall.c
600
6012000-11-16              Dan Mueth <d-mueth@uchicago.edu>
602       
603        - Added spec file done by Gregory Leblanc
604          <GLeblanc@cu-portland.edu>
605
6062000-11-15              Laszlo Kovacs <laszlo.kovacs@sun.com>
607        - scrollkeeper-get-extended-content-list.in added
608
6092000-11-14              Laszlo Kovacs <laszlo.kovacs@sun.com>
610        - support for extended content list added
611
6122000-11-14              Laszlo Kovacs <laszo.kovacs@sun.com>
613        - TOC is created for DocBook/SGML docs only
614
6152000-11-13              Laszlo Kovacs <laszlo.kovacs@sun.com>
616        - obsolete routine removed from uninstall.c
617        - $(prefix)/omf changed to $(prefix)/doc/omf
618
6192000-11-13              Laszlo Kovacs <laszlo.kovacs@sun.com>
620        - parameter passing fixed in scrollkeeper-install,
621          scrollkeeper-uninstall and scrollkeeper-update
622
6232000-11-13              Laszlo Kovacs <laszlo.kovacs@sun.com>
624        - scrollkeeper-get-toc-from-docpath exit code changed
625
6262000-11-12              Laszlo Kovacs <laszlo.kovacs@sun.com>
627        - multiple docpath problem in scrollkeeper_docs fixed
628
6292000-11-12              Laszlo Kovacs <laszlo.kovacs@sun.com>
630        - -p parameter added to scrollkeeper-install,
631          scrollkeeper-uninstall and scrollkeeper-update
632
6332000-11-10              Dan Mueth <d-mueth@uchicago.edu>
634
635        - man/man8/scrollkeeper-config.8: Added --omfdir.
636
6372000-11-10              Dan Mueth <d-mueth@uchicago.edu>
638
639        - man/man8/*: Changed a couple placed where I called
640          scrollkeeper-update scrollkeeper-updatedb.
641
6422000-11-09              Laszlo Kovacs <laszlo.kovacs@sun.com>
643        - scrollkeeper-preinstall "How to use" message changed
644
6452000-11-09              Laszlo Kovacs <laszlo.kovacs@sun.com>
646        - executable names changed in update.c
647
6482000-11-09              Laszlo Kovacs <laszlo.kovacs@sun.com>
649        - binary names changed in cl/src
650
6512000-11-09              Laszlo Kovacs <laszlo.kovacs@sun.com>
652        - documentation upgrade based on automatic detection
653          of any change in the installed OMF files added
654
6552000-11-09              Laszlo Kovacs <laszlo.kovacs@sun.com>
656        - automatic detection of any change in the installed docs
657          added (install and uninstall, no upgrade yet)
658        - some scripts replaced with binaries
659
6602000-11-09              Dan Mueth <d-mueth@uchicago.edu>
661
662        - man/man8/*: Added scrollkeeper-config.8. Updated
663          other man pages to refer to this in their SEE ALSO
664          sections.
665
6662000-11-08              Dan Mueth <d-mueth@uchicago.edu>
667
668        - man/man8/scrollkeeper-preinstall.8: Some improvements
669          to make it match what we really intended to do.
670
6712000-11-06              Dan Mueth <d-mueth@uchicago.edu>
672
673        - man/*: Added these files. Drafts of 3 man pages done.
674        - configure.in, Makefile.am: Updated to install man pages.
675
6762000-11-01              Laszlo Kovacs laszlo.kovacs@sun.com
677        - script updated to support OMF files with multiple entries
678
6792000-10-31              Laszlo Kovacs laszlo.kovacs@sun.com
680        - scrollkeeper_cl modified to process OMF file with multiple
681          document entries
682
6832000-10-17              Laszlo Kovacs
684        - keyword handling improved
685
6862000-10-17              Laszlo Kovacs laszlo.kovacs@sun.com
687        - new scripts added
688        - url update in omf file added
689
6902000-10-16              Laszlo Kovacs laszlo.kovacs@sun.com
691        - install and uninstall scripts added (in the scripts dir)
692
6932000-10-16              Laszlo Kovacs laszlo.kovacs@sun.com
694        - bug fix in multiple document removal support
695
6962000-10-16              Laszlo Kovacs laszlo.kovacs@sun.com
697        - document removal supports documents appearing in
698          more than one tree entry
699
7002000-10-16              Laszlo Kovacs laszlo.kovacs@sun.com
701        - documents to be removed identified vy title
702          rather than document file name
703
7042000-10-13              Laszlo Kovacs laszlo.kovacs@sun.com
705        - add Content List handling (cl directory)
706        - add scrollkeeper-config (scripts directory)
707
7082000-09-29              Laszlo Kovacs laszlo.kovacs@sun.com
709        - remove copyright notice from autogen.sh
710        - importing  first version of scrollkeeper_toc and scrollkeeper_cl
Note: See TracBrowser for help on using the repository browser.