commit 08462d0f0235274f1b6c2b12df47e27932b343ee
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   2010-12-20

    Release 2.91.5

M	NEWS
M	configure.in

commit f42d5aa97de09de7052fa80abda62fabe17dfb13
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-20

    smclient: remove XSMP support

    EggSmClient is not well-maintained, and it doesn't seem like it will
    ever hit GTK+, and the overall implementation seems to be poorly
    tested
    and buggy.

    Moreover, moving to 3.0 with nautilus being an application, it makes
    less sense to have it save opened windows state, as it might not be
    always running at all.

M	cut-n-paste-code/libegg/Makefile.am
D	cut-n-paste-code/libegg/eggdesktopfile.c
D	cut-n-paste-code/libegg/eggdesktopfile.h
D	cut-n-paste-code/libegg/eggsmclient-private.h
D	cut-n-paste-code/libegg/eggsmclient-xsmp.c
D	cut-n-paste-code/libegg/eggsmclient.c
D	cut-n-paste-code/libegg/eggsmclient.h
M	po/POTFILES.in
M	src/Makefile.am
D	src/nautilus-application-smclient.c
D	src/nautilus-application-smclient.h
M	src/nautilus-application.c
M	src/nautilus-application.h
M	src/nautilus-main.c

commit ee06a67a632476b9758cc00eaa573e12cc3cfc91
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-20

    mime-app-chooser: use g_app_info_set_as_last_used_for_content_type()

    Instead of add_supports_for_content_type(), which does not save the
    order in which custom apps have been used.

M	configure.in
M	libnautilus-private/nautilus-mime-application-chooser.c

commit b31222dae4c63479e0fe226a761f9c78bf08b6df
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-20

    mime: remove some useless code

    As GtkAppChooserDialog already takes care of calling
    g_app_info_set_as_last_used_for_content_type()

M	libnautilus-private/nautilus-mime-actions.c
M	src/file-manager/fm-directory-view.c

commit 2c279a4a6b3480bfd3581a3a35c53eac3e996653
Author: Ivar Smolin <okul@linux.ee>
Date:	2010-12-20

    [l10n] Updated Estonian translation

M	po/et.po

commit 3fa0ed2ca3e35719422fbc526337b52393d860d2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2010-12-19

    Updated Norwegian bokmål translation

M	po/nb.po

commit 9dc65e44c9f8e6c41079c0dc01220fe87fdfcecc
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:	2010-12-19

    po/vi.po: import some translations from Ubuntu/Maverick

M	po/vi.po

commit dd4cecdf8071552f80ba08fdb613a88090719e59
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2010-12-19

    Updated Hebrew translation.

M	po/he.po

commit fcfe53d5bd2121e4707e70345f18faa244c2dd75
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-18

    Remove reference to a non-existing old trademark notice file.

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

M	COPYING

commit 196c8390fcc671ef8399c00936ac7242b118de08
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-12-18

    Updated Spanish translation

M	po/es.po

commit 83aeec725d0d3829a54cd700329864a2cab7a21b
Author: Marcus Carlson <marcus@mejlamej.nu>
Date:	2009-10-11

    Handle G_IO_ERROR_FILENAME_TOO_LONG errors nicely when renaming files

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

M	src/file-manager/fm-error-reporting.c

commit 9403df1b54b442737ed96739aeacf6b6c9b58889
Author: Colin Walters <walters@verbum.org>
Date:	2010-12-17

    Fix cairo-gobject.h include

    $ pkg-config --cflags cairo-gobject
    -pthread -I/src/build/jhbuild/include/cairo
    $ ls /src/build/jhbuild/include/cairo/cairo-gobject.h
    /src/build/jhbuild/include/cairo/cairo-gobject.h

M	eel/eel-canvas.c

commit b2d4ac40205e22e63e598ab742b56283acbc8901
Author: Colin Walters <walters@verbum.org>
Date:	2010-12-17

    nautilus.desktop: Remove NoDisplay=true

    For GNOME 3, File Manager is moving towards being an application,
    and therefore, we want it to show up in the appliactions list.

M	data/nautilus.desktop.in.in

commit 67d0cbaf0ed7a8f25b3a47abbbaf0feba990e404
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-17

    location-entry: don't treat '~' as a relative path

    Based on a patch by Reed Lipman <rmlipman@gmail.com>

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

M	src/nautilus-location-entry.c

commit 184096f912b119edde1f538e8cdd5ea593d753ca
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-17

    icon-canvas-item: attempt to fix up a11y for NautilusIconCanvasItem

    Based on an initial patch by Alban Browaeys <prahal@yahoo.com>.

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

M	libnautilus-private/nautilus-icon-canvas-item.c
M	libnautilus-private/nautilus-icon-container.c

commit 42865d5e82160ccb60fd9a890a22019dcb832527
Author: Alban Browaeys <prahal@yahoo.com>
Date:	2010-10-27

    icon-container: remove spurious call to gtk_adjustment_changed()

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

