Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > fe928333608a683ac3a0d11db522b457 > files > 5

gnome-desktop3-3.10.2-1.mga4.x86_64.rpm

# Generated by Makefile. Do not edit.

commit ef439cdfff6aef91ef979225d0f5a98fa7224390
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Nov 21 06:16:08 2013 -0500

    3.10.2

M	NEWS
M	configure.ac

commit c37fd5ee9bb59955c8fd0c381dbd66cf77938cd9
Author: Sphinx Jiang <yishanj13@gmail.com>
Date:   Sun Nov 17 19:33:17 2013 +0800

    Update Chinese simplified translation

M	po/zh_CN.po

commit 6105f945d738239f3d893a5f78bf5634c3204a41
Author: Efstathios Iosifidis <iosifidis@opensuse.org>
Date:   Tue Oct 22 12:19:28 2013 +0300

    Updated Greek translation

M	po/el.po

commit f5848bc499a0506e7479bc5120b55e44763558bb
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Oct 15 19:08:35 2013 +0200

    3.10.1

M	NEWS
M	configure.ac

commit 613f2268968e4275d725dd9fad69b0fd0cfd56f3
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri Oct 11 14:08:06 2013 +0200

    default-input-sources: Add a default for Bulgaria
    
    Thanks to Alexander Todorov.

M	libgnome-desktop/default-input-sources.h

commit 3d6eb06b9e9bc30170f58f1a6dc48bef35ccc72e
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Mon Oct 14 21:46:54 2013 +0700

    Updated Thai translation.

M	po/th.po

commit b2d6cc3542b8b2fa787253bb45c22b5a151ac164
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Thu Oct 10 14:22:35 2013 +0100

    thumbnailer: Bail if no pixbuf loader could be created
    
    This prevents gdk_pixbuf_loader_close() from emitting a critical
    error due to being called with a NULL loader. The loader can be NULL
    if there was an error in the first read from the input stream.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709819

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 40ecc92f964540d4475febd96a7663f68fbdc3b1
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Thu Oct 10 14:21:46 2013 +0100

    thumbnailer: Fix a signed/unsigned comparison
    
    This shuts up a gcc warning but shouldn’t result in functional changes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709819

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 29c1bc757f34f1d0b32bc12fcc682faba05b8509
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Thu Oct 10 14:20:54 2013 +0100

    thumbnailer: Remove duplicate function declarations
    
    This shuts up a gcc warning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709819

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 856ffc037552a50859d65470486c1a9467862c2f
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun Oct 13 23:57:35 2013 +0200

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 15aef5ebbee65d7eb8cc2aa1bd6a7ed31cf749d8
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Fri Oct 11 16:28:35 2013 +0330

    L10N: Updated Persian translations

M	po/fa.po

commit 6ba6ef3691d30ec0ade61be3578d774b97a5a788
Author: Stefan Sperling <stsp@stsp.name>
Date:   Wed Oct 2 18:59:11 2013 +0200

    languages: Remove unused struct "nameent"
    
    This struct was a left-over from the libc locale archive parsing code
    removed in commit 91082e8d0ef7dc3fe372fb5228fd3bb5a26efa81.

M	libgnome-desktop/gnome-languages.c

commit 682348997ebf8c94699dd19e44da40d5214c3d94
Author: Stefan Sperling <stsp@stsp.name>
Date:   Wed Oct 2 18:58:17 2013 +0200

    languages: Style fix in collect_locales_from_localebin()
    
    Use spare-before-paren syntax for function calls.

M	libgnome-desktop/gnome-languages.c

commit dfc4ecac06eed41cd655e48ba01a7842409c3ad1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 2 16:36:32 2013 +0200

    gnome-bg-slideshow: Fix memory leak of a filename
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709271

M	libgnome-desktop/gnome-bg-slide-show.c

commit af0f0fbb835e5bb22b7bce4581d3f081462b5f5b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 2 16:35:44 2013 +0200

    gnome-bg: Fix memory leaks when using get_as_slideshow()
    
    get_as_slideshow() returns a reference to the slideshow,
    which we need to get rid of when we're not using it anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709271

M	libgnome-desktop/gnome-bg.c

