1 |
2001-03-04 21:15 bertho
|
2 |
|
3 |
* README: Minor updates for 1.1.0
|
4 |
|
5 |
2001-03-04 21:15 bertho
|
6 |
|
7 |
* configure, configure.in: Updated configure to accept separate
|
8 |
include/lib dirs for gd
|
9 |
|
10 |
2001-03-04 04:19 bertho
|
11 |
|
12 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: Basic
|
13 |
imagemap stuff done. The expansion code needs some work to allow
|
14 |
for conditional expansion.
|
15 |
|
16 |
2001-03-04 02:38 bertho
|
17 |
|
18 |
* .cvsignore, Makefile.in, configure, configure.in, confl.l,
|
19 |
confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, rcsl.l,
|
20 |
rcsy.y, utils.c, utils.h: Major update of the code. - Complete new
|
21 |
method of getting the revision structure by directly reading the
|
22 |
rcs/cvs file. This should also speed things a bit because no
|
23 |
external program needs to be called anymore. This also means
|
24 |
that "remote-graphs" are no longer a possible extension of the
|
25 |
program. But, who cares. - Implemented branch-kerning to save
|
26 |
place. The images are now much smaller in width, dependent on the
|
27 |
settings of the exterior margins. - Fixed disjoint braches by
|
28 |
reading the structure direct from the rcs/cvs file. The
|
29 |
revision/branch structure is no longer determined from the
|
30 |
revision numbers, but solely from the rcs/cvs file structure. -
|
31 |
Fixed display of branches with no revisions attached to them. These
|
32 |
only have a tag describing the new branch.
|
33 |
|
34 |
2001-02-26 01:09 bertho
|
35 |
|
36 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: - Fixed
|
37 |
the recursion problem so that branches of branches are properly
|
38 |
placed. - Fixed a lonely '+' in an expression. - Started to make
|
39 |
an imagemap functionality (not very functional yet)
|
40 |
|
41 |
2001-02-24 22:52 bertho
|
42 |
|
43 |
* README: Mention to run configure before make
|
44 |
|
45 |
2001-02-24 22:49 bertho
|
46 |
|
47 |
* README: Updates for release 1.0.1
|
48 |
|
49 |
2001-02-24 22:43 bertho
|
50 |
|
51 |
* ChangeLog: Added a changelog
|
52 |
|
53 |
2001-02-24 01:39 bertho
|
54 |
|
55 |
* config.h.in: Hm, defs must be all undef for autoconf
|
56 |
|
57 |
2001-02-24 01:35 bertho
|
58 |
|
59 |
* Makefile.in, confl.l, confy.y, cvsgraph.c, cvsgraph.conf,
|
60 |
cvsgraph.h, readconf.h, utils.c, utils.h: Fixed the soring of
|
61 |
revisions permanently. All sections of the revision numbers are
|
62 |
important. Implemented better control over libgd with autoconf and
|
63 |
added support for generation of png and jpeg from the configuration
|
64 |
file (thanks to Kurt L. Sussman for a patch, although I modified it
|
65 |
a bit).
|
66 |
|
67 |
2001-02-24 01:31 bertho
|
68 |
|
69 |
* configure, configure.in: Updated configuration with config header
|
70 |
|
71 |
2001-02-24 01:29 bertho
|
72 |
|
73 |
* config.h.in: Use config header for libgd functions
|
74 |
|
75 |
2001-02-23 01:19 bertho
|
76 |
|
77 |
* .cvsignore: Makefile must be ignored, it is autogenerated now.
|
78 |
|
79 |
2001-02-23 01:16 bertho
|
80 |
|
81 |
* confy.y: Fix warning about strlen() becuase of missing include.
|
82 |
|
83 |
2001-02-23 01:12 bertho
|
84 |
|
85 |
* cvsgraph.c: Auto selection of the correct image-generator
|
86 |
function.
|
87 |
|
88 |
2001-02-23 01:11 bertho
|
89 |
|
90 |
* .cvsignore, Makefile.in, configure, configure.in: Start to use
|
91 |
autoconf. This makes detecting old/new libgd easier. Also a bit
|
92 |
more portable.
|
93 |
|
94 |
2001-02-21 18:30 bertho
|
95 |
|
96 |
* cvsgraph.c: Fix sorting bug. Thanks to Tanaka Akira for sending
|
97 |
the patch.
|
98 |
|
99 |
2001-02-20 23:36 bertho
|
100 |
|
101 |
* cvsgraph.c: Fix the vertical alignment
|
102 |
|
103 |
2001-02-20 13:07 bertho
|
104 |
|
105 |
* LICENCE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf,
|
106 |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial revision
|
107 |
|
108 |
2001-02-20 13:07 bertho
|
109 |
|
110 |
* LICENCE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf,
|
111 |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial import
|
112 |
|