5
5
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
9
14
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
11
16
* Fixed adding tags. (Javier Derderian, #228709)
15
40
* All i18n calls should now go through _i18n which must be imported from
16
41
bzrlib.plugins.gtk. This addresses the occasional collisions with '_' used
17
42
as an anonymous variable. (Vincent Ladeuil)