<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/include, branch rel-1-24</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 with first modification sometimes not looking dirty.</title>
<updated>2000-03-25T02:47:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-25T02:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f3696882a86f79036d0f493087e46e6ee6b3e270'/>
<id>f3696882a86f79036d0f493087e46e6ee6b3e270</id>
<content type='text'>
Remonved unused 'PUNTUATION' lexclass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remonved unused 'PUNTUATION' lexclass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split UndoHistory out of CellBuffer.</title>
<updated>2000-03-22T12:16:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-22T12:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ff69e140ac7634ab8ec4365f97f0adae27692b53'/>
<id>ff69e140ac7634ab8ec4365f97f0adae27692b53</id>
<content type='text'>
Fixed coalescing of nodes in the undo history.
Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard
commands and added keys for them.
Added UUID lexical class to CPP lexer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed coalescing of nodes in the undo history.
Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard
commands and added keys for them.
Added UUID lexical class to CPP lexer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.</title>
<updated>2000-03-18T04:01:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-18T04:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=5648143522b5b75c1c4708ba2d54219fbc0c3d22'/>
<id>5648143522b5b75c1c4708ba2d54219fbc0c3d22</id>
<content type='text'>
Most signals return FALSE on GTK+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most signals return FALSE on GTK+.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SCI_LINESONSCREEN.</title>
<updated>2000-03-18T03:22:06+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-18T03:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ee2fb70f7d4a2cdf6cadab99633b9d0b990cbadd'/>
<id>ee2fb70f7d4a2cdf6cadab99633b9d0b990cbadd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved some functionality from KeyWords into StylingContext so all the</title>
<updated>2000-03-16T11:34:13+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-16T11:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=6e7fcf47e44f5ec298ec3314a395397271b99572'/>
<id>6e7fcf47e44f5ec298ec3314a395397271b99572</id>
<content type='text'>
lexing code could be moved out to files containing one lexer each.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lexing code could be moved out to files containing one lexer each.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed uses of ColourSegment to ColourTo and removed ColourSegment method.</title>
<updated>2000-03-14T23:37:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-14T23:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=e77bedb124d047f59f9c7706fb44703bd09a0874'/>
<id>e77bedb124d047f59f9c7706fb44703bd09a0874</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed printing problems including putting line numbers in correct position</title>
<updated>2000-03-13T06:33:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-13T06:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=cec60604aff63953dc927d995d6804acd645cfdc'/>
<id>cec60604aff63953dc927d995d6804acd645cfdc</id>
<content type='text'>
and flushing state when switching surfaces in case surfaces are encapsulating
a shared underlying graphics context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and flushing state when switching surfaces in case surfaces are encapsulating
a shared underlying graphics context.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added modification flag for chanegs to markers.</title>
<updated>2000-03-09T04:27:42+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-09T04:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=baa0678debc0ba0c447d336f7cea5f7290b7ea16'/>
<id>baa0678debc0ba0c447d336f7cea5f7290b7ea16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2000-03-08T01:38:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2000-03-08T01:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=25019a2eed18227eea1db18f6d52d4c5c44a2283'/>
<id>25019a2eed18227eea1db18f6d52d4c5c44a2283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
