medit/moo/mooedit/gtksourceview
Yevgen Muntyan beed8585d7 Synced with upstream:
2006-09-03  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourcecontextengine.c:
	commented UPDATE_PRIORITY and UPDATE_TIME_SLICE constants;
	made CHECK_* macros and made corresponding function names lowercase;
	Removed some XXX comments, changed some FIXME's.
	* gtksourceview/gtksourcelanguage-parser-1.c:
	(build_keyword_list): removed keyword number limit and added a TODO there;
	removed language_strconvescape; removed old commented out code;
	(_gtk_source_language_file_parse_version1): check lang file version in
	* gtksourceview/gtksourcelanguage-parser-2.c:
	(create_definition): added a TODO about big keyword lists;
	removed old commented out code.
	* gtksourceview/gtksourcestylescheme.c: replaced XXX with FIXME (more
	informative one).
	* gtksourceview/gtktextregion.c,
	 gtksourceview/gtktextregion.h: removed gtk_text_region_subtract_region,
	it's not needed anymore.

2006-09-03  Yevgen Muntyan  <muntyan@tamu.edu>

	* gtksourceview/gtksourcecontextengine.c,
	gtksourceview/gtksourcelanguage-parser-1.c
	gtksourceview/gtksourcelanguage-parser-2.c
	gtksourceview/gtksourcelanguage.c
	gtksourceview/gtksourcelanguagesmanager.c
	gtksourceview/gtksourcestyle.c
	gtksourceview/gtksourcestylescheme.c: do if (ptr != NULL) and
	if (ptr == NULL) instead of if (ptr) and if (!ptr), to please
	maintainers who are afraid of using pointers in boolean contexts.
2006-09-03 17:59:59 -05:00
..
Makefile.am Make distcheck happy 2006-08-26 05:01:07 -05:00
gtksourcebuffer.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourcecontextengine.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtksourcecontextengine.h Synced with upstream 2006-08-27 19:11:56 -05:00
gtksourceengine.c GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourceengine.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourceiter.c GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourceiter.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourcelanguage-parser-1.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtksourcelanguage-parser-2.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtksourcelanguage-private.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourcelanguage.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtksourcelanguage.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourcelanguagesmanager.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtksourcelanguagesmanager.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourcestyle.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtksourcestyle.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourcestylescheme.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtksourcestylescheme.h Synced with upstream 2006-08-27 19:11:56 -05:00
gtksourcetag.c GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourcetag.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourceview-i18n.h Fixed build with gtk-2.6 2006-08-28 13:27:14 -05:00
gtksourceview-marshal.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtksourceview.h GtkSourceView highlighting engine 2006-08-26 04:46:29 -05:00
gtktextregion.c Synced with upstream: 2006-09-03 17:59:59 -05:00
gtktextregion.h Synced with upstream: 2006-09-03 17:59:59 -05:00