On Wed, 2011-08-24 at 06:11 -0500, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz <[email protected]> > > 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 > unifdef -DNeedFunctionPrototypes -DNeedVarargsPrototypes > Remove AM_PROG_CC_C_O > Fix DLL initialization on PE platforms > > COPYING | 138 > ++++++++++++++++++++++++++++++++++++++++ > Makefile.am | 3 + > README | 26 ++++++++ > configure.ac | 16 ++--- > include/Makefile.am | 4 +- > 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, 243 insertions(+), 755 deletions(-) > create mode 100644 COPYING > create mode 100644 README > create mode 100644 xaw3d.pc.in >
For the series: Acked-by: Gaetan Nadon <[email protected]> I assume this is in git://people.freedesktop.org/~mattst88/libXaw3d Suggestion: AC_INIT([libXaw3d], [1.5E]) Now that the module seems to be officially xorg hosted, the AC_INIT should be similar to: AC_INIT([libXaw], [1.0.9], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXaw]) I think Matt intended to make a 1.6.0 release soon once the renovation is finished.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
