/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Gary van der Merwe
  • Date: 2007-09-26 19:51:30 UTC
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: garyvdm@gmail.com-20070926195130-hata253ji7rswc53
Update NEWS to include bug numbers, and move to the FEATURES section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
0.92.0  UNRELEASED
2
2
 
3
 
 INTERNALS
4
 
 
5
 
  * Use standard version tuple. (Jelmer)
6
 
 
7
 
  * Add check command to setup.py. (Jelmer)
8
 
 
 
3
 FEATURES
 
4
 
9
5
  * Rewrite of a large ammount of the viz code:
10
6
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
11
7
        * A new algorithm to work out how to draw the lines using the
12
 
          revsion numbers returned from merge_sort. Lines that are very long
13
 
          are broken, which results in the graph requiring less space to render
14
 
          and the graph is easier to interpret.
 
8
          revsion numbers returned from merge_sort.
 
9
        * Lines that are very long are broken, which results in the graph
 
10
          requiring less space to render and the graph is easier to interpret.
 
11
          (#82907)
15
12
        * Choose the color for a branch from the revsion number, which results
16
13
          in stable colors. Revisions on the mainline are allways black.
17
14
        * Implement a TreeModel that loads the revision data only when a a
18
15
          revision is scrolled into view, improving the time it takes to display
19
 
          the first screen of data by 93%.
20
 
        * Add a column to display the revision number.
 
16
          the first screen of data by 92%. (#124143)
 
17
        * Add a column to display the revision number. (#64167)
21
18
        * Add buttons to navigate to child revisions.
22
19
    (Gary van der Merwe)
 
20
    
 
21
 INTERNALS
 
22
 
 
23
  * Use standard version tuple. (Jelmer)
 
24
 
 
25
  * Add check command to setup.py. (Jelmer)
23
26
 
24
27
0.91.0  2007-09-24
25
28