1 |
|
2005-12-18 02:57 bertho |
2 |
|
|
3 |
|
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, |
4 |
|
cvsgraph.h, cvsgraph.spec, rcs.h, readconf.c, readconf.h: - Added |
5 |
|
dynamic colors and strings for more flexibility in visual |
6 |
|
representations of the tree. - Added keyword rev_idtext to |
7 |
|
define the revision ID in a revision box. Normally this would |
8 |
|
show the revision number, but can now be changed dynamically. |
9 |
|
- Fix dashed lines when stripped revisions have mergepoints |
10 |
|
attatched |
11 |
|
|
12 |
|
2005-12-15 14:06 bertho |
13 |
|
|
14 |
|
* README, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, readconf.c, |
15 |
|
readconf.h: Implemented multiple regex match for triplets |
16 |
|
merge_{from,to,color} so that merges can be detected with more |
17 |
|
disjoined tag definitions. |
18 |
|
|
19 |
|
2005-10-03 22:44 bertho |
20 |
|
|
21 |
|
* README: Update history |
22 |
|
|
23 |
|
2005-10-03 22:40 bertho |
24 |
|
|
25 |
|
* cvsgraph.conf.5, rcsl.l: - Fix missing branch_bgcolor in manpage |
26 |
|
- Fix author names with spaces but not in @ encapsulation |
27 |
|
|
28 |
|
2005-09-09 00:14 bertho |
29 |
|
|
30 |
|
* cvsgraph.conf.5: From Mark Brown <broonie@sirena.org.uk>: The |
31 |
|
enclosed typo fix was filed with the Debian bug tracking system - |
32 |
|
seems straightfoward and valid. |
33 |
|
|
34 |
|
2005-08-29 20:29 bertho |
35 |
|
|
36 |
|
* README: - Fix incomplete parsing of access keyword |
37 |
|
|
38 |
|
2005-08-29 20:27 bertho |
39 |
|
|
40 |
|
* rcsy.y: - Fix incomplete access parsing; set scanning of IDs |
41 |
|
after first instance. |
42 |
|
|
43 |
|
2005-08-21 18:38 bertho |
44 |
|
|
45 |
|
* README: Bleed them for any violation |
46 |
|
|
47 |
|
2005-08-21 18:36 bertho |
48 |
|
|
49 |
|
* README, cvsgraph.1, cvsgraph.conf.5: Changed the acceptable mail |
50 |
|
policy. No more unpunished disclamers. |
51 |
|
|
52 |
|
2005-08-21 09:55 bertho |
53 |
|
|
54 |
|
* rcsl.l, README: Fix all numeric author ID |
55 |
|
|
56 |
|
2005-06-23 00:51 bertho |
57 |
|
|
58 |
|
* cvsgraph.c, readconf.c: - Fix fixed background color - Fix width |
59 |
|
adaption of image width if error strings are displayed |
60 |
|
|
61 |
|
2005-06-22 21:43 bertho |
62 |
|
|
63 |
|
* cvsgraph.1: Denote simple config negating options as deprecated. |
64 |
|
Using the -O option is much more flexible. |
65 |
|
|
66 |
|
2005-06-22 21:41 bertho |
67 |
|
|
68 |
|
* cvsgraph.conf: Fix typo in comment. |
69 |
|
|
70 |
|
2005-06-22 21:41 bertho |
71 |
|
|
72 |
|
* cvsgraph.c: Cvsnt merges should be enabled by default as |
73 |
|
mentioned in the manual page. |
74 |
|
|
75 |
|
2005-06-21 02:02 bertho |
76 |
|
|
77 |
|
* cvsgraph.c, rcsl.l, readconf.c, readconf.h, utils.c: Change color |
78 |
|
management to reduce used colors. This will help future color |
79 |
|
extensions with color changes based on context/content. The |
80 |
|
default setup uses 10 colors now instead of 14. |
81 |
|
|
82 |
|
2005-06-14 22:41 bertho |
83 |
|
|
84 |
|
* ChangeLog: Release 1.5.2 |
85 |
|
|
86 |
|
2005-06-14 22:40 bertho |
87 |
|
|
88 |
|
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.spec: - |
89 |
|
Fix merge lines to untagged revisions when strip_untagged is |
90 |
|
active - Prepare release 1.5.2 |
91 |
|
|
92 |
|
2005-06-13 22:57 bertho |
93 |
|
|
94 |
|
* README, rcsy.y: - Fix mergepoint1 syntax used by CVSNT allowing |
95 |
|
revision numbers as argument |
96 |
|
|
97 |
|
2005-06-13 21:57 bertho |
98 |
|
|
99 |
|
* README, rcsl.l, rcsy.y: - Work around CVSNT problem with wrong |
100 |
|
keyword ordering - Fix complaining about a new CVSNT keyword |
101 |
|
properties |
102 |
|
|
103 |
|
2004-12-04 03:18 bertho |
104 |
|
|
105 |
|
* README, configure, configure.in: Fix the configure script to |
106 |
|
detect gd-2: The mystery is solved, I think. The problem seems |
107 |
|
to be a bug in the GIF support of gd-2.0.33. I didn't look into |
108 |
|
it further because CvsGraph was configured to output PNGs and |
109 |
|
shouldn't have been outputting GIFs in the first place. The |
110 |
|
reason it was outputting GIFs was a bug in CvsGraph's configure |
111 |
|
script which causes CvsGraph to be built without PNG support. |
112 |
|
|
113 |
|
2004-10-23 22:13 bertho |
114 |
|
|
115 |
|
* README, cvsgraph.c, rcs.h: Fix total branch-count when branches |
116 |
|
are folded. |
117 |
|
|
118 |
|
2004-10-23 21:23 bertho |
119 |
|
|
120 |
|
* cvsgraph.c: Make timezone mangling with environment POSIX |
121 |
|
compliant. Should make Solaris happy again. |
122 |
|
|
123 |
|
2004-10-23 03:09 bertho |
124 |
|
|
125 |
|
* ChangeLog: Now it is time for 1.5.1 |
126 |
|
|
127 |
|
2004-10-23 03:08 bertho |
128 |
|
|
129 |
|
* cvsgraph.c: Do not strip mergepoint linked revisions. |
130 |
|
|
131 |
|
2004-10-23 02:25 bertho |
132 |
|
|
133 |
|
* ChangeLog, README, cvsgraph.1, cvsgraph.conf.5, cvsgraph.spec, |
134 |
|
contrib/automatic_documentation/README.Automatic_documentation: |
135 |
|
Minor docu updates and release 1.5.1 |
136 |
|
|
137 |
|
2004-10-21 23:40 bertho |
138 |
|
|
139 |
|
* rcsl.l, rcsy.y: - Remove warning on known extended phrases - Add |
140 |
|
known CVSNT extended phrases to be ignored |
141 |
|
|
142 |
|
2004-10-21 23:22 bertho |
143 |
|
|
144 |
|
* cvsgraph.c: Fix a potential zero length string allocation. |
145 |
|
|
146 |
|
2004-10-21 22:08 bertho |
147 |
|
|
148 |
|
* README, config.h.in, configure, configure.in, cvsgraph.c, |
149 |
|
cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, readconf.c: Implement |
150 |
|
selection of png compression level with image_compress and enable |
151 |
|
interlacing (progressive load) for both png and jpeg images with |
152 |
|
image_interlace. |
153 |
|
|
154 |
|
2004-10-21 00:03 bertho |
155 |
|
|
156 |
|
* README, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, |
157 |
|
rcs.h, rcsl.l, rcsy.y, readconf.c: Added patch from Gordon |
158 |
|
Hollingworth <Gordon.Hollingworth@TTP.com> to use mergepoints as |
159 |
|
implemented by CVSNT. Adapted the patch to enable both |
160 |
|
tag-detected merges and mergepoints to be shows at the same time. |
161 |
|
|
162 |
|
2004-10-20 21:31 bertho |
163 |
|
|
164 |
|
* README, rcsy.y: Fix a bug in the detection of branch-numbers in |
165 |
|
the logical ,v file structure (reported by Daniel Dumitrache |
166 |
|
<ddumitrache@bitdefender.com>). The branch was deduced from the |
167 |
|
revision, but that would fail for revision numbers that are like |
168 |
|
magic branch-numbers (x.x.0.x) because they were interpreted. |
169 |
|
These revision numbers are now correctly handled by treating them |
170 |
|
as revision numbers and deducing the branch by eliminating the |
171 |
|
trailing .x. |
172 |
|
|
173 |
|
2004-09-23 22:29 bertho |
174 |
|
|
175 |
|
* README, cvsgraph.c: Change the timezone stuff to fix localtime |
176 |
|
calculation as suggested by Henrik Carlqvist |
177 |
|
<henca@users.SourceForge.net> |
178 |
|
|
179 |
|
2004-09-23 21:45 bertho |
180 |
|
|
181 |
|
* cvsgraph.1, cvsgraph.conf, cvsgraph.conf.5, |
182 |
|
contrib/cvsgraphwrapper.php3: Apply the patches by Ville Skyttä |
183 |
|
(with many thanks) - spelling fixes - config fix for & -> & - |
184 |
|
wrapper example generics fixes |
185 |
|
|
186 |
|
2004-08-29 14:58 bertho |
187 |
|
|
188 |
|
* cvsgraph.spec: Fix specfile for new location of files |
189 |
|
|
190 |
|
2004-08-29 14:48 bertho |
191 |
|
|
192 |
|
* cvsgraphwrapper.php3, mkimage.php3, contrib/cvsgraphwrapper.php3, |
193 |
|
contrib/mkimage.php3: Move old wrappers to contrib |
194 |
|
|
195 |
|
2004-08-29 14:43 bertho |
196 |
|
|
197 |
|
* contrib/automatic_documentation/: README.Automatic_documentation, |
198 |
|
checkoutlist, commit_action.sh, commitinfo, cvswrappers, |
199 |
|
tag_action.sh, taginfo: Add contributed material is a separate |
200 |
|
directory. |
201 |
|
|
202 |
|
2004-08-29 14:20 bertho |
203 |
|
|
204 |
|
* README, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, |
205 |
|
readconf.c: - Add resorting of branches on how many revisions |
206 |
|
they have. This saves space under circumstances. |
207 |
|
|
208 |
|
2004-08-29 14:07 bertho |
209 |
|
|
210 |
|
* README, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, |
211 |
|
readconf.c: - Add patch from Henrik Carlqvist |
212 |
|
<henca@users.SourceForge.net> * add option rev_hidenumber for |
213 |
|
disabling revision number display. * add option |
214 |
|
tag_ignore_merge for disabling merge_from/merge_to display |
215 |
|
if matched with tag_ignore. - Add option merge_findall so |
216 |
|
that merge_from/merge_to tags can have multiple matches. - Fix |
217 |
|
some whitespace to tab. |
218 |
|
|
219 |
|
2004-08-16 10:39 bertho |
220 |
|
|
221 |
|
* config.h.in, configure, configure.in, cvsgraph.c: Add a configure |
222 |
|
check for sys/wait.h so that Windows/MingW should compile without |
223 |
|
editing cvsgraph.c. |
224 |
|
|
225 |
|
2004-08-15 19:28 bertho |
226 |
|
|
227 |
|
* ChangeLog, README: Release 1.5.0 |
228 |
|
|
229 |
|
2004-08-15 18:58 bertho |
230 |
|
|
231 |
|
* README, config.h.in, configure, configure.in, cvsgraph.1, |
232 |
|
cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, |
233 |
|
cvsgraph.spec, rcs.h, readconf.c: - Added drawing of partial |
234 |
|
trees. You now can select a subtree based on a revision number, |
235 |
|
branch number or symbolic tag to show only that part of the |
236 |
|
tree. New config option branch_subtree selects which part is |
237 |
|
shown. If the subtree is empty, then the whole tree is shown. |
238 |
|
|
239 |
|
- Most error and warning messages are now displayed in the graph, |
240 |
|
instead of being written to stderr. This enables you to see an |
241 |
|
image eventhough errors might be present. The old method would |
242 |
|
generate a corrupt image. New configuration options include |
243 |
|
msg_color and msg_font to control the looks of it. Messages |
244 |
|
are always printed at the bottom of the image. |
245 |
|
|
246 |
|
- Fixed a bug in the folding code where subtrees would not fold |
247 |
|
correctly. |
248 |
|
|
249 |
|
- Added diff links in the map-generation for detected merges so |
250 |
|
that you can get the differences in merge-operations. The |
251 |
|
options map_merge_href and map_merge_alt must be set |
252 |
|
accordingly. |
253 |
|
|
254 |
|
2004-08-14 16:56 bertho |
255 |
|
|
256 |
|
* README: - Add comments on latest changes on tag_ignore - Mention |
257 |
|
that there are at least 3 viewers with support for CvsGraph |
258 |
|
|
259 |
|
2004-08-05 11:48 bertho |
260 |
|
|
261 |
|
* cvsgraph.c, rcsy.y: Make sure that the HEAD tag doesn't get |
262 |
|
zapped by tag_ignore/tag_negate |
263 |
|
|
264 |
|
2004-08-05 11:35 bertho |
265 |
|
|
266 |
|
* cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, |
267 |
|
readconf.c: Add tag_negate option so to include matching tags |
268 |
|
instead of ignoring them |
269 |
|
|
270 |
|
2004-08-05 11:23 bertho |
271 |
|
|
272 |
|
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.spec: |
273 |
|
Up the version number now so I don't forget it like last time... |
274 |
|
|
275 |
|
2004-08-04 10:48 bertho |
276 |
|
|
277 |
|
* cvsgraph.conf.5: Fix typo in docu |
278 |
|
|
279 |
|
2004-08-03 10:50 bertho |
280 |
|
|
281 |
|
* cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, rcs.h, |
282 |
|
readconf.c: Implement tag-ignoring on basis of a regular |
283 |
|
expression |
284 |
|
|
285 |
|
2004-07-26 10:56 bertho |
286 |
|
|
287 |
|
* cvsgraph.spec: Commit the version fix (sigh). |
288 |
|
|
289 |
|
2004-07-19 14:40 bertho |
290 |
|
|
291 |
|
* cvsgraph.c: Fix the version number |
292 |
|
|
293 |
|
2004-07-16 15:56 bertho |
294 |
|
|
295 |
|
* cvsgraph.spec: - Prepare for release 1.4.1 |
296 |
|
|
297 |
|
2004-07-16 15:50 bertho |
298 |
|
|
299 |
|
* ChangeLog: Release 1.4.1 |
300 |
|
|
301 |
|
2004-07-16 15:49 bertho |
302 |
|
|
303 |
|
* README, cvsgraph.1, cvsgraph.conf.5: - Prepare for release 1.4.1 |
304 |
|
|
305 |
|
2004-07-16 15:24 bertho |
306 |
|
|
307 |
|
* cvsgraph.c: Fix a longstanding date-bug in showing local time. |
308 |
|
Now timezone is accounted for. |
309 |
|
|
310 |
|
2004-07-16 15:07 bertho |
311 |
|
|
312 |
|
* rcsy.y: Fix the CVSNT habbit of adding info to the tag in |
313 |
|
symbols. The trailing data is skipped for now. We might use it |
314 |
|
later on (it contains a date and comments) on tags. |
315 |
|
|
316 |
|
2004-07-16 13:56 bertho |
317 |
|
|
318 |
|
* cvsgraph.c: - Fix XHTML <br> to be <br /> - Add HTML-izing '&' to |
319 |
|
& and '"' to " |
320 |
|
|
321 |
|
2004-07-15 17:40 bertho |
322 |
|
|
323 |
|
* cvsgraph.c: Fix execution flags of regexec(). Spottet by and many |
324 |
|
thanks to Morten Sylvest Olsen |
325 |
|
|
326 |
|
2004-07-15 17:12 bertho |
327 |
|
|
328 |
|
* rcs.h, rcsl.l, rcsy.y: Fix the author recognition for CVSNT with |
329 |
|
broken rcsfile(5) format. This might not be a total remedy, but |
330 |
|
should fix some. |
331 |
|
|
332 |
|
2004-07-15 11:42 bertho |
333 |
|
|
334 |
|
* Makefile.in, configure, configure.in, readconf.c: Fix the |
335 |
|
sizeof(void *) vs sizeof(int) problem. Now look for int, long and |
336 |
|
long long in configure. |
337 |
|
|
338 |
|
2004-02-22 14:00 bertho |
339 |
|
|
340 |
|
* cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, |
341 |
|
readconf.c: - Add the arrow patch from Haroon Rafique |
342 |
|
<haroon.rafique@utoronto.ca> - Adapt the arrow patch to be more |
343 |
|
configurable |
344 |
|
|
345 |
|
2003-10-17 11:10 bertho |
346 |
|
|
347 |
|
* cvsgraph.1: Fix manual page typo. Thanks to Mark Brown |
348 |
|
<broonie@sirena.org.uk>. |
349 |
|
|
350 |
|
2003-03-20 18:32 bertho |
351 |
|
|
352 |
|
* cvsgraph.spec: * Wed Mar 19 2003 Jason Corley |
353 |
|
<jason.corley@borland.com> - Documentation and other aesthetic |
354 |
|
related fixes |
355 |
|
|
356 |
|
2003-03-17 11:40 bertho |
357 |
|
|
358 |
|
* ChangeLog, cvsgraph.spec: Release 1.4.0 |
359 |
|
|
360 |
|
2003-03-17 02:33 bertho |
361 |
|
|
362 |
|
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.spec: - |
363 |
|
Fix off by one error in html-izing string expansions - Fix wrong |
364 |
|
font in branch-box - Fix imagemaps to contain references to each |
365 |
|
branch in folded branchboxes. - Prepare for release 1.4.0 |
366 |
|
|
367 |
|
2003-03-14 15:24 bertho |
368 |
|
|
369 |
|
* README, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, |
370 |
|
readconf.c: - Implement folding for all branches on the same |
371 |
|
branchpoint if empty. New option branch_foldall controls this |
372 |
|
behavior. See cvsgraph.conf(5) for details. |
373 |
|
|
374 |
|
2003-03-14 02:38 bertho |
375 |
|
|
376 |
|
* Makefile.in, README, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, |
377 |
|
cvsgraph.h, rcs.h, readconf.c: - Fixed a bug in the initial |
378 |
|
placing of left to right displaying. - Half-fixed a bug in the |
379 |
|
kerning code, where a loop-safeguard was triggered way too soon |
380 |
|
(at 100 iterations). This has now been changed to 10000, but |
381 |
|
should be dependent on the number of drawable branches, as the |
382 |
|
function is _at least_ order O(N^2). However, more analysis is |
383 |
|
required to ensure safe guarding under all circumstances. - |
384 |
|
Implemented folding of empty branches. Many uses of CVS create |
385 |
|
many branches on the same revision but have no commits on them. |
386 |
|
This occurs often with stable files like .cvsignore files and |
387 |
|
the like. A new configuration option branch_fold enables |
388 |
|
imaging consequtive brances with no commits in the same |
389 |
|
branch-box. This reduces images by a huge factor (28000x1700 -> |
390 |
|
2100x2300, i.e. a factor of 10). It also speeds up drawing |
391 |
|
considerably. The branch_fold option is *on* by default. - Fix |
392 |
|
duplicate branch-boxes (branch_dupbox=true). No duplicates should |
393 |
|
be created if there are no commits on a specific branch. There |
394 |
|
is no reason for having two boxes on top of each other. |
395 |
|
|
396 |
|
2003-03-10 23:57 bertho |
397 |
|
|
398 |
|
* README, cvsgraph.c, rcs.h, rcsl.l: [no log message] |
399 |
|
|
400 |
|
2003-03-09 23:36 bertho |
401 |
|
|
402 |
|
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, |
403 |
|
cvsgraph.h, rcs.h, readconf.c: - add merge visualization - |
404 |
|
Provide solution for possible XSS bug in tag expansions |
405 |
|
|
406 |
|
2003-02-25 12:03 bertho |
407 |
|
|
408 |
|
* cvsgraph.spec: - Specfile donated by Jason Corley for RPM package |
409 |
|
builds |
410 |
|
|
411 |
|
2003-02-11 11:43 bertho |
412 |
|
|
413 |
|
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.h, |
414 |
|
readconf.c: - Implement different HTML levels for imagemaps. - |
415 |
|
Add new commandline option for HTML level - Update docs |
416 |
|
|
417 |
|
2003-02-11 10:52 bertho |
418 |
|
|
419 |
|
* readconf.c: Fix warning on Solaris and Irix on char subscripts. |
420 |
|
|
421 |
|
2002-07-20 22:57 bertho |
422 |
|
|
423 |
|
* ChangeLog: Release 1.3.0 |
424 |
|
|
425 |
2002-07-20 22:41 bertho |
2002-07-20 22:41 bertho |
426 |
|
|
427 |
* README, configure, configure.in, cvsgraph.c, cvsgraph.conf, |
* README, configure, configure.in, cvsgraph.c, cvsgraph.conf, |
428 |
cvsgraph.conf.5, cvsgraph.h, readconf.c: Add rev_maxtags config to |
cvsgraph.conf.5, cvsgraph.h, readconf.c: Add rev_maxtags config |
429 |
limit number of tags per revison box Hopefully fix configure.in |
to limit number of tags per revison box Hopefully fix |
430 |
(finally?) |
configure.in (finally?) |
431 |
|
|
432 |
2002-07-20 02:48 bertho |
2002-07-20 02:48 bertho |
433 |
|
|
434 |
* README, configure, configure.in, cvsgraph.1, cvsgraph.c, |
* README, configure, configure.in, cvsgraph.1, cvsgraph.c, |
435 |
cvsgraph.conf.5: Hopefully fixed configure problems Prepared new |
cvsgraph.conf.5: Hopefully fixed configure problems Prepared new |
436 |
release 1.3.0 |
release 1.3.0 |
437 |
|
|
438 |
2002-07-19 01:08 bertho |
2002-07-19 01:08 bertho |
439 |
|
|
440 |
* cvsgraph.c, cvsgraph.conf: Finished implementing left_right |
* cvsgraph.c, cvsgraph.conf: Finished implementing left_right |
441 |
drawing. |
drawing. |
442 |
|
|
443 |
2002-07-18 17:26 bertho |
2002-07-18 17:26 bertho |
444 |
|
|
445 |
* cvsgraph.c, cvsgraph.conf.5, cvsgraph.h, readconf.c: First |
* cvsgraph.c, cvsgraph.conf.5, cvsgraph.h, readconf.c: First |
446 |
changes for left_right drawing of the tree. Still missing proper |
changes for left_right drawing of the tree. Still missing proper |
447 |
branch_dupbox, upside_down and imagemap support. |
branch_dupbox, upside_down and imagemap support. |
448 |
|
|
449 |
2002-07-18 14:07 bertho |
2002-07-18 14:07 bertho |
450 |
|
|
451 |
* cvsgraph.c: Fix possible exploitable buffer overflow in string |
* cvsgraph.c: Fix possible exploitable buffer overflow in string |
452 |
expansion |
expansion |
453 |
|
|
454 |
2002-07-16 11:30 bertho |
2002-07-16 11:30 bertho |
455 |
|
|
456 |
* cvsgraph.c: Fix a coredump on SGI in bsearch and remove c++ |
* cvsgraph.c: Fix a coredump on SGI in bsearch and remove c++ |
457 |
comments. Thanks to Sjoerd Mullender. |
comments. Thanks to Sjoerd Mullender. |
458 |
|
|
459 |
2002-06-19 16:47 bertho |
2002-06-19 16:47 bertho |
460 |
|
|
461 |
* configure, configure.in: - Fix order of libraries - Add |
* configure, configure.in: - Fix order of libraries - Add |
462 |
auto-addition of libs when gifs are missing |
auto-addition of libs when gifs are missing |
463 |
|
|
464 |
2002-04-24 01:02 bertho |
2002-04-24 01:02 bertho |
465 |
|
|
466 |
* Makefile.in, README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
* Makefile.in, README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
467 |
cvsgraph.conf.5, cvsgraph.h, rcsy.y, readconf.c: - Fix browserbug |
cvsgraph.conf.5, cvsgraph.h, rcsy.y, readconf.c: - Fix browserbug |
468 |
ordering y-coordinates - Speed up parsing by bypassing deltatext |
ordering y-coordinates - Speed up parsing by bypassing deltatext |
469 |
parse - Add logentry expansion |
parse - Add logentry expansion |
470 |
|
|
471 |
2002-02-18 14:23 bertho |
2002-02-18 14:23 bertho |
472 |
|
|
475 |
2002-02-18 02:31 bertho |
2002-02-18 02:31 bertho |
476 |
|
|
477 |
* cvsgraph.c: - Remove debug stuff before release - Fix |
* cvsgraph.c: - Remove debug stuff before release - Fix |
478 |
strip_first_rev so that it works the right way around |
strip_first_rev so that it works the right way around |
479 |
|
|
480 |
2002-02-15 00:18 bertho |
2002-02-15 00:18 bertho |
481 |
|
|
482 |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, |
483 |
cvsgraph.h, readconf.c: [no log message] |
cvsgraph.h, readconf.c: [no log message] |
484 |
|
|
485 |
2002-01-09 01:28 bertho |
2002-01-09 01:28 bertho |
486 |
|
|
487 |
* README, config.h.in, configure, configure.in, cvsgraph.1, |
* README, config.h.in, configure, configure.in, cvsgraph.1, |
488 |
cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, rcs.h, |
cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, rcs.h, |
489 |
readconf.c: - Added a new version of auto_stretch. It seems to work |
readconf.c: - Added a new version of auto_stretch. It seems to |
490 |
better bit it still needs improvement (a lot) - Added TrueType |
work better bit it still needs improvement (a lot) - Added |
491 |
support. This solves also a problem of missing libraries if libgd |
TrueType support. This solves also a problem of missing |
492 |
needs -lttf or -lfreetype. |
libraries if libgd needs -lttf or -lfreetype. |
493 |
|
|
494 |
2002-01-01 22:05 bertho |
2002-01-01 22:05 bertho |
495 |
|
|
496 |
* confl.l, confy.y: Retire the old configuration. The new one is a |
* confl.l, confy.y: Retire the old configuration. The new one is a |
497 |
bit more flexible by being able to control from the commandline. |
bit more flexible by being able to control from the commandline. |
498 |
|
|
499 |
2002-01-01 22:03 bertho |
2002-01-01 22:03 bertho |
500 |
|
|
501 |
* Makefile.in, README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, |
* Makefile.in, README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, |
502 |
cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, rcs.h, rcsy.y, |
cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, rcs.h, rcsy.y, |
503 |
readconf.c, readconf.h, utils.c: Major code update to enable some |
readconf.c, readconf.h, utils.c: Major code update to enable some |
504 |
more features. The new formatting scheme is not yet 100%. This |
more features. The new formatting scheme is not yet 100%. This |
505 |
should be close to version 1.2.0. |
should be close to version 1.2.0. |
506 |
|
|
507 |
2001-12-19 19:10 bertho |
2001-12-19 19:10 bertho |
508 |
|
|
509 |
* README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
* README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
510 |
cvsgraph.h, rcs.h: - Updated the docu a bit - Renamed the |
cvsgraph.h, rcs.h: - Updated the docu a bit - Renamed the |
511 |
branch_mirror to branch_dupbox which is more appropriate - |
branch_mirror to branch_dupbox which is more appropriate - |
512 |
strip_untagged displays now draw dashed connector lines to indicate |
strip_untagged displays now draw dashed connector lines to |
513 |
a jump |
indicate a jump |
514 |
|
|
515 |
2001-12-18 23:50 bertho |
2001-12-18 23:50 bertho |
516 |
|
|
517 |
* README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
* README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
518 |
cvsgraph.conf.5, cvsgraph.h: - Added upside-down imaging of the |
cvsgraph.conf.5, cvsgraph.h: - Added upside-down imaging of the |
519 |
tree - Added extra branch-box at the bottom/top of the trunk - |
tree - Added extra branch-box at the bottom/top of the trunk - |
520 |
Added stripping of untagged revisions |
Added stripping of untagged revisions |
521 |
|
|
522 |
2001-11-30 12:05 bertho |
2001-11-30 12:05 bertho |
523 |
|
|
524 |
* rcsy.y: Fixed the locks phrase where the lexer wasn't put in the |
* rcsy.y: Fixed the locks phrase where the lexer wasn't put in the |
525 |
rigth state. |
rigth state. |
526 |
|
|
527 |
2001-11-28 17:19 bertho |
2001-11-28 17:19 bertho |
528 |
|
|
529 |
* cvsgraph.c: - Add binary mode in file opens for DOS/Windows - |
* cvsgraph.c: - Add binary mode in file opens for DOS/Windows - |
530 |
Extend width of image to title width minimum - Up the version |
Extend width of image to title width minimum - Up the version |
531 |
number (forgotten in version 1.1.3) |
number (forgotten in version 1.1.3) |
532 |
|
|
533 |
2001-11-21 09:25 bertho |
2001-11-21 09:25 bertho |
534 |
|
|
535 |
* config.h.in, configure, configure.in, cvsgraph.c: Update |
* config.h.in, configure, configure.in, cvsgraph.c: Update |
536 |
configure to check for getopt.h which does not exist on Solaris 8. |
configure to check for getopt.h which does not exist on Solaris |
537 |
|
8. |
538 |
|
|
539 |
2001-11-20 16:25 bertho |
2001-11-20 16:25 bertho |
540 |
|
|
546 |
|
|
547 |
2001-11-20 16:00 bertho |
2001-11-20 16:00 bertho |
548 |
|
|
549 |
* cvsgraph.c: implemented diffs from a branch to a branchpoint. |
* cvsgraph.c: implemented diffs from a branch to a branchpoint. |
550 |
Many thanks to Ed Rapoport (erapoport@stratasys.com) for donating |
Many thanks to Ed Rapoport (erapoport@stratasys.com) for donating |
551 |
this patch. |
this patch. |
552 |
|
|
553 |
2001-11-13 22:05 bertho |
2001-11-13 22:05 bertho |
554 |
|
|
555 |
* rcsl.l: Fix a coredump when the string collection has not yet |
* rcsl.l: Fix a coredump when the string collection has not yet |
556 |
been initialized (empty strings). |
been initialized (empty strings). |
557 |
|
|
558 |
2001-03-23 00:15 bertho |
2001-03-23 00:15 bertho |
559 |
|
|
562 |
2001-03-23 00:11 bertho |
2001-03-23 00:11 bertho |
563 |
|
|
564 |
* cvsgraphwrapper.php3, mkimage.php3: Added the wrapperscripts to |
* cvsgraphwrapper.php3, mkimage.php3: Added the wrapperscripts to |
565 |
the repository for reference. |
the repository for reference. |
566 |
|
|
567 |
2001-03-23 00:06 bertho |
2001-03-23 00:06 bertho |
568 |
|
|
569 |
* cvsgraph.conf: Fixed the cvsroot setting from cvsweb.cgi to be |
* cvsgraph.conf: Fixed the cvsroot setting from cvsweb.cgi to be |
570 |
propagated. |
propagated. |
571 |
|
|
572 |
2001-03-22 22:42 bertho |
2001-03-22 22:42 bertho |
573 |
|
|
574 |
* Makefile.in, README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
* Makefile.in, README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, |
575 |
cvsgraph.conf.5: - Dead tags (i.e. a tag without a valid revision |
cvsgraph.conf.5: - Dead tags (i.e. a tag without a valid revision |
576 |
or branch) does no longer print a message in quiet mode. - Added |
or branch) does no longer print a message in quiet mode. - |
577 |
expansions for cvsroot and cvsmodule without trailing '/' - Remove |
Added expansions for cvsroot and cvsmodule without trailing '/' - |
578 |
core-files in a 'make clean'. - Fixed default config file to use |
Remove core-files in a 'make clean'. - Fixed default config file |
579 |
entities < and >. |
to use entities < and >. |
580 |
|
|
581 |
2001-03-22 22:08 bertho |
2001-03-22 22:08 bertho |
582 |
|
|
589 |
2001-03-12 16:57 bertho |
2001-03-12 16:57 bertho |
590 |
|
|
591 |
* Makefile.in, configure.in: Fixed the configuration on IRIX. This |
* Makefile.in, configure.in: Fixed the configuration on IRIX. This |
592 |
was actually a bug in the --with-xx definitions and that messed up |
was actually a bug in the --with-xx definitions and that messed |
593 |
about everything. Now CvsGraph runs on IRIX with the GNU buildchain |
up about everything. Now CvsGraph runs on IRIX with the GNU |
594 |
installed. |
buildchain installed. |
595 |
|
|
596 |
2001-03-10 23:26 bertho |
2001-03-10 23:26 bertho |
597 |
|
|
600 |
2001-03-10 23:17 bertho |
2001-03-10 23:17 bertho |
601 |
|
|
602 |
* cvsgraph.conf: Make '<' and '>' entities < and > in the |
* cvsgraph.conf: Make '<' and '>' entities < and > in the |
603 |
expansion. |
expansion. |
604 |
|
|
605 |
2001-03-10 23:11 bertho |
2001-03-10 23:11 bertho |
606 |
|
|
609 |
2001-03-10 22:58 bertho |
2001-03-10 22:58 bertho |
610 |
|
|
611 |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5: |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5: |
612 |
Added manual pages for executable and configuration. Minor |
Added manual pages for executable and configuration. Minor |
613 |
tweaking and README update for release 1.1.1. |
tweaking and README update for release 1.1.1. |
614 |
|
|
615 |
2001-03-10 03:54 bertho |
2001-03-10 03:54 bertho |
616 |
|
|
617 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h: - |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h: - |
618 |
Fixed path problems. Cvsroot and module will always have a |
Fixed path problems. Cvsroot and module will always have a |
619 |
trailing '/' if they are not empty so that simple files can be |
trailing '/' if they are not empty so that simple files can be |
620 |
addressed directly from the commandline. This also eases |
addressed directly from the commandline. This also eases |
621 |
expansions. - Implemented new features: * revisions can have |
expansions. - Implemented new features: * revisions can have |
622 |
custom text * background colors of boxes working * boxes |
custom text * background colors of boxes working * |
623 |
can have shadow (looks nice) * imagemaps generate diff areas |
boxes can have shadow (looks nice) * imagemaps generate diff |
624 |
between revisions - Several new config parameters to support above |
areas between revisions - Several new config parameters to |
625 |
functionality. |
support above functionality. |
626 |
|
|
627 |
2001-03-04 21:22 bertho |
2001-03-04 21:22 bertho |
628 |
|
|
635 |
2001-03-04 21:15 bertho |
2001-03-04 21:15 bertho |
636 |
|
|
637 |
* configure, configure.in: Updated configure to accept separate |
* configure, configure.in: Updated configure to accept separate |
638 |
include/lib dirs for gd |
include/lib dirs for gd |
639 |
|
|
640 |
2001-03-04 04:19 bertho |
2001-03-04 04:19 bertho |
641 |
|
|
642 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: Basic |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: Basic |
643 |
imagemap stuff done. The expansion code needs some work to allow |
imagemap stuff done. The expansion code needs some work to allow |
644 |
for conditional expansion. |
for conditional expansion. |
645 |
|
|
646 |
2001-03-04 02:38 bertho |
2001-03-04 02:38 bertho |
647 |
|
|
648 |
* .cvsignore, Makefile.in, configure, configure.in, confl.l, |
* .cvsignore, Makefile.in, configure, configure.in, confl.l, |
649 |
confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, rcsl.l, |
confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, rcsl.l, |
650 |
rcsy.y, utils.c, utils.h: Major update of the code. - Complete new |
rcsy.y, utils.c, utils.h: Major update of the code. - Complete |
651 |
method of getting the revision structure by directly reading the |
new method of getting the revision structure by directly |
652 |
rcs/cvs file. This should also speed things a bit because no |
reading the rcs/cvs file. This should also speed things a bit |
653 |
external program needs to be called anymore. This also means |
because no external program needs to be called anymore. This |
654 |
that "remote-graphs" are no longer a possible extension of the |
also means that "remote-graphs" are no longer a possible |
655 |
program. But, who cares. - Implemented branch-kerning to save |
extension of the program. But, who cares. - Implemented |
656 |
place. The images are now much smaller in width, dependent on the |
branch-kerning to save place. The images are now much smaller |
657 |
settings of the exterior margins. - Fixed disjoint braches by |
in width, dependent on the settings of the exterior margins. - |
658 |
reading the structure direct from the rcs/cvs file. The |
Fixed disjoint braches by reading the structure direct from the |
659 |
revision/branch structure is no longer determined from the |
rcs/cvs file. The revision/branch structure is no longer |
660 |
revision numbers, but solely from the rcs/cvs file structure. - |
determined from the revision numbers, but solely from the |
661 |
Fixed display of branches with no revisions attached to them. These |
rcs/cvs file structure. - Fixed display of branches with no |
662 |
only have a tag describing the new branch. |
revisions attached to them. These only have a tag describing |
663 |
|
the new branch. |
664 |
|
|
665 |
2001-02-26 01:09 bertho |
2001-02-26 01:09 bertho |
666 |
|
|
667 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: - Fixed |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: - Fixed |
668 |
the recursion problem so that branches of branches are properly |
the recursion problem so that branches of branches are properly |
669 |
placed. - Fixed a lonely '+' in an expression. - Started to make |
placed. - Fixed a lonely '+' in an expression. - Started to |
670 |
an imagemap functionality (not very functional yet) |
make an imagemap functionality (not very functional yet) |
671 |
|
|
672 |
2001-02-24 22:52 bertho |
2001-02-24 22:52 bertho |
673 |
|
|
688 |
2001-02-24 01:35 bertho |
2001-02-24 01:35 bertho |
689 |
|
|
690 |
* Makefile.in, confl.l, confy.y, cvsgraph.c, cvsgraph.conf, |
* Makefile.in, confl.l, confy.y, cvsgraph.c, cvsgraph.conf, |
691 |
cvsgraph.h, readconf.h, utils.c, utils.h: Fixed the soring of |
cvsgraph.h, readconf.h, utils.c, utils.h: Fixed the soring of |
692 |
revisions permanently. All sections of the revision numbers are |
revisions permanently. All sections of the revision numbers are |
693 |
important. Implemented better control over libgd with autoconf and |
important. Implemented better control over libgd with autoconf |
694 |
added support for generation of png and jpeg from the configuration |
and added support for generation of png and jpeg from the |
695 |
file (thanks to Kurt L. Sussman for a patch, although I modified it |
configuration file (thanks to Kurt L. Sussman for a patch, |
696 |
a bit). |
although I modified it a bit). |
697 |
|
|
698 |
2001-02-24 01:31 bertho |
2001-02-24 01:31 bertho |
699 |
|
|
714 |
2001-02-23 01:12 bertho |
2001-02-23 01:12 bertho |
715 |
|
|
716 |
* cvsgraph.c: Auto selection of the correct image-generator |
* cvsgraph.c: Auto selection of the correct image-generator |
717 |
function. |
function. |
718 |
|
|
719 |
2001-02-23 01:11 bertho |
2001-02-23 01:11 bertho |
720 |
|
|
721 |
* .cvsignore, Makefile.in, configure, configure.in: Start to use |
* .cvsignore, Makefile.in, configure, configure.in: Start to use |
722 |
autoconf. This makes detecting old/new libgd easier. Also a bit |
autoconf. This makes detecting old/new libgd easier. Also a bit |
723 |
more portable. |
more portable. |
724 |
|
|
725 |
2001-02-21 18:30 bertho |
2001-02-21 18:30 bertho |
726 |
|
|
727 |
* cvsgraph.c: Fix sorting bug. Thanks to Tanaka Akira for sending |
* cvsgraph.c: Fix sorting bug. Thanks to Tanaka Akira for sending |
728 |
the patch. |
the patch. |
729 |
|
|
730 |
2001-02-20 23:36 bertho |
2001-02-20 23:36 bertho |
731 |
|
|
734 |
2001-02-20 13:07 bertho |
2001-02-20 13:07 bertho |
735 |
|
|
736 |
* LICENSE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf, |
* LICENSE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf, |
737 |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial revision |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial import |
738 |
|
|
739 |
2001-02-20 13:07 bertho |
2001-02-20 13:07 bertho |
740 |
|
|
741 |
* LICENSE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf, |
* LICENSE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf, |
742 |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial import |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial revision |
743 |
|
|