----------------------------------------------------------------------
PygtkScintilla-1.99.5: 
	- Changed project name to PygtkScintilla
	- Added this project to SourceForge at 
          <http://sourceforge.net/projects/pygtkscintilla>	


----------------------------------------------------------------------
PyScintilla-1.99.4: 
        - Fully rewritten code generators: the code is generated
          directly from Scintilla's interface
        - No longer dependant on GtkScintilla
        - Pure pythonian installation procedure


----------------------------------------------------------------------
PyScintilla-1.99.3: (never relased)
        - added constants and enumerations


----------------------------------------------------------------------
PyScintilla-1.99.2:
	- All methods which get a chars buffer and the corresponding
	buffer length, can be called by simply passing the
	(optional) string length: they return the string. 
	Methods are: 
	get_text, get_sel_text, get_line, get_cur_line


----------------------------------------------------------------------
PyScintilla-1.99.1:
	- first working release. No longer derived from old binding PyGtkScintilla-0.8.2
	- added authors, configuration stuff, etc.


----------------------------------------------------------------------
PyScintilla-1.99.0: (never released)
        - first prototypical release, directly derived from PyGtkScintilla-0.8.2, 
          binding for Scintilla based on GTK1.x. 
          PyGtkScintilla-0.8.2 has been realized by Michele Campeotto
          <moleskine@f2s.com>
        - no way to make easily working this version





