Re: FOSDEM2013: DevRoom or not?

2012-12-26 Thread David Herrmann
Hi Michael On Sat, Dec 1, 2012 at 3:54 AM, Michael Hasselmann micha...@openismus.com wrote: On Fri, 2012-09-28 at 23:51 +0200, Luc Verhaegen wrote: We still have, i hope (depends on what the FOSDEM organizers have left for us), 6 slots fully open: first come first serve, and the earlier bird

[PATCH:libxtrans] Remove unused TLI (STREAMSCONN) code from xtrans

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. All known platforms with TLI/XTI support that X11R7 later releases run on also have (and mostly prefer) BSD socket support for their networking API. Signed-off-by: Alan Coopersmith

[PATCH:xdm 3/4] Remove unused NCR/Wollongong TCP (WINTCP) code from xdm

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. Was only used with an ancient SVR3 variant from NCR, with the TCP stack addon from Wollongong (now a long forgotten part of Attachmate). Mostly performed via unifdef -UWINTCP followed by

[PATCH:xdm 2/4] Remove unused DECnet (DNETCONN) code from xdm

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. DNETCONN support was removed from xtrans back in 2008. Mostly performed via unifdef -UDNETCONN followed by imdent, and then manual cleanup. Signed-off-by: Alan Coopersmith

[PATCH:xdm 4/4] Remove old Interactive Unix (ISC) code from xdm

2012-12-26 Thread Alan Coopersmith
Interactive Systems Corp (ISC) made a SVR3 port for i386 systems. It was purchased by Sun in 1992 to beef up Solaris x86 support. Sun ended sales of ISC Unix in 2001, and ended support in 2006. Mostly performed via unifdef -UISC followed by imdent, and then manual cleanup. Signed-off-by: Alan

[PATCH:xdm 1/4] Remove unused TLI (STREAMSCONN) code from xdm

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. All known platforms with TLI/XTI support that X11R7 later releases run on also have (and mostly prefer) BSD socket support for their networking API. Mostly performed via unifdef

[PATCH:libX11 1/3] Tell clang not to report -Wpadded warnings on public headers we can't fix

2012-12-26 Thread Alan Coopersmith
Better to silence the compiler warning than break ABI. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- include/X11/Xcms.h| 12 include/X11/Xlib.h| 12 include/X11/Xlibint.h | 12 include/X11/Xutil.h | 12 4

[PATCH:libX11 2/3] Remove unused TLI (STREAMSCONN) code from Xlib

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. All known platforms with TLI/XTI support that X11R7 later releases run on also have (and mostly prefer) BSD socket support for their networking API. Signed-off-by: Alan Coopersmith

[PATCH:libX11 3/3] Remove unused DECnet (DNETCONN) code from Xlib

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. DNETCONN support was removed from xtrans back in 2008. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- modules/im/ximcp/imTransR.c |3 --- src/xlibi18n/XimTrInt.h |

[PATCH:xauth 2/2] Remove unused DECnet (DNETCONN) code from xauth

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. DNETCONN support was removed from xtrans back in 2008. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- gethost.c | 50 -- 1

[PATCH:xauth 1/2] Remove unused TLI (STREAMSCONN) code from xauth

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. All known platforms with TLI/XTI support that X11R7 later releases run on also have (and mostly prefer) BSD socket support for their networking API. And as the comment notes, it never worked

[PATCH:xhost 2/2] Remove unused TLI (STREAMSCONN) code from xhost

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. All known platforms with TLI/XTI support that X11R7 later releases run on also have (and mostly prefer) BSD socket support for their networking API. Signed-off-by: Alan Coopersmith

[PATCH:xhost 1/2] Remove unused DECnet (DNETCONN) code from xhost

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. DNETCONN support was removed from xtrans back in 2008. Performed via unifdef -UDNETCONN. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- xhost.c | 70

[PATCH:libXmu] Remove unused DECnet (DNETCONN) code from XmuConvertStandardSelection

2012-12-26 Thread Alan Coopersmith
Has never been converted to build in modular builds, so has been unusable since X11R7.0 release in 2005. DNETCONN support was removed from xtrans back in 2008. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- src/CvtStdSel.c | 18 +++--- 1 file changed, 3

Re: [PATCH xrandr] xrandr: print primary output

2012-12-26 Thread Pierre-Loup A. Griffais
Ping; anyone feel like merging this? Thanks, - Pierre-Loup On 12/19/2012 12:35 PM, Pierre-Loup A. Griffais wrote: I could have sworn there was a change to do that in the wild already, but I couldn't find it. Thanks, - Pierre-Loup ___