/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: Daniel Schierbeck
  • Date: 2008-04-02 23:21:11 UTC
  • mto: This revision was merged to the branch mainline in revision 481.
  • Revision ID: daniel.schierbeck@gmail.com-20080402232111-a2psy91ng4m9pvnb
Fixed bug where the broken lines markers were not drawn correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.92.0  UNRELEASED
 
1
0.94.0  UNRELEASED
 
2
 
 
3
 CHANGES
 
4
 
 
5
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
 
6
 
 
7
  * Use new D-Bus revision signal. (James Henstridge, #206443)
 
8
 
 
9
 UI
 
10
 
 
11
  * Made the tags associated with a revision render next to the revision
 
12
    node in the branch view. (Ali Sabil)
 
13
 
 
14
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
 
15
 
 
16
  * Add bugs tab in the branch view. (Jelmer Vernooij)
 
17
  
 
18
  * New Tango-styled icons. This time properly licensed under the GPL.
 
19
    (Simon Pascal Klein)
 
20
 
 
21
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij)
 
22
 
 
23
 BUG FIXES
 
24
 
 
25
  * Make adding tags from the viz work again. (Daniel Schierbeck)
 
26
 
 
27
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
 
28
  
 
29
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
 
30
  
 
31
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
 
32
    Merwe)
 
33
 
 
34
  * Fixed underscores in tags being interpreted as mnemonics in the viz. (#201733, 
 
35
    Daniel Schierbeck)
 
36
 
 
37
 FEATURES
 
38
 
 
39
  * Only check for old Bazaar versions that are known to be incompatible and 
 
40
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
 
41
        the API is sufficiently stable now. (Jelmer Vernooij)
 
42
 
 
43
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
44
 
 
45
  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
 
46
 
 
47
 INTERNALS
 
48
 
 
49
  * Refactored the revisionview. (Daniel Schierbeck)
 
50
 
 
51
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
52
 
 
53
  * Preferences dialog has been split up. (Jelmer Vernooij)
 
54
 
 
55
0.93.0  2007-12-10
 
56
 
 
57
 UI
 
58
 
 
59
  * Added a menu bar to the viz. (Daniel Schierbeck)
 
60
     - Select a revision by tag.
 
61
     - Show/hide tree view columns.
 
62
 
 
63
 BUG FIXES
 
64
 
 
65
  * Make toolbars in Olive follow GNOME standards. (#137074)
 
66
 
 
67
 INTERNALS
 
68
 
 
69
  * Allow test suite to run without PyGTK. (Aaron Bentley)
 
70
 
 
71
0.92.1  2007-11-10
 
72
 
 
73
 BUG FIXES
 
74
 
 
75
  * Fixed logview bug in gannotate. (Daniel Schierbeck)
 
76
 
 
77
0.92.0  2007-11-07
2
78
 
3
79
 UI
4
80
 
5
81
  * Removed email part of committer id from committer column in the revision
6
82
    history window. (Daniel Schierbeck)
 
83
    
7
84
  * Removed date column from revision history window. (Daniel Schierbeck)
 
85
  
 
86
  * Rearranged the logview into a notebook. (Daniel Schierbeck)
 
87
  
 
88
  * Redesigned the Commit dialog. (John Arbash Meinel)
 
89
  
 
90
  * Broken lines support made optional. (Daniel Schierbeck)
8
91
 
9
92
 FEATURES
10
93