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
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
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
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
> ---
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
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
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 +
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
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
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
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
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
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
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
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?
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
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
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
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
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(-)
--
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
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
>
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
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
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
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
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
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
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
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
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
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
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
33 matches
Mail list logo