Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 11/02/1999 20:02:58
Module Name:	pkgsrc
Committed By:	hubertf
Date:		Wed Nov  3 04:02:58 UTC 1999

Modified Files:
	pkgsrc/audio/xhippo: Makefile
	pkgsrc/audio/xhippo/files: md5

Log Message:
Update to V2.0:

        * xhippo.c: Changed version to 2.0. A while ago I forked this
        version to experiment with using a CList rather than a List; I
        think this will be the way to go in the future, so I'm sticking
        with it. The scrolled window now always has the right scrollbar
        and never the bottom one; this was HiP's behaviour, and I rather
        liked it. It occurred to me that I hadn't done much development on
        xhippo since it became a GNU project, so I figured that it was
        time to spend some time on the improved version and tidy it up a
        little. Reenabled scroll_catchup that I'd commented out; it now
        works but gets positioning slightly wrong. Made the load requester
        OK handler scroll the list back up to the top. Added -Wall to the
        compilation options to find compiler warnings (and removed
        them). Noticed that ID3 tag reading is horribly broken, reading
        (apparently) 4 more characters than it should; fixed, although I
        don't have the ID3 spec to fix it properly.  Added HiP-esque
        keyboard accelerators for Stop and Random. (I've bound both KP*
        and KP- to Random because on the Amiga keyboard the star is in the
        top right corner. I have no idea what HiP's accelerator for Stop
        was, so I've bound / to it.) Fixed the Restart button (adding
        last_played along the way). Also, I have no idea what I did, but
        it fixed the resizing problem, so that's good. Checked the look of
        the interface with several GTK themes... it's looking good!
        (Particularly with XFCE.)


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/audio/xhippo/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/audio/xhippo/files/md5

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