/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 21:54:21 UTC
  • mfrom: (523.3.2 trunk)
  • Revision ID: jelmer@samba.org-20080701215421-50g2c59zx9vcn7j5
Share code between context and main revision menu.

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
 
 
12
  * Add "Send Merge Directive" button in bzr viz. (Jelmer Vernooij)
 
13
 
7
14
 BUG FIXES
8
15
 
9
16
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
17
  
11
18
  * Fixed adding tags. (Javier Derderian, #228709)
12
19
 
 
20
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
21
 
 
22
  * Fixed handle-patch script. (Jelmer Vernooij)
 
23
 
 
24
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
25
 
 
26
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
27
 
 
28
  * Remove use of upstream removed Repository.revision_parents() 
 
29
    (Jelmer Vernooij)
 
30
 
 
31
 CHANGES
 
32
 
 
33
  * Moved notify icon code to separate script. (Jelmer Vernooij)
 
34
 
 
35
  * Verify testaments when showing signatures on revisions and
 
36
    re-enable signature display. (Jelmer Vernooij)
 
37
 
 
38
  * Show credits for bzr-gtk in the about dialog. (Jelmer Vernooij)
 
39
 
13
40
 INTERNALS
14
41
 
15
42
  * All i18n calls should now go through _i18n which must be imported from
16
43
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
44
    as an anonymous variable. (Vincent Ladeuil)
18
45
 
 
46
  * Add test for linegraph code. (Jelmer Vernooij)
 
47
 
 
48
  * Remove obsolete tortoisebzr tests. (Jelmer Vernooij)
 
49
 
 
50
  * Share revision context menu and main revision menu in bzr viz. (Jelmer Vernooij)
19
51
 
20
52
0.94.0    2008-05-04
21
53