<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1880</id>
	<title>Nabble - GNUstep</title>
	<updated>2009-11-25T18:20:55Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/GNUstep-f1880.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNUstep-f1880.html" />
	<subtitle type="html">GNUstep is a cross-platform, object-oriented framework for desktop application development. Based on the OpenStep specification originally created by NeXT (now Apple), GNUstep enables developers to rapidly build sophisticated software by employing a large library of reusable software components. GNUstep home is &lt;a href=&quot;http://www.gnustep.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26523511</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T18:20:55Z</published>
	<updated>2009-11-25T18:20:55Z</updated>
	<author>
		<name>hansfbaier</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;gt; I still haven't seen a convincing argument for it.  Any of the information
&lt;br&gt;&amp;gt; that people write in the ChangeLog file they could also write in the commit
&lt;br&gt;&amp;gt; log.  It is impossible to make a commit without writing a log message, it is
&lt;br&gt;&amp;gt; easy to make a commit without editing the ChangeLog (you could add a
&lt;br&gt;&amp;gt; pre-commit hook that prevented this, but no one has done so).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; David
&lt;br&gt;&lt;br&gt;I strongly agree.
&lt;br&gt;&lt;br&gt;The main reason why I didn't commit the GNUstep Gnome Theme
&lt;br&gt;into svn is because maintaining ChangLog would bother me too much.
&lt;br&gt;&lt;br&gt;Hans
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523511&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (279 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26523511/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26523511.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523029</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T17:10:11Z</published>
	<updated>2009-11-25T17:10:11Z</updated>
	<author>
		<name>David Chisnall</name>
	</author>
	<content type="html">On 26 Nov 2009, at 00:50, Nicola Pero wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I'd be in favour of ditching NEWS and ChangeLog.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ChangeLog has less information, in a less useful format, than the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; svn logs and is a hold-over from CVS not storing repository-wide &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; change information sensibly. &amp;nbsp;With svn log, you can get a log of &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; change messages at any granularity that you like.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I agree there is an overlap, but there are also some differences. ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subversion records a single log message for an entire transaction, &amp;nbsp;
&lt;br&gt;&amp;gt; which might contain changes to a number of files.
&lt;br&gt;&amp;gt; A ChangeLog entry is supposed to contain a separate log message for &amp;nbsp;
&lt;br&gt;&amp;gt; every file that was changed.
&lt;/div&gt;&lt;br&gt;You realise that svn lets you commit changes to different files &amp;nbsp;
&lt;br&gt;separately, right? &amp;nbsp;If you have independent out-of-tree changes, &amp;nbsp;
&lt;br&gt;commit them separately (see r29053 to r29055; three commits, all &amp;nbsp;
&lt;br&gt;created together but committed separately to provide different log &amp;nbsp;
&lt;br&gt;messages).
&lt;br&gt;&lt;br&gt;&amp;gt; Finally, the obvious advantage of a ChangeLog is that every source &amp;nbsp;
&lt;br&gt;&amp;gt; code distribution/tarball will include it. &amp;nbsp;Subversion logs are only
&lt;br&gt;&amp;gt; available if you use subversion.
&lt;br&gt;&lt;br&gt;Subversion is available to anyone with access to the svn repository. &amp;nbsp; 
&lt;br&gt;People can track it by subscribing to the RSS feed from cia.vc, they &amp;nbsp;
&lt;br&gt;can see an individual committer's changes by looking at the timeline &amp;nbsp;
&lt;br&gt;on Ohloh.net. &amp;nbsp;The information is available in a form that is easy for &amp;nbsp;
&lt;br&gt;tools to process.
&lt;br&gt;&lt;br&gt;If someone wants to do 'svn log &amp;gt; &amp;nbsp;ChangeLog' when creating the &amp;nbsp;
&lt;br&gt;tarballs, they can; just add it to the script you use to generate the &amp;nbsp;
&lt;br&gt;tarball. &amp;nbsp;Given that most tarball downloads are likely to be from &amp;nbsp;
&lt;br&gt;people who just want to build the code, however, it seems like a waste &amp;nbsp;
&lt;br&gt;of space.
&lt;br&gt;&lt;br&gt;&amp;gt; I still see your point - particularly for new software, written from &amp;nbsp;
&lt;br&gt;&amp;gt; scratch by a single person and not yet really released, it is faster
&lt;br&gt;&amp;gt; to just code it all and write short subversion logs for each commit &amp;nbsp;
&lt;br&gt;&amp;gt; - it sounds superfluous to also write ChangeLog entries. &amp;nbsp;But
&lt;br&gt;&amp;gt; once the software is quite finished and stable, is widely used and &amp;nbsp;
&lt;br&gt;&amp;gt; released, and we're polishing it while being extremely careful
&lt;br&gt;&amp;gt; not to break things, then a more careful approach where every change &amp;nbsp;
&lt;br&gt;&amp;gt; is documented in great detail (and even redundantly) looks
&lt;br&gt;&amp;gt; good to me. ;-)
&lt;br&gt;&lt;br&gt;Writing a ChangeLog entry does not make you more careful, it just &amp;nbsp;
&lt;br&gt;makes you either write duplicate information, or split the useful &amp;nbsp;
&lt;br&gt;information between the ChangeLog file and the svn log.
&lt;br&gt;&lt;br&gt;&amp;gt; So maybe we could adopt a different approach depending on the &amp;nbsp;
&lt;br&gt;&amp;gt; project. &amp;nbsp;I certainly think ChangeLogs are very good for the core
&lt;br&gt;&amp;gt; libraries.
&lt;br&gt;&lt;br&gt;I still haven't seen a convincing argument for it. &amp;nbsp;Any of the &amp;nbsp;
&lt;br&gt;information that people write in the ChangeLog file they could also &amp;nbsp;
&lt;br&gt;write in the commit log. &amp;nbsp;It is impossible to make a commit without &amp;nbsp;
&lt;br&gt;writing a log message, it is easy to make a commit without editing the &amp;nbsp;
&lt;br&gt;ChangeLog (you could add a pre-commit hook that prevented this, but no &amp;nbsp;
&lt;br&gt;one has done so).
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;-- Send from my Jacquard Loom
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523029&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26523029.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522887</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T16:50:40Z</published>
	<updated>2009-11-25T16:50:40Z</updated>
	<author>
		<name>Nicola Pero-4</name>
	</author>
	<content type="html">&amp;gt; I'd be in favour of ditching NEWS and ChangeLog.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ChangeLog has less information, in a less useful format, than the &amp;nbsp;
&lt;br&gt;&amp;gt; svn logs and is a hold-over from CVS not storing repository-wide &amp;nbsp;
&lt;br&gt;&amp;gt; change information sensibly. &amp;nbsp;With svn log, you can get a log of &amp;nbsp;
&lt;br&gt;&amp;gt; change messages at any granularity that you like.
&lt;br&gt;&lt;br&gt;I agree there is an overlap, but there are also some differences. ;-)
&lt;br&gt;&lt;br&gt;Subversion records a single log message for an entire transaction, &amp;nbsp;
&lt;br&gt;which might contain changes to a number of files.
&lt;br&gt;A ChangeLog entry is supposed to contain a separate log message for &amp;nbsp;
&lt;br&gt;every file that was changed.
&lt;br&gt;&lt;br&gt;So, ChangeLogs are particularly good for software that is stable and &amp;nbsp;
&lt;br&gt;where changes should be very well thought of -- forcing people
&lt;br&gt;to describe each single change to each file is good to slow &amp;nbsp;
&lt;br&gt;development down and get people to think more about what they are doing.
&lt;br&gt;&lt;br&gt;If people are submitting patches, ChangeLog entries also have the &amp;nbsp;
&lt;br&gt;advantage that they can be submitted with the patch,
&lt;br&gt;and they provide a more detailed description of the changes that were &amp;nbsp;
&lt;br&gt;done to each file, and why.
&lt;br&gt;&lt;br&gt;Finally, the obvious advantage of a ChangeLog is that every source &amp;nbsp;
&lt;br&gt;code distribution/tarball will include it. &amp;nbsp;Subversion logs are only
&lt;br&gt;available if you use subversion.
&lt;br&gt;&lt;br&gt;I still see your point - particularly for new software, written from &amp;nbsp;
&lt;br&gt;scratch by a single person and not yet really released, it is faster
&lt;br&gt;to just code it all and write short subversion logs for each commit - &amp;nbsp;
&lt;br&gt;it sounds superfluous to also write ChangeLog entries. &amp;nbsp;But
&lt;br&gt;once the software is quite finished and stable, is widely used and &amp;nbsp;
&lt;br&gt;released, and we're polishing it while being extremely careful
&lt;br&gt;not to break things, then a more careful approach where every change &amp;nbsp;
&lt;br&gt;is documented in great detail (and even redundantly) looks
&lt;br&gt;good to me. ;-)
&lt;br&gt;&lt;br&gt;So maybe we could adopt a different approach depending on the &amp;nbsp;
&lt;br&gt;project. &amp;nbsp;I certainly think ChangeLogs are very good for the core
&lt;br&gt;libraries.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522887&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26522887.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522339</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T15:45:35Z</published>
	<updated>2009-11-25T15:45:35Z</updated>
	<author>
		<name>David Chisnall</name>
	</author>
	<content type="html">On 25 Nov 2009, at 22:39, Richard Frith-Macdonald wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; There are actually three levels of change information ...
&lt;br&gt;&amp;gt; NEWS &amp;nbsp;... just the headlines
&lt;br&gt;&amp;gt; ReleaseNotes ... some more detail
&lt;br&gt;&amp;gt; ChangeLog ... everything
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe you are right and we shouldn't bother with NEWS? &amp;nbsp;I'd be &amp;nbsp;
&lt;br&gt;&amp;gt; interested to know what others think.
&lt;br&gt;&lt;br&gt;I'd be in favour of ditching NEWS and ChangeLog.
&lt;br&gt;&lt;br&gt;ChangeLog has less information, in a less useful format, than the svn &amp;nbsp;
&lt;br&gt;logs and is a hold-over from CVS not storing repository-wide change &amp;nbsp;
&lt;br&gt;information sensibly. &amp;nbsp;With svn log, you can get a log of change &amp;nbsp;
&lt;br&gt;messages at any granularity that you like. &amp;nbsp;If anyone actually cares &amp;nbsp;
&lt;br&gt;about ChangeLog then they can do 'svn log &amp;gt; ChangeLog' on their local &amp;nbsp;
&lt;br&gt;machine. &amp;nbsp;Stuff in the svn log can be processed easily, and is easier &amp;nbsp;
&lt;br&gt;for people to check than the ChangeLog, for example:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://cia.vc/stats/project/gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cia.vc/stats/project/gnustep&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://www.ohloh.net/p/gnustep/contributors/20800526629476&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.ohloh.net/p/gnustep/contributors/20800526629476&lt;/a&gt;&lt;br&gt;&lt;br&gt;Release Notes should contain any major changes (new classes, new &amp;nbsp;
&lt;br&gt;features, anything that breaks source or binary compatibility). &amp;nbsp;This &amp;nbsp;
&lt;br&gt;should ideally be updated as part of any major change.
&lt;br&gt;&lt;br&gt;NEWS is for... Actually, I've no idea what I'd expect to find in &amp;nbsp;
&lt;br&gt;NEWS. &amp;nbsp;Project news belongs on the web site, not in the svn repository &amp;nbsp;
&lt;br&gt;(unless it's the /web branch of the repository...). &amp;nbsp;The lack of news &amp;nbsp;
&lt;br&gt;on the web site is one of my biggest problems with it; unless you &amp;nbsp;
&lt;br&gt;check cia.vc or ohloh.net, you'd think GNUstep was a dead project. &amp;nbsp;Do &amp;nbsp;
&lt;br&gt;we even have a sensible way of writing news for the GNUstep site? &amp;nbsp; 
&lt;br&gt;Currently I put GNUstep-related things on the Étoilé blog[1], which is &amp;nbsp;
&lt;br&gt;easy to write on (add Markdown file to repository, commit), but that's &amp;nbsp;
&lt;br&gt;far from ideal.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;[1] For example, &lt;a href=&quot;http://etoileos.com/news/archive/2009/09/10/1744/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://etoileos.com/news/archive/2009/09/10/1744/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- Send from my Jacquard Loom
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522339&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26522339.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522094</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T15:23:26Z</published>
	<updated>2009-11-25T15:23:26Z</updated>
	<author>
		<name>Riccardo Mottola-4</name>
	</author>
	<content type="html">Hi,
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This morning, I have inadvertently updated gnustep-base on my Debian machine, which remained at version 1.19 since april this year....
&lt;br&gt;&amp;gt;&amp;gt; To my surprise, I have found at least two unannounced changes:
&lt;br&gt;&amp;gt;&amp;gt; - the property list format is now serialized directly in XML, which is somehow useful.... or, well, maybe not.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not sure what you mean here ... I don't think property list format should have changed ... I haven't noticed a change.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;I think directly ~/GNUstep/Defaults/.GNUstepDefaults ?
&lt;br&gt;That's XML for me now and it wasn't.
&lt;br&gt;&lt;br&gt;Riccardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522094&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26522094.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522027</id>
	<title>accessing/setting file name for NSSavePanel</title>
	<published>2009-11-25T15:18:08Z</published>
	<updated>2009-11-25T15:18:08Z</updated>
	<author>
		<name>Riccardo Mottola-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I want to manipualte the filename of a NSSavePanel while it is shown. 
&lt;br&gt;The events of the manipulation come from the accessoryview. I want to 
&lt;br&gt;read it, modify it and set it back depending on events coming from the 
&lt;br&gt;accessory view components.
&lt;br&gt;How can I do that? The documentation says that &amp;quot;filename&amp;quot; should be used 
&lt;br&gt;only at the end of the modal session and I understand the events coming 
&lt;br&gt;from the controls inside the accessoryviews are during a modal session.
&lt;br&gt;Furthermore I found no provision on how to set the filename.
&lt;br&gt;&lt;br&gt;Any suggestions? The best solution would be portable to Mac, so I'd 
&lt;br&gt;prefer not to use internal variables/methods.
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&amp;nbsp; &amp;nbsp; Riccardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522027&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/accessing-setting-file-name-for-NSSavePanel-tp26522027p26522027.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521837</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T15:02:57Z</published>
	<updated>2009-11-25T15:02:57Z</updated>
	<author>
		<name>Richard Frith-Macdonald-2</name>
	</author>
	<content type="html">&lt;br&gt;On 25 Nov 2009, at 22:39, Richard Frith-Macdonald wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 25 Nov 2009, at 20:21, Wolfgang Sourdeau wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; This morning, I have inadvertently updated gnustep-base on my Debian machine, which remained at version 1.19 since april this year....
&lt;br&gt;&amp;gt;&amp;gt; To my surprise, I have found at least two unannounced changes:
&lt;br&gt;&amp;gt;&amp;gt; - the property list format is now serialized directly in XML, which is somehow useful.... or, well, maybe not.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Not sure what you mean here ... I don't think property list format should have changed ... I haven't noticed a change.
&lt;/div&gt;&lt;br&gt;As a sanity check, I just tried a quick test program to call [NSDictionary-writeToFile:atomically:] with base from svn trunk ... the property list it produced was not XML.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521837&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26521837.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521576</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T14:39:16Z</published>
	<updated>2009-11-25T14:39:16Z</updated>
	<author>
		<name>Richard Frith-Macdonald-2</name>
	</author>
	<content type="html">&lt;br&gt;On 25 Nov 2009, at 20:21, Wolfgang Sourdeau wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This morning, I have inadvertently updated gnustep-base on my Debian machine, which remained at version 1.19 since april this year....
&lt;br&gt;&amp;gt; To my surprise, I have found at least two unannounced changes:
&lt;br&gt;&amp;gt; - the property list format is now serialized directly in XML, which is somehow useful.... or, well, maybe not.
&lt;br&gt;&lt;br&gt;Not sure what you mean here ... I don't think property list format should have changed ... I haven't noticed a change.
&lt;br&gt;&lt;br&gt;&amp;gt; - the NSZoneMallocAtomic function has been removed, causing SOGo users to fail in compiling SOPE
&lt;br&gt;&lt;br&gt;Yes ... that's gone as part of the process of matching the OSX garbage collection API.
&lt;br&gt;&lt;br&gt;&amp;gt; Surprise, surprise, the NEWS files does not list any of those changes.
&lt;br&gt;&lt;br&gt;I believe it mentioned garbage collection API changes.
&lt;br&gt;&lt;br&gt;&amp;gt; Moreover they happened during a minor update of the library.
&lt;br&gt;&lt;br&gt;Yes ... but a minor update of the unstable (1.19) branch rather than the stable (1.18) branch. &amp;nbsp;You need to expect much more radical changes than that on the unstable branch!
&lt;br&gt;&lt;br&gt;&amp;gt; Let me tell you this kind of unannounced changes are totally unpleasant (and an IRC channel does not count for announcing those).
&lt;br&gt;&lt;br&gt;There are actually three levels of change information ...
&lt;br&gt;NEWS &amp;nbsp;... just the headlines
&lt;br&gt;ReleaseNotes ... some more detail
&lt;br&gt;ChangeLog ... everything
&lt;br&gt;&lt;br&gt;Maybe you are right and we shouldn't bother with NEWS? &amp;nbsp;I'd be interested to know what others think.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521576&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26521576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521383</id>
	<title>Re: Sending UDP packets</title>
	<published>2009-11-25T14:24:14Z</published>
	<updated>2009-11-25T14:24:14Z</updated>
	<author>
		<name>Lars Sonchocky-Helldorf</name>
	</author>
	<content type="html">&lt;br&gt;Am 25.11.2009 um 21:39 schrieb Andreas Höschler:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is not really GNUstep related except that the problem occurs &amp;nbsp;
&lt;br&gt;&amp;gt; in a MacOSX/GNUstep application (Objective-C wrapper around TCP &amp;nbsp;
&lt;br&gt;&amp;gt; code) but I hope one of you can help me anyway. I need to notify a &amp;nbsp;
&lt;br&gt;&amp;gt; dozen of MacOSX/GNUstep applications when a specific event occurs &amp;nbsp;
&lt;br&gt;&amp;gt; in some service process. I thought it would be a good idea to use &amp;nbsp;
&lt;br&gt;&amp;gt; UDP packets for that. I googled and found the following code snippets
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **********************************
&lt;br&gt;&amp;gt; UDP sender
&lt;br&gt;&amp;gt; **********************************
&lt;br&gt;&amp;gt; #define BUFLEN 512
&lt;br&gt;&amp;gt; #define NPACK 10
&lt;br&gt;&amp;gt; #define PORT 9930
&lt;br&gt;&amp;gt; #define SRV_IP &amp;quot;127.0.0.1&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct sockaddr_in si_other;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; int s, i, slen=sizeof(si_other);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; char buf[BUFLEN];
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) &amp;nbsp;
&lt;br&gt;&amp;gt; NSLog(@&amp;quot;socket could not be opened&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;memset((char *) &amp;si_other, 0, sizeof(si_other));
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; si_other.sin_family = AF_INET;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; si_other.sin_port = htons(PORT);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (inet_aton(SRV_IP, &amp;si_other.sin_addr)==0)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fprintf(stderr, &amp;quot;inet_aton() failed\n&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;exit(1);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (i=0; i&amp;lt;NPACK; i++)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;printf(&amp;quot;Sending packet %d\n&amp;quot;, i);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sprintf(buf, &amp;quot;This is packet %d\n&amp;quot;, i);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (sendto(s, buf, BUFLEN, 0, &amp;si_other, slen) == -1)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NSLog(@&amp;quot;sendto() failed&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;close(s);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **********************************
&lt;br&gt;&amp;gt; UDP receiver
&lt;br&gt;&amp;gt; **********************************
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; struct sockaddr_in si_me, si_other;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; int s, i, slen=sizeof(si_other);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; char buf[BUFLEN];
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((s=socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) NSLog 
&lt;br&gt;&amp;gt; (@&amp;quot;socket failure&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; memset((char *) &amp;si_me, 0, sizeof(si_me));
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; si_me.sin_family = AF_INET;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; si_me.sin_port = htons(PORT);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; si_me.sin_addr.s_addr = htonl(INADDR_ANY);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (bind(s, &amp;si_me, sizeof(si_me))==-1) NSLog(@&amp;quot;bind failed&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (i=0; i&amp;lt;NPACK; i++)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (recvfrom(s, buf, BUFLEN, 0, &amp;si_other, &amp;slen)==-1)NSLog 
&lt;br&gt;&amp;gt; (@&amp;quot;recvfrom()&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;printf(&amp;quot;Received packet from %s:%d\nData: %s\n\n&amp;quot;, &amp;nbsp;
&lt;br&gt;&amp;gt; inet_ntoa(si_other.sin_addr), ntohs(si_other.sin_port), buf);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This works great on my Mac (10.2) when SRV_IP is &amp;quot;127.0.0.1&amp;quot;. &amp;nbsp;
&lt;br&gt;&amp;gt; However, in the end the sender process will run on machine A and &amp;nbsp;
&lt;br&gt;&amp;gt; the receiver process on machine B, C, D, ... in our 192.168.1.0 &amp;nbsp;
&lt;br&gt;&amp;gt; LAN. I therefore tried to use SRV_IP = &amp;quot;192.168.1.255&amp;quot; instead. &amp;nbsp;
&lt;br&gt;&amp;gt; When I do that I get
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; UDPSender[9746] sendto() failed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Why does this not work or what is the correct address to use for &amp;nbsp;
&lt;br&gt;&amp;gt; interhost UDP traffic in a LAN? &amp;nbsp;What am I doing wrong?
&lt;/div&gt;&lt;br&gt;Try using multicast IPs:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tools.ietf.org/html/rfc3171&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tools.ietf.org/html/rfc3171&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Multicast_address&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Multicast_address&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/IP_multicast&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/IP_multicast&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks a lot,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Andreas
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lars
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521383&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sending-UDP-packets-tp26520258p26521383.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520505</id>
	<title>Re: [flame] NEWS file is useless</title>
	<published>2009-11-25T13:21:42Z</published>
	<updated>2009-11-25T13:21:42Z</updated>
	<author>
		<name>Riccardo Mottola-4</name>
	</author>
	<content type="html">Hi,
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This morning, I have inadvertently updated gnustep-base on my Debian 
&lt;br&gt;&amp;gt; machine, which remained at version 1.19 since april this year....
&lt;br&gt;&amp;gt; To my surprise, I have found at least two unannounced changes:
&lt;br&gt;&amp;gt; - the property list format is now serialized directly in XML, which is 
&lt;br&gt;&amp;gt; somehow useful.... or, well, maybe not.
&lt;br&gt;&amp;gt; - the NSZoneMallocAtomic function has been removed, causing SOGo users 
&lt;br&gt;&amp;gt; to fail in compiling SOPE
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;yes, the plist change was to great distaste to me. I wanted to file a 
&lt;br&gt;bug report! I was held back privately byu some of the maintainers.
&lt;br&gt;&lt;br&gt;I saw no notice of that too, I wonder if it is perhaps something 
&lt;br&gt;accidental? I'd rather prefer the traditional format which is easy to 
&lt;br&gt;read and also about 1/4th more compact!
&lt;br&gt;&lt;br&gt;About the second change I don't know, RIchard can answer you best probably.
&lt;br&gt;&lt;br&gt;Riccardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520505&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26520505.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520258</id>
	<title>Sending UDP packets</title>
	<published>2009-11-25T12:39:21Z</published>
	<updated>2009-11-25T12:39:21Z</updated>
	<author>
		<name>Andreas Höschler</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;This is not really GNUstep related except that the problem occurs in a 
&lt;br&gt;MacOSX/GNUstep application (Objective-C wrapper around TCP code) but I 
&lt;br&gt;hope one of you can help me anyway. I need to notify a dozen of 
&lt;br&gt;MacOSX/GNUstep applications when a specific event occurs in some 
&lt;br&gt;service process. I thought it would be a good idea to use UDP packets 
&lt;br&gt;for that. I googled and found the following code snippets
&lt;br&gt;&lt;br&gt;**********************************
&lt;br&gt;UDP sender
&lt;br&gt;**********************************
&lt;br&gt;#define BUFLEN 512
&lt;br&gt;#define NPACK 10
&lt;br&gt;#define PORT 9930
&lt;br&gt;#define SRV_IP &amp;quot;127.0.0.1&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;struct sockaddr_in si_other;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int s, i, slen=sizeof(si_other);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;char buf[BUFLEN];
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ((s = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) 
&lt;br&gt;NSLog(@&amp;quot;socket could not be opened&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; memset((char *) &amp;si_other, 0, sizeof(si_other));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;si_other.sin_family = AF_INET;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;si_other.sin_port = htons(PORT);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (inet_aton(SRV_IP, &amp;si_other.sin_addr)==0)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fprintf(stderr, &amp;quot;inet_aton() failed\n&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; exit(1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for (i=0; i&amp;lt;NPACK; i++)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printf(&amp;quot;Sending packet %d\n&amp;quot;, i);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sprintf(buf, &amp;quot;This is packet %d\n&amp;quot;, i);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (sendto(s, buf, BUFLEN, 0, &amp;si_other, slen) == -1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NSLog(@&amp;quot;sendto() failed&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; close(s);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;**********************************
&lt;br&gt;UDP receiver
&lt;br&gt;**********************************
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;struct sockaddr_in si_me, si_other;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;int s, i, slen=sizeof(si_other);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;char buf[BUFLEN];
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ((s=socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) 
&lt;br&gt;NSLog(@&amp;quot;socket failure&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memset((char *) &amp;si_me, 0, sizeof(si_me));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;si_me.sin_family = AF_INET;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;si_me.sin_port = htons(PORT);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;si_me.sin_addr.s_addr = htonl(INADDR_ANY);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (bind(s, &amp;si_me, sizeof(si_me))==-1) NSLog(@&amp;quot;bind failed&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for (i=0; i&amp;lt;NPACK; i++)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (recvfrom(s, buf, BUFLEN, 0, &amp;si_other, 
&lt;br&gt;&amp;slen)==-1)NSLog(@&amp;quot;recvfrom()&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printf(&amp;quot;Received packet from %s:%d\nData: %s\n\n&amp;quot;, 
&lt;br&gt;inet_ntoa(si_other.sin_addr), ntohs(si_other.sin_port), buf);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;This works great on my Mac (10.2) when SRV_IP is &amp;quot;127.0.0.1&amp;quot;. However, 
&lt;br&gt;in the end the sender process will run on machine A and the receiver 
&lt;br&gt;process on machine B, C, D, ... in our 192.168.1.0 LAN. I therefore 
&lt;br&gt;tried to use SRV_IP = &amp;quot;192.168.1.255&amp;quot; instead. When I do that I get
&lt;br&gt;&lt;br&gt;UDPSender[9746] sendto() failed
&lt;br&gt;&lt;br&gt;Why does this not work or what is the correct address to use for 
&lt;br&gt;interhost UDP traffic in a LAN? &amp;nbsp;What am I doing wrong?
&lt;br&gt;&lt;br&gt;Thanks a lot,
&lt;br&gt;&lt;br&gt;&amp;nbsp; Andreas
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520258&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sending-UDP-packets-tp26520258p26520258.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520114</id>
	<title>[flame] NEWS file is useless</title>
	<published>2009-11-25T12:21:30Z</published>
	<updated>2009-11-25T12:21:30Z</updated>
	<author>
		<name>Wolfgang Sourdeau-2</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;&lt;br&gt;This morning, I have inadvertently updated gnustep-base on my Debian 
&lt;br&gt;machine, which remained at version 1.19 since april this year....
&lt;br&gt;To my surprise, I have found at least two unannounced changes:
&lt;br&gt;- the property list format is now serialized directly in XML, which is 
&lt;br&gt;somehow useful.... or, well, maybe not.
&lt;br&gt;- the NSZoneMallocAtomic function has been removed, causing SOGo users 
&lt;br&gt;to fail in compiling SOPE
&lt;br&gt;&lt;br&gt;Surprise, surprise, the NEWS files does not list any of those changes. 
&lt;br&gt;Moreover they happened during a minor update of the library. Let me tell 
&lt;br&gt;you this kind of unannounced changes are totally unpleasant (and an IRC 
&lt;br&gt;channel does not count for announcing those).
&lt;br&gt;It would be better to polish your release process a little bit...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Wolfgang Sourdeau &amp;nbsp;:: &amp;nbsp;+1 (514) 447-4918 ext. 125 &amp;nbsp;:: &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wsourdeau@...&lt;/a&gt;
&lt;br&gt;Inverse inc. Leaders behind SOGo (www.scalableogo.org) and PacketFence (www.packetfence.org)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520114&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-flame--NEWS-file-is-useless-tp26520114p26520114.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26514576</id>
	<title>Re: Commit r29000</title>
	<published>2009-11-24T10:37:42Z</published>
	<updated>2009-11-24T10:37:42Z</updated>
	<author>
		<name>Doug Simons</name>
	</author>
	<content type="html">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;&lt;title&gt;Doug Simons email signature&lt;/title&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Hi Wolfgang,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You're quite right. I finally had time to look into this, and agree that my earlier fix inadvertently introduced a bug when editing is ended by clicking on another control. I've just checked in a new change (r29056) that fixes this in our testplant branch. Hopefully someone can migrate this fix into the trunk soon.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Doug&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;    &lt;div&gt; &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt; 	&lt;tbody&gt;&lt;tr&gt; 		&lt;td width=&quot;602&quot; height=&quot;30&quot; valign=&quot;top&quot; align=&quot;left&quot;&gt; 			&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#808084&quot; style=&quot;font-size:11px;&quot;&gt;&lt;b&gt;--&lt;/b&gt;&lt;br&gt;&lt;b&gt;Doug Simons&lt;/b&gt;&lt;/font&gt;&lt;br&gt; 			&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#47aa42&quot; style=&quot;font-size:11px;&quot;&gt;Principal Developer&lt;/font&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr&gt; 		&lt;td valign=&quot;top&quot; align=&quot;left&quot; height=&quot;65&quot;&gt; 			&lt;a href=&quot;http://www.testplant.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;img width=&quot;175&quot; height=&quot;55&quot; src=&quot;http://www.testplant.com/images/logo.gif&quot; border=&quot;0&quot; alt=&quot;TestPlant&quot;&gt;&lt;/a&gt; 		&lt;/td&gt; 	&lt;/tr&gt;	 	&lt;tr&gt; 		&lt;td valign=&quot;top&quot; align=&quot;left&quot; height=&quot;12&quot;&gt;&amp;nbsp;&lt;/td&gt; 	&lt;/tr&gt;	 	&lt;tr&gt; 		&lt;td valign=&quot;top&quot; align=&quot;left&quot;&gt; 			&lt;table width=&quot;600&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt; 			  &lt;tbody&gt;&lt;tr&gt; 				&lt;td width=&quot;118&quot; align=&quot;left&quot; valign=&quot;top&quot;&gt; 					&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#4da82d&quot; style=&quot;font-size:11px;&quot;&gt;TestPlant Inc&lt;/font&gt;					 				&lt;/td&gt; 				&lt;td align=&quot;left&quot; valign=&quot;top&quot;&gt; 					&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#4da82d&quot; style=&quot;font-size:11px;&quot;&gt;T&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;+1 720-890-0211 ext 13&lt;/font&gt; 				&lt;/td&gt; 			  &lt;/tr&gt; 			  &lt;tr&gt; 			  	&lt;td align=&quot;left&quot; valign=&quot;top&quot;&gt; 					&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#4da82d&quot; style=&quot;font-size:11px;&quot;&gt;4730 Walnut Street&lt;/font&gt; 				&lt;/td&gt; 				&lt;td align=&quot;left&quot; valign=&quot;top&quot;&gt; 					&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#4da82d&quot; style=&quot;font-size:11px;&quot;&gt;F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;+1 720-890-0209&lt;/font&gt; 				&lt;/td&gt; 			  &lt;/tr&gt; 			  			  &lt;tr&gt; 			  	&lt;td valign=&quot;top&quot; align=&quot;left&quot;&gt; 					&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#4da82d&quot; style=&quot;font-size:11px;&quot;&gt;Boulder, CO 80301&lt;/font&gt; 					 &lt;/td&gt; 				&lt;td valign=&quot;top&quot; align=&quot;left&quot;&gt; 				 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26514576&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;doug.simons@...&lt;/a&gt; 				&lt;/td&gt; 			  &lt;/tr&gt; 			  				 				&lt;tr&gt;&lt;td valign=&quot;top&quot; align=&quot;left&quot;&gt; 				&lt;/td&gt; 			  &lt;/tr&gt;			  			  			  			 			  &lt;tr&gt; 			  	&lt;td valign=&quot;top&quot; align=&quot;left&quot;&gt; 				 	&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#4da82d&quot; style=&quot;font-size:11px;&quot;&gt;USA&lt;/font&gt; 			  &lt;/td&gt;&lt;/tr&gt;			 			&lt;/tbody&gt;&lt;/table&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr&gt; 		&lt;td valign=&quot;middle&quot; align=&quot;left&quot; style=&quot;height:25px;&quot;&gt; 			&lt;a href=&quot;http://www.testplant.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font face=&quot;Arial, sans-serif&quot; size=&quot;1&quot; color=&quot;#808084&quot; style=&quot;font-size:11px;&quot;&gt;http://www.testplant.com&lt;/font&gt;&lt;/a&gt; 		&lt;/td&gt; 	&lt;/tr&gt;			 	&lt;tr&gt; 		&lt;td valign=&quot;top&quot; align=&quot;left&quot; height=&quot;12&quot; style=&quot;font-size:1px; height:12px;&quot;&gt; 			&lt;hr color=&quot;4da82d&quot;&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr&gt; 		&lt;td valign=&quot;top&quot; align=&quot;left&quot; height=&quot;70&quot; style=&quot;font-size:10px; height:70px;&quot;&gt; 			&lt;font face=&quot;Verdana, sans-serif&quot; size=&quot;1&quot; color=&quot;#808084&quot; style=&quot;font-size:9px;&quot;&gt;This email and any attachments may contain privileged / confidential information. If you have received this email in error&lt;br&gt; 			or believe that you are not the intended recipient, please delete all content and attached files and contact TestPlant via&lt;br&gt; 			the switchboard on +1 720-890-0211 or via return e-mail. You should not copy, forward or use any part of the&lt;br&gt; 			contents in any way. Any such unauthorised use or disclosure may be unlawful.&lt;/font&gt; 		&lt;/td&gt; 	&lt;/tr&gt;		 &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; &lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Nov 20, 2009, at 8:37 AM, Wolfgang Lux wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;Hi Doug,&lt;br&gt;&lt;br&gt;I'm having a little problem with this patch, which made it to the trunk meanwhile thanks to Fred. The change in NSTextField's -textDidEndEditing: ensures that the text field always sends its action when editing ends and the text field is configured that way, which I think is correct. However, with your patch the text field also sends -selectText: to itself when it is first responder. This is definitely wrong in at least one case: The -textDidEndEditing: callback is called when the text field resigns first responder because the user clicked into another view. At the time when -textDidEndEditing: is called the text field is still first responder and so will incorrectly call -selectText:. Therefore I'd prefer to revert this part of your change and call -selectText: only when editing ends with either NSTabTextMovement or NSBacktabTextMovement (as before) unless your change is supposed to fix a bug in GNUstep.&lt;br&gt;&lt;br&gt;Wolfgang&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26514576&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-r29000-tp26445360p26514576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26483820</id>
	<title>Contact form module</title>
	<published>2009-11-23T10:51:45Z</published>
	<updated>2009-11-23T10:51:45Z</updated>
	<author>
		<name>ghisirds</name>
	</author>
	<content type="html">Hi all, 
I must create a contact module, for a site, a little particular: the site propose services that are assigned to professionals chosen by the site administrator.
It would have to work this way: the customer write on a site and an email arrive to the administrator; he decides which professional assign the work to ( and send him the contact).
From that moment the professional and customer comunicates only by the site and on the site must stay the archive of the emails
 that they exchange (visible to the administrator).
What I would like is that the professional and the customer comunicate only by the mail to the site, no need to use username and password: it must be the site that manages coded mailboxes that are assigned to them but they don't have to be in contact in others ways and don't have to ask anything else to the customer.   
Does anyone of you know if there is a cms or script already ready or similar to this that I can modifiy? 
Thank you for your suggestions
&lt;br /&gt;&lt;br /&gt;

__________________&lt;br /&gt;
Never seen &lt;a href='http://www.giftideashop.net/corporate-gifts.html' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cheap corporate gifts&lt;/a&gt; like these! (&lt;a href='http://www.geschenk-ideen.biz/firmengeschenke.html' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;geschenke firmen&lt;/a&gt; on german or &lt;a href='http://www.regalos-originales.biz/regalos-empresa.html' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;regalos de empresas&lt;/a&gt; on espanol), &lt;a href='http://scuo.la/pl/' target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;szkoły&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Webmasters-f1887.html&quot; embed=&quot;fixTarget[1887]&quot; target=&quot;_top&quot; &gt;GNUstep - Webmasters&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Contact-form-module-tp26483820p26483820.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26473204</id>
	<title>Re: gnustep-base package tried to download dtd from the internet</title>
	<published>2009-11-22T22:04:21Z</published>
	<updated>2009-11-22T22:04:21Z</updated>
	<author>
		<name>Richard Frith-Macdonald-2</name>
	</author>
	<content type="html">&lt;br&gt;On 22 Nov 2009, at 20:49, Jochen Schmitt wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hallo,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm the maintainer of the gnustep-base package in the Fedora distribution.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Unfortunately, I have the following issue.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I try to make a make -C Documentation install the package tried to
&lt;br&gt;&amp;gt; download the DTDs from the internet. This is not allowed in a build
&lt;br&gt;&amp;gt; environment.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So I now search a solution why I can refer to the DTDs without to
&lt;br&gt;&amp;gt; install the DTDs to
&lt;br&gt;&amp;gt; the final destination directory.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It may be nice, if anyone can give me a hint.
&lt;/div&gt;&lt;br&gt;You need to install gnustep-base before you build the documentation, because the documentation is built using gnustep-base.
&lt;br&gt;&lt;br&gt;However, you can install wherever you like ... if your build environment doesn't permit installation to the final destination, you can first install to an alternative location and use the GNUSTEP_CONFIG_FILE environment variable to point to a custom copy of the normal GNUstep.conf file (overriding the one provided by gnustep-make) which describes the location you actually installed to.
&lt;br&gt;&lt;br&gt;Alternatively you could just copy the DTDs to a subdirectory named 'DTDs' and hack GNUstep.conf to point to the parent directory as the LIBRARY directory.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26473204&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnustep-base-package-tried-to-download-dtd-from-the-internet-tp26469328p26473204.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471220</id>
	<title>Re: gnustep-base package tried to download dtd from the internet</title>
	<published>2009-11-22T16:44:36Z</published>
	<updated>2009-11-22T16:44:36Z</updated>
	<author>
		<name>Matt Rice-2</name>
	</author>
	<content type="html">On Sun, Nov 22, 2009 at 12:49 PM, Jochen Schmitt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471220&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jochen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hallo,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm the maintainer of the gnustep-base package in the Fedora distribution.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unfortunately, I have the following issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I try to make a make -C Documentation install the package tried to
&lt;br&gt;&amp;gt; download the DTDs from the internet. This is not allowed in a build
&lt;br&gt;&amp;gt; environment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So I now search a solution why I can refer to the DTDs without to
&lt;br&gt;&amp;gt; install the DTDs to
&lt;br&gt;&amp;gt; the final destination directory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It may be nice, if anyone can give me a hint.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;also see
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/bugs/?25247&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/bugs/?25247&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471220&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnustep-base-package-tried-to-download-dtd-from-the-internet-tp26469328p26471220.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474489</id>
	<title>Re: gnustep-base package tried to download dtd from the internet</title>
	<published>2009-11-22T13:49:28Z</published>
	<updated>2009-11-22T13:49:28Z</updated>
	<author>
		<name>Niels Grewe</name>
	</author>
	<content type="html">On Sun, Nov 22, 2009 at 09:49:57PM +0100, Jochen Schmitt wrote:
&lt;br&gt;&amp;gt; When I try to make a make -C Documentation install the package tried to
&lt;br&gt;&amp;gt; download the DTDs from the internet. This is not allowed in a build
&lt;br&gt;&amp;gt; environment.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So I now search a solution why I can refer to the DTDs without to
&lt;br&gt;&amp;gt; install the DTDs to
&lt;br&gt;&amp;gt; the final destination directory.
&lt;br&gt;&lt;br&gt;Most xml-processing utilities support xml-catalogs [0] which solve
&lt;br&gt;precisely this problem by allowing you to map doctypes to custom
&lt;br&gt;dtd-locations. I it would be useful to know which particular utility
&lt;br&gt;tries to refer to the dtds.
&lt;br&gt;If it supports catalogs, you can maintain a local copy of the relevant
&lt;br&gt;dtds somewhere on the build machine and use those instead of those
&lt;br&gt;located somewhere on the net.
&lt;br&gt;&lt;br&gt;Hope it helps,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Niels
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;http://en.wikipedia.org/wiki/XML_Catalog&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/XML_Catalog&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnustep-base-package-tried-to-download-dtd-from-the-internet-tp26469328p26474489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26469328</id>
	<title>gnustep-base package tried to download dtd from the internet</title>
	<published>2009-11-22T12:49:57Z</published>
	<updated>2009-11-22T12:49:57Z</updated>
	<author>
		<name>Jochen Schmitt</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hallo,
&lt;br&gt;&lt;br&gt;I'm the maintainer of the gnustep-base package in the Fedora distribution.
&lt;br&gt;&lt;br&gt;Unfortunately, I have the following issue.
&lt;br&gt;&lt;br&gt;When I try to make a make -C Documentation install the package tried to
&lt;br&gt;download the DTDs from the internet. This is not allowed in a build
&lt;br&gt;environment.
&lt;br&gt;&lt;br&gt;So I now search a solution why I can refer to the DTDs without to
&lt;br&gt;install the DTDs to
&lt;br&gt;the final destination directory.
&lt;br&gt;&lt;br&gt;It may be nice, if anyone can give me a hint.
&lt;br&gt;&lt;br&gt;Best Regards:
&lt;br&gt;&lt;br&gt;Jochen Schmitt
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (GNU/Linux)
&lt;br&gt;Comment: Using GnuPG with Fedora - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iJwEAQECAAYFAksJo+sACgkQZLAIBz9lVu96RAQA1+QQtiBf93R/zP+ArT8VOSrI
&lt;br&gt;XO2UdfUKiShSCSBDxu19rMUzbfVufCJPo/EgTeaNJd9YysT+KNZdD2k5BBu7BGDg
&lt;br&gt;NMzH8LwSXpZmb4U6AfJ1Md9jqL0o2IwtBLdGn3q1PFxZOuRgVtEaa5ttxvOynJrr
&lt;br&gt;nKk6fblQH7/w/5Oos2U=
&lt;br&gt;=7PKD
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26469328&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gnustep-base-package-tried-to-download-dtd-from-the-internet-tp26469328p26469328.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452588</id>
	<title>Fwd: FOSDEM devroom request</title>
	<published>2009-11-20T16:49:50Z</published>
	<updated>2009-11-20T16:49:50Z</updated>
	<author>
		<name>Lars Sonchocky-Helldorf</name>
	</author>
	<content type="html">I just submitted the request for a GNUstep devroom @ FOSDEM 2010. Now &amp;nbsp;
&lt;br&gt;I wish us good luck so we get a room.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lars
&lt;br&gt;&lt;br&gt;Anfang der weitergeleiteten E-Mail:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Von: &amp;quot;Planet GNUstep - a collaboration of GNUstep related projects&amp;quot; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452588&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lars.sonchocky-helldorf@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Datum: 21. November 2009 01:40:13 MEZ
&lt;br&gt;&amp;gt; An: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452588&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lars.sonchocky-helldorf@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Betreff: FOSDEM devroom request
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Submitted on 11/21/2009 - 02:40
&lt;br&gt;&amp;gt; Submitted by anonymous user: [213.9.34.100]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Submitted values are:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; Developer Room:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; devroom name: Planet GNUstep - a collaboration of GNUstep &amp;nbsp;
&lt;br&gt;&amp;gt; related projects
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; devroom description:
&lt;br&gt;&amp;gt; participating projects:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - GNUstep
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	GNUstep is a free, object-oriented, cross-platform, OpenStep/Cocoa &amp;nbsp;
&lt;br&gt;&amp;gt; API compatible framework and development environment.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Étoilé
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	Étoilé is an innovative GNUstep based user environment designed &amp;nbsp;
&lt;br&gt;&amp;gt; from the ground up around the things people do with computers: &amp;nbsp;
&lt;br&gt;&amp;gt; create, collaborate, and learn.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - GAP - the GNUstep Application Project
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	The GNUstep Application Project provides a comprehensive set of &amp;nbsp;
&lt;br&gt;&amp;gt; administration and user level tools to make using GNUstep based &amp;nbsp;
&lt;br&gt;&amp;gt; environments a very pleasant experience. Part of the charter of &amp;nbsp;
&lt;br&gt;&amp;gt; this project is not only to write new tools, but also to port &amp;nbsp;
&lt;br&gt;&amp;gt; existing NeXTSTEP/OPENSTEP/Cocoa applications to GNUstep as well.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - QuantumSTEP / mySTEP
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	QuantumSTEP is a Mac-like Application Platform that can be &amp;nbsp;
&lt;br&gt;&amp;gt; installed on existing mobile Linux devices (Openmoko, Zaurus, &amp;nbsp;
&lt;br&gt;&amp;gt; Letux, ...) aiming at highest level of useage, data and application &amp;nbsp;
&lt;br&gt;&amp;gt; source code compatibility (to the Macintosh platform) prepared for &amp;nbsp;
&lt;br&gt;&amp;gt; perfect data exchange and sync.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; goals/topics:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - teach interested developers how to write cross platform &amp;nbsp;
&lt;br&gt;&amp;gt; applications or port Cocoa applications to Linux BSD and Windows &amp;nbsp;
&lt;br&gt;&amp;gt; using GNUstep
&lt;br&gt;&amp;gt; - share news about the latest development and plans on GNUstep
&lt;br&gt;&amp;gt; - improve collaboration between the several GNUstep related projects
&lt;br&gt;&amp;gt; - using GNUstep to write applications for mobile devices ((e.g. &amp;nbsp;
&lt;br&gt;&amp;gt; Openmoko, Beagleboard)
&lt;br&gt;&amp;gt; - GNUstep cross-platform integration
&lt;br&gt;&amp;gt; - code sprints, hacking, discussing
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; devroom related URLs:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://gnustep.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gnustep.org/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://etoileos.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://etoileos.com/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://gap.nongnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gap.nongnu.org/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.quantum-step.com/wiki.php?page=About&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.quantum-step.com/wiki.php?page=About&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.quantum-step.com/wiki.php?page=mySTEP&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.quantum-step.com/wiki.php?page=mySTEP&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; devroom day(s):
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Saturday from 12:00 to 18:00
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Sunday from 10:00 to 17:00
&lt;br&gt;&amp;gt; &amp;nbsp; Contact Info:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; name of the responsible: Lars Sonchocky-Helldorf and Richard &amp;nbsp;
&lt;br&gt;&amp;gt; Frith-Macdonald
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452588&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lars.sonchocky-helldorf@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; relation to the topic: Lars Sonchocky-Helldorf is a community &amp;nbsp;
&lt;br&gt;&amp;gt; manager for GNUstep, Richard Frith-Macdonald is a GNUstep core team &amp;nbsp;
&lt;br&gt;&amp;gt; member/developer
&lt;br&gt;&amp;gt; &amp;nbsp; Optional:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; comments/remarks:
&lt;br&gt;&amp;gt; GNUstep is a good match for FOSDEM since the target audience of &amp;nbsp;
&lt;br&gt;&amp;gt; GNUstep are developers who want to develop cross platform (Unix, &amp;nbsp;
&lt;br&gt;&amp;gt; Windows, Mac) GUI or server side applications or command line tools &amp;nbsp;
&lt;br&gt;&amp;gt; using state of the art object oriented Frameworks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Although we are jointly applying for four projects, a smaller room &amp;nbsp;
&lt;br&gt;&amp;gt; (about 30 seats) should be sufficient (the last years room was &amp;nbsp;
&lt;br&gt;&amp;gt; perfect).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The results of this submission may be viewed at:&lt;a href=&quot;http://fosdem.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fosdem.org/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; 2010/node/19/submission/121
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452588&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-FOSDEM-devroom-request-tp26452588p26452588.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451284</id>
	<title>Re: simulating user action to initialize a panel</title>
	<published>2009-11-20T14:30:31Z</published>
	<updated>2009-11-20T14:30:31Z</updated>
	<author>
		<name>Riccardo Mottola-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Wolfgang Lux wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [popUp sendAction: [popUp action] to: [popUp target]]
&lt;br&gt;&amp;gt;
&lt;br&gt;This solution works perfectly for me, because I do not need to check 
&lt;br&gt;which item is currently selected, I just invoke the proper action.
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&amp;nbsp; Riccardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/simulating-user-action-to-initialize-a-panel-tp26436241p26451284.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445856</id>
	<title>Re: pbxbuild patch</title>
	<published>2009-11-20T08:01:11Z</published>
	<updated>2009-11-20T08:01:11Z</updated>
	<author>
		<name>Joe Mattiello</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 20, 2009, at 2:39 AM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445856&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hansfbaier@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So, i will apply the patch and throw out the comments,
&lt;br&gt;&amp;gt;&amp;gt; I hope, this is ok for you :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Applied it now.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hans
&lt;br&gt;&lt;br&gt;&lt;br&gt;Wonderful, thank you.
&lt;br&gt;-Joe
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445856&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pbxbuild-patch-tp26410967p26445856.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445360</id>
	<title>Commit r29000</title>
	<published>2009-11-20T07:37:26Z</published>
	<updated>2009-11-20T07:37:26Z</updated>
	<author>
		<name>Wolfgang Lux</name>
	</author>
	<content type="html">Hi Doug,
&lt;br&gt;&lt;br&gt;I'm having a little problem with this patch, which made it to the &amp;nbsp;
&lt;br&gt;trunk meanwhile thanks to Fred. The change in NSTextField's - 
&lt;br&gt;textDidEndEditing: ensures that the text field always sends its &amp;nbsp;
&lt;br&gt;action when editing ends and the text field is configured that way, &amp;nbsp;
&lt;br&gt;which I think is correct. However, with your patch the text field &amp;nbsp;
&lt;br&gt;also sends -selectText: to itself when it is first responder. This is &amp;nbsp;
&lt;br&gt;definitely wrong in at least one case: The -textDidEndEditing: &amp;nbsp;
&lt;br&gt;callback is called when the text field resigns first responder &amp;nbsp;
&lt;br&gt;because the user clicked into another view. At the time when - 
&lt;br&gt;textDidEndEditing: is called the text field is still first responder &amp;nbsp;
&lt;br&gt;and so will incorrectly call -selectText:. Therefore I'd prefer to &amp;nbsp;
&lt;br&gt;revert this part of your change and call -selectText: only when &amp;nbsp;
&lt;br&gt;editing ends with either NSTabTextMovement or NSBacktabTextMovement &amp;nbsp;
&lt;br&gt;(as before) unless your change is supposed to fix a bug in GNUstep.
&lt;br&gt;&lt;br&gt;Wolfgang
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Commit-r29000-tp26445360p26445360.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445344</id>
	<title>Clang status update</title>
	<published>2009-11-20T07:35:41Z</published>
	<updated>2009-11-20T07:35:41Z</updated>
	<author>
		<name>David Chisnall</name>
	</author>
	<content type="html">Hi Everyone,
&lt;br&gt;&lt;br&gt;I've fixed a few clang bugs this week, and it's now capable of &amp;nbsp;
&lt;br&gt;compiling the entire Étoilé tree with both the GCC-compatible and non- 
&lt;br&gt;fragile ABIs. &amp;nbsp;If anyone wants to play with it, grab the latest svn.
&lt;br&gt;&lt;br&gt;You need libobjc2 from GNUstep svn to use the new ABI and you need to &amp;nbsp;
&lt;br&gt;add -fobjc-nonfragile-abi to your OBJCFLAGS. &amp;nbsp;This lets you hide &amp;nbsp;
&lt;br&gt;instance variables away from public headers. &amp;nbsp;This is needed for the &amp;nbsp;
&lt;br&gt;fast forwarding (-forwardingProxyForSelector:) and non-fragile ivars &amp;nbsp;
&lt;br&gt;to work.
&lt;br&gt;&lt;br&gt;With both ABIs you get fast enumeration and declared properties. &amp;nbsp;Both &amp;nbsp;
&lt;br&gt;of these require either libobjc2 or the ObjectiveC2 framework from &amp;nbsp;
&lt;br&gt;Étoilé.
&lt;br&gt;&lt;br&gt;You do NOT need to compile GNUstep with clang, and you can mix the two &amp;nbsp;
&lt;br&gt;ABIs in the same program, although if you subclass a non-fragile ABI &amp;nbsp;
&lt;br&gt;class with a fragile ABI class then things will break.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;-- Sent from my Difference Engine
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445344&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Clang-status-update-tp26445344p26445344.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439728</id>
	<title>Re: simulating user action to initialize a panel</title>
	<published>2009-11-20T00:09:37Z</published>
	<updated>2009-11-20T00:09:37Z</updated>
	<author>
		<name>Wolfgang Lux</name>
	</author>
	<content type="html">Riccardo Mottola wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have the following problem:
&lt;br&gt;&amp;gt; I have an accessory view where some controls modify or send &amp;nbsp;
&lt;br&gt;&amp;gt; messages to other controls. For example selecting an item makes &amp;nbsp;
&lt;br&gt;&amp;gt; another disabled or moving a slider writes its current value inside &amp;nbsp;
&lt;br&gt;&amp;gt; a textfield.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I created all items, now I want after loading to &amp;quot;touch&amp;quot; all items &amp;nbsp;
&lt;br&gt;&amp;gt; so that the respective relationships get updated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For a slider it is easy: a performClick message will simulate the &amp;nbsp;
&lt;br&gt;&amp;gt; user clicking on it and the value will be displayed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My problem is now a NSPopUpMenu: depending on the selection other &amp;nbsp;
&lt;br&gt;&amp;gt; items get selected or no.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't know how to create the event! I tried to set the selected &amp;nbsp;
&lt;br&gt;&amp;gt; item, but it does not trigger any event. I tried selecting forcily &amp;nbsp;
&lt;br&gt;&amp;gt; another item and then the intended item back again, but that &amp;nbsp;
&lt;br&gt;&amp;gt; doesn't work either (and it would be not what I want anyway, it &amp;nbsp;
&lt;br&gt;&amp;gt; would be suboptimal, I do not want to hard-code the default item of &amp;nbsp;
&lt;br&gt;&amp;gt; the menu).
&lt;br&gt;&amp;gt; Perform click &amp;quot;opens&amp;quot; the menu, but does not select. Two clicks do &amp;nbsp;
&lt;br&gt;&amp;gt; not help either..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How could I accomplish what I need? Of course I could instantiate &amp;nbsp;
&lt;br&gt;&amp;gt; the view &amp;quot;hardwired&amp;quot; so that everything is set with the correct &amp;nbsp;
&lt;br&gt;&amp;gt; state and default, but that is I think very inflexible.
&lt;/div&gt;&lt;br&gt;[popUp sendAction: [popUp action] to: [popUp target]]
&lt;br&gt;&lt;br&gt;Wolfgang
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439728&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/simulating-user-action-to-initialize-a-panel-tp26436241p26439728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439481</id>
	<title>Re: pbxbuild patch</title>
	<published>2009-11-19T23:39:52Z</published>
	<updated>2009-11-19T23:39:52Z</updated>
	<author>
		<name>hansfbaier</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So, i will apply the patch and throw out the comments,
&lt;br&gt;&amp;gt; I hope, this is ok for you :)
&lt;br&gt;&lt;br&gt;Applied it now.
&lt;br&gt;&lt;br&gt;Hans
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439481&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (279 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26439481/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pbxbuild-patch-tp26410967p26439481.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26438552</id>
	<title>Re: pbxbuild patch</title>
	<published>2009-11-19T21:21:09Z</published>
	<updated>2009-11-19T21:21:09Z</updated>
	<author>
		<name>hansfbaier</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;gt; After glancing through it again it's not as bad as I had originally thought.
&lt;br&gt;&amp;gt; Like you said,
&lt;br&gt;&amp;gt; it's mostly some block comments, and I added some helper macros that should
&lt;br&gt;&amp;gt; be moved
&lt;br&gt;&amp;gt; somewhere else.
&lt;br&gt;&amp;gt; It's going to be at least several weeks before I can think about spending
&lt;br&gt;&amp;gt; time on it again
&lt;br&gt;&amp;gt; so I wanted to at least get the ugly patch onto the mailing list so people
&lt;br&gt;&amp;gt; could start using/improving.
&lt;br&gt;&lt;br&gt;So, i will apply the patch and throw out the comments,
&lt;br&gt;I hope, this is ok for you :)
&lt;br&gt;&lt;br&gt;Hans&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26438552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (279 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26438552/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pbxbuild-patch-tp26410967p26438552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26438511</id>
	<title>GNUstep looks really good with the new Gtk+-Aurora Theme</title>
	<published>2009-11-19T21:15:06Z</published>
	<updated>2009-11-19T21:15:06Z</updated>
	<author>
		<name>hansfbaier</name>
	</author>
	<content type="html">Here is the screenshot:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://stashbox.org/705472/Bildschirmfoto.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stashbox.org/705472/Bildschirmfoto.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;Hans&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26438511&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (279 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26438511/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNUstep-looks-really-good-with-the-new-Gtk%2B-Aurora-Theme-tp26438511p26438511.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26438507</id>
	<title>GNUstep looks really good with the new Gtk+-Aurora Theme</title>
	<published>2009-11-19T21:14:56Z</published>
	<updated>2009-11-19T21:14:56Z</updated>
	<author>
		<name>hansfbaier</name>
	</author>
	<content type="html">Here is the screenshot:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://stashbox.org/705472/Bildschirmfoto.png&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://stashbox.org/705472/Bildschirmfoto.png&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;Hans&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26438507&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (279 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26438507/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNUstep-looks-really-good-with-the-new-Gtk%2B-Aurora-Theme-tp26438507p26438507.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26437203</id>
	<title>[bug #28056] NSSpellChecker don't work with Spanish</title>
	<published>2009-11-19T17:42:29Z</published>
	<updated>2009-11-19T17:42:29Z</updated>
	<author>
		<name>Sylvain Beucler-4</name>
	</author>
	<content type="html">&lt;br&gt;URL:
&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/bugs/?28056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/bugs/?28056&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: NSSpellChecker don't work with Spanish
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: GNUstep
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted by: espectador
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Submitted on: Thu Nov 19 19:42:28 2009
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category: Gui/AppKit
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: 3 - Normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Item Group: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Privacy: Public
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assigned to: None
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Open/Closed: Open
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Discussion Lock: Any
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Details:
&lt;br&gt;&lt;br&gt;On Ink.app I get the error
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Failed to contact spell checker for language 'Spanish'
&lt;br&gt;&lt;br&gt;But aspell (I assume that GNUstep use aspell) works perfectly on Lyx. I have
&lt;br&gt;GNUstep from SVN on Ubuntu 8.04.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; _______________________________________________________
&lt;br&gt;&lt;br&gt;Reply to this item at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://savannah.gnu.org/bugs/?28056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/bugs/?28056&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&amp;nbsp; Message sent via/by Savannah
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://savannah.gnu.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26437203&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Bugs-f1881.html&quot; embed=&quot;fixTarget[1881]&quot; target=&quot;_top&quot; &gt;GNUstep - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-bug--28056--NSSpellChecker-don%27t-work-with-Spanish-tp26437203p26437203.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26436241</id>
	<title>simulating user action to initialize a panel</title>
	<published>2009-11-19T16:44:06Z</published>
	<updated>2009-11-19T16:44:06Z</updated>
	<author>
		<name>Riccardo Mottola-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have the following problem:
&lt;br&gt;I have an accessory view where some controls modify or send messages to 
&lt;br&gt;other controls. For example selecting an item makes another disabled or 
&lt;br&gt;moving a slider writes its current value inside a textfield.
&lt;br&gt;&lt;br&gt;I created all items, now I want after loading to &amp;quot;touch&amp;quot; all items so 
&lt;br&gt;that the respective relationships get updated.
&lt;br&gt;&lt;br&gt;For a slider it is easy: a performClick message will simulate the user 
&lt;br&gt;clicking on it and the value will be displayed.
&lt;br&gt;&lt;br&gt;My problem is now a NSPopUpMenu: depending on the selection other items 
&lt;br&gt;get selected or no.
&lt;br&gt;&lt;br&gt;I don't know how to create the event! I tried to set the selected item, 
&lt;br&gt;but it does not trigger any event. I tried selecting forcily another 
&lt;br&gt;item and then the intended item back again, but that doesn't work either 
&lt;br&gt;(and it would be not what I want anyway, it would be suboptimal, I do 
&lt;br&gt;not want to hard-code the default item of the menu).
&lt;br&gt;Perform click &amp;quot;opens&amp;quot; the menu, but does not select. Two clicks do not 
&lt;br&gt;help either..
&lt;br&gt;&lt;br&gt;&lt;br&gt;How could I accomplish what I need? Of course I could instantiate the 
&lt;br&gt;view &amp;quot;hardwired&amp;quot; so that everything is set with the correct state and 
&lt;br&gt;default, but that is I think very inflexible.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Riccardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Discuss-gnustep mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26436241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---General-f1884.html&quot; embed=&quot;fixTarget[1884]&quot; target=&quot;_top&quot; &gt;GNUstep - General&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/simulating-user-action-to-initialize-a-panel-tp26436241p26436241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26433571</id>
	<title>Re: pbxbuild patch</title>
	<published>2009-11-19T12:31:34Z</published>
	<updated>2009-11-19T12:31:34Z</updated>
	<author>
		<name>Joe Mattiello</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Nov 18, 2009, at 6:28 PM, Hans Baier wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;2009/11/18 Joe Mattiello &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433571&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe@...&lt;/a&gt;&amp;gt;:&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;I have a patch I wrote over the summer for pbxbuild that adds many&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;enhancements, though it may break legacy (pre-leopard XCode) versions of&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;projects.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;The short story is I wrote all these changes for internal projects that&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;needed to be ported to Linux, went through the FSF paperwork to submit and&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;then completely changed&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;roles at my company and forgot all about these patches. None the less, I&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;want to share with the community, though I warn the code I wrote doesn't&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;conform to the originally formatting used.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Perhaps someone would like to take on the task of cleaning it up to be&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;submittal to the tree.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Off the top of my head some improvements are,&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Mutli-target projects with both static and dynamic library targets now&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;work&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Linking against JavaVM.framework in XCode translates to linking to libjvm&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Support for Project and target level CFlags&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Support for Project and target level -O flags&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Support for absolute path include and lib search dirs&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Support for linking against frameworks that are also targets in&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;multi-target project (but don't forget to `make install' them)&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Most options that were only project or target based are now Project then&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;optionally Target overwritten set like in XCode&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Support for different bundle extensions&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- Support for SDKRoot&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;- A few more things I forget now&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;I believe work for dynamic libraries and snowleo was done independently not&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;too long ago, so my apologies for not submitting this sooner, but with out&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;further delay, I present my patches for your approval.&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;Sorry about the last mail, had some problems with GMail/firebug.&lt;br&gt;I hope this works better now.&lt;br&gt;&lt;br&gt;Now this is really good news. When I wrote the initial version of the tool&lt;br&gt;back in 2005, I got no feedback on it whatsoever. Assuming my effort was&lt;br&gt;largely wasted, I wandered off the project pursuing other interests.&lt;br&gt;&lt;br&gt;As my interest in GNUstep was rekindled recently I was please to see several&lt;br&gt;of the GNUstep main developers committed quite a bit of code to the project.&lt;br&gt;&lt;br&gt;So I am glad to learn someone really uses pbxbuild so spending my&lt;br&gt;2-week-vacation on the&lt;br&gt;tool wasn't utterly wasted.&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;It comes in very handy when I want to create small command line tools.&lt;/div&gt;&lt;div&gt;It's much faster for me to prototype small projects in Cocoa and use XCode&lt;/div&gt;&lt;div&gt;to test locally and then simply run pbxbuild to get makefiles for our science&lt;/div&gt;&lt;div&gt;team to use on our Linux boxes.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;br&gt;Since my mac is more than 10000 km away, I can't develop and test now.&lt;br&gt;Before submitting the Patch, it would be fine if you could clean up&lt;br&gt;all commented parts&lt;br&gt;of the code; to make them work or to throw them out.&lt;br&gt;Since you created the modifications it might be the easiest for you to do that.&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;After glancing through it again it's not as bad as I had originally thought. Like you said,&lt;/div&gt;&lt;div&gt;it's mostly some block comments, and I added some helper macros that should be moved&lt;/div&gt;&lt;div&gt;somewhere else.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It's going to be at least several weeks before I can think about spending time on it again&lt;/div&gt;&lt;div&gt;so I wanted to at least get the ugly patch onto the mailing list so people could start using/improving.&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;I could clean up the formatting; but I can't/won't test.&lt;br&gt;&lt;br&gt;Another important thing is to know which revision your changes are based on,&lt;br&gt;I assume latest SVN?&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;It was the latest svn as of two weeks ago.&lt;/div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;Kind regards,&lt;br&gt;Hans&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#534F4F&quot; face=&quot;'Trebuchet MS'&quot;&gt;Joseph Mattiello &amp;nbsp;| &amp;nbsp;Sense Networks, Inc. &amp;nbsp;| &amp;nbsp;110 Greene St., 11th Floor &amp;nbsp;| &amp;nbsp;New York, NY 10012 &amp;nbsp;|&amp;nbsp;&amp;nbsp;+1 845 800 4444&amp;nbsp;&amp;nbsp;| &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433571&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe@...&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433571&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pbxbuild-patch-tp26410967p26433571.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26432904</id>
	<title>Re: Proposal: new name: pbxbuild -&gt; pearbuild</title>
	<published>2009-11-19T11:46:29Z</published>
	<updated>2009-11-19T11:46:29Z</updated>
	<author>
		<name>Lars Sonchocky-Helldorf</name>
	</author>
	<content type="html">&lt;br&gt;Am 19.11.2009 um 02:26 schrieb &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26432904&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hansfbaier@...&lt;/a&gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/11/19 Gregory Casamento &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26432904&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;greg.casamento@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Hans,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The only thing I'm wondering is why &amp;quot;pear&amp;quot; in particular? &amp;nbsp; I think
&lt;br&gt;&amp;gt;&amp;gt; it's good, because it's imaginative. &amp;nbsp;Additionally, I wouldn't have
&lt;br&gt;&amp;gt;&amp;gt; wanted the tool to be called gsxcodebuild or gspbxbuild or even
&lt;br&gt;&amp;gt;&amp;gt; gsbuild as I have a distinct allergy to things being prefixed with GS
&lt;br&gt;&amp;gt;&amp;gt; simply because they can be. &amp;nbsp; Part of this comes from having &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; committed
&lt;br&gt;&amp;gt;&amp;gt; the sin myself in the form of my &amp;quot;gopen&amp;quot; tool. :) &amp;nbsp; The only reason
&lt;br&gt;&amp;gt;&amp;gt; it's not &amp;quot;open&amp;quot; is because there is an open keyword/tool on most
&lt;br&gt;&amp;gt;&amp;gt; versions of Linux with which it would conflict. O_o
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; pearbuild because it builds apple software but in an non-apple &amp;nbsp;
&lt;br&gt;&amp;gt; environment,
&lt;/div&gt;&lt;br&gt;Some cultural background: in the german language we proverbial &amp;nbsp;
&lt;br&gt;(don't) compare apples and pears (Äpfel und Birnen) as opposed to &amp;nbsp;
&lt;br&gt;apples and oranges in english speaking countries:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.phrasen.com/uebersetze,Aepfel-mit-Birnen-vergleichen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.phrasen.com/uebersetze,Aepfel-mit-Birnen-vergleichen&lt;/a&gt;, 
&lt;br&gt;4592,d.html
&lt;br&gt;&lt;br&gt;&lt;br&gt;You can see this pun here: &lt;a href=&quot;http://pearpc.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pearpc.sourceforge.net/&lt;/a&gt;&amp;nbsp;(PowerPC &amp;nbsp;
&lt;br&gt;Architecture Emulator - basically a virtual machine which acts as a &amp;nbsp;
&lt;br&gt;Mac), here: &lt;a href=&quot;https://www.pearc.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.pearc.de/&lt;/a&gt;&amp;nbsp;(a company offering hackintoshes) &amp;nbsp;
&lt;br&gt;and here: &lt;a href=&quot;http://www.printmyshirt.co.uk/shop1.html?prodid=274&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.printmyshirt.co.uk/shop1.html?prodid=274&lt;/a&gt;&amp;nbsp;too.
&lt;br&gt;&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lars
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26432904&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proposal%3A-new-name%3A-pbxbuild--%3E-pearbuild-tp26417771p26432904.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26431073</id>
	<title>Away for two weeks</title>
	<published>2009-11-19T09:59:24Z</published>
	<updated>2009-11-19T09:59:24Z</updated>
	<author>
		<name>Fred Kiefer</name>
	</author>
	<content type="html">I will be on holidays for the next two weeks and most likely wont get
&lt;br&gt;near a computer during that time.
&lt;br&gt;&lt;br&gt;It would be great if others took care of any question or bug reports on
&lt;br&gt;GNUstep gui or back during that time.
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26431073&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Away-for-two-weeks-tp26431073p26431073.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26423469</id>
	<title>Re: Best method for converting NSDates into different time zones?</title>
	<published>2009-11-19T01:49:56Z</published>
	<updated>2009-11-19T01:49:56Z</updated>
	<author>
		<name>Richard Frith-Macdonald-2</name>
	</author>
	<content type="html">&lt;br&gt;On 19 Nov 2009, at 06:06, David Wetzel wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have a database with dates in CET and would like to preset them in the local time of the users.
&lt;br&gt;&amp;gt; It is a web app.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is the only way I was able to convert between time zones, but that should be possible with DateFormatters too, right?
&lt;br&gt;&lt;br&gt;Yes and no ... the NSDateFormatter code in GNUstep-base implements the original OSX class, and this had no method to set the time zone.
&lt;br&gt;Apple added a load of new methods in OSX 10.4 which would (among other things) allow you to set a time zone, but nobody has contributed those updates : -(
&lt;br&gt;&lt;br&gt;I'd be grateful if you wanted to contribute the new methods from OSX 10.4, but I would expect those to be implemented by using the existing methods of NSCalendarDate ... so the mechanism you have found now would be the 'best' anyway.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423469&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Best-method-for-converting-NSDates-into-different-time-zones--tp26420887p26423469.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26420887</id>
	<title>Best method for converting NSDates into different time zones?</title>
	<published>2009-11-18T22:06:07Z</published>
	<updated>2009-11-18T22:06:07Z</updated>
	<author>
		<name>David Wetzel</name>
	</author>
	<content type="html">Hi guys,
&lt;br&gt;&lt;br&gt;I have a database with dates in CET and would like to preset them in the local time of the users.
&lt;br&gt;It is a web app.
&lt;br&gt;&lt;br&gt;This is the only way I was able to convert between time zones, but that should be possible with DateFormatters too, right?
&lt;br&gt;&lt;br&gt;NSCalendarDate &amp;nbsp;* date = [NSDate date]; // just for testing
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;NSLog([[date dateWithCalendarFormat:@&amp;quot;%d.%m.%Y %H:%M:%S %z&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;timeZone:[NSTimeZone timeZoneWithName:@&amp;quot;Europe/Berlin&amp;quot;]] descriptionWithLocale:nil]);
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;NSLog([[date dateWithCalendarFormat:@&amp;quot;%d.%m.%Y %H:%M:%S %z&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; timeZone:[NSTimeZone timeZoneWithName:@&amp;quot;America/Vancouver&amp;quot;]] descriptionWithLocale:nil]);
&lt;br&gt;&lt;br&gt;The output of the above is:
&lt;br&gt;&lt;br&gt;2009-11-19 06:59:10.084 NSTimeZoneTest[3027] 19.11.2009 06:59:09 +0100
&lt;br&gt;2009-11-19 06:59:10.104 NSTimeZoneTest[3027] 18.11.2009 21:59:09 -0800
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnustep-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26420887&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnustep-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnustep-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnustep-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/GNUstep---Dev-f1882.html&quot; embed=&quot;fixTarget[1882]&quot; target=&quot;_top&quot; &gt;GNUstep - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Best-method-for-converting-NSDates-into-different-time-zones--tp26420887p26420887.html" />
</entry>

</feed>
