commit df72bb2adafb1d1df2288a157259bddadf913626
Author: Paolo Borelli <pborelli@gnome.org>
Date:   2012-08-20

    Relase 3.5.3

M	NEWS
M	README
M	configure.ac

commit 60472ea1ca2e47f777ceb599bcaa9bdef514aa13
Author: Paolo Borelli <pborelli@gnome.org>
Date:	2012-08-20

    Add j.lang

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

M	data/language-specs/Makefile.am
A	data/language-specs/j.lang
M	po/POTFILES.in

commit 543731436240d19dc2ccca816109852a1912770e
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:	2012-08-20

    Updated Belarusian translation.

M	po/be.po

commit 64e69218a3b6b3a1b5e10683bc4bdb8bc4fefbb2
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2012-08-15

    Move all the main types in gtksourcetypes.h

    This avoids the problem of .h inclusions cycles.

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

M	gtksourceview/Makefile.am
M	gtksourceview/gtksource.h
M	gtksourceview/gtksourcebuffer.h
M	gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourcecompletioncontext.h
M	gtksourceview/gtksourcecompletioninfo.h
M	gtksourceview/gtksourcecompletionitem.h
M	gtksourceview/gtksourcecompletionmodel.h
M	gtksourceview/gtksourcecompletionproposal.h
M	gtksourceview/gtksourcecompletionprovider.h
M	gtksourceview/gtksourcecontextengine.h
M	gtksourceview/gtksourceengine.h
M	gtksourceview/gtksourcegutter.h
M	gtksourceview/gtksourcegutterrenderer.h
M	gtksourceview/gtksourcegutterrendererlines.h
M	gtksourceview/gtksourcegutterrenderermarks.h
M	gtksourceview/gtksourcegutterrendererpixbuf.h
M	gtksourceview/gtksourcegutterrenderertext.h
M	gtksourceview/gtksourcelanguage.h
M	gtksourceview/gtksourcelanguagemanager.h
M	gtksourceview/gtksourcemark.h
M	gtksourceview/gtksourcemarkattributes.h
M	gtksourceview/gtksourcepixbufhelper.h
M	gtksourceview/gtksourceprintcompositor.h
M	gtksourceview/gtksourceregex.h
M	gtksourceview/gtksourcestyle.h
M	gtksourceview/gtksourcestylescheme.h
M	gtksourceview/gtksourcestyleschememanager.h
A	gtksourceview/gtksourcetypes.h
M	gtksourceview/gtksourceundomanager.h
M	gtksourceview/gtksourceundomanagerdefault.h
M	gtksourceview/gtksourceview.h
M	gtksourceview/gtktextregion.h

commit 59dd6df42da16541bc5e9ad60c05cfc4b8d995d4
Author: A S Alam <aalam@users.sf.net>
Date:	2012-08-17

    Update Punjabi Translation

M	po/pa.po

commit 9ef63b521702fc6949543e1b5fa4f22960c8baf2
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-08-17

    Updated Galician translations

M	po/gl.po

commit 894837247c20d6854003e494b69ad30f85f13036
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:	2012-08-16

    Assamese translation updated

M	po/as.po

commit a20537e4d3f63124636bfb8e245fb37e405b8af3
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2012-08-14

    CompletionContext: reformat the prototypes

M	gtksourceview/gtksourcecompletioncontext.h

commit 93ff94adbd4136f738a998500144d5952819e6a6
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2012-08-14

    Better parameter type for
    gtk_source_completion_context_add_proposals()

    Here the cycle was between completionprovider.h and
    completioncontext.h.

M	gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletioncontext.h
M	gtksourceview/gtksourcecompletionprovider.h

commit dc1b0c14fbc5224d3fb0270eba357d806d42377b
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2012-08-14

    Direct include of completioncontext.h

    Instead of an indirect include via completionprovider.h.

M	gtksourceview/gtksourcecompletion.h

commit 7ea5775cb45c183ae5fa1f9c57de472c6cb6261b
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2012-08-14

    Better parameter type for _gtk_source_completion_context_new()

    It is not strictly useful since the function is private, but
    since it's
    easy to do, why not.

M	gtksourceview/gtksourcecompletioncontext.h

commit 56269298d902299888336c0a1c740e85a99755cb
Author: Sébastien Wilmet <swilmet@gnome.org>
Date:	2012-08-14

    Better return type for gtk_source_completion_get_view()

    The return type of gtk_source_completion_get_view() is
    "GtkSourceView *". But due to a cycle in the .h includes, the type was
    "struct _GtkSourceView *".

    The header includes cycle: gtksourceview.h needs the
    GtkSourceCompletion
    type. But gtksourcecompletion.h needs the GtkSourceView type.

    The solution is to put the typedef of GtkSourceCompletion in
    gtksourcecompletion-private.h and include this header both in
    gtksourceview.h and gtksourcecompletion.h.

    Redifining two times the same type with typedef is not allowed in C.

M	gtksourceview/gtksourcecompletion-private.h
M	gtksourceview/gtksourcecompletion.h
M	gtksourceview/gtksourceview.h

commit 1437ea14839140cf3d3964c24a437cc77cadbec4
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
Date:	2012-08-14

    Changed completion context annotations to transfer floating

M	gtksourceview/gtksourcecompletion.c

commit 8f47a34ece00800a044f507b4fc3598629a9fdb9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	2012-08-12

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit cab9878849faa9de9122113c72af95b470ad15cb
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2012-08-10

    Updated Hebrew translation.

M	po/he.po

commit de42d302288aa957058c7206c1a4dedf66497224
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-08-08

    Updated Spanish translation

M	po/es.po

commit 51a93e0c8ba1278c6a6797018f1687fd4ce03dc5
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	2012-08-08

    Updated Serbian translation

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

commit ccccd51499054c38eb0a63687f88602c6089143f
Author: Pablo Platt <pablo.platt@gmail.com>
Date:	2012-08-07

    Add actionscript.lang and mxml.lang

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

M	data/language-specs/Makefile.am
A	data/language-specs/actionscript.lang
A	data/language-specs/mxml.lang
M	po/POTFILES.in

commit 93fc76cea05c0e1e32f5d009ec5550bf40ce8d75
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	2012-08-07

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 43a40a7a10cb91893e45d4daeedf963112bfc828
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	2012-08-06

    Updated Greek translation

M	po/el.po

commit abcd44fd8518231be90476767b0a66b623221fd6
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	2012-08-06

    Updated Serbian translation

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

commit 70b9ba5f3bc994f40e927ec5aa8a511d6d52cd19
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-07-30

    Updated Spanish translation

M	po/es.po

commit ca469c7b70f2e5de859eb0408add1abd7aa0a5bc
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-07-30

    Updated Galician translations

M	po/gl.po

commit eaff66c3731a55af93b644771fcf7ee018c644db
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-07-29

    Updated Slovenian translation

M	po/sl.po

commit 9920787f9e35a30dbe30832d3ec4235748ab78de
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:	2012-07-29

    Release 3.5.2

    NOTE: never ever again make another release at guadec :D

M	NEWS
M	README
M	configure.ac
M	data/language-specs/Makefile.am