2005-01-12  Paolo Maggi  <paolo@gnome.org>

	* README: updated

2005-01-11  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/gtkrc.lang: add syntax highlighting
	support for GtkRC. Patch by Link M Dupont <link@subpop.net> and
	Andrew Johnson <acjgenius@earthlink.net>

2005-01-11  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/R.lang: add syntax highlighting
	support for R. Patch by Vaidotas Zemlys <mpiktas@gmail.com>

2005-01-10  Paolo Maggi  <paolo@gnome.org>

	* NEWS: updated

2005-01-10  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/ini.lang: add syntax highlighting
	support for .ini files. Patch by Antonio Ognio <gnrfan@gnrfan.org>

2005-01-10  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/sh.lang: add syntax highlighting
	support for sh/bash. Patch by Silian Della Ragione <silian87@gechi.it>

2005-01-09  Juerg Billeter  <j@bitron.ch>

	* gtksourceview/language-specs/vhdl.lang: add syntax highlighting
	support for VHDL

2005-01-08  Paolo Maggi  <paolo@gnome.org>

	* configure.in: bump version number to 1.1.90

2005-01-08  Paolo Maggi  <paolo@gnome.org>

	* docs/reference/tmpl/view.sgml: updated

	* gtksourceview/gtksourceview.c (gtk_source_view_class_init): new 
	"highlight_current_line" property
	(gtk_source_view_set_property): manage new "highlight_current_line" 
	property
	(gtk_source_view_get_property): ditto
	(gtk_source_view_paint_margin): use bold font to paint the line
	number of the current line 
	(gtk_source_view_expose): highlight the current line
	(gtk_source_view_get_highlight_current_line): new method
	(gtk_source_view_set_highlight_current_line): ditto

	* gtksourceview/gtksourceview.h: added new methods
	gtk_source_view_get_highlight_current_line and 
	gtk_source_view_set_highlight_current_line

	* tests/test-widget.c (hl_line_toggled_cb) (create_view_window): added
	test for highlight current line feature

2005-01-08  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/Makefile.am: added nemerle.lang

	* gtksourceview/language-specs/nemerle.lang: new file (from 
	gtksourceview-sharp)

	* gtksourceview/language-specs/vbnet.lang: fixed mimetypes.


2005-01-08  Paolo Maggi  <paolo@gnome.org>

	* HACKING: update mail address

	* gtksourceview/gtksourceprintjob.c (print_page): fixes bug 
	#144492(gtksourceview/gtksourceprintjob.c: linenumbering) when printing
	selected lines only. Patch by Paul Bolle <pebolle@tiscali.nl> 

2005-01-07  Paolo Maggi  <paolo@gnome.org>

	New language specification file for TCL provided by Riccardo 
	Lancellotti <riccardo@weblab.ing.unimo.it> (bug #154312)

	* gtksourceview/language-specs/Makefile.am: added tcl.lang

	* gtksourceview/language-specs/tcl.lang: new file

2005-01-07  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/pascal.lang: fixed bug #150477 (Potential
	"Types Class" typo in gtksourceview message). Patch by 
	Thierry Moisan  <thierryn@videotron.ca>

2005-01-07  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/xml.lang: fixed bug #151995 (XML Markup 
	Highlighting does not handle CDATA correctly). s/DTD/DOCTYPE.
	Does not mark DOCTYPE for translation.

2005-01-07  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/python.lang: fixes bug 150497 ("Self" 
	message in gtksourceview should perhaps not be translated)

2005-01-07  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/perl.lang: fixes bug #150490 (POD 
	acronym in gtksourceview seemingly unnecessarily expanded)

2005-01-07  Paolo Maggi  <paolo@gnome.org>

	Patch by Gustavo Giráldez  <gustavo.giraldez@gmx.net>.
	Fixes the line number problems and the para box when wrap is disabled.
	See bug #143874.

	* gtksourceview/gtksourceprintjob.c (get_text_simple)
	(get_text_with_style): correctly gets the paragraphs to print; 
	for empty lines gtk_text_iter_forward_to_line_end() would skip the 
	empty line, thus causing the incorrect numbering. 
	(create_layout_for_para): ellipsizes the paragraph when text wrapping 
	is disabled; for empty paragraphs, pango_layout_iter_get_baseline() 
	returns 0, so checks this condition and adds a space character to 
	force the calculation of the baseline

2004-12-27  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/php.lang: adds text/x-php-source and 
	application/x-php-source to mimetypes (fixes bug #162190: PHP 
	language-spec should work for phps files). Patch by David A Knight
	<david@ritter.demon.co.uk>.

2004-12-10  Vinay M R  <vinay.mandyakoppal@wipro.com>

	* gtksourceview/gtksourceview.c (gtk_source_view_class_init):
	Signal for Undo key in sun keyboard is bound. Fixes bug #155491.

2004-12-07  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/xml.lang: added "image/svg+xml" to
	list of supported mime-types (fixed bug #142628: "gedit should 
	automatically set "Highlight Mode" to XML for image/svg+xml files")
	
2004-12-07  Paolo Maggi  <paolo@gnome.org>

	* gtksourceview/language-specs/pascal.lang : fixed "Number"

2004-12-07  Paolo Maggi  <paolo@gnome.org>

	* INSTALL: updated

	* gtksourceview/language-specs/fortran.lang: Add support for 
	ancient-style line comments (a line beginning with C), add "data",
	"block data","common" keywords (patch by  John Spray (bug #143970)