Re: [PATCH] font-util: Add a shorthand --disable-all-encodings option.

2010-10-07 Thread Jeremy Huddleston
On Oct 7, 2010, at 17:27, Alan Coopersmith wrote: > > Thanks for the patch - I've gone ahead and pushed to git master, so it > should be included with the upcoming font-util 1.2.0 release once Jeremy > pushes his change (since he said he was updating the comments I've not > pushed the current pat

[PATCH] Remove leftover fbSaveAreas & fbRestoreAreas defines from wfbrename.h

2010-10-07 Thread Alan Coopersmith
The fb functions they try to rename were deleted in 2007 by commit ae7f71a8b3d6756161e55d998d6eec37d2695c98 Signed-off-by: Alan Coopersmith Reviewed-by: Matt Turner Reviewed-by: Jeremy Huddleston Tested-by: Jeremy Huddleston --- fb/wfbrename.h |2 -- 1 files changed, 0 insertions(+), 2 de

Re: [PATCH] font-util: Add a shorthand --disable-all-encodings option.

2010-10-07 Thread Alan Coopersmith
Michał Górny wrote: > This option is useful to disable all possible font encodings at once, > without fine-graining the calling ebuilds for a list of encodings > supported by each font package. > > The option is parsed before all other encoding options, so it basically > sets defaults for all of t

Re: [PATCH font-util] fontutil.m4: Add XORG_FONT_FC_CONFDIR to find fontconfig's confdir

2010-10-07 Thread Alan Coopersmith
Reviewed-by: Alan Coopersmith Jeremy Huddleston wrote: > Signed-off-by: Jeremy Huddleston > --- > fontutil.m4.in | 34 ++ > 1 files changed, 34 insertions(+), 0 deletions(-) > > diff --git a/fontutil.m4.in b/fontutil.m4.in > index c867ea6..b9ad59c 100644 > ---

Re: [PATCH bh-ttf] Use XORG_FONT_FC_CONFDIR from font-util 1.2 to find fontconfig's confdir

2010-10-07 Thread Alan Coopersmith
Reviewed-by: Alan Coopersmith (either as-is or with Gaetan's suggested changes to Makefile.am) Jeremy Huddleston wrote: > Signed-off-by: Jeremy Huddleston > --- > Makefile.am |2 +- > configure.ac |7 --- > 2 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/Makefile

Re: [DOC] Re: java OutOfMemory building documentation

2010-10-07 Thread Jeremy Huddleston
Where did this go? I thought I saw a patch, but it's not pushed, and now I can't find it. libX11 takes 2h20m to build/install on my G5 when there are no changes: http://tinderbox.x.org/builds/2010-10-07-0019/logs/libX11/ On Oct 3, 2010, at 09:38, Alan Coopersmith wrote: Dan Nicholson wro

[PATCH] Remove the references to /etc/X*.hosts

2010-10-07 Thread Jeremy Huddleston
xhost(1) doesn't use these files, so the refernece to Xserver(1) is sufficient. Signed-off-by: Jeremy Huddleston --- xhost.man |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/xhost.man b/xhost.man index f28de0e..0e2189f 100644 --- a/xhost.man +++ b/xhost.man @@ -144,8 +

Re: [PATCH] font-util: Add a shorthand --disable-all-encodings option.

2010-10-07 Thread Rémi Cardona
Le 07/10/2010 19:47, Alan Coopersmith a écrit : > Correct. For instance, since we build the OpenSolaris/Solaris 11 font > packages per encoding, we end up having a list of all the encodings, > and disable all the ones except the one we are building for that package: > > # All the encodings define

Re: [PATCH] font-util: Add a shorthand --disable-all-encodings option.

2010-10-07 Thread Michał Górny
On Thu, 07 Oct 2010 13:09:24 -0400 Gaetan Nadon wrote: > Forgive me as I am not familiar with the font module. If I understand, > all encodings are enabled by default, > which forced you to hunt down the list of encodings to disable. With > this patch, you can control the > "default" encoding ena

Re: xhost: /etc/X*.hosts

2010-10-07 Thread Alan Coopersmith
Jeremy Huddleston wrote: > This was reported to me and I thought I should pass it along... > > xhost(1) has: > > FILES >/etc/X*.hosts > > but looking through xhost.c, I'm not sure what it's referring to... /etc/X.hosts is read by the X server at startup - xhost doesn't read or write to

Re: xhost: /etc/X*.hosts

2010-10-07 Thread Pat Kane
I see this in os/access.c from the current git tree: ... #if defined WIN32 && defined __MINGW32__ #define ETC_HOST_PREFIX "X" #else #define ETC_HOST_PREFIX "/etc/X" #endif #define ETC_HOST_SUFFIX ".hosts" fnamelen = strlen(ETC_HOST_PREFIX) + strlen(ETC_HOST_SUFFIX) + str

Re: [PATCH libX11 1/2] Add C.UTF-8 and C.ASCII locale aliases

2010-10-07 Thread Julien Cristau
On Thu, Oct 7, 2010 at 18:46:07 +0100, Jon TURNEY wrote: > Add C.UTF-8 locale as an alias for en_US.UTF-8 > Add C.ASCII locale as an alias for C > > (C.UTF-8 is the default locale for cygwin. It also exists in debian, > although I don't think it's intended for use by humans.) > > Signed-off-by

Re: xhost: /etc/X*.hosts

2010-10-07 Thread Jeremy Huddleston
On Oct 7, 2010, at 11:27, Pat Kane wrote: > Try: > man Xserver | grep /etc/X > on my Ubuntu system it gives: > > /etc/Xn.hosts Initial access control list for display number > n Ok, so then is that another instance that needs to be changed to __sysconfdir__ as well, or is

Re: xhost: /etc/X*.hosts

2010-10-07 Thread Pat Kane
Try: man Xserver | grep /etc/X on my Ubuntu system it gives: /etc/Xn.hosts Initial access control list for display number n On Thu, Oct 7, 2010 at 1:19 PM, Jeremy Huddleston wrote: > This was reported to me and I thought I should pass it along... > > xhost(1) has: > > FILES

xhost: /etc/X*.hosts

2010-10-07 Thread Jeremy Huddleston
This was reported to me and I thought I should pass it along... xhost(1) has: FILES /etc/X*.hosts but looking through xhost.c, I'm not sure what it's referring to... so do we 1) Remove it? 2) Change the /etc/ to something else like __sysconfdir__ and explain what these files are for?

