<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-2-03</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>Preparing for 2.03</title>
<updated>2010-02-10T07:09:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-02-10T07:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8ed616dd5c1790b52e9a925d556623f0af46fb75'/>
<id>8ed616dd5c1790b52e9a925d556623f0af46fb75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoiding warnings from cppcheck. Mostly removing bodies of private copy</title>
<updated>2010-01-28T04:50:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-01-28T04:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2500ebc8eda4588b3a0cba45484470ea417afbde'/>
<id>2500ebc8eda4588b3a0cba45484470ea417afbde</id>
<content type='text'>
constructors and operator=.
Also ensuring initialisation for some fields, reducing scope where
possible, and passing by const reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constructors and operator=.
Also ensuring initialisation for some fields, reducing scope where
possible, and passing by const reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparation for 2.02.</title>
<updated>2010-01-20T02:36:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-01-20T02:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6baae4c3ea8e1d42e297752c2ce6bcf1174e0de6'/>
<id>6baae4c3ea8e1d42e297752c2ce6bcf1174e0de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #2909699, NULL facename causes crash.</title>
<updated>2009-12-13T01:04:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-12-13T01:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3eee5df6adf6adf04cccd0613c794f51d98662a3'/>
<id>3eee5df6adf6adf04cccd0613c794f51d98662a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added setting for font quality to allow application to choose anti-aliased,</title>
<updated>2009-11-02T04:51:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-11-02T04:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=212257e28c87cd6ed2ff244ee6518be0c73fa342'/>
<id>212257e28c87cd6ed2ff244ee6518be0c73fa342</id>
<content type='text'>
non-anti-aliased or lcd-optimized text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
non-anti-aliased or lcd-optimized text.
</pre>
</div>
</content>
</entry>
<entry>
<title>When pasting into a rectangular selection use the start of the rectangular</title>
<updated>2009-08-28T02:08:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-08-28T02:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a3755e6f1cc97f0b3cade058ed38b2f0d9c144c'/>
<id>4a3755e6f1cc97f0b3cade058ed38b2f0d9c144c</id>
<content type='text'>
selection rather than the start of the main range which is often the last
line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
selection rather than the start of the main range which is often the last
line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Markdown lexer from FR #2844081.</title>
<updated>2009-08-27T01:20:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-08-27T01:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4bff1a89c2e6db853bc9fe0384031bc9e3a4bd04'/>
<id>4bff1a89c2e6db853bc9fe0384031bc9e3a4bd04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ready version 2.01 to fix problems with multiple selections.</title>
<updated>2009-08-18T07:32:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-08-18T07:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d3b156328b7290bc82901cfc02c6701c63b3af12'/>
<id>d3b156328b7290bc82901cfc02c6701c63b3af12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable build of debug version.</title>
<updated>2009-08-14T02:13:01+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-08-14T02:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1847111186e5808fc17d22327756250165a02bac'/>
<id>1847111186e5808fc17d22327756250165a02bac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparing release 2.0.</title>
<updated>2009-08-06T22:57:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-08-06T22:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4528b03e3a291c09694a3887f3972d8e175cbc85'/>
<id>4528b03e3a291c09694a3887f3972d8e175cbc85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
