/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-25 18:32:51 UTC
  • mfrom: (288 trunk)
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: garyvdm@gmail.com-20070925183251-p8hn0g518wvy6t6a
Merge Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.92.0 UNRELEASED
 
1
0.92.0  UNRELEASED
 
2
 
 
3
 INTERNALS
 
4
 
 
5
  * Use standard version tuple. (Jelmer)
 
6
 
 
7
  * Add check command to setup.py. (Jelmer)
2
8
 
3
9
  * Rewrite of a large ammount of the viz code:
4
10
        * Make use of the bzrlib.tsort.merge_sort for sorting the revisions.
15
21
        * Add buttons to navigate to child revisions.
16
22
    (Gary van der Merwe)
17
23
 
18
 
0.91.0  UNRELEASED
 
24
0.91.0  2007-09-24
19
25
 
20
26
 UI
21
27
 
22
28
  * Added keyboard shortcuts for closing windows and exiting Olive.
23
29
    (#139559, Daniel Schierbeck)
24
 
 
 
30
 
 
31
  * The tip revision will be automatically selected in the branch visualization
 
32
    window. (#144244, Daniel Schierbeck)
 
33
  
 
34
  * Updated olive-gtk.desktop: Polish translation and additional categories.
 
35
    (Mateusz Korniak)
 
36
 
25
37
 BUG FIXES
26
38
 
27
39
  * Fix the "Complete Diff" entry in DiffWindow to show the whole diff.
28
40
    (#140512, James Westby) 
29
41
 
 
42
  * Right-clicking in Olive's file list works again. (#136310, Mark Lee)
 
43
  
 
44
  * Annotate context menu works again. (Daniel Schierbeck)
 
45
  
 
46
  * Fixed push (with overwite) behavior when branches are diverged.
 
47
    (Mateusz Korniak)
 
48
  
 
49
  * Local missing revisions are remote extra revisions (Missing revisions menu
 
50
    item in Olive). (Mateusz Korniak)
 
51
 
30
52
 INTERNALS
31
53
 
32
54
  * `bzr viz --limit` much more faster than before. (John Arbash Meinel)
33
55
 
 
56
  * Use get_apparent_author, rename variables to 'author'. (Aaron Bentley)
 
57
  
 
58
  * Added default_branch_path to MergeDialog and use it from olive-gtk.
 
59
    (Mateusz Korniak)
 
60
 
34
61
0.90.0  2007-08-27
35
62
 
36
63
 FEATURES