[patch]: gdomap.c getuid usage

2003-09-03 Thread Adam Fedor
Fixes a MINGW compilation problem. Commited to both branches... 2003-09-01 Adam Fedor [EMAIL PROTECTED] * Tools/gdomap.c (main): Move getuid call inside #ifndef MINGW like the others. Index: Tools/gdomap.c ===

[RFC]: More automatic timezone info.

2003-09-03 Thread Adam Fedor
This patches NSTimeZone to use a more standard (Posix?) method of finding the time zone info that's already set on the computer. I think many people could avoid having to set the Local Time Zone default. 2003-09-01 Adam Fedor [EMAIL PROTECTED] * configure.ac: Check for tzset

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-09-03 Thread Fred Kiefer
Fred Kiefer wrote: I did my orignal copying from the UTF8 page with konqueror, which does not have this problem, doing it with Mozilla showed that we still need to support more of the X selection interface. The error I do get here is a bit clearer than the one you list: Unsupported data type

Re: gdomap user fix

2003-09-03 Thread Adam Fedor
On Mon, 2003-08-25 at 14:22, Chris B. Vetter wrote: Hi, attached is a modified version of the patch I sent last week that finally takes care of the UID and GID retrieval, by trying to get that information BEFORE jail'ing gdomap to /tmp. I had to apply the patch by hand, so I'm not sure I

Re: [bug #4658] Broken gpbs when doing pb operations between GS andX

2003-09-03 Thread Pete French
First the good news: GNUstep now supports the INCR transfer for the X selection (and a lot more smaller ICCCM stuff was added in the same go). Excellent stuff. But there is of course also a bit of bad news, which is that this specific page still cannot be transfered, which is according to

Re: make bug

2003-09-03 Thread Nicola Pero
Thanks Matt, sorry for the delay in answering. I noticed that ADDITIONAL_INSTALL_DIRS seems to be documented as a global variable but only seems to be used by libraries... Good spot. I've added it on CVS (head branch only). additionally I was thinking it might be nice have in

Re: Gorm build problem

2003-09-03 Thread Gregory John Casamento
Steve, Gorm 0.3.0 will not build with the latest version of core. The older templates have been removed.I would recommend using the latest version of Gorm which is available on the website Gorm-0.3.1. It is much more stable than 0.3.0. Thanks, GJC --- Steve Wainstead [EMAIL PROTECTED]