<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-78</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>Refixed warning.</title>
<updated>2009-04-27T03:34:45+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-27T03:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=001f6da7264086b397a9b63b5d4748d004b48b1b'/>
<id>001f6da7264086b397a9b63b5d4748d004b48b1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved box folding constants into deprecated category. They have been</title>
<updated>2009-04-25T00:06:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-25T00:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2be2df9859f5665beeeeeefe7fff98bc30dc42ca'/>
<id>2be2df9859f5665beeeeeefe7fff98bc30dc42ca</id>
<content type='text'>
documented as deprecated for 3 years.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
documented as deprecated for 3 years.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid out of bounds write when asked to add marker to line beyond end of</title>
<updated>2009-04-25T00:01:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-25T00:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8224f04de0800f952a499303f3488d62b7facc9b'/>
<id>8224f04de0800f952a499303f3488d62b7facc9b</id>
<content type='text'>
document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #2698766 Incorrect TeX commenting fix from Sergiu Dotenco.</title>
<updated>2009-04-24T23:59:53+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-24T23:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=15474bdf27b533accb95a4815b979e8d7ded3124'/>
<id>15474bdf27b533accb95a4815b979e8d7ded3124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added namespace defintion to PerLine.h and using namespace in</title>
<updated>2009-04-24T02:30:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-24T02:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7cb69acb33e94fbbda9f6b95415a07c56f796c82'/>
<id>7cb69acb33e94fbbda9f6b95415a07c56f796c82</id>
<content type='text'>
CellBuffer.cxx to make build on OS X.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CellBuffer.cxx to make build on OS X.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added using namespace for OS X build.</title>
<updated>2009-04-24T02:28:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-24T02:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ba377a6555e9ce7565f1e2d6fde2b0fa912a957d'/>
<id>ba377a6555e9ce7565f1e2d6fde2b0fa912a957d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed Document methods that returned parts of annotations in favour of</title>
<updated>2009-04-22T13:20:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-22T13:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=24796f9cd61426321ec102e1b795cd92e7a4f7e8'/>
<id>24796f9cd61426321ec102e1b795cd92e7a4f7e8</id>
<content type='text'>
methods that return StyledText objects.
Provided LineLength call on StyledText rather than iterator objects.
Simplified code and made more things const.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
methods that return StyledText objects.
Provided LineLength call on StyledText rather than iterator objects.
Simplified code and made more things const.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid pointing at uninitialized memory as this triggered BoundsChecker.</title>
<updated>2009-04-22T02:55:17+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-22T02:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d6c9b390a51a0d861bf2d3e5b399fc8fd77f18b4'/>
<id>d6c9b390a51a0d861bf2d3e5b399fc8fd77f18b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug where not styling last document line on screen when followed by</title>
<updated>2009-04-22T02:29:58+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-22T02:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c02eba68a306275e5a91b75b50023b230b87c3aa'/>
<id>c02eba68a306275e5a91b75b50023b230b87c3aa</id>
<content type='text'>
annotation lines.
StyledText class encapsulates related data when drawing annotations and
margins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
annotation lines.
StyledText class encapsulates related data when drawing annotations and
margins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added UNDO_MAY_COALESCE flag to AddUndoAction.</title>
<updated>2009-04-19T09:38:40+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-04-19T09:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a2dd18ee2dd2d4279b02569172e0c111b9b96c9a'/>
<id>a2dd18ee2dd2d4279b02569172e0c111b9b96c9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
