Do these include all of Gaetan's suggestions? You should be able to push these yourself (libXaw isn't managed like xorg-server). If you lack permissions to do so, let me know, and I'll do it for you. You can also file a fd.o bug to get the permissions.
--Jeremy On Aug 24, 2011, at 10:18 PM, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz <[email protected]> > > The following changes since commit 3bf23fa01d486b6b475e79de95fbb0824840ce5e: > > Move generated src/* files to src/.gitignore (2011-08-06 15:25:15 -0400) > > are available in the git repository at: > git://people.freedesktop.org/~yselkowitz/libXaw3d master > > Yaakov Selkowitz (11): > Fix xaw3dincludedir > Fix make distcheck > Add pkg-config file > Remove unused PROJECT_ROOT define > Remove excess PKG_PROG_PKG_CONFIG call > Use XORG_DEFAULT_OPTIONS > Add standard README > Add COPYING file > Remove AM_PROG_CC_C_O > unifdef -DNeedFunctionPrototypes -DNeedVarargsPrototypes > Fix DLL initialization on PE platforms > > COPYING | 137 ++++++++++++++++++++++++++++++++++++++++ > Makefile.am | 3 + > README | 26 ++++++++ > configure.ac | 16 ++--- > include/Makefile.am | 2 +- > include/X11/Xaw3d/AsciiSrc.h | 8 --- > include/X11/Xaw3d/Dialog.h | 4 - > include/X11/Xaw3d/Form.h | 2 - > include/X11/Xaw3d/List.h | 8 --- > include/X11/Xaw3d/MultiSinkP.h | 2 - > include/X11/Xaw3d/MultiSrc.h | 6 -- > include/X11/Xaw3d/MultiSrcP.h | 4 - > include/X11/Xaw3d/Paned.h | 10 --- > include/X11/Xaw3d/Scrollbar.h | 2 - > include/X11/Xaw3d/SimpleMenu.h | 6 -- > include/X11/Xaw3d/SmeThreeD.h | 4 - > include/X11/Xaw3d/SmeThreeDP.h | 2 - > include/X11/Xaw3d/Text.h | 34 ---------- > include/X11/Xaw3d/TextP.h | 8 --- > include/X11/Xaw3d/TextSink.h | 20 ------ > include/X11/Xaw3d/TextSrc.h | 12 ---- > include/X11/Xaw3d/TextSrcP.h | 4 - > include/X11/Xaw3d/ThreeD.h | 6 -- > include/X11/Xaw3d/Tip.h | 4 - > include/X11/Xaw3d/Toggle.h | 8 --- > include/X11/Xaw3d/Tree.h | 2 - > include/X11/Xaw3d/Viewport.h | 4 - > include/X11/Xaw3d/Xaw3dP.h | 4 - > include/X11/Xaw3d/XawImP.h | 32 --------- > src/AsciiSrc.c | 21 ------ > src/Dialog.c | 13 ---- > src/Form.c | 6 -- > src/List.c | 24 ------- > src/Makefile.am | 21 +++--- > src/MultiSink.c | 27 -------- > src/MultiSrc.c | 16 ----- > src/Paned.c | 29 --------- > src/Scrollbar.c | 6 -- > src/SimpleMenu.c | 15 ----- > src/Text.c | 105 ------------------------------ > src/TextSink.c | 72 --------------------- > src/TextSrc.c | 55 ---------------- > src/Toggle.c | 21 ------ > src/Tree.c | 5 -- > src/Vendor.c | 46 +++++++++++++- > src/Viewport.c | 12 ---- > src/XawI18n.c | 5 -- > src/XawI18n.h | 2 - > src/XawIm.c | 102 ----------------------------- > xaw3d.pc.in | 12 ++++ > 50 files changed, 241 insertions(+), 754 deletions(-) > create mode 100644 COPYING > create mode 100644 README > create mode 100644 xaw3d.pc.in > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel > --- Jeremy Huddleston Rebuild Sudan - Board of Directors - http://www.rebuildsudan.org Berkeley Foundation for Opportunities in Information Technology - Advisory Board - http://www.bfoit.org _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
