CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 02/12/20 12:18:39
Log message:
676. If some LEDs are lighting when one reloads the XKB keyboard map
(using setxkbmap or xf86cfg) the LEDs become 'frozen' and can't
be switched off. The patch fixes this bug. (#5544, Ivan Pascal).
675. Fix some problems with the addition of multi-layout scheme to
xkb: some keys that aren't 'alphabetic' should be treated as
such to allow CapsLock+Shift working as expected; sometimes it
is required to load an include file more than once due to
multi-layout configuration, also fix some typos
(#5545, Ivan Pascal).
674. XKB programable 'special combinations' (such as Ctrl+Alt+<key>)
also send usual key evants (press and release). Although the
keysym generated in this case is NoSymbol such events can confuse
some applications (#5546, Ivan Pascal).
673. Fix some remaining memory leaks in xkb initialization code
(Paulo C�sar Pereira de Andrade).
Many thanks to Ivan Pascal for fixing these bugs and reviewing my patch
for fixing remaining memory leaks.
Modified files:
xc/programs/xkbcomp/:
symbols.c misc.c
xc/programs/xkbcomp/symbols/pc/:
latin cz mt_us pl2 sk
xc/lib/xkbfile/:
xkbmisc.c
xc/programs/Xserver/xkb/:
xkbActions.c xkb.c ddxConfig.c xkbInit.c
xc/programs/Xserver/hw/xfree86/:
CHANGELOG
Revision Changes Path
3.14 +18 -10 xc/programs/xkbcomp/symbols.c
3.6 +2 -6 xc/programs/xkbcomp/misc.c
1.3 +0 -2 xc/programs/xkbcomp/symbols/pc/latin
1.4 +0 -2 xc/programs/xkbcomp/symbols/pc/cz
1.4 +1 -1 xc/programs/xkbcomp/symbols/pc/mt_us
1.3 +1 -1 xc/programs/xkbcomp/symbols/pc/pl2
1.4 +0 -2 xc/programs/xkbcomp/symbols/pc/sk
1.4 +66 -9 xc/lib/xkbfile/xkbmisc.c
3.10 +66 -2 xc/programs/Xserver/xkb/xkbActions.c
3.18 +14 -4 xc/programs/Xserver/xkb/xkb.c
3.8 +4 -4 xc/programs/Xserver/xkb/ddxConfig.c
3.24 +6 -12 xc/programs/Xserver/xkb/xkbInit.c
3.2457 +16 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit