Subject: CVS commit: pkgsrc/devel/kdbg
To: None <pkgsrc-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: pkgsrc-changes
Date: 07/17/2002 14:32:17
Module Name:	pkgsrc
Committed By:	skrll
Date:		Wed Jul 17 11:32:17 UTC 2002

Modified Files:
	pkgsrc/devel/kdbg: Makefile PLIST distinfo
	pkgsrc/devel/kdbg/patches: patch-aa patch-ab patch-ac

Log Message:
Update to 1.2.5. Changes are:

        Now compiles for KDE 3.

        Fixed make install for builddir != srcdir.

        Fixed status bar flicker. This gives a nice speed-up by a factor of 4
        when the contents of an array of 50 QStrings are displayed!

        Now compiles for KDE 3 (Beta1).

        Support QString of Qt 3.x.

        Improved (and fixed) the display of arrays with repeated values.

        Fixed crash when a file is reloaded while disassembled code is
        displayed.

        Fixed parsing of stack frames involving signal handler invocations.

        Fixed invisible toolbar under KDE 2.x (really, this time, I promise).

        Fixed crash when no line has the cursor (empty files).

        Don't display a blank page when a non-existing file was tried to open.

        The memory window is now organized in columns. Values that changed
        between program stops are displayed in red color. Big kudos go to
        Alexandre Clement for this feature.

From Joe Reed <jnr@po.cwru.edu> in pkg/17577


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/devel/kdbg/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/kdbg/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/kdbg/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/kdbg/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/kdbg/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/kdbg/patches/patch-ac

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