Mercurial > audlegacy
diff ChangeLog @ 1778:1d3d05c541d3 trunk
[svn] - support for: [skin.hints:mainwinNumber(0-4)(X,Y)] properties.
author | nenolod |
---|---|
date | Wed, 04 Oct 2006 02:31:31 -0700 |
parents | 17e38b5c8e2f |
children | 87d4da9b31ea |
line wrap: on
line diff
--- a/ChangeLog Wed Oct 04 02:22:04 2006 -0700 +++ b/ChangeLog Wed Oct 04 02:31:31 2006 -0700 @@ -1,3 +1,13 @@ +2006-10-04 09:22:04 +0000 William Pitcock <nenolod@nenolod.net> + revision [2511] + - support for the [skin.hints:mainwinTextWidth] property. + + trunk/audacious/mainwin.c | 4 ++++ + trunk/audacious/widgets/skin.c | 8 ++++++++ + trunk/audacious/widgets/skin.h | 1 + + 3 files changed, 13 insertions(+) + + 2006-10-04 09:21:05 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [2509] - make audacious re-link when libwidgets.a has been updated.