/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: Jelmer Vernooij
  • Date: 2011-02-18 13:01:03 UTC
  • Revision ID: jelmer@samba.org-20110218130103-fiyk203auk28thpn
Remove some unused imports, fix some formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
  * Properly handle popup menus when there is no selected revision in
9
 
    "bzr viz". (Jelmer Vernooij, #281717)
10
 
 
11
 
  * Ignore bzr-handle-patch.desktop in sofware center.
12
 
    (Jelmer Vernooij, #854245)
13
 
 
14
 
  * Fix searching in tree views. (Jelmer Vernooij, #928301)
15
 
 
16
 
 CHANGES
17
 
 
18
 
  * bzr-notify has been removed, as it was causing regressions
19
 
    on several machines and not particularly useful.
20
 
    (Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536)
21
 
 
22
 
0.103.0 2011-12-11
23
 
 
24
 
 FEATURES
25
 
 
26
 
  * Internationalization support has been added. (David Planella, #621680)
27
 
 
28
 
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
29
 
 
30
 
  * gannotate now supports interactive substring search in the file content.
31
 
    interactive search for line numbers has been removed, use Ctrl-G instead.
32
 
    (Sergei Golubchik)
33
 
 
34
 
  * visualise now supports interactive changeset comment search.
35
 
    interactive search for revision numbers continues to work.
36
 
    (Sergei Golubchik)
37
 
 
38
 
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
39
 
 
40
 
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
41
 
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
42
 
    for this service. (Jelmer Vernooij)
43
 
 
44
 
 BUG FIXES
45
 
 
46
 
  * Ensure config directory exists before writing configuration.
47
 
    (Jelmer Vernooij, #231150)
48
 
 
49
 
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
50
 
 
51
 
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
52
 
    (Mikkel Kamstrup Erlandsen, #861201)
53
 
 
54
 
0.100.0 2011-03-02
 
1
0.100.0 UNRELEASED
55
2
 
56
3
 BUG FIXES
57
4
 
67
14
 
68
15
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
69
16
 
70
 
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
71
 
 
72
 
  * Don't use markup for secondary text in error dialogs.
73
 
    (Edward Ari Bichetero, #656641)
74
 
 
75
 
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
76
 
 
77
17
 FEATURES
78
18
 
79
19
  * Add lock dialog. (Daniel Schierbeck, #93652)
80
20
 
81
 
 FEATURES
82
 
 
83
 
  * Add option to use "bzr viz" with a vertical layout.
84
 
    (Ximin Luo, #649273)
85
 
 
86
21
0.99.1  2010-08-26
87
22
 
88
23
 BUG FIXES