/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: Martin Pool
  • Date: 2010-05-27 03:07:30 UTC
  • mfrom: (688.1.5 201956-help)
  • Revision ID: mbp@canonical.com-20100527030730-os0opv1xroetccm9
Make find/goto more discoverable

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
 
  * Don't try to expand options in commit messages. They've been saved from
17
 
    previous commits and won't ever contain option references.
18
 
    (Vincent Ladeuil, #1132719)
19
 
 
20
 
 CHANGES
21
 
 
22
 
  * bzr-notify has been removed, as it was causing regressions
23
 
    on several machines and not particularly useful.
24
 
    (Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536)
25
 
 
26
 
0.103.0 2011-12-11
27
 
 
28
 
 FEATURES
29
 
 
30
 
  * Internationalization support has been added. (David Planella, #621680)
31
 
 
32
 
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
33
 
 
34
 
  * gannotate now supports interactive substring search in the file content.
35
 
    interactive search for line numbers has been removed, use Ctrl-G instead.
36
 
    (Sergei Golubchik)
37
 
 
38
 
  * visualise now supports interactive changeset comment search.
39
 
    interactive search for revision numbers continues to work.
40
 
    (Sergei Golubchik)
41
 
 
42
 
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
43
 
 
44
 
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
45
 
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
46
 
    for this service. (Jelmer Vernooij)
47
 
 
48
 
 BUG FIXES
49
 
 
50
 
  * Ensure config directory exists before writing configuration.
51
 
    (Jelmer Vernooij, #231150)
52
 
 
53
 
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
54
 
 
55
 
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
56
 
    (Mikkel Kamstrup Erlandsen, #861201)
57
 
 
58
 
0.100.0 2011-03-02
59
 
 
60
 
 BUG FIXES
61
 
 
62
 
  * make sure that gdiff opened from gannotate knows its parent
63
 
    (gannotate, that is, and does not exit when it (gdiff) is closed.
64
 
 
65
 
  * Clarify 'visualise' help about the multiple branches feature
66
 
    and the --revision parameter. (Vincent Ladeuil, #556347)
67
 
 
68
 
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
69
 
 
70
 
  * Fix appindicator icon category. (Michael Terry, #685634)
71
 
 
72
 
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
73
 
 
74
 
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
75
 
 
76
 
  * Don't use markup for secondary text in error dialogs.
77
 
    (Edward Ari Bichetero, #656641)
78
 
 
79
 
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
80
 
 
81
 
 FEATURES
82
 
 
83
 
  * Add lock dialog. (Daniel Schierbeck, #93652)
84
 
 
85
 
 FEATURES
86
 
 
87
 
  * Add option to use "bzr viz" with a vertical layout.
88
 
    (Ximin Luo, #649273)
89
 
 
90
 
0.99.1  2010-08-26
91
 
 
92
 
 BUG FIXES
93
 
 
94
 
  * Trivial release to include credits pickle file.
95
 
 
96
 
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
97
 
 
98
 
0.99.0 2010-08-13
99
 
 
100
 
 BUG FIXES
 
1
0.99.0 UNRELEASED
 
2
 
 
3
BUG FIXES
101
4
 
102
5
   * Guard setup() call when not loaded as __main__. (Robert Collins)
103
6
 
104
 
   * Ignore gnomekeyring.IOError when checking if credentials are available
 
7
   * Ignore gnomekeyring.IOError when checking if credentials are available 
105
8
     in the GNOME keyring. (Jelmer Vernooij, #534326)
106
9
 
107
10
   * Don't crash when there is already a lan-notify instance running.
108
11
     (Jelmer Vernooij, #339284)
109
12
 
110
 
   * Return the credentials if successfully found in gnome-keyring.
111
 
     (John Szakmeister)
112
 
 
113
 
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
114
 
 
115
 
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
116
 
     #583554)
117
 
 
118
 
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
119
 
 
120
13
FEATURES
121
14
 
122
15
  * Add 'Find' button to start text search.