/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: 2010-08-21 09:38:06 UTC
  • mto: This revision was merged to the branch mainline in revision 719.
  • Revision ID: david.planella@ubuntu.com-20100821093806-9u7cq5gcaml6k2ln
Added the rest of files necessary for i18n support in the build system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.104.0 UNRELEASED
2
 
 
3
 
0.103.0 2011-12-11
4
 
 
5
 
 FEATURES
6
 
 
7
 
  * Internationalization support has been added. (David Planella, #621680)
8
 
 
9
 
  * Show avatars for committers and authors in "bzr viz". (Guillaume Hain)
10
 
 
11
 
  * gannotate now supports interactive substring search in the file content.
12
 
    interactive search for line numbers has been removed, use Ctrl-G instead.
13
 
    (Sergei Golubchik)
14
 
 
15
 
  * visualise now supports interactive changeset comment search.
16
 
    interactive search for revision numbers continues to work.
17
 
    (Sergei Golubchik)
18
 
 
19
 
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
20
 
 
21
 
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
22
 
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
23
 
    for this service. (Jelmer Vernooij)
24
 
 
25
 
 BUG FIXES
26
 
 
27
 
  * Ensure config directory exists before writing configuration.
28
 
    (Jelmer Vernooij, #231150)
29
 
 
30
 
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
31
 
 
32
 
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
33
 
    (Mikkel Kamstrup Erlandsen, #861201)
34
 
 
35
 
0.100.0 2011-03-02
36
 
 
37
 
 BUG FIXES
38
 
 
39
 
  * make sure that gdiff opened from gannotate knows its parent
40
 
    (gannotate, that is, and does not exit when it (gdiff) is closed.
41
 
 
42
 
  * Clarify 'visualise' help about the multiple branches feature
43
 
    and the --revision parameter. (Vincent Ladeuil, #556347)
44
 
 
45
 
  * Mark as compatible with bzr 2.3. (Jelmer Vernooij)
46
 
 
47
 
  * Fix appindicator icon category. (Michael Terry, #685634)
48
 
 
49
 
  * Mark as compatible with Bazaar 2.4. (Jelmer Vernooij)
50
 
 
51
 
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
52
 
 
53
 
  * Don't use markup for secondary text in error dialogs.
54
 
    (Edward Ari Bichetero, #656641)
55
 
 
56
 
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
57
 
 
58
 
 FEATURES
59
 
 
60
 
  * Add lock dialog. (Daniel Schierbeck, #93652)
61
 
 
62
 
 FEATURES
63
 
 
64
 
  * Add option to use "bzr viz" with a vertical layout.
65
 
    (Ximin Luo, #649273)
66
 
 
67
 
0.99.1  2010-08-26
68
 
 
69
 
 BUG FIXES
70
 
 
71
 
  * Trivial release to include credits pickle file.
72
 
 
73
 
   * Mark as compatible with Bazaar 2.3. (Vincent Ladeuil)
 
1
0.100.0 UNRELEASED
74
2
 
75
3
0.99.0 2010-08-13
76
4
 
77
 
 BUG FIXES
 
5
BUG FIXES
78
6
 
79
7
   * Guard setup() call when not loaded as __main__. (Robert Collins)
80
8