5
* Added Refresh menu option with F5 keyboard shortcut (Russ Brown)
9
* Replace _() calls by _i18n() calls. (Vincent Ladeuil, #187283)
11
* Fixed adding tags. (Javier Derderian, #228709)
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)