Re: [PATCH modular] Process a user-supplied sub-project list.

2010-10-07 Thread Gaetan Nadon
On Thu, 2010-10-07 at 09:10 -0400, Trevor Woerner wrote: > From: Trevor Woerner > > New feature. > > Using the new "--modlist " option, the user can specify a file > which > contains a list of the sub-projects to process. The file can contain > blank > lines as well as comment lines which start

Re: [PATCH] font-util: Add a shorthand --disable-all-encodings option.

2010-10-07 Thread Alan Coopersmith
Gaetan Nadon wrote: > On Thu, 2010-10-07 at 17:31 +0200, Michał Górny wrote: >> This option is useful to disable all possible font encodings at once, >> without fine-graining the calling ebuilds for a list of encodings >> supported by each font package. >> >> The option is parsed before all other e

[PATCH libX11 2/2] Don't try so hard to find a matching font with the given encoding

2010-10-07 Thread Jon TURNEY
See http://sourceware.org/bugzilla/show_bug.cgi?id=10948 Currently, if the locale is UTF-8, no CJK fonts are installed, and someone does XCreateFontSet() with a font name of "*", we end up asking the server to list the (non-existent) fonts 11 times for each CJK encoding, which can take a while. A

[PATCH libX11 1/2] Add C.UTF-8 and C.ASCII locale aliases

2010-10-07 Thread Jon TURNEY
Add C.UTF-8 locale as an alias for en_US.UTF-8 Add C.ASCII locale as an alias for C (C.UTF-8 is the default locale for cygwin. It also exists in debian, although I don't think it's intended for use by humans.) Signed-off-by: Jon TURNEY --- nls/locale.alias.pre |2 ++ 1 files changed, 2 ins

[PATCH libX11 0/2] libX11 patches

2010-10-07 Thread Jon TURNEY
A couple of small libX11 patches Jon TURNEY (2): Add C.UTF-8 and C.ASCII locale aliases Don't try so hard to find a matching font with the given encoding modules/om/generic/omGeneric.c |2 +- nls/locale.alias.pre |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) --

Re: [PATCH 0/2 xload] Cygwin compile fixes

2010-10-07 Thread Jon TURNEY
On 05/10/2010 04:06, Yaakov (Cygwin/X) wrote: From: Yaakov Selkowitz Yaakov Selkowitz (2): Avoid excess Win32 includes on Cygwin Fix old-style function definitions on Cygwin get_load.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) Reviewed-by: Jon TURNEY Test

Re: [PATCH] font-util: Add a shorthand --disable-all-encodings option.

2010-10-07 Thread Gaetan Nadon
On Thu, 2010-10-07 at 17:31 +0200, Michał Górny wrote: > This option is useful to disable all possible font encodings at once, > without fine-graining the calling ebuilds for a list of encodings > supported by each font package. > > The option is parsed before all other encoding options, so it >

Re: [PATCH font-util] fontutil.m4: Add XORG_FONT_FC_CONFDIR to find fontconfig's confdir

