<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-1-75</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>Updating version number to 1.75.</title>
<updated>2007-11-13T02:00:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-11-13T02:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ccbfd8d87731e0948634e9d176ce9a3474102c45'/>
<id>ccbfd8d87731e0948634e9d176ce9a3474102c45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for 'R' language by Stephen Stagg.</title>
<updated>2007-11-04T10:03:57+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-11-04T10:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e43266f8d541ae4e348b527dc037703f376b224d'/>
<id>e43266f8d541ae4e348b527dc037703f376b224d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #1794426, return 0 if not in Unicode mode.</title>
<updated>2007-09-24T05:37:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-09-24T05:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1a80c8906e6b8b5aed7f4b859471a053c5f81306'/>
<id>1a80c8906e6b8b5aed7f4b859471a053c5f81306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexer for Asymptote.</title>
<updated>2007-09-08T02:43:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-09-08T02:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d37eaaf5490aca3923b1617e48172ee6d8df5945'/>
<id>d37eaaf5490aca3923b1617e48172ee6d8df5945</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed lineStates to a SplitVector so that it supports insert and delete</title>
<updated>2007-07-27T01:52:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-27T01:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=748187ba9771beb6947ed9a5130ad87add31da90'/>
<id>748187ba9771beb6947ed9a5130ad87add31da90</id>
<content type='text'>
so inserting and deleting lines does not cause a really large number of
changed values under most circumstances leading to fewer notifications.
SVector is no longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so inserting and deleting lines does not cause a really large number of
changed values under most circumstances leading to fewer notifications.
SVector is no longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimised previous change to avoid extra redraws when modification does not</title>
<updated>2007-07-26T08:04:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-26T08:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8e7a29f2fd09477eb41e2d5bd33d11ef04740c32'/>
<id>8e7a29f2fd09477eb41e2d5bd33d11ef04740c32</id>
<content type='text'>
affect visible area.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
affect visible area.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed ContractionState data structure to be more efficient by not only</title>
<updated>2007-07-25T09:58:17+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-25T09:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=63866c4a3967fd869f87ed699f94ee17531e8881'/>
<id>63866c4a3967fd869f87ed699f94ee17531e8881</id>
<content type='text'>
modifying data near an insertion or deletion when there is good locality of
modification.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modifying data near an insertion or deletion when there is good locality of
modification.
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo.</title>
<updated>2007-07-07T03:11:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-07T03:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1e2b21b4105e62e1a08c38631162760a60c616de'/>
<id>1e2b21b4105e62e1a08c38631162760a60c616de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allows the popup to be displayed below as long as it can fit on the monitor</title>
<updated>2007-07-07T02:54:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-07T02:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3f2f73d410c84aa74ec109085e51e3338b6b532b'/>
<id>3f2f73d410c84aa74ec109085e51e3338b6b532b</id>
<content type='text'>
the cursor is on rather than flipping up above the current point when near
bottom of window.
Implemented for GTK+ by John Ehresman.
Partial Windows implementation #ifdefed out because it uses calls
unavailable on Windows 95.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the cursor is on rather than flipping up above the current point when near
bottom of window.
Implemented for GTK+ by John Ehresman.
Partial Windows implementation #ifdefed out because it uses calls
unavailable on Windows 95.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Abaqus language added by Sergio Lucato.</title>
<updated>2007-06-30T00:38:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-30T00:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d7c89974c88f6994d4c7cbdedada6c6f2e24a6dd'/>
<id>d7c89974c88f6994d4c7cbdedada6c6f2e24a6dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
