/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: 2011-08-12 20:25:28 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110812202528-4xf4a2t23urx50d2
Updated gst to gtk3.

Show diffs side-by-side

added added

removed removed

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