Skip to content
Snippets Groups Projects
  1. Dec 22, 2002
  2. Dec 21, 2002
  3. Dec 20, 2002
    • paulo's avatar
      676. If some LEDs are lighting when one reloads the XKB keyboard map · 06ce629c
      paulo authored
            (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.
      06ce629c
    • alanh's avatar
      fix _swrast_render_finish to call _swrast_flush() rather than mesa_pb_flush() · 8bfe180d
      alanh authored
      directly. Fixes some segfaults.
      8bfe180d
    • paulo's avatar
      o Store documentation in the atom segment, so that documentation will · f6f47cf7
      paulo authored
         not be traversed in every gc call, also, associate it with the atom
         symbol structure instead of storing documentation in a global list.
       o Add setf method for documentation, argument to the setf method must
         be either a string to replace/create the doc-string, or nil to
         explicitly release the memory used for documentation. Also,
         documentation memory is never automatically released, that is, it
         is possible to have a symbol with no function associated, but with
         a function doc-string, this should make it easier to, for example,
         store documentation in a file, and optionally load it, as most times
         documentation is not required.
       o Fix bug in indentation definition for the C language, preprocessor
         lines were sometimes interfering incorrectly with the indentation
         calculation, simple case is:
      	#else
      		<c-code>
         the indentation code was treating "#else" as a normal "else".
       o Correct pattern for identifier in progmodes/lisp.lsp, after previous
         patch was not highlighting package names.
      f6f47cf7
    • dawes's avatar
      updates · cc5eb2af
      dawes authored
      cc5eb2af
    • dawes's avatar
      672. Temporarily enable the hard-coded Ctrl-Alt-Backspace terminate sequence · 6ab5ead4
      dawes authored
            until a better fallback mechanism is implemented (Egbert Eich).
       671. Allow XKB-remappable hot keys to work with the "kbd" driver
            (Egbert Eich).
       670. Export xf86inSuspend as needed by the "kbd" driver (Egbert Eich).
      6ab5ead4
    • dawes's avatar
      669. SiS driver updates, including: · 088d74ca
      dawes authored
             - support for SiS 330 Xabre (untested)
             - Bugfix for boxes with two VGA connectors (tested)
             - Autodetection of second monitor (tested)
             - TV detection improved (tested)
             - fixed error in 1280x1024 panel support (yet untested)
             - Fixed bug in TV output on SiS30xB/30xLV (PAL still only BW, not
               even the Windows driver can display PAL in color)
             - Fixed positioning of TV picture. Works now for all video bridges
               except Chrontel 7019 (still untested).
            (Thomas Winischhofer).
      088d74ca
    • dawes's avatar
      minor reordering · 46ac55d7
      dawes authored
      46ac55d7
    • dawes's avatar
      668. Add an alternative French XKB layout (fr-latin9) (#A.1446, Guylhem Aznar, · 34c0907a
      dawes authored
            Rene Cougnenc, Nicolas Mailhot).
      34c0907a
  4. Dec 19, 2002
  5. Dec 18, 2002
  6. Dec 17, 2002
Loading