<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa, branch rel-4-1-4</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>Updated version number for release.</title>
<updated>2019-03-03T21:14:27+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-03-03T21:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1db1db8ac95ff98ebcb18a06e6329acd3f079600'/>
<id>1db1db8ac95ff98ebcb18a06e6329acd3f079600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.</title>
<updated>2019-02-27T21:37:18+00:00</updated>
<author>
<name>Jed Altahan</name>
<email>unknown</email>
</author>
<published>2019-02-27T21:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f7131a9f5466bf4c83358a2c0a8f6196433e6d03'/>
<id>f7131a9f5466bf4c83358a2c0a8f6196433e6d03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the only use of a function from &lt;cctype&gt; with a Scintilla function.</title>
<updated>2019-01-13T05:30:28+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-13T05:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3a0bafea3e458fbe58d7de7bd242934784ceb02b'/>
<id>3a0bafea3e458fbe58d7de7bd242934784ceb02b</id>
<content type='text'>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove inclusion of &lt;cctype&gt; except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for version 4.1.3.</title>
<updated>2019-01-07T08:34:32+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2019-01-07T08:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4af487f4aae6fdaed2f4201dabfe9637fdf6eadc'/>
<id>4af487f4aae6fdaed2f4201dabfe9637fdf6eadc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2022]. Fix incorrect horizontal offset on macOS 10.14 Mojave.</title>
<updated>2019-01-05T22:52:38+00:00</updated>
<author>
<name>Chinh Nguyen</name>
<email>unknown</email>
</author>
<published>2019-01-05T22:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2e794b1ef52cb04e93f65906a266095bc8eae4f6'/>
<id>2e794b1ef52cb04e93f65906a266095bc8eae4f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature [feature-requests:#1242]. Add lexer for Nim</title>
<updated>2018-11-21T08:39:33+00:00</updated>
<author>
<name>Jad Altahan</name>
<email>xviyy@aol.com</email>
</author>
<published>2018-11-21T08:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff40789bb65ac03c27b6c1dd889bdda57a2c2f15'/>
<id>ff40789bb65ac03c27b6c1dd889bdda57a2c2f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2061]. Fix a crash that occurred when entering a dead key diacritic then a</title>
<updated>2018-11-20T01:14:54+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-11-20T01:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e6010657a470a0575a7be23e730b6e9867f9f26c'/>
<id>e6010657a470a0575a7be23e730b6e9867f9f26c</id>
<content type='text'>
character that can not take that diacritic, such as option+e (acute accent)
followed by g.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
character that can not take that diacritic, such as option+e (acute accent)
followed by g.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#2055]. Use dark info bar background when system is set to Dark Appearance.</title>
<updated>2018-10-21T03:43:07+00:00</updated>
<author>
<name>John Horigan</name>
<email>unknown</email>
</author>
<published>2018-10-21T03:43:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d6f80fb1137d7cf42939fb55e35f4ba1060d4beb'/>
<id>d6f80fb1137d7cf42939fb55e35f4ba1060d4beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SCI_SETCOMMANDEVENTS API to allow turning off command events.</title>
<updated>2018-10-10T22:29:05+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-10-10T22:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c5dedff99f306588a7217d40a4281db7d1baffaa'/>
<id>c5dedff99f306588a7217d40a4281db7d1baffaa</id>
<content type='text'>
This can reduce the time taken to fold a document by half.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can reduce the time taken to fold a document by half.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when particular patterns of invalid UTF-8 led to failure to create a</title>
<updated>2018-10-04T06:23:36+00:00</updated>
<author>
<name>Neil Hodgson</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2018-10-04T06:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8cefe7a5183c83040782b5d3611d2f0ca4037b29'/>
<id>8cefe7a5183c83040782b5d3611d2f0ca4037b29</id>
<content type='text'>
CFStringRef. Performs more stringent validation on input text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CFStringRef. Performs more stringent validation on input text.
</pre>
</div>
</content>
</entry>
</feed>
