/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: 2008-06-29 22:44:42 UTC
  • mfrom: (511.7.1 trunk)
  • Revision ID: jelmer@samba.org-20080629224442-9k97spjgoq0ois28
Remove obsolete tortoisebzr tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
6
 
 
7
  * Show progress bars in bzr viz window (Chad Miller, Jelmer Vernooij)
 
8
 
 
9
  * Added menu option for indexing branches if bzr-search is present.
 
10
    (Jelmer Vernooij)
 
11
 
7
12
 BUG FIXES
8
13
 
9
14
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
15
  
11
16
  * Fixed adding tags. (Javier Derderian, #228709)
12
17
 
 
18
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
19
 
 
20
  * Fixed handle-patch script. (Jelmer Vernooij)
 
21
 
 
22
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
23
 
 
24
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
25
 
 
26
 CHANGES
 
27
 
 
28
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
29
 
 
30
  * Verify testaments when showing signatures on revisions and
 
31
    re-enable signature display. (Jelmer Vernooij)
 
32
 
 
33
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
34
 
13
35
 INTERNALS
14
36
 
15
37
  * All i18n calls should now go through _i18n which must be imported from
16
38
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
39
    as an anonymous variable. (Vincent Ladeuil)
18
40
 
 
41
  * Add test for linegraph code. (Jelmer Vernooij)
 
42
 
 
43
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
19
44
 
20
45
0.94.0    2008-05-04
21
46