=== gtksourceview 2.2.1 ===

2008-04-07  Paolo Borelli  <pborelli@katamail.com>

	* configure.ac:
	* README:
	* NEWS:

	Release 2.2.1

2008-04-05  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/gtksourceview.c (gtk_source_view_class_init): add
	keybindings for move_viewport. You can now scroll one line up/down,
	one page up/down and to the beginning/end of the document without moving
	the cursor (use Shit + Alt + Up|Down|PageUp|PageDown|Home|End).

2008-04-05  Paolo Borelli  <pborelli@katamail.com>

	* gtksourceview/language-specs/python.lang: fix line-continue
	in double quoted strings. Bug #525751.

2008-03-30  Paolo Borelli  <pborelli@katamail.com>

	* gtksourceview/gtksourceview.c: make Alt+up/down move the current
	or selected line in the buffer.

2008-03-30  Paolo Borelli  <pborelli@katamail.com>

	* gtksourceview/gtksourceview.c: fix compiler warning.