2005-05-21 Alan Coopersmith * configure.ac: Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro. 2005-01-29 Daniel Stone * misc.c: * ICElibint.h: * include/X11/ICE/ICElib.h: Move _IceGetPeerName into the public API as IceGetPeerName, since it is used by libSM. * Makefile.am: * configure.ac: Bump soversion to 6.4.1 per above (adding function into ABI). Bump version to 6.3.5. 2005-01-18 Daniel Stone * configure.ac: Remove AC_CONFIG_AUX_DIR. 2004-07-05 Daniel Stone * configure.ac: xtrans fix - define LOCALCONN and UNIXCONN. 2004-05-10 Eric Anholt * configure.ac: libICE doesn't require libX11, remove linking. Don't include warning CFLAGS in .pc file. Bump to version 6.3.4. 2004-04-12 Daniel Stone * authutils.c: (read_string) * process.c: Sync up with the X11R6.7 tree - add extra parameter to CHECK_SIZE_MATCH macro, minor change to read_string semantics. * Tag release 6.3.3 for xlibs 1.0.1. 2004-02-03 Jim Gettys * Get a first approximation authors file 2004-01-17 Daniel Stone * Tag release 6.3.2 for first freedesktop.org clientside lib release. 2004-01-15 Harold L Hunt II * Makefile.am: Pass -no-undefined to libtool via LDFLAGS. 2003-10-29 Jim Gettys * Makefile.am: Get rid of obsolete icetrans.h file 2003-10-28 Keith Packard * ICElibint.h: * Makefile.am: * accept.c: * connect.c: * icetrans.h: * include/X11/ICE/ICElib.h: * include/X11/ICE/ICEtrans.h: * listen.c: * listenwk.c: * misc.c: * shutdown.c: Ah, the joys of secret interfaces. SM used some non-public ICE interfaces, these are now public. One of those was an Xtrans interface in ICE clothing, so ICEtrans.h is now a published header file. 2003-10-28 Keith Packard * ICElibint.h: * Makefile.am: * authutil.c: (read_short), (read_string), (read_counted_string), (write_short), (write_string), (write_counted_string): * configure.ac: * connect.c: * error.c: (_IceDefaultErrorHandler), (_IceDefaultIOErrorHandler): * getauth.c: (auth_valid): * globals.h: * iceauth.c: (_IcePoMagicCookie1Proc), (_IcePaMagicCookie1Proc), (binaryEqual): * process.c: (AuthRequired), (AuthReply), (AuthNextPhase), (AcceptConnection), (AcceptProtocol), (PingReply), (ProcessError), (ProcessConnectionSetup), (ProcessAuthRequired), (ProcessAuthReply), (ProcessAuthNextPhase), (ProcessConnectionReply), (ProcessProtocolSetup), (ProcessProtocolReply), (ProcessPing), (ProcessPingReply), (ProcessWantToClose), (ProcessNoClose), (_IceProcessCoreMessage): Prototypes. Add icetrans.h to SOURCES. Add GCC warnings. No functional changes (I hope)