xf86-input-keyboard: Changes to 'refs/tags/xf86-input-keyboard-1.5.0'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Oct 30 09:17:02 PDT 2010


Tag 'xf86-input-keyboard-1.5.0' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-10-30 17:15 -0700

xf86-input-keyboard 1.5.0

Changes since xf86-input-keyboard-1.4.0:
Aaron Zang (1):
      Close device fd when called with DEVICE_CLOSE

Alan Coopersmith (5):
      Silence sed substitutions in make output
      Update Sun license notices to current X.Org standard form
      Revert "Close device fd when called with DEVICE_CLOSE"
      Sun's copyrights now belong to Oracle
      xf86-input-keyboard 1.5.0

Fernando Carrijo (1):
      Purge macro NEED_EVENTS

Gaetan Nadon (25):
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      configure.ac: remove unused sdkdir=$(pkg-config...) statement
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: remove AH_TOP autoheader statement
      Missing #ifdef for PCCONS
      Remove unused SCO driver files
      config: LNX_KBD_PERIOD_NAME not used since autorepeat was removed
      config: update AC_PREREQ statement to 2.60
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: Upgrade X.Org macros to 1.4 for INSTALL file copying
      config: remove extension check for non-existing XKB extension
      config: remove extension check for unused RANDR extension
      config: move inputproto check to PKG_CHECK_MODULES
      config: remove unrequired AC_HEADER_STDC
      config: fix warnings, m4 quoting and layout
      config: upgrade to util-macros 1.8 for additional man page support
      config: use AC_PROG_SED now supplied by XORG_MANPAGE_SECTIONS
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      config: restore inputdir automake variable

Jesse Adkins (1):
      Purge cvs tags.

Julien Cristau (1):
      man: the old xkb options are gone

Osamu Sayama (1):
      sun_kbd: Add mappings for Hangul and Hanja keys on Korean keyboard

Peter Hutterer (2):
      Remove unused keyboardOptions.
      Don't set AutoRepeat if we're not actually using it.

Trevor Woerner (2):
      Deprecated code cleanup.
      Code cleanup, structure initialization.

---
 .gitignore        |   75 ++++++++-
 COPYING           |   42 ++---
 Makefile.am       |   11 -
 configure.ac      |   93 ++++-------
 man/Makefile.am   |   67 +++-----
 man/kbd.man       |    6 
 src/Makefile.am   |   12 -
 src/at_scancode.c |    1 
 src/bsd_KbdMap.c  |    3 
 src/bsd_kbd.c     |   10 +
 src/bsd_kbd.h     |    2 
 src/hurd_kbd.c    |    3 
 src/kbd.c         |   52 ------
 src/lnx_KbdMap.c  |    9 -
 src/lnx_kbd.c     |   13 -
 src/lnx_kbd.h     |    2 
 src/sco_KbdMap.c  |  308 ---------------------------------------
 src/sco_kbd.c     |  425 ------------------------------------------------------
 src/sco_kbd.h     |   20 --
 src/sun_kbd.c     |   44 ++---
 src/sun_kbd.h     |   43 ++---
 src/sun_kbdMap.c  |   16 +-
 src/xf86Keymap.h  |    1 
 23 files changed, 228 insertions(+), 1030 deletions(-)
---


More information about the xorg-commit mailing list