2010-10-07 Thread Jeremy Huddleston
On Oct 7, 2010, at 07:30, Gaetan Nadon wrote: > On Wed, 2010-10-06 at 17:13 -0700, Jeremy Huddleston wrote: > >> Signed-off-by: Jeremy Huddleston >> --- >> fontutil.m4.in | 34 ++ >> 1 files changed, 34 insertions(+), 0 deletions(-) >> > > > Acked-by: Gaetan

[PATCH] font-util: Add a shorthand --disable-all-encodings option.

2010-10-07 Thread Michał Górny
This option is useful to disable all possible font encodings at once, without fine-graining the calling ebuilds for a list of encodings supported by each font package. The option is parsed before all other encoding options, so it basically sets defaults for all of them. Afterwards, any encoding ca

Re: [PATCH] Missing end comment in libXpm/src/parse.c

2010-10-07 Thread Alan Coopersmith
Colin Harrison wrote: > Hi, > > CVS tag removal chopped too much out in this case... > > --- ./src/save_parse.c 2010-10-07 08:45:17.0 +0100 > +++ ./src/parse.c 2010-10-07 08:53:35.0 +0100 > @@ -21,6 +21,7 @@ > * Except as contained in this notice, the name of GROUPE BULL

Re: [PATCH bh-ttf] Use XORG_FONT_FC_CONFDIR from font-util 1.2 to find fontconfig's confdir

2010-10-07 Thread Gaetan Nadon
On Wed, 2010-10-06 at 17:14 -0700, Jeremy Huddleston wrote: > Signed-off-by: Jeremy Huddleston > --- > Makefile.am |2 +- > configure.ac |7 --- > 2 files changed, 5 insertions(+), 4 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 34d9819..f1fc0cc 100644 > --- a/Mak

Re: [PATCH font-util] fontutil.m4: Add XORG_FONT_FC_CONFDIR to find fontconfig's confdir

2010-10-07 Thread Gaetan Nadon
On Wed, 2010-10-06 at 17:13 -0700, Jeremy Huddleston wrote: > Signed-off-by: Jeremy Huddleston > --- > fontutil.m4.in | 34 ++ > 1 files changed, 34 insertions(+), 0 deletions(-) > Acked-by: Gaetan Nadon My version of fontconfig (2.6) does not have the "con

[PATCH modular] Process a user-supplied sub-project list.

2010-10-07 Thread Trevor Woerner
From: Trevor Woerner New feature. Using the new "--modlist " option, the user can specify a file which contains a list of the sub-projects to process. The file can contain blank lines as well as comment lines which start with a hash mark (#). The sub-projects will be processed in the order in wh

Re: [PATCH] Missing end comment in libXpm/src/parse.c

2010-10-07 Thread Julien Cristau
On Thu, Oct 7, 2010 at 12:28:01 +0100, Colin Harrison wrote: > Hi, > > CVS tag removal chopped too much out in this case... > Fixed. Your patch was corrupted, so I had to apply manually... Cheers, Julien ___ xorg-devel@lists.x.org: X.Org development

[PATCH] Missing end comment in libXpm/src/parse.c

2010-10-07 Thread Colin Harrison
Hi, CVS tag removal chopped too much out in this case... --- ./src/save_parse.c 2010-10-07 08:45:17.0 +0100 +++ ./src/parse.c 2010-10-07 08:53:35.0 +0100 @@ -21,6 +21,7 @@ * Except as contained in this notice, the name of GROUPE BULL shall not be * used in advertising o

Re: Alt-tab key does not work in F14 and sugar-emulator #2300

2010-10-07 Thread Bernie Innocenti
On Thu, 2010-10-07 at 09:52 +0200, Simon Schampijer wrote: > Hi Sascha, > > thanks for your comments. > > On 10/06/2010 03:38 PM, Sascha Silbe wrote: > > Excerpts from Simon Schampijer's message of Wed Oct 06 15:21:29 +0200 2010: > > > >> I have been bumping into [1] [...] > > > > Just to avoid c

Re: [PATCH 1/2] DRI2: Avoid call to NULL pointer

2010-10-07 Thread Pauli Nieminen
On 07/10/10 00:42 +0200, ext Mario Kleiner wrote: > On Oct 6, 2010, at 1:05 PM, Pauli Nieminen wrote: > > > DDX driver may implement schedule swap without GetMSC. In that case we > > can't call GetMSC in DRI2SwapBuffers. > > > > I don't think this check is neccessary. Afaik if the ds->GetMSC entr

Re: [PATCH 2/2] DRI2: Add error message when working around driver bug

2010-10-07 Thread Pauli Nieminen
On 07/10/10 00:35 +0200, ext Mario Kleiner wrote: > On Oct 6, 2010, at 1:05 PM, Pauli Nieminen wrote: > > > There isn't API that allows application atomically query for msc > > changes > > and schedule swaps. If msc changes dramatically between query and > > scheduling application would schedule