<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-2-21</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>Documented recent fix.</title>
<updated>2010-09-01T03:12:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-01T03:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d5f4defd17ebfd3c11d293de4c60203355bb8959'/>
<id>d5f4defd17ebfd3c11d293de4c60203355bb8959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix division by 0 crash with preprocessor expressions like</title>
<updated>2010-09-01T03:03:24+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-09-01T03:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c65045014d0ed150a70437a9caf13a283501e6ab'/>
<id>c65045014d0ed150a70437a9caf13a283501e6ab</id>
<content type='text'>
#if 1 / 0
or
#if 1 //
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#if 1 / 0
or
#if 1 //
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed crash when lexer asks for line state of negative line. Better to just return 0.</title>
<updated>2010-08-29T11:40:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-29T11:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=903d7d0fa647044472c297178ea85f9629091819'/>
<id>903d7d0fa647044472c297178ea85f9629091819</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 2.21 release.</title>
<updated>2010-08-29T00:10:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-29T00:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=dfbb1eed1a151a751876bd99a77a06ffcdf879f1'/>
<id>dfbb1eed1a151a751876bd99a77a06ffcdf879f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bugs caused by ignoring single character \n line ends on #include lines</title>
<updated>2010-08-27T10:31:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-27T10:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f83e42b0a9bfd93d8d136e994ab6920439ff8e52'/>
<id>f83e42b0a9bfd93d8d136e994ab6920439ff8e52</id>
<content type='text'>
causing preprocessor memory to be out of sync.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
causing preprocessor memory to be out of sync.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for version 2.21.</title>
<updated>2010-08-27T01:36:20+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-27T01:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=072179485245b6e47502727c8be1f13a6cc2d8ca'/>
<id>072179485245b6e47502727c8be1f13a6cc2d8ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NextPosition treats \r\n as two characters as this allows searching for \n.</title>
<updated>2010-08-27T01:30:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-27T01:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a9fbef1362dd474132f0fd7dd35146ae91b716e'/>
<id>4a9fbef1362dd474132f0fd7dd35146ae91b716e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mouse button down claims focus early so that container notifications can switch focus.</title>
<updated>2010-08-24T01:15:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-24T01:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bc7c83a7e3ba98347c17d2d3b533aa19b7c59d62'/>
<id>bc7c83a7e3ba98347c17d2d3b533aa19b7c59d62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding GetLineIndentation to IDocument.</title>
<updated>2010-08-19T04:16:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-19T04:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3f47056446652515e38c29896ab16a77074f9d84'/>
<id>3f47056446652515e38c29896ab16a77074f9d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exposed BufferPointer through IDocument.</title>
<updated>2010-08-19T03:16:10+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-19T03:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e4fe4cbba4bb351c4c2165659eb50734488fcc7a'/>
<id>e4fe4cbba4bb351c4c2165659eb50734488fcc7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
