changeset: f3f3936e5b86 date: Tue Aug 31 08:48:57 2010 +0100 Released as v2.4.5. changeset: 80afe6b1504a date: Sat Aug 21 22:09:01 2010 +0100 Updated the NEWS file. changeset: afa9ac3c487d date: Fri Aug 20 17:41:17 2010 +0100 With Python v3, the QsciScintillaBase.SendScintilla() overloads that take char * arguments now require them to be bytes objects and no longer allow them to be str objects. changeset: 4cb625284e4f date: Sat Aug 14 16:20:08 2010 +0100 Reverted the addition of the /Encoding/ annotations to SendScintilla() as it is (probably) not the right solution. changeset: 112d71cec57a date: Sat Aug 14 15:36:40 2010 +0100 The entries in user and auto-completion lists should now support UTF-8. changeset: 2f21b97985f2 date: Sat Aug 14 13:32:00 2010 +0100 The QsciScintillaBase.SendScintilla() Python overloads will now accept unicode strings that can be encoded to UTF-8. changeset: 8d9c1aad1349 date: Thu Jul 22 14:54:21 2010 +0100 Implemented QsciLexerHTML::autoCompletionFillups() to change the fillups to "/>". changeset: fd8746ae2198 date: Thu Jul 22 13:38:14 2010 +0100 Fixed a regression, and the original bug, in QsciScintilla::clearAnnotations(). changeset: 7c69b0a4ee5b date: Thu Jul 22 12:39:12 2010 +0100 QsciStyle now auto-allocates style numbers from 63 rather than STYLE_MAX because Scintilla only initially creates enough storage for that number of styles. changeset: 09e28404476a date: Thu Jul 15 17:21:36 2010 +0100 Fixed a bug in QsciLexerVerilog that meant that the Keyword style was being completely ignored. changeset: 4c98368d9bea date: Mon Jul 12 11:44:46 2010 +0100 Added tag 2.4.4 for changeset c61a49005995 changeset: c61a49005995 date: Mon Jul 12 11:44:39 2010 +0100 Released as v2.4.4.