M	libnautilus-private/nautilus-icon-container.c

commit bc5b8bde3070a4fe6071c9a428d38fa93be19314
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-12-15

    Updated Spanish translation

M	po/es.po

commit 1746a53cbbd450822ff857c3e1eadf5358b22cfa
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-15

    application: fix a copy-paste typo

M	src/nautilus-application.c

commit 08f71aa76cd5f250613f4a2833b43a72831974fc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-15

    theming: cleanup previous manually parsed CSS

    It's not required anymore, now that we have a proper stylesheet.

M	src/nautilus-notebook.c
M	src/nautilus-window.c

commit 786ba61680bfaee136b4b72a53f220edb96a7db9
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-15

    sidebar: set the NautilusSidebar class on the sidebar treeviews

    So they can get the proper background.

M	src/nautilus-places-sidebar.c
M	src/nautilus-tree-sidebar.c

commit dad5d12770817aa739ab9980faa66972144008a7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-15

    theming: add a CSS file for nautilus, and initialize it at startup

M	data/Makefile.am
A	data/nautilus.css
M	src/nautilus-application.c

commit 1c79bf9809b208a57661aaccadd9eb7e78874bcc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-15

    connect-server-dialog: properly align labels and entries

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

M	src/nautilus-connect-server-dialog.c

commit 0a43cee107e20d07667fc2eabf8321898ce80fb7
Author: Luca Ferretti <lferrett@gnome.org>
Date:	2010-12-15

    application: fix a typo in user message

M	src/nautilus-application.c

commit 4c026bf53253715251abf076badc4c979cc073c3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-15

    icon-container: don't malloc() GdkRGBA colors manually

    As GdkRGBA might or might not use internally a different allocator,
    like
    g_slice.
    This should fix some memory corruption issues, thanks to Alban
    Browaeys
    for tracking down the bug.

M	libnautilus-private/nautilus-icon-container.c

commit c1d9376601223e5dcca0a4ee47e95a8b93841d68
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-14

    spatial-window: don't hook to unrealize for saving geometry

M	src/nautilus-spatial-window.c

commit e4750d78c6be4f935625a3511dbb9c3bc532aa0d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-14

    desktop-icon-view: call the gnome-c-c executable to change background

    gnome-appearance-properties does not exist anymore.

M	src/file-manager/fm-desktop-icon-view.c

commit 5d811bb37ef4a05edd7fa4c5868a9b68f717e056
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-14

    icon-dnd: set the right style class, and use GdkRGBA

M	libnautilus-private/nautilus-icon-dnd.c

commit 18e3369f02c4ff6a3eb01048e623fff8eb9aded4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-14

    tree-drag-dest: set the right style class

M	libnautilus-private/nautilus-tree-view-drag-dest.c

commit 066896047e8d53076913994f9975ee1cb22fbd9d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-14

    icon-canvas-item: set the right style class

M	libnautilus-private/nautilus-icon-canvas-item.c

commit ef8544bec8437502f2f58c7a9e07bc9e1ecf91a4
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-13

    editable-label: use gtk_style_context_get() to query standard props

    Also, fix a leak.

M	eel/eel-editable-label.c

commit dccf76a36441332e96c40305373876ca32a1b110
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-13

    preferences: remove exit-with-last-window preference entirely

    It makes no sense now that nautilus doesn't do session services,
    such as
    autorun, anymore.

M	libnautilus-private/nautilus-global-preferences.h
M	libnautilus-private/nautilus.convert
M	libnautilus-private/org.gnome.nautilus.gschema.xml.in

commit 9ef4ac9ee428e7f7952efe33d0784d547ca7bdc6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-13

    application: remove 'exit-with-last-window' preference

    It makes no sense now that nautilus doesn't do session services
    such as
    autorun anymore.

M	src/nautilus-application.c

commit 00e0ae826765aeca4c203b77a5caec4ce2be2fd7
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-13

    application: destroy all the widgets when quitting

    Instead of calling _release().

M	src/nautilus-application.c

commit caa55b7e757a49fb323450152e6a37e1d63eb9fb
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-13

    editable-label: rename copy/pasted fill renderer to 'eel' prefix

    To avoid library clashes with the GTK+ internal one.

M	eel/eel-editable-label.c

commit f27c50fb25fee58b9eee6c9edfd26101684eec52
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-12-11

    Updated Spanish translation

M	po/es.po

commit f5acdfefc39b235fd1eb9b3bdd3a724cdaa1a7fe
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2010-12-11

    Updated Galician translations

M	po/gl.po

commit c0645b53892c1f65b9258e5cc63b701dbcbacfe7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2010-12-10

    Updated Galician translations

M	po/gl.po

commit eea53d2f740ac25a13eea13baa83ecb493fa24cc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:	2010-12-07

    file: initialize variables to stop complaints from compilers (#636643)

M	libnautilus-private/nautilus-file.c