<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-1-74</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>PL/M and Progress lexers added.</title>
<updated>2007-06-12T03:57:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-12T03:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c978704cfb581ebc98608fae61f5f10240786d20'/>
<id>c978704cfb581ebc98608fae61f5f10240786d20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Addition of PositionCache module which adds cacing of string</title>
<updated>2007-06-02T05:18:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-02T05:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=54ff7790908e2b31f976ba74ca353bc4507ea70d'/>
<id>54ff7790908e2b31f976ba74ca353bc4507ea70d</id>
<content type='text'>
to position information and segments long pieces of text so they
can be handled more efficiently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to position information and segments long pieces of text so they
can be handled more efficiently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed caret style method IDs to be in sequence.</title>
<updated>2007-06-02T02:38:55+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-02T02:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=739e6e3218041c656f62685fd2e19988e37e294f'/>
<id>739e6e3218041c656f62685fd2e19988e37e294f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make run under Python 2.4.</title>
<updated>2007-06-01T01:28:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-01T01:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f9a02492ca8f902ca349e60ce42dee4cadbd35c0'/>
<id>f9a02492ca8f902ca349e60ce42dee4cadbd35c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>integrate OS X support for scintilla.  a big patch with a little commit message :)</title>
<updated>2007-06-01T00:57:26+00:00</updated>
<author>
<name>scaraveo</name>
<email>devnull@localhost</email>
</author>
<published>2007-06-01T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bff5c376377f4c19a62e6a44eccda7dbe9deebaf'/>
<id>bff5c376377f4c19a62e6a44eccda7dbe9deebaf</id>
<content type='text'>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
</pre>
</div>
</content>
</entry>
<entry>
<title>Block caret feature added by Todd Whiteman.</title>
<updated>2007-05-29T12:39:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-05-29T12:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8b5449f2e32ef24b2acd48483f0f80fa5f1b215a'/>
<id>8b5449f2e32ef24b2acd48483f0f80fa5f1b215a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added setting to allow each indicator to be drawn either under or</title>
<updated>2007-04-23T02:26:06+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-23T02:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2db65e1ed57216801b5074d4fb7c422b4641c807'/>
<id>2db65e1ed57216801b5074d4fb7c422b4641c807</id>
<content type='text'>
over text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
over text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added INDIC_CONTAINER and a comment.</title>
<updated>2007-04-23T02:00:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-23T02:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0018e913b44f1bd0c71659687f21e8414427d1fa'/>
<id>0018e913b44f1bd0c71659687f21e8414427d1fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR</title>
<updated>2007-04-19T13:21:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-19T13:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8780a67905c9516b91ee014749ea791427075490'/>
<id>8780a67905c9516b91ee014749ea791427075490</id>
<content type='text'>
notification flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
notification flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for GAP language from Istvan Szollosi.</title>
<updated>2007-04-16T12:28:56+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2007-04-16T12:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6e6c2d191e7a8763b5bde2559cdac82852445d87'/>
<id>6e6c2d191e7a8763b5bde2559cdac82852445d87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
