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

libxi: Changes to 'refs/tags/libxi-2_1.4.99.1-1'



Tag 'libxi-2_1.4.99.1-1' created by Cyril Brulebois <kibi@debian.org> at 2011-12-15 23:27 +0000

Tagging upload of libxi 2:1.4.99.1-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk7qglYACgkQeGfVPHR5Nd2tdwCgiglHD9PPOWVZwTW4TNk/1V1d
urYAoJiFu2TjOh9ZpKLtafObNDoGEmF3
=CfzJ
-----END PGP SIGNATURE-----

Changes since libxi-2_1.4.3-3:
Alan Coopersmith (3):
      Move Xinput server API documentation from libXi to xserver
      Fix the FIXME output in man page .TH macros generated by asciidoc
      Make shadow man pages generated by asciidoc work with Solaris man

Cyril Brulebois (8):
      Merge branch 'upstream-unstable' into debian-experimental
      Merge branch 'debian-unstable' into debian-experimental
      Bump changelogs.
      Update build dependencies accordingly.
      Update libxi-dev.install: specs/ and docs/ have been merged.
      Don't install *.db yet.
      Add -c4 to dh_makeshlibs.
      Upload to experimental.

Gaetan Nadon (13):
      Documentation: add Docbook external references support
      make: remove unneeded AM_V_GEN silent rule directive.
      make: use AM_V_at rather than AM_V_GEN to prefix the mv command
      Install target dbs alongside generated documents
      Install xml versions of specs even if HAVE_XMLTO is false
      docbook.am: global maintenance update - entities, images and olinking
      docbook.am: embed css styles inside the HTML HEAD element
      docs: remove <productnumber> which is not used by default
      docs: use the &fullrelvers; entity to set X11 release information
      inputlib: fix copyright statements
      inputlib: prefix 1.0 with the word Version
      inputlib: restore original title "X Input Device Extension Library"
      specs: refactor and complete copyright legal text

Jeremy Huddleston (1):
      Use AM_CPPFLAGS to use in tree headers before installed headers

Matt Dew (2):
      Add id attributes to funcsynopsis to allow other docs to olink to them.
      1 - fix the capitalization of the ID attriutes to match either the

Matthieu Herrb (1):
      Fix XISelectEvents on 64 bits, strict alignement architectures.

Peter Hutterer (27):
      Allocate enough memory for raw events + extra data.
      XIChangeHierarchy: Return Success early if no actual changes are requested.
      Remove a few unused assignments.
      man: fix typo, layout in XGetExtensionVersion.man
      Silence compiler warning in XListDProp.c
      Silence compiler warning due to differnent event conversion procs
      man: fix missing comma in XIGrabEnter man page
      Use Data, not Data32 in XIPassiveGrabDevice
      man: Fix wrong event names in XIGrabButton.
      man: Fix typo in XIChangeProperty
      Bump to 1.4.99
      man: Fix formatting in XGetFeedbackControl
      Add XI2 library-internal array offsets to XIint.h
      Don't use the protocol defines for 2.0 versioning.
      Handle unknown device classes.
      man: fix typo in XIQueryDevice man page
      man: update property and grab man pages for new constants
      Handle unknown device classes.
      man: fix typo in XIQueryDevice man page
      man: update property and grab man pages for new constants
      Require inputproto 2.0.99.1 or later
      Support XI 2.1 internally
      Support XI 2.1 XIScrollClass
      Merge branch 'smooth-scrolling'
      Use a separate nclasses variable in XIQueryDevice
      Remove superfluous assignment of lib->classes in XIQueryDevices.
      Bump to 1.4.99.1

---
 ChangeLog                        |  516 ++++++++++++++++
 Makefile.am                      |    2 
 configure.ac                     |   17 
 debian/changelog                 |   13 
 debian/control                   |    7 
 debian/libxi-dev.install         |    6 
 debian/rules                     |    3 
 doc/.gitignore                   |    4 
 doc/Makefile.am                  |   63 --
 doc/porting.xml                  | 1209 ---------------------------------------
 docbook.am                       |  105 +++
 include/X11/extensions/XInput2.h |   11 
 man/Makefile.am                  |   15 
 man/XGetFeedbackControl.txt      |   55 -
 man/XIChangeProperty.txt         |   16 
 man/XIGrabButton.txt             |   13 
 man/XIGrabDevice.txt             |   15 
 man/XIGrabEnter.txt              |   13 
 man/XIQueryDevice.txt            |   41 +
 specs/.gitignore                 |    1 
 specs/Makefile.am                |   65 --
 specs/encoding.xml               |    2 
 specs/inputlib.xml               |   47 -
 specs/library.xml                |  446 +++++++-------
 src/Makefile.am                  |    9 
 src/XExtInt.c                    |   77 ++
 src/XIQueryDevice.c              |   12 
 src/XIint.h                      |   15 
 src/XListDProp.c                 |    2 
 src/XSndExEv.c                   |   11 
 30 files changed, 1123 insertions(+), 1688 deletions(-)
---


Reply to: