/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
 
0.103.0 2011-12-11
12
 
 
13
 
 FEATURES
14
 
 
15
 
  * Internationalization support has been added. (David Planella, #621680)
16
 
 
17
 
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
18
 
 
19
 
  * gannotate now supports interactive substring search in the file content.
20
 
    interactive search for line numbers has been removed, use Ctrl-G instead.
21
 
    (Sergei Golubchik)
22
 
 
23
 
  * visualise now supports interactive changeset comment search.
24
 
    interactive search for revision numbers continues to work.
25
 
    (Sergei Golubchik)
26
 
 
27
 
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
28
 
 
29
 
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
30
 
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
31
 
    for this service. (Jelmer Vernooij)
32
 
 
33
 
 BUG FIXES
34
 
 
35
 
  * Ensure config directory exists before writing configuration.
36
 
    (Jelmer Vernooij, #231150)
37
 
 
38
 
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
39
 
 
40
 
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
41
 
    (Mikkel Kamstrup Erlandsen, #861201)
42
 
 
43
 
0.100.0 2011-03-02
 
1
0.100.0 UNRELEASED
44
2
 
45
3
 BUG FIXES
46
4
 
56
14
 
57
15
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
58
16
 
59
 
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
60
 
 
61
 
  * Don't use markup for secondary text in error dialogs.
62
 
    (Edward Ari Bichetero, #656641)
63
 
 
64
 
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
65
 
 
66
17
 FEATURES
67
18
 
68
19
  * Add lock dialog. (Daniel Schierbeck, #93652)
69
20
 
70
 
 FEATURES
71
 
 
72
 
  * Add option to use "bzr viz" with a vertical layout.
73
 
    (Ximin Luo, #649273)
74
 
 
75
21
0.99.1  2010-08-26
76
22
 
77
23
 BUG FIXES