[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xfree-cvs
Subject:    cvs commit: XFree86
From:       David Dawes <dawes () XFree86 ! Org>
Date:       2000-10-24 22:45:18
[Download RAW message or body]

dawes       00/10/24 15:45:17

  Modified:    config/cf Imake.rules bsdi.cf
               include/extensions XKB.h
               lib/GL/mesa/src/drv/i810 i810ioctl.h
               lib/X11  lcGeneric.c
               lib/font/include bitmap.h
               lib/xkbfile xkbout.c xkbtext.c xkmout.c xkmread.c
               lib/xtrans Xtrans.c
               nls      locale.alias
               programs/Xserver/Xext shape.c
               programs/Xserver/hw/xfree86 CHANGELOG
               programs/Xserver/hw/xfree86/common xf86str.h
               programs/Xserver/hw/xfree86/drivers/i810 i810.h
               programs/Xserver/hw/xfree86/drivers/mga mga.h mga_dac3026.c
                        mga_dacG.c mga_dri.c mga_driver.c mga_macros.h
                        mga_video.c
               programs/Xserver/hw/xfree86/drivers/mga/HALlib binding.h
               programs/Xserver/hw/xfree86/drivers/neomagic neo_driver.c
               programs/Xserver/hw/xfree86/drivers/nv nv_const.h
                        nv_driver.c nv_xaa.c
               programs/Xserver/hw/xfree86/drivers/vesa vesa.c vesa.h
               programs/Xserver/hw/xfree86/fbdevhw fbdevhw.c
               programs/Xserver/hw/xfree86/loader xf86sym.c
               programs/Xserver/hw/xfree86/os-support xf86_ansic.h
               programs/Xserver/hw/xfree86/os-support/bsdi bsdi_video.c
               programs/Xserver/hw/xfree86/parser Monitor.c xf86Parser.h
                        xf86tokens.h
               programs/Xserver/mi miinitext.c
               programs/Xserver/xkb xkbUtils.c
               programs/twm Imakefile add_window.c events.c gc.c icons.c
                        menus.c parse.c parse.h resize.c twm.c twm.h util.c
                        util.h
               programs/xkbcomp action.c expr.c indicators.c utils.h
                        xkbparse.y
               programs/xkbcomp/rules xfree86 xfree86.lst
               programs/xkbcomp/symbols group
               programs/xvinfo xvinfo.c
  Added:       programs/Xserver/hw/xfree86/drivers/mga README_HALLIB
                        client.h clientlx.c
  Log:
   811. locale.alias fix for ko_KR.utf8 (#4190, Won-kyu Park).
   810. Fix incorrect vtSema usage in neomagic driver DPMS code (#4184,
        Andrew C Aitchison).
   809. Fix a 1-byte overflow in Xtrans.c (#4182, Aaron Campbell).
   808. Enable building the loadable server for BSD/OS.
   807. Fix the following xkbcomp bugs:
         - 'base group' keyword added to 'whichGroup' possible values list
         - 'groupsWrap' keyword removed from 'controls' possible values list
         - fix crash in processing files with unnamed sections
         - now keep 'per key group adjustment mode' in XKM file
         - now allow an empty 'key' description to be specified in an
           xkb_symbols file.
        (#4170, Ivan Pascal).
   806. Add a "bcast" flag for mode lines, which is needed to display
        broadcast resolutions (#4169, Michel Danzer).
   805. Fix compiler warnings when building the mga driver with or without
        the Matrox HALlib, add the digital/tv-out/tvstandard/cabletype
        options, missing files, and some cleanups (#4166, Antti Tapaninen).
   804. Fix spelling from xvinfo (#4166, Antti Tapaninen).
   803. Add support to twm for displaying multibyte strings on window titles,
        and make the twm config file reader 8-bit clean (#4165, 4168, 4180,
        Tomohiro Kubota).
   802. Fix a tseng driver problem related to the usable amount of video memory
        (#4164, Randy McCaskill).
   801. Add support for the new Render extension to the nv driver, and
        turn on fb support by default in the nv driver (#4161, Jarno Paananen).
   800. Fix a typo that prevents DPS from being built statically (#4160,
        Juliusz Chroboczek).
   799. Fix some xkbfile bugs in the .xkb files that it writes
        (two adjacent commas, no xkb_types section in xkb_layout) (#4159,
        Ivan Pascal).
   798. Fix an xkbcomp bug that causes an infinite loop for some error
        message output (#4158, Ivan Pascal).
   797. Fix XlcNONE usage in charset description (#4153, Ivan Pascal).
   796. Fix a bug in XKB group adjustment (#4152, Ivan Pascal).
   795. Fix some build problems that show up with the SVR4 C compiler
        (based on #4139, Takaaki Nomura).
   794. Add two new XKB group switches (Alt+Shift and Menu key) (#4151,
        Ivan Pascal).
   793. Fix HTML man page links when the man page suffix has more than one
        character (#4150, Bruno Haible).
  
  Revision  Changes    Path
  3.79      +5 -4      xc/config/cf/Imake.rules
  3.32      +17 -1     xc/config/cf/bsdi.cf
  1.3       +4 -3      xc/include/extensions/XKB.h
  1.5       +3 -3      xc/lib/GL/mesa/src/drv/i810/i810ioctl.h
  3.10      +18 -46    xc/lib/X11/lcGeneric.c
  1.8       +2 -2      xc/lib/font/include/bitmap.h
  3.6       +2 -0      xc/lib/xkbfile/xkbout.c
  3.7       +2 -2      xc/lib/xkbfile/xkbtext.c
  1.2       +173 -8    xc/lib/xkbfile/xkmout.c
  1.2       +72 -20    xc/lib/xkbfile/xkmread.c
  3.23      +2 -2      xc/lib/xtrans/Xtrans.c
  1.26      +3 -1      xc/nls/locale.alias
  3.12      +6 -5      xc/programs/Xserver/Xext/shape.c
  3.1354    +42 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.73      +2 -1      xc/programs/Xserver/hw/xfree86/common/xf86str.h
  1.18      +10 -2     xc/programs/Xserver/hw/xfree86/drivers/i810/i810.h
  1.65      +2 -1      xc/programs/Xserver/hw/xfree86/drivers/mga/mga.h
  1.54      +9 -39     xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dac3026.c
  1.40      +8 -61     xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dacG.c
  1.9       +2 -2      xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.c
  1.173     +120 -35   xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c
  1.16      +1 -3      xc/programs/Xserver/hw/xfree86/drivers/mga/mga_macros.h
  1.18      +3 -4      xc/programs/Xserver/hw/xfree86/drivers/mga/mga_video.c
  1.3       +19 -1     xc/programs/Xserver/hw/xfree86/drivers/mga/HALlib/binding.h
  1.38      +2 -2      xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_driver.c
  1.4       +2 -2      xc/programs/Xserver/hw/xfree86/drivers/nv/nv_const.h
  1.48      +14 -1     xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c
  1.17      +1 -2      xc/programs/Xserver/hw/xfree86/drivers/nv/nv_xaa.c
  1.3       +5 -3      xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.c
  1.3       +5 -1      xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.h
  1.21      +3 -3      xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c
  1.167     +2 -2      xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  3.43      +5 -1      xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
  3.9       +8 -2      xc/programs/Xserver/hw/xfree86/os-support/bsdi/bsdi_video.c
  1.15      +11 -2     xc/programs/Xserver/hw/xfree86/parser/Monitor.c
  1.23      +3 -2      xc/programs/Xserver/hw/xfree86/parser/xf86Parser.h
  1.15      +3 -1      xc/programs/Xserver/hw/xfree86/parser/xf86tokens.h
  3.53      +2 -2      xc/programs/Xserver/mi/miinitext.c
  3.11      +4 -4      xc/programs/Xserver/xkb/xkbUtils.c
  3.10      +2 -2      xc/programs/twm/Imakefile
  1.7       +19 -22    xc/programs/twm/add_window.c
  1.7       +29 -43    xc/programs/twm/events.c
  1.4       +3 -2      xc/programs/twm/gc.c
  1.4       +2 -2      xc/programs/twm/icons.c
  1.8       +17 -16    xc/programs/twm/menus.c
  1.6       +7 -7      xc/programs/twm/parse.c
  1.6       +2 -2      xc/programs/twm/parse.h
  1.6       +6 -6      xc/programs/twm/resize.c
  3.6       +20 -2     xc/programs/twm/twm.c
  3.5       +6 -7      xc/programs/twm/twm.h
  1.5       +189 -1    xc/programs/twm/util.c
  1.5       +11 -1     xc/programs/twm/util.h
  3.7       +1 -2      xc/programs/xkbcomp/action.c
  3.4       +3 -1      xc/programs/xkbcomp/expr.c
  1.2       +331 -206  xc/programs/xkbcomp/indicators.c
  3.2       +3 -2      xc/programs/xkbcomp/utils.h
  3.7       +1 -0      xc/programs/xkbcomp/xkbparse.y
  3.23      +3 -1      xc/programs/xkbcomp/rules/xfree86
  3.13      +4 -1      xc/programs/xkbcomp/rules/xfree86.lst
  3.2       +34 -0     xc/programs/xkbcomp/symbols/group
  1.4       +2 -2      xc/programs/xvinfo/xvinfo.c
_______________________________________________
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic