[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-mouse: Changes to 'refs/tags/xserver-xorg-input-mouse-1_1.6.99.901-1'



Tag 'xserver-xorg-input-mouse-1_1.6.99.901-1' created by Cyril Brulebois <kibi@debian.org> at 2011-02-21 01:20 +0000

Tagging upload of xserver-xorg-input-mouse 1:1.6.99.901-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk1hvfYACgkQeGfVPHR5Nd2ttgCgyaDlnyGFtvVDXAwDTb/pkBo7
dj0An3B2H4RStE8fIOh4WVWvP1sKgrGq
=QgPT
-----END PGP SIGNATURE-----

Changes since xserver-xorg-input-mouse-1_1.6.0-3:
Alan Coopersmith (1):
      Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInits

Cyril Brulebois (3):
      Merge branch 'upstream-unstable' into debian-unstable
      Bump changelogs.
      Upload to unstable.

Peter Hutterer (34):
      Replace libc wrappers to xcalloc and friends with libc calls.
      Remove unused declaration of MouseUnInit.
      Remove out-of-date comment.
      XI86_POINTER_CAPABLE is gone from the server.
      Replace LocalDevicePtr with InputInfoPtr.
      Don't try to call conversion_proc anymore.
      Remove refcnt field from InputDriverRec.
      Assume ABI_XINPUT_VERSION 4 or higher.
      Remove unused define NEED_X86_TYPES.
      Remove includes for protocol headers.
      Remove if 0'd out model.
      Remove a bunch of unnecessary log prints.
      Remove unused branch from if 1 condition.
      De-duplicate Option "Device" handling.
      Use single exit path for PreInit.
      Move protocol ID detection into a separate function.
      Remove convoluted do { } while loop.
      Move a statement down to have all allocations close together.
      Remove a bunch of unused fields from the MouseRec.
      Rename xf86OSmouse.h to mouse.h
      Remove random History comment.
      Rename xf86OSMouseInit to OSMouseInit.
      Remove write-only field mouseFlags.
      Use pInfo->options instead of conf-idev.
      ABI 12 requires per-valuator modes.
      Adjust to new Input ABI 12.
      Bump to 1.6.99
      man: remove mention of core pointer.
      man: add mention of xorg.conf.d snippet
      man: README.mouse is just README
      man: fix typo "Auto platform" → "Auto protocol"
      man: protocol option isn't mandatory, it's platform-specific.
      man: ClearDTR and ClearRTS are handled by the X server.
      mouse 1.6.99.901

Samuel Thibault (3):
      Fix mouse data buffering
      Fix build warning
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-mouse

---
 ChangeLog         |  421 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac      |    2 
 debian/changelog  |    6 
 man/mousedrv.man  |   27 +--
 src/Makefile.am   |    1 
 src/bsd_mouse.c   |   44 ++---
 src/hurd_mouse.c  |   22 +-
 src/lnx_mouse.c   |   20 +-
 src/mouse.c       |  433 +++++++++++++++++++++++-------------------------------
 src/mouse.h       |  260 +++++++++++++++++++++++++++++++-
 src/pnp.c         |    1 
 src/sun_mouse.c   |   60 +++----
 src/xf86OSmouse.h |  274 ----------------------------------
 13 files changed, 957 insertions(+), 614 deletions(-)
---


Reply to: