<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror, branch rel-3-5-6</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>Change log.</title>
<updated>2015-05-23T02:37:26+00:00</updated>
<author>
<name>Neil</name>
<email>devnull@localhost</email>
</author>
<published>2015-05-23T02:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b33224da99e9a10058c2fe2a31ae8cdd59bc7ea9'/>
<id>b33224da99e9a10058c2fe2a31ae8cdd59bc7ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GTK: Workaround ABI issue with Windows GTK2 bundle and GCC &gt; 3</title>
<updated>2015-05-22T12:26:15+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>ban@herbesfolles.org</email>
</author>
<published>2015-05-22T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6de85e5ca364ea81ebf85f80e8a1c93004525df3'/>
<id>6de85e5ca364ea81ebf85f80e8a1c93004525df3</id>
<content type='text'>
GtkScrolledWindow contains a bitfield, and GCC 3.4 and 4.8 don't agree
on the size of the structure (regardless of -mms-bitfields):

- GCC 3.4 has sizeof(GtkScrolledWindow)=88
- GCC 4.8 has sizeof(GtkScrolledWindow)=84

As Windows GTK2 bundle is built with GCC 3, it requires types derived
from GtkScrolledWindow to be at least 88 bytes, which means we need to
add some fake padding to fill in the extra 4 bytes.
There is however no other issue with the layout difference as we never
access any GtkScrolledWindow fields ourselves.

See http://lists.geany.org/pipermail/devel/2015-April/thread.html#9379
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GtkScrolledWindow contains a bitfield, and GCC 3.4 and 4.8 don't agree
on the size of the structure (regardless of -mms-bitfields):

- GCC 3.4 has sizeof(GtkScrolledWindow)=88
- GCC 4.8 has sizeof(GtkScrolledWindow)=84

As Windows GTK2 bundle is built with GCC 3, it requires types derived
from GtkScrolledWindow to be at least 88 bytes, which means we need to
add some fake padding to fill in the extra 4 bytes.
There is however no other issue with the layout difference as we never
access any GtkScrolledWindow fields ourselves.

See http://lists.geany.org/pipermail/devel/2015-April/thread.html#9379
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for 3.5.6.</title>
<updated>2015-05-22T00:31:19+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-22T00:31:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=88b5a1d9dfb5b03e5cfc36ff0dbaae8fdde81315'/>
<id>88b5a1d9dfb5b03e5cfc36ff0dbaae8fdde81315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug with TentativeUndo where the undo history was being damaged on OS X.</title>
<updated>2015-05-21T00:21:13+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-21T00:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=270b7ad326c83b9c2df9bd31284d566eee70cf7d'/>
<id>270b7ad326c83b9c2df9bd31284d566eee70cf7d</id>
<content type='text'>
For example the sequence ['a', 'c', left, 'b', undo] would produce "c" instead of "ac".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example the sequence ['a', 'c', left, 'b', undo] would produce "c" instead of "ac".
</pre>
</div>
</content>
</entry>
<entry>
<title>SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32.</title>
<updated>2015-05-20T00:57:02+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-20T00:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=93103de7a6612a3a5e5328327340d636a87577d2'/>
<id>93103de7a6612a3a5e5328327340d636a87577d2</id>
<content type='text'>
From johnsonj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug with Hanja conversions for DBCS.</title>
<updated>2015-05-20T00:38:58+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-20T00:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=72f89d56015155b507e47109e477b085fc3ed56d'/>
<id>72f89d56015155b507e47109e477b085fc3ed56d</id>
<content type='text'>
From johnsonj.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From johnsonj.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change log.</title>
<updated>2015-05-17T03:37:59+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-17T03:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=68ad1e53b5336fb88e2ac2b09176f3b3b6d8d9d5'/>
<id>68ad1e53b5336fb88e2ac2b09176f3b3b6d8d9d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid some warnings from clang.</title>
<updated>2015-05-16T05:16:04+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-16T05:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=042c4ca122e38e35c51565e9d2feb97b6890a716'/>
<id>042c4ca122e38e35c51565e9d2feb97b6890a716</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make unused single argument constructors explicit.</title>
<updated>2015-05-16T04:51:29+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-16T04:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=80ba519908fbc6c912494b73ebb0a24103031ba5'/>
<id>80ba519908fbc6c912494b73ebb0a24103031ba5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change log.</title>
<updated>2015-05-16T04:50:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2015-05-16T04:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f5603f1a5ab7a4c666048a8054437a290bb8cba5'/>
<id>f5603f1a5ab7a4c666048a8054437a290bb8cba5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
