libX11 1.8.8
Release 1.8.8
- Fix XIM input sometimes jumbled (#198 (closed), !236 (merged))
- Fix
_XkbReadGetDeviceInfoReply
fornButtons == dev->buttons
(!237 (merged)) - Drop ifdefs for platforms that are no longer supported (!242 (merged), !243 (merged))
- Assorted memory handling cleanups
Includes these commits:
Alan Coopersmith (15):
- unifdef
__osf__
- unifdef
AIXV3
- unifdef
ultrix
- unifdef
__UNIXOS2__
- unifdef
hpux
- unifdef
sgi
- unifdef
__sgi
- unifdef
__sgi_not_xconsortium
- unifdef
__vax__
- unifdef
__uxp__
- unifdef
__QNX__
- unifdef
Lynx
- unifdef
USL_SHAREDLIB
- unifdef
NULL_NOT_ZERO
- libX11 1.8.8
Peter Hutterer (1):
- Fix
_XkbReadGetDeviceInfoReply
fornButtons == dev->buttons
Takao Fujiwara (2):
- ximcp: Unmark to fabricate key events with
XKeyEvent
serial -
imDefLkup
: Commit first info inXimCommitInfo
Walter Harms (9):
- fix table width
-
_XimLocalDestroyIC
: no need to check arg forXfree()
-
_XimLocalCreateIC
: no need to check arg forXfree()
-
_XimLocalCreateIC
: minor cleanup -
_XimLocalCreateIC
: get rid ofbzero
-
_XimLocalDestroyIC
: fix possible mem leak - Fix
XCreateIC()
memory leak (Part 2) -
_XimEncodeString
: no need to check arg forXfree()
-
_XimProtoIMFree
: no need to check arg forXfree()