<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>The Slog</title>
	<link>http://www.sinv.de/slog</link>
	<description>The Skelton Log</description>
	<pubDate>Wed, 24 Dec 2008 23:51:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Studio for kdb+ v3.21 released - bug fix and new feature</title>
		<link>http://www.sinv.de/slog/?p=57</link>
		<comments>http://www.sinv.de/slog/?p=57#comments</comments>
		<pubDate>Sun, 16 Nov 2008 15:29:00 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[studio for kdb+]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=57</guid>
		<description><![CDATA[Bug fix - when presented with an options dialog containing yes,no,cancel buttons, pressing the escape key resulted in the same logic as pressing the no button. This has been changed to be the same as cancel. Thanks for Jordan Erenrich for reporting it.
New feature - right-click on grid allows copy to excel format, which will [...]]]></description>
			<content:encoded><![CDATA[<p>Bug fix - when presented with an options dialog containing yes,no,cancel buttons, pressing the escape key resulted in the same logic as pressing the no button. This has been changed to be the same as cancel. Thanks for Jordan Erenrich for reporting it.</p>
<p>New feature - right-click on grid allows copy to excel format, which will include headers iff all rows are selected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=57</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.20 released - new feature</title>
		<link>http://www.sinv.de/slog/?p=56</link>
		<comments>http://www.sinv.de/slog/?p=56#comments</comments>
		<pubDate>Sun, 09 Nov 2008 20:21:07 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=56</guid>
		<description><![CDATA[added custom authentication for users of kerberos - contact me for details.
]]></description>
			<content:encoded><![CDATA[<p>added custom authentication for users of kerberos - contact me for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=56</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.18 released - bug fix</title>
		<link>http://www.sinv.de/slog/?p=55</link>
		<comments>http://www.sinv.de/slog/?p=55#comments</comments>
		<pubDate>Sun, 14 Sep 2008 19:52:05 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=55</guid>
		<description><![CDATA[added keywords - ss, setaffinity, unsent, aj0
function decode - e.g. show
time highlighting - e.g. 00:00.123
ctrl-space to get drop down list of tables
thanks to Aaron Davies, John Conneely, Alexandr Batalshikov, Attila Vrabecz for helping to identify the bugs.
]]></description>
			<content:encoded><![CDATA[<p>added keywords - ss, setaffinity, unsent, aj0<br />
function decode - e.g. show<br />
time highlighting - e.g. 00:00.123<br />
ctrl-space to get drop down list of tables</p>
<p>thanks to Aaron Davies, John Conneely, Alexandr Batalshikov, Attila Vrabecz for helping to identify the bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=55</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.17 released - bug fix</title>
		<link>http://www.sinv.de/slog/?p=54</link>
		<comments>http://www.sinv.de/slog/?p=54#comments</comments>
		<pubDate>Fri, 29 Aug 2008 17:47:31 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[studio for kdb+]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=54</guid>
		<description><![CDATA[Fixed a bug when cloning a server config - the source server&#8217;s details were not copied over into the dialog.
Many thanks to Manish Patel for the bug report.
]]></description>
			<content:encoded><![CDATA[<p>Fixed a bug when cloning a server config - the source server&#8217;s details were not copied over into the dialog.</p>
<p>Many thanks to Manish Patel for the bug report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=54</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.16 released - bug fixes</title>
		<link>http://www.sinv.de/slog/?p=53</link>
		<comments>http://www.sinv.de/slog/?p=53#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:15:28 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[studio for kdb+]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=53</guid>
		<description><![CDATA[2 bugs went out with 3.14 -
1) StringBuilder was being used which meant the jre had to be 1.5+. Changed to StringBuffer so that only need java 1.4+.
2) Window->New Window resulted in an exception. Fixed.
Thanks to Daniel Seal and Mark Sykes for the bug reports.
]]></description>
			<content:encoded><![CDATA[<p>2 bugs went out with 3.14 -<br />
1) StringBuilder was being used which meant the jre had to be 1.5+. Changed to StringBuffer so that only need java 1.4+.<br />
2) Window->New Window resulted in an exception. Fixed.</p>
<p>Thanks to Daniel Seal and Mark Sykes for the bug reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=53</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.14 released - new features</title>
		<link>http://www.sinv.de/slog/?p=52</link>
		<comments>http://www.sinv.de/slog/?p=52#comments</comments>
		<pubDate>Sat, 23 Aug 2008 22:44:32 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[studio for kdb+]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=52</guid>
		<description><![CDATA[This release has been quite a lot of work&#8230;
1) Total rewrite of the syntax highlighting - now detects comments correctly
2) Mac and Linux releases
3) Mac keybindings
4) Cleanup of editor code
5) Syntax highlighting is configurable (token colors) via editing properties file
6) Servers can be assigned a color that is used for the editor background when that [...]]]></description>
			<content:encoded><![CDATA[<p>This release has been quite a lot of work&#8230;</p>
<p>1) Total rewrite of the syntax highlighting - now detects comments correctly<br />
2) Mac and Linux releases<br />
3) Mac keybindings<br />
4) Cleanup of editor code<br />
5) Syntax highlighting is configurable (token colors) via editing properties file<br />
6) Servers can be assigned a color that is used for the editor background when that server context is active<br />
7) Orientation of splitter can be toggled between horizontal/vertical via double-click on the splitter</p>
<p>Available from <a href="http://www.skelton.de/downloads.html">http://www.skelton.de/downloads.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.12 released - bug fix</title>
		<link>http://www.sinv.de/slog/?p=51</link>
		<comments>http://www.sinv.de/slog/?p=51#comments</comments>
		<pubDate>Wed, 13 Aug 2008 20:20:25 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[studio for kdb+]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=51</guid>
		<description><![CDATA[Fixed a bug when exporting a table containing a list of char vectors as a column. Previously the data was missing from the export; now it is included in the export without the surrounding &#8220;&#8221;.
Many thanks to Ben Delo for the detailed bug report.
]]></description>
			<content:encoded><![CDATA[<p>Fixed a bug when exporting a table containing a list of char vectors as a column. Previously the data was missing from the export; now it is included in the export without the surrounding &#8220;&#8221;.<br />
Many thanks to Ben Delo for the detailed bug report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=51</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.11 released - bug fix</title>
		<link>http://www.sinv.de/slog/?p=50</link>
		<comments>http://www.sinv.de/slog/?p=50#comments</comments>
		<pubDate>Thu, 07 Aug 2008 08:00:07 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[studio for kdb+]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=50</guid>
		<description><![CDATA[Fixes a bug where loading a file from the file->MRU menu overwrote the contents of the file previously used in that session, iff the user chose to save. Another reason why people should place their files under version control 
Many thanks to David Demner for the detailed bug report.
]]></description>
			<content:encoded><![CDATA[<p>Fixes a bug where loading a file from the file->MRU menu overwrote the contents of the file previously used in that session, iff the user chose to save. Another reason why people should place their files under version control <img src='http://www.sinv.de/slog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Many thanks to David Demner for the detailed bug report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=50</wfw:commentRss>
		</item>
		<item>
		<title>Studio for kdb+ v3.10 released - bug fix</title>
		<link>http://www.sinv.de/slog/?p=49</link>
		<comments>http://www.sinv.de/slog/?p=49#comments</comments>
		<pubDate>Wed, 06 Aug 2008 21:15:00 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[studio for kdb+]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=49</guid>
		<description><![CDATA[This release fixes a bug where studio froze if a servers connection details were changed whilst the server was blocked serving another query.
Thanks to Andrew Dean for reporting the bug.
]]></description>
			<content:encoded><![CDATA[<p>This release fixes a bug where studio froze if a servers connection details were changed whilst the server was blocked serving another query.<br />
Thanks to Andrew Dean for reporting the bug.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=49</wfw:commentRss>
		</item>
		<item>
		<title>kdb+ &#8220;wordled&#8221;</title>
		<link>http://www.sinv.de/slog/?p=48</link>
		<comments>http://www.sinv.de/slog/?p=48#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:50:30 +0000</pubDate>
		<dc:creator>cskelton</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.sinv.de/slog/?p=48</guid>
		<description><![CDATA[Using wordle.net

]]></description>
			<content:encoded><![CDATA[<p>Using wordle.net</p>
<p><img src="http://skelton.fileburst.com/downloads/kdb+Wordled.png" alt="kdb+ Wordled. See wordle.net" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sinv.de/slog/?feed=rss2&amp;p=48</wfw:commentRss>
		</item>
	</channel>
</rss>
