/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-07-01 15:28:30 UTC
  • Revision ID: jelmer@samba.org-20080701152830-bjpita4i0eq69jt0
Remove partial completion support, since I can't find the required functionality in pygtk.

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
  * Remove use of upstream removed Repository.revision_parents() 
 
27
    (Jelmer Vernooij)
 
28
 
 
29
 CHANGES
 
30
 
 
31
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
32
 
 
33
  * Verify testaments when showing signatures on revisions and
 
34
    re-enable signature display. (Jelmer Vernooij)
 
35
 
 
36
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
37
 
13
38
 INTERNALS
14
39
 
15
40
  * All i18n calls should now go through _i18n which must be imported from
16
41
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
42
    as an anonymous variable. (Vincent Ladeuil)
18
43
 
 
44
  * Add test for linegraph code. (Jelmer Vernooij)
 
45
 
 
46
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
19
47
 
20
48
0.94.0    2008-05-04
21
49