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

xserver-xorg-input-joystick: Changes to 'refs/tags/xserver-xorg-input-joystick-1_1.3.0-2'



Tag 'xserver-xorg-input-joystick-1_1.3.0-2' created by Drew Parsons <dparsons@debian.org> at 2007-10-28 13:46 +0000

Tagging upload of xserver-xorg-input-joystick 1:1.3.0-2 to unstable.

Changes since xserver-xorg-input-joystick-1_1.2.3-3:
Drew Parsons (3):
      Merge branch 'upstream-unstable' into debian-unstable
      Autoreconf and upload new upstream version to unstable.
      Update upstream ChangeLog for 1.3.0.

Sascha Hlusiak (9):
      Added little check if device is enabled before disabling it
      Readded own keymap for Joystick keys. This changes meaning of key, keylow and
      Prepared for 1.3.0 release. Raised dependency of xorg-server to at least 1.3.99.901 for new keymap
      Updated manpage to reflect keymap changes
      Integrated XStringToKeysym from libX11 in the module.
      Use XStringToKeysym to parse symbolic keys defined in xorg.conf.
      Added AutoRepeat option to specify rate and delay for key events.
      Debug output of AutoRepeat option
      Added missing headerfiles to Makefile.am

---
 ChangeLog          |   74 +
 Makefile.in        |    1 
 aclocal.m4         |  502 +++++++--
 config.guess       |   34 
 config.sub         |   36 
 configure          | 1027 ++++++++++++--------
 configure.ac       |    4 
 debian/changelog   |   13 
 ltmain.sh          |  233 ++--
 man/Makefile.in    |    2 
 man/joystick.man   |   71 -
 src/Makefile.am    |    8 
 src/Makefile.in    |   17 
 src/StrKeysym.c    |   82 +
 src/StrKeysym.h    |    6 
 src/jstk.c         |   47 
 src/jstk.h         |    5 
 src/jstk_axis.c    |   32 
 src/jstk_key.c     |  150 ++
 src/jstk_key.h     |   31 
 src/jstk_options.c |   90 +
 src/jstk_options.h |    3 
 src/ks_tables.h    | 2694 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 23 files changed, 4440 insertions(+), 722 deletions(-)
---



Reply to: