<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32, branch rel-1-40</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>Upgraded version number to 1.40.</title>
<updated>2001-09-21T02:58:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-09-21T02:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=69a3ae630d80c69ebe26b10a2d30b3cc6a1775b8'/>
<id>69a3ae630d80c69ebe26b10a2d30b3cc6a1775b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inclusion of nncrontab lexer into builds.</title>
<updated>2001-09-19T13:33:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-09-19T13:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9584e2317deeb9dbcc7f8e6210bdc45c1e9862f7'/>
<id>9584e2317deeb9dbcc7f8e6210bdc45c1e9862f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More translations from EM_* and WM_* to SCI_*.</title>
<updated>2001-09-09T12:39:21+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-09-09T12:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=700ac1b8dd16778c126973365ffc99a2182a003b'/>
<id>700ac1b8dd16778c126973365ffc99a2182a003b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Edit control emulation moved here from Editor.cxx.</title>
<updated>2001-09-08T23:32:36+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-09-08T23:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=904cbd965b6bf9b2f72d5062427435e94b677802'/>
<id>904cbd965b6bf9b2f72d5062427435e94b677802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed all traces of Win32 API from Scintilla API. Scintilla will no</title>
<updated>2001-09-08T22:38:03+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-09-08T22:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=c59d568edd77bd3f199f73fa8dc95babf35465f1'/>
<id>c59d568edd77bd3f199f73fa8dc95babf35465f1</id>
<content type='text'>
longer process WM_* or EM_* messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
longer process WM_* or EM_* messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>New StyleContext file added to build system.</title>
<updated>2001-09-02T04:33:50+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-09-02T04:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bcf72c2b70ed57332f6f020f1c47df9a6f20060c'/>
<id>bcf72c2b70ed57332f6f020f1c47df9a6f20060c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using new SelectionText type to handle text that is the subject of copy,</title>
<updated>2001-09-01T03:01:09+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-09-01T03:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=310e00f780d3fbf65a69405404849e140ff20739'/>
<id>310e00f780d3fbf65a69405404849e140ff20739</id>
<content type='text'>
cut, paste and drag operations.
Mouse wheel scrolling moved into platform subclasses.
Macro support always included so MACRO_SUPPORT definition and use removed.
Allowing menu popup moved from Editor to ScintillaBase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cut, paste and drag operations.
Mouse wheel scrolling moved into platform subclasses.
Macro support always included so MACRO_SUPPORT definition and use removed.
Allowing menu popup moved from Editor to ScintillaBase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved Windows-specific mouse wheel variables from Editor to ScintillaWin.</title>
<updated>2001-08-31T23:44:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-31T23:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=669deeb6407f674b4017f2f7393e3ccce1b3a58a'/>
<id>669deeb6407f674b4017f2f7393e3ccce1b3a58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated version number to 1.39.</title>
<updated>2001-08-20T02:42:08+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-20T02:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f765b9b086726310b476d3be48682b3f06a216a0'/>
<id>f765b9b086726310b476d3be48682b3f06a216a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed font resource leak caused by calltips.</title>
<updated>2001-08-10T10:20:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2001-08-10T10:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=25cb98904f0fea217be8dc136eddd7bc3ddcbcd8'/>
<id>25cb98904f0fea217be8dc136eddd7bc3ddcbcd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
