/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-05-04 20:23:56 UTC
  • Revision ID: jelmer@samba.org-20080504202356-64wc0mcpsqd708xq
Start working on 0.95.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
0.95.0  UNRELEASED
2
2
 
3
 
 UI
4
 
 
5
 
  * Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
6
 
 
7
 
 BUG FIXES
8
 
 
9
 
  * Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
10
 
  
11
 
  * Fixed adding tags. (Javier Derderian, #228709)
12
 
 
13
 
  * Avoid use of removed smart_add. (Jelmer Vernooij, #244025)
14
 
 
15
 
 INTERNALS
16
 
 
17
 
  * All i18n calls should now go through _i18n which must be imported from
18
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
19
 
    as an anonymous variable. (Vincent Ladeuil)
20
 
 
21
3
 
22
4
0.94.0    2008-05-04
23
5