Commit graph

6 commits

Author SHA1 Message Date
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
reed
350f0a87bd Update to 0.3.1.
Improve COMMENT.
Change configure argument from --with-xawm to --with-xaw3d.
Add to BUILD_DEFS.

(NOTE: I am updating misc/siag also.)

Changelog has:

070830  Two patches from Pascal Terjan fixes buffer overflows
        in MwXFilesel.c and MwXFormat.c.
        Released 0.3.1.

040108  Added John Cwikla's XCC code. Prepended Mw to all files
        and external symbols. This adds "Color Contexts" which
        allow easy colour management with any visual. Anything
        within Mowitz that calls MwAllocColor or MwQueryColor
        will be rewritten to use color contexts instead.

030919  Cleaned up the code for release.
        Released 0.3.0.

030304  New widget in MwApplicationShell.c is subclassed from
        applicationShellWidgetClass, but has callbacks for
        OffiX and Xdnd drops.

030209  MwMenu.c: catch X errors in XGrabButton. Needed for OpenWindows,
        discovered by James B. Hiller <jhiller@visi.net>.
        Released 0.2.3.

030128  Changed malloc to MwMalloc, realloc to MwRealloc and
        free to MwFree in MwRudegrid.c.
2008-01-09 19:00:25 +00:00
reed
9b82c0c8cd Sort entries -- no change to package. 2006-06-05 23:25:43 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
wiz
aac311ac58 Update to 0.2.2:
A freak hack in MwRichtext.c keeps Siag Office from crashing on Solaris.
2003-03-05 13:14:56 +00:00
uebayasi
df4ee67569 Initial import of Mowitz 0.2.1. Required by newer SIAG.
This is the Mowitz ("More widgets") library.
The project's goal is to create a library of widgets for X
applications to use. The widgets have been snarfed from various
sources and are all open source (GPL or MIT licenses).
2003-01-16 05:40:54 +00:00