Subject: CVS commit: pkgsrc/x11/neXtaw
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/05/2003 10:08:39
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Oct  5 10:08:39 UTC 2003

Modified Files:
	pkgsrc/x11/neXtaw: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to 0.15.1:
0.15.1:
030915  Toggle again: the check mark displayed in the wrong place
        when the widget wasn't its default height.
        Added code to the Command Redisplay function so it doesn't
        shift the text when the widget is a Toggle in check or radio
        style. That's really ugly because we're depending
        on how the widget is subclassed. But it works.
030913  The new highlighting code broke with the Toggle widget
        in radio or check style.
030912  Fixed function prototypes in Toggle.c and fixed bugs
        caused by not having them in the first place.
030903  Eliminated warnings caused by missing #includes.
030902  Scrollbar: Added XtNarrowStyle resource to make arrows in the
        style of Windows ("win95") or NeXt ("next", default).
        UPDATE: This was later backed out.

0.15.0:
030902  Scrollbar: Made the bump on the thumb optional (resource
        XtNdrawBump, default True).
030901  ThreeD: Added XtNbevel resource to make the bevel "solid"
        (Motif/Xaw3d-like) or "rounded" (neXtaw, default).
        Added the same code to neXtawDrawShadowBox in Misc.c, which
        is used by Scrollbar and SimpleMenu.
        Added a 3D bevel to Text using a similar hack as in Xaw95.
030831  Command, Repeater and Toggle: Draw a dotted rectangle around
        the highlighted widget. Reduced the distance the text shifts
        in a set widget to 1 pixel.
030824  Added traversal code from Ed Falk's XawM. Note: KDE messes up
        translations for the Command widget. That is a bug in KDE.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/x11/neXtaw/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/neXtaw/PLIST pkgsrc/x11/neXtaw/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/neXtaw/buildlink2.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.