1 |
2004-07-16 15:49 bertho
|
2 |
|
3 |
* README, cvsgraph.1, cvsgraph.conf.5: - Prepare for release 1.4.0
|
4 |
|
5 |
2004-07-16 15:24 bertho
|
6 |
|
7 |
* cvsgraph.c: Fix a longstanding date-bug in showing local time.
|
8 |
Now timezone is accounted for.
|
9 |
|
10 |
2004-07-16 15:07 bertho
|
11 |
|
12 |
* rcsy.y: Fix the CVSNT habbit of adding info to the tag in
|
13 |
symbols. The trailing data is skipped for now. We might use it
|
14 |
later on (it contains a date and comments) on tags.
|
15 |
|
16 |
2004-07-16 13:56 bertho
|
17 |
|
18 |
* cvsgraph.c: - Fix XHTML <br> to be <br /> - Add HTML-izing '&' to
|
19 |
& and '"' to "
|
20 |
|
21 |
2004-07-15 17:40 bertho
|
22 |
|
23 |
* cvsgraph.c: Fix execution flags of regexec(). Spottet by and many
|
24 |
thanks to Morten Sylvest Olsen
|
25 |
|
26 |
2004-07-15 17:12 bertho
|
27 |
|
28 |
* rcs.h, rcsl.l, rcsy.y: Fix the author recognition for CVSNT with
|
29 |
broken rcsfile(5) format. This might not be a total remedy, but
|
30 |
should fix some.
|
31 |
|
32 |
2004-07-15 11:42 bertho
|
33 |
|
34 |
* Makefile.in, configure, configure.in, readconf.c: Fix the
|
35 |
sizeof(void *) vs sizeof(int) problem. Now look for int, long and
|
36 |
long long in configure.
|
37 |
|
38 |
2004-02-22 14:00 bertho
|
39 |
|
40 |
* cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h,
|
41 |
readconf.c: - Add the arrow patch from Haroon Rafique
|
42 |
<haroon.rafique@utoronto.ca> - Adapt the arrow patch to be more
|
43 |
configurable
|
44 |
|
45 |
2003-10-17 11:10 bertho
|
46 |
|
47 |
* cvsgraph.1: Fix manual page typo. Thanks to Mark Brown
|
48 |
<broonie@sirena.org.uk>.
|
49 |
|
50 |
2003-03-20 18:32 bertho
|
51 |
|
52 |
* cvsgraph.spec: * Wed Mar 19 2003 Jason Corley
|
53 |
<jason.corley@borland.com> - Documentation and other aesthetic
|
54 |
related fixes
|
55 |
|
56 |
2003-03-17 11:40 bertho
|
57 |
|
58 |
* ChangeLog, cvsgraph.spec: Release 1.4.0
|
59 |
|
60 |
2003-03-17 02:33 bertho
|
61 |
|
62 |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.spec: -
|
63 |
Fix off by one error in html-izing string expansions - Fix wrong
|
64 |
font in branch-box - Fix imagemaps to contain references to each
|
65 |
branch in folded branchboxes. - Prepare for release 1.4.0
|
66 |
|
67 |
2003-03-14 15:24 bertho
|
68 |
|
69 |
* README, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h,
|
70 |
readconf.c: - Implement folding for all branches on the same
|
71 |
branchpoint if empty. New option branch_foldall controls this
|
72 |
behavior. See cvsgraph.conf(5) for details.
|
73 |
|
74 |
2003-03-14 02:38 bertho
|
75 |
|
76 |
* Makefile.in, README, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5,
|
77 |
cvsgraph.h, rcs.h, readconf.c: - Fixed a bug in the initial
|
78 |
placing of left to right displaying. - Half-fixed a bug in the
|
79 |
kerning code, where a loop-safeguard was triggered way too soon
|
80 |
(at 100 iterations). This has now been changed to 10000, but
|
81 |
should be dependent on the number of drawable branches, as the
|
82 |
function is _at least_ order O(N^2). However, more analysis is
|
83 |
required to ensure safe guarding under all circumstances. -
|
84 |
Implemented folding of empty branches. Many uses of CVS create
|
85 |
many branches on the same revision but have no commits on them.
|
86 |
This occurs often with stable files like .cvsignore files and
|
87 |
the like. A new configuration option branch_fold enables
|
88 |
imaging consequtive brances with no commits in the same
|
89 |
branch-box. This reduces images by a huge factor (28000x1700 ->
|
90 |
2100x2300, i.e. a factor of 10). It also speeds up drawing
|
91 |
considerably. The branch_fold option is *on* by default. - Fix
|
92 |
duplicate branch-boxes (branch_dupbox=true). No duplicates should
|
93 |
be created if there are no commits on a specific branch. There
|
94 |
is no reason for having two boxes on top of each other.
|
95 |
|
96 |
2003-03-10 23:57 bertho
|
97 |
|
98 |
* README, cvsgraph.c, rcs.h, rcsl.l: [no log message]
|
99 |
|
100 |
2003-03-09 23:36 bertho
|
101 |
|
102 |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5,
|
103 |
cvsgraph.h, rcs.h, readconf.c: - add merge visualization -
|
104 |
Provide solution for possible XSS bug in tag expansions
|
105 |
|
106 |
2003-02-25 12:03 bertho
|
107 |
|
108 |
* cvsgraph.spec: - Specfile donated by Jason Corley for RPM package
|
109 |
builds
|
110 |
|
111 |
2003-02-11 11:43 bertho
|
112 |
|
113 |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf.5, cvsgraph.h,
|
114 |
readconf.c: - Implement different HTML levels for imagemaps. -
|
115 |
Add new commandline option for HTML level - Update docs
|
116 |
|
117 |
2003-02-11 10:52 bertho
|
118 |
|
119 |
* readconf.c: Fix warning on Solaris and Irix on char subscripts.
|
120 |
|
121 |
2002-07-20 22:57 bertho
|
122 |
|
123 |
* ChangeLog: Release 1.3.0
|
124 |
|
125 |
2002-07-20 22:41 bertho
|
126 |
|
127 |
* README, configure, configure.in, cvsgraph.c, cvsgraph.conf,
|
128 |
cvsgraph.conf.5, cvsgraph.h, readconf.c: Add rev_maxtags config
|
129 |
to limit number of tags per revison box Hopefully fix
|
130 |
configure.in (finally?)
|
131 |
|
132 |
2002-07-20 02:48 bertho
|
133 |
|
134 |
* README, configure, configure.in, cvsgraph.1, cvsgraph.c,
|
135 |
cvsgraph.conf.5: Hopefully fixed configure problems Prepared new
|
136 |
release 1.3.0
|
137 |
|
138 |
2002-07-19 01:08 bertho
|
139 |
|
140 |
* cvsgraph.c, cvsgraph.conf: Finished implementing left_right
|
141 |
drawing.
|
142 |
|
143 |
2002-07-18 17:26 bertho
|
144 |
|
145 |
* cvsgraph.c, cvsgraph.conf.5, cvsgraph.h, readconf.c: First
|
146 |
changes for left_right drawing of the tree. Still missing proper
|
147 |
branch_dupbox, upside_down and imagemap support.
|
148 |
|
149 |
2002-07-18 14:07 bertho
|
150 |
|
151 |
* cvsgraph.c: Fix possible exploitable buffer overflow in string
|
152 |
expansion
|
153 |
|
154 |
2002-07-16 11:30 bertho
|
155 |
|
156 |
* cvsgraph.c: Fix a coredump on SGI in bsearch and remove c++
|
157 |
comments. Thanks to Sjoerd Mullender.
|
158 |
|
159 |
2002-06-19 16:47 bertho
|
160 |
|
161 |
* configure, configure.in: - Fix order of libraries - Add
|
162 |
auto-addition of libs when gifs are missing
|
163 |
|
164 |
2002-04-24 01:02 bertho
|
165 |
|
166 |
* Makefile.in, README, cvsgraph.1, cvsgraph.c, cvsgraph.conf,
|
167 |
cvsgraph.conf.5, cvsgraph.h, rcsy.y, readconf.c: - Fix browserbug
|
168 |
ordering y-coordinates - Speed up parsing by bypassing deltatext
|
169 |
parse - Add logentry expansion
|
170 |
|
171 |
2002-02-18 14:23 bertho
|
172 |
|
173 |
* ChangeLog, README: Update for release 1.2.0
|
174 |
|
175 |
2002-02-18 02:31 bertho
|
176 |
|
177 |
* cvsgraph.c: - Remove debug stuff before release - Fix
|
178 |
strip_first_rev so that it works the right way around
|
179 |
|
180 |
2002-02-15 00:18 bertho
|
181 |
|
182 |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5,
|
183 |
cvsgraph.h, readconf.c: [no log message]
|
184 |
|
185 |
2002-01-09 01:28 bertho
|
186 |
|
187 |
* README, config.h.in, configure, configure.in, cvsgraph.1,
|
188 |
cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, rcs.h,
|
189 |
readconf.c: - Added a new version of auto_stretch. It seems to
|
190 |
work better bit it still needs improvement (a lot) - Added
|
191 |
TrueType support. This solves also a problem of missing
|
192 |
libraries if libgd needs -lttf or -lfreetype.
|
193 |
|
194 |
2002-01-01 22:05 bertho
|
195 |
|
196 |
* confl.l, confy.y: Retire the old configuration. The new one is a
|
197 |
bit more flexible by being able to control from the commandline.
|
198 |
|
199 |
2002-01-01 22:03 bertho
|
200 |
|
201 |
* Makefile.in, README, confl.l, confy.y, cvsgraph.1, cvsgraph.c,
|
202 |
cvsgraph.conf, cvsgraph.conf.5, cvsgraph.h, rcs.h, rcsy.y,
|
203 |
readconf.c, readconf.h, utils.c: Major code update to enable some
|
204 |
more features. The new formatting scheme is not yet 100%. This
|
205 |
should be close to version 1.2.0.
|
206 |
|
207 |
2001-12-19 19:10 bertho
|
208 |
|
209 |
* README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, cvsgraph.conf,
|
210 |
cvsgraph.h, rcs.h: - Updated the docu a bit - Renamed the
|
211 |
branch_mirror to branch_dupbox which is more appropriate -
|
212 |
strip_untagged displays now draw dashed connector lines to
|
213 |
indicate a jump
|
214 |
|
215 |
2001-12-18 23:50 bertho
|
216 |
|
217 |
* README, confl.l, confy.y, cvsgraph.1, cvsgraph.c, cvsgraph.conf,
|
218 |
cvsgraph.conf.5, cvsgraph.h: - Added upside-down imaging of the
|
219 |
tree - Added extra branch-box at the bottom/top of the trunk -
|
220 |
Added stripping of untagged revisions
|
221 |
|
222 |
2001-11-30 12:05 bertho
|
223 |
|
224 |
* rcsy.y: Fixed the locks phrase where the lexer wasn't put in the
|
225 |
rigth state.
|
226 |
|
227 |
2001-11-28 17:19 bertho
|
228 |
|
229 |
* cvsgraph.c: - Add binary mode in file opens for DOS/Windows -
|
230 |
Extend width of image to title width minimum - Up the version
|
231 |
number (forgotten in version 1.1.3)
|
232 |
|
233 |
2001-11-21 09:25 bertho
|
234 |
|
235 |
* config.h.in, configure, configure.in, cvsgraph.c: Update
|
236 |
configure to check for getopt.h which does not exist on Solaris
|
237 |
8.
|
238 |
|
239 |
2001-11-20 16:25 bertho
|
240 |
|
241 |
* README, cvsgraph.1, cvsgraph.conf.5: Update for release 1.1.3
|
242 |
|
243 |
2001-11-20 16:05 bertho
|
244 |
|
245 |
* ChangeLog: Update for release 1.1.3
|
246 |
|
247 |
2001-11-20 16:00 bertho
|
248 |
|
249 |
* cvsgraph.c: implemented diffs from a branch to a branchpoint.
|
250 |
Many thanks to Ed Rapoport (erapoport@stratasys.com) for donating
|
251 |
this patch.
|
252 |
|
253 |
2001-11-13 22:05 bertho
|
254 |
|
255 |
* rcsl.l: Fix a coredump when the string collection has not yet
|
256 |
been initialized (empty strings).
|
257 |
|
258 |
2001-03-23 00:15 bertho
|
259 |
|
260 |
* ChangeLog: Update for release 1.1.2
|
261 |
|
262 |
2001-03-23 00:11 bertho
|
263 |
|
264 |
* cvsgraphwrapper.php3, mkimage.php3: Added the wrapperscripts to
|
265 |
the repository for reference.
|
266 |
|
267 |
2001-03-23 00:06 bertho
|
268 |
|
269 |
* cvsgraph.conf: Fixed the cvsroot setting from cvsweb.cgi to be
|
270 |
propagated.
|
271 |
|
272 |
2001-03-22 22:42 bertho
|
273 |
|
274 |
* Makefile.in, README, cvsgraph.1, cvsgraph.c, cvsgraph.conf,
|
275 |
cvsgraph.conf.5: - Dead tags (i.e. a tag without a valid revision
|
276 |
or branch) does no longer print a message in quiet mode. -
|
277 |
Added expansions for cvsroot and cvsmodule without trailing '/' -
|
278 |
Remove core-files in a 'make clean'. - Fixed default config file
|
279 |
to use entities < and >.
|
280 |
|
281 |
2001-03-22 22:08 bertho
|
282 |
|
283 |
* cvsgraph.1, cvsgraph.conf.5: Fixed the homepage link.
|
284 |
|
285 |
2001-03-12 20:50 bertho
|
286 |
|
287 |
* configure: Configure must be in sync with configure.in.
|
288 |
|
289 |
2001-03-12 16:57 bertho
|
290 |
|
291 |
* Makefile.in, configure.in: Fixed the configuration on IRIX. This
|
292 |
was actually a bug in the --with-xx definitions and that messed
|
293 |
up about everything. Now CvsGraph runs on IRIX with the GNU
|
294 |
buildchain installed.
|
295 |
|
296 |
2001-03-10 23:26 bertho
|
297 |
|
298 |
* ChangeLog: Updated for release 1.1.1
|
299 |
|
300 |
2001-03-10 23:17 bertho
|
301 |
|
302 |
* cvsgraph.conf: Make '<' and '>' entities < and > in the
|
303 |
expansion.
|
304 |
|
305 |
2001-03-10 23:11 bertho
|
306 |
|
307 |
* cvsgraph.c: Fix bug in diff imagemap coordinates.
|
308 |
|
309 |
2001-03-10 22:58 bertho
|
310 |
|
311 |
* README, cvsgraph.1, cvsgraph.c, cvsgraph.conf, cvsgraph.conf.5:
|
312 |
Added manual pages for executable and configuration. Minor
|
313 |
tweaking and README update for release 1.1.1.
|
314 |
|
315 |
2001-03-10 03:54 bertho
|
316 |
|
317 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h: -
|
318 |
Fixed path problems. Cvsroot and module will always have a
|
319 |
trailing '/' if they are not empty so that simple files can be
|
320 |
addressed directly from the commandline. This also eases
|
321 |
expansions. - Implemented new features: * revisions can have
|
322 |
custom text * background colors of boxes working *
|
323 |
boxes can have shadow (looks nice) * imagemaps generate diff
|
324 |
areas between revisions - Several new config parameters to
|
325 |
support above functionality.
|
326 |
|
327 |
2001-03-04 21:22 bertho
|
328 |
|
329 |
* ChangeLog: New release 1.1.0
|
330 |
|
331 |
2001-03-04 21:15 bertho
|
332 |
|
333 |
* README: Minor updates for 1.1.0
|
334 |
|
335 |
2001-03-04 21:15 bertho
|
336 |
|
337 |
* configure, configure.in: Updated configure to accept separate
|
338 |
include/lib dirs for gd
|
339 |
|
340 |
2001-03-04 04:19 bertho
|
341 |
|
342 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: Basic
|
343 |
imagemap stuff done. The expansion code needs some work to allow
|
344 |
for conditional expansion.
|
345 |
|
346 |
2001-03-04 02:38 bertho
|
347 |
|
348 |
* .cvsignore, Makefile.in, configure, configure.in, confl.l,
|
349 |
confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h, rcs.h, rcsl.l,
|
350 |
rcsy.y, utils.c, utils.h: Major update of the code. - Complete
|
351 |
new method of getting the revision structure by directly
|
352 |
reading the rcs/cvs file. This should also speed things a bit
|
353 |
because no external program needs to be called anymore. This
|
354 |
also means that "remote-graphs" are no longer a possible
|
355 |
extension of the program. But, who cares. - Implemented
|
356 |
branch-kerning to save place. The images are now much smaller
|
357 |
in width, dependent on the settings of the exterior margins. -
|
358 |
Fixed disjoint braches by reading the structure direct from the
|
359 |
rcs/cvs file. The revision/branch structure is no longer
|
360 |
determined from the revision numbers, but solely from the
|
361 |
rcs/cvs file structure. - Fixed display of branches with no
|
362 |
revisions attached to them. These only have a tag describing
|
363 |
the new branch.
|
364 |
|
365 |
2001-02-26 01:09 bertho
|
366 |
|
367 |
* confl.l, confy.y, cvsgraph.c, cvsgraph.conf, cvsgraph.h: - Fixed
|
368 |
the recursion problem so that branches of branches are properly
|
369 |
placed. - Fixed a lonely '+' in an expression. - Started to
|
370 |
make an imagemap functionality (not very functional yet)
|
371 |
|
372 |
2001-02-24 22:52 bertho
|
373 |
|
374 |
* README: Mention to run configure before make
|
375 |
|
376 |
2001-02-24 22:49 bertho
|
377 |
|
378 |
* README: Updates for release 1.0.1
|
379 |
|
380 |
2001-02-24 22:43 bertho
|
381 |
|
382 |
* ChangeLog: Added a changelog
|
383 |
|
384 |
2001-02-24 01:39 bertho
|
385 |
|
386 |
* config.h.in: Hm, defs must be all undef for autoconf
|
387 |
|
388 |
2001-02-24 01:35 bertho
|
389 |
|
390 |
* Makefile.in, confl.l, confy.y, cvsgraph.c, cvsgraph.conf,
|
391 |
cvsgraph.h, readconf.h, utils.c, utils.h: Fixed the soring of
|
392 |
revisions permanently. All sections of the revision numbers are
|
393 |
important. Implemented better control over libgd with autoconf
|
394 |
and added support for generation of png and jpeg from the
|
395 |
configuration file (thanks to Kurt L. Sussman for a patch,
|
396 |
although I modified it a bit).
|
397 |
|
398 |
2001-02-24 01:31 bertho
|
399 |
|
400 |
* configure, configure.in: Updated configuration with config header
|
401 |
|
402 |
2001-02-24 01:29 bertho
|
403 |
|
404 |
* config.h.in: Use config header for libgd functions
|
405 |
|
406 |
2001-02-23 01:19 bertho
|
407 |
|
408 |
* .cvsignore: Makefile must be ignored, it is autogenerated now.
|
409 |
|
410 |
2001-02-23 01:16 bertho
|
411 |
|
412 |
* confy.y: Fix warning about strlen() becuase of missing include.
|
413 |
|
414 |
2001-02-23 01:12 bertho
|
415 |
|
416 |
* cvsgraph.c: Auto selection of the correct image-generator
|
417 |
function.
|
418 |
|
419 |
2001-02-23 01:11 bertho
|
420 |
|
421 |
* .cvsignore, Makefile.in, configure, configure.in: Start to use
|
422 |
autoconf. This makes detecting old/new libgd easier. Also a bit
|
423 |
more portable.
|
424 |
|
425 |
2001-02-21 18:30 bertho
|
426 |
|
427 |
* cvsgraph.c: Fix sorting bug. Thanks to Tanaka Akira for sending
|
428 |
the patch.
|
429 |
|
430 |
2001-02-20 23:36 bertho
|
431 |
|
432 |
* cvsgraph.c: Fix the vertical alignment
|
433 |
|
434 |
2001-02-20 13:07 bertho
|
435 |
|
436 |
* LICENSE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf,
|
437 |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial import
|
438 |
|
439 |
2001-02-20 13:07 bertho
|
440 |
|
441 |
* LICENSE, README, confl.l, confy.y, cvsgraph.c, cvsgraph.conf,
|
442 |
cvsgraph.h, readconf.h, utils.c, utils.h: Initial revision
|
443 |
|