commit ffdf6ca388a851cbc7d5f3f610c5844c5934c06b
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:   2009-11-30

    Release 2.29.3

M	NEWS
M	README
M	configure.ac

commit c3e578585b4bc85d999b3e89408158b156808411
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-11-30

    Bump glib/gio requirement to 2.22

M	configure.ac

commit 707d025b85804a11bb449befe276b6a84e0c8766
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-11-30

    Bump gtksourceview and pygtksourceview requirement to 2.8

M	configure.ac

commit 92cf8ae6e3886b7989710d18fd67dde53b04f11f
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-11-30

    Make gedit-metadata-manager conditional on win32

M	gedit/Makefile.am

commit e74cf81356f6ecb31a6b280c609a27fad9d36c44
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-30

    Do not use specific code for win32 with the new api.

M	plugins/spell/gedit-spell-plugin.c

commit ce9b0167f956a73b0ebc3733ead52fa3d3a24ec9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-30

    Change the metadata API from GFileInfo to gchar *.

    It seems that the metadata:: namespace only supports strings
    so it is useless having an api with GFileInfo if at the end
    we need to store and manage strings.

M	gedit/gedit-document.c
M	gedit/gedit-document.h
M	plugins/spell/gedit-spell-plugin.c

commit 8b4e5afeed9ad2edbb005897965b5c4c3aaed28b
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-30

    Minor fix in the metadata api.

    Do not return NULL if the internal metadata is NULL because we can
    save the document and set the attributes after that.

M	gedit/gedit-document.c

commit a14fbfa10a400f3c69480265c1818e3199e8ce9d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-30

    Do not apply attributes if the internal info doesn't exists

M	gedit/gedit-document.c

commit 91cc070c0b46049badcd8db4fff304caba3b2994
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-29

    Use the gio metadata system.

    Use the new api to get the metadata and to store, and let the old
    system for win32.

M	plugins/spell/gedit-spell-plugin.c

commit 0841034bea17313037367aabd25df9da06d0bb70
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-29

    Check for the language and the variant not just the language.

M	plugins/spell/gedit-spell-checker-language.c

commit 3da295b5c2531b6f17ce0cdc7e733cd6fc7bcc67
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-29

    Return a copy of the info if not NULL.

M	gedit/gedit-document.c

commit f6418bc80214999584d82ac1a493afbb8d7020e9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-29

    Added gedit_document_(set_metadata|get_metadata) API.

M	gedit/gedit-document.c
M	gedit/gedit-document.h

commit 75c8fc566f0b7f7cd2af490261c596aa6bb20b94
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-28

    Use the gio metadata system.

    Now we use the gio metadata system and the old metadata manager
    is used
    only in win32.

M	gedit/gedit-document-loader.c
M	gedit/gedit-document.c
M	gedit/gedit-document.h
M	gedit/gedit-gio-document-loader.c
M	gedit/gedit.c

commit 35b9f703aa55818b2f5cdf16272c93903fd1ad4c
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2009-11-28

    Guard against spaces in path in osx launcher script

M	osx/launcher.sh

commit 1423dc0ba7d7d69bf9624798b7cf1f06c1effadd
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-11-28

    improve set_content_type

M	gedit/gedit-document.c

commit 8966ff837feebf0e647293114c5876c358e861df
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-11-28

    cleanup: move fieldset at the end of the struct

M	gedit/gedit-document.c

commit 6f9d6b6c1c1a4f274c2e9bba48695a0e9a8500f8
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-11-28

    small refactoring in guess_language

M	gedit/gedit-document-loader.c
M	gedit/gedit-document.c

commit aa31051492c1da7e591d166548c423c71ebab64d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-27

    Minor fix.

M	gedit/gedit-document-loader.c

commit c7426294df11ca7425dde38c69ecf4d446e8e77d
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-11-26

    Small refactoring about getting the encoding from metadata

M	gedit/gedit-document-loader.c
M	gedit/gedit-document-loader.h

commit c09638a5b73d4d7903cc9c38c773ccd0e5eb64ca
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-26

    Use GTimeVal instead of time_t.

M	gedit/gedit-document-saver.c
M	gedit/gedit-document-saver.h
M	gedit/gedit-document.c
M	gedit/gedit-gio-document-saver.c
M	gedit/gedit-local-document-saver.c

commit ac611f9a394fd7755e43b6bd0171f36aa62be1bd
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-25

    Use GFileInfo instead of several getters for the saver.

    Removed get_mtime and get_content_type.

M	gedit/gedit-document-saver.c
M	gedit/gedit-document-saver.h
M	gedit/gedit-document.c
M	gedit/gedit-gio-document-saver.c
M	gedit/gedit-local-document-saver.c

commit 4bb0acc263872e63ed9f2f948df0999a573d8ce3
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-24

    Use GFileInfo instead of several getters for the loader.

    Removed get_readonly, get_mtime, get_content_type and get_file_size.
    Instead of that we use GFileInfo which save us quite amount of code.

M	gedit/gedit-document-loader.c
M	gedit/gedit-document-loader.h
M	gedit/gedit-document.c
M	gedit/gedit-gio-document-loader.c

commit 52b74300e7b9697d721479cb190708bc9f1a1c76
Author: Nikos Charonitakis <nikosx@gmail.com>
Date:	2009-11-23

    Updated Greek translation

M	po/el.po

commit 61d704714da7d05bf65c43bc6ffcbd31b44afa9d
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-23

    Forze to guess again the content type when setting the uri.

    gedit_document_set_uri is used normally to rename a file so if the
    user changed the extension of the file we need to guess again the
    content type.

M	gedit/gedit-document.c

commit ac74d0e326887818ad0a4f3ad4835383c078c8c8
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-23

    Listen into content-type property.

    Now to set the language we listen to the content-type property instead
    of setting the language directly on set_content_type.

M	gedit/gedit-document.c

commit 2544cf20ded09aacea29975698d4c4413665f543
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-23

    Split set_uri into set_uri and set_content_type

M	gedit/gedit-document.c

commit fbfc5d694be9c453a051c7218996f5af6d985551
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-22

    Use specific check for sigaction.

M	configure.ac
M	plugin-loaders/python/gedit-plugin-loader-python.c

commit 03def963fd345c4a16705ceb4eec774a12197c46
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-20

    Fix things to make work python plugins on win32.

M	configure.ac
M	plugin-loaders/python/gedit-plugin-loader-python.c
M	plugins/quickopen/quickopen/windowhelper.py

commit 6bab43e7424cfdda8ead9d1c6d0bff7d3a0722df
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2009-11-20

    Fix refcounting error in doc.get_search_text

M	plugin-loaders/python/bindings/gedit.override

commit 5b118a9cbd778d9c5ca1bd61f0042f8ba2018906
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-18

    Add AC_SUBST TO toolbar style variable.

M	configure.ac

commit 50da0b12d84a2d275003fc8a9c3b228c89013782
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2009-11-16

    Release 2.29.2

M	NEWS
M	README
M	configure.ac