<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/src, branch rel-1-35</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>Fixed problem where BeginUndoAction and EndUndoAction were in wrong order.</title>
<updated>2001-01-29T10:00:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-29T10:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=73247a096231c75de34218adb69aa97d4af0c9f4'/>
<id>73247a096231c75de34218adb69aa97d4af0c9f4</id>
<content type='text'>
Made both the effects of backspace and delete keys be coalesced together
into undo actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made both the effects of backspace and delete keys be coalesced together
into undo actions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added static_cast to hush Borland C++.</title>
<updated>2001-01-28T06:16:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-28T06:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1f068dd60161e0396975dccbb55da7a6e530b32e'/>
<id>1f068dd60161e0396975dccbb55da7a6e530b32e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating copyright notices for 2001.</title>
<updated>2001-01-28T06:07:07+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-28T06:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=af49e8472930bf56d319a0ef8474e28d1b719bcd'/>
<id>af49e8472930bf56d319a0ef8474e28d1b719bcd</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 James to insert spaces when pasting rectangular to keep pasted</title>
<updated>2001-01-27T09:30:56+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-27T09:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6e8bfacb4b4db6443d0c1ece1fe3a8fdfdf39e83'/>
<id>6e8bfacb4b4db6443d0c1ece1fe3a8fdfdf39e83</id>
<content type='text'>
text aligned on its left side.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
text aligned on its left side.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Eric to prefer REs after ';'.</title>
<updated>2001-01-27T07:09:48+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-27T07:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=a65e8d75bc22b73439e5043bb751c577eb8c0c08'/>
<id>a65e8d75bc22b73439e5043bb751c577eb8c0c08</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 Laurent to handle comments such as {} and { } correctly.</title>
<updated>2001-01-27T06:19:32+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-27T06:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e2ce30a8b6f64cfec42408fecdcadd872d20086c'/>
<id>e2ce30a8b6f64cfec42408fecdcadd872d20086c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Much changed ScintillaGTK widget code that draws directly onto the</title>
<updated>2001-01-27T06:00:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-27T06:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6fe06743a0bd6ad13d9208e1673f3ccdb22ef005'/>
<id>6fe06743a0bd6ad13d9208e1673f3ccdb22ef005</id>
<content type='text'>
Scintilla widget with no wDraw drawing area.
Signals handled directly through callbacks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Scintilla widget with no wDraw drawing area.
Signals handled directly through callbacks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Steffen to handle $^W and ${"x"} as scalars.</title>
<updated>2001-01-25T23:45:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-25T23:45:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ef5b4f4ee4106324df53b6f492dfdca95a5e7a25'/>
<id>ef5b4f4ee4106324df53b6f492dfdca95a5e7a25</id>
<content type='text'>
Further change from Neil to avoid whitespace being included in scalars.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Further change from Neil to avoid whitespace being included in scalars.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from Steffen to make .. as in for ( 1..9 ) work.</title>
<updated>2001-01-25T23:35:05+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-25T23:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2f2ac68fd426bc84adb581720868d33781ddc47b'/>
<id>2f2ac68fd426bc84adb581720868d33781ddc47b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed isspace to isspacechar which is safe for characters &gt;= 128.</title>
<updated>2001-01-24T07:19:19+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-01-24T07:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6bb7eba9e1bfa7c4bf3080f59d9f594d1f4f25a5'/>
<id>6bb7eba9e1bfa7c4bf3080f59d9f594d1f4f25a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
