/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: Curtis Hovey
  • Date: 2012-02-09 03:43:01 UTC
  • mto: This revision was merged to the branch mainline in revision 776.
  • Revision ID: sinzui.is@verizon.net-20120209034301-0uwkobbb0d64ugrw
Switched from Gtk.VPaned to Gtk.Paned.new(Gtk.Orientation.VERTICAL).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.101.0 UNRELEASED
 
1
0.104.0 UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Fix compatibility with newer versions of gir-gtk which don't allow
 
6
    None in STRING columns of ListStores. (Jelmer Vernooij)
 
7
 
 
8
0.103.0 2011-12-11
2
9
 
3
10
 FEATURES
4
11
 
14
21
    interactive search for revision numbers continues to work.
15
22
    (Sergei Golubchik)
16
23
 
 
24
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
 
25
 
 
26
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
 
27
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
 
28
    for this service. (Jelmer Vernooij)
 
29
 
 
30
 BUG FIXES
 
31
 
 
32
  * Ensure config directory exists before writing configuration.
 
33
    (Jelmer Vernooij, #231150)
 
34
 
 
35
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
 
36
 
 
37
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
 
38
    (Mikkel Kamstrup Erlandsen, #861201)
 
39
 
17
40
0.100.0 2011-03-02
18
41
 
19
42
 BUG FIXES
41
64
 
42
65
  * Add lock dialog. (Daniel Schierbeck, #93652)
43
66
 
 
67
 FEATURES
 
68
 
 
69
  * Add option to use "bzr viz" with a vertical layout.
 
70
    (Ximin Luo, #649273)
 
71
 
44
72
0.99.1  2010-08-26
45
73
 
46
74
 BUG FIXES