/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-18 10:38:13 UTC
  • mfrom: (531.2.2 LP125144-symlink)
  • Revision ID: jelmer@samba.org-20080718103813-unyn4c5749jcympr
Merge fix for broken symlink handling.

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
  * Remove dummy "Edit->Find" option. (Jelmer Vernooij)
 
15
 
7
16
 BUG FIXES
8
17
 
9
18
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
19
  
11
20
  * Fixed adding tags. (Javier Derderian, #228709)
12
21
 
 
22
  * Fix history mode button. (Jasper Groenewegen, #144962)
 
23
 
 
24
  * Fixed handle-patch script. (Jelmer Vernooij)
 
25
 
 
26
  * Fix import in olive. (Jelmer Vernooij, #223935)
 
27
 
 
28
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025, #244027)
 
29
 
 
30
  * Remove use of upstream removed Repository.revision_parents() 
 
31
    (Jelmer Vernooij)
 
32
 
 
33
  * List network drives in Olive. (Kevin Light, #244308)
 
34
 
 
35
  * Fix progress bar handling. (Jelmer Vernooij)
 
36
 
 
37
  * Fix broken symlink handling. (Jasper Groenewegen)
 
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)
 
59
 
 
60
  * Remove glade from merge dialog. (Jasper Groenewegen)
 
61
 
 
62
  * Remove glade from olive about, rename, remove, move, mkdir, add dialogs. (Jasper Groenewegen)
19
63
 
20
64
0.94.0    2008-05-04
21
65