<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-1-42</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>Patch from stephan to avoid setting cursor to the same value multiple</title>
<updated>2001-12-20T22:44:04+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-20T22:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5cd80a8dce1c7f35546567b0e2af6bed3e1116d8'/>
<id>5cd80a8dce1c7f35546567b0e2af6bed3e1116d8</id>
<content type='text'>
times on GTK+ as it is retained by the window.
Minor cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
times on GTK+ as it is retained by the window.
Minor cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added changeable attribute to styles that defaults to true. When it is</title>
<updated>2001-12-20T02:29:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-20T02:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0833380d77939a98c98a22060f8904efd393b86e'/>
<id>0833380d77939a98c98a22060f8904efd393b86e</id>
<content type='text'>
false, text in this style is read only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
false, text in this style is read only.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug in += where 0 still used rather than measure_length.</title>
<updated>2001-12-20T00:59:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-20T00:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=eebc3a79d1d131f8a47703163ca83710d079fcf9'/>
<id>eebc3a79d1d131f8a47703163ca83710d079fcf9</id>
<content type='text'>
Made assign private and removed assign(SString &amp;, lenpos_t). The = operator
should be used instead.
Added comments and fixed other comments slightly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made assign private and removed assign(SString &amp;, lenpos_t). The = operator
should be used instead.
Added comments and fixed other comments slightly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some old icorrect uses of 0 rather than measure_length.</title>
<updated>2001-12-19T09:48:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-19T09:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9137cb464e09bbd57e0d3b2df9292917e29c85e6'/>
<id>9137cb464e09bbd57e0d3b2df9292917e29c85e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrapping supported.</title>
<updated>2001-12-19T07:42:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-19T07:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cac7e92c13a813dff29606fb29d273f9fc0c95a8'/>
<id>cac7e92c13a813dff29606fb29d273f9fc0c95a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Philippe to change to unsigned for lengths and positions.</title>
<updated>2001-12-19T03:10:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-19T03:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e0b20f2f6bad82e7f39adb0477697dce8ffa6252'/>
<id>e0b20f2f6bad82e7f39adb0477697dce8ffa6252</id>
<content type='text'>
Altered to use 0xffffffffU rather than 0 as indicating need to measure
argument strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Altered to use 0xffffffffU rather than 0 as indicating need to measure
argument strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Philippe to show control characters as a particular character</title>
<updated>2001-12-19T02:52:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-19T02:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1cf5695e81d4c34df0866d40375a9db9874c03e9'/>
<id>1cf5695e81d4c34df0866d40375a9db9874c03e9</id>
<content type='text'>
rather than as the default blobs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rather than as the default blobs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed MarkerAdd to return int rather than void.</title>
<updated>2001-12-06T00:30:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-06T00:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ac7c594bd1f81afc0849b91e57077e604058f080'/>
<id>ac7c594bd1f81afc0849b91e57077e604058f080</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Baan support from Vamsi &amp; Praveen.</title>
<updated>2001-12-05T23:16:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-12-05T23:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f98330d977e87f202d697191c3c457549ba65e9'/>
<id>1f98330d977e87f202d697191c3c457549ba65e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Gave GetNewExpand a default filename to make it easier to do expansion.</title>
<updated>2001-11-30T23:06:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-11-30T23:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f3e6e6aa71ccf89d761e5a5088018d3e5a1d9bbf'/>
<id>f3e6e6aa71ccf89d761e5a5088018d3e5a1d9bbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
