/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: David Planella
  • Date: 2011-03-06 08:24:07 UTC
  • mfrom: (718 trunk)
  • mto: This revision was merged to the branch mainline in revision 719.
  • Revision ID: david.planella@ubuntu.com-20110306082407-y9zwkjje5oue9egw
Added preliminary internationalization support. Merged from trunk.

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)
 
1
0.101.0 UNRELEASED
53
2
 
54
3
0.100.0 2011-03-02
55
4
 
78
27
 
79
28
  * Add lock dialog. (Daniel Schierbeck, #93652)
80
29
 
81
 
 FEATURES
82
 
 
83
 
  * Add option to use "bzr viz" with a vertical layout.
84
 
    (Ximin Luo, #649273)
85
 
 
86
30
0.99.1  2010-08-26
87
31
 
88
32
 BUG FIXES