libX11: Changes to 'master'

James Cloos cloos at kemper.freedesktop.org
Sat May 5 21:27:55 EEST 2007


 nls/el_GR.UTF-8/Compose.pre |  433 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 433 insertions(+)

New commits:
commit c76d30253f1483ac8200ad5c032a818907e65030
Author: Jan Willem Stumpel <jstumpel at planet.nl>
Date:   Fri May 4 12:00:49 2007 -0700

    Update el_GR.UTF-8/Compose.pre to match changes in xkeyboard-config cvs
    
    Cf:
    
      https://bugs.freedesktop.org/show_bug.cgi?id=10851
      https://bugs.freedesktop.org/show_bug.cgi?id=10824
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386385
    
    The greek keyboard definition was changed to replace dead_horn and
    dead_ogonek with U0313 COMBINING COMMA ABOVE (aka Psili) and U0314
    COMBINING REVERSED COMMA ABOVE (aka Dasia).
    
    This patch modifies the Greek Compose.pre to match.
    
    It is generated by the script Jan Willem Stumpel <jstumpel at planet.nl>
    posted to 386385 at bugs.debian.org:
    
    #!/usr/bin/perl
    while (<>) {
      print $_;
      if (/dead_horn/) {
        s/dead_horn/U0313/;
        print $_;
      }
      elsif (/dead_ogonek/) {
        s/dead_ogonek/U0314/;
        print $_;
      }
    }




More information about the xorg-commit mailing list