/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: 2011-04-06 14:00:46 UTC
  • mfrom: (727 trunk)
  • mto: This revision was merged to the branch mainline in revision 731.
  • Revision ID: jelmer@samba.org-20110406140046-xa42a1ce8a5bgq7p
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.100.0 UNRELEASED
 
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
0.100.0 2011-03-02
2
18
 
3
19
 BUG FIXES
4
20
 
16
32
 
17
33
  * "bzr viz" now shows authors instead of committers. (Jelmer Vernooij, #693949)
18
34
 
 
35
  * Don't use markup for secondary text in error dialogs.
 
36
    (Edward Ari Bichetero, #656641)
 
37
 
 
38
  * Generate pickles file when running 'setup.py sdist'. (Jelmer Vernooij, #397526)
 
39
 
19
40
 FEATURES
20
41
 
21
42
  * Add lock dialog. (Daniel Schierbeck, #93652)