commit 949a0e28afce0edce9cfd19c8352895905b4fec1 Author: Ignacio Casal Quinteiro Date: 2012-01-08 Add gtk_source_language_get_style_fallback M docs/reference/gtksourceview-3.0-sections.txt commit 36f0a41a87b952600571f4366584508906ba4806 Author: Ignacio Casal Quinteiro Date: 2012-01-07 Use gdk_threads_add_idle instead of g_idle_add M gtksourceview/completion-providers/words/gtksourcecompletionwords.c M gtksourceview/gtksourcecontextengine.c commit 051aaf5aca1c006b5a879622bd2c9fc26ab550bc Author: Paolo Borelli Date: 2012-01-07 Introduce gtk_source_language_get_style_fallback We need public access to this information since tools like a style scheme editor need to be able to resolve the style mappings. M gtksourceview/gtksourcecontextengine.c M gtksourceview/gtksourcelanguage-private.h M gtksourceview/gtksourcelanguage.c M gtksourceview/gtksourcelanguage.h commit acde248778334f4c259aca75f78b5f0e4b177855 Author: Kjartan Maraas Date: 2012-01-06 Updated Norwegian bokmål translation M po/nb.po commit aae2d5fde84358f595df64602da1f5b857cb9e00 Author: Ignacio Casal Quinteiro Date: 2012-01-04 No need for g_slice_new0 just slice_new is enough in that cases M gtksourceview/gtksourcecontextengine.c commit fc37cbd6e73ea2f8258c1e114d34a26d22996ed9 Author: Ignacio Casal Quinteiro Date: 2012-01-04 Revert "No need for format in only string vars" This reverts commit 45552a90187fca4a3f7e9c5318bd121310ccc09e. M gtksourceview/gtksourcecontextengine.c commit 45552a90187fca4a3f7e9c5318bd121310ccc09e Author: Ignacio Casal Quinteiro Date: 2012-01-04 No need for format in only string vars M gtksourceview/gtksourcecontextengine.c commit 492c86d01d4ee5120431efd02ac5bd3b0de08494 Author: Piotr Drąg Date: 2012-01-03 Updated POTFILES.in M po/POTFILES.in commit 6debebd22c17383d086adb8b4a845bdfabc33ec5 Author: Paolo Borelli Date: 2012-01-03 Use the same gregex instance every time we use the start_ref We were already using a static var in gtk_source_regex_new we may as well use it also in resolve. M gtksourceview/gtksourceregex.c commit dde24accb247413765b8474bd57a4671ea56a046 Author: Paolo Borelli Date: 2012-01-03 Remove workaround for an old GRegex but M gtksourceview/gtksourceregex.c commit 29d6ff4147a784b9cb5f4f2816ba0beab63a59d7 Author: Paolo Borelli Date: 2011-12-31 Split GtkSourceRegex to its own file. M gtksourceview/Makefile.am M gtksourceview/gtksourcecontextengine.c A gtksourceview/gtksourceregex.c A gtksourceview/gtksourceregex.h M gtksourceview/gtksourceview-utils.c M gtksourceview/gtksourceview-utils.h commit 0bf7d08c010a9b21bbde89acb758f41a11bb4ed8 Author: Jovan Naumovski Date: 2012-01-02 Updated Macedonian translation. M po/mk.po commit 565975ff5980178d1c9b1e16e24e14d206760dc9 Author: Paolo Borelli Date: 2011-12-28 Small cleanups M gtksourceview/gtksourcecontextengine.c commit faf3422fdbb0b653d49068818ac1d2d463210bed Author: Paolo Borelli Date: 2011-12-27 Fix typo M data/language-specs/docbook.lang commit e4699fedcc9730727703e88513b2f10f0569b17d Author: Paolo Borelli Date: 2011-12-27 Make assertion conditional Only check when ENABLE_CHECK_TREE is set since it involves walking the list twice. M gtksourceview/gtksourcecontextengine.c commit 54cf43c05b26a3c8de648f403799b67708cecfb3 Author: Ignacio Casal Quinteiro Date: 2011-12-26 contextengine: use g_set_error_literal M gtksourceview/gtksourcecontextengine.c commit 9acd915c794ec3bf1dbb84ee21801f9aa5ff724d Author: Paolo Borelli Date: 2011-12-26 Add _gtk_source_language_get_style_info utility Use a semi-private helper function instead of accessing the priv structure with an ugly macro. M gtksourceview/gtksourcecontextengine.c M gtksourceview/gtksourcelanguage-private.h M gtksourceview/gtksourcelanguage.c commit 49b167c0a3d0ddcf76c24b9b65ab5d80ea31dd6a Author: Paolo Borelli Date: 2011-12-26 Factor out utility to lookup the root context definition. M gtksourceview/gtksourcecontextengine.c commit 7f6f2b4adb9044cca4c2e96b12382ab67277c873 Author: Paolo Borelli Date: 2011-12-26 Remove another useless macro M gtksourceview/gtksourcecontextengine.c commit 32e5b19cbcdf6c11b96f377220c98a3765ba78fb Author: Paolo Borelli Date: 2011-12-26 Remove memory profiling debug code It does not work with GRegex which is what we use these days. M gtksourceview/gtksourcecontextengine.c commit bfaeb13381de74dee909b3e7ad9765550c4dc43a Author: Paolo Borelli Date: 2011-12-26 Use a function instead of a macro M gtksourceview/gtksourcecontextengine.c commit ec7b92a5c816649c82ec1b8294cb4b9fe29180bc Author: Xandru Armesto Date: 2011-12-20 Updated asturian translation M po/ast.po commit d4f3001e5df2b7bd7bd4d4cd428f5cf0174bd777 Author: Ignacio Casal Quinteiro Date: 2011-12-17 3.3.1 M NEWS M README M configure.ac