5
* Fix compatibility with newer versions of gir-gtk which don't allow
6
None in STRING columns of ListStores. (Jelmer Vernooij)
12
* Internationalization support has been added. (David Planella, #621680)
14
* Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
16
* gannotate now supports interactive substring search in the file content.
17
interactive search for line numbers has been removed, use Ctrl-G instead.
20
* visualise now supports interactive changeset comment search.
21
interactive search for revision numbers continues to work.
24
* Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
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)
32
* Ensure config directory exists before writing configuration.
33
(Jelmer Vernooij, #231150)
35
* Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
37
* Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
38
(Mikkel Kamstrup Erlandsen, #861201)
44
* make sure that gdiff opened from gannotate knows its parent
45
(gannotate, that is, and does not exit when it (gdiff) is closed.
47
* Clarify 'visualise' help about the multiple branches feature
48
and the --revision parameter. (Vincent Ladeuil, #556347)
50
* Mark as compatible with bzr 2.3. (Jelmer Vernooij)
52
* Fix appindicator icon category. (Michael Terry, #685634)
54
* Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
56
* "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
58
* Don't use markup for secondary text in error dialogs.
59
(Edward Ari Bichetero, #656641)
61
* Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
65
* Add lock dialog. (Daniel Schierbeck, #93652)
69
* Add option to use "bzr viz" with a vertical layout.
76
* Trivial release to include credits pickle file.
78
* Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
5
84
* Guard setup() call when not loaded as __main__. (Robert Collins)
7
* Ignore gnomekeyring.IOError when checking if credentials are available
86
* Ignore gnomekeyring.IOError when checking if credentials are available
8
87
in the GNOME keyring. (Jelmer Vernooij, #534326)
10
89
* Don't crash when there is already a lan-notify instance running.
11
90
(Jelmer Vernooij, #339284)
92
* Return the credentials if successfully found in gnome-keyring.
95
* Support non-bzr patches. (Toshio Kuratomi, #502076)
97
* Avoid using private functions to get branch config. (Jelmer Vernooij,
100
* Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
15
104
* Add 'Find' button to start text search.