<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-3-0-2</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Fix display of margins on GTK+. Were appearing red when scrolling</title>
<updated>2011-12-02T12:35:14+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-12-02T12:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=fcd320e78b3bc84a9e09a0f165159413ae7b6071'/>
<id>fcd320e78b3bc84a9e09a0f165159413ae7b6071</id>
<content type='text'>
as they were copying from the start of the pixmap instead of where
the drawing occurred. Caused by optimized drawing in changeset 3949.
Also ensured whitespace fold tails displayed correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as they were copying from the start of the pixmap instead of where
the drawing occurred. Caused by optimized drawing in changeset 3949.
Also ensured whitespace fold tails displayed correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed version of last patch: protected range delete.</title>
<updated>2011-11-30T22:25:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-30T22:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c7368de0572fb9b7f3e25a9c725a25a7b3df7554'/>
<id>c7368de0572fb9b7f3e25a9c725a25a7b3df7554</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop backspace destroying protected range. Bug #3445911.</title>
<updated>2011-11-30T22:21:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-30T22:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4e95599d04c1c851d5b20f35257d2fdbe46df594'/>
<id>4e95599d04c1c851d5b20f35257d2fdbe46df594</id>
<content type='text'>
From Averk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Averk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clip margin drawing to the paint area.</title>
<updated>2011-11-30T06:10:33+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-30T06:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0aa61bd2cf4f0cc0fab306c505cf7eebe291964b'/>
<id>0aa61bd2cf4f0cc0fab306c505cf7eebe291964b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature #3436256. Lexer for CoffeeScript from Eric Promislow</title>
<updated>2011-11-29T00:52:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-29T00:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=52d8e9410d53595a9635a5ece86cee2fe5de6885'/>
<id>52d8e9410d53595a9635a5ece86cee2fe5de6885</id>
<content type='text'>
of ActiveState.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of ActiveState.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unreachable code. Issue described in bug 3440534.</title>
<updated>2011-11-26T00:16:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-26T00:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b0fac0b811b164f74d564782f99df76effd383c9'/>
<id>b0fac0b811b164f74d564782f99df76effd383c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #3283519. CountCharacters added to count the number of</title>
<updated>2011-11-15T23:43:52+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-15T23:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=445cc61d3c5dead15aeca9c363ccbbe57018d744'/>
<id>445cc61d3c5dead15aeca9c363ccbbe57018d744</id>
<content type='text'>
characters between two positions. From Andrey Moskalyov.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
characters between two positions. From Andrey Moskalyov.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed warning suppression that had been included for Visual C++ 6.0.</title>
<updated>2011-11-13T21:42:25+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-13T21:42:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b528166ba492b12be6779e7f0c77586e35778204'/>
<id>b528166ba492b12be6779e7f0c77586e35778204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure graphics allocated before painting.</title>
<updated>2011-11-02T22:12:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-11-02T22:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e8bba407198738106cfe62ff8782e895a2993b97'/>
<id>e8bba407198738106cfe62ff8782e895a2993b97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ILoader interface so that clients can load documents from</title>
<updated>2011-10-26T05:54:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-10-26T05:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b0c6298f1a5b7a1b16a20ccd577f6e2318ae95ad'/>
<id>b0c6298f1a5b7a1b16a20ccd577f6e2318ae95ad</id>
<content type='text'>
background threads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
background threads.
</pre>
</div>
</content>
</entry>
</feed>
