/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-25 17:09:02 UTC
  • mto: This revision was merged to the branch mainline in revision 691.
  • Revision ID: jelmer@samba.org-20100525170902-3to8g5iw7ovw79kh
Split out olive into a separate directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
1
0.99.0 UNRELEASED
 
2
 
 
3
BUG FIXES
65
4
 
66
5
   * Guard setup() call when not loaded as __main__. (Robert Collins)
67
6
 
68
 
   * Ignore gnomekeyring.IOError when checking if credentials are available
 
7
   * Ignore gnomekeyring.IOError when checking if credentials are available 
69
8
     in the GNOME keyring. (Jelmer Vernooij, #534326)
70
9
 
71
10
   * Don't crash when there is already a lan-notify instance running.
72
11
     (Jelmer Vernooij, #339284)
73
12
 
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
 
 
84
13
FEATURES
85
14
 
86
 
  * Add 'Find' button to start text search.
87
 
    (Martin Pool, #556347)
88
 
 
89
15
  * Add 'glog' as an alias for visualize (aka viz) as too many
90
16
    people are still confused.
91
17
    (Vincent Ladeuil)