.gitignore                |    1 +
 ChangeLog                 |   20 ++++++++++++++++++++
 config.guess              |    6 +++---
 config.sub                |   10 +++++++---
 configure                 |   20 ++++++++++----------
 configure.ac              |    2 +-
 debian/changelog          |    5 +++--
 man/XListInputDevices.man |    4 ++--
 8 files changed, 47 insertions(+), 21 deletions(-)

New commits:
commit a9d315c9f1d4812fa8f206db1ff45a5b771916f0
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 01:45:40 2007 +0200

    Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index a5d5655..1e9a95b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxi (2:1.1.3-1) UNRELEASED; urgency=low
+libxi (2:1.1.3-1) unstable; urgency=low
 
   * Add upstream URL to debian/copyright.
   * New upstream release.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 01:43:43 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 01:45:30 +0200
 
 libxi (2:1.1.2-1) unstable; urgency=low
 

commit f167694b1e260b57a4826d3f8ba4f82658ff30f5
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 01:45:10 2007 +0200

    Update changelogs for new upstream.

diff --git a/ChangeLog b/ChangeLog
index e6322d5..1d72637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+commit 0239ef13d66113024066b7db8ade3942af563656
+Author: Eric Anholt <[EMAIL PROTECTED]>
+Date:   Wed Sep 5 09:45:20 2007 -0700
+
+    Bump version to 1.1.3.
+
+commit 235b283ef6eda4591c95b4749d0a8cd0181783a6
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Mon Sep 3 05:53:41 2007 -0400
+
+    Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 89d7e38124cdb34c55f8c28680725b5b645fe106
+Author: Eric S. Raymond <[EMAIL PROTECTED]>
+Date:   Sun Jan 14 10:51:00 2007 -0800
+
+    Bug #9659: Bad markup on XListInputDevices.3x
+    
+    X.Org Bugzilla #9659 <https://bugs.freedesktop.org/show_bug.cgi?id=9659>
+
 commit bf01e98979e6fa500f74d882c1b21746c60d5d31
 Author: Daniel Stone <[EMAIL PROTECTED]>
 Date:   Wed Aug 1 05:16:45 2007 +0300
diff --git a/debian/changelog b/debian/changelog
index 6b7a94b..a5d5655 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libxi (2:1.1.2-2) UNRELEASED; urgency=low
+libxi (2:1.1.3-1) UNRELEASED; urgency=low
 
   * Add upstream URL to debian/copyright.
+  * New upstream release.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 01 Aug 2007 05:36:40 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 01:43:43 +0200
 
 libxi (2:1.1.2-1) unstable; urgency=low
 

commit 1f6ec34b62c471e5856cbc20256441a3ee977a0e
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 01:43:36 2007 +0200

    autoreconf

diff --git a/config.guess b/config.guess
index 0f0fe71..278f9e9 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-03-06'
+timestamp='2007-07-22'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -330,7 +330,7 @@ case 
"${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
-    i86pc:SunOS:5.*:*)
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
     sun4*:SunOS:6*:*)
@@ -793,7 +793,7 @@ EOF
        exit ;;
     *:Interix*:[3456]*)
        case ${UNAME_MACHINE} in
-           x86) 
+           x86)
                echo i586-pc-interix${UNAME_RELEASE}
                exit ;;
            EM64T | authenticamd)
diff --git a/config.sub b/config.sub
index 5defff6..1761d8b 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-18'
+timestamp='2007-06-28'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -475,8 +475,8 @@ case $basic_machine in
                basic_machine=craynv-cray
                os=-unicosmp
                ;;
-       cr16c)
-               basic_machine=cr16c-unknown
+       cr16)
+               basic_machine=cr16-unknown
                os=-elf
                ;;
        crds | unos)
@@ -683,6 +683,10 @@ case $basic_machine in
                basic_machine=i386-pc
                os=-mingw32
                ;;
+       mingw32ce)
+               basic_machine=arm-unknown
+               os=-mingw32ce
+               ;;
        miniframe)
                basic_machine=m68000-convergent
                ;;
diff --git a/configure b/configure
index a58da9e..b4de0dc 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for libXi 1.1.2.
+# Generated by GNU Autoconf 2.61 for libXi 1.1.3.
 #
 # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='libXi'
 PACKAGE_TARNAME='libXi'
-PACKAGE_VERSION='1.1.2'
-PACKAGE_STRING='libXi 1.1.2'
+PACKAGE_VERSION='1.1.3'
+PACKAGE_STRING='libXi 1.1.3'
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
 
 # Factoring default headers for most tests.
@@ -1414,7 +1414,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libXi 1.1.2 to adapt to many kinds of systems.
+\`configure' configures libXi 1.1.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libXi 1.1.2:";;
+     short | recursive ) echo "Configuration of libXi 1.1.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1595,7 +1595,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libXi configure 1.1.2
+libXi configure 1.1.3
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1609,7 +1609,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libXi $as_me 1.1.2, which was
+It was created by libXi $as_me 1.1.3, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2299,7 +2299,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libXi'
- VERSION='1.1.2'
+ VERSION='1.1.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -20288,7 +20288,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libXi $as_me 1.1.2, which was
+This file was extended by libXi $as_me 1.1.3, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20341,7 +20341,7 @@ Report bugs to <[EMAIL PROTECTED]>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-libXi config.status 1.1.2
+libXi config.status 1.1.3
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`\\"
 

commit 0239ef13d66113024066b7db8ade3942af563656
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Wed Sep 5 09:45:20 2007 -0700

    Bump version to 1.1.3.

diff --git a/configure.ac b/configure.ac
index 2641313..4df3964 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.57])
 
-AC_INIT(libXi, 1.1.2, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi)
+AC_INIT(libXi, 1.1.3, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 

commit 235b283ef6eda4591c95b4749d0a8cd0181783a6
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:53:41 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

diff --git a/.gitignore b/.gitignore
index 4ee60b1..0c9507a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ MakeOut
 missing
 mkinstalldirs
 xi.pc
+*~

commit 89d7e38124cdb34c55f8c28680725b5b645fe106
Author: Eric S. Raymond <[EMAIL PROTECTED]>
Date:   Sun Jan 14 10:51:00 2007 -0800

    Bug #9659: Bad markup on XListInputDevices.3x
    
    X.Org Bugzilla #9659 <https://bugs.freedesktop.org/show_bug.cgi?id=9659>

diff --git a/man/XListInputDevices.man b/man/XListInputDevices.man
index 9156fe2..2483ea4 100644
--- a/man/XListInputDevices.man
+++ b/man/XListInputDevices.man
@@ -175,7 +175,7 @@ num_buttons specifies the number of buttons that the device 
has.
 The XValuatorInfo structure defines the characteristics of the valuators
 on the device.  It is defined as follows:
 .LP
-.DE
+.DS
 .nf
 typedef struct _XValuatorInfo {
        XID                     class;
@@ -186,7 +186,7 @@ typedef struct      _XValuatorInfo {
        XAxisInfoPtr            axes;
 } XValuatorInfo;
 .fi
-.DS
+.DE
 num_axes contains the number of axes the device supports.
 .LP
 mode is a constant that has one of the following


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to