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

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



Tag 'libxi-1_1.1.0-1' created by Julien Cristau <jcristau@debian.org> at 2007-02-09 11:42 +0100

Tagging upload of libxi 1:1.1.0-1 to experimental.

Changes since 1_1.0.1-4:
Adam Jackson:
      Bug #6286: Fix build on Cygwin. (Yaakov Selkowitz)
      Bump to 1.0.1

Alan Coopersmith:
      Autotool libXi
      spell freedesktop.org correctly
      Use sed to put version number in man page Add shadow man pages for man
      Add generated man pages to .cvsignores
      Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
      Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
      Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
      renamed: .cvsignore -> .gitignore

Daniel Stone:
      Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles.
      Set soversion to 6.0.0 using -version-number.
      Mass reindent. Sorry.
      fix indentation on function declarations
      remove ChangeLog, add dist hook
      add sensible DEVICE_TOUCHSCREEN and DEVICE_CORE controls
      add DevicePresenceNotify event
      bump version to 1.1.0, require inputproto 1.4
      Merge branch 'input-hotplug'
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXi
      add DEVICE_ENABLE control, add iscore to DEVICE_CORE
      re-enable iscore in DEVICE_CORE, re-enable DEVICE_ENABLE

Drew Parsons:
      Bug 7855/Patch 6530: incorrect manpage section suffix

Egbert Eich:
      Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
      readding XFree86's cvs IDs
      Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
      Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
      Merging XORG-CURRENT into trunk

Jamey Sharp:
      Add *.o to .gitignore.
      Don't call XInput_find_display in _XiGetExtensionVersion, while the Display lock is held.
      Don't call XInput_find_display in _XiCheckExtInit, while the Display lock is held.

Julien Cristau:
      * Adjust Section values to what the override says.
      Merge branch 'upstream-experimental' into debian-experimental
      Merge branch 'upstream-experimental' into debian-experimental
      New upstream release (libXi 1.1.0).
      Add copy of xsfbs.
      Drop patches applied upstream.
        + Bump (build-)dependency on x11proto-input-dev to >= 1.4.
      autoreconf
      Add and install the upstream changelog.
      * Add XS-Vcs-Git header in debian/control.
      libxi-dev doesn't actually need a newer version of the protocol headers.
      Prepare changelog for upload to experimental.

Kaleb Keithley:
      R6.6 is the Xorg base-line
      Initial revision
      XFree86 4.3.0.1
      XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Keith Packard:
      Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory

Kevin E Martin:
      Various changes preparing packages for RC0:
      Added missing file to EXTRA_DIST
      Update package version number for RC1 release.
      Update pkgconfig files to separate library build-time dependencies from
      Add check and cflags for malloc(0) returning NULL.
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Update package version number for final X11R7 release candidate.

Søren Sandmann Pedersen:
      xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove

Zephaniah E. Hull:
      Comment out DEVICE_ENABLE, and use of iscore in the DEVICE_CORE control.

---
 .gitignore                                                                    |   19 
 COPYING                                                                       |    2 
 ChangeLog                                                                     |  369 ++
 Makefile.am                                                                   |   13 
 Makefile.in                                                                   |   18 
 aclocal.m4                                                                    |  127 
 config.guess                                                                  |  667 ++---
 config.sub                                                                    |  222 +
 configure                                                                     | 1272 ++--------
 configure.ac                                                                  |    4 
 debian/changelog                                                              |   13 
 debian/control                                                                |   18 
 debian/patches/00_upstream_000_XInput_find_display-XiGetExtensionVersion.diff |   66 
 debian/patches/00_upstream_001_XInput_find_display-XiCheckExtInit.diff        |  418 ---
 debian/patches/10_manpage_section.diff                                        |  492 ---
 debian/patches/series                                                         |    3 
 debian/rules                                                                  |    2 
 debian/xsfbs/xsfbs-autoreconf.mk                                              |  150 +
 debian/xsfbs/xsfbs.mk                                                         |  359 ++
 debian/xsfbs/xsfbs.sh                                                         |  907 +++++++
 ltmain.sh                                                                     |   12 
 man/.gitignore                                                                |    3 
 man/Makefile.am                                                               |    4 
 man/Makefile.in                                                               |   18 
 man/XAllowDeviceEvents.man                                                    |    4 
 man/XChangeDeviceDontPropagateList.man                                        |    2 
 man/XChangeKeyboardDevice.man                                                 |    2 
 man/XChangePointerDevice.man                                                  |    2 
 man/XDeviceBell.man                                                           |    6 
 man/XGetDeviceControl.man                                                     |    2 
 man/XGetDeviceKeyMapping.man                                                  |    6 
 man/XGetDeviceModifierMapping.man                                             |    6 
 man/XGetDeviceMotionEvents.man                                                |    2 
 man/XGetExtensionVersion.man                                                  |    2 
 man/XGetFeedbackControl.man                                                   |    2 
 man/XGrabDevice.man                                                           |    8 
 man/XGrabDeviceButton.man                                                     |    8 
 man/XGrabDeviceKey.man                                                        |    8 
 man/XListInputDevices.man                                                     |    2 
 man/XOpenDevice.man                                                           |    2 
 man/XQueryDeviceState.man                                                     |    2 
 man/XSelectExtensionEvent.man                                                 |    2 
 man/XSendExtensionEvent.man                                                   |    4 
 man/XSetDeviceButtonMapping.man                                               |    8 
 man/XSetDeviceFocus.man                                                       |    2 
 man/XSetDeviceMode.man                                                        |    2 
 man/XSetDeviceValuators.man                                                   |    2 
 mkinstalldirs                                                                 |   89 
 src/.gitignore                                                                |   10 
 src/Makefile.am                                                               |    2 
 src/Makefile.in                                                               |    2 
 src/XAllowDv.c                                                                |    2 
 src/XChgDCtl.c                                                                |  100 
 src/XChgFCtl.c                                                                |    2 
 src/XChgKMap.c                                                                |    2 
 src/XChgKbd.c                                                                 |    2 
 src/XChgPnt.c                                                                 |    2 
 src/XChgProp.c                                                                |    2 
 src/XCloseDev.c                                                               |    2 
 src/XDevBell.c                                                                |    2 
 src/XExtInt.c                                                                 |   34 
 src/XGMotion.c                                                                |    9 
 src/XGetBMap.c                                                                |    2 
 src/XGetDCtl.c                                                                |   85 
 src/XGetFCtl.c                                                                |   14 
 src/XGetKMap.c                                                                |    2 
 src/XGetMMap.c                                                                |   11 
 src/XGetProp.c                                                                |   15 
 src/XGetVers.c                                                                |    8 
 src/XGrDvBut.c                                                                |    2 
 src/XGrDvKey.c                                                                |    2 
 src/XGrabDev.c                                                                |    2 
 src/XGtFocus.c                                                                |    2 
 src/XGtSelect.c                                                               |    2 
 src/XIint.h                                                                   |    4 
 src/XListDev.c                                                                |   11 
 src/XOpenDev.c                                                                |   11 
 src/XQueryDv.c                                                                |   11 
 src/XSelect.c                                                                 |    2 
 src/XSetBMap.c                                                                |    2 
 src/XSetDVal.c                                                                |    2 
 src/XSetMMap.c                                                                |    2 
 src/XSetMode.c                                                                |    2 
 src/XSndExEv.c                                                                |    2 
 src/XUngrDev.c                                                                |    2 
 src/XUngrDvB.c                                                                |    2 
 src/XUngrDvK.c                                                                |    2 
 87 files changed, 3216 insertions(+), 2512 deletions(-)
---



Reply to: