CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/08/22 12:27:33
Log message:
392. Fixed a crash when _XIMProtoOpenIM(), hich is called through XOpenIM()
API when protocol IM is being set up, fails (Bugzilla #618,
Hisashi MIYASHITA).
391. Fixed a possible source of Sig11 in Jamstudio driver (BugzillaR #617,
Jonathan Hough, Egbert Eich).
390. Fixed building without RENDER support (BugzillaR #306, Mattieu Herrb,
Egbert Eich).
389. Pass pointer obtained by Xalloc() to Xfree() not the one that may be
manipulated in the mean time (Bugzilla #614, Alan Coopersmith).
388. Added reverse mapping of keysyms to keycodes (XKeysymToKeycode())
to xev to detect situations where this maps to a different keycode than
the one of the key pressed (Egbert Eich).
387. Made xauth called by startx quiet (Bugzilla #597, Stas Sergeev).
386. Added missing operand size override handling to PUSH imm8 in x86emu
(Bugzilla #590, Boris Weissman).
385. Fixed compile glitch with NetBSD in xdm/genauth.c (Bugzilla #587,
Nicolas JOLY)
Modified files:
xc/extras/x86emu/src/x86emu/:
ops.c
xc/lib/X11/:
FSWrap.c imDefIm.c
xc/programs/Xserver/hw/xfree86/:
CHANGELOG
xc/programs/Xserver/hw/xfree86/drivers/rendition/:
rendition.c
xc/programs/Xserver/hw/xfree86/input/jamstudio/:
js_x.c
xc/programs/Xserver/hw/xfree86/loader/:
elfloader.c
xc/programs/Xserver/hw/xfree86/xaa/:
xaaStateChange.c
xc/programs/Xserver/miext/layer/:
Imakefile layerpict.c layerstr.h
xc/programs/xev/:
xev.c
xc/programs/xinit/:
startx.cpp
Revision Changes Path
1.8 +5 -1 xc/extras/x86emu/src/x86emu/ops.c
1.8 +3 -2 xc/lib/X11/FSWrap.c
1.15 +1 -0 xc/lib/X11/imDefIm.c
3.2816 +19 -2 xc/programs/Xserver/hw/xfree86/CHANGELOG
1.54 +0 -2 xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.c
1.3 +10 -6 xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.c
1.56 +2 -2 xc/programs/Xserver/hw/xfree86/loader/elfloader.c
3.3 +2 -1 xc/programs/Xserver/hw/xfree86/xaa/xaaStateChange.c
1.4 +7 -2 xc/programs/Xserver/miext/layer/Imakefile
1.2 +0 -0 xc/programs/Xserver/miext/layer/layerpict.c
1.4 +4 -3 xc/programs/Xserver/miext/layer/layerstr.h
1.10 +13 -4 xc/programs/xev/xev.c
3.18 +1 -1 xc/programs/xinit/startx.cpp
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit