[ANNOUNCE] xorg-server 1.7.99.901

2010-02-12 Thread Keith Packard

Here's the first release candidate for X server version 1.8. This
release is on track to be finalized at the end of March.

Aaron Plattner (2):
  DRI2: Allow multiple driver names.
  DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API changes.

Aaron Zang (1):
  Solaris: Avoid switching to inactive VT's

Adam Jackson (1):
  modes: Remove the ClockRanges type

Adam Tkac (1):
  Do not define members of include/eventstr.h:EventType enum conditionally.

Alan Coopersmith (6):
  CloseDevice: call XkbRemoveResourceClient before freeing key class struct
  Move OS-specific VT key handler code from common to os-support
  Only enable kdrive input drivers on Linux by default
  glx: Sun compilers now support some gcc __attribute__ values
  Remove unbalanced ( from failure to move log error
  Avoid segfaults in XF86VidMode GammaRamp functions if randr_crtc is NULL

Benjamin Tissoires (1):
  Add labels for multitouch valuators

Christian Zander (1):
  x86emu: Respect the LEA 67h address size prefix.

Colin Harrison (3):
  Xming: Always update the Windows title Unicode (wide-character) in 
-multiwindow mode.
  Xming: Add a manifest file
  Xming: Use 8 point font for URL in About dialog

Dan Nicholson (12):
  xfree86: Unexport configuration file symbols
  xfree86: Use xorg.conf.d directory for multiple config files
  xfree86: Allow config directory to be specified on command line
  xfree86: Support non-Option boolean entries in configuration
  config: Introduce InputAttributes in NewInputDeviceRequest
  xfree86: Introduce InputClass configuration
  Don't use AC_CHECK_FILE for fontpath checks when cross compiling
  xfree86: Make InputClass docs and comments match reality
  xfree86: Handle config files ending without newline
  xfree86: Use Ignore option in InputClass to skip devices
  xfree86: Allow multiple arguments to InputClass matches
  xfree86: Set fnmatch pathname flag for InputClass device matching

Eric Anholt (1):
  dri2: Fix order of operations issue in __glXdriSwapEvent test.

Gaetan Nadon (8):
  xwin: ignore intermediate .man file
  macros: use PKG_CONFIG variable rather than executable name
  configure: use backticks rather than $() for commands
  kdrive: klinux.h breaks make dist
  config: replace custom code with reusable macro XORG_WITH_DOXYGEN
  packaging: provide a default README file #24206
  man: add missing __datadir__ for Xserver XWin man pages
  doc: finish the removal of SecurityPolicy file man pages

Horst Wente (1):
  xkb: make ctrl+alt+keypad + / ctrl+alt+keypad - work again (#25743)

Jeremy Huddleston (6):
  XQuartz: Setup the modifier map in the quartz thread
  XQuartz: Update copyright in bundle for 2010
  XQuartz: Don't FatalError in x_hook_run if the list is empty
  XQuartz: Add some .gitignore magic
  XQuartz: Dead code removal
  XQuartz: Attatch a stub display when CoreGraphics reports no displays.

Jesse Barnes (4):
  DRI2: add support for new DRI2 protocol requests
  GLX/DRI2: add INTEL_swap_event support
  xserver: require libdri 7.8.0 to build
  DRI2: handle drawable destruction properly at DRI2SwapComplete time

Jon TURNEY (12):
  Cygwin/X: Respect the system's ownership of the clipping region
  Cygwin/X: Window placement refinement for multiwindow mode
  Cygwin/X: Tidy up system.Xwinrc
  Cygwin/X: Copy the state of the Windows keyboard device to the Virtual 
Core Keyboard at startup.
  Cygwin/X: XSupportsLocale() failure is non-critical
  Cygwin/X: Update DDX specific -help text
  Cygwin/X: Update XWin man page
  Cygwin/X: Discourage other WMs in multiwindow mode
  Cygwin/X: Make transient windows resizable again
  Repair '-nolock'
  Cygwin/X: Avoid cursor size log spam
  Cygwin/X: Avoid a collision between DEBUG and a token name

Julien Cristau (3):
  test/xi2: fix maximum max_keycode (bug#25492)
  config: add libudev input-hotplug backend
  main: move config_init() after InitInput()

Keith Packard (3):
  Bump to 1.7.99.3 (unreleased)
  Revert dix: EventToCore needs to copy the root window too.
  Bump to 1.7.99.901 -- 1.8 RC1

Kok, Auke (1):
  xserver: Add timestamps to logfile output.

Michael Vogt (1):
  xfree86/modes: only call gamma_set if its non NULL

Michel Dänzer (8):
  EXA/mixed: Don't clear deferred status of pixmaps if migration is limited.
  EXA: Allow optimized migration to be enabled with mixed pixmaps.
  EXA: Use relevant source region to minimize migration on CopyWindow 
fallbacks.
  EXA/classic: Fix crash with migration heuristic smart.
  EXA: Fix migration avoidance for 1x1 pixmaps.
  EXA/mixed: Handle results of software fallbacks in DamageReport hook.
  EXA: Don't use UTS/DFS directly for Put/GetImage when there's a system 
copy.
  EXA: Restore 

[ANNOUNCE] xorg-server 1.7.99.901

2010-02-12 Thread Keith Packard

Here's the first release candidate for X server version 1.8. This
release is on track to be finalized at the end of March.

Aaron Plattner (2):
  DRI2: Allow multiple driver names.
  DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API changes.

Aaron Zang (1):
  Solaris: Avoid switching to inactive VT's

Adam Jackson (1):
  modes: Remove the ClockRanges type

Adam Tkac (1):
  Do not define members of include/eventstr.h:EventType enum conditionally.

Alan Coopersmith (6):
  CloseDevice: call XkbRemoveResourceClient before freeing key class struct
  Move OS-specific VT key handler code from common to os-support
  Only enable kdrive input drivers on Linux by default
  glx: Sun compilers now support some gcc __attribute__ values
  Remove unbalanced ( from failure to move log error
  Avoid segfaults in XF86VidMode GammaRamp functions if randr_crtc is NULL

Benjamin Tissoires (1):
  Add labels for multitouch valuators

Christian Zander (1):
  x86emu: Respect the LEA 67h address size prefix.

Colin Harrison (3):
  Xming: Always update the Windows title Unicode (wide-character) in 
-multiwindow mode.
  Xming: Add a manifest file
  Xming: Use 8 point font for URL in About dialog

Dan Nicholson (12):
  xfree86: Unexport configuration file symbols
  xfree86: Use xorg.conf.d directory for multiple config files
  xfree86: Allow config directory to be specified on command line
  xfree86: Support non-Option boolean entries in configuration
  config: Introduce InputAttributes in NewInputDeviceRequest
  xfree86: Introduce InputClass configuration
  Don't use AC_CHECK_FILE for fontpath checks when cross compiling
  xfree86: Make InputClass docs and comments match reality
  xfree86: Handle config files ending without newline
  xfree86: Use Ignore option in InputClass to skip devices
  xfree86: Allow multiple arguments to InputClass matches
  xfree86: Set fnmatch pathname flag for InputClass device matching

Eric Anholt (1):
  dri2: Fix order of operations issue in __glXdriSwapEvent test.

Gaetan Nadon (8):
  xwin: ignore intermediate .man file
  macros: use PKG_CONFIG variable rather than executable name
  configure: use backticks rather than $() for commands
  kdrive: klinux.h breaks make dist
  config: replace custom code with reusable macro XORG_WITH_DOXYGEN
  packaging: provide a default README file #24206
  man: add missing __datadir__ for Xserver XWin man pages
  doc: finish the removal of SecurityPolicy file man pages

Horst Wente (1):
  xkb: make ctrl+alt+keypad + / ctrl+alt+keypad - work again (#25743)

Jeremy Huddleston (6):
  XQuartz: Setup the modifier map in the quartz thread
  XQuartz: Update copyright in bundle for 2010
  XQuartz: Don't FatalError in x_hook_run if the list is empty
  XQuartz: Add some .gitignore magic
  XQuartz: Dead code removal
  XQuartz: Attatch a stub display when CoreGraphics reports no displays.

Jesse Barnes (4):
  DRI2: add support for new DRI2 protocol requests
  GLX/DRI2: add INTEL_swap_event support
  xserver: require libdri 7.8.0 to build
  DRI2: handle drawable destruction properly at DRI2SwapComplete time

Jon TURNEY (12):
  Cygwin/X: Respect the system's ownership of the clipping region
  Cygwin/X: Window placement refinement for multiwindow mode
  Cygwin/X: Tidy up system.Xwinrc
  Cygwin/X: Copy the state of the Windows keyboard device to the Virtual 
Core Keyboard at startup.
  Cygwin/X: XSupportsLocale() failure is non-critical
  Cygwin/X: Update DDX specific -help text
  Cygwin/X: Update XWin man page
  Cygwin/X: Discourage other WMs in multiwindow mode
  Cygwin/X: Make transient windows resizable again
  Repair '-nolock'
  Cygwin/X: Avoid cursor size log spam
  Cygwin/X: Avoid a collision between DEBUG and a token name

Julien Cristau (3):
  test/xi2: fix maximum max_keycode (bug#25492)
  config: add libudev input-hotplug backend
  main: move config_init() after InitInput()

Keith Packard (3):
  Bump to 1.7.99.3 (unreleased)
  Revert dix: EventToCore needs to copy the root window too.
  Bump to 1.7.99.901 -- 1.8 RC1

Kok, Auke (1):
  xserver: Add timestamps to logfile output.

Michael Vogt (1):
  xfree86/modes: only call gamma_set if its non NULL

Michel Dänzer (8):
  EXA/mixed: Don't clear deferred status of pixmaps if migration is limited.
  EXA: Allow optimized migration to be enabled with mixed pixmaps.
  EXA: Use relevant source region to minimize migration on CopyWindow 
fallbacks.
  EXA/classic: Fix crash with migration heuristic smart.
  EXA: Fix migration avoidance for 1x1 pixmaps.
  EXA/mixed: Handle results of software fallbacks in DamageReport hook.
  EXA: Don't use UTS/DFS directly for Put/GetImage when there's a system 
copy.
  EXA: Restore 

Re: [ANNOUNCE] xorg-server 1.7.99.901

2010-02-12 Thread Stephan Raue

Hi all,

please dont forget to include these 2 patches:

http://lists.freedesktop.org/archives/xorg/2009-December/048500.html
http://lists.freedesktop.org/archives/xorg-devel/2010-January/004985.html

both fixes the issues

greetings

Stephan

Am 12.02.2010 23:02, schrieb Keith Packard:

Here's the first release candidate for X server version 1.8. This
release is on track to be finalized at the end of March.

Aaron Plattner (2):
   DRI2: Allow multiple driver names.
   DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API 
changes.

Aaron Zang (1):
   Solaris: Avoid switching to inactive VT's

Adam Jackson (1):
   modes: Remove the ClockRanges type

Adam Tkac (1):
   Do not define members of include/eventstr.h:EventType enum conditionally.

Alan Coopersmith (6):
   CloseDevice: call XkbRemoveResourceClient before freeing key class struct
   Move OS-specific VT key handler code from common to os-support
   Only enable kdrive input drivers on Linux by default
   glx: Sun compilers now support some gcc __attribute__ values
   Remove unbalanced ( from failure to move log error
   Avoid segfaults in XF86VidMode GammaRamp functions if randr_crtc is NULL

Benjamin Tissoires (1):
   Add labels for multitouch valuators

Christian Zander (1):
   x86emu: Respect the LEA 67h address size prefix.

Colin Harrison (3):
   Xming: Always update the Windows title Unicode (wide-character) in 
-multiwindow mode.
   Xming: Add a manifest file
   Xming: Use 8 point font for URL in About dialog

Dan Nicholson (12):
   xfree86: Unexport configuration file symbols
   xfree86: Use xorg.conf.d directory for multiple config files
   xfree86: Allow config directory to be specified on command line
   xfree86: Support non-Option boolean entries in configuration
   config: Introduce InputAttributes in NewInputDeviceRequest
   xfree86: Introduce InputClass configuration
   Don't use AC_CHECK_FILE for fontpath checks when cross compiling
   xfree86: Make InputClass docs and comments match reality
   xfree86: Handle config files ending without newline
   xfree86: Use Ignore option in InputClass to skip devices
   xfree86: Allow multiple arguments to InputClass matches
   xfree86: Set fnmatch pathname flag for InputClass device matching

Eric Anholt (1):
   dri2: Fix order of operations issue in __glXdriSwapEvent test.

Gaetan Nadon (8):
   xwin: ignore intermediate .man file
   macros: use PKG_CONFIG variable rather than executable name
   configure: use backticks rather than $() for commands
   kdrive: klinux.h breaks make dist
   config: replace custom code with reusable macro XORG_WITH_DOXYGEN
   packaging: provide a default README file #24206
   man: add missing __datadir__ for Xserver XWin man pages
   doc: finish the removal of SecurityPolicy file man pages

Horst Wente (1):
   xkb: make ctrl+alt+keypad + / ctrl+alt+keypad - work again (#25743)

Jeremy Huddleston (6):
   XQuartz: Setup the modifier map in the quartz thread
   XQuartz: Update copyright in bundle for 2010
   XQuartz: Don't FatalError in x_hook_run if the list is empty
   XQuartz: Add some .gitignore magic
   XQuartz: Dead code removal
   XQuartz: Attatch a stub display when CoreGraphics reports no displays.

Jesse Barnes (4):
   DRI2: add support for new DRI2 protocol requests
   GLX/DRI2: add INTEL_swap_event support
   xserver: require libdri 7.8.0 to build
   DRI2: handle drawable destruction properly at DRI2SwapComplete time

Jon TURNEY (12):
   Cygwin/X: Respect the system's ownership of the clipping region
   Cygwin/X: Window placement refinement for multiwindow mode
   Cygwin/X: Tidy up system.Xwinrc
   Cygwin/X: Copy the state of the Windows keyboard device to the Virtual 
Core Keyboard at startup.
   Cygwin/X: XSupportsLocale() failure is non-critical
   Cygwin/X: Update DDX specific -help text
   Cygwin/X: Update XWin man page
   Cygwin/X: Discourage other WMs in multiwindow mode
   Cygwin/X: Make transient windows resizable again
   Repair '-nolock'
   Cygwin/X: Avoid cursor size log spam
   Cygwin/X: Avoid a collision between DEBUG and a token name

Julien Cristau (3):
   test/xi2: fix maximum max_keycode (bug#25492)
   config: add libudev input-hotplug backend
   main: move config_init() after InitInput()

Keith Packard (3):
   Bump to 1.7.99.3 (unreleased)
   Revert dix: EventToCore needs to copy the root window too.
   Bump to 1.7.99.901 -- 1.8 RC1

Kok, Auke (1):
   xserver: Add timestamps to logfile output.

Michael Vogt (1):
   xfree86/modes: only call gamma_set if its non NULL

Michel Dänzer (8):
   EXA/mixed: Don't clear deferred status of pixmaps if migration is 
limited.
   EXA: Allow optimized migration to be enabled with mixed pixmaps.
   EXA: Use 

Re: [ANNOUNCE] xorg-server 1.7.99.901

2010-02-12 Thread Dan Nicholson
On Fri, Feb 12, 2010 at 5:57 PM, Stephan Raue mailingli...@openelec.tv wrote:
 Hi all,

 please dont forget to include these 2 patches:

 http://lists.freedesktop.org/archives/xorg/2009-December/048500.html
 http://lists.freedesktop.org/archives/xorg-devel/2010-January/004985.html

I think they're both in:

   Don't use AC_CHECK_FILE for fontpath checks when cross compiling
   xfree86: Handle config files ending without newline

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xorg-server 1.7.99.901

2010-02-12 Thread Stephan Raue
i see this now, funny 4 days ago i have tested git, the first patch was 
not there :-)

thank you Dan

Stephan

Am 13.02.2010 07:14, schrieb Dan Nicholson:
 On Fri, Feb 12, 2010 at 5:57 PM, Stephan Rauemailingli...@openelec.tv  
 wrote:

 Hi all,

 please dont forget to include these 2 patches:

 http://lists.freedesktop.org/archives/xorg/2009-December/048500.html
 http://lists.freedesktop.org/archives/xorg-devel/2010-January/004985.html
  
 I think they're both in:


Don't use AC_CHECK_FILE for fontpath checks when cross compiling
xfree86: Handle config files ending without newline
  
 --
 Dan




-- 
   ### OpenELEC.tv ###
The free and open Mediacenter Distribution 4 you
  http://www.openelec.tv

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg