2003-12-20 15:00  soyt

	* ChangeLog: ChangeLog for 0.8.4

2003-12-20 14:59  cegger

	* acconfig.h: pull up revision 1.8-1.9:

	  add HAVE_DLOPEN. This makes autoconf 2.13 happy.

2003-12-20 14:47  cegger

	* configure.in: bump version to 0.8.4. It's coming soon...

2003-12-20 14:37  cegger

	* doc/man/: filter-key.7, filter-keytrans.7, filter-mouse.7,
	  filter-save.7, filter-tcp.7, giiEventPoll.3, giiEventSend.3,
	  giiInit.3, giiMTInit.3, giiOpen.3, giiPanic.3,
	  giiQueryDeviceInfo.3, giiQueryValInfo.3, giiSetEventMask.3,
	  gii_cmd_event.3, gii_cmddata_getdevinfo.3,
	  gii_cmddata_getvalinfo.3, gii_event.3, gii_expose_event.3,
	  gii_key_event.3, gii_pbutton_event.3, gii_pmove_event.3,
	  gii_val_event.3, input-directx.7, input-file.7,
	  input-linux-evdev.7, input-linux-kbd.7, input-linux-mouse.7,
	  input-lk201.7, input-mouse.7, input-tcp.7, libgii.7: regenerate
	  manual pages. This time from the new man.txt files

2003-12-20 14:31  cegger

	* config.sub: pull up revisions 1.10-1.12:

	  - update from ftp://ftp.gnu.org/gnu/config/ (1.11) - update to
	  version shipped by automake 1.7.9 (1.12)

2003-12-20 14:28  cegger

	* config.guess: pull up revisions 1.11-1.13:

	  - update from ftp://ftp.gnu.org/gnu/config/ (1.12) - update to
	  version shipped by automake 1.7.9 (1.13)

2003-12-20 13:20  soyt

	* doc/libgg-functions.txt, doc/libgg.txt, doc/libgii-functions.txt,
	  doc/libgii-libraries.txt, doc/libgii-structures.txt,
	  doc/libgii.txt, doc/docbook/Makefile.am,
	  doc/docbook/libgii-api-functions.xml,
	  doc/docbook/libgii-api-structures.xml,
	  doc/docbook/libgii-book.xml, doc/docbook/man.xml,
	  filter/keytrans/man.txt, filter/keytrans/man.xml,
	  filter/mouse/man.txt, filter/mouse/man.xml, filter/save/man.txt,
	  filter/save/man.xml, filter/tcp/man.txt, filter/tcp/man.xml,
	  input/directx/man.txt, input/directx/man.xml, input/file/man.txt,
	  input/file/man.xml, input/linux_evdev/man.txt,
	  input/linux_evdev/man.xml, input/linux_kbd/man.txt,
	  input/linux_kbd/man.xml, input/linux_mouse/man.txt,
	  input/linux_mouse/man.xml, input/lk201/man.txt,
	  input/lk201/man.xml, input/mouse/man.txt, input/mouse/man.xml,
	  input/tcp/man.txt, input/tcp/man.xml: Removed old xml doc and
	  imported doc from current

	  libgii/doc/libgg.txt		   1.2 libgii/doc/libgg-functions
	      1.4 libgii/doc/libgii.txt 	   1.1
	  libgii/doc/libgii-functions	   1.3
	  libgii/doc/libgii-libraries.txt  1.2
	  libgii/doc/libgii-structures.txt 1.4 libgii/filter/mouse/man.txt
	      1.3 libgii/filter/keytrans/man.txt   1.3
	  libgii/filter/save/man.txt	   1.4 libgii/filter/tcp/man.txt
	      1.3 input/directx/man.txt 	   1.1
	  input/linux_kbd/man.txt	   1.3 input/mouse/man.txt
	      1.3 input/file/man.txt		   1.3
	  input/linux_mouse/man.txt	   1.3 input/linux_evdev/man.txt
	      1.3 input/lk201/man.txt		   1.3 input/tcp/man.txt
		      1.4

2003-12-20 12:47  cegger

	* gg/EXPSYMS: pull up revisions 1.4-1.5:

	  export ggConfigExpandAlias. It's used by libgic. Issue found on
	  Solaris.

2003-11-19 11:30  cegger

	* gg/cleanup.c: merge fix from devel tree revision 1.4-1.5:

	  fixed 'comparison between signed and unsigned' warnings on
	  mingw32

2003-11-16 17:57  cegger

	* configure.in: back out mistaken merge from devel tree: The
	  GGI_CHECK_STRING_FUNCS macro doesn't exist in the -stable branch

2003-11-16 17:51  cegger

	* m4/dlopen.m4: merge fix from devel tree revisions 1.1-1.4:

	  - configure didn't find dlopen() on too many platforms. So move
	  the dlopen checks to a new GGI_CHECK_DLOPEN macro for more
	  aggressive checks - simplify dlopen check. Don't forget to add
	  the lib to GGDLLIBS where dlopen has been found - searching for
	  dlopen in the C headers isn't enough. We have to check through
	  the  lib. Issue found on SuSE Linux 7.2 - bugfix: do further
	  dlopen() checks, when not found in libc

2003-11-16 17:49  cegger

	* configure.in: merge fix from devel tree revisions 1.62-1.64:

	  - configure didn't find dlopen() on too many platforms. So move
	  the dlopen checks to a new GGI_CHECK_DLOPEN macro for more
	  aggressive checks - remove dlopen handling. This has been moved
	  to dlopen.m4

2003-11-13 22:32  cegger

	* filter/tcp/filter.c: fix from devel tree revision 1.6-1.7:

	  #include unistd.h - needed for write()

2003-11-13 22:27  cegger

	* filter/save/filter.c: merge fix from devel tree revision 1.4-1.5:

	  include gii headers first to avoid conflicts between unix and
	  cygwin headers

2003-11-13 22:23  cegger

	* input/x/xev.h: merge fix from devel tree revisions 1.2-1.3:

	  include gii headers first to avoid conflicts with cygwin headers

2003-11-13 22:18  cegger

	* input/x/input.c: merge fixes from devel tree revisions 1.11-1.12,
	  1.13-1.14:

	  - add missing header - include gii headers first to avoid
	  conflicts with cygwin headers

2003-11-13 22:06  cegger

	* input/tcp/input.c: merge fix from devel tree revision 1.7-1.8:

	  #include <unistd.h>. Needed for read().

2003-11-13 22:01  cegger

	* input/spaceorb/input.c: merge fix from devel tree revision
	  1.8-1.9:

	  include gii headers first to avoid conflicts with cygwin headers

2003-11-13 21:55  cegger

	* input/file/input.c: merge fix from devel tree revision 1.7-1.8:

	  include gii headers first to avoid conflicts with cygwin headers

2003-11-13 21:50  cegger

	* gii/gii.c: merge fix from devel tree revision 1.14-1.15:

	  reorder header inclusion. This fixes the cygwin warning
	  /usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set
	  and associated macros have been defined in <sys/types>.  This may
	  cause runtime problems with W32 sockets"

2003-11-13 21:49  cegger

	* gii/gii.c: backout mistaken commit

2003-11-13 21:43  cegger

	* gii/: init.c, unix.c: merge fix from devel tree revision 1.3-1.4:

	  reorder header inclusion. This fixes the cygwin warning
	  /usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set
	  and associated macros have been defined in <sys/types>.  This may
	  cause runtime problems with W32 sockets"

2003-11-13 21:40  cegger

	* gii/: dl.c, gii.c: merge fix from devel tree revision 1.3-1.4:

	  reorder header inclusion. This fixes the cygwin warning
	  /usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set
	  and associated macros have been defined in <sys/types>.  This may
	  cause runtime problems with W32 sockets"

2003-11-13 21:30  cegger

	* gg/dl_darwin.c: merge fix from devel tree revision 1.3-1.4:

	  add missing statics

2003-11-13 21:22  cegger

	* gg/conf.c: merge fix from devel tree revision 1.2-1.3:

	  include plat.h first due to the #defines. This avoids some (but
	  not all) warnings about redundant declarations in C headers on
	  SYSV systems.

2003-11-13 21:20  cegger

	* gg/cleanup.c: merge fix from devel tree revision 1.3-1.4:

	  include plat.h first due to the #defines. This avoids some (but
	  not all) warnings about redundant declarations in C headers on
	  SYSV systems.

2003-11-13 20:59  cegger

	* include/ggi/gg.h: merge fix from -devel revision 1.7-1.8:

	  reorder header inclusion. This fixes the cygwin warning
	  /usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set
	  and associated macros have been defined in sys/types.  This may
	  cause runtime problems with W32 sockets"

2003-11-13 20:50  cegger

	* configure.in: fix from -devel tree revision 1.56 - 1.57:

	  - use alpha* rather than alpha-* to also catch alphaev*

2003-11-13 20:42  cegger

	* configure.in: merge cygwin improvements from -devel revisions
	  1.50-1.51, 1.64-1.68:

	  - check for winsock.h and winsock2.h - check for GetSystemTime()
	  first, then for gettimeofday() - reorder check for select(), so
	  that libgii gets linked against -lwsock32 on cygwin - inet_aton()
	  is available on cygwin, but only within the broken headers. So we
	  can't use it.

2003-10-11 09:18  cegger

	* gii/gii.c: pull up rev. 1.12: add missing include. This fixes an
	  libtool issue with two missing symbols under win32. Issue found
	  by Albert Graef.

2003-10-05 08:29  cegger

	* input/mouse/Makefile.am: linking fix from Albert Graef.

2003-10-05 08:15  cegger

	* gg/plat.h: compile fix from Albert Graef.

2003-10-05 08:12  cegger

	* filter/mouse/filter.c: compile fix from Albert Graef. Found when
	  compiling under cygwin

2003-06-12 08:17  cegger

	* config.guess, config.sub, install-sh: update to the version
	  shipped by automake 1.7.5

2003-05-20 10:33  cegger

	* gg/dl_darwin.c: fix memory leak

2003-05-01 16:00  cegger

	* gg/plat.h: merge important fix from devel tree: cygwin needs no
	  '_' when symbol loading

2003-04-28 17:24  cegger

	* demos/cpuinfo.c: change license to public domain. GGI libraries
	  are BSD licensed, demos public domain.

2003-04-25 22:57  cegger

	* demos/: demo.c, filter.c: merge warning fixes from devel tree

2003-04-25 22:16  cegger

	* include/ggi/gg.h: specify long long constant explicitely as long
	  long. This silences gcc 3.3

2003-04-14 20:54  cegger

	* filter/mouse/filter.c, gg/cleanup.c, gg/cpuid.c,
	  include/ggi/events.h, include/ggi/internal/gii.h,
	  input/linux_evdev/eventparse.c, input/linux_joy/input.c,
	  input/linux_kbd/input.c, input/mouse/packetparse.c: merge gcc 3.3
	  fixes from the devel tree

2003-04-12 16:15  cegger

	* demos/mhub.c: gcc 3.3 warning fixes

2003-04-08 10:56  cegger

	* input/xwin/Makefile.am: merge libtool usage fix from devel tree
	  after it has been verified by the NetBSD packager

2003-03-31 21:01  cegger

	* README: update

2003-03-31 20:33  cegger

	* TODO: no longer needed in the stable tree

2003-03-22 17:00  cegger

	* NEWS: forgot to update :/

2003-03-19 21:18  cegger

	* configure.in: bump version to 0.8.3

2003-03-15 21:30  cegger

	* doc/docbook/Makefile.am: update

2003-03-15 21:29  cegger

	* doc/man/Makefile.am: Remove trailing \. It prevents the manpages
	  to get installed.

2003-03-15 16:29  soyt

	* input/file/man.xml: forgot a file

2003-03-15 16:29  soyt

	* doc/docbook/libgii-api-control.sgml,
	  doc/docbook/libgii-api-device.sgml,
	  doc/docbook/libgii-api-events.sgml,
	  doc/docbook/libgii-api-functions.xml,
	  doc/docbook/libgii-api-input.sgml,
	  doc/docbook/libgii-api-runtime.sgml,
	  doc/docbook/libgii-api-structs.sgml,
	  doc/docbook/libgii-api-structures.xml,
	  doc/docbook/libgii-api.sgml, doc/docbook/libgii-book.sgml,
	  doc/docbook/libgii-book.xml, doc/docbook/libgii-faq.sgml,
	  doc/docbook/libgii-ref-filters.sgml,
	  doc/docbook/libgii-ref-inputs.sgml, doc/docbook/libgii-ref.sgml,
	  doc/docbook/libgii.sgml, doc/docbook/man.xml,
	  doc/man/Makefile.am, doc/man/filter-key.7,
	  doc/man/filter-keytrans.7, doc/man/filter-mouse.7,
	  doc/man/filter-save.7, doc/man/filter-tcp.7,
	  doc/man/giiEventPoll.3, doc/man/giiEventSend.3,
	  doc/man/giiInit.3, doc/man/giiMTInit.3, doc/man/giiOpen.3,
	  doc/man/giiPanic.3, doc/man/giiQueryDeviceInfo.3,
	  doc/man/giiQueryValInfo.3, doc/man/giiSetEventMask.3,
	  doc/man/gii_cmd_event.3, doc/man/gii_cmd_nodata_event.3,
	  doc/man/gii_cmddata_getdevinfo.3,
	  doc/man/gii_cmddata_getvalinfo.3, doc/man/gii_event.3,
	  doc/man/gii_expose_event.3, doc/man/gii_key_event.3,
	  doc/man/gii_pbutton_event.3, doc/man/gii_phystype.3,
	  doc/man/gii_pmove_event.3, doc/man/gii_val_event.3,
	  doc/man/gii_valrange.3, doc/man/input-directx.7,
	  doc/man/input-file.7, doc/man/input-linux-evdev.7,
	  doc/man/input-linux-kbd.7, doc/man/input-linux-mouse.7,
	  doc/man/input-lk201.7, doc/man/input-mouse.7,
	  doc/man/input-tcp.7, doc/man/libgii.7, filter/keytrans/man.xml,
	  filter/mouse/man.xml, filter/save/man.xml, filter/tcp/man.xml,
	  input/directx/man.xml, input/linux_evdev/man.xml,
	  input/linux_kbd/man.xml, input/linux_mouse/man.xml,
	  input/lk201/man.xml, input/mouse/man.xml, input/tcp/man.xml:
	  updated doc and manpages

2003-02-26 21:41  cegger

	* config.guess, config.sub, depcomp: update to the version shipped
	  by automake 1.7.3

2003-02-13 18:06  cegger

	* gg/plat.h: merge symbol resolving fixes from devel tree

2003-02-01 14:33  cegger

	* input/: fdselect/input.c, file/input.c, inputX/input.c,
	  ipaq_touchscreen/input.c, kii/input.c, linux_evdev/input.c,
	  linux_joy/input.c, linux_kbd/input.c, lk201/input.c,
	  mouse/input.c, spaceorb/input.c, stdin/input.c, tcp/input.c,
	  touchscreen/common.c, vgl/input.c, x/input.c: redo my mistake and
	  fix wrong drivers. I have realized now, that ev.cmd.data is
	  already an array. Drivers were partialy inconsitent - one time
	  right the other time wrong - which lead me to the wrong
	  direction.

2003-02-01 13:39  cegger

	* input/x/input.c: don't fill a pointer with a casted value

2003-02-01 13:36  cegger

	* input/: stdin/input.c, tcp/input.c: don't fill a pointer with a
	  casted value

2003-02-01 13:28  cegger

	* input/: mouse/input.c, spaceorb/input.c: don't fill a pointer
	  with a casted value

2003-02-01 13:18  cegger

	* input/: file/input.c, ipaq_touchscreen/input.c: don't fill a
	  pointer with a casted value

2003-02-01 11:03  cegger

	* input/touchscreen/common.c: minor cleanup plus a bugfix

2003-01-28 15:32  cegger

	* ltmain.sh: merge OpenBSD fixes from devel tree

2002-12-30 23:13  cegger

	* gg/plat.h: merge NetBSD fix from devel tree into stable tree

