/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: Scott Scriven
  • Date: 2008-07-10 07:58:40 UTC
  • mto: This revision was merged to the branch mainline in revision 549.
  • Revision ID: ubuntu@toykeeper.net-20080710075840-rq7uoardk9ou3bx3
Summarized diff features in NEWS.

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