~ubuntu-branches/ubuntu/vivid/tkcvs/vivid

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-08-04 20:47:27 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060804204727-fsu5rx5w6615c9qd
Tags: 8.0.3-1ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Release 8.0.3   March, 2006
 
2
 
 
3
- Automatic tagging of merges works for SVN the same as CVS
 
4
 
 
5
- Working directory browser observes svn_ignore
 
6
 
 
7
- Clean up some filenames-with spaces issues
 
8
 
 
9
- TkDiff 4.1.3
 
10
 
 
11
 
 
12
Release 8.0.2   January, 2006
 
13
 
 
14
- Fix error in Branch Diagram when searching for merge tags
 
15
 
 
16
- cvscfg(mergetrunkname) option to replace the literal "trunk" in the code
 
17
  with an arbitrary string
 
18
 
 
19
- Branch Browser in SVN will diff a single selection in the tree with the
 
20
  file in the current directory
 
21
 
 
22
- Fix strange "SVN Path" in top entry of Branch Browser (only cosmetic)
 
23
 
 
24
- Lengthen maximum length of error message to trigger an error popup in
 
25
  exec.  That lets a cvs log failure due to a permission problem tell us
 
26
  what went wrong.
 
27
 
 
28
 
 
29
Release 8.0.1   January, 2006
 
30
 
 
31
- Fix a couple of undefined variables
 
32
 
 
33
- Add log button to workdir browser and change the cvs_log function to
 
34
  eliminate post-processing, using syntax highlighting instead
 
35
 
 
36
 
 
37
Release 8.0     December, 2005
 
38
 
 
39
- The Annotation browser optionally shows line numbers.
 
40
 
 
41
- Multiple branch-browser fixes for Subversion: 
 
42
  - Treat branchpoints as real revisions, so they have both a blue box and
 
43
    a black one in the diagram.  It's rather inelegant, but it works with the
 
44
    way the branch browser was designed.  Solves problem of branches not
 
45
    being drawn if they branch straignt from another branchpoint.
 
46
  - Send URL paths instead of -r <file> arguments to the diff, svn-cat, and
 
47
    annotation commands because Subversion doesn't cross branch boundaries with
 
48
    simple revision arguments, and doesn't tell you that it's not giving you
 
49
    the revision you asked for.
 
50
  - Bugfix: relative URL path in Branch Browser is constructed correctly for
 
51
    path depths > 2
 
52
 
 
53
- The Branch Browser counts the tags when making a Subversion diagram and gives
 
54
  you a chance to skip the tag step if there are many, where "many" is defined
 
55
  by cvscfg(toomany_tags).  Constructing the branch diagram for Subversion is
 
56
  extremely inefficient, and drawing the tags can take longer than it's worth.
 
57
 
 
58
- For Subversion directories, the Module Browser shows the number of items
 
59
  within the folder instead of the "svn list -v" info string.  That may
 
60
  help you decide whether to open the folder or not.
 
61
 
 
62
- The Branch Browser positions the diagram so "you are here" is in the visible
 
63
  canvas, fixing a long-time nagging irritation.
 
64
 
 
65
 
 
66
Release 8.0b1   December, 2005
 
67
 
 
68
- TkCVS now supports Subversion.  This involved a major re-organization of the
 
69
  program, and many things have changed a little.  The program will detect
 
70
  which revision-control system a directory is under and react appropriately.
 
71
  The previously undocumented RCS support is explicit now and has been enhanced
 
72
  somewhat.
 
73
 
 
74
- Command line "tkcvs <file>" will open the log browser without the -log
 
75
  option.
 
76
 
 
77
- The annotation browser estimates how many days per color or revs per color to
 
78
  use, so cvscfg(dayspercolor) and cvscfg(revspercolor) are gone.  You can
 
79
  still change it per file in the annotation browser.
 
80
 
 
81
- The directory-level CVS Merge Tool has a pull-down with a list of the tags,
 
82
  to make it easier to "merge since" a tag.
 
83
 
 
84
- TkDiff 4.1.1, which has a security patch.
 
85
 
 
86
 
1
87
Release 7.2.4   July, 2005
2
88
 
3
89
- Fix problem with confirmation dialog