/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: Curtis Hovey
  • Date: 2012-02-05 05:14:11 UTC
  • mto: This revision was merged to the branch mainline in revision 775.
  • Revision ID: sinzui.is@verizon.net-20120205051411-y9ra08wae1wsfv52
Remove unneeded gtksourceview1 support.

Show diffs side-by-side

added added

removed removed

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