commit afe30d2d0ff68195439b4fd2466d3ae09b0604de
Author: Ignacio Casal Quinteiro <[email protected]>
Date:   2011-10-19

   Release 2.90.7

M       NEWS
M       configure.ac

commit 38fb158f064459bf88950aff5c94b0b468c95e5b
Author: Yuri Matsuk <[email protected]>
Date:   2011-10-18

   Updated Belarusian translation.

M       po/be.po

commit a119ce968c1501cf5754f8182f8f93686049160f
Author: Ignacio Casal Quinteiro <[email protected]>
Date:   2011-10-13

   When I made a sed to add the gtr- to the methods seems I screwed
   the license.

M       plugins/charmap/charmap/__init__.py
M       plugins/charmap/charmap/panel.py
M       src/gtr-actions-documents.c
M       src/gtr-actions-edit.c
M       src/gtr-actions-file.c
M       src/gtr-actions-go.c
M       src/gtr-actions-help.c
M       src/gtr-actions-view.c
M       src/gtr-actions.h
M       src/gtr-io-error-info-bar.c
M       src/gtr-io-error-info-bar.h
M       src/gtr-message-table-model.h
M       src/gtr-msg.c
M       src/gtr-msg.h
M       src/gtr-profile.c
M       src/gtr-profile.h
M       src/gtr-statusbar.c
M       src/gtr-statusbar.h
M       src/gtr-tab-activatable.c
M       src/gtr-tab-activatable.h
M       src/gtr-window-activatable.c
M       src/gtr-window-activatable.h

commit 69315adece898eb0e7ec9d37333dd87d9fe8b792
Author: Ignacio Casal Quinteiro <[email protected]>
Date:   2011-10-13

   Relicense as gplv3+ and update the fsf address.

M       plugins/charmap/charmap/__init__.py
M       plugins/charmap/charmap/panel.py
M       src/gtr-profile.c
M       src/gtr-profile.h
M       src/gtr-statusbar.c
M       src/gtr-statusbar.h
M       src/gtr-tab-activatable.c
M       src/gtr-tab-activatable.h
M       src/gtr-window-activatable.c
M       src/gtr-window-activatable.h

commit c1c77f1328ba0376f5e024800e13b4116016db95
Author: Neil Roberts <[email protected]>
Date:   2011-10-12

   Don't normalize translations stored in the translation memory

   The normalization mode previously used by gtranslator when adding to
   the translation memory decomposes accented characters into separate
   combining characters. This can cause problems where some fonts render
   the decomposed characters differently. In particular Cantarell has
   problems rendering circumflex accents.

   As far as I can see the only reason you might want to normalize the
   strings would be when comparing them. However the only place I can see
   where the translations are compared is when the translation is
   removed. In this case the string compared against is directly taken
   from the same database so it should always be exactly the same.

   This patch therefore just removes the normalization altogether. If we
   did want to compare strings for any other reason I think we should
   either store both versions of the translation or try to do the
   normalization immediately before the comparison. Modifying the strings
   coming from other .po files at all seems like a bad idea.

   https://bugzilla.gnome.org/show_bug.cgi?id=660813

M       src/translation-memory/gda/gtr-gda.c

commit 27beb37e8798f6fbcdc0899d05c6dc12e2aa277d
Author: Ignacio Casal Quinteiro <[email protected]>
Date:   2011-10-11

   Release 2.90.6

M       NEWS
M       configure.ac