commit 0dd36cfafdcaf357ee66707316d10ad2c0b46883
Author: Paolo Borelli <pborelli@gnome.org>
Date:   2010-11-01

    Release 2.91.1

M	NEWS
M	README
M	configure.ac

commit d83f64f08eeb9aff5815a8b27684625c679066bc
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2010-11-01

    Remove GtkSourceIter as now the insensitive search is in gtk+.

M	docs/reference/gtksourceview-2.0-sections.txt
M	gtksourceview/Makefile.am
M	gtksourceview/gtksourcebuffer.c
D	gtksourceview/gtksourceiter.c
D	gtksourceview/gtksourceiter.h
M	tests/test-widget.c
M	tests/test-widget.py

commit 96d1020113a0789e617395916d67dd22c640fbc2
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-11-01

    Unref the enum class

    This causes the type system to create and destroy the type over and
    over, but given it is a test it is not important and I prefer to avoid
    the leak and keep things clean

M	tests/test-widget.c

commit d23f442b5b67e54364dd7ac724a4f58444446a5e
Author: Krzesimir Nowak <qdlacz@gmail.com>
Date:	2010-10-31

    Changed "bracket-matched" signal.

    Now this signal's 'state' parameter is a value instead of a pointer,
    so it is consistent with what documentation says and what is passed
    to g_signal_new(). Also, this signal is not emitted if previous and
    current char are nonbrackets. Added a function checking this to
    C and python test-widget.

M	gtksourceview/gtksourcebuffer.c
M	gtksourceview/gtksourcebuffer.h
M	tests/test-widget.c
M	tests/test-widget.py

commit f2af6e2f34afaa8271d3a5359911474f1420cbe7
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:	2010-10-29

    Updated Catalan (Valencian) translation

M	po/ca@valencia.po

commit 1e3ab600da6735d383ffd9d3a8c2fd89a3269138
Author: Aron Xu <aronxu@gnome.org>
Date:	2010-10-27

    Update Simplified Chinese translation.

M	po/zh_CN.po

commit f00362880dd4307df7e29a4591bac4614821fa7d
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-10-23

    Use new GtkScrollable interface

M	configure.ac
M	gtksourceview/gtksourceview.c

commit e9d3f73c8de91d80b297eb9621a6e162dd8e6744
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2010-10-23

    Use the correct enum value.

    Pointed out by newer gcc, it always worked because both values are 1.

M	gtksourceview/gtksourcelanguage-parser-2.c

commit 36b1d098864a630ed6d48b68c2eb11696cfe4a44
Author: Jesse van den Kieboom <jesse@gnome.org>
Date:	2010-10-17

    Store/restore selection in undo manager

M	gtksourceview/gtksourceundomanagerdefault.c

commit 4ca7cfc97fdd07224e073009fe111bd066036ee3
Author: Jesse van den Kieboom <jesse@icecrew.nl>
Date:	2010-10-11

    Fix typebuiltins for introspection

M	gtksourceview/Makefile.am

commit 417a2244f9c418f51d6e56ad771fd47fdd4e088d
Author: Javier Jardón <jjardon@gnome.org>
Date:	2010-10-08

    autogen.sh: remove unneded call to autopoint

    It's already called in gnome-autogen.sh

M	autogen.sh

commit 6d91b1ef5b5af758b0e2bea5a6d386e6063cd9e6
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:	2010-10-07

    Updated Spanish translation

M	po/es.po

commit 16eb146aacb5986e613fa139da9e0ed156ac1b96
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2010-10-07

    Updated Galician translations

M	po/gl.po

commit ff7db545b0c2e4dc1807740366f20f769fd9515f
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2010-10-04

    Release 2.91.0

M	NEWS
M	README
M	configure.ac