/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: 2010-05-29 23:42:20 UTC
  • mto: This revision was merged to the branch mainline in revision 691.
  • Revision ID: jelmer@samba.org-20100529234220-ilsto1v387x7xhve
Move more olive-specific code into olive/

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)
53
 
 
54
 
0.100.0 2011-03-02
55
 
 
56
 
 BUG FIXES
57
 
 
58
 
  * make sure that gdiff opened from gannotate knows its parent
59
 
    (gannotate, that is, and does not exit when it (gdiff) is closed.
60
 
 
61
 
  * Clarify 'visualise' help about the multiple branches feature
62
 
    and the --revision parameter. (Vincent Ladeuil, #556347)
63
 
 
64
 
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
65
 
 
66
 
  * Fix appindicator icon category. (Michael Terry, #685634)
67
 
 
68
 
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
69
 
 
70
 
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
71
 
 
72
 
  * Don't use markup for secondary text in error dialogs.
73
 
    (Edward Ari Bichetero, #656641)
74
 
 
75
 
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
76
 
 
77
 
 FEATURES
78
 
 
79
 
  * Add lock dialog. (Daniel Schierbeck, #93652)
80
 
 
81
 
 FEATURES
82
 
 
83
 
  * Add option to use "bzr viz" with a vertical layout.
84
 
    (Ximin Luo, #649273)
85
 
 
86
 
0.99.1  2010-08-26
87
 
 
88
 
 BUG FIXES
89
 
 
90
 
  * Trivial release to include credits pickle file.
91
 
 
92
 
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
93
 
 
94
 
0.99.0 2010-08-13
95
 
 
96
 
 BUG FIXES
 
1
0.99.0 UNRELEASED
 
2
 
 
3
BUG FIXES
97
4
 
98
5
   * Guard setup() call when not loaded as __main__. (Robert Collins)
99
6
 
100
 
   * Ignore gnomekeyring.IOError when checking if credentials are available
 
7
   * Ignore gnomekeyring.IOError when checking if credentials are available 
101
8
     in the GNOME keyring. (Jelmer Vernooij, #534326)
102
9
 
103
10
   * Don't crash when there is already a lan-notify instance running.
104
11
     (Jelmer Vernooij, #339284)
105
12
 
106
 
   * Return the credentials if successfully found in gnome-keyring.
107
 
     (John Szakmeister)
108
 
 
109
 
   * Support non-bzr patches. (Toshio Kuratomi, #502076)
110
 
 
111
 
   * Avoid using private functions to get branch config. (Jelmer Vernooij,
112
 
     #583554)
113
 
 
114
 
   * Mark as compatible with Bazaar 2.2. (Martin Pool, #597379)
115
 
 
116
13
FEATURES
117
14
 
118
 
  * Add 'Find' button to start text search.
119
 
    (Martin Pool, #556347)
120
 
 
121
15
  * Add 'glog' as an alias for visualize (aka viz) as too many
122
16
    people are still confused.
123
17
    (Vincent Ladeuil)