commit 91082e8d0ef7dc3fe372fb5228fd3bb5a26efa81
Author: Stefan Sperling <stsp@openbsd.org>
Date:   Wed Aug 28 18:25:34 2013 +0200

    Obtain supported locales from "locale -a" output.
    
    Instead of parsing the locale archive file which is private to glibc
    (see https://bugzilla.redhat.com/show_bug.cgi?id=956993), run the
    "locale -a" command to obtain the list of supported locales.
    
    "locale -a" is specified in POSIX and should thus exist on most UNIX-like
    systems (e.g. on OpenBSD, which triggered the related bugzilla entry
    because GNOME was unable to find a list of supported locales).
    
    Keep scanning the /usr/share/locale directory as a fallback.
    
    Remove code wrapped in #ifdef WITH_INCOMPLETE_LOCALES. This code was
    inherited from gdm but is now unused.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698383

M	libgnome-desktop/gnome-languages.c

commit af5574a745a50d7cb7c5d300836fc073f5326c82
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Sun Sep 29 20:22:00 2013 +0300

    [l10n]Updated Turkish translation

M	po/tr.po

commit 9936b0b01fbc687cbe3bfcc4c5abae679fea386a
Author: Gökhan Gurbetoğlu <ggurbet@gmail.com>
Date:   Sun Sep 29 20:15:17 2013 +0300

    [l10n]Updated Turkish translation

M	po/tr.po

commit 0df46b7d6171c81dfed61e6a173c4b43ef1f676a
Author: Alexander Larsson <alexl@redhat.com>
Date:   Fri Sep 27 09:49:01 2013 +0200

    thumbnail loader: Support loading thumbnails from remote locations
    
    This broke with the previous addition of gs_file_read_noatime().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708824

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 5e3ac2bc0c789f3b7c02fc98787d242c1b601fdd
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Sep 26 17:04:54 2013 -0400

    gnome-bg: set error when parsing XML file that's not a slide show
    
    While trying to reproduce a background handling bug in the shell I
    decided to run:
    
        while true; do
            for f in ~/Pictures/*; do
                gsettings set org.gnome.desktop.background picture-uri "file:///$f"
                sleep .4;
            done;
        done
    
    I noticed spew coming from gnome-shell:
    
        G_CRITICAL: g_task_return_error: assertion 'error != NULL' failed
    
    Turns out I had a non-slideshow XML file in there, and it was failing
    because there were 0 slides, but not setting an error.
    
    This commit fixes that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708877

M	libgnome-desktop/gnome-bg-slide-show.c

commit d0750ccc6b3ca9c43b456d201b5602a05a0fab5f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 23 17:41:34 2013 -0400

    3.10.0

M	NEWS
M	configure.ac

commit 6ef0e2e01346934f290494c06d2d2d434a8dd916
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Mon Sep 23 10:00:06 2013 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit c459ee4b4bd993f3bfcbde8d7b7ade7056b10edb
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Sun Sep 22 12:51:18 2013 +0300

    Updated Hebrew translation

M	po/he.po

commit 94c394b224aa188a32b3605124c2aeeb55c7d035
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Sep 22 10:09:28 2013 +0200

    Update Arabic translation

M	po/ar.po

commit 5fe0a84316572938720721324e7181bb847a90f2
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Sep 22 01:38:53 2013 +0100

    Updated Portuguese translation

M	po/pt.po

commit 1d6ee0aa99006584643ccab5234365a856ef3f84
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Sun Sep 22 00:44:18 2013 +0200

    Updated Dutch translation

M	po/nl.po

commit ac0f5c6d423b5805105b7bd081ede2dfebdff4e5
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sun Sep 22 06:06:13 2013 +0900

    l10n: Update Japanese translation

M	po/ja.po

commit 1e4f0b5ee41fcdee271d827645c99b61a890f1d9
Author: Colin Walters <walters@verbum.org>
Date:   Fri Sep 20 15:06:15 2013 -0400

    build: Update for libgsystem changes
    
    I changed how the Makefile-libgsystem.am file works; includers now
    have to specify whether libgsystem.la is noinst_ or not.

M	libgnome-desktop/Makefile.am

commit ccc7ddaf4a0de1e1fbec69ca6ce37566445c94bf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 20 12:38:33 2013 +0200

    libgsystem: Update from master
    
    d045e367cc37c774e3d76839b65aaf947b2f65ad is expecting
    gs_file_read_noatime to always return an error, but the
    commit that did that was never pulled in to gnome-desktop.
    
    Do that now to fix possible crashers with nautilus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708435

M	libgnome-desktop/libgsystem

commit 90c74408b54f90a149c0fa2e936b6eee4ba63a50
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Fri Sep 20 03:20:51 2013 -0300

    Enabled Brazilian Portuguese translation for GPL doc

M	desktop-docs/gpl/Makefile.am

commit b3a095b50548456f94407f9035eea925e74dd1cc
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Fri Sep 20 03:20:19 2013 -0300

    Updated Brazilian Portuguese translation for GPL doc

A	desktop-docs/gpl/pt_BR/pt_BR.po

commit b96b8af9ea86765d8a75102a372e30a0656e7ca2
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Wed Sep 18 14:22:51 2013 +0200

    GnomeRR: refresh the cached view of the screens when mutter restarts
    
    Mutter does a modeset when it starts, but doesn't emit signals,
    so we must refresh our structures when we detect that. But most
    important, we must ensure that our serial is properly updated,
    otherwise any further operation will fail with AccessDenied.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708284

M	libgnome-desktop/gnome-rr.c

commit 64288dd127fe2445277d2d1af83522c123109afd
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Sep 18 10:46:06 2013 +0200

    3.9.92

M	NEWS
M	configure.ac

commit 4c91dd3f3e6477c87f2de40be4d66c23f2008513
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Tue Sep 17 18:40:38 2013 +0200

    Updated Danish translation

M	po/da.po

commit 9ea64f29e2bbfbcfa99117fe383f74820d08e1de
Author: Benjamin Steinwender <b@stbe.at>
Date:   Mon Sep 16 18:46:08 2013 +0200

    Updated German translation

M	po/de.po

commit 4ba02f637b1922bec54046e262f712157eec4a57
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Sun Sep 15 00:41:42 2013 +0200

    Updated slovak translation

M	po/sk.po

commit 173c23f5b70c430fa61f5db8d901d965634f8cc5
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Sep 14 12:19:11 2013 +0200

    Updated Basque language

M	po/eu.po

commit ced9dff9bb0a272ada715d75a3023d6a85130a39
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Sep 14 01:34:11 2013 +0200

    Oops

D	ca.po
M	po/ca.po

commit c8b6026e77d46f268d311c0163b5730a1851bc72
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Sep 14 01:19:27 2013 +0200

    [l10n] Update Catalan translation

A	ca.po

commit a8ccea95ceedac09e74c0a83e1b47ec26c2b5e94
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Thu Sep 12 18:17:42 2013 +0530

    Assamese Translation Updated

M	po/as.po

commit 5d7c6dc599355e33e81f3bf4fc08523d67a7fbbf
Author: Richard Hughes <richard@hughsie.com>
Date:   Thu Sep 12 09:14:22 2013 +0100

    Correct the transposed bits of the red chromacity in the EDID parser
    
    This was noticed by Florian Höch, and isn't a huge problem as the value was only
    different by 1dE as it's the lowest 2 bits of a 10-bit word that is affected.

M	libgnome-desktop/edid-parse.c

commit 052f68ecdaaecceba39a7528b596dd44a9362069
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu Sep 12 11:07:52 2013 +0700

    Updated Indonesian translation

M	po/id.po

commit d11d6e800e076f25c036b0855d56124dea83737f
Author: RÅ«dolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Wed Sep 11 22:11:18 2013 +0300

    Updated Latvian translation

M	po/lv.po

commit ac5693d8e8909c4d2ce791e47c03c011e82e91d6
Author: Rafael Ferreira <rafaelf.f1@gmail.com>
Date:   Tue Sep 10 18:59:34 2013 -0300

    Updated Brazilian Portuguese translation

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

commit acd6ca78e0e542a7bd281b9db5487311ed5fa492
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Tue Sep 10 21:16:11 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit 491a74e4ab364ccaea4b22a760fb254371c33bdd
Author: A S Alam <apreet.alam@gmail.com>
Date:   Mon Sep 9 14:28:41 2013 -0500

    Punjabi Translation updated by Aman

M	po/pa.po

commit d2db489a7dfc1bcb636d491a7a4622f0795606eb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 9 05:13:49 2013 +0900

    Updated Korean translation

M	po/ko.po

commit a9797d084094daa21f33b0fb326ee194f8919bcb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 9 05:11:29 2013 +0900

    Updated Korean translation

M	po/ko.po

commit c291fa3d9fd6943d7fbf1feaa87d9c744c84f348
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
Date:   Sat Sep 7 20:25:05 2013 +0300

    Finnish translation update by Jiri Grönroos

M	po/fi.po

commit 7e4a85c66d76b362992cc2d54b7ef2d18a665942
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Fri Sep 6 22:34:25 2013 +0200

    Updated Italian translation

M	po/it.po

commit a4cf864edec6c49110b23eb2442c23f0b9c0870f
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Sep 6 16:21:54 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 1e28ad96efcab7df6e9e34bc6d645eb72ca6202e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Aug 24 05:37:53 2013 +0200

    thumbnailer: Check gdk_pixbuf_loader_close()'s retval
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699252

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit fef06300534883ed27321bb4cda19309ef028fe7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Aug 24 05:37:28 2013 +0200

    thumbnailer: Correctly check for errors
    
    By checking the retval, not whether error was set.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699252

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit d045e367cc37c774e3d76839b65aaf947b2f65ad
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Aug 24 05:36:45 2013 +0200

    thumbnailer: Always print errors from gs_file_read_noatime()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699252

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 336e63c851cd34356a0de137fcadbd2f2a9eb25e
Author: Stas Solovey <whats_up@tut.by>
Date:   Thu Sep 5 09:50:23 2013 +0400

    Updated Russian translation

M	po/ru.po

commit 91727625fc92c5f44208c3d540ca6e12157a68d6
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Sep 3 18:39:04 2013 +0200

    IdleMonitor: protect watches from being freed while in flight
    
    If you added an idle watch and then immediately removed it, it
    was possible that the watch was freed before the dbus call was
    handled by mutter, thus causing a crash later one.
    Prevent that by reference counting the watch structures.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707396

M	libgnome-desktop/gnome-idle-monitor.c

commit ec90f8cbcc771e547609ec59539b400cf5132d47
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Sep 4 05:57:32 2013 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit e4e310cd1447bc06dfd37858f9e3deeb9cb4a686
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Sep 3 10:01:38 2013 -0400

    3.9.91

M	NEWS
M	configure.ac

commit 04e94159d4987c84a0730198c7b97b8bbf454dca
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Sep 2 23:03:56 2013 +0200

    Added Galician translations for GPL license

M	desktop-docs/gpl/Makefile.am
A	desktop-docs/gpl/gl/gl.po

commit e9a98e6424b1d8e31d85ce872b0acb6b553f5c86
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Aug 31 17:21:48 2013 +0600

    Update Kazakh translation

M	po/kk.po

commit b61cdd7e55f2d3e3720898264b03b9e96e3f87e2
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Tue Aug 27 23:59:33 2013 +0300

    Updated Lithuanian translation

M	po/lt.po

commit 97f24ab849e7773053574d29592eb52cce892d33
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Aug 27 11:45:57 2013 +0100

    GnomeRR: Do not assume outputs with the id of 'default' are built-in
    
    We are using this in all kinds of places to work out if a display is embedded
    (like a laptop display) and cannot be removed. Some of the binary drivers do
    not set a sensible ID, but it's not more sane to assume these default values are
    either for internal or external panels. Assuming the former breaks VMVGA in
    virtual machines. We should not return TRUE when there is no heuristic to use.
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=706738

M	libgnome-desktop/gnome-rr.c

commit b1503715e81b44ff4089ca2581fd95dfd8ac3631
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Mon Aug 26 17:29:26 2013 +0200

    GnomeRR: read the backlight value after asking mutter to change it
    
    Mutter now returns the new backlight value after a successfull call
    to ChangeBacklight, so we need to read it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706729

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/xrandr.xml

commit fbe2bb895c37340ac5e3fd346861e12533c46b87
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Mon Aug 26 11:46:32 2013 +0500

    Tajik translation updated

M	po/tg.po

commit 55a68eba857dd9cc3c2db7d1dd3d36bfc8f9c995
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Sun Aug 25 21:39:47 2013 +0200

    build: Bump soname for GnomeRR* ABI breaks

M	configure.ac

commit 89366096d409e2e1c4a9622eca3b1c0719e974fa
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Sun Aug 25 11:17:14 2013 +0200

    build: Add idle-monitor.xml to EXTRA_DIST

M	libgnome-desktop/Makefile.am

commit 3185fd4acc8d20b83b35e76b0cab492f9291e6bb
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Sun Aug 25 09:57:35 2013 +0200

    Updated Hungarian translation

M	po/hu.po

commit 545c774e967fa2f21f9b8ee1acbb50bffcee01d0
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Wed Aug 14 16:21:43 2013 +0200

    GnomeIdleMonitor: use the new Mutter API instead of raw X calls
    
    This way we can track the user activity on wayland too.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706006

M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h
A	libgnome-desktop/idle-monitor.xml

commit d15f925ef6b6ac704b820aa41d5efaeeaee4220c
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Thu Aug 22 23:38:07 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 961fab9130b7a5eaf1a19b077afc0381d9a00bc2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Aug 22 15:55:48 2013 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 7caa9d3c1194e261df36b4476eedc75ed716b9e5
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Aug 22 12:13:59 2013 +0200

    Update French translation

M	po/fr.po

commit 4726bee39af5f2b82664a3ae00470e5e94b76004
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Aug 21 00:54:10 2013 +0200

    Updated Galician translations

M	po/gl.po

commit 5ec97ee71622f093d469baec6b64d116d22bad58
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Aug 20 22:41:01 2013 +0200

    Updated Polish translation

M	po/pl.po

commit e786d70bef39bd1aa1e25a0fba98623cd8e6422c
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Aug 20 22:05:46 2013 +0200

    Updated Polish translation

M	po/pl.po

commit cabeca0501526ddcd8cef989f274c6a0a9135b64
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Aug 20 20:56:12 2013 +0200

    Updated Polish translation

M	po/pl.po

commit 63e7221ae1a839473ebcc28ed7b1b50c2b83c175
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Aug 20 17:44:59 2013 +0200

    Updated Spanish translation

M	po/es.po

commit 464f10b3f3dff57d691a7bbf532f884bd1eaa2fb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 20 09:49:30 2013 -0400

    3.9.90

M	NEWS
M	configure.ac

commit 7d6deaab0af591d66755896098ef619a2eb9475f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 20 09:56:03 2013 -0400

    dist xrandr.xml

M	libgnome-desktop/Makefile.am

commit ab2e60a60da70ab70941615835806d1c0fcca3b5
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Aug 20 13:28:30 2013 +0200

    GnomeRR: use a DBus signal instead of XRandR events to refresh
    
    Using a DBus signal we avoid the race, and make sure that we
    get the updated values in the next call to mutter.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706383

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/xrandr.xml

commit f9dbf4ae8a12ce5da1d446b18be181646ac53bb0
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Tue Aug 20 10:15:26 2013 +0200

    Revert "GnomeRRConfig: try again when failing application because of access denied"
    
    This reverts commit dc85c78445c3f543bf1a91cb0e7e69ef7db3a817.
    Calling gnome_rr_screen_refresh() cause the emission of signals,
    which in turn cause the configuration to be dropped (and then
    a segfault)
    We need a better solution.

M	libgnome-desktop/gnome-rr-config.c

commit 8170cedbd6c753c86cfa9eb34089ef78a1b45c80
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Aug 20 08:48:40 2013 +0200

    Updated Czech translation

M	po/cs.po

commit 375293f1a9adeb2a9c7e5bc065a41949a0911d00
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Mon Aug 19 17:52:52 2013 +0200

    GnomeRR: read the physical output size for mutter
    
    And expose it in the API, so that the control center can use it
    to show the diagonal and aspect ratio.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705919

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 8969c1127a4a1ee5abac653f3e4111b5abc8a9d3
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Aug 19 23:12:57 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit 0ae1292574700db82a1bb42722c9f9b0632a0582
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Aug 19 23:10:57 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit b233b093b7979438746c1194a58194ab37ba5ace
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 19 19:24:13 2013 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit 7f20bbe65be9d6f312ce0dcec64930df6b4b2a4d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 25 11:40:58 2013 +0200

    test-wall-clock: Print the clock straight away
    
    Stops us from waiting a minute in the default configuration.

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

commit 93ecd4ad2ad5a5890f98f708f1ad06b3af7eff86
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Mon Aug 19 10:05:52 2013 +0200

    Fix srcdir != builddir

M	libgnome-desktop/Makefile.am

commit eb34fd08196bdb75958087bfbf5e73ae8638465c
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Aug 18 01:14:04 2013 +0200

    GnomeRR: add async construction of GnomeRRScreen
    
    We aren't going anywhere, if gnome-settings-daemon blocks on
    mutter which is blocking on gnome-settings-daemon...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705510

M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit dc85c78445c3f543bf1a91cb0e7e69ef7db3a817
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sat Aug 17 17:54:45 2013 +0200

    GnomeRRConfig: try again when failing application because of access denied
    
    If we get an error due to stale configuration information, try
    again a second time after refreshing the screen. This can happen
    when mutter is using the X11 backend, as that causes multiple events,
    so a single ApplyConfiguration() can increase the serial multiple
    times, and there is a race between when mutter gets the event
    (increasing the serial) and when we get it, asking for the new
    configuration.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705510

M	libgnome-desktop/gnome-rr-config.c

commit 65b69264c2b6d54bede4f3747fb5f1440c4a9662
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sat Aug 17 12:35:58 2013 +0200

    GnomeRR: fix gnome-rr-debug test case
    
    Use GnomeRR facilities to read the EDID instead of direct X access,
    because the actual XID is not exposed in the API (although it is
    exported on the bus)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705510

M	libgnome-desktop/gnome-rr-debug.c

commit a31024a1cd6d91a5022eb5922dded57e8a3ce38c
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Thu Aug 8 13:43:04 2013 +0200

    GnomeRR: restore support for raw EDID access
    
    The color plugin of gnome-settings-daemon needs it to build
    the default ICC profile for uncalibrated displays.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705510

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 52662efd4ae83db5fbd5046e6dbc6260b6bf56fb
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Fri Jul 26 14:22:37 2013 +0200

    GnomeRR: restore support for gamma ramps
    
    The color panel of control center needs it.
    
    Note: the color panel and color g-s-d plugins will have different
    changes for wayland support, but they still need the code in the
    XRandR case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705510

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 632dffb7887c8650154670ae0e76822ae11e22f3
Author: Giovanni Campagna <gcampagn@redhat.com>
Date:   Fri Jul 26 13:40:41 2013 +0200

    API: GnomeRR: replace direct XRandR calls with DBus calls to mutter
    
    Mutter now provides a DBus API that wraps XRandR and abstracts
    away the detail of running X or wayland.
    
    A number of API changes are needed, as GnomeRR is no longer in
    charge of maintaining the monitors.xml file updated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705510

M	libgnome-desktop/Makefile.am
D	libgnome-desktop/display-name.c
M	libgnome-desktop/edid.h
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-debug.c
M	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h
A	libgnome-desktop/meta-xrandr-shared.h
A	libgnome-desktop/xrandr.xml

commit 5e66ef06786a99417e124c07fb07fdf518d76d27
Author: Rafael Ferreira <rafaelf.f1@gmail.com>
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 b2195c46aa9c2595d81d2d0c19d5c4051bc9c19f
Author: Rafael Ferreira <rafaelf.f1@gmail.com>
Date:   Sat Aug 17 07:13:45 2013 -0300

    Updated Brazilian Portuguese translation proofread by Enrico Nicoletto

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

commit a3233ff45ec9769600605e26c13707010451f19c
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Fri Aug 16 02:15:07 2013 -0600

    Updated Irish translation

M	po/ga.po

commit dd15190bdd31af5eccbe5dbf81d8439440ab74d1
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Aug 13 22:28:30 2013 +0200

    [l10n] Added partial translation of LGPL to Catalan

M	desktop-docs/lgpl/Makefile.am
A	desktop-docs/lgpl/ca/ca.po

commit 6c35f0a430096afa91b1182dc1d5c3a9c3bde3b7
Author: Rui Matos <tiagomatos@gmail.com>
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 acc04b827b3ac3c70fc6e3ac3a96f05602039c73
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Mon Aug 5 23:40:56 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 4f97400703aa1c2838794cca8de04cc569f4d3ba
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Tue Jul 30 18:27:41 2013 +0100

    Tajik translation updated

M	po/tg.po

commit b4db806a0ce050ef70b92a428755f0d3dc7c844e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jul 30 08:28:18 2013 -0400

    3.9.5

M	NEWS
M	configure.ac

commit 80b400b717bc556fcd42f93b297410d3c4f56631
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Jul 30 10:37:50 2013 +0100

    Ensure EDID is at least 128 bytes and a multiple of 128 bytes
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=956772

M	libgnome-desktop/gnome-rr.c

commit 47d405b044592063893451802f3649914b6e3ad9
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
Date:   Mon Jul 29 16:06:20 2013 +0100

    Tajik translation added

M	po/LINGUAS
A	po/tg.po

commit bb821e2aba1b2fa1c67757c37c71081ad7885e2f
Author: Bastien Nocera <hadess@hadess.net>
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 c262a12739a9c682e773ed1772c2814f2d4bd5a7
Author: Benjamin Steinwender <b@stbe.at>
Date:   Tue Jul 23 17:51:46 2013 +0200

    Updated German translation

M	po/de.po

commit 0a7211428091f5668b31fe6b760930ec3ce8efea
Author: Christophe Fergeau <cfergeau@redhat.com>
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 4a95c179de8920ee8f78ae5e1f05df173e9d5bd8
Author: Bastien Nocera <hadess@hadess.net>
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 4d6d8e096d0ecfb1e4f1345b6002befebe16558e
Author: Bastien Nocera <hadess@hadess.net>
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 a4dd7815aba059c8798094a277acccfdbc2f7179
Author: Giovanni Campagna <gcampagna@src.gnome.org>
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

commit d41c9a1ded63b778f261eb2671d5d8f01649a646
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Jun 22 15:04:25 2013 +0600

    Updated Kazakh translation

M	po/kk.po

commit e19df898281f83aa6db3d8fe57c720b29d98abee
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Tue Jun 11 18:23:26 2013 +0200

    gnome-bg: objects without a filename are not slideshows
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702010

M	libgnome-desktop/gnome-bg.c

commit 9694f26c3387e3c425a55e75c92db2d39de0c230
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Tue Jun 4 21:08:08 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit be73edf004922fe80e88b50df509499bc8a7c010
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri May 31 10:03:20 2013 +0200

    gnome-xkb-info: Fix similar memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701326

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

commit a32275872c279c790cf49263880aa401320580fa
Author: Tim Lunn <tim@feathertop.org>
Date:   Fri May 31 10:41:14 2013 +1000

    gnome-xkb-info: Fix memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701326

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

commit 0b6ade7e4e1c036cc716f625646cadf1c3ad1882
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed May 29 14:34:24 2013 -0400

    3.9.1

M	NEWS
M	configure.ac

commit 1917e020448f932a907e3ec8b6ca574b15612390
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun May 26 22:00:56 2013 +0300

    Updated Lithuanian translation

M	po/lt.po

commit c2598fa54c80e6887f9f7c53ad5d08a2757e64ee
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri May 24 12:23:25 2013 +0300

    Updated Hebrew translation.

M	po/he.po

commit a78ba21248c4c7d18e8c35ef5cff351d53a4b3ab
Author: Colin Walters <walters@verbum.org>
Date:   Thu May 23 17:46:08 2013 +0200

    thumbnailer: Fix compile-time warning on x32
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700548

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 81b81d6dcdae97888b764a9fc00b2b449aff7b26
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon May 20 14:45:35 2013 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 6fab13b93ddcdf42548866ebb1a87afd633b4bf1
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat May 18 18:20:47 2013 +0400

    Updated Russian translation

M	po/ru.po

commit b85c5878f13eeb6b6777e2c6e6674b7c65db4e42
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Mon Mar 4 15:48:08 2013 +0400

    gnome-bg: Fix memleak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695116

M	libgnome-desktop/gnome-bg-slide-show.c

commit fdb43e2fa9113f558264ce0b804cf488f1b3b9f2
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri May 10 16:55:15 2013 +0200

    default-input-sources: Add some more defaults
    
    This adds the defaults for de_CH, fr_CH and en_ZA that were
    contributed since the initial release.

M	libgnome-desktop/default-input-sources.h

commit 7ebd62fc25dadbf9a857f008b1c078e535766eda
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed May 1 20:33:21 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit c84016361c5b7d0e0dd8e202b3142465df5933db
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Apr 30 18:42:57 2013 +0200

    [l10n] Update Catalan translation

M	desktop-docs/gpl/ca/ca.po

commit 76c45895049375b2c6e660a6a9bff90e82137f22
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Apr 30 18:37:17 2013 +0200

    [l10n] Update Catalan translation

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

commit 16095e6d3552fe4ffc4c8a289311820495e39dcd
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Apr 27 02:02:15 2013 +0200

    Updated Czech translation

M	po/cs.po

commit 68e45429625a3c38b21150b6b9d2ba24787eb00f
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Wed Apr 24 17:56:25 2013 +0300

    Updated Greek translation

M	po/el.po

commit 210a9e17d1b83eb2c1e3ed99646c63d875b25069
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Apr 22 17:49:47 2013 +0200

    Updated Spanish translation

M	po/es.po

commit a3f5352ec194723faff7583a1932cd494bcf41a5
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Apr 21 23:31:24 2013 +0200

    Updated Galician translations

M	po/gl.po

commit 216a9a531332f9507e4ac1608955f4370e644745
Author: Wouter Bolsterlee <uws@xs4all.nl>
Date:   Fri Apr 19 22:37:06 2013 +0200

    Updated Dutch translation

M	po/nl.po

commit 8fe716c6314ff6122dc2bc0463e7def4a35f449b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 15 18:20:08 2013 +0200

    GnomeBg: Remove unused variable

M	libgnome-desktop/gnome-bg.c

commit 0d5284c6a894401611b5d9183942b391af04ee52
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Sat Apr 6 17:29:20 2013 +0100

    Updated British English translation

M	po/en_GB.po

commit 2e49001fdf251b1535cbc0ed33122ce2256e4a60
Author: tuhaihe <wangdianjin@linuxdeepin.com>
Date:   Sat Apr 6 17:29:49 2013 +0800

    update Simplified Chinese (zh_CN) translation

M	po/zh_CN.po

commit cbbf02067ba9383c8d0e4e5d1a280c50c7c3f885
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Mar 31 19:48:04 2013 -0400

    Bring ratio back for time formatting
    
    It is not causing problems in LTR languages, and it looks better.
    This commit introduces en.po whose only difference to C is that
    colons are replaced by ratios in date and time formats.

M	po/LINGUAS
A	po/en.po

commit 90c5ab625abe9a11ca55b14d0a095c4bf127d5a4
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Wed Mar 27 18:22:59 2013 +0100

    Revert "Add a keyboard drawing widget"
    
    This reverts commit c8d041318670e74f110a8c326e91352136b56770.

M	libgnome-desktop/Makefile.am
D	libgnome-desktop/gnome-keyboard-drawing.c
D	libgnome-desktop/gnome-keyboard-drawing.h

commit 79152ba3209d46413e2d1e54272c4bfc86086e0d
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Wed Mar 27 17:45:38 2013 +0100

    GnomeIdleMonitor: don't access watch structure after it is freed
    
    The contents of the watch structure will become garbage after the
    structure is freed, causing us to unref an invalid pointer and
    potentially segfault.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696719

M	libgnome-desktop/gnome-idle-monitor.c

commit c8d041318670e74f110a8c326e91352136b56770
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Mon Feb 25 00:50:13 2013 +0100

    Add a keyboard drawing widget
    
    Copied from libgnomekdb, which is now dead, and adapted for
    gnome-desktop (mainly to remove the dependency on libxklavier
    and to use the correct namespace)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694633

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-keyboard-drawing.c
A	libgnome-desktop/gnome-keyboard-drawing.h

commit a87ead14dfefcb0769dcf636eb2106c51b69d08c
Author: Colin Walters <walters@verbum.org>
Date:   Mon Mar 25 19:57:46 2013 -0400

    monitor: Be defensive against callbacks unreffing monitor in callback
    
    gnome-settings-daemon's cursor plugin does this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit 6281e31d054b8f41ff62c0597f50452d8e29618f
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Tue Mar 26 00:22:26 2013 +0100

    Updated Hungarian translation

M	po/hu.po

commit 6654c59dc0fc9efd6a16a4d6bbcd8499506c42f9
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Mar 24 19:56:09 2013 -0400

    idle-monitor: Refactor code a bit
    
    Merge two similar methods.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit 0c60eec051e01a2ed639e592a76dd023645ac6e4
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Mar 25 13:50:10 2013 -0400

    idle-monitor: Don't leak the user active alarm on dispose
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit 7baf58512cf488d8544e4ddab478b92c324949e2
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Mar 24 19:51:09 2013 -0400

    idle-monitor: Use an incrementing watch ID for the active alarm as well
    
    This makes sure that:
    
        add_user_active_alarm (callback1);
        add_user_active_alarm (callback2);
    
    doesn't remove callback1 from getting an alarm, as we won't overwrite
    the alarm IDs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit 634ef5e69f79f1d9bf57497e15b6c430b0a0583e
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Mar 24 19:48:44 2013 -0400

    idle-monitor: Allow multiple watches for an alarm
    
    This doesn't do anything yet as we don't have multiple watches
    for one alarm, but we'll remove the special USER_ACTIVE_WATCH_ID
    soon so we can have multiple watches on it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit fffcc2bd58f54e8e4725d9dc3a90869aa2d731cf
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Mar 25 15:55:40 2013 -0400

    idle-monitor: Use g_clear_pointer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit 29f08dd327d65f40e7535addf144a74d23215762
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Mar 24 19:52:05 2013 -0400

    idle-monitor: Reindent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit 09398901b3d3ac6edcdd7fd76a2ee7dccb0c7b6d
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Mar 25 13:47:17 2013 -0400

    idle-monitor: Store the monitor in the private watch struct
    
    Since we'll need to access more things than just the Display
    on it, let's clean up the code for the access right now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696522

M	libgnome-desktop/gnome-idle-monitor.c

commit a14c4fd24c30b5eb38fa3f93bb0938dc187941e9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 25 11:30:04 2013 +0100

    Revert "Use nice Unicode for date formatting"
    
    This reverts commit b9b5c04ccf348b93399522cf450bbfe6a5819578.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=621639 and
    https://mail.gnome.org/archives/desktop-devel-list/2012-December/msg00022.html

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

commit edf75f60ca7a3fb23b5286f89832ef43b2ae6bcf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 25 11:26:58 2013 +0100

    Revert "wall-clock: Do not use colon in time format"
    
    This reverts commit ecd92a8c91874363f26f8364d14241344ec7cf45.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=696497#c5 for
    the reasoning.

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

commit ecd92a8c91874363f26f8364d14241344ec7cf45
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Mon Mar 25 01:46:13 2013 +0900

    wall-clock: Do not use colon in time format
    
    %R is the same as %H:%M. The separator is U+003A COLON. I replace it
    with RATIO (U+2236).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696497

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

commit 5ca4cfcec81f711252def5860e945ef2af7d4b64
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Mar 23 09:50:10 2013 +0100

    idle-monitor: Make per-device monitor fallible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696118

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h
M	libgnome-desktop/test-idle-monitor.c

commit 96f4f0cacbacde139f8aec5553466a4b7934c232
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 21 18:37:40 2013 +0100

    Add myself as a maintainer

M	gnome-desktop.doap

commit 6f7626c90ef14b29be35d9c20b6c3f1919e5f395
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Mon Mar 25 12:23:01 2013 +0900

    l10n: Update Japanese translation

M	po/ja.po

commit 39942999e6986f9710c73382b3fc41db5cea3fd0
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Sun Mar 24 19:46:52 2013 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit 9bcedb3e7120c1e33d49b2e34a5056c8e54f5b14
Author: Petr Kovar <pkovar@redhat.com>
Date:   Sun Mar 24 18:41:14 2013 +0100

    Update Czech translation

M	po/cs.po

commit b2207cb08ecda5ac52b1e6343ecae5be956c19d1
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Mar 23 09:40:06 2013 +0400

    Updated Russian translation

M	po/ru.po

commit 8ef184098985a1c395d29fe82514a7a24a3e7818
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Fri Mar 22 17:56:14 2013 +0430

    L10N: Updated Persian Translation

M	po/fa.po

commit cd81e59aa121a25a2f96a10a42545f86eff9dfb1
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Fri Mar 22 18:35:52 2013 +0530

    Updated Odia Language along with FUEL implementation

M	po/or.po

commit 26c1b346644964de8134d9dbbe8cba9efa81bef5
Author: Shantha kumar <shkumar@redhat.com>
Date:   Fri Mar 22 15:24:45 2013 +0530

    Tamil Translations Updated

M	po/ta.po

commit e16ffe7cc2b33c650fc6f32a70df0f63555237af
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Fri Mar 22 13:27:47 2013 +0530

    Updated Marathi Translations

M	po/mr.po

commit cdb05fc0e5f6073d381abba1b343aff196253197
Author: RÅ«dolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Mon Mar 18 17:39:22 2013 +0200

    Updated Latvian translation

M	po/lv.po

commit 57e241bedcf5dba9455da75055b83aebca2e4a1f
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Mar 17 14:50:28 2013 +0100

    Updated Danish translation

M	po/da.po

commit 1968d92549cbc14b44b5133817caa6ad479ad64f
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Mar 17 16:25:43 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit d00f2d7ad6d2d64e930c36bd13dc87e909fde411
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Sat Mar 16 19:36:17 2013 +0100

    Updated Hungarian translation

M	po/hu.po

commit fac5d3378cdb2f0d7aa0d23dde41a0c14c3c12ac
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Mar 14 16:01:07 2013 +0100

    Update French translation

M	po/fr.po

commit b8f4a289a813ba2152ea85cef075392721ff2b7b
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Mar 7 11:34:28 2013 +0100

    gnome-xkb-info: Don't store duplicated layouts in locale tables
    
    We can't store duplicated layouts anywhere since those get destroyed
    when the 'layout' element ends and we'd end up with invalid entries
    potentially leading to crashes when used.
    
    Just doing a g_hash_table_remove() on the layouts_by_* tables was a
    thinko and could never work since those only contain other tables as
    values and it's in this second level tables that the layouts are
    stored.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695350

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

commit 7cc4b6b78ebf643b57a017c6770d36ae1f194b64
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Wed Mar 13 13:04:24 2013 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit 2616a945537e0f4e514b3c51214cbd549dbaa147
Author: Ján Kyselica <kyselica.jan@gmail.com>
Date:   Tue Mar 12 21:57:42 2013 +0100

    Updated slovak translation

M	po/sk.po

commit daa554f41c9177fb498cd901c333bdff44b89d26
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Wed Mar 13 01:45:17 2013 +0900

    Updated Korean translation

M	po/ko.po

commit 976a1bd116f326a097011112e46b3e2145d4cd88
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue Mar 12 16:46:53 2013 +0530

    Updated kn translations

M	po/kn.po

commit 91dc167d193d144dfab4d691114501922297e255
Author: Gil Forcada <gforcada@gnome.org>
Date:   Mon Mar 11 23:32:31 2013 +0100

    [l10n] Updated Catalan translation

M	po/ca.po

commit 8deab795deb4d5ccd402b868b9c33c9f9d81153e
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Mar 11 22:17:19 2013 +0000

    Updated Portuguese translation and converted to New Spelling (Novo AO)

M	po/pt.po

commit 62a260af95c71989df618a0bd36aadf1e018e9b2
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Mon Mar 11 21:53:19 2013 +0100

    [l10n] Updated Italian translation.

M	po/it.po

commit 3079c7b7fd0412a1615f2baa769263387c1b6c66
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Mar 9 23:32:26 2013 +0200

    Update Arabic translation

M	po/ar.po

commit 49ddd021f36c4799dbbddb06c7bfc3faccfae3a6
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Fri Mar 8 17:19:45 2013 +0100

    [l10n] Updated German translation

M	po/de.po

commit f83faf4df700c10c730e6a4bc294fe28cf4f79ef
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Thu Mar 7 15:37:25 2013 +0530

    Assamese translation updated for gnome 3.8

M	po/as.po

commit 0dc033482f8e75f5ad5ef2870525409848aac1a1
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Thu Mar 7 02:14:25 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 579a048feb5a5aafe6c95aa44c65c495d36ceb5b
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Mar 4 22:01:59 2013 +0100

    Updated Polish translation

M	po/pl.po

commit ea1f880a086b8519c904d572ff9333c21da4a3f3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 4 14:44:54 2013 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 7559edfbbdd1324eca4153e8caf9273b94b777cb
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Mar 4 12:52:35 2013 +0100

    Updated Galician translations

M	po/gl.po

commit edbbc81b437e67753846ccab5928116cd779723c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 4 12:52:10 2013 +0100

    build: Bump version number after branching

M	configure.ac

commit fee662fcc8ea8b71ebe80a843e4cf38cd9e6e51a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 4 12:32:46 2013 +0100

    gnome-rr: Fix stray _is_laptop() call

M	libgnome-desktop/gnome-rr.c

commit b3b1d5fd9c1825573628ad097d76d1fd6400dd2f
Author: Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Date:   Thu Jul 12 20:25:04 2012 +0800

    gnome-rr: Use "Built-in Display" for internal displays
    
    Instead of "Laptop" as all-in-ones, tablets, etc. are devices
    that will get detected as having internal displays, but aren't
    laptops.
    
    Also rename all the functions with "laptop" in the name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679794

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-debug.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit e91b55fb67025883b59d71109e12578fe0496b16
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Mar 2 20:02:19 2013 +0700

    Updated Vietnamese translation

M	po/vi.po

commit 71dd19f8a9285f19b53760fdda7edcda2358f791
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Mar 2 19:57:50 2013 +0700

    po/vi: import from Damned Lies

M	po/vi.po

commit 49c338ee03da8cf3769a0993e99a9ebb1ac48a70
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Thu Feb 28 22:41:15 2013 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 2bb48342a7b1253965ed597bd5964db685d903a2
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Feb 28 11:50:37 2013 +0530

    Updated gujarati file

M	po/gu.po

commit 42c1414688b4daf0feb5fff8a863c046a2022024
Author: Ján Kyselica <kyselica.jan@gmail.com>
Date:   Tue Feb 26 00:51:43 2013 +0100

    Updated slovak translation

M	po/sk.po

commit a9663b553fe12294afdcb44f111d7638ead1bbe1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Feb 25 17:21:31 2013 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 5b199e659cbfb39efab6e70eecabbd297777dbf3
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Feb 23 16:20:30 2013 +0200

    Updated Hebrew translation.

M	po/he.po

commit 0e70b8b982126bf02e4668364c819971057a674d
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Feb 23 10:36:15 2013 +0400

    Updated Russian translation

M	po/ru.po

commit 3bfa24e5e20bcb985a36eb5c9d7ddc75927acb1b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 22 13:33:43 2013 -0500

    docs: update gtk-doc for recent API changes

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit 444c28a9431831b845ed4d6e9f582d99980a27be
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Feb 22 01:53:56 2013 +0000

    Punjabi: Translation updated (aalam)

M	po/pa.po

commit ac536ef65ee399c3267b29049c62c70074b0a97d
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Mon Dec 17 20:24:14 2012 +0100

    GnomeBG: remove the ability not to draw the background
    
    Neither gnome-settings-daemon nor nautilus were checking for this
    property, and I don't want to add the useless key to the screensaver
    schema too.
    If one doesn't want to have GNOME draw the background, it should not
    run GNOME.
    
    (This does not affect having something else on top of the background,
    as mutter is smart enough to avoid drawing in that case)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690378

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-bg.h

commit e0d0518ae5d491de8fea9974d8006ccedd240f42
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 19 19:23:39 2013 +0100

    build: Post release bump

M	configure.ac

commit bebb33bcb3c14b067654d8bba68b7228afc3c95c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 19 19:11:49 2013 +0100

    3.7.90

M	NEWS

commit fc8db13c0b296495eeb579569589ea47d9c766c4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 19 19:13:38 2013 +0100

    docs: There's no "utils" anymore

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml

commit e2938f678d41603c09acc9ecfb450c086f287e7b
Author: Daniel Martinez <dmartinez@src.gnome.org>
Date:   Tue Feb 19 18:34:11 2013 +0100

    Updated Aragonese translation

M	po/an.po

commit 175c72f5d30dbbfd4749419b48f35b03f9dcfbd3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Feb 19 12:41:27 2013 +0100

    Updated Spanish translation

M	po/es.po

commit 6c8b8dba76b5d3a9714317b293ca89887f567c9c
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Feb 19 11:16:58 2013 +0100

    build: bump soname

M	configure.ac

commit b8d0b0fec55ca86b5984be276191a9371070da4b
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Feb 6 01:06:43 2013 +0100

    gnome-xkb-info: Add API to get layouts for language and country
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693775

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

commit 009c7dc76217167451159078d381beb2f80cb25e
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Jan 28 18:28:36 2013 +0100

    gnome-xkb-info: Use GHashTable to group layouts per language/country
    
    It turns out that we won't be able to always get the correct default
    for a language/country pair from the raw xkeyboard-config data. Thus
    we don't need the added complexity of using GSequence to keep layouts
    sorted.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693775

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

commit f54a8c2b04b50de7bb3a96c0a4d35c2f441f65d7
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Feb 4 19:42:05 2013 +0100

    test-languages: Fix to actually set the locale
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693774

M	libgnome-desktop/test-languages.c

commit a6594786c044be7016e974e80ba1cd01e6c02ab8
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Jan 31 16:06:12 2013 +0100

    gnome-languages: Create a singleton GRegex
    
    Instead of creating and destroying one each time.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693774

M	libgnome-desktop/gnome-languages.c

commit 63024cd637963de3d4dbcfe4379269f0c1e60bee
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Jan 31 15:45:00 2013 +0100

    gnome-languages: Add gtk-doc comments to all public functions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693774

M	libgnome-desktop/gnome-languages.c

commit 0409959d4da57ec107baef91ce478bd831cc34d6
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Jan 31 14:33:20 2013 +0100

    gnome-languages: Big renaming to make the API clearer
    
    Several of these functions use the word 'name' or 'language' but the
    argument they take is actually a locale string. We also rename
    s/territory/country/ in the public API since country is the term that
    ISO 3166 actually talks about.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693774

M	libgnome-desktop/gnome-languages.c
M	libgnome-desktop/gnome-languages.h
M	libgnome-desktop/test-languages.c

commit fa119fb22ae7e90d7cfb6767eee9b9c1bab0aea4
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Thu Jan 31 14:16:19 2013 +0100

    gnome-languages: Fix a potential crash
    
    We can't continue if we aren't able to parse the string because the
    return arguments will be undefined.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693774

M	libgnome-desktop/gnome-languages.c

commit e9a05f4b6eee951a8639f29e337e02e8c69cf0d2
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Jan 29 14:53:37 2013 +0100

    gnome-languages: Add default input sources per locale
    
    This will allow us to have good defaults so that we don't have to
    bother asking the user something that we can derive from the chosen
    locale.
    
    The information in this initial table comes from
    http://bugzilla-attachments.gnome.org/attachment.cgi?id=223428 and
    user provided data in https://live.gnome.org/GnomeGoals/KeyboardData.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693773

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/default-input-sources.h
M	libgnome-desktop/gnome-languages.c
M	libgnome-desktop/gnome-languages.h

commit b3e4aeffbb673980eb582be1cca8ba0df3932380
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Jan 21 17:31:34 2013 +0100

    gnome-xkb-info: Handle duplicated layouts
    
    When merging entries from another .xml file (i.e. when
    show-all-sources is active) there might be layout entries which were
    already added before. In that case we don't want to create new entries
    and replace the old ones because layout variants which were already
    added depend on the existence of the old main layout.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692219

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

commit 8d2ff3d0effb64dc734bd7a028f41ce26875186d
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Sat Jan 26 17:43:57 2013 +0100

    gnome-xkb-info: Use the correct methods to get language/country
    
    gnome_get_[language|region]_from_name() wants a locale string, not the
    ISO codes in isolation. Since that's what we have when parsing the XML
    data we must instead use these new methods that accept the ISO codes
    directly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692700

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

commit fc7d260e0dccf5c018eacdbaa2ca3c0f4a385d0b
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Sat Jan 26 17:13:55 2013 +0100

    gnome-languages: Add methods to get language/country from ISO codes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692700

M	libgnome-desktop/gnome-languages.c
M	libgnome-desktop/gnome-languages.h

commit 271ed87b2b8e12c9840b2faab224d3edd758c74e
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Feb 19 00:25:04 2013 +0100

    Version bump

M	configure.ac

commit 4caedc417c7d569fa8b457f0aabceb76fa037874
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 18 18:23:00 2013 -0500

    gnome-bg: add asynchronous version of slideshow loading
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694121

M	libgnome-desktop/gnome-bg-slide-show.c
M	libgnome-desktop/gnome-bg-slide-show.h

commit 33d793c5e3996046f165499f941b5256d8a51850
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 18 14:36:27 2013 -0500

    gnome-bg: split slide show stuff off into separate api
    
    We need to be able to parse slide shows directly from within gnome-shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694121

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-bg-slide-show.c
A	libgnome-desktop/gnome-bg-slide-show.h
M	libgnome-desktop/gnome-bg.c

commit 3db99bfa11017bd609992d8e5d3a6546102626c0
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Mon Feb 18 19:48:06 2013 +0100

    l10n: Updated Italian translation

M	po/it.po

commit a2678d80c3a9c63d86db721ce2b1ef7ec975f830
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon Feb 18 18:35:22 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit f78e719673fbea7678c00824836bd220434a9920
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Feb 17 17:47:08 2013 +0100

    Updated Polish translation

M	po/pl.po

commit 47386c49f59765cd20bd854dfd00263c361f78aa
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Feb 17 12:49:39 2013 +0100

    Updated Galician translations

M	po/gl.po

commit 504f81c89b157ca7f3e02516855c0a3409c3765d
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Feb 16 10:08:20 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit 054326a81402a2a9f0dfb43023bf81736ca6dbe3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 16:15:43 2013 -0500

    docs: add last bits of missing documentation for public objects

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	docs/reference/gnome-desktop3/gnome-desktop3.types

commit dd273d769f19fca627bc7527dd674eebebad0e60
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 15:01:40 2013 -0500

    docs: remove gnome-desktop-utils
    
    It's gone now

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit aeb36f38f1fa91875154219dc3ae93704a5aad7a
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 15:01:28 2013 -0500

    docs: improve documentation for GnomeRR

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit d8ea5f1348e3e932ee73cad02a7c32b1c3a444f1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 15:00:46 2013 -0500

    rr-output-info: use standard GObject boilerplate
    
    Makes gtk-doc happier

M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-private.h

commit b8fe6ff8d93d8c5dd4c6551fe7b5305accf2e639
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 10:36:53 2013 -0500

    docs: update documentation for GnomeRRConfig

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit 12293857a60c8f552b0c868b86e47c25cb66a331
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 10:36:27 2013 -0500

    rr-config: use standard GObject boilerplate for GnomeRRConfig
    
    Make gtk-doc happier

M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-private.h

commit 045201090895b99a9990df1fa22524964509942b
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 10:30:30 2013 -0500

    docs: generate documentation for gnome-languages

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit dc603e36e57d1d8c75b9c4c9e03b4925b4544cbe
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 10:23:55 2013 -0500

    docs: fixes for GnomeIdleMonitor

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt

commit 30030ca6b192b3e0ca0c026e27966b17d6d117cc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Feb 15 10:20:06 2013 -0500

    docs: generate documentation for GnomeXkbInfo

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	docs/reference/gnome-desktop3/gnome-desktop3.types

commit d2ddd21355bf4d31c1469938ea27ef3fcb4c744f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Feb 15 16:29:20 2013 +0100

    Updated POTFILES.in

M	po/POTFILES.in

commit 237726b20b789c86e27b353aaeb15f384fc8b631
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Feb 15 14:09:23 2013 +0100

    Revert "idle: add compat api"
    
    gnome-settings-daemon has been fixed.
    
    This reverts commit 3e10f7c15722684f67c943b230ce763bbbf28843.

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h

commit 881146a2001dc5c3bc445ae0ff5a44f05fc6095e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 14:39:51 2013 +0100

    gnome-bg: Fix incorrect parameters
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692385

M	libgnome-desktop/gnome-bg.c

commit f97ed25a6b20848cbe296ee4919d0424ee03ba43
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 14:42:56 2013 +0100

    gnome-bg: Fix introspectability of GnomeBg
    
    By requiring the enums from gsettings-desktop-schemas.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692385

M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-bg.h

commit 9bab2144b7c8ace0c057720be3c48fb24a80a19d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 14:28:03 2013 +0100

    utils: Remove gnome-desktop-utils.[ch]
    
    The single function it contained
    (gnome_desktop_prepend_terminal_to_vector) is obsoleted by the
    G_APP_INFO_CREATE_NEEDS_TERMINAL flag of GAppInfo.
    
    The private _gnome_desktop_init_i18n() function is also unused,
    its only caller having been removed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692385

M	libgnome-desktop/Makefile.am
D	libgnome-desktop/gnome-desktop-utils.c
D	libgnome-desktop/gnome-desktop-utils.h
D	libgnome-desktop/private.h

commit b352ab35f688a2bbcad17333002002baeedde6db
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 23 14:34:04 2013 +0100

    gnome-rr: Setup i18n support ourselves
    
    In the class_init() so it's only called once.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692385

M	libgnome-desktop/gnome-rr.c

commit c6734bcd3ddc1c83136e17e314af37fc14ddbf17
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Feb 15 12:18:52 2013 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit df5cfa8821766bae482cea45d3e139dabadc75b5
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Thu Feb 14 23:26:13 2013 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 3e10f7c15722684f67c943b230ce763bbbf28843
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Feb 14 14:08:05 2013 -0500

    idle: add compat api
    
    This commit is just temporary until g-s-d is updated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688227

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h

commit eedf7288a9db1156baf24f113477bb6d1ce9d9a4
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Feb 14 12:55:33 2013 -0500

    gnome-rr: add missing annotations

M	libgnome-desktop/gnome-rr.c

commit 5756c24ce001938ee195252c9d59a42f6cc2ebad
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Feb 14 11:23:18 2013 -0500

    gnome-rr: make config use display name from output

M	libgnome-desktop/gnome-rr-config.c

commit e1ce0a63923f27282b6c9cd2211482166b0b821e
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Feb 14 10:41:18 2013 -0500

    gnome-rr: add a way to get the display name from the RROutput

M	libgnome-desktop/display-name.c
M	libgnome-desktop/edid.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 1fc10e6d22b70a2e982b16228a1232f85d65a7ad
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Jan 18 00:15:47 2013 -0500

    idle-monitor: Change the API to be function-based
    
    As the current API design has been unknowingly relying on an Xorg server
    bug that may be fixed in the future, we need to modify the API so that
    became-active is explicitly asked for by the user so that we won't get
    flooded with a large number of events for almost every input event.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688227

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h
M	libgnome-desktop/test-idle-monitor.c

commit 36c472b33dbbb6740b5ed703d594c9dd5d8aa44d
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Jan 23 13:54:08 2013 -0500

    idle-monitor: Make sure we publicly make watch intervals 64-bits wide
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688227

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h

commit 21348a1d192b9185f2876bb8c873856994d0b5ef
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Jan 23 13:53:46 2013 -0500

    idle-monitor: Fix documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688227

M	libgnome-desktop/gnome-idle-monitor.c

commit 626de2acb020e62a4276ef8acbe72cf940157d5a
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Thu Jan 17 23:52:57 2013 -0500

    idle-monitor: Clarify code and comments about alarm rescheduling workaround
    
    Segment the code out in its own function, point out that this is an Xorg
    bug, and don't actually set any attributes -- just call XSyncChangeAlarm.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688227

M	libgnome-desktop/gnome-idle-monitor.c

commit b28ff3f0c20713c20f50793b97a6eaf48722df30
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Mon Feb 4 13:30:09 2013 -0800

    introspection: fix symbol-prefix
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693165

M	libgnome-desktop/Makefile.am

commit 63b721e24d4e37777d408a2414947f57fcec7961
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Feb 12 09:19:14 2013 +0100

    [WallClock] Add gnome_wall_clock_new
    
    At the conventional new() method instead of requiring user to manually
    use g_object_new.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693640

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	libgnome-desktop/gnome-wall-clock.c
M	libgnome-desktop/gnome-wall-clock.h
M	libgnome-desktop/tests/test-wallclock.c

commit feadc030b577e4c673a2ca3d327665d6a485eebf
Author: Anish A <aneesh.nl@gmail.com>
Date:   Tue Feb 12 23:25:58 2013 +0400

    Updated Malayalam Localization

M	po/ml.po

commit cbed695628d9e60eff7c64830cb87c717304fd8c
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Feb 12 08:46:27 2013 +0100

    [WallClock] document the get_clock method

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

commit c14b46f36e57e146e3aa64cf9a994acc656a7693
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Feb 12 08:45:45 2013 +0100

    [WallClock] Add a timezone property
    
    This way a user can be notified of the change without having to monitor
    the timezone files itself.
    It also reduces the load of the wall clock itself since using
    g_date_time_new_now_local at every iteration forces reparsing of the
    timezone file etc.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693533

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	libgnome-desktop/gnome-wall-clock.c
M	libgnome-desktop/gnome-wall-clock.h

commit 0efdf04db7b7815db72f8ec46e37839e173bbabf
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 11 15:11:50 2013 -0500

    docs: generate documentation for GnomeWallClock

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	docs/reference/gnome-desktop3/gnome-desktop3.types

commit 3500427eac885310b3086615f78a2fbdd19fec8e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 11 15:11:32 2013 -0500

    idle-monitor: fix two typos in gtk-doc comments

M	libgnome-desktop/gnome-idle-monitor.c

commit 35280c136400fc0af877dc515a2329562bfbdcfb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 11 15:11:09 2013 -0500

    docs: generate gtk-doc documentation for GnomeIdleMonitor

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	docs/reference/gnome-desktop3/gnome-desktop3.types

commit 4e03c197deb5c8bb4a66e2f53d42673f5b38f6f3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Feb 11 15:07:38 2013 -0500

    idle-monitor: use standard GObject boilerplate
    
    This helps gtk-doc finding things in the expected places and
    auto-generating documentation for properties and signals

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h

commit 83e7944bd7b56561ca5a8724c3fcc3bcbb4b5f72
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Feb 10 23:41:04 2013 +0000

    Punjabi: Translation updated (aalam)

M	po/pa.po

commit 8a10e37d5474ef1142d57aef14538976e7dad006
Author: Ján Kyselica <kyselica.jan@gmail.com>
Date:   Wed Feb 6 18:51:20 2013 +0100

    Updated slovak translation

M	po/sk.po

commit 5a3ef2d9b992b1e41a8765e93474dbae006b0eb4
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Feb 5 19:40:36 2013 +0000

    Release version 3.7.5

M	NEWS
M	configure.ac

commit 124645954d2bb257f88809302ae47ffe53849dce
Author: Ján Kyselica <kyselica.jan@gmail.com>
Date:   Sun Feb 3 16:52:59 2013 +0100

    Updated slovak translation

M	po/sk.po

commit b130f41e574adc403ca2be761f2ad483bb195687
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat Feb 2 23:46:57 2013 +0100

    Updated Polish translation

M	po/pl.po

commit 559b551baf2870eb59fccfc888b97caa5b6f1ea5
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Feb 2 11:53:09 2013 +0200

    Updated Hebrew translation.

M	po/he.po

commit a8d5d868deaa0f840c7f4a10fc29c5f3ae75b388
Author: Colin Walters <walters@verbum.org>
Date:   Tue Jan 29 15:53:49 2013 -0500

    languages: Don't g_warning if there's no locale archive
    
    glibc supports both a mmapped database and subdirectories; currently
    we g_warning if the mmapped database doesn't exist.  Don't do that,
    since e.g. gnome-ostree (derived from OpenEmbedded) uses
    subdirectories.
    
    See http://lists.freedesktop.org/archives/systemd-devel/2013-January/007957.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692834

M	libgnome-desktop/gnome-languages.c

commit a412b05901c87bd8b51654816254d275023ef39c
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Jan 30 09:20:54 2013 +0100

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 4171eeec83aec71d0550d21a3fe8ad3b11eae43c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 29 19:33:23 2013 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 291621c088f6b35517e580c5f0f9811f88025348
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jan 28 11:45:47 2013 +0100

    Updated Spanish translation

M	po/es.po

commit 0cfc4152e906025a9741150969533dc6802c3db0
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon Jan 28 10:03:16 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 24cc39bf18880ccd954f3f2ea888d1c165468ebe
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Jan 27 22:03:25 2013 +0100

    Updated Slovenian translation

M	po/sl.po

commit 0ec721ce4b0ca49b5e108a96af2a203082a88fb7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 27 18:13:28 2013 +0100

    Updated Galician translations

M	po/gl.po

commit da2eefa697bcc6c771fd8db58f0f02aaf3fec6bc
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sun Jan 27 13:07:44 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit 1accb3105447d9787b098038bdc2790eeddaa762
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Jan 26 20:28:38 2013 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 54e75384b1f982bfb8d42954abaf829ddfcd1551
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Jan 25 19:35:18 2013 +0100

    Updated POTFILES.in

M	po/POTFILES.in

commit 57b0643e4cc1fa81fe1682c86d3cc53330ed5a62
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Jan 23 15:42:29 2013 +0100

    gnome-xkb-info: Add a get_layout_info_for_locale method
    
    Now that we have layouts grouped properly by country and language we
    can implement an accurate get_layout_info_for_locale method instead of
    the hacky solution that we had before.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692413

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

commit 5e86bb46bc8f6ea43b7cb9f3c42af7c16e116684
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri Jun 29 17:57:15 2012 +0200

    gnome-xkb-info: Group layouts by country and language
    
    This will allow us to do better guesses at which layout should be the
    default for a given locale.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692413

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

commit 09d15b83586e9af6514225365ddf6d21c83d6053
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri Jan 18 16:55:23 2013 +0100

    gnome-languages: Fix a memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692413

M	libgnome-desktop/gnome-languages.c

commit cc16a0e00029f0b30f527201a7d2194cb31e00b8
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Sat Jul 7 00:39:36 2012 +0200

    gnome-languages: Extracted from gnome-control-center
    
    This used to be panels/common/gdm-languages.c in gnome-control-center
    but it's useful in several core desktop modules so let's move it here
    and s/gdm/gnome/.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692413

M	configure.ac
M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-languages.c
A	libgnome-desktop/gnome-languages.h
A	libgnome-desktop/locarchive.h
A	libgnome-desktop/test-languages.c

commit 44f665082427534841f030ab620214afd5b327fc
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Wed Jan 23 19:27:00 2013 +0100

    post-release version bump
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692413

M	configure.ac

commit 6b213d08f0f5ebf72a3079e95a1059f2b6d08754
Author: Martin Pitt <martinpitt@gnome.org>
Date:   Mon Jan 21 11:22:27 2013 +0100

    gnome-rr: Add missing annotation
    
    gnome_rr_screen_get_dpms_mode()'s "mode" parameter is (out). This makes the
    method introspectable.

M	libgnome-desktop/gnome-rr.c

commit 5a8c10078a31f577ed5d5d57711f81a3e962a809
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Tue Jan 15 18:59:07 2013 +0300

    Updated Belarusian translation.

M	po/be.po

commit 04cea8cb392b2609d9353ff97bb6a52908b94924
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 15 06:35:01 2013 -0500

    3.7.4

M	NEWS
M	configure.ac

commit 332c0fd2d9b7fd2a60ebcf5c039368ad455c6a48
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 14 11:08:02 2013 +0100

    gnome-rr: Make sure DPMS takes effect immediately
    
    Otherwise, with DPMS Off:
    - querying xbacklight will return 0 as the backlight
      is actually off
    - setting the backlight won't have any effect if we haven't
      processed the DPMS On yet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691701

M	libgnome-desktop/gnome-rr.c

commit f263fdb65c805cc2d8f54719ce70a2ece10a959c
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sun Jan 13 20:06:57 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

M	po/ug.po

commit 8528270c08e92ba8afdbc6235f37a3f200235817
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Jan 13 10:51:16 2013 +0100

    Updated Slovenian translation

M	po/sl.po

commit 16fa678fc2231d364d74d58ce501fb7f7f42b2ab
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sat Jan 12 19:35:01 2013 +0200

    Updated Bulgarian translation

M	po/bg.po

commit 59c470cb47c6d33f0864074b7c3346a81eea255c
Author: Richard Hughes <richard@hughsie.com>
Date:   Fri Jan 11 11:14:45 2013 +0000

    Return a negative error code from gnome_idle_monitor_get_idletime() when there is no idle counter
    
    Returning 0 is a valid response if the counter has just been reset.

M	libgnome-desktop/gnome-idle-monitor.c

commit 82983533d4d6845681f8bc470ff3823a0253df4f
Author: TmTFx <f.t.public@gmail.com>
Date:   Fri Dec 28 23:23:52 2012 -0200

    Updated Friulian translation

M	po/fur.po

commit e6e5acd29a470f2b22744aeaadfcb602842c84e7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Dec 28 11:20:32 2012 -0500

    test-wall-clock: Set locale
    
    When dealing with time formatting, setting locale is required
    to get any interesting results.

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

commit 0940370f82730359a7771aae750136e3fe6bfaa9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Dec 28 11:19:32 2012 -0500

    wallclock: Fix a thinko in checking for am/pm
    
    We need to set ampm_available to TRUE when "AM" is available,
    not to FALSE.
    https://bugzilla.gnome.org/show_bug.cgi?id=690703

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

commit be94293365fb3bf6e770f84272b7ddea1644bc91
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Thu Dec 27 21:13:18 2012 +0530

    Assamese translation updated

M	po/as.po

commit 880702f1ca0e4b8f6f349bfe961c285d5583656d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Dec 27 00:24:06 2012 +0200

    Updated Hebrew translation.

M	po/he.po

commit 96e986938fd0821cfd33d31a857407447421dba7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Dec 24 22:57:04 2012 +0100

    Updated Galician translations

M	po/gl.po

commit ea32ffb22c4b7aec1c39b2188f429bb522b183b0
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Dec 24 22:56:28 2012 +0100

    Updated Galician translations

M	po/gl.po

commit a96077ecb7423372bcc82f5c3896516e3245d524
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Mon Dec 24 21:17:10 2012 +0200

    Updated Greek translation

M	po/el.po

commit b7652a0ba8fe31b7aab93b76eb9c5a8d16abf24b
Author: Mohamed Touhami MAHDI <dragnucs@gmail.com>
Date:   Mon Dec 24 13:59:40 2012 +0200

    Update Arabic translation

M	po/ar.po

commit 59caed769a087cff29c3bc4f23260d6f55f280e6
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Dec 23 18:55:33 2012 +0200

    Update Arabic translation

M	po/ar.po

commit 847ce4c77d34fed627a4bf091d3780ef9acc487f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Dec 23 12:21:44 2012 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 36593ae763a30bb98ce9c735de4dcfc70cdd8827
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Dec 23 03:50:25 2012 +0100

    Updated Polish translation

M	po/pl.po

commit 1351f72d8f99b85f223bc5b1c9b1fa052fa44e2c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Dec 21 12:26:27 2012 +0100

    Updated Spanish translation

M	po/es.po

commit 418a95c9c7950816482b0ada815e6b3fd97ddfd1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Dec 20 10:46:20 2012 -0500

    docs: Adapt to rr-labeler removal

M	NEWS
M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml

commit b9b5c04ccf348b93399522cf450bbfe6a5819578
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Nov 28 22:43:04 2012 -0500

    Use nice Unicode for date formatting
    
    The ratio character is nicer aligned for this use than the
    stock colon, and a thin space is all that is needed before am/pm.

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

commit cb25238ebd0a69359d46def8eecf0bd098644a87
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 19 13:49:54 2012 +0100

    pnp-ids: Add more debug

M	libgnome-desktop/gnome-pnp-ids.c

commit 5779d22c70b7ea48a12eeddaf465d524a5d8e9b1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 19 13:49:28 2012 +0100

    pnp-ids: Remove extraneous "S" from type macros

M	libgnome-desktop/gnome-pnp-ids.c
M	libgnome-desktop/gnome-pnp-ids.h

commit 104cbd7b9b872abeebc51ed4ffe4a29816a1fc1f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Dec 19 13:48:50 2012 +0100

    pnp-ids: Load the gnome-pnp-ids.h from source tree

M	libgnome-desktop/gnome-pnp-ids.c

commit 7f9fba8b6e52b1ef397084708839e70395678a92
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 10:57:22 2012 +0100

    idle-monitor: Reset the alarm so it can be triggered again
    
    http://www.x.org/archive/X11R7.6/doc/xextproto/sync.txt says:
    
    [... If] the delta is 0 and test-type is PositiveComparison
    or NegativeComparison, no change is made to value and the alarm
    state is changed to Inactive before the event is generated.
    
    But we want to receive to receive events about the idleness/business
    of the counter, so reset the alarm when the alarm is triggered.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688227

M	libgnome-desktop/gnome-idle-monitor.c

commit bb3628dbc8d0bbdb935c839f7ece4f4238c5569b
Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
Date:   Sun Dec 2 16:22:50 2012 +0530

    Updated Tamil translation

M	po/ta.po

commit 7881a02cd84dae35241c3f74b050eecdd6df4afc
Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
Date:   Sun Dec 2 16:20:53 2012 +0530

    Updated Tamil translation

M	po/ta.po

commit 917d105970c28c20c964e19c5304df79a4269ed3
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sun Nov 25 23:55:12 2012 +0900

    docs: remove references to rr-labeler
    
    This completes commit a9f66f46654d2af5c2a906f11fde07a036d5c2be

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	docs/reference/gnome-desktop3/gnome-desktop3.types

commit dc15405162370176db23dfa740a844f785661f10
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Nov 22 01:34:06 2012 +0100

    Updated POTFILES.in

M	po/POTFILES.in

commit ffd8f60b8f42f7b5536ead5c75f9a1019a0cc65e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 21 22:31:18 2012 +0100

    build: Bump soname for GnomeRRLabeler removal

M	configure.ac

commit a9f66f46654d2af5c2a906f11fde07a036d5c2be
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 21 22:30:38 2012 +0100

    rr-labeler: Move to gnome-control-center
    
    As it was the only user of the widget.

M	libgnome-desktop/Makefile.am
D	libgnome-desktop/gnome-rr-labeler.c
D	libgnome-desktop/gnome-rr-labeler.h

commit c445c2de139b1829784c912ed18bccbf7c76c2e8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 21 22:30:14 2012 +0100

    utils: Remove unneeded includes

M	libgnome-desktop/gnome-desktop-utils.c
M	libgnome-desktop/gnome-desktop-utils.h

commit a3c6883777c13886cd9eb408d04b88d96c97260f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 21 22:17:34 2012 +0100

    idle-monitor: Add missing GDK include

M	libgnome-desktop/gnome-idle-monitor.h

commit 842aff3cb753a02e30e5947869625e7eb64a21ec
Author: ManojKumar Giri <mgiri@redhat.com>
Date:   Tue Nov 20 13:29:05 2012 +0530

    Updated Odia Translation with FUEL implementation.

M	po/or.po

commit 3d5d892073628bd72f213c821afe1819144e1b71
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue Nov 20 11:55:13 2012 +0530

    Updated Kannada Translations

M	po/kn.po

commit 2efa798c3a43afacd1d8d9c3a21aa448b6016555
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 19 22:08:52 2012 -0500

    post-release version bump

M	configure.ac

commit c930d39b081853224f1f971a1467442a6843d6e7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 19 21:55:54 2012 -0500

    3.7.2

M	NEWS
M	configure.ac

commit 8b65ef0f8b44dea4a3237dea0362ba2546921e8d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 09:24:08 2012 +0100

    idle-monitor: Catch the state changing signals

M	libgnome-desktop/test-idle-monitor.c

commit 316173fb41581b58886c189329aa2fafcab96ce2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 09:23:32 2012 +0100

    idle-monitor: Set a decent test timeout

M	libgnome-desktop/test-idle-monitor.c

commit 9644d369f334770b2147165b834be41333cd5d47
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 09:04:53 2012 +0100

    idle-monitor: Remove reference to removed argument

M	libgnome-desktop/gnome-idle-monitor.c

commit fb26c33bab4a0c419a0c7abfb819827a325e7614
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 13 09:03:16 2012 +0100

    idle-monitor: Fix typo in API docs

M	libgnome-desktop/gnome-idle-monitor.c

commit 4c8d0bc7b22dea06d97573b5ed9c4f32d6ebac49
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 12 19:13:06 2012 +0100

    idle-monitor: Add test application

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/test-idle-monitor.c

commit 1c706c8f10b3fb998071f7ff9a01c847e665bfd9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 12 19:12:15 2012 +0100

    idle-monitor: Clarify _add_watch() API docs

M	libgnome-desktop/gnome-idle-monitor.c

commit 9d418acf499c638e768005b707f5b880588811f8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 12 19:11:08 2012 +0100

    idle-monitor: Change _add_watch() API
    
    Return the watch_id as a return value, and zero on failure.

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h

commit 2b2ccd878d32ea78bf1060a6798fa374429af009
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 12 19:10:01 2012 +0100

    idle-monitor: Clarify unit for interval argument
    
    It's in milliseconds, not seconds.

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h

commit 35ee57f7e6132173cea90cb9e5e4e12babfae8b6
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Oct 28 22:10:23 2012 -0400

    idle-monitor: Allow counting device-specific idle-times
    
    For more complicated cases, it's possible that users may want to
    track per-device idle times. Allow them to specify a "device" property
    so that they can do this properly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682224

M	libgnome-desktop/gnome-idle-monitor.c
M	libgnome-desktop/gnome-idle-monitor.h

commit 16b0cea1300e78dd9cf5d195bd33607cd1c537e6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 12 17:58:05 2012 +0100

    idle-monitor: XSyncValue related compile-time warnings
    
    Avoid aggregate return warnings by transforming the _int64_to_xsyncvalue
    function into a macro.
    
    gnome-idle-monitor.c: In function '_int64_to_xsyncvalue':
    gnome-idle-monitor.c:80:1: warning: function returns an aggregate [-Waggregate-return]
    gnome-idle-monitor.c: In function '_xsync_alarm_set':
    gnome-idle-monitor.c:115:26: warning: function call has aggregate value [-Waggregate-return]
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688189

M	libgnome-desktop/gnome-idle-monitor.c

commit e61ef6c8c1faf03c8f71b164b74bb4c8d5757ca9
Author: Richard Hughes <richard@hughsie.com>
Date:   Fri Nov 9 17:38:26 2012 +0000

    gnome-rr: Fall back to XFree86_DDC_EDID1_RAWDATA if the other EDID keys are not set
    
    This is what the KDE module does too...

M	libgnome-desktop/gnome-rr.c

commit 63b6982c2bcdfb4e69faeba3dd2f775cda7ca6c7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 8 12:23:02 2012 +0100

    wall-clock: Only use the 12h mode when AM/PM is available
    
    When the 12h mode is used but AM/PM aren't available, print
    using the 24h format.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687913

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

commit ec61247253165e549308c6edb6816202a8d7ce5a
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Oct 28 22:15:52 2012 -0400

    idle-monitor: Remove the global constructor
    
    To support device-specific counters, we're going to need the ability
    to create multiple instances of the idle-monitor.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682224

M	libgnome-desktop/gnome-idle-monitor.c

commit d56495cd15551510dd0e323d4e8232f518d1519b
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Oct 28 21:57:38 2012 -0400

    idle-monitor: Fix a memory leak when finding the proper IDLETIME counter
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682224

M	libgnome-desktop/gnome-idle-monitor.c

commit 405bfde5885e1662ff142ed5435c7a401aead4b6
Author: Colin Walters <walters@verbum.org>
Date:   Sun Oct 28 17:32:37 2012 -0400

    Drop calls to g_type_init(), bump GLib requirement
    
    See http://git.gnome.org/browse/glib/commit/?id=2002479c02fa6e468fc3f67ddc663657a52ebde8

M	configure.ac
M	libgnome-desktop/gnome-rr-debug.c
M	libgnome-desktop/test-pnp-ids.c
M	libgnome-desktop/test-wall-clock.c
M	libgnome-desktop/tests/test-wallclock.c

commit e5b91f09206c1d9b7391c01db7613a236fae5dad
Author: Yoji TOYODA <bsyamato@sea.plala.or.jp>
Date:   Sat Oct 27 01:20:08 2012 +0900

    [l10n] Update Japanese Translation.

M	po/ja.po

commit 5cc6cb9f7d751e1b4bacd9e646adbc613af82bb0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Oct 26 06:32:38 2012 -0400

    3.7.1

M	NEWS

commit ead28885444579084bacf303243f3df12c2704c9
Author: Colin Walters <walters@verbum.org>
Date:   Wed Oct 24 12:07:12 2012 -0400

    build: Add AM_MAINTAINER_MODE
    
    So we have the ability to do rebuild-Makefile-on-Makefile.am changes
    for developers.

M	configure.ac

commit dcb4bc7693cc00c5374393035545a21bcb9e8012
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 24 18:08:07 2012 +0200

    lib: Add newest pnp.ids to the repository

A	libgnome-desktop/pnp.ids

commit cb04925f212b18235de6d9cfa4649c44297113eb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 24 17:20:20 2012 +0200

    lib: Add thumbnail test application

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/test-desktop-thumbnail.c

commit fdb7a78134f77d80879dd255d33c0644f9c1430b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 24 17:20:32 2012 +0200

    lib: Remove use of gvfs-copy in autogen.sh
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686792

M	autogen.sh
M	libgnome-desktop/Makefile.am

commit cd7083fe703812f03e8bc0bb081f36aa73e1ca13
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Oct 23 09:21:10 2012 +0200

    release: bump to 3.7.1

M	configure.ac

commit df9594452e497b29e6397c01b6619747b104e49f
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Aug 19 23:47:43 2012 -0400

    libgnome-desktop: Add GnomeIdleMonitor
    
    This copy/paste code has long been part of gnome-shell, gnome-session,
    gnome-screensaver, and probably other places as well. It deserves a
    standard place in gnome-desktop for code deduplication.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682224

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-idle-monitor.c
A	libgnome-desktop/gnome-idle-monitor.h

commit 403e34a17f23625b7ac1744c0ebde293f428d9ae
Author: Bahodir Mansurov <6ahodir@gmail.com>
Date:   Sun Oct 14 13:36:53 2012 -0400

    updating Uzbek@cyrillic translation

M	po/uz@cyrillic.po

commit a8be4441d2b3b3f931d20f7a1283384db57fbb03
Author: Yoji TOYODA <bsyamato@sea.plala.or.jp>
Date:   Thu Oct 11 21:01:28 2012 +0900

    [l10n] Update Japanese translation

M	po/ja.po

commit 1d11b25165887008854951ff5c49aecc0beb023c
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 25 20:01:26 2012 +0200

    gnome-xkb-info: Add public API to get an XKB option group description
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684803

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

commit 9951beb5f5ad0be457c42ec9d67bc4c6bd6f0922
Author: Daniel Martinez Cucalon <dmartinez@src.gnome.org>
Date:   Sat Sep 29 00:58:39 2012 +0200

    Updated Aragonese translation

M	po/an.po

commit 226385d96ad4a2f86ec7bd04b64b30ac9350b34b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 27 21:47:00 2012 +0200

    wall-clock: Add debug when timezone or schema changes

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

commit ac4db1e9f86ae8626160668d18da5a91712cbb3e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 27 21:36:47 2012 +0200

    wall-clock: Add test application

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/test-wall-clock.c

commit 5edcac4e3f017c2fd6f69743aa23f8e62258f03d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 25 16:17:08 2012 -0400

    rr-labeler: scale the corner radii when drawing the fill
    
    We need to scale down the corner radii of the fill when drawing it on
    top of the frame, or its corners will not perfectly match those of the
    stroke, leaving some unpleasant transparent artifacts around the
    corners.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684814

M	libgnome-desktop/gnome-rr-labeler.c

commit f92b50c28219f364e8978f9f4c856545cb7b729e
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 25 16:15:39 2012 -0400

    rr-labeler: use a shape region if the widget is not composited
    
    Stolen pretty much as-is from the identical code in GtkTooltip. This
    ensures the labels always stay round and with no artifacts below the
    corners even in non-composited environments.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684814

M	libgnome-desktop/gnome-rr-labeler.c

commit 41a1074e4dd99e3b52e58a770cb8f7343aae8586
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Sep 25 15:53:16 2012 -0400

    rr-labeler: clear surface before drawing frame and background
    
    To avoid gray areas extending below the edges.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684814

M	libgnome-desktop/gnome-rr-labeler.c

commit 08f2a0e7f9ff4e323cb11cea5987c51d5f0f1ee8
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Wed Sep 26 09:18:30 2012 +0300

    Added uk translation

M	po/uk.po

commit 76c0a506532738bb1bd9e924650f18a224f7d726
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Wed Sep 26 09:06:01 2012 +0300

    Added uk translation

M	po/uk.po

commit 9aa20c583686b5ee66628a78c62f21a423f70ce7
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Sep 26 01:31:40 2012 +0200

    [l10n] Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 9dec1e3391c4db1f9e0479897736f4d65540d642
Author: Gil Forcada <gforcada@gnome.org>
Date:   Wed Sep 26 01:31:28 2012 +0200

    [l10n] Updated Catalan translation

M	po/ca.po

commit 42fca9d5cc2295c634d59d1c0535a8ac912755a0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Sep 25 16:00:07 2012 -0400

    3.6.0.1

M	NEWS
M	configure.ac

commit 8dba9824364a2144ac6ea1169a0e16d56925e13c
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 25 19:46:40 2012 +0200

    gnome-xkb-info: Fix introspection element-type annotations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684802

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

commit 41b7753d4358b55c9eccaf3bab4f4634384bb144
Author: Noriko Mizumoto <noriko@fedoraproject.org>
Date:   Tue Sep 25 05:38:30 2012 +0900

    [l10n] Update Japanese translation

M	po/ja.po

commit d45e3076511be635e761e006a98bf0d14cf6c5ac
Author: Timur Zhamakeev <ztimur@gmail.com>
Date:   Mon Sep 24 18:50:24 2012 +0600

    Updated Kyrgyz translation

M	po/ky.po

commit bc89d80b06cb63d26b6c5370adf8981c6f884c14
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 24 06:26:49 2012 -0400

    3.6.0

M	NEWS
M	configure.ac

commit 729e74232644082ead078cf37179fc81a4ba13bf
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 24 06:26:23 2012 -0400

    fix docs build

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml

commit 5e2b6b3c2008b97239727e87c2b3fa8bc544bb98
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Mon Sep 24 10:56:32 2012 +0300

    [l10n] Updated Estonian translation

M	po/et.po

commit 0adac42a7937ae6d5fe2c10690fb6491cba45c1a
Author: RÅ«dolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Sun Sep 23 20:49:19 2012 +0300

    Updated Latvian translation

M	po/lv.po

commit 5fd9b649f68d46420f4c1fd13425be707defdc3d
Author: YunQiang Su <yqsu@src.gnome.org>
Date:   Sun Sep 23 04:18:54 2012 +0800

    update Simplified Chinese (zh_CN) translation

M	po/zh_CN.po

commit 83ad433ab64c5a3ca73ae0b8cc6cfaa9a21c113e
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Sat Sep 22 15:37:28 2012 +0530

    Updated kn translation

M	po/kn.po

commit 5929bfd59fc66d3db70343046a4fc4c52030a9c6
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Sep 21 19:36:18 2012 +0530

    Updated Bengali India Translation

M	po/bn_IN.po

commit 96ea50fb9be90343bb260ffaeadeeac7af290b99
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Fri Sep 21 14:08:39 2012 +0530

    hindi update

M	po/hi.po

commit f87d26d809f6082030e9677142f01b087b302448
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Thu Sep 20 23:45:53 2012 +0530

    Updated Telugu Translation

M	po/te.po

commit 950519720d4c13418f45b624378f5de1fed954cd
Author: Hedda Peters <hpeters@redhat.com>
Date:   Thu Sep 20 13:09:34 2012 +0200

    [l10n] Updated German translation

M	po/de.po

commit 6727d5f26a1c7e11970812d959d3d5218f3c5a02
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Sep 20 10:21:55 2012 +0200

    Update French translation

M	desktop-docs/gpl/fr/fr.po

commit 5051aba8a99257581b5437967bf46b888cf7bd33
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Sep 20 10:19:12 2012 +0200

    Updated Slovenian translation

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

commit 031d7b29d24ba1cd40a3ae35974a398eab5380d4
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Sep 20 10:18:35 2012 +0200

    Updated Slovenian translation

M	desktop-docs/gpl/sl/sl.po

commit ebe581a185e3f67d9efe32201d80dfc877fe5cac
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Thu Sep 20 10:17:49 2012 +0200

    Updated Slovenian translation

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

commit bbffcb416e9607f4f07a8d7cc71c213e658517d1
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Sep 20 06:32:35 2012 +0300

    Updated Bulgarian translation

M	po/bg.po

commit a2e5489dca808439d57d83acc0de86112d40eece
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Sep 18 12:05:39 2012 +0530

    Updated gujarati file

M	po/gu.po

commit d04c3855d6b7473e85b93d90bcb59488ae598b86
Author: Ani Peter <apeter@redhat.com>
Date:   Tue Sep 18 10:58:58 2012 +0530

    Updated Malayalam file

M	po/ml.po

commit 77bd6a5eaf0a5bad87f4e151c51799bbf076a035
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Sep 17 14:15:56 2012 +0200

    Updated Spanish translation

M	desktop-docs/fdl/es/es.po
M	desktop-docs/lgpl/es/es.po

commit c5ec270b42221c8ec6e6e62a1e3348220b266068
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Sep 17 00:00:02 2012 +0200

    gnome-xkb-info: Fix memory leak
    
    We need to free the current iso639Id string when it doesn't replace a
    previous one in the hash table.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684140

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

commit 1749fb5ca803ba3e498a6e76b4b6e375a3642d22
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Sep 16 20:39:50 2012 +0200

    Updated Czech translation

M	po/cs.po

commit d1e2faaf998446372338b478f4029139b1f647d2
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 16 13:24:49 2012 +0200

    Updated Danish translation

M	po/da.po

commit b010cb90f5e92aaf08c9c947751be7ccc2399043
Author: Timo Jyrinki <timo@debian.org>
Date:   Sat Sep 15 22:51:45 2012 +0300

    Finnish translation update by Jiri Grönroos

M	po/fi.po

commit d7a1f73b6c51edc1d59cdbfbf06dbfb5d6fc26ba
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Sat Sep 15 13:36:57 2012 +0200

    Update French translation

M	desktop-docs/fdl/fr/fr.po
M	desktop-docs/lgpl/fr/fr.po

commit fe75f3c5436be2b537e3cb424ee54139001e2d16
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Fri Sep 14 20:14:37 2012 +0400

    Updated Russian translation

M	po/ru.po

commit cd1a06259d1195a5021a73063f134fca201eb9f0
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 13 14:59:44 2012 +0200

    Update Hungarian license translations

M	desktop-docs/fdl/hu/hu.po
M	desktop-docs/gpl/hu/hu.po
M	desktop-docs/lgpl/hu/hu.po

commit 2979098e547f27da9b65547a3daccdd44cb8d802
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Wed Sep 12 17:20:06 2012 +0530

    Updated Marathi Translations

M	po/mr.po

commit 2560ff1effe8daec76e27190fbbb5debb98290ba
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Sep 12 07:22:22 2012 +0530

    update Punjabi Translation

M	po/pa.po

commit c4241b98f40eb90a1388b6a290c3059763e93d6d
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Sep 11 21:13:58 2012 +0200

    Updated Serbian translation

M	desktop-docs/gpl/sr/sr.po
M	desktop-docs/gpl/sr/sr@latin.po

commit df5d2091dbe0db36cc25ffb08c47eedf482d7ded
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Tue Sep 11 20:49:18 2012 +0530

    Assamese translation updated

M	po/as.po

commit 035ec4d6f911ff80199061edc8b04229dedcb6a5
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Sep 10 00:23:03 2012 +0100

    Updated Portuguese translation

M	po/pt.po

commit 251b6bae413b3c6681837c60c3ad7b8cf41d30f0
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Sun Sep 9 11:36:39 2012 -0400

    Updated Brazilian Portuguese translation.

M	po/pt_BR.po

commit bbdd79c28017c0006002c39fb0793711c149cac5
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 9 05:49:35 2012 +0900

    Updated Korean translation

M	po/ko.po

commit 7baa1184d66c78c0eebf8a72acdff35bb4fbdfc0
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Fri Sep 7 20:35:13 2012 +0300

    Updated Lithuanian translation

M	po/lt.po

commit fbaddeffebc97ca82f721506208aba6c838839fe
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Fri Sep 7 18:54:29 2012 +0300

    Updated Belarusian translation.

M	po/be.po

commit 83b83fffef4e0ec66fc26d8c3cd389b9131acea6
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Sep 7 16:20:55 2012 +0300

    Updated Hebrew translation.

M	po/he.po

commit 84ad8444bcc036aa96e5aaf4b5d8a261b35e8991
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Sep 7 15:23:46 2012 +0700

    Updated Thai translation.

M	po/th.po

commit e6448b7e7f08cdaf8c8cca274ac899f1b3e1afec
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Thu Sep 6 13:38:46 2012 +1200

    Require gsettings-desktop-schemas 3.5.91 which added the show-all-sources key

M	configure.ac

commit 2571586ac7e11a553716e56a7a3229ef49132751
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Sep 6 22:11:50 2012 +0200

    [l10n] Updated Italian translation.

M	po/it.po

commit 70e165a522819a7c42b4b4217023fd8ea95f68ea
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Sep 6 19:43:17 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 876dd971689b95bd8bf03fc3863b04f726525ab6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Sep 6 18:26:28 2012 +0200

    Updated Spanish translation

M	po/es.po

commit 67a5731edd230010dd6c9d8730e5eb38eb7d0646
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Thu Sep 6 20:49:26 2012 +0430

    l10n: Updated Persian translation

M	po/fa.po

commit d1f1015a14461f3461c5900f9715bd7b32c51998
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Thu Sep 6 02:38:49 2012 +0300

    Updated Greek translation

M	po/el.po

commit 6f295ac2b2afe5b5186c0a5d1b5d4805cdb0af56
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Sep 5 19:30:34 2012 +0100

    Updated British English translation

M	po/en_GB.po

commit 748180d43e580f0b60a95911111252cf03600358
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Thu Sep 6 00:53:15 2012 +0700

    Updated Indonesian translation

M	po/id.po

commit 35d302494df9bab36cb6cffe30a0a14dda501d75
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Sep 5 20:01:25 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 4ee8ae992e5a747426482611f293c4e848e30c82
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Sep 5 13:02:41 2012 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 7cd19008ecca0ad69763e714eec7eb3b41a40201
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Sep 5 11:44:16 2012 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit edcf5e8473ee60871cdad3971d4de0f867d84986
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Sep 5 07:18:00 2012 +0200

    Updated Arabic translation

M	po/ar.po

commit 4400fbc42db416d5022be45568e52d7e1e2aaaaf
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Tue Sep 4 23:24:28 2012 +0200

    Update French translation

M	po/fr.po

commit 33192ba730a43929910fb91734fb2e4bf2f77447
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Sep 4 22:39:35 2012 +0200

    Updated Galician translations

M	po/gl.po

commit 7389d32f2e98db4ca6c17225463c24379cf8422c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Sep 4 15:48:26 2012 +0200

    Updated Hungarian translation

M	po/hu.po

commit ca86bf5c92098c3daa53dd5970a3e9150c3c9678
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Sep 3 01:44:07 2012 +0200

    gnome-xkb-info: Honor the 'show-all-sources' gsettings key
    
    When this key is set to true we also load XKB layouts and options from
    xkeyboard-config's .extras.xml file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682240

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

commit c4bca747733db814768afdadbf1d4f8a912af11e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Sep 4 13:07:55 2012 +0200

    Updated Hungarian translation

M	po/hu.po

commit da63213a404ae1066b6b31952c050c9bd2ff13d0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 3 21:39:59 2012 +0200

    Updated Polish translation

M	po/pl.po

commit 4778ef016d8203b3aa2b28bedcc50b0a9e15bfcc
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Mon Sep 3 14:04:03 2012 -0500

    [GnomeRRLabeler] bgo#592412 - Make 'Mirrored Displays' string consistent with the control-center
    
    We had 'Mirror displays' as a command in the control center, but 'Mirror screens' as a description in
    GnomeRRLabeler.  Now we keep the former in the control center, and use 'Mirrored Displays' in the
    labeler, as a description of the monitor's state.
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr-labeler.c

commit 85e4a2be66e28efd7abd82ba39191bc0c71c1b1a
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Sun Sep 2 22:48:06 2012 +0200

    Updated Italian translation

M	po/it.po

commit 032f7a5e6d0e4cedf2febe1db6adf3b0382aa395
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Sep 2 11:36:26 2012 +0200

    Updated Swedish translation

M	po/sv.po

commit eb98f0ad46286d6fed89106a98fc588c36488d05
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Sep 1 22:00:33 2012 +0700

    Updated Vietnamese translation

M	po/vi.po

commit 72c5f801e1cf4325fc19c621284693ee50a3a93c
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sat Sep 1 21:59:58 2012 +0700

    po/vi: import from Damned Lies

M	po/vi.po

commit 75cc6388b0bc2ad6b592a7053edca07ea0bfebbf
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Sep 1 00:52:28 2012 +0100

    Updated Portuguese translation

M	po/pt.po

commit efd4f72c081c0aed58602ad06923063f7ad3c646
Author: Colin Walters <walters@verbum.org>
Date:   Mon Aug 27 17:30:56 2012 -0400

    Update libgsystem

M	libgnome-desktop/libgsystem

commit a241a2eebc91dd0fc980cc6388587cfd42cfd59f
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Mon Aug 27 23:49:54 2012 +0530

    Implemented FUEL entries to Assamese translation

M	po/as.po

commit 0a03c8ca30f6e192d2c325686916ac283aca7c14
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Aug 26 06:09:09 2012 +0200

    Updated Arabic translation

M	po/ar.po

commit 4fb6bbb12431bc1b6c5d62be573f19f41de296a4
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Aug 25 20:23:01 2012 +0400

    Updated Russian translation

M	po/ru.po

commit 6c4d2acee563d3f3590edbccca26ec01f2fc2fd9
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Aug 15 15:48:34 2012 -0400

    Determine the correct mime type when we still know the filename
    
    This fixes the case where we want to load .svgz files. If we
    just sniff the data we'll determine that they are application/gzip.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655406

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 715b3ae32aa4dc8deaaa48138d4411a8393d25e1
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Aug 15 11:51:33 2012 -0400

    Remove the temporary file when saving a thumbnail fails
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681942

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 778b6844a893dea41801c5d8476bc8c83611c6c4
Author: William Jon McCann <jmccann@redhat.com>
Date:   Wed Aug 15 11:51:14 2012 -0400

    Show an error when saving a thumbnail fails
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681942

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-desktop-thumbnail.c

commit d7d290a4ac35cd6e1c0cff26a017745cca678e22
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Aug 22 20:16:27 2012 +0200

    Updated Polish translation

M	po/pl.po

commit 7e310e462b4dc2164f934be8c50172ffead929ce
Author: Frédéric Péters <fpeters@0d.be>
Date:   Wed Aug 22 10:29:01 2012 +0200

    release: post release version bump

M	configure.ac

commit 9e5a780b4ad154138156a83653b8712a89456b9e
Author: Frédéric Péters <fpeters@0d.be>
Date:   Wed Aug 22 10:28:36 2012 +0200

    release: 3.5.90

M	NEWS
M	configure.ac

commit 8566774a292025dbbc235d15fe6713ecb5a96997
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Tue Aug 21 21:39:48 2012 +0700

    Updated Indonesian translation

M	po/id.po

commit 443f4a5e32cde614d106f4ec635efd1549b0a378
Author: Alexander Larsson <alexl@redhat.com>
Date:   Mon Aug 20 14:04:47 2012 +0200

    Fix crash if default background not found
    
    Its a hard error (i.e. crash) if you return FALSE from
    the final fallback in a g_settings_get_mapped map function.
    Fix that by returning TRUE with a NULL result.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682252

M	libgnome-desktop/gnome-bg.c

commit e08db42379420b690d13fc0bb5a0de305776e532
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Aug 19 15:09:17 2012 +0530

    update Punjabi Translation

M	po/pa.po

commit 8d6d33851557eee47369aab5a252e05a5f8c10e1
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Aug 19 00:13:35 2012 +0300

    Updated Belarusian translation.

M	po/be.po

commit 21b7df015993f4e7ba0f5f2ccd66146b4b7d4eb5
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri Aug 17 02:17:29 2012 +0200

    gnome-xkb-info: Use glib's slice allocator for small structures
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682004

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

commit 871601119af2646350732f32b531aa08ea0c6da9
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Fri Jul 6 18:38:41 2012 +0200

    gnome-xkb-info: Parse XKB options
    
    And offer public API to get at them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682004

M	configure.ac
M	libgnome-desktop/gnome-xkb-info.c
M	libgnome-desktop/gnome-xkb-info.h
M	libgnome-desktop/test-xkb-info.c

commit d8048b728ee9110f0d313bc5ec65c4458bad515c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Aug 18 15:26:32 2012 +0100

    Fix Ukrainian translations
    
    The latest updates broke the build.

M	desktop-docs/fdl/uk/uk.po
M	desktop-docs/lgpl/uk/uk.po

commit 3068c656de06a6af2587326f87b5d152193727b8
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Aug 17 01:35:19 2012 +0200

    Updated Galician translations

M	po/gl.po

commit 245cb1559cf3cf0ab21cc0ce87fb0767e435b5fe
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Thu Aug 16 17:08:12 2012 +0300

    Updated Greek translations

M	desktop-docs/fdl/el/el.po
M	desktop-docs/gpl/el/el.po
M	desktop-docs/lgpl/el/el.po

commit c5872652bda37f94e288bf409b2fc4f75a30876e
Author: William Jon McCann <jmccann@redhat.com>
Date:   Fri Aug 10 14:49:09 2012 -0400

    Increase the size of thumbnails to 256
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681929

M	libgnome-desktop/gnome-bg.c

commit 3e49221d452067da4dbdfc90ba84c8ed7a72869b
Author: Colin Walters <walters@verbum.org>
Date:   Wed Aug 15 13:40:47 2012 -0400

    Update libgsystem

M	libgnome-desktop/libgsystem

commit 9913061a27bfe49f08a24930e5bdbb11c6728b84
Author: Colin Walters <walters@verbum.org>
Date:   Wed Aug 15 13:30:57 2012 -0400

    Fix up submodule setup

M	autogen.sh
A	libgnome-desktop/libgsystem

commit bd6fb734806f40f6b8777792eebdc06635d001ea
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sat Jul 21 02:13:05 2012 -0400

    Don't crash if unable to set background
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680354

M	libgnome-desktop/gnome-bg.c

commit d0407417383533fbed84d7e0acebc7b1fef73fb3
Author: Colin Walters <walters@verbum.org>
Date:   Wed Aug 15 11:47:34 2012 -0400

    .gitmodules: Was missing from previous commit

A	.gitmodules

commit 177090152ee90742b924ca00a18ded1bf1c3681f
Author: Colin Walters <walters@verbum.org>
Date:   Fri Aug 10 17:26:33 2012 -0400

    Pull in libgsystem, use it to read thumbnails with O_NOATIME
    
    We can use libgsystem since we don't need to care about MSVC here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680326

M	autogen.sh
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-desktop-thumbnail.c

commit a1fbad4d16ed86ee3e7c5d53759cea9172e7e047
Author: Dominique Leuenberger <dimstar@opensuse.org>
Date:   Wed Aug 15 10:30:27 2012 +0200

    trivial: Replace FSF address with current one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681897

M	desktop-docs/fdl/ar/ar.po
M	desktop-docs/fdl/uk/uk.po
M	desktop-docs/gpl/ar/ar.po
M	desktop-docs/gpl/pa/pa.po
M	desktop-docs/gpl/uk/uk.po
M	desktop-docs/lgpl/ar/ar.po
M	desktop-docs/lgpl/pa/pa.po
M	desktop-docs/lgpl/uk/uk.po
M	desktop-docs/lgpl/zh_CN/zh_CN.po
M	libgnome-desktop/edid.h
M	libgnome-desktop/gnome-bg-crossfade.c
M	libgnome-desktop/gnome-bg-crossfade.h
M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-bg.h
M	libgnome-desktop/gnome-datetime-source.c
M	libgnome-desktop/gnome-datetime-source.h
M	libgnome-desktop/gnome-desktop-thumbnail.c
M	libgnome-desktop/gnome-desktop-thumbnail.h
M	libgnome-desktop/gnome-desktop-utils.c
M	libgnome-desktop/gnome-desktop-utils.h
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-debug.c
M	libgnome-desktop/gnome-rr-labeler.c
M	libgnome-desktop/gnome-rr-labeler.h
M	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h
M	libgnome-desktop/gnome-thumbnail-pixbuf-utils.c
M	libgnome-desktop/gnome-wall-clock.c
M	libgnome-desktop/gnome-wall-clock.h
M	libgnome-desktop/gnome-xkb-info.c
M	libgnome-desktop/gnome-xkb-info.h
M	libgnome-desktop/private.h
M	libgnome-desktop/test-pnp-ids.c

commit 2738c5c803bdcc02ec6993b674eaca690e8fb4a5
Author: Colin Walters <walters@verbum.org>
Date:   Thu Aug 9 17:50:34 2012 -0400

    gnome-bg: Don't use C99 declarations
    
    It's not really necessary.

M	libgnome-desktop/gnome-bg.c

commit bb34dc0a694e6dd54cfd665762433c6beddba7f9
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Aug 9 22:16:24 2012 +0200

    [l10n] Updated German translation

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

commit 881986b0d4764adfb96184cafbe58cc8d077fd10
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Aug 9 22:12:10 2012 +0200

    [l10n] Updated German translation

M	desktop-docs/gpl/de/de.po

commit 6b6cea49b632d51e40c0d25c1d1ed18efcd6e8a4
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Aug 9 22:06:04 2012 +0200

    [l10n] Updated German translation

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

commit 000e656e95052d53b2adef502b4cf306b2dd8859
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Aug 8 13:03:50 2012 +0200

    Updated Spanish translation

M	desktop-docs/fdl/es/es.po
M	desktop-docs/gpl/es/es.po
M	desktop-docs/lgpl/es/es.po

commit 02d619e1f8bd58557ad6c53ad384a3ebcbe88c4c
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Aug 7 15:13:36 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit c704faa6082d1bc9b98ccee303fd2497ec625892
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Aug 7 01:20:03 2012 -0400

    3.5.5

M	NEWS
M	configure.ac

commit 5d20783a1cc4d2f7bead6568965d2910e9bdd351
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 6 20:07:04 2012 +0200

    Updated Polish translation

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

commit 8b7e059e2c01ec67d8aaf33133e695efae2173f8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Aug 5 21:26:20 2012 -0400

    Port to new documentation infrastructure
    
    This commit changes from using gnome-doc-utils to using yelp-tools.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681264

M	Makefile.am
M	configure.ac
R100	desktop-docs/fdl/C/fdl.xml	desktop-docs/fdl/C/index.docbook
M	desktop-docs/fdl/Makefile.am
R100	desktop-docs/gpl/C/gpl.xml	desktop-docs/gpl/C/index.docbook
M	desktop-docs/gpl/Makefile.am
R100	desktop-docs/lgpl/C/lgpl.xml	desktop-docs/lgpl/C/index.docbook
M	desktop-docs/lgpl/Makefile.am

commit a1c289ddfa56bd9e97b231cc7f0abe2080be9d23
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Fri Aug 3 15:01:15 2012 +0530

    Assamese translation updated

M	po/as.po

commit 02fbacefc748ac77ba10175e2248e34657315c58
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Aug 3 10:27:30 2012 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 62aba8d64f217a6b6388d2fcfa70df7cb5377297
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Jul 31 10:56:37 2012 +0530

    Updated gujarati file

M	po/gu.po

commit 197094e0cbfddf0dce3f68f9a90ce2a6c25acc36
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jul 30 02:46:55 2012 +0200

    Updated Galician translations

M	po/gl.po

commit 4d42756b3e5a083c7dc220934ff75e3f8a3cc588
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Jul 29 14:35:55 2012 +0200

    Updated Slovenian translation

M	po/sl.po

commit 3c3814b67e841436d4c2189f2b046cb08fa018fe
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 24 23:09:45 2012 +0300

    Updated Hebrew translation.

M	po/he.po

commit 98a13989bcb588326e1f770073b21573ee0bfab5
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 24 23:08:51 2012 +0300

    Updated Hebrew translation.

M	po/he.po

commit 28d06eb12eea531d5fbb715078c100c0e1d396ca
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 24 21:51:49 2012 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit c67f60879e250b7822469518d9777c24975f7c4d
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Jul 22 00:32:16 2012 +0300

    Updated Lithuanian translation

M	po/lt.po

commit d5fe19318e58c0ea1304991b1778599a822283b9
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Jul 21 18:49:07 2012 +0200

    Updated Spanish translation

M	po/es.po

commit 2f35c9720583a436e6608561b5f6261f61519051
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Fri Jul 20 09:44:57 2012 +0300

    Updated Greek translation

M	po/el.po

commit e5b7e53c2254080bc7d3be6b1c7fb5592ce62a23
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Jul 19 16:41:21 2012 +0200

    GnomeWallClock: add ignore-date property
    
    In certain cases (such as the gnome-shell lock screen) we want
    to show a clock without a date. This allows that, without duplicating
    logic.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680256

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

commit 6deb007f102d8ae9eabb10808f34d7129932dad3
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Tue Jul 17 16:11:24 2012 +0200

    gnome-bg: load the default background if the configured one is invalid
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680100

M	libgnome-desktop/gnome-bg.c

commit 059a8ad39f9af50db8d55fa5429c4cc2756ffb01
Author: Colin Walters <walters@verbum.org>
Date:   Mon Jul 16 11:44:22 2012 -0400

    Update to new GMutex API

M	configure.ac
M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 5a91a99450e91f1d310e174fc48007e60a1ffb4f
Author: Colin Walters <walters@verbum.org>
Date:   Mon Jul 16 11:40:53 2012 -0400

    Release 3.5.4

M	configure.ac

commit 495acaa89c95d0691b7a53cae7c9230220a156fc
Author: Colin Walters <walters@verbum.org>
Date:   Mon Jul 16 11:33:45 2012 -0400

    Fix many documentation syntax warnings

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-pnp-ids.c
M	libgnome-desktop/gnome-rr-labeler.c
M	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr.c

commit f923c27e0fd247e8835a8b7dbda7bfcad7fd0c30
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 16 15:30:33 2012 +0100

    gnome-rr: Don't mark DFP outputs as internal
    
    Too many false positives, and the bug that it was supposed to fix,
    on the MacBook Pro, wasn't actually fixed by that check.
    
    See:
    https://bugzilla.gnome.org/show_bug.cgi?id=679858
    and:
    https://bugzilla.gnome.org/show_bug.cgi?id=672030

M	libgnome-desktop/gnome-rr.c

commit 1ed906ce604dcc585c729e1bb461daf91054c2a1
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Jun 26 21:26:49 2012 +0200

    gnome-desktop-3.0.pc: Add Requires.private: xkbfile
    
    Because we include a header from xkbfile in gnome-xkb-info.h .
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678795

M	libgnome-desktop/gnome-desktop-3.0.pc.in

commit a265ebde0286d5dea127d60b35f2f8303cd83f41
Author: Colin Walters <walters@verbum.org>
Date:   Tue Jun 26 08:57:00 2012 -0400

    Release 3.5.3

M	NEWS

commit 6893c9a51200ce630af97fbda58eda678bae920b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 20 17:40:28 2012 +0100

    pnp-ids: Add loop for speed testing the ID fetching
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=590059

M	libgnome-desktop/test-pnp-ids.c

commit 8503ae8e1b860c60ea744fdc7064d090fc6690e6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 20 17:28:28 2012 +0100

    pnp-ids: Add test program

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/test-pnp-ids.c

commit e9dee9d73b92e7c0d7c81104d8284a9915f96292
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 20 16:52:35 2012 +0100

    gnome-rr: Document the default DPI setting
    
    As X.org lies to us because the monitors lie to it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=545112

M	libgnome-desktop/gnome-rr-config.c

commit c599163097d6f96eaa6b5b04b284c7fd68e9436d
Author: Christian Hergert <christian.hergert@gmail.com>
Date:   Mon Aug 10 18:48:00 2009 +0000

    gnome-rr: Draw monitor labels with rounded corners
    
    And make sure the rounded corner matches that of the gnome-shell panel.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=591025

M	libgnome-desktop/gnome-rr-labeler.c

commit fbbf9a15e04f1b6cbaef5c493cacfd84d85f040b
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Tue Jun 19 21:20:44 2012 +0530

    Assamese translation reviewed

M	po/as.po

commit db122d9fdd503a9327f4207ebfcf78d9e7d2e3d8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 29 15:15:32 2012 +0100

    gnome-rr: Add gnome_rr_output_get_ids_from_edid()
    
    To get the vendor/product/serial triplet from an output's EDID data.
    This is useful for output matching in gnome-settings-daemon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677031

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 22582a4ba4de44af8b0ea195f9896715fa8ac75d
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Apr 30 12:43:22 2012 -0400

    Move thumbnails into XDG_CACHE_HOME
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646508

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 97ab041ef5fb120d152cd3d3d192f848b459961c
Author: Andrea Cimitan <andrea.cimitan@gmail.com>
Date:   Mon Jun 11 10:39:36 2012 -0400

    gnome-bg: Fix color conversion for solid backgrounds
    
    gnome_bg_create_surface converts the primary background
    color of a background without a filename from a GdkColor
    to a GdkRGBA.  It does it incorrectly though.
    
    This commit divides each color component by 65535 instead
    of 255, since GdkColor uses 16-bit color values.

M	libgnome-desktop/gnome-bg.c

commit fe6fdee20f2b0bb3fc2ad3f30506dea62905711d
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Jun 7 14:34:34 2012 -0400

    Revert "Allow rotation if the virtual size has the correct number of pixels"
    
    This reverts commit 8ba5e616ceb10ae8f1138eaa550ec65742195b78.
    
    It makes the checking too liberal and allows things through that will
    ultimately fail.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640237

M	libgnome-desktop/gnome-rr-config.c

commit 575354ebf41aada6ad307a0d39bf42cdb0aa350b
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 7 13:56:41 2011 -0500

    gnome-bg: force property update when doing new crossfade frame
    
    gnome-shell needs to get notified about animation updates.
    
    This commit frobs the property to wake mutter up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641526

M	libgnome-desktop/gnome-bg-crossfade.c

commit 31c4241e5c08356ab8adf26cbd7aa1702b45ade5
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jun 4 22:43:56 2012 -0400

    Post-release version bump

M	configure.ac

commit 2134a8a9e43b74a143ca25c6a350c71feb040f07
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jun 4 22:29:01 2012 -0400

    3.5.2

M	NEWS
M	configure.ac

commit c49141f00220ec8acc86b0b771b0dcf2f1cce412
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 4 22:38:56 2012 +0200

    misc: Remove myself from maintainers
    
    Thanks to Colin for stepping up!

M	MAINTAINERS
M	gnome-desktop.doap

commit 9e6aa6fbb214f4dfb3e2c600d1b5275e353eb721
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jun 4 22:38:22 2012 +0200

    misc: Add Colin as maintainer to doap file too

M	gnome-desktop.doap

commit 56504c862964b4a2182c88cf8e1d33f02daf21b7
Author: Colin Walters <walters@verbum.org>
Date:   Mon Jun 4 13:44:28 2012 -0400

    MAINTAINERS: Add myself; i'll do patch review etc.

M	MAINTAINERS

commit 29c8c48c6a5a830c2b4fd165750b1802fd418eb0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 1 18:28:37 2012 +0100

    xkb-info: Add test application

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/test-xkb-info.c

commit db4d37b36c3140b1e9d83dbf58cc98fc6e6aa4ad
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon May 21 17:25:47 2012 +0200

    gnome-xkb-info: Added to parse and make XKB xml descriptions available
    
    xkeyboard-config's xml descriptions contain useful information about
    XKB layouts. This class makes it easily available to several core
    components in the desktop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676583

M	configure.ac
M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-xkb-info.c
A	libgnome-desktop/gnome-xkb-info.h

commit bff570509478bafa5ac1a6744a7583b6f4d825bb
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu May 31 15:58:18 2012 +0200

    Updated Spanish translation

M	desktop-docs/gpl/es/es.po

commit d9f5e5f58e86798c48995e1abc36e7c43174d132
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 29 14:26:30 2012 +0100

    gnome-rr: Unify laptop identification by name

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c

commit 113c7c8252531665d9e9090c6f48cd3f6b16e120
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 29 10:20:56 2012 +0100

    gnome-rr: Simplify connector type comparison

M	libgnome-desktop/gnome-rr.c

commit b61d839645f83422158172d9f6d7de959069bb77
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Sun May 27 16:15:21 2012 +0200

    Updated Slovenian translation

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

commit 2ed4f948b8b1c7cdbcbe0ed82dc11179df5fa176
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 17 17:57:41 2012 +0100

    gnome-rr: Better display dimensions in names
    
    For a small number of displays, we know the size it's sold as,
    so make 15.6" displays show up as 15.6", not 16.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669537

M	libgnome-desktop/display-name.c

commit df7b842ecb84fb2d02a553dce3b9c8f7641d1860
Author: William Jon McCann <jmccann@redhat.com>
Date:   Tue May 8 18:30:28 2012 -0400

    Make the monitor labels 75% opaque
    
    This helps you see what might be hiding beneath them since they
    ignore clicks now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675696

M	libgnome-desktop/gnome-rr-labeler.c

commit a7fcdf155d25ff51baf2a37b3fa3adeda622161b
Author: William Jon McCann <jmccann@redhat.com>
Date:   Tue May 8 16:40:22 2012 -0400

    Ignore all events on the display labels
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675696

M	libgnome-desktop/gnome-rr-labeler.c

commit f72eb69fe937ee514690f082fac91fe36fc489c1
Author: William Jon McCann <jmccann@redhat.com>
Date:   Tue May 8 16:13:23 2012 -0400

    Change display labeller to use rgba instead of color

M	configure.ac
M	libgnome-desktop/gnome-rr-labeler.c
M	libgnome-desktop/gnome-rr-labeler.h

commit 637a9f8c2c0e7184b059466a5cc93baad2a33ac8
Author: Yurek Hinz <yurekh@yahoo.com>
Date:   Mon Apr 16 19:08:35 2012 +0200

    Added Kashubian translation

M	po/LINGUAS
A	po/csb.po

commit d7cc5dadc3831b149bab1cd3e4af50e441546c2e
Author: Daniel Drake <dsd@laptop.org>
Date:   Wed Apr 11 13:59:32 2012 -0600

    gnome-bg: Fix crash when system clock is behind start date
    
    The 1-slide background included in Fedora 17 causes a crash
    in gnome-bg when the system clock is set behind the date specified
    in the slideshow xml file.
    
    This was due to slide->duration being set to UINT_MAX (to indicate a
    single-slide show) but show->total_duration not being updated to take
    account of this. The calculation in get_current_slide() was therefore
    confused, and triggered a g_assert_not_reached().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673551

M	libgnome-desktop/gnome-bg.c

commit cc326c09a5d52ba0a627b9cdc3434731d6cfa692
Author: Martin Pitt <martin.pitt@canonical.com>
Date:   Tue Apr 3 14:12:34 2012 -0500

    bgo#672030 - Use "default" as the laptop's built-in output's name as a catch-all for NVidia and others
    
    Drivers that don't bother to do RANDR properly tend to use "default" for the built-in
    output's name.  So, let's use that as a last heuristic to detect laptop displays.
    
    Patch by James M. Leddy.
    Original bug at https://launchpad.net/bugs/949296

M	libgnome-desktop/gnome-rr.c

commit 8a0e05760bc9beb6b8f2921fc94467be03b27352
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Wed Mar 28 14:39:21 2012 +0530

    Updated Marathi Translations

M	po/mr.po

commit c68e01f46d8a5297fedbb2331039bc7788169f3a
Author: Richard Hughes <richard@hughsie.com>
Date:   Fri Mar 16 12:11:46 2012 +0000

    gnome-rr: Add test tool to debug GnomeRR issues

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-rr-debug.c

commit f3c2592b839464dd7d349fbd8e1349fb4638e781
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Mon Mar 26 02:44:01 2012 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit da1808b0c689bb0337dda7e1e78a76a3a13ec77b
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Mar 25 17:41:45 2012 +0200

    Updated Serbian translation

A	desktop-docs/gpl/sr@latin/sr@latin.po

commit 7ea47c01cc32735277d5f7ac54be41e14e8b5652
Author: Andiswa Mvanyashe <andiswamva@webmail.co.za>
Date:   Sat Mar 24 14:25:31 2012 +0200

    Updated translation for Xhosa (xh)

M	po/xh.po

commit 01766bc933fe46a30a441804064d75f5851d5ed5
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu Mar 22 21:31:13 2012 +0100

    Added Serbian translation

M	desktop-docs/gpl/Makefile.am

commit d42714d8c5ddb147b5fc2ea0cbb4fb27ebddc109
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu Mar 22 21:23:38 2012 +0100

    Updated Serbian translation

A	desktop-docs/gpl/sr/sr.po
A	desktop-docs/gpl/sr/sr@latin.po

commit 17ae020abf495c0b15692e84d8ebe73f3dd41893
Author: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Date:   Tue Mar 20 17:56:11 2012 +0530

    Malayalam translation updated

M	po/ml.po

commit 13317238d18cf3796b398d4f41456d5159d8be98
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 19 13:37:57 2012 +0100

    release: post-release bump to 3.4.0

M	configure.ac

commit 82837374fb936d18849dcf1900d6f2d60c500854
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 19 13:37:41 2012 +0100

    release: 3.3.92

M	NEWS
M	configure.ac

commit ead1b3478c86e80237c79c6f618d8187b6cd9eeb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 14 10:35:11 2012 +0100

    gnome-rr: Detect Apple DFP outputs as internal
    
    As used in MacBookPro5,3
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672030
    
    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	libgnome-desktop/gnome-rr.c

commit 258fba54ad8b0b6e042f3f18c0a2af431869979a
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Fri Mar 16 13:54:45 2012 +0530

    hindi translation

M	po/hi.po

commit 4acf529c42296b6f8ddfddae9c0cda7ce2626a68
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Tue Mar 13 20:50:46 2012 -0400

    gnome-bg: remove unused GdkScreen* arguments
    
    The GdkScreen* was being passed into some functions that weren't using
    it at all.  Remove those extra arguments.

M	libgnome-desktop/gnome-bg.c

commit 24795ea45e5f91706d1eac6c05efce571a85b4fe
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Sat Mar 10 13:21:49 2012 +0100

    Add initial Khmer translation

M	po/LINGUAS
A	po/km.po

commit 14b889daa350ec80e37e193a7cab422fd8af6fba
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Fri Mar 9 14:55:05 2012 -0500

    gnome-bg: publish the 'representative color'
    
    Publish a list of 'representative colours' as a property on the root
    window _GNOME_BACKGROUND_REPRESENTATIVE_COLORS.  This is alongside the
    normal properties pointing at the pixmap of the background image.
    
    Right now, this is just implemented as an average using the existing
    pixbuf_average_value() function.  Strictly speaking, the property is a
    list of colours and in the future we may set more than one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671750

M	libgnome-desktop/gnome-bg.c

commit 0f604136753948a43c4e571a64c5e5d1d9a69faf
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Fri Mar 9 14:32:15 2012 -0500

    gnome-bg: have pixbuf_average_value return GdkRGBA
    
    Now that we have a proper type for RGBA values, we should use it
    (instead of packing the four components into a uint32).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671750

M	libgnome-desktop/gnome-bg.c

commit 1746f00f459b60aa7eb440324da60547ddb1a2ca
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 9 12:00:59 2012 +0100

    gnome-rr: Add definition for next rotation
    
    In gnome-settings-daemon's XRandR plugin, we were relying on -1
    meaning "next rotation" so that the "rotate display" button would
    work as expected. But given its values, GnomeRRRotation would
    probably have been made unsigned, and thus never matching -1.
    
    We now add an "next rotation" member for the benefit of that
    XRandR plugin.
    
    Spotted by Sjoerd Simons <sjoerd@luon.net>

M	libgnome-desktop/gnome-rr.h

commit 9fe6d5710f0768f00f0c852be01e5176dfd39eaa
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 5 10:53:15 2012 +0100

    release: post-release bump to 3.3.92

M	configure.ac

commit ea008930e1663502f11221b22ba9e369c3491b11
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 5 10:53:09 2012 +0100

    release: 3.3.91

M	NEWS
M	configure.ac

commit bc365a44eb1ac4c2073f5f39c22620f1b5edccdd
Author: Bahodir Mansurov <6ahodir@gmail.com>
Date:   Mon Feb 27 23:30:50 2012 -0500

    Updating Uzbek@cyrillic translation

M	po/uz@cyrillic.po

commit 11997d32313cd67f24cb26e18c562fa4b75ea36f
Author: Seth Forshee <seth.forshee@canonical.com>
Date:   Thu Feb 23 14:07:38 2012 -0600

    bgo#670459 [GnomeRR] - Consider Embedded Display Port outputs as the laptop's built-in display
    
    xorg still hasn't fixed https://bugs.freedesktop.org/show_bug.cgi?id=26736 which is
    about drivers properly exposing the ConnectorType property.  This would let us
    unambiguously identify a laptop's built-in display without playing heuristics
    on the RANDR output names.  For now, we'll use 'eDP' as the name given to
    Embedded Display Port outputs.

M	libgnome-desktop/gnome-rr.c

commit 351d2b8a80f6c2f8653f73e7791d94c256e78a80
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 22 15:10:30 2012 +0100

    build: Generate ChangeLog on make dist

M	Makefile.am

commit 77f7cb7d9dbc32c360de0eec95488990e38a7da2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 22 14:59:59 2012 +0100

    build: Update git.mk and ignore generated tarballs

M	Makefile.am
M	git.mk

commit fcd2d363299344466f88ae3e92a1e53d04cb8a2c
Author: Martin Pitt <martin.pitt@ubuntu.com>
Date:   Wed Feb 22 08:48:23 2012 +0100

    Add missing linking with -lrt for clock_gettime()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670581

M	libgnome-desktop/Makefile.am

commit cf88b1a6ff8c8dc2a2eee63b2f011c71e9cc1223
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 21 10:43:37 2012 +0100

    release: post-release bump to 3.3.91

M	configure.ac

commit ca102e1e8d83d4963a36f58bb27f2633884986ba
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 21 10:43:31 2012 +0100

    release: 3.3.90

M	NEWS

commit 3b76ba0c16727ec9f2bd0b9ba4f41a8670bb026a
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Sun Feb 19 12:19:12 2012 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit b081283225167b56d4df9aff7631075f9f57747a
Author: Gordon Allott <gord.allott@canonical.com>
Date:   Mon Feb 13 19:16:04 2012 +0100

    gnome-bg: Add some check to avoid weird crash
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670000

M	libgnome-desktop/gnome-bg.c

commit 97c6d2a221ef8d0f615972c8341db20047b54cbe
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 6 12:20:50 2012 +0100

    release: post-release bump to 3.3.90

M	configure.ac

commit c1c90c7dc7e1df8333f14ffbc02fd35ec7d29d3e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 6 12:20:30 2012 +0100

    release: 3.3.5

M	NEWS

commit b13ecfd8d5197d4ffac649f5e443a432021e50ad
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Tue Jan 31 17:10:27 2012 -0800

    introspection: include exported pkg-config name in GIR
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669143

M	libgnome-desktop/Makefile.am

commit 8a8d5508d3563acb61202209af2ff895903cc230
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 25 13:05:27 2012 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit c92005bcb7d969bffe61563db2f1b524e6d85849
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jan 16 15:46:24 2012 +0100

    release: post-release bump to 3.3.5

M	configure.ac

commit c245581a526456e9eb91e00d75982e339d668a2a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jan 16 15:46:17 2012 +0100

    release: 3.3.4

M	NEWS

commit a795e4a631f08d7d10c562a7046d825f542f0e1d
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Jan 10 17:43:56 2012 -0600

    Update the docs for gnome_rr_screen_new()
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr.c

commit 2a4c7421532b2f77c34fcf81162c193f36c470bc
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Jan 10 17:42:24 2012 -0600

    Update my email in AUTHORS
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	AUTHORS

commit a81bd53c44a0785373ba9fba543556e3c4e12431
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Jan 10 17:36:58 2012 -0600

    gnome_rr_screen_new() now creates a singleton for the specified GdkScreen
    
    Gnome-settings-daemon has now more than plugin that requires a GnomeRRScreen.  Having two
    instances of a GnomeRRScreen would mean extra roundtrips to the X server when RANDR events
    come in.  Also, it is better if GObject signals can be emitted in order from a single
    GnomeRRScreen instance.
    
    So, we now create a single GnomeRRScreen instance per GdkScreen, and return that.
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr.c

commit 7d3cd44cdb70029ab2a107b5a22df5ba968036f0
Author: Jovan Naumovski <jovan3.14@gmail.com>
Date:   Sun Jan 8 15:10:36 2012 +0100

    Updated Macedonian translation.

M	po/mk.po

commit a41581079a547cf2590d7ae25d1ed8cd2619c7e1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 6 12:44:46 2012 +0000

    gnome-rr-labeler: Use GDK to get work area
    
    And make sure to use the correct monitor.

M	configure.ac
M	libgnome-desktop/gnome-rr-labeler.c

commit 9884805ae8c2b9cba2f1598e4166bebb57097547
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 09:45:19 2011 +0100

    build: Create xz tarballs

M	configure.ac

commit e3c31bbc46232b85de18d82bfb399450b3386947
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 09:21:05 2011 +0100

    release: post-release bump to 3.3.4

M	configure.ac

commit cf202553dfb8a0f7dc6d3cf083c33ada56402152
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 20 09:20:58 2011 +0100

    release: 3.3.3

M	NEWS

commit dbef009956464691f50301137d980b8ebe1afe38
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 21 14:07:40 2011 +0100

    release: post-release bump to 3.3.3

M	configure.ac

commit 10867566a239bb68fafde62cc1b0b89243b116dd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 21 14:07:34 2011 +0100

    release: 3.3.2

M	NEWS
M	configure.ac

commit fee59a5e46bba734a0cba3b936f3e0e4e2e52624
Author: Chris Coulson <chrisccoulson@googlemail.com>
Date:   Thu Nov 10 14:42:48 2011 -0600

    bgo#659689 - Don't refresh the GnomeRRScreen when applying a matched configuration from a file
    
    gnome_rr_screen_refresh() is only intended for the client-side 'Detect displays' command.
    The library's code shouldn't be calling this on its own.  This avoids a roundtrip
    to the X server, and potentially expensive re-probing of the outputs.
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr-config.c

commit 90ed339db5f6e687925f87cb204dc7dce33b3f69
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 24 14:03:00 2011 +0200

    release: post-release bump to 3.3.2

M	configure.ac

commit aa8c99e8c7b8a8408bdb7ed045289cb398689f31
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 24 14:02:53 2011 +0200

    release: 3.3.1

M	NEWS
M	configure.ac

commit cb4f2e24a09c74d5cf55510caa7694ffc4b52d6f
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Tue Oct 18 12:48:15 2011 +0530

    Updated Telugu translations

M	po/te.po

commit d807368d45badcec07dc3a60d98de3f741259690
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Oct 10 16:59:51 2011 +0530

    Updated Telugu Translations

M	po/te.po

commit 0328984c4a61b26e3bc2c382fbb2aac2e8e66221
Author: Alexandre Rostovtsev <tetromino@gmail.com>
Date:   Wed Oct 5 02:27:48 2011 -0400

    Ignore DPMSSetTimeouts() and DPMSForceLevel() return value
    
    At least with nvidia binary drivers, DPMSSetTimeouts() and DPMSForceLevel()
    always return BadRequest, even if they succeed. On a machine with intel
    graphics, DPMSForceLevel() was also observed to return BadRequest despite
    successfully changing the DPMS level. So we should just ignore the return
    value from these functions, like xset does.
    
    Also, there's no need to clear the timeouts twice if the mode has indeed
    changed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660962
    
    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	libgnome-desktop/gnome-rr.c

commit 7033804a455ccd39997632c164b5fae3e4fedac4
Author: Colin Walters <walters@verbum.org>
Date:   Mon Oct 3 16:35:20 2011 -0400

    GnomeWallClock: Fix non-Linux fallback code
    
    This fixes the "infinite loop in gnome-screensaver" bug.  Only
    dispatch in cancel on set when the monotonic timeout has expired,
    otherwise we will drop into a tight loop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660343

M	libgnome-desktop/gnome-datetime-source.c

commit 8559c7853d34664128cd2e4388b3c0e5cf9f7d21
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Oct 3 17:34:10 2011 +0100

    Clear the DPMS timeouts even when the DPMS mode has not changed

M	libgnome-desktop/gnome-rr.c

commit 7abaed644f666cce6fc55ebc3f0ccde45deadb29
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Oct 3 16:34:16 2011 +0100

    Don't assume Success can be squashed into a gboolean

M	libgnome-desktop/gnome-rr.c

commit 1e9027cfacaf4d7571780e05c0b03e4521ae9a9d
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Oct 3 16:19:23 2011 +0100

    When setting the DPMS mode manually, clear the timeouts
    
    Based on a patch from Michael Vogt, many thanks.
    
    Resolves https://bugzilla.gnome.org/show_bug.cgi?id=660482

M	libgnome-desktop/gnome-rr.c

commit 10bd7e5c121f64afc08dd1629388db071348a072
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Sat Sep 24 15:09:45 2011 +0530

    Updated Assamese Translations:bugzilla#659595

M	po/as.po

commit 29a4d20f793cb30806e2d6209adf3696775dad48
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 20 11:15:27 2011 +0100

    gnome-pnp-ids: Remove unused filename variable

M	libgnome-desktop/gnome-pnp-ids.c

commit 3f748035c331ffeea2e3ac6e06b49ed1856404ed
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 20 11:12:05 2011 +0100

    gnome-pnp-ids: Remove unused data_dir variable

M	libgnome-desktop/gnome-pnp-ids.c

commit b7d00c429868c4c6e4b604ee4cf70fab369be869
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 20 11:10:02 2011 +0100

    gnome-pnp-ids: Re-add validation tweaks
    
    Which were lost in the port to the new object.

M	libgnome-desktop/gnome-pnp-ids.c

commit c4bfd2b41b99b98045e87b3a93479870e1532581
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 20 11:04:01 2011 +0100

    build: Remove apostrophe, it messes up highlighting

M	configure.ac

commit 7feb456f5bd1f6409d94e019c310fce6dd7c6d97
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Sep 20 02:23:09 2011 +0200

    Added Galician translations for GFDL

M	desktop-docs/fdl/Makefile.am
A	desktop-docs/fdl/gl/gl.po

commit 3b717ccaf5a79ad22fcecb57990a655f5cc8b968
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 9 02:01:46 2011 +0100

    gnome-rr: Require XRandR 1.3 during compilation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658622

M	configure.ac
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c

commit fafbe26e12937405f7cef3dfa6142098ddc73ebd
Author: Sean Finney <seanius@seanius.net>
Date:   Mon Sep 19 12:27:12 2011 +0000

    build: Lower XEXT_REQUIRED dependency to 1.1
    
    It seems the reason for needing Xext is for the function DPMCapable(),
    which is also available in the 1.1.x versions.  Without lowering the
    dependency it is not possible to compile gnome-desktop (and thus anything
    that depends on it) on a stock Ubuntu Lucid system.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659472

M	configure.ac

commit 6c8506d87fb231b0ab5f7c4e75260ddcda812154
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 9 02:02:09 2011 +0100

    gnome-rr: Remove deprecated functions
    
    Seeing as the only users are in the GNOME stack that we control.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658623

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit ec9da39d559b127367224a80c334f89b2faa877a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 17 23:14:35 2011 +0100

    Add object to get the vendor name from PNP IDs
    
    Ported from gnome-settings-daemon's color plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659358

M	libgnome-desktop/Makefile.am
M	libgnome-desktop/display-name.c
A	libgnome-desktop/gnome-pnp-ids.c
A	libgnome-desktop/gnome-pnp-ids.h

commit d2bce5dc073824e1cdcedaada45dcdeaa0a7def6
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Sep 17 12:01:40 2011 +0900

    Updated Japanese translation

M	po/ja.po

commit 26efa98897aea50fb0d81b7733dd0deeba975e25
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 12 17:50:51 2011 +0100

    gnome-rr: Don't print an error for no backlight
    
    If there's no support for the backlight property, don't
    throw a warning about it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658844

M	libgnome-desktop/gnome-rr.c

commit fa5688ef9d73c2155bec38827dea466d028bda0e
Author: Ray Strode <rstrode@redhat.com>
Date:   Tue Sep 13 11:31:23 2011 -0400

    gnome-rr: fix crash in update_brightness_limits
    
    XFree() isn't as forgiving as free() about NULL pointers.

M	libgnome-desktop/gnome-rr.c

commit a65613bf0a507a226c172bb6f503e27532efb0fa
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Sep 8 19:01:35 2011 +0200

    GnomeWallClock: Remove the date/time source on dispose
    
    We don't do it in finalize since the dispose handler needs the objects
    that are being disposed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658583

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

commit 3dc5c1e54237516918d466c2dce6ee40c4b57cfe
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 5 23:35:01 2011 +0200

    Updated LINGUAS

M	po/LINGUAS

commit 0b395f93d9a332a0a9b2396988215cead8f81dda
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 5 09:02:11 2011 +0200

    release: post-release bump to 3.1.92

M	configure.ac

commit fd5654e6a9404173cb1de1a29cdc4515bf0e44ff
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 5 09:02:05 2011 +0200

    release: 3.1.91

M	NEWS

commit c28295b814bae40cdbc3bc2df89b0d8b1d113b2f
Author: Colin Walters <walters@verbum.org>
Date:   Sat Sep 3 11:45:04 2011 -0400

    po: Merge date/time translations from gnome-shell
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657955

M	po/af.po
M	po/an.po
M	po/ar.po
M	po/be.po
M	po/bg.po
M	po/bn.po
M	po/bn_IN.po
M	po/ca.po
M	po/ca@valencia.po
M	po/cs.po
M	po/da.po
M	po/de.po
M	po/el.po
M	po/en_GB.po
M	po/eo.po
M	po/et.po
M	po/eu.po
M	po/fa.po
M	po/fi.po
M	po/fr.po
M	po/ga.po
M	po/gl.po
M	po/gu.po
M	po/he.po
M	po/hi.po
M	po/hu.po
M	po/id.po
M	po/it.po
M	po/ja.po
M	po/kn.po
M	po/ko.po
M	po/lt.po
M	po/lv.po
M	po/mr.po
M	po/ms.po
M	po/nl.po
M	po/nn.po
M	po/pa.po
M	po/pt.po
M	po/pt_BR.po
M	po/ro.po
M	po/ru.po
M	po/sk.po
M	po/sl.po
M	po/sr.po
M	po/sr@latin.po
M	po/sv.po
M	po/ta.po
M	po/te.po
M	po/th.po
M	po/tr.po
M	po/ug.po
M	po/uk.po
M	po/vi.po
M	po/zh_CN.po
M	po/zh_HK.po
M	po/zh_TW.po

commit 85009806b20969d4a1970d9f09a070691baab954
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Sep 3 13:52:40 2011 +0200

    Added Norwegian bokmål translation

M	po/nb.po

commit 4069180015bd20622f185a8381e1f66b71b7e442
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Sep 3 13:38:30 2011 +0200

    Updated Spanish translation

M	po/es.po

commit a64f28dc99338f5bc8b22448437b363d7efed5ee
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Sep 2 23:18:10 2011 +0200

    Updated Polish translation

M	po/pl.po

commit 168f8c5b13510e96b7a36a1ac614ec53d5340de7
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Sep 2 23:12:42 2011 +0200

    Updated POTFILES.in

M	po/POTFILES.in

commit 51b3a78796d8f43bdff2c01cd5590604a18163f2
Author: Colin Walters <walters@verbum.org>
Date:   Fri Sep 2 16:15:31 2011 -0400

    configure: Fix usage of glib_ namespace

M	configure.ac

commit 3ef00a3ab423c2a61ff04a5f544bbb5af01c64d4
Author: Colin Walters <walters@verbum.org>
Date:   Fri Sep 2 16:14:31 2011 -0400

    wall-clock: Coding style fixes

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

commit 5f65d7d58188ffc75ffded71c741892352411a0c
Author: Colin Walters <walters@verbum.org>
Date:   Thu Sep 1 12:27:54 2011 -0400

    GnomeWallClock: Add support for Linux timerfd()
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=655129 for more background
    information on timerfd.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657955

M	configure.ac
M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-datetime-source.c
A	libgnome-desktop/gnome-datetime-source.h
M	libgnome-desktop/gnome-wall-clock.c

commit fb9ee91145db8904f1baf7c60fbbfaf36dd05e47
Author: Colin Walters <walters@verbum.org>
Date:   Thu Sep 1 11:53:23 2011 -0400

    Add GnomeWallClock
    
    Since clocks are a bit tricky, it's useful to centralize this class.
    See https://bugzilla.gnome.org/show_bug.cgi?id=655129
    See https://bugzilla.gnome.org/show_bug.cgi?id=657074
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657955

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-wall-clock.c
A	libgnome-desktop/gnome-wall-clock.h
A	libgnome-desktop/tests/test-wallclock.c

commit 03915ec950307e526cab7fcc7b1245a8715a5405
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 1 03:28:09 2011 +0100

    Remove dead files
    
    They weren't compiled, or used by anyone.

D	libgnome-desktop/gnome-tz-monitor.c
D	libgnome-desktop/gnome-tz-monitor.h

commit 5907be1ce962c49af8c8718827d6620a48cd805e
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Aug 30 18:07:56 2011 +0200

    release: post-release version bump

M	configure.ac

commit 06e284ef330bfbd8c4e7db20992c1aca43a1ae56
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Aug 30 18:04:51 2011 +0200

    release: 3.1.90.1

M	NEWS
M	configure.ac

commit 06eecd20a0c6e27f91265c20fe0ad2f773a51494
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Aug 30 17:47:00 2011 +0200

    build: link against libm

M	configure.ac
M	libgnome-desktop/Makefile.am

commit 8644b27fe804727e4d00e7b1e5d17fd644c6b15c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Aug 28 19:08:02 2011 -0400

    Post-release version bump

M	configure.ac

commit b46fe4993cb3f4622c1b589e41493e02a92b38a1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Aug 28 19:06:56 2011 -0400

    3.1.90

M	NEWS

commit 152735fcc4921c83217ab735c316d26bb473539b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 26 19:50:50 2011 +0100

    Remove GnomeTzMonitor
    
    You can watch over /etc/localtime yourself, or
    watch the Timezone property in systemd:
    http://www.freedesktop.org/wiki/Software/systemd/timedated
    
    Or even wait until this code lands in glib:
    https://bugzilla.gnome.org/show_bug.cgi?id=655129

M	libgnome-desktop/Makefile.am

commit 0fd4ef94029f3dbdca906c63646cbac912c974a3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 26 19:29:55 2011 +0100

    Fix GnomeTzMonitor
    
    It doesn't really need width and height args...

M	libgnome-desktop/gnome-tz-monitor.c
M	libgnome-desktop/gnome-tz-monitor.h

commit be9438fd56d029bb9272172ad189d38c7104b0c3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Aug 12 11:36:19 2011 +0200

    release: post-release bump to 3.1.90

M	configure.ac

commit 908665fd5525cfb2fe60a6a34bc3814603fc924a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Aug 12 11:35:56 2011 +0200

    release: 3.1.5

M	NEWS
M	configure.ac

commit 5f15e28eb548f6d0394879bd1bf396c48c7bce2d
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Jul 27 12:49:50 2011 +0100

    Fix gnome_rr_screen_set_dpms_mode()
    
    This means it can actually power down the screen...

M	libgnome-desktop/gnome-rr.c

commit 7c706026f05e1554cac37b8db9a06debd6c69932
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 25 21:32:24 2011 +0200

    release: post-release bump to 3.1.5

M	configure.ac

commit 6bc4946c6bb09b4ddff8aacb91a9c3a34c185d90
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 25 21:32:06 2011 +0200

    release: 3.1.4

M	NEWS

commit 4545552762932592c2a8e9564d608bc40888fc40
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 25 17:56:22 2011 +0200

    build: Fix previous commit (1e38a386)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655274

M	configure.ac

commit 1e38a386da4a6c7f70f89621fa43fa1099523176
Author: Xan Lopez <xlopez@igalia.com>
Date:   Fri Jul 22 12:35:25 2011 -0700

    build: check for the X DPMS extension
    
    We use it unconditionally, so we need to do this if for no other
    reason that the module fails to link with GNU Gold otherwise.

M	configure.ac

commit 1871113d3514ec50cfc4cfb1d22e28c0d58af7df
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Tue Jul 19 08:55:55 2011 +0300

    Updated Finnish translation

M	po/fi.po

commit 21a4d13a6e5e43e6bf8aee872c115d4f581d1d07
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 18 15:27:09 2011 +0200

    build: Remove startup-notification dependency
    
    We don't have anything using it in the library anymore.

M	configure.ac
M	libgnome-desktop/gnome-desktop-3.0-uninstalled.pc.in
M	libgnome-desktop/gnome-desktop-3.0.pc.in

commit 759c4f3e87b4301b7cbc895a6d3a50d7886535d9
Author: Brian Cameron <brian.cameron@oracle.com>
Date:   Mon Jul 18 15:20:05 2011 +0200

    build: Fix Cflags path in uninstalled.pc file
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654717

M	libgnome-desktop/gnome-desktop-3.0-uninstalled.pc.in

commit 4e7dac8fb6590a51054550b177b31b1991f7981e
Author: Richard Hughes <richard@hughsie.com>
Date:   Mon Jul 4 14:25:07 2011 +0100

    Add the capability to get and set the DPMS mode of the screen
    
    This is presently per-screen, but future versions of xrandr will allow us to
    set the DPMS mode of each output.
    
    This functionality is required by the power plugin in gnome-settings-daemon.

M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 422189c751e82dc45242c7ad4505f8b6019b1849
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 4 17:24:07 2011 +0200

    release: post-release bump to 3.1.4

M	configure.ac

commit 6d5ba2db000823926bb3ea93d9a28d0eaffbdef7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 4 17:23:59 2011 +0200

    release: 3.1.3

M	NEWS

commit 43d8fea7045bb279e20b5b4b0f0b9f6a95806660
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Jul 4 17:18:58 2011 +0200

    Revert "Add gnome-about.desktop.in to POTFILES"
    
    This reverts commit b6032c94b2b162feac33e3f8b0531da36a502691.
    
    There's no such file anymore...

M	po/POTFILES.in

commit b6032c94b2b162feac33e3f8b0531da36a502691
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jun 29 10:53:49 2011 -0400

    Add gnome-about.desktop.in to POTFILES
    
    This was causing test failures in build.gnome.org.

M	po/POTFILES.in

commit 4eb1ef700cd6ec5bde07f3ef48a7b51dfe1b6319
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Jun 28 20:55:56 2011 +0100

    Only get the BACKLIGHT limits for connected outputs
    
    Otherwise XRRQueryOutputProperty crashes and burns.

M	libgnome-desktop/gnome-rr.c

commit 1259765f449fdb34c9188fc59cb06fd0eb43145a
Author: Yuri Matsuk <yuri@matsuk.net>
Date:   Tue Jun 28 01:17:21 2011 +0300

    Updated Belarusian translation.

M	po/be.po

commit af0bfd3f3133246643c13ba4da46d773e8d04ffa
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sun Jun 26 03:44:12 2011 +0300

    Updated Turkish translation file header

M	po/tr.po

commit bf913c66dde2c4c394849c2b0a716fc0035dfd86
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sat Jun 25 18:24:59 2011 +0300

    Updated Turkish translation

M	po/tr.po

commit 8b73820f92ced9a399bf3dbf4b4d948690a94b58
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jun 24 22:33:37 2011 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 9d41568652a02168455cef4332e3626ade846236
Author: Richard Hughes <richard@hughsie.com>
Date:   Fri Jun 24 09:45:04 2011 +0100

    Fix a method name in the last commit that Bastien didn't like

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit a2231c594bd180feeeaceeb42bf8bab9e97d310f
Author: Richard Hughes <richard@hughsie.com>
Date:   Thu Jun 23 23:25:13 2011 +0100

    Add methods to control the backlight on each output
    
    We need this in gnome-settings-daemon in the power plugin.

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit d5f0001dd24eae4ce392682acdad7e2098d76a39
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 14 15:13:22 2011 +0200

    build: Modernize build system a bit
    
    Do not use AM_MAINTAINER_MODE as it is not recommended by automake
    developers.
    Use LT_PREREQ & LT_INIT for libtool checks.
    Require intltool 0.40.6 to avoid various bugs.
    Do not use AC_ISC_POSIX, AC_HEADER_STDC as they shouldn't be needed on
    modern systems.
    Stop using GNOME_COMMON_INIT as it is deprecated.
    Do not use GNOME_DEBUG_CHECK as we do not need it.
    Remove checks for perl and awk, and the useless --disable-rebuilds
    configure flag.

M	configure.ac

commit f787eb6d83d4317c59218c9f4dca9ec7358022bc
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 14 13:43:55 2011 +0200

    release: post-release bump to 3.1.3

M	configure.ac

commit 5b389d3a81afa9e63ba124603976c79295182b7d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 14 13:43:46 2011 +0200

    release: 3.1.2

M	NEWS
M	configure.ac

commit b9d0e13899c078b41cf5340e1a77b5157a463495
Author: Richard Hughes <richard@hughsie.com>
Date:   Sun Jun 12 13:53:42 2011 +0100

    Fix a critial warning when connecting and disconnecting outputs
    
    We can't treat these like objects at all, so lets use straightforward pointers.

M	libgnome-desktop/gnome-rr.c

commit fbb353e720e92e35ea583b2a9049d535c5975ed7
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Jun 11 14:46:29 2011 +0200

    Updated Hungarian translation

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

commit 3d2dc6afbb2020b070e8d332276207a9e59f3dd8
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Jun 11 14:40:34 2011 +0200

    Updated Hungarian translation

M	desktop-docs/gpl/hu/hu.po

commit cecfa24a9c55b8ada0d9536243b2f2c680583321
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Jun 11 14:38:56 2011 +0200

    Updated Hungarian translation

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

commit 540585631d4e18f4b90fe3a3869d56f6667fcb18
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Jun 7 15:41:10 2011 +0100

    Emit ::output-connected and ::output-disconnected when screen outputs come and go
    
    If you're using GnomeRRScreen, it's likely you care about outputs, rather than
    the screen itself. These signals should be useful to the gnome-settings-daemon
    xrandr plugin too.

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit d9166b77a5cd03d7d846e9856e9fe9a23dc08a3c
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Jun 7 12:07:07 2011 +0100

    Add a size return value to gnome_rr_output_get_edid_data()
    
    It's wrong to assume that the EDID size is always 128 bytes if there are
    extension blocks.
    
    This functionality is required if we want to parse the EDID in any safe way.

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit cbfca51c64971c6dcc53f3bfdb12eb4d214c1170
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 18:14:30 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 8e1bc2df28cdecd044e79d4884ce6945b84c0d63
Author: Colin Walters <walters@verbum.org>
Date:   Wed May 25 12:38:06 2011 -0400

    GnomeDesktopThumbnail: Use GOnce for thread safety
    
    In gnome-shell we got a crash likely caused by multiple threads racing
    on initializing this hash table; see https://bugzilla.redhat.com/show_bug.cgi?id=688852
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651080

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 1d8eaccae70e067f2c43dbad5aae960845fde31c
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu May 19 20:52:33 2011 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 02b92dbae0037ddfb31b8f50beb3079fdf6f1d53
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sat May 14 21:32:19 2011 +0200

    Updated Esperanto translation

M	po/eo.po

commit 738c554d816995dd40c08f9253a40df9412731e9
Author: Daniel Martinez Cucalon <dmartinez@src.gnome.org>
Date:   Thu May 12 00:38:23 2011 +0200

    Updated Aragonese translation

M	po/an.po

commit 34335b774d839e478e73db43dc8ea5c88f6eb227
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon May 9 13:13:19 2011 +0200

    release: post-release bump to 3.1.2

M	configure.ac

commit b3b6a4a0e9eebdb8337a678fa4aa3637b06516ac
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon May 9 13:13:13 2011 +0200

    release: 3.1.1

M	NEWS
M	configure.ac

commit dbeb3b470ff14165b04045320e724684fbb7199b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 7 17:52:45 2011 +0100

    build: Bump version number
    
    So that the new API can checked for properly.

M	configure.ac

commit 92fd42992bfdbf549e3777a6576bfed7b9f0c6db
Author: Daniel Martinez Cucalon <dmartinez@src.gnome.org>
Date:   Sat May 7 00:48:28 2011 +0200

    Updated Aragonese translation

M	po/an.po

commit b3c809e0ec611db269dd38fad20649953713d030
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Mon May 2 15:56:25 2011 +1000

    gnome-rr-labeler: Add some documentation to keep vuntz happy

M	libgnome-desktop/gnome-rr-labeler.c

commit f08da5c0e4b042508a0735bff841361f75463817
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Mon May 2 15:42:33 2011 +1000

    gnome-rr-labeler: Add ability to show and hide the monitor labels (to make the display properties capplet able to hide them when it loses focus)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=589562

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	libgnome-desktop/gnome-rr-labeler.c
M	libgnome-desktop/gnome-rr-labeler.h

commit aa93854f2ba6b0f72f1bdff9699b5724a72c89c9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Apr 30 20:48:03 2011 -0400

    Don't fall over if RANDR is missing
    
    When RANDR is not present, the screen object never gets an info,
    and since screen_info_free asserts, we must not call it unconditionally
    in finalize.
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=649053

M	libgnome-desktop/gnome-rr.c

commit 636a9772bf87aa81d455c93939706984145e9033
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Apr 26 09:06:17 2011 +0200

    release: post-release bump to 3.0.2

M	configure.ac

commit 2d222001144d9d443d74962219837c002d78385f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Apr 26 09:06:10 2011 +0200

    release: 3.0.1

M	NEWS
M	configure.ac

commit ad9dd52669a23d87c80065843f6419b2d3ec553c
Author: Anousak Souphavanh <anousak@gmail.com>
Date:   Tue Apr 19 12:42:37 2011 +0300

    l10n: Updated Lao translation for gnome-desktop

M	po/lo.po

commit 272f0de661da8f14b95609914c41b10af8339a91
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Tue Apr 5 17:56:30 2011 -0300

    Added Brazilian Portuguese translation

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

commit 5e3f11d09a2d39883fa594af2532c7a047125e92
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 4 23:01:12 2011 +0200

    release: post-release bump to 3.0.1

M	configure.ac

commit 2599452204a4a75fa0226935e9a448bde23a0a81
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 4 23:01:01 2011 +0200

    release: 3.0.0

M	NEWS
M	configure.ac

commit a8b812300ee8cca8dac2443c640c7f48608bbc51
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Tue Apr 5 01:30:45 2011 +0600

    Updated Bengali translation

M	po/bn.po

commit b8849c08adb1ba1b55d1a3511dd9eefd00504dc0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 4 11:18:49 2011 -0400

    Avoid a possible crash
    
    When the spice client goes to fullscreen it (temporarily) turns all xrandr
    outputs off (for some reason). This causes gnome-settings-daemon to crash (and
    respawn and reset the old screen size) due to a NULL deref in libgnome-desktop.
    
    Patch by Alex Larsson
    https://bugzilla.gnome.org/show_bug.cgi?id=646714

M	libgnome-desktop/gnome-rr-config.c

commit e636ef839529aeabec126bbf9b5f2d1ed9385fe4
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Mon Apr 4 15:12:37 2011 +0600

    Updated Bengali translation

M	po/bn.po

commit 978fc3d24d9d89dbbc3f9efb71b105d15cd6a99d
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Apr 2 19:05:21 2011 +0200

    [l10n]Updated Catalan translation

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

commit 251efed24323d5b3d729d55a1b61076cf36616d2
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sat Apr 2 21:42:23 2011 +0530

    Updated Tamil translation

M	po/ta.po

commit a01cc3cbeede82cc234875a5d4114d013467f6d3
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sat Apr 2 17:53:33 2011 +0530

    Updated Tamil translation

M	po/ta.po

commit 27fb2967f620cbc82da57b9b5eea7700218b6620
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Tue Mar 29 11:26:18 2011 -0600

    bgo#643940 - Include Xlib.h so we can build when RANDR is not available
    
    The RANDR headers include the Xlib paraphernalia, but we don't include those
    headers when gnome-desktop is configured to not use RANDR.  So, instead we
    include Xlib.h so that we'll have defined types for Display, Screen, etc.
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr-private.h

commit ebe98c14a9346dedf6990f16d369c8953d566a5d
Author: Hermien Bos <hermienbos@gmail.com>
Date:   Mon Mar 28 23:21:43 2011 +0200

    Update translation for Afrikaans (af)

M	po/af.po

commit dfac52129a2b9077790d8ed177bcea8c1a73f934
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:42:53 2011 +0200

    Added UG translation

M	po/ug.po

commit 2f05cc2367065dceaabd6c89aeee817ccc5a8458
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 24 12:58:46 2011 -0400

    release: post-release bump to 3.0.0

M	configure.ac

commit 71e264effbd4c67d8108fb65b4a74823766e9bf4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 24 12:17:10 2011 -0400

    release: update for 2.91.93

M	NEWS

commit 5f06798ca90166e7cc909e28e5cad07035faa855
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 24 12:15:54 2011 -0400

    release: pre-release drop to 2.91.93

M	configure.ac

commit bd2b5fd8bb4c8088987ee0664fcc7a7452a795db
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 24 12:11:41 2011 -0400

    Revert "gnome-bg: force property update when doing new crossfade frame"
    
    This was actually committed by accident, and it triggers crashes in
    Xorg every time the background is set.
    
    See
    https://mail.gnome.org/archives/release-team/2011-March/msg00244.html
    for more details.
    
    This reverts commit e36d931ca2aad168427e22d23f9013316854370e.

M	libgnome-desktop/gnome-bg-crossfade.c

commit 10cd1a448be029de6acf2e25c998ece3990c4d0d
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Mar 22 09:51:15 2011 +0100

    release: post-release bump to 3.0.0

M	configure.ac

commit 34e6ad62658bc4a0ed6d6fd61c907744e4d802d3
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Mar 22 09:49:16 2011 +0100

    release: 2.91.92

M	NEWS

commit 500b8f078df4816fbe2215335f1d42ff500d905c
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Mon Mar 21 11:41:12 2011 +0530

    Updated Assamese translations

M	po/as.po

commit 74da91231a8f164a21797010d0e72264b2ddc43c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 16 11:02:53 2011 -0400

    all: fix build warnings with GCC 4.6

M	libgnome-desktop/edid-parse.c
M	libgnome-desktop/gnome-bg.c

commit e36d931ca2aad168427e22d23f9013316854370e
Author: Ray Strode <rstrode@redhat.com>
Date:   Mon Feb 7 13:56:41 2011 -0500

    gnome-bg: force property update when doing new crossfade frame
    
    gnome-shell needs to get notified about animation updates.
    
    This commit frobs the property to wake mutter up.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641526

M	libgnome-desktop/gnome-bg-crossfade.c

commit 091f5ac8d75fee339dd3349fc688276cd228c594
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Fri Mar 11 21:38:30 2011 +0300

    Updated Russian translation

M	po/ru.po

commit 8ac654c7f6905d7f86482c15a269e1bf2c1246f7
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Wed Mar 9 20:25:04 2011 +0200

    Updated Latvian translation.

M	po/lv.po

commit 7f3e3d5200618d66ebba0654517affc012cef875
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 9 13:24:15 2011 +0000

    gnome-bg: Use picture-uri GSettings key
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633983

M	libgnome-desktop/gnome-bg.c

commit f89d8a582abbb79898a93d26a8c0f52f74b20bd2
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Mon Mar 7 13:00:51 2011 -0600

    bgo#643940 - Don't build some RANDR code if RANDR is not available
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr.c

commit c8eefe95713bb5f7ad4b14a36df71914262c1e5f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 7 00:09:52 2011 +0100

    release: post-release bump to 2.91.92

M	configure.ac

commit 6a6ea339c011640ad77d55f4971842f7e02db61c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 7 00:09:44 2011 +0100

    release: 2.91.91

M	NEWS
M	configure.ac

commit ef79ade712f6bd7e5f64ae4eef74075d762f8f4b
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sat Mar 5 14:17:51 2011 +0200

    Updated Latvian translation.

M	po/lv.po

commit 0cc4c35cbd94260beda1c247a4a59ee6860b185e
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   Fri Mar 4 18:43:43 2011 +0100

    configure: Bump GTK+ requirements to 3.0

M	configure.ac

commit 446e8ffcf16ccf909f45b293532f50996b0dd728
Author: Benjamin Otte <otte@redhat.com>
Date:   Thu Mar 3 16:54:58 2011 +0100

    introspection: Fix c-includes to actually include headers

M	libgnome-desktop/Makefile.am

commit 07f7e80d6317400cbf40a7c062be0c1c353f3289
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sun Feb 27 18:47:52 2011 +0200

    Uploaded Ukranian

M	po/uk.po

commit 290f26db749a9923666e3fb09e413a068e10e045
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Thu Feb 24 07:11:31 2011 +0000

    Update Simplified Chinese lgpl translation.

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

commit 5c298da42b8e1de1e1f0dc97497b668502f56b80
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Thu Feb 24 07:10:17 2011 +0000

    Update Simplified Chinese translation.

M	desktop-docs/gpl/zh_CN/zh_CN.po

commit 202d608b5bef675f80b1ec04ab468034602ed6c6
Author: Zhang Miao <mymzhang@gmail.com>
Date:   Thu Feb 24 07:08:25 2011 +0000

    Add Simplified Chinese fdl translation.

M	desktop-docs/fdl/Makefile.am
A	desktop-docs/fdl/zh_CN/zh_CN.po

commit 45b31b41172397483fb147fb6058bc359a4aac0d
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Wed Feb 23 19:23:56 2011 +0100

    Updated Italian translation

M	po/it.po

commit 3df6495daa7613e78d5bd874bf47fc97e4eb5397
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 21 23:59:42 2011 +0100

    release: post-release bump to 2.91.91

M	configure.ac

commit c597b891d3e2a0a5d6fb8beb4c6c7b625f0d4ef6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 21 23:59:27 2011 +0100

    release: 2.91.90

M	NEWS
M	configure.ac

commit 41b92660ec4d449e244544ee60dbba69eadc59c8
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Feb 18 15:59:26 2011 +0530

    Updated Bengali India Translation

M	po/bn_IN.po

commit 1da770b18c8d11ed990405b87a2583874acde279
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Feb 16 15:31:05 2011 +0530

    Updated Gujarati Translations

M	po/gu.po

commit 480107332ffe1647e10c1150283d8166afa3b669
Author: Xandru Armesto <xandru@softastur.org>
Date:   Tue Feb 15 18:22:50 2011 +0100

    Updated Asturian translation

M	po/ast.po

commit b4b3fbe614c245e5e2cc4ca431d0f5310eca6ed1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Feb 9 22:08:02 2011 -0500

    Properly get the workarea for positioning the labels
    
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=641996

M	libgnome-desktop/gnome-rr-labeler.c

commit adf18a2cf78c26a33c7a00210fc29020e935e0c1
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 9 13:10:48 2011 +0100

    gnome-bg: Do not add timeout for one-slide slideshows
    
    If a slideshow is made of only one slide, then there's no animation. So
    we just override the duration of the slide to G_MAXUINT, and we do not
    add timeouts for such durations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630498

M	libgnome-desktop/gnome-bg.c

commit 43e13d709d8d35b3484e8b2aaf126f1d91fae7ad
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 8 11:27:35 2011 +0100

    gnome-bg: Fix background cache
    
    We were caching thumbnails instead of caching the real background :-)

M	libgnome-desktop/gnome-bg.c

commit 617b4a85af70e238a16388aac8766a87d78839c6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Feb 4 12:00:25 2011 +0100

    build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS
    
    This is used by gnome-autogen.sh, and we need it when aclocal.m4 is
    to be rebuilt by make, to avoid losing some aclocal paths.
    
    Also, don't set ACLOCAL_AMFLAGS in configure.

M	Makefile.am
M	configure.ac

commit 8ceca629c2db2c8da0c7d8e391a68367c6c705d9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Feb 4 03:23:09 2011 +0000

    Fix refcount issues for ->config
    
    If the GnomeRRLabeler object is going to be unref'ing the
    config object, then it better keeps its own reference to it, otherwise
    it could cause problems when destroyed and re-created.

M	libgnome-desktop/gnome-rr-labeler.c

commit 4eea7eca0d081d01f9ffeb34983636f01cc1727e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 01:52:47 2011 +0100

    release: post-release bump to 2.91.90

M	configure.ac

commit fbcee5bba5591908b2b61a7105fbfcc90860424d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 01:52:33 2011 +0100

    release: 2.91.6.1

M	NEWS
M	configure.ac

commit 64c6695e37bbd4dba46c7e10077454b9a2c3e9cf
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Feb 2 01:48:23 2011 +0100

    build: Do not fetch foundation-members.list in autogen.sh
    
    We don't use the file anymore.

M	autogen.sh

commit 26263aa2e7ddb8038b60ee593be6f6ac94cc20a0
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Jan 27 22:13:56 2011 +0100

    Updated Basque language

M	po/eu.po

commit 6d802297bb0dd27791245428e39159efabcd6b06
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jan 27 03:43:27 2011 +0100

    QA of Galician translations

M	po/gl.po

commit a2c837a301a0a0a6d1b94b329af16359c2c701e6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jan 14 16:22:16 2011 +0100

    build: Do not pretend we need gconf for introspection

M	libgnome-desktop/Makefile.am

commit 78a40a6430bc758fa0bf84d8fe4eda682d37328b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jan 13 20:47:16 2011 +0100

    Updated Slovenian translation

M	desktop-docs/gpl/sl/sl.po

commit 7e11a842b7d4145482da8c5380f782caa066fefe
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Jan 12 11:44:47 2011 +0200

    Updated Arabic translation

M	po/ar.po

commit c6bc67fdce3c9628e1c1468b13d075db447793be
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 11 19:40:32 2011 -0500

    bump version

M	configure.ac

commit 1637a8b52092387893ca2a024699d3d2b735b1f8
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 11 19:33:27 2011 -0500

    Updates

M	NEWS

commit 11880c8bfd7b3f1edde58b8e83e46ebd59a44311
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jan 11 19:24:57 2011 -0500

    Fix two problems that causes g-s-d to crash at start
    
    We need to ref outputs when we are copying them in the parser,
    and we need to avoid confusing i and j, even if they both have
    dots.

M	libgnome-desktop/gnome-rr-config.c

commit 05dcc6e0b1b2dd81e94d15e2578663a674ada879
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jan 11 15:57:34 2011 +0100

    Revert "build: Remove "GNOME Distributor" from configure output"
    
    gnome-version.xml is back.

M	configure.ac

commit 3d5bacf61fd935ec1aa0c7a515d1778b3ca31f4d
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Jan 10 16:14:40 2011 -0500

    Add back gnome-version.xml

M	Makefile.am
M	configure.ac
A	gnome-version.xml.in.in

commit b02a99fbfcee214d7108e70e3d3e9bae1a24fb9a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 10 10:19:13 2011 -0500

    Bump version

M	configure.ac

commit c3b75592152efb9dd934864ec7831233bcc2b78d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jan 10 10:02:22 2011 -0500

    Update NEWS

M	NEWS

commit 3153d919f6021d3bae68721b78bfdbbfd0860135
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   Sat Jan 8 14:16:44 2011 +0100

    gnome-desktop-thumbnail: Fix thumbnailer dirs
    
    I made a mistake whith the array index when added user data dir to the
    list of thumbnailer dirs.

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 3036c247dfd8c618671a010c8d9ddd4141062bfb
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   Thu Dec 30 12:51:23 2010 +0100

    gnome-desktop-thumbnail: Don't use GConf to handle external thumbnailers
    
    Thumbnailers are now registered using key files, similar to .desktop
    files. Bug #638172.

M	configure.ac
M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 707a29c3c11d710fc093e29d2ce15aec3d0261c9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Jan 7 19:06:27 2011 +0100

    build: Remove "GNOME Distributor" from configure output
    
    The option is gone.

M	configure.ac

commit c67f7efbec78d93517916137f63fe5f487e1f77b
Merge: ab0ff1d 46d48ab
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Jan 6 20:26:20 2011 +0100

    Merge branch 'gobject-gnomerr'
    
    Conflicts:
    	libgnome-desktop/gnome-rr.c

commit 46d48ab6ec256498d0dd0a5c97c0388381971cbf
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Jan 6 20:12:42 2011 +0100

    GnomeRROutputInfo: rename boolean accessors
    
    Rename get_connected() to is_connected() and get_active() to
    is_active(), following the normal convention.

M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-output-info.c

commit 7c2e51427fff29f1582eb5ed035f8c7637ea908f
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Wed Jan 5 16:19:48 2011 -0600

    Disallow null filenames passed to gnome_rr_config_load_filename()
    
    This also fixes a leak when the default intended filename was
    generated on-the-fly.
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr-config.c

commit cce5c87297ff8c163d4a29e1fc4e7277cbb4705a
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Wed Jan 5 16:11:46 2011 -0600

    Make the signal be GnomeRRScreen::changed, not screen-changed, to match the vmethod name
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr.c

commit 4da0756ef2e42b8040d8043029057b08e85efcec
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Wed Jan 5 15:40:39 2011 -0600

    Turn the RANDR version checks into macros
    
    This makes them less error-prone to use.  Also, fixes the
    master check for RANDR 1.2 in gnome_rr_screen_initable_init(), which
    wouldn't handle RANDR versions above 1.x.
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

M	libgnome-desktop/gnome-rr.c

commit ab0ff1df3cd6cf250d199d943f600a96f09fccfb
Author: Nguyễn Hải Nam <hainam@gmail.com>
Date:   Sun Jan 2 16:27:05 2011 +0700

    Updated Vietnamese translation

M	po/vi.po

commit 41ab81cbc521e46ff33f120985cfa4e7da8f55b5
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 1 21:08:50 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit 6d55bbc423ab4d79664a0ea361be01ea96b6bf32
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 1 21:08:17 2011 +0100

    Updated Swedish translation

M	po/sv.po

commit b380b9ac8f5c8e610d13850978b311a60e985a75
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sat Jan 1 15:41:39 2011 +0100

    [l10n] Updated German translation

M	po/de.po

commit 29e52a1ac67e2abd5d314f4d5c35841277e27103
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   Tue Dec 28 11:16:21 2010 +0100

    gnome-desktop-utils: Port to gsettings
    
    Bug #638169

M	libgnome-desktop/gnome-desktop-utils.c

commit 8bda73eb9b56708b720c275fda725ecf2bc24f7d
Author: Nguyen Vu Hung <vuhung16plus@gmail.com>
Date:   Wed Dec 29 20:12:37 2010 +0700

    Updated Vietnamese translation

M	po/vi.po

commit 256cf1a4c540533f36e6aa15ea352fe0bc89143c
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Wed Dec 29 20:07:41 2010 +0700

    po/vi.po: import from Damned Lies

M	po/vi.po

commit 651d9f3719d10c6ccaceb9fab63d8a5d3aa9b339
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 18:55:05 2010 +0100

    Added UG translation

M	po/ug.po

commit f0b0530674ebcc6b8a76debae2c62d5beaecb7f8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 23 11:37:02 2010 +0100

    release: post-release bump to 2.91.5

M	configure.ac

commit c2dd8492240e9a1305905aef48adee936695d1e3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 23 11:36:29 2010 +0100

    release: 2.91.4

M	NEWS
M	configure.ac

commit 12126af6df1f1c03d7e041343de32b582df0070f
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Dec 20 14:11:34 2010 +0200

    [l10n] Updated Estonian translation

M	po/et.po

commit d37833d5b3350bc579ec06360a0a076af184fc12
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Thu Dec 16 15:22:36 2010 +0100

    Updated Norwegian Nynorsk translation

M	po/nn.po

commit b919ce4ae2d98e0e78299b7755e46072d30838f4
Author: Wei-Lun Chao <chaoweilun@gmail.com>
Date:   Sun Dec 12 20:03:45 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 81590ec66ee8507ae61b47d3d93a8685e970a629
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
Date:   Sun Dec 5 22:33:01 2010 +0100

    Don't export private symbols in the shared library

M	libgnome-desktop/Makefile.am

commit 1b52bec639c99c8d65727b8425a6574c8de6417f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Dec 3 21:05:37 2010 +0100

    Updated Slovenian translation

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

commit 24863ae9ea04dec397e41892cff21ae5ce9cef38
Author: Benjamin Otte <otte@redhat.com>
Date:   Thu Dec 2 22:02:16 2010 +0100

    rr: Use gdk_x11_window_get_xid()
    
    ... instead of removed gdk_x11_drawable_get_xid()

M	libgnome-desktop/gnome-rr.c

commit ff299bbed74e9603ea7c780de8805110d88dec28
Author: Benjamin Otte <otte@redhat.com>
Date:   Wed Dec 1 12:37:59 2010 +0100

    Replace GDK macro usage with proper function name

M	libgnome-desktop/gnome-bg-crossfade.c

commit f307d00ddb7507346dbbf5fc76b0e73daeaa2df4
Author: Benjamin Otte <otte@redhat.com>
Date:   Tue Nov 30 22:36:20 2010 +0100

    Fix gcc warning

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 260f6d2431088c5cd0ad1eb8d57f0ec994240f08
Author: Benjamin Otte <otte@redhat.com>
Date:   Tue Nov 30 22:25:03 2010 +0100

    Remove unnecessary cast
    
    The symbol will be removed soon, so better get rid of it.

M	libgnome-desktop/gnome-bg.c

commit 7436f759bec00d87f597ef0b6945da8fa8969e85
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Nov 28 17:09:42 2010 +0100

    Update GnomeRRConfig
    
    Added two public methods, gnome_rr_config_load_current and
    gnome_rr_config_load_filename, that allow initialization of the
    config (creating a new one with g_object_new results in an empty
    one).
    As a result, GnomeRRConfig is no more a GInitable and the :current
    property is gone.

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-private.h

commit 2c7a2e90fee98ff61e530098bc962a65dec670bc
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Nov 28 16:24:54 2010 +0100

    Update GnomeRRScreen
    
    Incorporate Federico's advice from bug 630913, including:
    - store priv as a local variable
    - chain up in finalize (this was actually a bug)
    - make :gdk-screen readwrite
    - add a ::changed vmethod for the signal
    - remove the callback in gnome_rr_screen_new, and drop gnome_rr_screen_destroy

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 1d1f8ef64f404eccb29d384a75939701327e8e77
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Nov 4 17:17:22 2010 +0100

    Turn GnomeRRConfig and GnomeOutputInfo into GObjects
    
    For easier binding and introspectability, rework GnomeRRConfig and
    GnomeOutputInfo to be GObjects (GInitables, actually) instead of
    boxed types. This commit *does* break API, as previous API just
    accessed fields in the public structs, while now everything has been
    moved to private structures and accessors must be used.
    Also, rework GnomeRRLabeler to use both a public and a private structure,
    so that gobject-introspection can find instance/class sizes.
    Modifications to gnome-control-center and gnome-settings-daemon will
    follow.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630913

M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-labeler.c
M	libgnome-desktop/gnome-rr-labeler.h
A	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit d135dd1e76268887460e2f7adcff2c49178ac489
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Mon Oct 25 18:49:15 2010 +0200

    Add support for GObjectIntrospection
    
    Turned all GnomeRR structures into boxed types, then added the needed
    annotations and the Makefile.am bits.
    Does not yet include API changes, but should bind (awfully) all of
    libgnome-desktop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630913

M	configure.ac
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-desktop-thumbnail.c
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h
M	libgnome-desktop/gnome-thumbnail-pixbuf-utils.c

commit a080477b92be1854507d76992dee2bde3451d2fe
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Oct 21 17:18:04 2010 +0200

    Turn GnomeRRScreen into a GObject
    
    Rework GnomeRRScreen so that it is a full GObject, and all its data
    is moved to GnomeRRScreenPrivate.
    GObject's are more supported when it comes to introspection and bindings,
    in particular wrt constructors. Therefore, this is a necessary step
    for useful introspection generation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630913

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit af40f93ebf8eab71794f02797b87f2e9144c5cc3
Author: William Jon McCann <jmccann@redhat.com>
Date:   Fri Nov 26 21:01:18 2010 -0500

    Remove gnome-about
    
    The System Information panel in the System Settings will provide
    similar functionality.

M	Makefile.am
M	configure.ac
D	gnome-about/ChangeLog.pre-git
D	gnome-about/Makefile.am
D	gnome-about/contributors.list
D	gnome-about/gnome-64.png
D	gnome-about/gnome-about.desktop.in.in
D	gnome-about/gnome-about.in
D	gnome-about/headers/Makefile.am
D	gnome-about/headers/header-bg-ancient01a.png
D	gnome-about/headers/header-bg-city01.png
D	gnome-about/headers/header-bg-clouds01.png
D	gnome-about/headers/header-bg-clouds02.png
D	gnome-about/headers/header-bg-hills01.png
D	gnome-about/headers/header-bg-landscape01.png
D	gnome-about/headers/header-bg-mountains01.png
D	gnome-about/headers/header-bg-snow01.png
D	gnome-about/headers/header-bg-sunset01.png
D	gnome-version.xml.in.in
D	man/Makefile.am
D	man/gnome-about.1
M	po/POTFILES.in
M	po/POTFILES.skip

commit 1ff1bcaefdd3fcb2c3d1264095d07a6de6e88b1e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 25 13:21:55 2010 +0000

    Fix wrong attribution in NEWS file

M	NEWS

commit 0eb756308d028cc9690dd1f00bace8bc010c93bc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 25 12:47:57 2010 +0000

    Post-release version bump to 2.91.4

M	configure.ac

commit 39fc2d31561ac385177dc0680bf5e7b3dc90eb54
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 25 12:46:10 2010 +0000

    2.91.3

M	NEWS

commit 20415476aae7019d949c9448365d6d210e55ce01
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 12 16:52:39 2010 +0000

    Add object to monitor system timezone files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626346

M	libgnome-desktop/Makefile.am
A	libgnome-desktop/gnome-tz-monitor.c
A	libgnome-desktop/gnome-tz-monitor.h

commit ae7a732da1bdced139b109a453fac78c2b9f2fc6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Nov 25 11:41:46 2010 +0100

    gnome-bg: Tweak a bit 63c36f78
    
    No real change, I just wanted to cleanup the code a bit.

M	libgnome-desktop/gnome-bg.c

commit 63c36f78980a4982d364e37e6c1e6219af2ecd32
Author: Didier Roche <didrocks@ubuntu.com>
Date:   Thu Nov 25 11:12:43 2010 +0100

    gnome-bg: Cache resized wallpaper to help CPU at startup
    
    Resized and transformed wallpapers are stored in ~/.cache/wallpaper/.
    The cache is refreshed for each new current wallpaper depending on the
    resolution or transformation, and each time the source image is
    refreshed.
    
    The source image format is preserved.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608419

M	libgnome-desktop/gnome-bg.c

commit ffd384bd1d50b8372323d074b255f5f7b341c4ec
Author: Marcelo  Rodrigues <marcelopires@mmsantos.com.br>
Date:   Wed Nov 24 14:26:03 2010 -0200

    Added Brazilian Portuguese translation

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

commit cb6b9cdcc24452d12d23be31e72473d619a8da12
Author: Djavan Fagundes <djavan@comum.org>
Date:   Wed Nov 24 14:25:03 2010 -0200

    Added pt_BR to Makefile.am

M	desktop-docs/lgpl/Makefile.am

commit 4dd5a30269d71bbe1da884a849db2290df5544c9
Author: William Jon McCann <jmccann@redhat.com>
Date:   Tue Nov 23 08:01:25 2010 -0500

    rr: unset primary on displays that are off

M	libgnome-desktop/gnome-rr-config.c

commit 4bffbcb1ac85e1f821bde08d6d3acf2e6370443b
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Nov 23 17:09:54 2010 +0700

    Updated Thai translation.

M	po/th.po

commit f632805c549053a548877785e3e624b1fe687f23
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Nov 22 21:39:30 2010 -0500

    rr: add api for ensuring a primary display is set in config
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635455

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h

commit de76dea67cd85ca4643225c87e84464653f562f6
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:34:16 2010 +0100

    Added UG translation

M	po/ug.po

commit 8eceb2e731abe81affc0a99ac4567ce5d24d0245
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Nov 17 16:58:08 2010 +0100

    Remove gconf-2.0 from pkg-config file
    
    We don't have gconf anymore in the public headers.

M	libgnome-desktop/gnome-desktop-3.0.pc.in

commit e6b7118e9de5a59ba1a29bada9ec9ddc251ee13b
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Nov 17 16:43:38 2010 +0100

    release: post-release bump to 2.91.3

M	configure.ac

commit e58130fe1a4febc5131135bc9ee11639098c4d8d
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Nov 17 16:42:27 2010 +0100

    release: 2.91.2

M	NEWS

commit 26ccd4a7337b4dc4e5cafa7e7ac08bfc842b07ff
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Nov 16 09:33:04 2010 +0100

    Fix translations which do not respect python variable names
    
    This is a side-effect of #519869. Fixes #628919.

M	po/an.po
M	po/ast.po
M	po/hy.po
M	po/kg.po
M	po/ku.po
M	po/mk.po
M	po/ps.po

commit 6ce5a5117bf1cee57dc5b0aa70cc6c36b165c7bf
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:14:57 2010 +0100

    Added UG translation

M	po/ug.po

commit 1a98a3e6f4e938d297aaaa0d7009ea2cbed06eaf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 19:59:13 2010 +0000

    docs: Update generated files to match latest changes

M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	docs/reference/gnome-desktop3/gnome-desktop3.types

commit e23c907bfdfcbfacb83b20cc3568cefbe4c49b6b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 19:51:34 2010 +0000

    docs: Fix include path for API docs

M	docs/reference/gnome-desktop3/Makefile.am

commit 7e967de7dff160d7302b1ab66db3f9054b8373b3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 13:21:21 2010 +0000

    Fix possible double-free when destroying private windows
    
    This could cause free'ing random data when the members of ->windows
    were destroyed, but ->windows itself wasn't. As it was != NULL, we'd
    be free memory that wouldn't belong to us anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634534

M	libgnome-desktop/gnome-rr-labeler.c

commit b0a9b5adbea7a3e74ee8fb258d193cc951b80398
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Tue Nov 9 22:54:41 2010 +0100

    Revert "Turn GnomeRRScreen into a GObject"
    
    This reverts commit 4d2a27d55bcf9bb8de170ae6c6540724125aafa3.

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 9d20ddbc5ba6b51292f38c9dc5dbc7e99aff9da8
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Tue Nov 9 22:54:29 2010 +0100

    Revert "Add support for GObjectIntrospection"
    
    This reverts commit cad94246fb5be76482212407a380cd75f9e7b932.

M	configure.ac
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-desktop-thumbnail.c
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h
M	libgnome-desktop/gnome-thumbnail-pixbuf-utils.c

commit 6629e06b48019f2500b69f334c20d1d1850f2b55
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Tue Nov 9 22:53:40 2010 +0100

    Revert "Turn GnomeRRConfig and GnomeOutputInfo into GObjects"
    
    This reverts commit 139ac9d3510767444e425366594f7e7e6bb5c1f8.
    I messed with git push.
    Really, I promise I will not commit a patch without reviewing it!

M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-labeler.c
M	libgnome-desktop/gnome-rr-labeler.h
D	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit 6d5ff05f210d940f8a213ccea7fbe8dbc771d37b
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Tue Nov 9 22:49:37 2010 +0100

    Fix a typo in last commit.
    
    Of course, install folder is libgnome-desktop, not libgnome-destkop.
    Sorry for the noise.

M	libgnome-desktop/Makefile.am

commit 139ac9d3510767444e425366594f7e7e6bb5c1f8
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Nov 4 17:17:22 2010 +0100

    Turn GnomeRRConfig and GnomeOutputInfo into GObjects
    
    For easier binding and introspectability, rework GnomeRRConfig and
    GnomeOutputInfo to be GObjects (GInitables, actually) instead of
    boxed types. This commit *does* break API, as previous API just
    accessed fields in the public structs, while now everything has been
    moved to private structures and accessors must be used.
    Also, rework GnomeRRLabeler to use both a public and a private structure,
    so that gobject-introspection can find instance/class sizes.
    Modifications to gnome-control-center and gnome-settings-daemon will
    follow.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630913

M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-labeler.c
M	libgnome-desktop/gnome-rr-labeler.h
A	libgnome-desktop/gnome-rr-output-info.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit cad94246fb5be76482212407a380cd75f9e7b932
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Mon Oct 25 18:49:15 2010 +0200

    Add support for GObjectIntrospection
    
    Turned all GnomeRR structures into boxed types, then added the needed
    annotations and the Makefile.am bits.
    Does not yet include API changes, but should bind (awfully) all of
    libgnome-desktop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630913

M	configure.ac
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-desktop-thumbnail.c
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h
M	libgnome-desktop/gnome-thumbnail-pixbuf-utils.c

commit 4d2a27d55bcf9bb8de170ae6c6540724125aafa3
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Oct 21 17:18:04 2010 +0200

    Turn GnomeRRScreen into a GObject
    
    Rework GnomeRRScreen so that it is a full GObject, and all its data
    is moved to GnomeRRScreenPrivate.
    GObject's are more supported when it comes to introspection and bindings,
    in particular wrt constructors. Therefore, this is a necessary step
    for useful introspection generation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630913

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/gnome-rr.h

commit db82a33c6ed33c8ccfbb2f138da2a18bd73b2334
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Mon Nov 8 18:46:36 2010 +0100

    Move include files to libgnome-desktop/
    
    gobject-introspection requires all header and source files to be
    defined in one place. This is one way to achieve that, without
    using non recursive automake.
    Also, remove the outdated references to libgnome and libgnomeui
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630913

M	configure.ac
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/gnome-bg-crossfade.c
R100	libgnome-desktop/libgnomeui/gnome-bg-crossfade.h	libgnome-desktop/gnome-bg-crossfade.h
M	libgnome-desktop/gnome-bg.c
R098	libgnome-desktop/libgnomeui/gnome-bg.h	libgnome-desktop/gnome-bg.h
M	libgnome-desktop/gnome-desktop-thumbnail.c
R100	libgnome-desktop/libgnomeui/gnome-desktop-thumbnail.h	libgnome-desktop/gnome-desktop-thumbnail.h
M	libgnome-desktop/gnome-desktop-utils.c
R100	libgnome-desktop/libgnome/gnome-desktop-utils.h	libgnome-desktop/gnome-desktop-utils.h
M	libgnome-desktop/gnome-rr-config.c
R099	libgnome-desktop/libgnomeui/gnome-rr-config.h	libgnome-desktop/gnome-rr-config.h
M	libgnome-desktop/gnome-rr-labeler.c
R098	libgnome-desktop/libgnomeui/gnome-rr-labeler.h	libgnome-desktop/gnome-rr-labeler.h
M	libgnome-desktop/gnome-rr.c
R100	libgnome-desktop/libgnomeui/gnome-rr.h	libgnome-desktop/gnome-rr.h
M	libgnome-desktop/gnome-thumbnail-pixbuf-utils.c
D	libgnome-desktop/libgnome/Makefile.am
D	libgnome-desktop/libgnomeui/Makefile.am

commit 1aac0bd5b10f669e91bc5d2a6de2a07a42fdf626
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Nov 9 19:29:19 2010 +0100

    release: post-release bump to 2.91.2

M	configure.ac

commit 8d707144b759564f575ca6162061e29367475d34
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Nov 9 19:25:11 2010 +0100

    release: 2.91.1

M	NEWS

commit a53c18b3ad9c995ddc79b1f1d05db305f499f42f
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Tue Nov 9 18:44:14 2010 +0100

    gnome-bg: Port to GSettings
    
    This also introduces API break for loading/saving settings.
    
    See bug 626021 for details.

M	configure.ac
M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-desktop-3.0-uninstalled.pc.in
M	libgnome-desktop/gnome-desktop-3.0.pc.in
M	libgnome-desktop/libgnomeui/gnome-bg.h

commit ed7fd9042520b30a85d44118bfc9e98952bc5969
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Oct 29 00:57:38 2010 +0100

    Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 7c41d88c7f2e83b136a5e48f9990d8c849bba8f4
Author: Mahyar Moghimi <mahyar.moqimi@gmail.com>
Date:   Wed Oct 27 12:38:24 2010 +0330

    Update Persian translation

M	po/fa.po

commit 456bfec616d5985d0ead7fb15ea9a4a53a2be12a
Author: Mahyar Moghimi <mahyar.moqimi@gmail.com>
Date:   Wed Oct 27 12:36:38 2010 +0330

    Update Persian translation

M	po/fa.po

commit 3fa03455aa799ce882767c94152ce4d9d4e70377
Author: Federico Mena Quintero <federico@novell.com>
Date:   Tue Oct 26 18:18:03 2010 -0500

    bgo#629168 - Don't read past the end of a string
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/display-name.c

commit 34cd5f6ada2598256bcfaf56575f49c1ecd148fa
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 18 13:53:39 2010 +0200

    Added sl for Slovenian translation

M	desktop-docs/lgpl/Makefile.am

commit 6254d42d945903c95486ad518731e8e75324c45b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 18 13:53:19 2010 +0200

    Updated Slovenian translation

A	desktop-docs/lgpl/sl/sl.po

commit f7b66936b2d4129ea8e183917e89a8af0dc92b4b
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 18 13:52:43 2010 +0200

    Added sl for Slovenian translation

M	desktop-docs/gpl/Makefile.am

commit 97d87a8e3da13d633c6b36245ab043d5e0645154
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 18 13:52:23 2010 +0200

    Updated Slovenian translation

A	desktop-docs/gpl/sl/sl.po

commit e8b4e2de97204e1a6c24fc2b96b400c3f9731419
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 18 13:51:37 2010 +0200

    Updated Slovenian translation

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

commit 7dbc1d6d678f968bb03d7695e9a88255366d247f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 18 13:50:08 2010 +0200

    Added sl for Slovenian translation

M	desktop-docs/fdl/Makefile.am

commit aa1d95c632155a9b946ba6e49e3201a32ea51172
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Oct 18 13:49:45 2010 +0200

    Updated Slovenian translation

A	desktop-docs/fdl/sl/sl.po

commit f2257fb5dacafca1f8eb1e941082d6262b69a3dd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Oct 9 11:50:34 2010 +0200

    build: Update git.mk from pango

M	git.mk

commit 510454985e75ce8fe3f1674bd559b1e602684fbd
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Sep 24 09:37:44 2010 +0900

    Updated Korean translation

M	po/ko.po

commit 053a932b09487c4fa3e6331ef7fb65d24667263d
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Oct 7 21:05:17 2010 -0400

    Make the RR labels honor workarea so they don't appear over/under panels

M	libgnome-desktop/gnome-rr-labeler.c

commit 4b23898adf9980646cc1e64a7a4db207c0281366
Author: Benjamin Otte <otte@redhat.com>
Date:   Thu Oct 7 21:56:58 2010 +0200

    Require gconf in pc file
    
    As long as gnome-bg includes GConf headers, we better require it.

M	libgnome-desktop/gnome-desktop-3.0.pc.in

commit 48e4b7e6b73c9c5e0fa315a6b4dd2d10aa50dfef
Author: Kibavuidi Nsiangani <lundombe01@zaya-dio.com>
Date:   Tue Oct 5 21:44:21 2010 +0200

    Added Kikongo translation

M	po/LINGUAS
A	po/kg.po

commit c5c8db1caa95d5a3f3babcf22cf96836a439e7bb
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 4 23:31:19 2010 +0200

    release: post-release bump to 2.91.1

M	configure.ac

commit c611fd11650210738f5e8cfedea869622be24b10
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Oct 4 23:31:10 2010 +0200

    release: 2.91.0

M	NEWS
M	configure.ac

commit e07cba54243587c55e70fe923d0f6092c462f76c
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 4 12:29:25 2010 +0200

    Bump version to 2.91.0

M	configure.ac

commit 30a73173acd486ff509634a75530e9e4563fdf63
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Fri Oct 1 20:03:03 2010 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 2168b182343c89e01030af9c19475a3cf5a24f5e
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Sep 30 15:00:22 2010 -0400

    Use the awesome new GTK3 draw event instead of expose-event

M	libgnome-desktop/gnome-rr-labeler.c

commit f2a6d5ea97b98ea3b1d36bb1de83f3bfc92c5c73
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Sep 30 01:07:50 2010 -0400

    gnome-bg: don't try to use a null format
    
    commit 9a2c931869214d5113e3c9246cc36c094bd211fe
    introduced a bug that would cause a warning to
    spew in gnome-screensaver.

M	libgnome-desktop/gnome-bg.c

commit c5e5db705ee982e3cc0761a7c83235798d8428bd
Author: Benjamin Otte <otte@redhat.com>
Date:   Wed Sep 29 18:07:17 2010 +0200

    gnome-bg: Don't keep duplicates of cache width and height

M	libgnome-desktop/gnome-bg.c

commit da4d293870762064285231fba3a2a7c3c0d25838
Author: Benjamin Otte <otte@redhat.com>
Date:   Wed Sep 29 17:08:38 2010 +0200

    Make error traps use the awesome new GTK APIs

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/gnome-rr.c

commit 28f2b06f50e3f1adf19389c2c3a1f63872539fa9
Author: Benjamin Otte <otte@redhat.com>
Date:   Mon Aug 30 16:17:28 2010 +0200

    gnome-bg: Update for GTK3 changes
    
    Includes a renaming of all "pixmap" anems in APIs to "surface", because
    that's what they actually use.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630724

M	libgnome-desktop/gnome-bg-crossfade.c
M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/libgnomeui/gnome-bg-crossfade.h
M	libgnome-desktop/libgnomeui/gnome-bg.h

commit 8201ef063509e021933e4f45a19b243e89ac7233
Author: Gil Forcada <gforcada@gnome.org>
Date:   Mon Sep 27 23:39:36 2010 +0200

    Updated Catalan translation

M	po/ca.po

commit 7fcbb6d90d2c6251434dfac19364b39af21dceed
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 27 12:43:37 2010 +0200

    misc: Rename --enable-deprecations to --enable-deprecation-flags
    
    This is a better name for this configure option, since it's really about
    enabling the use of the deprecation flags, not allowing the use of
    deprecated API.

M	configure.ac
M	libgnome-desktop/Makefile.am

commit 2ce2378514c60c3008ab1a9b39083f1aad87be3e
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Sep 25 15:11:05 2010 +0300

    Updated Romanian translation

M	po/ro.po

commit 279887b8c558a4796b6ff910d917a5db44155fac
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Sep 25 13:48:35 2010 +0300

    Updated Romanian translation

M	po/ro.po

commit 0b2eb4581423135490d60f863eb79674dc9eec98
Author: Petr Kovar <pknbe@volny.cz>
Date:   Thu Sep 23 00:29:33 2010 +0200

    Update Czech translation

M	po/cs.po

commit 4c3d78c930ecb833a677f534ef6cd697d3d92169
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 20 17:40:55 2010 +0200

    build: Update all Makefile.am to more recent standards

M	Makefile.am
M	gnome-about/Makefile.am
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/libgnomeui/Makefile.am

commit 721b617b055f0c6b333999dcf28e19ffd694a8b7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 20 17:38:32 2010 +0200

    misc: Update instructions for commit messages
    
    We're switching to "tag:" instead of "[tag]".

M	ChangeLog

commit bc0c7c3e7a5e39f5c213dede148fbbcc23307994
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Wed Sep 15 21:36:15 2010 +0200

    Updated Danish translation

M	po/da.po

commit 4e066516b2e8d8c1b074af0aa69fa1733dadca44
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Sep 15 07:41:42 2010 -0400

    Look up mimetypes properly
    
    Use GIOs g_content_type apis to unalias mimetypes before looking
    them up, to avoid false negatives.
    
    Bug 629231

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit c7bc54f84c6757119b233be7259a214136f81e0f
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Wed Sep 15 12:47:15 2010 +0600

    Fix for Kazakh translation

M	po/kk.po

commit 7301ebe8ad19d0dd28dacab9f8da1d864f7d5278
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Wed Sep 15 12:36:27 2010 +0600

    Updated Kazakh translation

M	po/kk.po

commit c53ae1e9ed78939b413d7fea4d0d00ff8275d3e2
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 14 19:03:24 2010 +0200

    Updated Polish translation

M	po/pl.po

commit 97bc1dc0ed47cfaad538367584244498ae397df4
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Tue Sep 14 00:07:59 2010 +0900

    Updated Japanese translation.

M	po/ja.po

commit b309e97b6691f20711a1a8ff87e032c44e76b4c7
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun Sep 12 14:51:54 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

M	po/nl.po

commit de124b667434d0f15d22cbd0e654e9fc31f83116
Author: Ray Strode <rstrode@redhat.com>
Date:   Thu Sep 9 13:33:07 2010 -0500

    bgo#621046 - [randr] Force a refresh of timestamps so other clients won't think this is a server-generated event
    
    'Detect displays' in the control center's display capplet works by calling
    gnome_rr_screen_refresh().  However, this causes gnome-settings-daemon's
    RANDR plug-in to get an event, which makes it think that it should reconfigure
    the displays.  Here, we grab the X server and do a no-op XRRSetCrtcConfig() so
    that when we ungrab, the X server will send out an RRNotify event with an
    updated timestamp.  This will cause g-s-d not to reconfigure the displays, thus
    making 'Detect displays' really be 'detect only', not 'detect and reconfigure'.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c

commit 34075e423857379c79edd4f27ab1071aebd90acc
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 20:33:40 2010 +0200

    [release] post-release bump to 2.90.6

M	configure.ac

commit 3d05cd5ee29918f770ca56f4d08a7a8027237a58
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 20:33:21 2010 +0200

    [release] 2.90.5

M	NEWS
M	configure.ac

commit 278059220483847739a41e11e64dadcea7f870a3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 20:14:43 2010 +0200

    Remove files from POTFILES.in

M	po/POTFILES.in

commit a15287498fb39d850d9ae933fd19834007fd177f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 19:22:02 2010 +0200

    [misc] Update AUTHORS, HACKING, README
    
    Nothing new, but make sure this is up-to-date.
    
    Also tweak a bit autogen.sh and Makefile.am to make them look similar in
    all my modules.

M	AUTHORS
M	HACKING
M	Makefile.am
M	README
M	autogen.sh

commit ab12d2b6b7a463632588bcc107f45c955410fe58
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 17:48:33 2010 +0200

    [misc] Update license files to latest text
    
    Note that this doesn't change the license. The license text was updated
    for the latest FSF address, for example.

M	COPYING
M	COPYING-DOCS
M	COPYING.LIB

commit 338b5cdf2f436ddbf241483f9ea90c0290546f64
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 16:44:32 2010 +0200

    [build] Rename configure.in to configure.ac

M	autogen.sh
R100	configure.in	configure.ac

commit 36176e28fff69fb8879c09d0e5dafb496fc372a7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 15:25:29 2010 +0200

    [build] Add a --disable-desktop-docs configure flag
    
    This is similar to --disable-gnome-about, and helps installing both
    gnome-desktop and gnome-desktop-3 in parallel.

M	Makefile.am
M	configure.in

commit f12bded88e7a956e79841c286f96de7e5d213ad0
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 15:08:13 2010 +0200

    [build] Do not install gnome-version.xml with --disable-gnome-about
    
    Also, do not ship the generated gnome-version.xml in the tarball.

M	Makefile.am

commit 2a9e692fb995bb65d8bbceef389b93c1963c7624
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 8 14:59:52 2010 +0200

    [pixmaps] Remove old icons installed in /usr/share/pixmaps
    
    We kept them in GNOME 2 for compatibility because /usr/share/pixmaps was
    still in use at the beginning of GNOME 2. But for GNOME 3, we're now
    completely in the icon theme world, and we don't need those anymore.
    
    If an icon there was really important, please ask for it to be included
    in gnome-icon-theme.

M	Makefile.am
M	configure.in
D	pixmaps/Makefile.am
D	pixmaps/apple-green.png
D	pixmaps/apple-red.png
D	pixmaps/gnome-aorta.png
D	pixmaps/gnome-applets.png
D	pixmaps/gnome-background-image.png
D	pixmaps/gnome-background-pattern.png
D	pixmaps/gnome-background.png
D	pixmaps/gnome-calc2.png
D	pixmaps/gnome-calc3.png
D	pixmaps/gnome-calendar.png
D	pixmaps/gnome-ccbackground.png
D	pixmaps/gnome-ccdesktop.png
D	pixmaps/gnome-ccdialog.png
D	pixmaps/gnome-ccmime.png
D	pixmaps/gnome-ccperiph.png
D	pixmaps/gnome-ccscreensaver.png
D	pixmaps/gnome-ccwindowmanager.png
D	pixmaps/gnome-color-browser.png
D	pixmaps/gnome-color-xterm.png
D	pixmaps/gnome-computer.png
D	pixmaps/gnome-cromagnon.png
D	pixmaps/gnome-day.png
D	pixmaps/gnome-debian.png
D	pixmaps/gnome-diskfree.png
D	pixmaps/gnome-emacs.png
D	pixmaps/gnome-eterm.png
D	pixmaps/gnome-file-c.png
D	pixmaps/gnome-file-h.png
D	pixmaps/gnome-folder.png
D	pixmaps/gnome-gemvt.png
D	pixmaps/gnome-gimp.png
D	pixmaps/gnome-gmenu.png
D	pixmaps/gnome-gmush.png
D	pixmaps/gnome-gnomoku.png
D	pixmaps/gnome-home.png
D	pixmaps/gnome-html.png
D	pixmaps/gnome-image-gif.png
D	pixmaps/gnome-image-jpeg.png
D	pixmaps/gnome-irc.png
D	pixmaps/gnome-laptop.png
D	pixmaps/gnome-log.png
D	pixmaps/gnome-logo-icon-transparent.png
D	pixmaps/gnome-logo-icon.png
D	pixmaps/gnome-logo-large.png
D	pixmaps/gnome-mdi.png
D	pixmaps/gnome-mnemonic.png
D	pixmaps/gnome-month.png
D	pixmaps/gnome-mouse.png
D	pixmaps/gnome-news.png
D	pixmaps/gnome-note.png
D	pixmaps/gnome-qeye.png
D	pixmaps/gnome-set-time.png
D	pixmaps/gnome-spider.png
D	pixmaps/gnome-squeak.png
D	pixmaps/gnome-suse.png
D	pixmaps/gnome-talk.png
D	pixmaps/gnome-term-linux.png
D	pixmaps/gnome-term-linux2.png
D	pixmaps/gnome-term-night.png
D	pixmaps/gnome-term-tiger.png
D	pixmaps/gnome-term.png
D	pixmaps/gnome-tigert.png
D	pixmaps/gnome-touristinfo.png
D	pixmaps/gnome-user-interface.png
D	pixmaps/gnome-week.png
D	pixmaps/gnome-windows.png
D	pixmaps/gnome-word.png
D	pixmaps/gnome-xterm.png
D	pixmaps/gtkvim.png
D	pixmaps/kterm.xpm
D	pixmaps/monitor.png
D	pixmaps/vnterm.xpm

commit 78d427ffe4dbd076493b415f4988fc033f220383
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Sep 7 01:03:04 2010 +0100

    Updated Portuguese translation

M	po/pt.po

commit 5ba62e90dceaf765c2d549241179db9966bc5127
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Aug 31 15:34:25 2010 +0100

    Updated British English translation

M	po/en_GB.po

commit c172c7aa5e4c48f8812aca1f81e7801b85f5c189
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 29 11:48:16 2010 +0200

    Updated Hungarian translation

M	po/hu.po

commit 70abff5f24a4f598f1ea09644157461452e8a242
Author: Gheyret Kenji <gheyret@hotmail.com>
Date:   Sat Aug 28 13:14:40 2010 +0200

    Added UG translation

M	po/ug.po

commit 79e3dc497f954cbd1bc02986df5d5faf15a9ed54
Author: Alexander Shopov <ash@contact.bg>
Date:   Thu Aug 26 22:57:22 2010 +0300

    Updated Bulgarian translation

M	po/bg.po

commit f98913368e3c960cb123d725b79563a1e488ccdd
Author: Michael Kotsarinis <mk73628@gmail.com>
Date:   Wed Aug 25 14:18:43 2010 +0300

    l10n: Updated Greek translation for gnome-desktop

M	po/el.po

commit 273ed723530083066f3683b14756f25681e50aaa
Author: Милош Поповић <gpopac@gmail.com>
Date:   Mon Aug 23 01:25:58 2010 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit c41250d7e3921504229bd1f3304d25b68a603b9c
Author: André Gondim <andregondim@ubuntu.com>
Date:   Thu Aug 19 15:54:16 2010 -0300

    Updated Brazilian Portuguese Translation

M	po/pt_BR.po

commit d24ffe04b42db9e8700775acf775e7a71bc2ef22
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu Aug 12 12:32:40 2010 +0530

    Updated Oriya Translation

M	po/or.po

commit 8ae5205fe05132ec10ff84d705a8aaa4acc78253
Author: Shankar Prasad <sprasad@git.gnome.org>
Date:   Thu Aug 12 11:43:06 2010 +0530

    Updated the Kannada translations

M	po/kn.po

commit cbed80b9b6fa07b27d828a9b0a05f12c03449fed
Author: Thomas Wood <thomas.wood@intel.com>
Date:   Wed Aug 11 15:50:05 2010 +0100

    [gnome-bg] Be sure to unreference the file_monitor object during dispose
    
    Add a dispose handler and unreference the file_monitor object in it. The
    clear_cache function is also moved to dispose since it will unreference the
    pixbuf_cache object.

M	libgnome-desktop/gnome-bg.c

commit 00a2ba8603783ff9cea96323dd4250c6cb0e3fa4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Aug 7 17:11:37 2010 +0200

    [gnome-about] Update man page

M	man/gnome-about.1
D	man/gnome-about.sgml

commit 58a36766504d814359003b2a03de8d363e6542c6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Aug 7 17:02:19 2010 +0200

    [build] Add --disable-gnome-about configure flag
    
    This makes it easier to have both gnome-desktop and gnome-desktop-3
    installed at the same time.

M	Makefile.am
M	configure.in
M	man/Makefile.am

commit 0ef1a5419539548db89f3f19e54c68e8cdbb292c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Aug 7 16:50:06 2010 +0200

    [docs] Remove obsolete gnome-intro documentation
    
    This is some documentation from... 1998, when GNOME was still alpha!

D	desktop-docs/gnome-intro/book01.html
D	desktop-docs/gnome-intro/c01.html
D	desktop-docs/gnome-intro/c0101.html
D	desktop-docs/gnome-intro/c0102.html
D	desktop-docs/gnome-intro/c02.html
D	desktop-docs/gnome-intro/c0201.html
D	desktop-docs/gnome-intro/c0202.html
D	desktop-docs/gnome-intro/c0203.html
D	desktop-docs/gnome-intro/c0204.html
D	desktop-docs/gnome-intro/c0205.html
D	desktop-docs/gnome-intro/c0206.html
D	desktop-docs/gnome-intro/c0207.html
D	desktop-docs/gnome-intro/c0208.html
D	desktop-docs/gnome-intro/f01.html
D	desktop-docs/gnome-intro/f0101.html
D	desktop-docs/gnome-intro/f0102.html

commit cf69704a65cddc70efb4806c246c801970404c4a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Aug 7 16:45:17 2010 +0200

    [build] Use $(datadir)/libgnome-desktop-3.0 for library datadir
    
    We version the directory to have it parallel-installable with the GTK+2
    version.

M	libgnome-desktop/Makefile.am

commit f7396a442505cbd058455889914b23089d364684
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Fri Aug 6 13:49:10 2010 +0200

    Fix docs after GnomeDesktopItem removal

M	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
M	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
M	docs/reference/gnome-desktop3/gnome-desktop3.types

commit b8dbf604b83cccf0b2f0a4fccd1a8cd9bc3a6b94
Author: Sense Hofstede <sense@ubuntu.com>
Date:   Wed Aug 4 18:03:08 2010 +0200

    Updated Frisian translation

M	po/LINGUAS
A	po/fy.po

commit 640cce885dabf91f79da9e3836ffa57c77b3063f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Aug 4 14:37:12 2010 +0200

    Drop GnomeDesktopItem API
    
    This is replaced by GKeyFile and GDesktopAppInfo now.
    
    See http://mail.gnome.org/archives/desktop-devel-list/2010-July/msg00017.html
    for discussion.

M	libgnome-desktop/Makefile.am
D	libgnome-desktop/gnome-desktop-item.c
M	libgnome-desktop/libgnome/Makefile.am
D	libgnome-desktop/libgnome/gnome-desktop-item.h
D	libgnome-desktop/test-ditem.c

commit fbca5b2bcb35066036a82fd9e4f7f32db336b8b7
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Aug 4 15:38:30 2010 +0530

    update Punjabi Translation by A S Alam

M	po/pa.po

commit 490c715577c5e151a4e0be4d31d36beea19efbd7
Author: Pablo Castellano <pablog@src.gnome.org>
Date:   Tue Aug 3 19:55:59 2010 +0200

    Update git.mk from pango

M	git.mk

commit 9baddce7bdf87c870a138a672fc9b34dc4c97dbb
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Aug 3 17:02:15 2010 +0300

    Updated Russian translation from Yuri Myasoedov

M	po/ru.po

commit 79b07ead6c2670981fcbe7c81fcecbb9fe6f70c6
Author: Benjamin Otte <otte@redhat.com>
Date:   Fri Jul 23 10:16:22 2010 +0200

    Don't use deprecated Gdk drawing APIs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625097

M	libgnome-desktop/gnome-bg.c

commit 3367b32d5099f3b0c522a498c37ebfe317e0a582
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Tue Jul 27 15:31:38 2010 +0700

    Updated Indonesian translation

M	po/id.po

commit 51425d746f0221986bc70e3a52fdd702f270f6d1
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Jul 24 14:21:05 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit b84e249bb0490177cefe4ccf9e8d86545d9ca029
Author: YunQiang Su <wzssyqa@gmail.com>
Date:   Fri Jul 23 20:16:09 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit 696ba264c1a0e75b14aa7d8dcf121e6567c8ed02
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 20 10:50:31 2010 +0200

    Updated Galician translations

M	po/gl.po

commit 17e39e7d8d9fbbb6f66ab991e5840029f8e75509
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Jul 20 16:01:23 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 0f6178062a1bf72804fe2c16b0963d575e55feba
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Jul 19 17:35:47 2010 +0200

    Updated French translation
    
    Contributed by Gérard Baylard and Claude Paroz

M	po/fr.po

commit a632bce80a15062dd90a59b7196abc0fbabfaf29
Author: Daniel Martinez <entaltoaragon@gmail.com>
Date:   Mon Jul 19 15:57:28 2010 +0200

    Added Aragonese translation

M	po/LINGUAS
A	po/an.po

commit d42d71c79742fec3e98c2a0ea8b01fb5676fe893
Author: lainme <lainme993@gmail.com>
Date:   Mon Jul 12 15:56:35 2010 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit d4610e529926fd75ea17c94f030c2d92a15732ee
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 29 14:54:46 2010 +0200

    [release] post-release bump to 2.90.5

M	configure.in

commit ced7d22e8ebfc8138a1266e6bb0da1c0343e482f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 29 14:54:40 2010 +0200

    [release] 2.90.4

M	NEWS
M	README
M	configure.in

commit 9044902a2350856f14b803d5ac140ba3b5ecf01e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Jun 28 21:45:58 2010 -0400

    Don't requires gdk-pixbuf-3.0
    
    That version has ceased to exist.

M	configure.in

commit 6934a03ae0285b4e1461c8e720f4b6e3562f2d63
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Mon Jun 21 17:47:01 2010 +0200

    Updated Esperanto translation

M	po/eo.po

commit a27b6a67ee83930408b7805a07705208e911410c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jun 20 13:13:08 2010 +0200

    Added Norwegian bokmål translation

M	po/nb.po

commit ac775963c09a430c4791687cf811a3437ea2af83
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 14:41:23 2010 +0100

    2.90.1

M	NEWS
M	configure.in

commit efc19804529db3b70af251f85f62dacff1fb4f10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 14:26:17 2010 +0100

    Rename gtk-doc module to gnome-desktop3
    
    For parallel installability with GTK+ 2.x version

M	configure.in
M	docs/reference/Makefile.am
R099	docs/reference/gnome-desktop/Makefile.am	docs/reference/gnome-desktop3/Makefile.am
R100	docs/reference/gnome-desktop/gnome-desktop-docs.sgml	docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
R100	docs/reference/gnome-desktop/gnome-desktop-sections.txt	docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
R100	docs/reference/gnome-desktop/gnome-desktop.types	docs/reference/gnome-desktop3/gnome-desktop3.types
R099	docs/reference/gnome-desktop/tmpl/gnome-desktop-item.sgml	docs/reference/gnome-desktop3/tmpl/gnome-desktop-item.sgml
R100	docs/reference/gnome-desktop/tmpl/gnome-desktop-unused.sgml	docs/reference/gnome-desktop3/tmpl/gnome-desktop-unused.sgml

commit c814890ad764e412949cdd745367e959f417ba7a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 11 13:04:01 2010 +0100

    2.90.0
    
    Fix linking of the gtk-doc scanner.

M	NEWS
M	configure.in
M	docs/reference/gnome-desktop/Makefile.am
M	docs/reference/gnome-desktop/tmpl/gnome-desktop-item.sgml
M	docs/reference/gnome-desktop/tmpl/gnome-desktop-unused.sgml

commit 42452cada8cf1c4d7a81aded0a3ddbb5e97441de
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 11 13:00:32 2010 +0100

    Revert "Don't use fixed-length arrays for EDID"
    
    This reverts commit cd51db012316b571f03e7557b1159a7cbbcfcdeb.

M	libgnome-desktop/edid-parse.c
M	libgnome-desktop/edid.h
M	libgnome-desktop/gnome-rr-config.c

commit 427510a4778519fb523eac9aa6a30cd3175b83a5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 11 12:43:01 2010 +0100

    Port to GTK+ 3.0
    
    And make it parallel installable with GTK+ 2.0 version.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621291

M	configure.in
M	libgnome-desktop/Makefile.am
R057	libgnome-desktop/gnome-desktop-2.0-uninstalled.pc.in	libgnome-desktop/gnome-desktop-3.0-uninstalled.pc.in
R050	libgnome-desktop/gnome-desktop-2.0.pc.in	libgnome-desktop/gnome-desktop-3.0.pc.in
M	libgnome-desktop/libgnome/Makefile.am
M	libgnome-desktop/libgnomeui/Makefile.am

commit cd51db012316b571f03e7557b1159a7cbbcfcdeb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 9 11:01:14 2010 +0000

    Don't use fixed-length arrays for EDID
    
    Use variable-length variables instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=612276

M	libgnome-desktop/edid-parse.c
M	libgnome-desktop/edid.h
M	libgnome-desktop/gnome-rr-config.c

commit 13a7a9b5160723c1e8b98be91cc2a1b537aaed25
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu May 27 14:40:34 2010 +0300

    Updated Hebrew translation

M	po/he.po

commit c6b02c0dc1590988b9382c832fbf9920af410310
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed May 26 19:39:35 2010 +0200

    [release] post-release bump to 2.31.3

M	configure.in

commit 25691296c912f9c9148e979617823a3a333f1958
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed May 26 19:39:28 2010 +0200

    [release] 2.31.2

M	NEWS
M	README
M	configure.in
M	docs/reference/gnome-desktop/tmpl/gnome-desktop-item.sgml

commit 545263778ba58e6b0ad029898e7dacd1ef911858
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue May 18 12:55:01 2010 +0530

    Updated Oriya Translation

M	po/or.po

commit 768f829b4ddc0adf382c15afaf232d790589e4f3
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:20 2010 -0400

    Updated Shavian transliteration

M	po/en@shaw.po

commit 9b61e4f11c7f9d6788b41a32e988e4abf45dd67f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 1 22:00:13 2010 +0200

    Updated Norwegian bokmål translation

M	po/nb.po

commit 5ac20ff6ec92392c5576970a9bb4ad0314dc4c11
Author: Norayr Chilingaryan <norayr@arnet.am>
Date:   Wed Apr 28 05:37:06 2010 -0700

    Updated Armenian translation.

M	po/hy.po

commit ff94c25f97908228766013c276de8e31ef34bb32
Author: Norayr Chilingaryan <norayr@arnet.am>
Date:   Tue Apr 27 00:09:33 2010 +0500

    small bugfix for armenian translation and test

M	po/hy.po

commit 10e88f6e3771867cb31b9a9abbb600d5f2d2dbae
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Apr 26 08:05:46 2010 +0300

    Estonian translation updated

M	po/et.po

commit 031f4d231e27195126dbdab375b10b37b2282335
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sat Apr 24 21:22:07 2010 +0300

    Updated Latvian translation.

M	po/lv.po

commit 9cbde07dc90b988bc0b0e5b2c4da95149268a02b
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Apr 23 22:15:01 2010 +0200

    Updated Slovak translation

M	po/sk.po

commit 7bea31b917ecf6c550172898ae0cf939312186c8
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Apr 21 23:44:24 2010 +0200

    Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit a2f6b3d3fa0ea09597d94e67e2bb9fc89f024c06
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
Date:   Wed Apr 21 13:23:29 2010 +0530

    Updated Kannada translations

M	po/kn.po

commit df5e97b1343e60d4a7a7ba528d7948efae63aa46
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Apr 20 21:14:30 2010 -0400

    Fix a case of width-for-height confusion
    
    This can lead to huge memory consumption on multi-monitor systems.

M	libgnome-desktop/gnome-bg.c

commit 0136d73725699f02d2f9cd9d0cc34a0b407fd749
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Apr 17 21:23:56 2010 +0200

    Updated Galician translations

M	po/gl.po

commit 6470fcb82ab41823d883699e919eb368eef183dd
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Apr 16 08:41:31 2010 +0200

    Updated Spanish translation

M	po/es.po

commit 21d6fa87aa51bae5056efea6621da106200c927a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Apr 14 20:17:53 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit 887095726d2aaa190c3fe2e79a9b995ab8439fa0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Apr 14 20:16:36 2010 +0200

    Updated Slovenian translation

M	po/sl.po

commit ba28e329fed22a9c421d77f2866da701db78b4bd
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Apr 13 11:48:44 2010 +0530

    Updated Marathi Translations

M	po/mr.po

commit 982ca10ffa343f314726a86b140d132379bad2d8
Merge: bc9af60 415ff9f
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri Apr 9 14:42:06 2010 -0500

    Merge branch 'randr-assignment-errors'

commit 415ff9f57669a3f3e5b0e8550b5d027579424266
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri Apr 9 14:41:12 2010 -0500

    Say when we start trying to assign a CRTC
    
    We use this to know if there were CRTCs at all, as opposed to not having
    any modes for a particular CRTC.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-config.c

commit bc9af601a07528c388d9cb3fcaadfe14c8093117
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 9 10:49:23 2010 +0200

    Fix typo in error message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615251

M	libgnome-desktop/gnome-rr-config.c

commit acd9bbc08ad2a81ad69b0c77d6a82424f2d7e0f7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Apr 9 08:13:14 2010 +0200

    Updated Spanish translation

M	po/es.po

commit ab65f7113bbe5a01d4ac0d9fe8d34e67a7ba73ea
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Fri Apr 9 11:43:18 2010 +0700

    Updated Thai translation.

M	po/th.po

commit 77e24b95f7646d7cf02fffcb5c666089e88f58b5
Merge: da969dc adde41e
Author: Federico Mena Quintero <federico@novell.com>
Date:   Thu Apr 8 14:42:00 2010 -0500

    Merge branch 'randr-assignment-errors'
    
    The algorithm used to assign RANDR's CRTCs to outputs is recursive, and it
    basically returned just success/failure.  However, to debug what may be
    wrong when CRTCs cannot be assigned to outputs ("I cannot change my RANDR
    configuration"), it is useful to have a log of what the algorithm tried
    to do.  This branch adds the necessary propagation of errors so that
    the the public APIs return their GError with meaningful information about
    what failed.

commit adde41e2a4ee87f764150343cbfa39b2c59cb4e4
Author: Federico Mena Quintero <federico@novell.com>
Date:   Thu Apr 8 13:35:28 2010 -0500

    Accumulate errors in the recursive real_assign_crtcs()
    
    When we need to debug why a CRTC assignment didn't succeed, we need the full
    log of what the algorithm tried to do.  This accumulates the errors that
    happen along the process inside real_assign_crtcs().  Before we could
    silently leak the innermost errors, and we were ignoring them in the end.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-config.c

commit e2c2073097ede4b4d9bac4117a640a7821d28f46
Author: Federico Mena Quintero <federico@novell.com>
Date:   Tue Apr 6 16:24:06 2010 -0500

    Return detailed errors from the CRTC assignment process
    
    We used to return just true/false when attempting to assign
    CRTCs to outputs.  Now we return a real GError that explains
    why CRTC assignment failed.  This is mainly for debugging,
    not something intended to be seen by users.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-config.c

commit da969dc613c57e61539a0882b2b775a45410f9de
Author: Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>
Date:   Tue Apr 6 23:34:50 2010 +0300

    Updated Malay translation for gnome-desktop

M	po/ms.po

commit 1ee3019ae5ebf4315ef6a81aa072c0fa09e3cb5e
Author: Jordi Serratosa <jordis.lists@gmail.com>
Date:   Fri Apr 2 17:33:21 2010 +0200

    Fixes to Catalan translation

M	po/ca.po

commit 3b628e0b63d57cfd499c16dc91770b4910a3ccc2
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 30 23:19:01 2010 +0200

    [release] post-release bump to 2.30.1

M	configure.in

commit 5664876ad99bd856c2341c5e29e190dcbc34bb39
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 30 23:18:54 2010 +0200

    [release] 2.30.0

M	NEWS
M	README

commit 02a2110544e186f2e8597340d6635af5e5355fc0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 9 11:05:57 2010 +0000

    Ignore errors when setting the monitor size fails
    
    Otherwise the front-end application might crash with BadMatch.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599914

M	libgnome-desktop/gnome-rr.c

commit abb3475e07a26664781ff69694860b59f9a12aff
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Mar 30 18:09:13 2010 +0200

    Dutch translation updated by Wouter Bolsterlee

M	po/nl.po

commit c853a66c63dea6bf86c58c3e5bf40a1c4acc9c3f
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
Date:   Tue Mar 30 23:19:05 2010 +0900

    Updated Japanese translation.

M	po/ja.po

commit 006183d5227fc6a78a1f61961ee2e1f293a67729
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Mar 27 16:16:29 2010 +0100

    Updated Danish translation

M	po/da.po

commit 83835d30de48632d23580cc6c67db340b52e7fdd
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Sat Mar 27 17:03:20 2010 +0200

    Updated Greek translation for gnome-desktop

M	po/el.po

commit d67950353498caaa9bdf1cd6adfec2aa219c7d3f
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Mar 27 20:30:51 2010 +0600

    Updated Bengali translation

M	po/bn.po

commit 4ecbd8c42ae8080bf61d5fa1dea69a67e06f1b5f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat Mar 27 12:35:32 2010 +0100

    Move translator comment to the right place
    
    It wasn't visible to translators.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=610571

M	libgnome-desktop/gnome-rr.c

commit 305ca688de0690d0e613d50ad80a5ee91352aa8d
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 18:30:12 2010 +0200

    Updated Ukrainian translation

M	po/uk.po

commit 847aa389d019a23adb7f1f21861d2fccce056440
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 18:27:59 2010 +0200

    Updated Ukrainian translation

M	po/uk.po

commit a708b18d63ac09a98af34701f633f9f640485bdb
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Tue Mar 23 10:44:41 2010 +0100

    Updated Serbian translations

M	po/sr.po
M	po/sr@latin.po

commit 1eaf95f6473601d18a4031312c6b9f85bd75a9ac
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Mar 22 16:55:47 2010 +0100

    Updated Polish translation

M	po/pl.po

commit 81269d6d65ae3e54d7e466dcf3c195be24f5779d
Author: Badral Sanligiin <badral@openmn.org>
Date:   Mon Mar 22 00:46:21 2010 +0100

    Updated Mongolian translation

M	po/mn.po

commit f02b837f3f617a1b13b2ddfb567a7a5cbcdfd680
Author: Adi Roiban <adi@roiban.ro>
Date:   Mon Mar 22 01:12:37 2010 +0200

    Update Romanian translation

M	po/ro.po

commit b5b0700d189dd6db661e43bcd526965ca76da98d
Author: vasudeven <agnihot3@gmail.com>
Date:   Sat Mar 20 17:25:09 2010 +0530

    updated Tamil translation

M	po/ta.po

commit 1765a6ea3e72d7c525000a8eaa305536fc0e3cdd
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sat Mar 20 00:11:44 2010 +0100

    Update Czech translation

M	po/cs.po

commit 13cf2ce3fe1df3acc4e0d1d7bff0943094ffbd3d
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Thu Mar 18 23:33:14 2010 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit 5105e259151e7efaab918b1f3940bbb9ed178ae5
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Thu Mar 18 15:05:27 2010 +0200

    Updated Finnish translation

M	po/fi.po

commit f4d73e9d5a8b747bb50573671f848e2fa4808ba1
Author: A S Alam <aalam@users.sf.net>
Date:   Wed Mar 17 07:17:42 2010 +0530

    updating for Punjabi by A S Alam

M	po/pa.po

commit 2de4100ba4e8f2e4de2f9c3487454305f5da9571
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 16 10:22:45 2010 -0400

    Fix crash in gradient handling code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=606456

M	libgnome-desktop/gnome-bg.c

commit be049e40539b0016e90f2b64380f63933c46b050
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Mar 15 21:01:52 2010 +0100

    Updated Slovak translation

M	po/sk.po

commit bfaf1c2b4e79bd01c228a48bb999bdfbd3ae9a2e
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Mar 13 16:42:52 2010 +0100

    Updated Italian translation

M	po/it.po

commit 47e6c62d16962f1d2485b840e2a02dffff3d2402
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Mar 13 16:24:12 2010 +0100

    Updated Catalan translation

M	po/ca.po

commit 94a98105c8dbf222f9e7b57cf8a7a6347ad61b1d
Author: Denis ARNAUD <denisarnuad@yahoo.fr>
Date:   Fri Mar 12 18:25:06 2010 +0100

    updated breton translation

M	po/br.po

commit 49d12bc1c664898e570b4a87867c0d46265cbffa
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Mar 10 15:20:58 2010 +0100

    Fix build with -DGSEAL_ENABLE
    
    The changes are simple here.

M	libgnome-desktop/gnome-rr-labeler.c

commit eb4d87567da0b61fb007d2f91fbf6ddcb6c324dc
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 13:18:16 2010 +0100

    [build] Add gtk-doc build to configure summary

M	configure.in

commit cc8b77561beb73deddeab7e26a9b25d03392cbf4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 13:09:43 2010 +0100

    [build] Spaces instead of tabs in configure.in

M	configure.in

commit dfd02babc53833d7476f8ed7676e9766c4504590
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 12:55:43 2010 +0100

    [build] Add configure output summary

M	configure.in

commit d175819881538f51a14072b1ef50f216a1de9332
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Mar 9 12:53:17 2010 +0100

    [build] Really fix build without randr

M	configure.in
M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-private.h

commit e49bdba1080a9350596e942f5019d607a12d5dd4
Author: Rob Taylor <rob.taylor@codethink.co.uk>
Date:   Tue Mar 9 11:36:14 2010 +0000

    Fix build failure with GTK 2.19+
    
    GTK_WIDGET_STATE is now deprecated. Replaces use with gtk_widget_get_state,
    available as of GTK+ 2.18

M	configure.in
M	libgnome-desktop/gnome-rr-labeler.c

commit 34f0aaa22f5ee4517d06b9b9ed92c853ef774348
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Mar 9 01:45:36 2010 +0000

    Updated Portuguese translation

M	po/pt.po

commit 0a9ed4b4281372251c8593601ece66d7541034a8
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 8 17:33:03 2010 +0100

    [release] post-release bump to 2.30.0

M	configure.in

commit 3def4f9524d73773666285b511ec6de6f62d83ea
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 8 17:32:53 2010 +0100

    [release] 2.29.92

M	NEWS
M	README

commit f2d2ad73988315529ceab9677e8584f7e20241ce
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 8 10:42:43 2010 -0500

    Drop pixbuf cache before switching slides
    
    Otherwise, the wrong frame gets shown in the switch.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=601753

M	libgnome-desktop/gnome-bg.c

commit 2cd24e12c0a1df48491c76e2321f2ef2cd6219d6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Mar 8 15:51:12 2010 +0100

    [gnome-about] Add main category to desktop file
    
    And also add NoDisplay=true since we don't want gnome-about to be
    visible in the menus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599761

M	gnome-about/gnome-about.desktop.in.in

commit 86c08cc7086265e174b145dc66561ec77565c68f
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 6 22:50:13 2010 +0900

    Updated Korean translation

M	po/ko.po

commit e2b005e900c20dd4bc5dde4dd54d60f4efdd24e9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Mar 6 19:57:45 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 646620732054771566af4bf8c91bd65247fc4544
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Mar 5 15:24:48 2010 +0100

    Updated Hungarian translation

M	po/hu.po

commit 510c9aa1a806db5ccf665e4592af2393474ab1d8
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Fri Mar 5 11:20:45 2010 +0200

    Updated Lithuanian translation.

M	po/lt.po

commit 3b4a796f778577955d1904884dde56da95076037
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Fri Mar 5 00:11:20 2010 +0100

    Update Galician translation

M	po/gl.po

commit b5286368971463139b93365c6ea6e189ffa1f05f
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Mar 4 23:35:50 2010 +0100

    Updated Basque language

M	po/eu.po

commit e9e1abb9b1a4b973147da11f1c53735596385f8b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Mar 4 12:58:57 2010 -0500

    Fix a segfault
    
    Since output_free() frees display_name, we always have to dupe it.

M	libgnome-desktop/gnome-rr-config.c

commit b0ceb791fecc07aa0a77fd641fc5d7357368aaba
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Mar 4 16:43:36 2010 +0100

    Fix build with GNOME_DISABLE_DEPRECATED
    
    We need to undefine GNOME_DISABLE_DEPRECATED in gnome-rr.c to make sure
    all definitions of functions in gnome-rr.h are seen.

M	libgnome-desktop/gnome-rr.c

commit a49f574059c23fcb72f354993b1764a73ff2d1f8
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Thu Mar 4 11:23:05 2010 +0200

    Update Russian translation by Yury Kozlov

M	po/ru.po

commit 9255c9244e34f0bb662b172ef5314409208b1e64
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Thu Mar 4 00:29:01 2010 +0100

    Added LowGerman translation

M	desktop-docs/gpl/Makefile.am

commit 1dc971f45ff89fdc69daef042874fe4afb8adfc0
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Thu Mar 4 00:28:40 2010 +0100

    Added LowGerman translation

M	desktop-docs/ChangeLog.pre-git

commit 12f3289e1be0ac766a2cb0d733afac89bb90f984
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Thu Mar 4 00:23:55 2010 +0100

    Added LowGerman translation

A	desktop-docs/gpl/nds/nds.po

commit cd626c53ae81a133f08cda45e4c0cc54f8d3196d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 3 17:07:46 2010 +0100

    Updated Norwegian bokmål translation

M	po/nb.po

commit 8c25f6a54dd170407902e24b68bfe55792e4694d
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Mar 1 11:59:18 2010 +0700

    Updated Thai translation.

M	po/th.po

commit 104995df90342d21e6a33569aa6c1ce1df70c675
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Feb 28 13:03:53 2010 +0100

    Updated Swedish translation

M	po/sv.po

commit 4f64a20a7ffe3f7057913f79086f7e7dbedd4a96
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
Date:   Sat Feb 27 13:10:56 2010 +0100

    Updated Norwegian Nynorsk translation

M	po/nn.po

commit 3546341922a237e7cd24781360f6647f51f917fc
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Feb 27 11:20:24 2010 +0100

    Updated French translation

M	po/fr.po

commit 248bf499ceadcd7bcc426c7071ce6e5076fd56b9
Author: Antonio Fernandes C. Neto <fernandes@pelivre.org>
Date:   Thu Feb 25 22:56:27 2010 -0300

    Updated Brazilian Portuguese translation
    
    Reviewer: Vladimir Melo <vmelo@gnome.org>

M	po/pt_BR.po

commit 5f9ce3c0f1ee7b11ff256ed437f700d899663d8f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Feb 25 12:40:45 2010 +0100

    Updated Polish translation

M	po/pl.po

commit 2712db7526a07d0179d38acfd648ba1fde004e9b
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Feb 24 16:47:04 2010 +0000

    Updated British English translation
    
    Actually do it this time

M	po/en_GB.po

commit 22564c4d2e4ff9a564b9bf329af72920ea8c2452
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Feb 24 16:11:30 2010 +0000

    Updated British English translation

M	po/en_GB.po

commit 4f1355bdbdb085d322b8663dec6769b514061054
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Feb 23 17:06:50 2010 +0100

    Updated German translation

M	po/de.po

commit 1755b13e15ee60853276219cbcfbab63df679826
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Feb 23 09:40:43 2010 +0200

    Updated Bulgarian translation

M	po/bg.po

commit 113d717602f8c82e905a90676490a4e5e5beb100
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Feb 23 09:35:58 2010 +0200

    Estonian translation updated

M	po/et.po

commit 25268c607f8ab377f5e52bfd817450241919649b
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Feb 22 20:24:57 2010 -0600

    bgo#554263 - Allow compiling without RANDR libraries
    
    In this case, the crucial gnome_rr_screen_new() will simply return
    NULL and a GError.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c

commit c88abbcac03b81b1d887038ff457bd9f0ca9570d
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Feb 22 19:32:38 2010 -0600

    Check for the RANDR library separately in configure.in
    
    We will support compiling without RANDR, for MacPorts and ancient systems.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	configure.in

commit 60f318f3d5a890c267160562f54a048d862def18
Merge: 4886011 019e6a7
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Feb 22 18:00:13 2010 -0600

    Merge branch 'randr-connector-type'
    
    This adds two new APIs:
    
    gnome_rr_output_get_connector_type()
    gnome_rr_output_is_laptop()
    
    These will be used by gnome-settings-daemon/plugins/xrandr and
    gnome-control-center/capplets/display.

commit 019e6a765c1df05ad2571f803e4dfc49de5d164f
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Feb 22 17:29:56 2010 -0600

    Bump LT_VERSION for the added gnome-rr APIs
    
    gnome_rr_output_get_connector_type()
    gnome_rr_output_is_laptop()
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	configure.in

commit 6b28613b1fd759c8ab9b72a54c8684197e94e53a
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Feb 22 17:26:57 2010 -0600

    Oops, free the prop in the error case as well
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c

commit 4886011dead4492568b22eb448e8e44af9408707
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 22 22:04:25 2010 +0100

    Updated Spanish translation

M	po/es.po

commit b67d48ec48c110f71b3c1e5cf0904f01edd20aca
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 22 20:30:34 2010 +0100

    [release] post-release bump to 2.29.92

M	configure.in

commit 3f6659fffa71d87bfb2bb54ff267af4a60cffbc9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 22 20:30:24 2010 +0100

    [release] 2.29.91

M	NEWS
M	README
M	configure.in

commit 7fdb4021f379522d5ebf607dd96122cbd9570292
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Feb 22 15:52:00 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit ee4c429acdcbe62d4f0fb6108e1b3177e85dbe41
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Feb 22 15:27:22 2010 +0100

    Updated Slovenian translation

M	po/sl.po

commit e388b6eadc40bb85bae726203406b385c573ac91
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 22 13:36:00 2010 +0100

    Add translator comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=610567

M	libgnome-desktop/gnome-desktop-item.c

commit 5c5aebb6fc9d06273c1048fa1847c53218eb8137
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Mon Feb 22 13:42:46 2010 +0200

    Updated Arabic translation

M	po/ar.po

commit 068461b3d4216eaca47adc7bf4ff4eb546e80f60
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 22 12:31:36 2010 +0100

    Add translator comments, and a context for one string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=610566
    https://bugzilla.gnome.org/show_bug.cgi?id=610571

M	libgnome-desktop/display-name.c
M	libgnome-desktop/gnome-rr.c

commit ee4e55fbc2d8bf4faef96f02183c417f64f79946
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Feb 22 12:15:06 2010 +0100

    Improve error string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=610568

M	libgnome-desktop/gnome-desktop-item.c

commit 14c78662f95e2885bbf35ff6ba3f150ed749eef7
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri Feb 19 14:40:54 2010 -0600

    Build a laptop's display name more robustly
    
    Use gnome_rr_output_is_laptop(), which has better logic
    than what was in make_display_name().  Now that latter function
    just builds display names based on vendor names.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/display-name.c
M	libgnome-desktop/edid.h
M	libgnome-desktop/gnome-rr-config.c

commit f9e4d4e7017b97204502dc89356d85e121ca41cd
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri Feb 19 14:20:53 2010 -0600

    Add gnome_rr_output_is_laptop()
    
    Detecting a laptop's built-in LCD takes some trickery, so we now
    have a function to do it.
    
    You would think that all versions of RANDR would make this easy,
    but noooooo, why cater to userspace's needs when you can just
    throw together APIs without ever thinking of how people may
    need to use them.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/libgnomeui/gnome-rr.h

commit 6f57fded4ab4a409795c8d97f998dbefe8998db9
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri Feb 19 14:18:43 2010 -0600

    Add gnome_rr_output_get_connector_type()
    
    We will need this to identify a laptop's built-in LCD robustly when
    RANDR 1.3 is present.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/libgnomeui/gnome-rr.h

commit 8eb0886312751054e2e6d9b10eedbb0ddf180deb
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Feb 18 15:51:53 2010 -0500

    Add a picture option to make the background span monitors
    
    This feature was lost in 2.28, and people miss it. See bug 603551.

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/libgnomeui/gnome-bg.h

commit e07bde7f2c2208b62c46f5669e59a98e5cc26b9b
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Mon Feb 15 16:24:33 2010 +0100

    Updated Galician translation

M	po/gl.po

commit 9a2c931869214d5113e3c9246cc36c094bd211fe
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sun Feb 14 20:18:30 2010 -0500

    Fix a memory leak
    
    This was reported in bug 590455

M	libgnome-desktop/gnome-bg.c

commit 3babd4a7409c4c987a0721026b85785e504ed9ee
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 9 14:51:04 2010 +0100

    [release] post-release bump to 2.29.91

M	configure.in

commit 9205f91a878b9d009139991d2f86732ae6fcc066
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Feb 9 14:50:53 2010 +0100

    [release] 2.29.90

M	NEWS
M	README
M	configure.in

commit 60e6f6392bc20e3d66e4be4a73e5ef4baf67c9f1
Author: Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
Date:   Sat Feb 6 20:46:05 2010 +0100

    Updated Malay translation

M	po/ms.po

commit 6d76afefa1c150827dada60f4d8943241aa239c8
Author: Marios Zindilis <m.zindilis@dmajor.org>
Date:   Fri Feb 5 09:32:22 2010 -0800

    Updated Greek translation

M	po/el.po

commit 9ce0c8ef1753035c4dabb9d40cc67ecfa1d03a62
Author: Anousak Souphavanh <anousak@gmail.com>
Date:   Tue Feb 2 09:52:09 2010 +0100

    Updated Lao translation

M	po/lo.po

commit 1fe1262aee8a763dd980b3441d0ebe0b96c166f8
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
Date:   Thu Jan 28 12:16:24 2010 +0100

    Updated Norwegian Nynorsk translation

M	po/nn.po

commit abed95d6dd11d73106b2ae556a3e1b97153e8542
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jan 27 16:18:56 2010 +0100

    [release] post-release bump to 2.29.90

M	configure.in

commit e7290c3ab34e339e11f0fc58582f346b61ac22f5
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jan 27 16:18:49 2010 +0100

    [release] 2.29.6

M	NEWS
M	README

commit 98a83f884c46b1955cb817bd1673d97b25d527ed
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Fri Jan 22 12:10:28 2010 +0600

    Updated Bengali translation

M	po/bn.po

commit 33b23b2a30309ad9fb745ed973cb4fd76cfc8fad
Author: Erdal Ronahi <erdal.ronahi@gmail.com>
Date:   Sat Jan 16 00:27:31 2010 +0100

    Updated Kurdish translations

M	po/ku.po

commit 94e5547c460465872650f6013c8cb230f7057966
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jan 12 23:18:30 2010 +0100

    [release] post-release bump to 2.29.6

M	configure.in

commit cab2ec6ef28c2c1d0ec8fb597892faefe803a303
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jan 12 23:18:23 2010 +0100

    [release] 2.29.5

M	NEWS
M	README

commit 2692baee971d7f80a6e4da0538ecec64b2e319bd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jan 5 14:00:09 2010 +0100

    [misc] Bump soname since ABI was broken
    
    The per-monitor backgrounds commit (303111fc) changes an API.

M	configure.in

commit 027292acdc3e303e6a7edfbc68395a41466f2a39
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Dec 22 11:23:40 2009 -0500

    Bump version

M	configure.in

commit a6efab3423865e3603a9ba05e4ef566dc2736b9c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Dec 22 11:12:44 2009 -0500

    2.29.4

M	NEWS

commit af477956ddd06e3821bbcc3e9337a637fe91584a
Author: William Jon McCann <jmccann@redhat.com>
Date:   Tue Dec 15 22:21:15 2009 -0500

    Fix refcounting issues leading to leaks
    
    Removes a FIXME by expecting all get_ functions to return refs.

M	libgnome-desktop/gnome-bg.c

commit 5a080e8f12ed6da1b1d1df545d15870742b99c2b
Author: William Jon McCann <jmccann@redhat.com>
Date:   Fri Dec 11 16:23:10 2009 -0500

    Fix drawing gradients and always clip to the monitor region

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/libgnomeui/gnome-bg.h

commit c68c8122a761fe22f09d56dbf863eeaaabd4a3ee
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Dec 10 17:32:58 2009 -0500

    don't try to scale null images

M	libgnome-desktop/gnome-bg.c

commit 303111fc48a74addbf408ddd47d6d88ca43b5e45
Author: William Jon McCann <jmccann@redhat.com>
Date:   Sun Nov 8 15:56:23 2009 -0500

    Add per-monitor backgrounds support
    
    The idea of this is to draw backgrounds to fit each monitor
    individually instead of filling the entire root window of the
    screen with a single image stretched across monitors.
    
    Based on a patch by Chris Wright <dhasenan@gmail.com>
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=147808

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/libgnomeui/gnome-bg.h

commit ead3ad9c1b38ad69b29b1237dadc40aa22050ac8
Author: Tao Wei <weitao1979@gmail.com>
Date:   Wed Dec 9 14:29:02 2009 +0800

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit b03ff79cb96b54190623f3693198df6c9774a8d3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 1 00:54:00 2009 +0100

    [release] post-release bump to 2.29.4

M	configure.in

commit 0f39343c08180da6a928b823742b97fd0f49b409
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Dec 1 00:53:44 2009 +0100

    [release] 2.29.3

M	NEWS
M	README
M	configure.in

commit 84d17f73a92fe49eb2f79ae7d3b0e521f852e06e
Author: Pascal Terjan <pterjan@mandriva.com>
Date:   Fri Nov 27 14:45:39 2009 +0100

    Avoid duplicating version number in configure.in
    
    2.28.1 was released with GNOME_MINOR set to 0 so gnome-about displays
    2.28.0 instead of 2.28.1
    
    To avoid this issue this patch only defines the values once
    
    Signed-off-by: Pascal Terjan <pterjan@mandriva.com>

M	configure.in

commit 413256f9bc4346f12ee4f97ed73c3ee9fc6e830a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 16 15:37:05 2009 -0600

    [release] post-release bump to 2.29.3

M	configure.in

commit 1c57245a8918548d94b8832b19a255888474173f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Nov 16 15:36:56 2009 -0600

    [release] 2.29.2

M	NEWS
M	README
M	configure.in

commit 1acd7255c4b240767ee09ccd4788d2e9fc6a88ca
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 2 16:21:36 2009 -0500

    Bump version to 2.29.0

M	configure.in

commit 3bb827f0afb04b351413db0d6efd1157ca992ab9
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Nov 2 13:07:43 2009 -0500

    Add gamma api
    
    This is just a thin wrapper around the XRANDR 1.3 gamma handling.
    It will be used by gnome-screensaver for proper gamma fading.
    
    Patch by David Airlie. See bug 597874.

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/libgnomeui/gnome-rr.h

commit 6046be8176d36d91451fdf85a1321546b0b05e4b
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Sat Oct 31 22:31:42 2009 -0400

    Shavian translation

M	po/LINGUAS
A	po/en@shaw.po

commit 8ba5e616ceb10ae8f1138eaa550ec65742195b78
Author: Federico Mena Quintero <federico@novell.com>
Date:   Sun Sep 20 08:29:46 2009 -0500

    Allow rotation if the virtual size has the correct number of pixels
    
    We checked for the rotated size actually fitting in the virtual size;
    now we just check for the virtual size having the required number of pixels.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-config.c

commit 601e7e8e276c24e5f72ec236741903447a34d751
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
Date:   Thu Oct 22 19:41:36 2009 +0200

    Updated Low German translation

M	po/nds.po

commit 7631d5456897a315f58c6513098d37158401d687
Author: Frédéric Péters <fpeters@0d.be>
Date:   Thu Oct 22 15:13:02 2009 +0200

    [release] post release bump to 2.28.2

M	configure.in

commit ba590ae234390af999b92568b0c38698ed2c2c08
Author: Frédéric Péters <fpeters@0d.be>
Date:   Thu Oct 22 15:10:42 2009 +0200

    [release] 2.28.1

M	NEWS

commit 8947b354e617d0b93ef7ee6d33630556909bbe82
Author: Frédéric Péters <fpeters@0d.be>
Date:   Thu Oct 22 15:04:18 2009 +0200

    [build] Use tar-ustar when disting
    
    Otherwise files with long names don't get in the tarball.

M	configure.in

commit dea2f8318c3d92a90cd87c6a3d6d93eb1401259a
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Wed Oct 21 00:14:00 2009 -0500

    Update for Crimean Tatar (Crimean Turkish) translation

M	po/crh.po

commit 5804f80c330924e0ce2b0ed61944e57f97190bb5
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Oct 20 13:40:32 2009 +0300

    Updated Russian translation

M	po/ru.po

commit 7fa42b6e954a07d6c9ea88d5aa218d72e082dc8f
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Oct 20 13:21:11 2009 +0300

    Updated Russian translation

M	po/ru.po

commit 45f7f77f3a6edea913b2cdc614ab5ac7c26d9e90
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Oct 12 12:06:43 2009 +0200

    Updated Hebrew translation

M	po/he.po

commit 79dbd249d3ee28835f86cf2c05c86b07cac5c65c
Author: Sveinn í Felli <sveinki@nett.is>
Date:   Fri Oct 2 06:23:42 2009 +0000

    Updated Icelandic translation

M	po/is.po

commit 84332e2640d8fcc542a3331accdd35edc743b41a
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 21 18:18:08 2009 +0200

    [release] post-release bump to 2.28.1

M	configure.in

commit b5a7fc0bcc4f10cfbc258991c3afc7684b66416b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Sep 21 18:17:59 2009 +0200

    [release] 2.28.0

M	NEWS
M	README
M	configure.in

commit a05895d8be84853b874b1f6e76b9cb2441cb0270
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Mon Sep 21 11:55:33 2009 +0530

    Updating Assamese translations

M	po/as.po

commit 80259d1ee912ed7626745f74e8579f5295da2cba
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Sep 21 04:15:03 2009 +0200

    Updated Czech translation

M	po/cs.po

commit 506a4de31d1dfee77c529b829135f874780f33f6
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Sun Sep 20 12:34:19 2009 +0530

    maithili update, translated by Sangeeta Kumari

M	po/mai.po

commit c46c458d6b32f3c4c46d3663ad0eaf9b4ed8dd5b
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Sep 19 17:59:47 2009 +0200

    Updated Catalan translation

M	po/ca.po

commit a15b9289eef6b2574c6e2dfaf0ea81eecb2c7e90
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Sep 19 10:28:43 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 907892757d76c02f4042fdf10d25a1ad5adb5c85
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Sep 17 21:19:34 2009 +0530

    Updated Telugu Translation

M	po/te.po

commit 275b28ab1e570bbb804d7b1885d906358fd806b7
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Sep 17 11:36:53 2009 +0300

    Added Ukrainian translation

M	po/uk.po

commit 0b6c700435da3e439a41a37b84d2ed6f0b4cc640
Author: Niels-Christoph Fiedler <linux@medienkompanie.de>
Date:   Wed Sep 16 18:29:54 2009 +0200

    Updated German translation

M	po/nds.po

commit 2c114d44eeb43af8838abbbf06ed2177e773ec00
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Wed Sep 16 13:54:35 2009 +0530

    hindi update by Rajesh Ranjan

M	po/hi.po

commit 8acb23e20909ed0c95906a32273b7a0259c5e329
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Wed Sep 16 12:36:39 2009 +0530

    Updated Kannada(kn) translation

M	po/kn.po

commit 323633c197c5e4cfe159c9e9ba4d495955908635
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Tue Sep 15 02:14:46 2009 +0300

    Updated Lithuanian translation.

M	po/lt.po

commit b613ab7106295c488282d614cb535d3303a2d873
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 14 00:45:13 2009 +0900

    Korean translation update

M	po/ko.po

commit aa46ecb91075ccc646d55248fc8b77c0b2f059e0
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sun Sep 13 23:38:25 2009 +0900

    Updated Japanese translation

M	po/ja.po

commit 9215e0bcd1103fe82ba76c2e7bce6be8aeda4c63
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:22:22 2009 +0200

    Updated Danish translation

M	po/da.po

commit 34187290d7d1c0a54b563865d9922d841c9325d2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 23:42:18 2009 +0100

    Updated British English translation

M	po/en_GB.po

commit 5bcb7dfd1bf628abf08d08222f09aac11b221696
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Sep 13 06:29:42 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 19957fdb3f4abd5b141b905f0723977a4e34e8ff
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sat Sep 12 21:30:54 2009 +0300

    Updated Finnish translation

M	po/fi.po

commit 3d2d01a84c343b9478f3982a8dfbae58c5a93d7b
Author: Ani <peter.ani@gmail.com>
Date:   Sat Sep 12 18:11:21 2009 +0530

    Updaeted Malayalam Translations

M	po/ml.po

commit ff088fededff8cc10706b7b9011fccda0a965da4
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Fri Sep 11 17:22:08 2009 +0530

    Updated Marathi Translations

M	po/mr.po

commit 51be1290a829d69bf3693dc21da8e59008eb9ed0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Sep 11 08:50:45 2009 +0200

    Updated Slovenian translation

M	po/sl.po

commit b55463ba2790d44d93a5460112fb1733e5bfb949
Author: A S Alam <aalam@users.sf.net>
Date:   Fri Sep 11 08:12:12 2009 +0530

    Updating Translation for Punjabi

M	po/pa.po

commit 334f00169e97a64b6deed94590e3cffbce41cc3f
Author: Adi Roiban <adi@roiban.ro>
Date:   Thu Sep 10 23:07:39 2009 +0300

    Updated Romanian translation

M	po/ro.po

commit 36d4f708cd71dd46445d249a362f4745d665b43c
Author: Denis ARNAUD <darnaud@src.gnome.org>
Date:   Wed Sep 9 06:08:42 2009 +0200

    Updated breton translation

M	po/br.po

commit 9e557e82d0930cb6c40ceeb1c6d13cd9f9fa53c7
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 9 02:21:25 2009 +0200

    [release] post-release bump to 2.28.0

M	configure.in

commit 7efc22b8b11ce9f22ce21f9ede170f5e749f270e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Sep 9 02:21:13 2009 +0200

    [release] 2.27.92

M	NEWS
M	README
M	configure.in

commit c43bae7a5d6f30be616861c01e463d51e5c58eb2
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Sep 7 01:38:38 2009 +0200

    Hungarian translation updated

M	po/hu.po

commit f49e6d7129fd1afe6a3f1757711dfef060b54ee8
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sat Sep 5 22:00:24 2009 +0200

    Updated Arabic translation

M	po/ar.po

commit dad1b506a6154c2d1b64b63fb21d8b9e6789a97e
Author: Rodrigo L. M. Flores <rlmflores@src.gnome.org>
Date:   Sun Aug 30 19:49:44 2009 -0300

    Updated Brazilian Portuguese mailing list address.

M	po/pt_BR.po

commit 6c52a9a0862f776cba41afb63e93e47ccb9c5f63
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Sun Aug 30 18:57:10 2009 +0300

    Updated Turkish translation.

M	po/tr.po

commit 054595c8210cf545d41ccd1f728f08a0b6ea89ea
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 28 23:11:37 2009 +0200

    Updated French translation

M	po/fr.po

commit c1d5789c9ac0d5f5460777a06e213be74cf55372
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Aug 28 17:58:23 2009 +0530

    Updated Bengali India Translations

M	po/bn_IN.po

commit 62a4eeee4150d4757c87563d27cc525a18f7cd24
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Fri Aug 28 11:04:25 2009 +0200

    Updated Serbian translation

M	po/sr.po
M	po/sr@latin.po

commit 27e3e95f9bed3df45354b4820c24d2d4bff34703
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Aug 27 09:06:34 2009 +0100

    Updated Portuguese translation

M	po/pt.po

commit 6c8d4443f26386ae3c2fe52b386e5b54111d2ecb
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Aug 26 15:25:09 2009 +0200

    Updated Basque language

M	po/eu.po

commit 2adba4335f92fd488a3883596995c2b4fc1ed11b
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Tue Aug 25 19:44:12 2009 +0200

    Updated Polish translation

M	po/pl.po

commit 8fd108897d21a08302e01c7c9d902bbf2de9057d
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Tue Aug 25 10:57:03 2009 -0300

    Updated Brazilian Portuguese translation

M	po/pt_BR.po

commit 5c6a0b8fae055dd47a4c433956d90ba5ee6095c6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Aug 25 15:31:47 2009 +0200

    [release] post-release bump to 2.27.92

M	configure.in

commit 6819a271c25ea378400f2170e7fae63758db6ace
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Aug 25 15:31:30 2009 +0200

    [release] 2.27.91

M	NEWS
M	README
M	configure.in

commit e231488f8b1c3316e95a6e20c43850729d940c13
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sat Aug 22 13:41:54 2009 +0200

    Remove deprecated Encoding key from desktop file

M	gnome-about/gnome-about.desktop.in.in

commit f16ac4d0f4de6710cba588d939d8201b362b88c3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Aug 25 15:21:12 2009 +0200

    [misc] Fix tab/space issue

M	libgnome-desktop/libgnomeui/gnome-bg.h

commit 229159505391c96bf1021defcda58a7addb34d6f
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue Aug 25 18:40:53 2009 +0530

    Updated Oriya Translation

M	po/or.po

commit 9786aeeb246af616a784ac6347e9844b46e6c67d
Author: ifelix <ifelix@redhat.com>
Date:   Tue Aug 25 17:09:35 2009 +0530

    Updated Tamil Translations

M	po/ta.po

commit 946378c537a6684432f9e45a2724b1024d70c219
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Aug 25 12:59:25 2009 +0530

    Updated Gujarati Translations

M	po/gu.po

commit 9d356a62ea183c0ecae37c5b69864895e3b11f17
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Aug 24 23:02:01 2009 +0200

    Change nds_NFE to nds as discussed on irc

M	po/LINGUAS
R100	po/nds_NFE.po	po/nds.po

commit bacc2f9e8324077b955ec1a0c1bf99f5e28bcd14
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Aug 23 16:40:09 2009 +0200

    Updated German translation

M	po/de.po

commit 28611b60ea521606ff0983b4ef9e8caca8998195
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Aug 23 12:44:38 2009 +0700

    Updated Thai translation.

M	po/th.po

commit 55a8db3d0cbcebf89b210f2ff8a3e99862ae7214
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
Date:   Sat Aug 22 21:22:21 2009 +0200

    Added Low German translation

M	po/LINGUAS
A	po/nds_NFE.po

commit e1e27c4733036c3fc31e9eb87f07704f758e2734
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Aug 22 18:57:33 2009 +0300

    Updated Bulgarian translation

M	po/bg.po

commit 9d1d7ebc5f6911cf498b2090f27c97356a83f820
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Aug 22 12:07:37 2009 +0200

    Updated Spanish translation

M	po/es.po

commit 802dfd227d4bcb8f17a797d1412292c2e867b500
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Aug 21 20:11:21 2009 +0300

    Updated Arabic translation

M	po/ar.po

commit 601d6dd6a57e28b7037265ece9deb86918c82a00
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Fri Aug 21 03:00:52 2009 -0600

    Updated Irish translation

M	po/ga.po

commit 9e9d96c6b7b8d1899e771077dff0ae966c39c7f3
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Aug 20 23:42:55 2009 +0200

    Updated Swedish translation

M	po/sv.po

commit 519a22130c552d84709a76706356ee23c2f27f7d
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Aug 20 10:56:38 2009 +0300

    Updating Estonian translation

M	po/et.po

commit cc9e43d45dbf7bb73810f237bce90f4f7bc51c5f
Author: Anton Meixome <meixome@mancomun.org>
Date:   Thu Aug 20 09:35:46 2009 +0200

    Updated Galician Translation

M	po/gl.po

commit d12c92dd68b1d1ff8fd5f475e1b20af778c7894f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 19 23:55:40 2009 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit bb28bd4c965e8d1cf8961ead21a40b0c9eff9cf0
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Wed Aug 19 22:28:32 2009 +0200

    Updated Italian translation

M	po/it.po

commit 46f8ea3ff83c58381bcb72e122129abd6e6064a0
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Aug 19 15:22:52 2009 -0400

    Add missing files to POTFILES.in

M	po/POTFILES.in

commit 28b46e27cfd812460cfa3994b90461793b6c940a
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Sun Aug 16 19:22:26 2009 -0600

    Updated Irish translation

M	po/ga.po

commit 28553aa57508b43d7eeb1f03a2a3dd06f4b45623
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Aug 15 00:28:41 2009 -0400

    Add more slideshow api
    
    Add a function to allow 'single-stepping' through a slideshow.

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/libgnomeui/gnome-bg.h

commit 62f11468d5d338828237eca0490d641255172e4c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Aug 15 00:10:45 2009 -0400

    Add slideshow api
    
    Add a function to determine if a GnomeBG is a slideshow or not,
    in analogy to the existing function that determines if a GnomeBG
    is a multi-resolution image. See bug 591633.

M	libgnome-desktop/gnome-bg.c
M	libgnome-desktop/libgnomeui/gnome-bg.h

commit 8d80f13f2cad3898eed2fce30d4a5e3c1903c553
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Aug 10 12:49:26 2009 -0500

    bgo#591225 - In the .c files, ifdef-out deprecated entry points with GNOME_DISABLE_DEPRECATED_SOURCE
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr.c

commit 3b36ff31059144b57e5b63462970cbef827cb065
Author: Łukasz Jernaś <deejay1@srem.org>
Date:   Fri Aug 7 17:52:12 2009 +0200

    Updated Polish translation

M	desktop-docs/fdl/Makefile.am
A	desktop-docs/fdl/pl/pl.po

commit 4c9b81e7a8f6a27f0e67405eedb4bc844931097a
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Aug 5 19:44:26 2009 -0500

    Include gi18n-lib.h

M	libgnome-desktop/gnome-rr-labeler.c

commit 5f6345d801add47baace850e6498fa2b79972ba0
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed Aug 5 19:00:29 2009 -0500

    GnomeRRLabeler - in clone mode, don't label each output so the little windows don't overlap
    
    Instead, we create a single window that says 'Mirror Screens', which will be naturally
    shown on every monitor.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-labeler.c

commit 70357511ebb034ce6fd19a328e36c62d46297f0d
Author: Denis Arnaud <darnaud@src.gnome.org>
Date:   Fri Jul 31 22:33:11 2009 +0200

    Updated breton translation

M	po/br.po

commit 3f77765aab1eb618ee6c3b1d66dd3f4e63cf6206
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Aug 3 00:08:18 2009 +0200

    Updated Norwegian bokmål translation.

M	po/nb.po

commit ac466a59aa7b68d1502431a634fce788c176007f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jul 8 00:57:51 2009 -0400

    primary monitory support
    
    Add support for marking an output as 'primary', when using Xrandr 1.3.
    See bug 588040.

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/libgnomeui/gnome-rr.h

commit a55608b35ad8d17af86a303795c6b3f777b2dfcc
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jul 8 00:57:51 2009 -0400

    primary monitory support
    
    Add support for marking an output as 'primary', when using Xrandr 1.3.
    See bug 588040.

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr-private.h
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/libgnomeui/gnome-rr-config.h
M	libgnome-desktop/libgnomeui/gnome-rr.h

commit b5e9326c3c8b3e744603816d3a234af5a442e5bb
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 14:08:27 2009 +0200

    [build] Beautify a bit the pnp.ids part in Makefile

M	libgnome-desktop/Makefile.am

commit b2c107001ea0810773f4fad755a26f61fa2f83fd
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 29 00:08:34 2009 +0200

    [misc] Update commit guidelines for referencing bugs

M	ChangeLog

commit 2501683b8bd045d0764a139aafe21730a20e22d0
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 28 22:49:57 2009 +0200

    [release] post-release bump to 2.27.90

M	configure.in

commit 7927f578d6aea16ce2335fd92922eb22e0a99b6c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 28 22:49:40 2009 +0200

    [release] 2.27.5

M	NEWS
M	README
M	configure.in

commit eaad3f4f30dd04b94346957bb22770cd9ffaf8ee
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 28 21:51:01 2009 +0200

    [build,gnomerr] Ship pnp.ids in the tarball and add configure option
    
    The --with-pnp-ids-path option lets distributors decide to use a pnp.ids
    file that is external to gnome-desktop. By default, we just use a file
    that is shipped with the tarball (and that is updated during
    autogen.sh).

M	autogen.sh
M	configure.in
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/display-name.c

commit 8df716ec157fe9e7a730642e8ecc972ca6e5d788
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Jul 28 21:49:51 2009 +0200

    [gnomerr] Get monitor vendor name from pnp.ids
    
    pnp.ids is currently shipped in hwdata.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=581621

M	libgnome-desktop/display-name.c

commit 81b505569a864fbdfed00c19802f53402b29a4f7
Author: Dan Winship <danw@gnome.org>
Date:   Fri Jul 10 09:01:14 2009 -0400

    [thumbnail] Fix thumbnailer thread-safety

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 553c64a4f9714e969e4b91e42d2331ed5abb0c66
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sat Jul 18 19:23:54 2009 +0200

    Remove libgnome usage
    
    http://bugzilla.gnome.org/show_bug.cgi?id=586489

M	gnome-about/gnome-about.in

commit 21a15e733a59d1cf06e511ec3c98d83011c470d1
Author: Aron Xu <aronxu@gnome.org>
Date:   Sun Jul 26 18:15:25 2009 +0800

    Updated Simplified Chinese translation.

M	po/zh_CN.po

commit 5b20f57e483b8ada2da840c0752d98aac296d66f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jul 21 19:08:25 2009 +0200

    [build] Use silent-rules instead of shave for quiet build

M	configure.in
M	gnome-about/Makefile.am
D	m4/shave.m4
D	shave-libtool.in
D	shave.in

commit ed74fda1d51da035ddf795bb56e224cf21012f69
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 15 17:10:05 2009 +0200

    [release] post-release bump to 2.27.5

M	configure.in

commit c3b375697abe07cc85c7b5f364497c73348366ef
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Jul 15 17:09:56 2009 +0200

    [release] 2.27.4

M	NEWS
M	README
M	configure.in

commit d9f0cca94f16628cb273cadfe25bd5998ac3c178
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Jul 7 18:20:12 2009 -0400

    Adapt to RANDR 1.3's name for the EDID property.
    
    1.2 calls it EDID_DATA, 1.3 calls it EDID.  Try the 1.3 name first since
    1.2 will eventually be rare.

M	libgnome-desktop/gnome-rr.c

commit 9dd1537589c028fb8bd9ec557a4b3f06bc2a3b39
Author: Joan Duran <jodufi@gmail.com>
Date:   Fri Jun 26 21:23:09 2009 +0200

    Added Catalan translation

M	desktop-docs/fdl/Makefile.am
A	desktop-docs/fdl/ca/ca.po

commit 55e3012d99850a0eacf2fc5bf51408d26d676e20
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 16 14:11:48 2009 +0200

    [release] post-release bump to 2.27.4

M	configure.in

commit 2ead779430da93103cca4d41adaec5feb54beac9
Author: Vincent Untz <vuntz@gnome.org>
Date:   Tue Jun 16 14:11:36 2009 +0200

    [release] 2.27.3

M	NEWS
M	README
M	configure.in

commit 456077442f9eb9e6cd3ded12e931123007c8e392
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Jun 9 22:51:52 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 586ecbbc7f8d4192b7c89be6fe7a22ddf2bd027e
Author: Federico Mena Quintero <federico@novell.com>
Date:   Sun May 31 13:08:29 2009 -0500

    Comments to clarify the meaning of 'on', 'connected', 'clone'
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/libgnomeui/gnome-rr-config.h

commit f0dd08333c8097b68f86dd7c2e10b5d82dda10b9
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Jun 8 19:14:57 2009 -0500

    Utility dialog to show the RANDR timestamps, for debugging purposes
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c

commit 2f9ef4cd8b48b86f6c7892ee587fde3f18cdd511
Author: Federico Mena Quintero <federico@novell.com>
Date:   Fri May 29 21:40:11 2009 -0500

    First update screen resources, then update the screen size range
    
    Inside the X server, RRGetScreenSizeRange depends on information that was fetched
    from a RRGetScreenResources.  So, we update the screen resources first to ensure
    that we get up-to-date info for the screen size range.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c

commit 778fcb5b9e9202e5f95b6e8a22074c56d852269a
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Jun 8 19:11:01 2009 -0500

    Don't force a reprobe of the RANDR outputs on every RANDR event
    
    The X server sent us a RANDR event, in fact, because it knows the latest
    state of the outputs and it knows that something changed.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c

commit 0f889f6f44a9ef38522ad6aa80794d04e0ab4e09
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Jun 8 19:08:55 2009 -0500

    Bump the libtool version number as the GnomeRR and GnomeRRConfig APIs got extended
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	configure.in

commit 5c285b04f5c41b94981696dafef285a007c96823
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed May 27 18:57:49 2009 -0500

    Add gnome_rr_screen_get_timestamps() to query the XRR timestamps
    
    Gnome-settings-daemon will need these timestamps to distinguish between
    RANDR events due to change-requests that it performs itself, from events
    due to requests that happened from other clients (or from hotplug notifications).
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/libgnomeui/gnome-rr.h

commit 448e9e2506a2bf6a21176d6bcaada1b1acbf97a9
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed May 27 12:43:22 2009 -0500

    Add _with_time() versions to the GnomeRR and GnomeRRConfig functions that change the RANDR configuration
    
    We used to always pass CurrentTime to XRRSetCrtcConfig(), but we'll
    need to distinguish real timestamps in gnome-settings-daemon.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-config.c
M	libgnome-desktop/gnome-rr.c
M	libgnome-desktop/libgnomeui/gnome-rr-config.h
M	libgnome-desktop/libgnomeui/gnome-rr.h

commit f177b20dd5ce3d5ab2e1df5f0d453ae01eb923d3
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Jun 8 19:03:12 2009 -0500

    Don't ask for RANDR events if the caller doesn't specify a callback
    
    If the caller of GnomeRR specifies a NULL callback, it means that the
    caller is not interested in RANDR events.  In that case, it is not
    necessary to actually ask the X server for those events, or to register
    RANDR's events with GDK.
    
    This prevents spurious events from being generated by gnome-settings-daemon
    and gnome-control-center when they create a temporary GnomeRRScreen to save
    the current configuration for backup purposes.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c

commit 2290fde44cb2b39aab3e094743aaf5571e3f0dbd
Author: Federico Mena Quintero <federico@novell.com>
Date:   Mon Jun 8 19:00:33 2009 -0500

    Only select for RRScreenChangeNotifyMask, not for the more detailed RANDR 1.2 events
    
    We don't care about property changes on outputs, as we only handle the
    EDID_DATA property.  That property isn't likely to change on an
    output, anyway.
    
    Then, we don't do anything special when an individual output or CRTC
    changes.  We just care if the screen layout changed in general; in
    that case, we simply re-probe the outputs and call the caller's
    callback.  The X server will emit RRScreenChangeNotify in conjunction
    with the more detailed events, anyway, so we are guaranteed to know
    when things change.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr.c

commit 84543ea065d4c50be617f0bbbe4a9763013ba526
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Jun 8 11:04:27 2009 +0300

    Updating Estonian translation

M	po/et.po

commit 2ccf6454b796c71ecf61b835e5fd4b610139a662
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jun 4 16:48:55 2009 +0200

    [build] Fix po file to pass the commit hook check, again

M	desktop-docs/gpl/sv/sv.po
M	desktop-docs/lgpl/sv/sv.po

commit 95ed87c431670bcb99668d3dd56c6200a990dd0f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Jun 4 16:47:07 2009 +0200

    [build] Fix po file to pass the commit hook check

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

commit e699b9a0a53cbbbe93702ca0107b7d3e1d3373c4
Author: Anousak Souphavanh <anousak@gmail.com>
Date:   Tue May 26 18:22:26 2009 +0200

    Add Lao translation

M	po/LINGUAS
A	po/lo.po

commit f233196d86c5217b2051e2e27bd5b14d3a6d2adb
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed May 20 16:07:59 2009 +0200

    [release] post-release bump to 2.26.3

M	configure.in

commit d33ed43472879ecdefd67ff01ed6d57b5cf5318f
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed May 20 15:44:32 2009 +0200

    [build] Dist ChangeLog.pre-git

M	Makefile.am

commit 9d4715e8e6c788e086813226b429945227d6c04d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed May 20 15:41:14 2009 +0200

    [release] 2.26.2

M	NEWS
M	README
M	configure.in

commit 3e04f3e03d39565696bf9f3f8ea95cf6cc3dc3e3
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun May 17 20:07:22 2009 +0300

    Updating Estonian translation

M	po/et.po

commit ce47d06a29efc6ab5628abd1ac1f3fcbc5b7ba62
Author: Jennie Petoumenou <epetoumenou@gmail.com>
Date:   Sat May 9 16:44:11 2009 +0100

    Updated Greek translation

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

commit 647ba9bc90cbdec032b1c15b122bfa607e867cfd
Author: Simos Xenitellis <simos@gnome.org>
Date:   Fri May 8 19:20:38 2009 +0100

    Added el to LINGUAS

M	desktop-docs/fdl/Makefile.am

commit 7670e7bdaef6b2bddf8f7c61eb61ea20c035ed3f
Author: Jennie Petoumenou <epetoumenou@gmail.com>
Date:   Fri May 8 19:20:28 2009 +0100

    Added Greek translation

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

commit dbd2953d8f847cd8a0cb058392309e5f170d5a02
Author: Jennie Petoumenou <epetoumenou@gmail.com>
Date:   Fri May 8 19:12:30 2009 +0100

    Added Greek translation

A	desktop-docs/fdl/el/el.po

commit 1556f925e58e97a007920e6e5376f2c61e90d3c4
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed May 6 12:51:57 2009 -0500

    bgo#556050 - Make GnomeRRLabeler's labels explicitly black
    
    The labels are always drawn against a light pastel background.  When using an
    inverse-colored theme (with text nearly white, backgrounds nearly black), we
    want GnomeRRLabeler's labels to still be black.  Otherwise, the color from
    the theme will be hard to read against the light pastel background in the
    per-monitor labels.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/gnome-rr-labeler.c

commit 3f7d64c416f649aecf070e301aef080d4a75abd9
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed May 6 12:35:04 2009 -0500

    ... and use a cheap g_strdup() instead of an undeeded g_strdup_printf()
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/display-name.c

commit beb0bbddfacb14e3b458fc4c71d5752579037bee
Author: Federico Mena Quintero <federico@novell.com>
Date:   Wed May 6 12:31:04 2009 -0500

    RANDR - don't append a newline to monitor vendor names
    
    This is why Laptop displays would appear taller in both GnomeRRLabeler and in
    gnome-display-properties, as they were rendering the extra newline.
    
    Signed-off-by: Federico Mena Quintero <federico@novell.com>

M	libgnome-desktop/display-name.c

commit 50e0e9b71b9e6052862270a413007f05827bee0d
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sat May 2 02:21:14 2009 +0200

    Update commit messages instructions

M	ChangeLog

commit c42e29b6e79d55e50f0f5f70b305ad0d2747339c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 01:07:32 2009 +0200

    Use git.mk from pango to autogenerate .gitignore files

M	Makefile.am
M	desktop-docs/Makefile.am
M	desktop-docs/fdl/Makefile.am
M	desktop-docs/gpl/Makefile.am
M	desktop-docs/lgpl/Makefile.am
M	docs/Makefile.am
M	docs/reference/Makefile.am
M	docs/reference/gnome-desktop/Makefile.am
A	git.mk
M	gnome-about/Makefile.am
M	gnome-about/headers/Makefile.am
M	libgnome-desktop/Makefile.am
M	libgnome-desktop/libgnome/Makefile.am
M	libgnome-desktop/libgnomeui/Makefile.am
M	man/Makefile.am
M	pixmaps/Makefile.am

commit 1072ffce2f4ddd7e5a4310f1e0f288ff6cb8edfb
Author: Felix Riemann <friemann@svn.gnome.org>
Date:   Thu Apr 30 16:02:13 2009 +0200

    Remove unneeded extra steps in path construction
    
    In some places GnomeDesktopThumbnailFactory uses two steps to generate
    the thumbnail file path. The first produced the path and the second
    appended the filename. This merges the second step into the first.
    This also completes bug #580791.

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit 0d5d98b09950b5a2cdcbff2f2bb38e170cdc89e1
Author: Felix Riemann <friemann@svn.gnome.org>
Date:   Thu Apr 30 15:53:52 2009 +0200

    Let GObject handle the private data structure
    
    Use GObject to allocate the private data structurue together with
    public structure and automatically deallocate it at object destruction.

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit b773db991680ee67b903790fee5c3c9058edcb1c
Author: Felix Riemann <friemann@svn.gnome.org>
Date:   Thu Apr 30 15:46:09 2009 +0200

    Make application name a constant
    
    Make the application name (used for failed thumbnails) a static constant
    to allow sharing it across instances.

M	libgnome-desktop/gnome-desktop-thumbnail.c

commit e64b121a1f37f4ce325d270884726f1b1258a03a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Apr 29 11:09:00 2009 -0400

    Remove debug spew

M	libgnome-desktop/display-name.c

commit b015e5702c3348b2d02ab5e75c47e5fbe1f2ef41
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Apr 29 10:44:48 2009 -0400

    You never find a hackstack in a needle...
    
    This makes the display name heuristics work much better and makes
    my monitor not 'Unknown' anymore.

M	libgnome-desktop/display-name.c

commit 3f811a611185a3bdbb6b6d4c19590bd26ae1dc82
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Apr 28 19:34:44 2009 -0400

    Fill out ScreenInfo structs sufficiently without reprobing, too
    
    This fixes the symptoms described in bug 578111 where rotations
    get lost after applying one rotation. Thanks for Federicos help
    in tracking this down.

M	libgnome-desktop/gnome-rr.c

commit 1c790648991b9a18cc4a4bb9b8907249e04fb768
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 01:12:17 2009 +0200

    Remove .cvsignore files

D	.cvsignore
D	desktop-docs/.cvsignore
D	desktop-docs/fdl/.cvsignore
D	desktop-docs/fdl/es/.cvsignore
D	desktop-docs/fdl/eu/.cvsignore
D	desktop-docs/fdl/fr/.cvsignore
D	desktop-docs/fdl/sv/.cvsignore
D	desktop-docs/fdl/uk/.cvsignore
D	desktop-docs/gpl/.cvsignore
D	desktop-docs/gpl/es/.cvsignore
D	desktop-docs/gpl/eu/.cvsignore
D	desktop-docs/gpl/fi/.cvsignore
D	desktop-docs/gpl/fr/.cvsignore
D	desktop-docs/gpl/pa/.cvsignore
D	desktop-docs/gpl/sv/.cvsignore
D	desktop-docs/gpl/uk/.cvsignore
D	desktop-docs/gpl/zh_CN/.cvsignore
D	desktop-docs/lgpl/.cvsignore
D	desktop-docs/lgpl/es/.cvsignore
D	desktop-docs/lgpl/eu/.cvsignore
D	desktop-docs/lgpl/fr/.cvsignore
D	desktop-docs/lgpl/pa/.cvsignore
D	desktop-docs/lgpl/sv/.cvsignore
D	desktop-docs/lgpl/uk/.cvsignore
D	desktop-docs/lgpl/zh_CN/.cvsignore
D	docs/.cvsignore
D	docs/reference/.cvsignore
D	docs/reference/gnome-desktop/.cvsignore
D	gnome-about/.cvsignore
D	gnome-about/headers/.cvsignore
D	libgnome-desktop/.cvsignore
D	libgnome-desktop/libgnome/.cvsignore
D	libgnome-desktop/libgnomeui/.cvsignore
D	m4/.cvsignore
D	man/.cvsignore
D	pixmaps/.cvsignore
D	po/.cvsignore

commit f14175e23c80c7a9c15e3c74a763846895774fa6
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 01:11:48 2009 +0200

    Remove gnome-feedback files
    
    We stopped building them a long time ago already...

D	desktop-docs/gnome-feedback/.cvsignore
D	desktop-docs/gnome-feedback/C/gnome-feedback.xml
D	desktop-docs/gnome-feedback/Makefile.am
D	desktop-docs/gnome-feedback/es/.cvsignore
D	desktop-docs/gnome-feedback/es/es.po
D	desktop-docs/gnome-feedback/eu/.cvsignore
D	desktop-docs/gnome-feedback/eu/Makefile.am
D	desktop-docs/gnome-feedback/eu/gnome-feedback-eu.omf
D	desktop-docs/gnome-feedback/eu/gnome-feedback.sgml
D	desktop-docs/gnome-feedback/eu/gnome-feedback.xml
D	desktop-docs/gnome-feedback/fr/.cvsignore
D	desktop-docs/gnome-feedback/fr/fr.po
D	desktop-docs/gnome-feedback/gnome-feedback.omf.in
D	desktop-docs/gnome-feedback/it/.cvsignore
D	desktop-docs/gnome-feedback/it/it.po
D	desktop-docs/gnome-feedback/no/.cvsignore
D	desktop-docs/gnome-feedback/no/Makefile.am
D	desktop-docs/gnome-feedback/no/gnome-feedback-no.omf
D	desktop-docs/gnome-feedback/no/gnome-feedback.sgml
D	desktop-docs/gnome-feedback/oc/oc.po
D	desktop-docs/gnome-feedback/pa/pa.po
D	desktop-docs/gnome-feedback/ru/.cvsignore
D	desktop-docs/gnome-feedback/ru/ru.po
D	desktop-docs/gnome-feedback/sv/.cvsignore
D	desktop-docs/gnome-feedback/sv/sv.po
D	desktop-docs/gnome-feedback/uk/.cvsignore
D	desktop-docs/gnome-feedback/uk/uk.po
D	desktop-docs/gnome-feedback/zh_CN/.cvsignore
D	desktop-docs/gnome-feedback/zh_CN/zh_CN.po

commit 1183c59c673f4b566c7ad789aa292072088be4a4
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 00:55:28 2009 +0200

    Use shave to improve build log readability
    
    See http://git.lespiau.name/cgit/shave/tree/README for more details.

M	configure.in
M	gnome-about/Makefile.am
A	m4/shave.m4
A	shave-libtool.in
A	shave.in

commit 0bd948a11626b079162ac142ea2884a4e2b78492
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 27 00:51:50 2009 +0200

    Remove unneeded -D compilation flags

M	libgnome-desktop/Makefile.am

commit 6331af9bda9e1579b240690c906a202faec2b20e
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Mon Apr 27 01:17:35 2009 +0300

    Updated Ukrainian translation

M	po/uk.po

commit f88d0e2195122b0a8e542a96470dd529cd0b4ade
Author: Vincent Untz <vuntz@gnome.org>
Date:   Sun Apr 26 12:24:56 2009 +0200

    Fix doap file to have mail address as URL (mailto:)

M	gnome-desktop.doap

commit 0363bbc43b716862304047a27462027cd87a2933
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Apr 24 03:24:38 2009 +0200

    Make autogen.sh more modern.

M	autogen.sh

commit 8ad16d0bf6c6fd25810e8abd901410a57070552e
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Apr 22 17:28:27 2009 +0200

    Add doap file

A	gnome-desktop.doap

commit 39c47cba21ec608b830cdd73cea0267cceec1035
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Apr 22 17:27:18 2009 +0200

    Rename ChangeLog files to ChangeLog.pre-git

M	ChangeLog
C100	ChangeLog	ChangeLog.pre-git
R100	desktop-docs/ChangeLog	desktop-docs/ChangeLog.pre-git
R100	gnome-about/ChangeLog	gnome-about/ChangeLog.pre-git
R100	libgnome-desktop/ChangeLog	libgnome-desktop/ChangeLog.pre-git
R100	po/ChangeLog	po/ChangeLog.pre-git

commit 113ed28bba6f5aa22c768e88e34e4de6dc2756b1
Author: Miquel Esplà <miquelespla@gmail.com>
Date:   Tue Apr 21 14:47:27 2009 +0200

    Added Valencian-Catalan translation

M	po/LINGUAS
A	po/ca@valencia.po

commit c8d9daebab0fa2490e6f0456184c3e558037513b
Author: Alexander Larsson <alexl@redhat.com>
Date:   Fri Apr 17 15:51:16 2009 +0200

    Preload /gnome/desktop/thumbnails in thumbnail factory
    
    We will read everything in this directory anyway, so this is a
    performance increase. This also fixes things so that
    /gnome/desktop/thumbnail is add_dir:ed instead of /gnome/desktop which
    is unnecessarily wide.

M	libgnome-desktop/ChangeLog
M	libgnome-desktop/gnome-desktop-thumbnail.c

commit dfabe30bdbf9ab9004a34b4cb8202cf7bb63e614
Author: Alexander Larsson <alexl@src.gnome.org>
Date:   Thu Apr 16 09:22:30 2009 +0000

    Fix up ChangeLog entry
    
    svn path=/trunk/; revision=5466

M	libgnome-desktop/ChangeLog

commit 7d10be9e4d5a20c5eeaa04cda375868507ac4b54
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Apr 16 09:22:03 2009 +0000

    Bug 141557 – Svg backgrounds not scaled correctly
    
    2009-04-16  Alexander Larsson  <alexl@redhat.com>
    
    	Bug 141557 – Svg backgrounds not scaled correctly
    
    	* gnome-bg.c:
    	(get_as_pixbuf):
    	When loading an svg, load at the requested zoom level
    	instead of resizing after rendering.
    
    
    svn path=/trunk/; revision=5465

M	libgnome-desktop/ChangeLog
M	libgnome-desktop/gnome-bg.c

commit 0fed6d8afd3f0743803667b3f8c827729832181b
Author: Vincent Untz <vuntz@gnome.org>
Date:   Mon Apr 13 22:26:30 2009 +0000

    post-release bump to 2.26.2
    
    2009-04-14  Vincent Untz  <vuntz@gnome.org>
    
    	* configure.in: post-release bump to 2.26.2
    
    svn path=/trunk/; revision=5464

M	ChangeLog
M	configure.in
M	desktop-docs/ChangeLog
M	gnome-about/ChangeLog
M	libgnome-desktop/ChangeLog
M	po/ChangeLog