commit f6c6f404142c18415df0cb4e429cde199b9ab6da
Author: Rui Matos <[email protected]>
Date:   Wed Sep 4 13:23:43 2013 +0200

   3.8.4

M       NEWS
M       configure.ac

commit 4040bb89eb4d1ee813fdb24470f5c338a493021f
Author: Rafael Ferreira <[email protected]>
Date:   Sat Aug 17 07:34:58 2013 -0300

   Updated Brazilian Portuguese translation proofread by Enrico Nicoletto

M       desktop-docs/lgpl/pt_BR/pt_BR.po

commit 6620b58e34b895def5bc96b8142d68fddcba6568
Author: Rafael Ferreira <[email protected]>
Date:   Sat Aug 17 07:13:45 2013 -0300

   Updated Brazilian Portuguese translation proofread by Enrico Nicoletto

M       desktop-docs/fdl/pt_BR/pt_BR.po

commit ae43aa7dbd6885940fbc2d9aeb62192940d5a483
Author: Enrico Nicoletto <[email protected]>
Date:   Mon Sep 2 14:27:13 2013 -0300

   Added Brazilian Portuguese translation in DOC_LINGUAS

M       desktop-docs/fdl/Makefile.am

commit 6df680a892bcbd739daf903ac1ca3dc17cf330af
Author: Christophe Fergeau <[email protected]>
Date:   Fri Jun 28 15:30:44 2013 +0200

   xkb: Ensure strings from xkeyboard-config are UTF-8

   When using g_dgettext, translated strings are returned in the
   current locale's encoding. This means XKEYBOARD_CONFIG() can
   give us a non-UTF-8 string if a non-UTF-8 locale is in use.
   Calling bind_textdomain_codeset() ensures that the strings returned
   by g_dgettext will be encoded in UTF-8, which is what applications
   using gnome-desktop expect.

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

M       libgnome-desktop/gnome-xkb-info.c

commit 3b11ac82000d52bf859d8b4997fe2a9c3da81a0b
Author: Rui Matos <[email protected]>
Date:   Tue Aug 13 10:53:16 2013 +0200

   gnome-xkb-info: Prevent a crash with unknown language/country codes

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

M       libgnome-desktop/gnome-xkb-info.c

commit 1b157d067fb168a6c80a70ba9a4aa3fb331d6302
Author: Bastien Nocera <[email protected]>
Date:   Thu Jul 18 17:10:51 2013 +0200

   gnome-rr: Fix types of signal vfuncs

   ... in the class definition. They were missing the object itself.

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

M       libgnome-desktop/gnome-rr.h

commit 70b279794245807a613dd341c29bc5de99b02972
Author: Bastien Nocera <[email protected]>
Date:   Tue Jun 25 11:00:58 2013 +0200

   gnome-rr: Fix crash when XRRSetCrtcConfig() fails

   It's possible for XRRSetCrtcConfig() to fail so we should
   wrap it in gkd_error_traps.

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

M       libgnome-desktop/gnome-rr.c

commit d677e0eb854330b742e136e52335922c17a0f7fa
Author: Bastien Nocera <[email protected]>
Date:   Mon Jun 24 10:52:53 2013 +0200

   Update pnp.ids from upstream hwdata

   hwdata now follows Microsoft's database as its upstream,
   so updates are quicker.

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

M       libgnome-desktop/pnp.ids

commit 882943473dcc3bd24945cc71c5f2d117524eba0a
Author: Giovanni Campagna <[email protected]>
Date:   Sun May 12 18:50:05 2013 +0200

   libgnome-desktop: initialize gettext before constructing a wall clock

   GnomeWallClock uses gettext, so we must initialize it to point to
   the right path.

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

M       libgnome-desktop/gnome-wall-clock.c