libXaw: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Fri Jan 9 14:56:31 PST 2009


 .gitignore              |    6 ++
 Makefile.am             |    2 
 configure.ac            |   11 +++-
 include/X11/Xaw/TextP.h |    2 
 src/AllWidgets.c        |    1 
 src/AsciiSrc.c          |    4 -
 src/Command.c           |    4 -
 src/Dialog.c            |    2 
 src/DisplayList.c       |    2 
 src/Paned.c             |    6 +-
 src/Pixmap.c            |    2 
 src/Text.c              |    2 
 src/TextAction.c        |  119 ++++++++++++++++++------------------------------
 src/TextTr.c            |    2 
 src/Tip.c               |    2 
 src/Tree.c              |    4 -
 src/Vendor.c            |    2 
 17 files changed, 80 insertions(+), 93 deletions(-)

New commits:
commit 654fd414b7ebe3a0fccd6712bf52666d42d2a711
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Jan 9 20:24:10 2009 -0200

    Changed AsciiSrc widget to use only binary selection transfers.
    
      Conversion from multi byte to single byte text format, and
    vice versa, frequently doesn't do what the user want, so,
    operate only on literal/binary selection transfers.

commit 0b9de9e69e95872dd3eddbe5c1602e42c27c53e1
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Jan 9 19:18:36 2009 -0200

    Compile warning fixes.
    
      This uses XORG_CHANGELOG macro to properly work with the "git-log"
    to "git log" change (required to pass "make distcheck"), uses the
    XORG_CWARNFLAGS macro. Most gcc 4.3 and sparse warnings corrected.



More information about the xorg-commit mailing list