<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-6-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 typo.</title>
<updated>2015-11-01T21:37:49+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-01T21:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=75e59d403b121ae5d77b30a60fdec9ba9c705084'/>
<id>75e59d403b121ae5d77b30a60fdec9ba9c705084</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 3.6.2.</title>
<updated>2015-11-01T21:24:11+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-01T21:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=afcebb3d37469d50072b034eaff34203671d67e9'/>
<id>afcebb3d37469d50072b034eaff34203671d67e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix grammar.</title>
<updated>2015-11-01T21:13:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-11-01T21:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5ea5421aac63fd74c82678b49e118ee8d4013e7c'/>
<id>5ea5421aac63fd74c82678b49e118ee8d4013e7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure correct propagation of viewWillDraw even after owner deleted.</title>
<updated>2015-10-27T06:56:36+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-27T06:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=51b3766d710e47225f7b1bfb6983ffeaee90b3cf'/>
<id>51b3766d710e47225f7b1bfb6983ffeaee90b3cf</id>
<content type='text'>
From Chinh Nguyen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Chinh Nguyen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use settings that may allow translucent painting. Incomplete as EditView does</title>
<updated>2015-10-27T01:39:57+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-27T01:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=aec6cf794aaccff145f0d3793806f6775d7fd2a5'/>
<id>aec6cf794aaccff145f0d3793806f6775d7fd2a5</id>
<content type='text'>
not currently support translucent painting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not currently support translucent painting.
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Fix autoc popup row height on GTK2 when it changes at runtime</title>
<updated>2015-10-25T20:57:36+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-10-25T20:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a1c1e2dfe31c432adb81879353c618ad9949a65'/>
<id>3a1c1e2dfe31c432adb81879353c618ad9949a65</id>
<content type='text'>
Now the popup is cached the row height has to be re-computed when the
font changes on GTK2 too.

Closes [bugs:1774].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the popup is cached the row height has to be re-computed when the
font changes on GTK2 too.

Closes [bugs:1774].
</pre>
</div>
</content>
</entry>
<entry>
<title>Log previous change.</title>
<updated>2015-10-26T22:03:56+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-26T22:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9255ca15e02e22b098aed5b30908448db909d098'/>
<id>9255ca15e02e22b098aed5b30908448db909d098</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line end movement on display lines when EOLs are visible</title>
<updated>2015-10-25T14:22:07+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-10-25T14:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=41cfa209750b4a06d213d4b9b8e72be40fe5a8f7'/>
<id>41cfa209750b4a06d213d4b9b8e72be40fe5a8f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log Cocoa crash fix changes.</title>
<updated>2015-10-26T05:33:41+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-26T05:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7c74818b84faff980e70e1e7fad9498464fb1cfa'/>
<id>7c74818b84faff980e70e1e7fad9498464fb1cfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary timer variables.</title>
<updated>2015-10-26T05:23:34+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-10-26T05:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=06730b803c373be1160f14aeda8c15210e860f50'/>
<id>06730b803c373be1160f14aeda8c15210e860f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
