<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch sciteco-dev-pre-v2.0.0</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>Updates for 3.6.4.</title>
<updated>2016-03-09T02:46:48+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-03-09T02:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9c513040e4000fab734bda5fcdc44b7012cb33fd'/>
<id>9c513040e4000fab734bda5fcdc44b7012cb33fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.</title>
<updated>2016-03-06T22:54:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-03-06T22:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=82dbb7dfa46217f4b252717478d0486212e2e3e7'/>
<id>82dbb7dfa46217f4b252717478d0486212e2e3e7</id>
<content type='text'>
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include stddef.h as using ptrdiff_t and stddef.h is its home.</title>
<updated>2016-03-06T22:49:53+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-03-06T22:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ea1cce031d89c714c5dde855fd804bea2ef5ce05'/>
<id>ea1cce031d89c714c5dde855fd804bea2ef5ce05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1813]. Unmangle exported Scintilla_DirectFunction.</title>
<updated>2016-02-24T08:39:12+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-02-24T08:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=231e72eb574a4e895e5e6e30a96bfe3a5d2b2923'/>
<id>231e72eb574a4e895e5e6e30a96bfe3a5d2b2923</id>
<content type='text'>
Backed out changeset: 819f953e432b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backed out changeset: 819f953e432b
</pre>
</div>
</content>
</entry>
<entry>
<title>Retry OpenClipboard if it fails as another application may have opened it.</title>
<updated>2016-02-23T00:17:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2016-02-23T00:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e5a27cf16a0144a534ff07905380af5eedbbb76b'/>
<id>e5a27cf16a0144a534ff07905380af5eedbbb76b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified IME caret position discovery.</title>
<updated>2016-02-09T12:27:08+00:00</updated>
<author>
<name>johnsonj</name>
<email>devnull@localhost</email>
</author>
<published>2016-02-09T12:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=99800d1c26d344983cd27bdf10f71d3572d3d2b8'/>
<id>99800d1c26d344983cd27bdf10f71d3572d3d2b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract IME text insertion into AddWString method.</title>
<updated>2016-02-08T05:40:59+00:00</updated>
<author>
<name>johnsonj</name>
<email>devnull@localhost</email>
</author>
<published>2016-02-08T05:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=11f4f7ec6472874c15bfcc8514491583450da13f'/>
<id>11f4f7ec6472874c15bfcc8514491583450da13f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move IME code into IMContext.</title>
<updated>2016-02-06T04:15:20+00:00</updated>
<author>
<name>johnsonj</name>
<email>devnull@localhost</email>
</author>
<published>2016-02-06T04:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=24189dbf387e7d33d65b15c9756292d7f0e8da2a'/>
<id>24189dbf387e7d33d65b15c9756292d7f0e8da2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified inline IME by using StringEncode.</title>
<updated>2016-02-01T04:33:27+00:00</updated>
<author>
<name>johnsonj</name>
<email>devnull@localhost</email>
</author>
<published>2016-02-01T04:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9c84d207fad6e054834e34835015e8607c7c2dda'/>
<id>9c84d207fad6e054834e34835015e8607c7c2dda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encapsulate ImmGetCompositionStringW for GCS_COMPSTR and GCS_RESULTSTR.</title>
<updated>2016-01-22T07:59:20+00:00</updated>
<author>
<name>johnsonj</name>
<email>devnull@localhost</email>
</author>
<published>2016-01-22T07:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=89c4aeb98383ac8aa6e3c8d9983ef53307cba090'/>
<id>89c4aeb98383ac8aa6e3c8d9983ef53307cba090</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
