commit ba7708de98f700ec7a9b3dae5cab134178a07707
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 29 21:01:29 2010 +0100

    Release 2.91.1

 NEWS         |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 59 insertions(+), 1 deletions(-)

commit 5b9691c7288dcfa946c90331f2210cdf0533e687
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Nov 29 20:58:09 2010 +0100

    i18n: fix POTFILES.in

 po/POTFILES.in   |    4 ++++
 po/POTFILES.skip |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit b414cf78253841f4dedb85bce843a1e30b118d37
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Nov 28 18:17:23 2010 +0700

    Updated Thai translation.

 po/th.po |  833 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 415 insertions(+), 418 deletions(-)

commit 8b57e9e2c8be8c75a9661a0c31997aafb13bddeb
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:50:30 2010 +0100

    Added UG translation

 po/ug.po |   83 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 40 insertions(+), 43 deletions(-)

commit d57c408fb92113bb87fd80a7d2b29132ae0bd9f0
Author: Yasumichi Akahoshi <yasumichi@vinelinux.org>
Date:   Sun Nov 14 12:56:29 2010 +0900

    Updated Japanese translation.

 po/ja.po |  584 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 296 insertions(+), 288 deletions(-)

commit e3ff6504b89eaf3e65f371b4a545b453d55ae4fc
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:30:43 2010 +0100

    Added UG translation

 po/ug.po |  962 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 418 insertions(+), 544 deletions(-)

commit 78198ce0abc4a9927efd9023c0a397837b61f818
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Nov 7 12:49:59 2010 +0100

    Updated Slovenian translation

 gnome-dictionary/help/sl/sl.po |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit ba3a23b8b29f2443e2284193960c753c374a22f4
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Nov 6 00:47:07 2010 +0100

    [baobab] remove unused variable

 baobab/src/baobab-utils.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 731213444231504c558216930a0bfe5010a2ea67
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Nov 6 00:52:30 2010 +0100

    [logview] Fix uninitialized variable
    
    If buffer_lines is empty date is never initialized.

 logview/logview-utils.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit d4b38757a42c69c04e206816c097a37d9ee34763
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Mon Nov 1 13:57:37 2010 +0100

    Remove the need of the BaobabFS struct

 baobab/src/baobab-utils.c |   34 ----------------------
 baobab/src/baobab-utils.h |    1 -
 baobab/src/baobab.c       |   68 +++++++++++++++++++++++++++++++++-----------
 baobab/src/baobab.h       |   14 ++------
 4 files changed, 55 insertions(+), 62 deletions(-)

commit 927ea9641ef4a2d8a4331584e23cb09a4dd6955c
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Nov 6 00:43:16 2010 +0100

    [baobab] Cleanup open_file_with_application util

 baobab/src/baobab-utils.c |   69 +++++++++++++++++++++------------------------
 1 files changed, 32 insertions(+), 37 deletions(-)

commit 735dea3e061d2e2b8dc5f1fe6418e1bc543b6f83
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 3 16:30:33 2010 +0100

    font-viewer: commit one missing header

 font-viewer/ftstream-vfs.h |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit dafa3e44fb8704396604237b05fa01b7504269df
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 3 16:29:05 2010 +0100

    misc: update README and MAINTAINERS for font-viewer

 MAINTAINERS |    2 +-
 README      |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 78a49680d858c0d1cfe7926fb3befc0fac8299b9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Nov 3 10:28:34 2010 +0100

    font-viewer: import from gnome-control-center (#632205)
    
    Also, port it to GTK+3/cairo rendering, and cleanup the coding style to
    be more consistent.
    
    Thanks to Rodrigo Moya for the initial patch.

 Makefile.am                                 |    1 +
 configure.ac                                |    3 +
 font-viewer/Makefile.am                     |   70 ++++
 font-viewer/font-thumbnailer.c              |  436 ++++++++++++++++++++
 font-viewer/font-view.c                     |  584 +++++++++++++++++++++++++++
 font-viewer/fontilus.schemas.in             |  109 +++++
 font-viewer/ftstream-vfs.c                  |  152 +++++++
 font-viewer/gnome-font-viewer.desktop.in.in |   15 +
 font-viewer/totem-resources.c               |  123 ++++++
 font-viewer/totem-resources.h               |   33 ++
 10 files changed, 1526 insertions(+), 0 deletions(-)

commit ef96c18b3bad6dfb1ece18cf0f93b63dfc34faa4
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Nov 3 00:24:49 2010 +0100

    Updated Galician translations

 po/gl.po |  493 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 247 insertions(+), 246 deletions(-)

commit 78f127e02e05606e8d8d8312e4cd316514650ba3
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Nov 3 00:30:53 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |  115 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 62 insertions(+), 53 deletions(-)

commit 85cbcf98a9e4ada57bba1c8e07265bef896c1b6e
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Oct 30 11:11:12 2010 +0200

    Use gtk_paned_new instead gtk_[h|v]paned_new

 baobab/data/baobab-main-window.ui   |    3 ++-
 gnome-dictionary/src/gdict-window.c |    2 +-
 logview/logview-window.c            |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

commit 38488b5ab911071e7af241b6a6ea93cdb91dec45
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Oct 29 01:29:24 2010 +0100

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  639 +++++++++++++++++++++++++++--------------------------
 1 files changed, 320 insertions(+), 319 deletions(-)

commit 052322fcfd25be9a2f46c69690a17d0c88e4ff6e
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Mon Oct 25 07:21:43 2010 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |  809 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 409 insertions(+), 400 deletions(-)

commit 7a94c802043aed67a41ca6ffcce1974c0a03213f
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Sat Oct 23 19:26:19 2010 +0200

    Gtk3 compile fix that git lost in the shuffle

 baobab/src/baobab-chart.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4d1f2de542f3f453a4b46c092eaeae166181dfc9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:21:53 2010 +0200

    Added sl for Slovenian translation

 gnome-dictionary/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ac66c1f7d6e87a0d37b0113c987281cf741d2d49
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:21:10 2010 +0200

    Added sl for Slovenian translation

 logview/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b4002df96728deed5d34d0b9d61510568ca3089e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:20:54 2010 +0200

    Updated Slovenian translation

 logview/help/sl/sl.po |  375 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 375 insertions(+), 0 deletions(-)

commit 1a40da8204e55f41136c21f3271f9e64e11b303f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:20:15 2010 +0200

    Added sl for Slovenian translation

 gsearchtool/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b29bd3a843300eb212f4511afa21c845e8d739c0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:19:51 2010 +0200

    Updated Slovenian translation

 gsearchtool/help/sl/sl.po |  676 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 676 insertions(+), 0 deletions(-)

commit a7013aa98f0d48b0f5efbee56be0911331874e5f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:19:03 2010 +0200

    Updated Slovenian translation

 gnome-dictionary/help/sl/sl.po |  463 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 463 insertions(+), 0 deletions(-)

commit af54ccdcbedf8dcac7b973a043c8fcaf40946502
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:17:56 2010 +0200

    Added sl for Slovenian translation

 baobab/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d4782e48b87eef86877ac46c8fa0e91339bbfe79
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 21 20:16:35 2010 +0200

    Updated Slovenian translation

 baobab/help/sl/sl.po |  405 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 405 insertions(+), 0 deletions(-)

commit 7906562c536a4ff4eb48eec04fa9f31e8148b2a4
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Oct 21 00:58:06 2010 +0200

    Updated Hebrew translation.

 po/he.po |  529 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 274 insertions(+), 255 deletions(-)