/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: Aaron Bentley
  • Date: 2008-05-08 08:45:15 UTC
  • mto: This revision was merged to the branch mainline in revision 492.
  • Revision ID: aaron@aaronbentley.com-20080508084515-0h1ge28g39mqab5s
Unify MergeDirectiveWindow and DiffWindow

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
 
 INTERNALS
14
 
 
15
 
  * All i18n calls should now go through _i18n which must be imported from
16
 
    bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
 
    as an anonymous variable. (Vincent Ladeuil)
18
 
 
19
3
 
20
4
0.94.0    2008-05-04
21
5