[gtkmm] Gtkmm-forge digest, Vol 1 #415 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #415 - 4 msgs
- Date: Mon, 28 Apr 2003 20:01:46 -0700
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-admin lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.
Today's Topics:
1. [Bug 111298] Changed - problems with enums... (bugzilla-daemon widget gnome org)
2. [Bug 111771] New - Mega Patch (bugzilla-daemon widget gnome org)
3. [Bug 111771] Changed - Mega Patch (bugzilla-daemon widget gnome org)
4. [Bug 111713] Changed - Fix for file_info methods (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mxpxfifws yahoo com
Cc:
Date: Mon, 28 Apr 2003 06:51:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111298] Changed - problems with enums...
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111298
Changed by murrayc usa net
--- shadow/111298 Sun Apr 27 20:41:15 2003
+++ shadow/111298.tmp.28156 Mon Apr 28 06:51:26 2003
@@ -92,6 +92,9 @@
apply <a href="http://bugzilla.gnome.org/show_bug.cgi?id=111291">the
patch here</a> first so gnome-vfsmm will compile correctly, pkg-config
will work, and the header files will install in the correct place. I
hacked the libgnomevfs_enums.def file so the VFS_ prefix is gone from
the enum values (I couldn't think of any other way to do that off the
top of my head).
+
+------- Additional Comments From murrayc usa net 2003-04-28 06:51 -------
+Well done. You are doing very well without me helping you enough.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 28 Apr 2003 14:21:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111771] New - Mega Patch
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111771
Changed by mxpxfifws yahoo com
--- shadow/111771 Mon Apr 28 14:21:59 2003
+++ shadow/111771.tmp.23113 Mon Apr 28 14:21:59 2003
@@ -0,0 +1,25 @@
+Bug#: 111771
+Product: gnomemm
+Version: 2.0
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: gnome-vfsmm
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: mxpxfifws yahoo com
+TargetMilestone: ---
+URL:
+Summary: Mega Patch
+
+This patch combines my last two patches
+(http://bugzilla.gnome.org/show_bug.cgi?id=111291 and
+http://bugzilla.gnome.org/show_bug.cgi?id=111298), Per's patch
+(http://bugzilla.gnome.org/show_bug.cgi?id=111713) and some new stuff that
+I worked on today. I also added a changelog to Per's patch with his name,
+email, and all that good changelog goodness. If I missed anything, please
+reply to this bug, but I think I got it all :). All of these changes seem
+to be needed, so I just combined them to make it easier for a maintainer to
+add. I hope this doesn't offend anyone.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 28 Apr 2003 14:22:34 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111771] Changed - Mega Patch
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111771
Changed by mxpxfifws yahoo com
--- shadow/111771 Mon Apr 28 14:21:59 2003
+++ shadow/111771.tmp.23462 Mon Apr 28 14:22:33 2003
@@ -20,6 +20,11 @@
(http://bugzilla.gnome.org/show_bug.cgi?id=111713) and some new stuff that
I worked on today. I also added a changelog to Per's patch with his name,
email, and all that good changelog goodness. If I missed anything, please
reply to this bug, but I think I got it all :). All of these changes seem
to be needed, so I just combined them to make it easier for a maintainer to
add. I hope this doesn't offend anyone.
+
+------- Additional Comments From mxpxfifws yahoo com 2003-04-28 14:22 -------
+Created an attachment (id=16083)
+Here it is... have fun with it :)
+
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, pkg newmad no
Cc:
Date: Mon, 28 Apr 2003 14:25:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 111713] Changed - Fix for file_info methods
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111713
Changed by mxpxfifws yahoo com
--- shadow/111713 Sun Apr 27 16:38:19 2003
+++ shadow/111713.tmp.24471 Mon Apr 28 14:25:03 2003
@@ -20,6 +20,11 @@
exceptions on failure.
------- Additional Comments From pkg newmad no 2003-04-27 16:38 -------
Created an attachment (id=16064)
The fix
+
+------- Additional Comments From mxpxfifws yahoo com 2003-04-28 14:25 -------
+Check out this new "mega" patch
+(http://bugzilla.gnome.org/show_bug.cgi?id=111771). I combined your
+patch with mine and added a changelog entry for your stuff.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]