[gtkmm] Gtkmm-forge digest, Vol 1 #310 - 5 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #310 - 5 msgs
- Date: Wed, 11 Dec 2002 12:02:00 -0800
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 100887] New - need to distribute scripts/macros.m4 (bugzilla-daemon widget gnome org)
2. [Bug 100887] Changed - need to distribute scripts/macros.m4 (bugzilla-daemon widget gnome org)
3. [Bug 100836] Changed - const get methods (bugzilla-daemon widget gnome org)
4. [Bug 100840] Changed - Client::get_entry() locale todo comment (bugzilla-daemon widget gnome org)
5. [Bug 100887] Changed - need to distribute scripts/macros.m4 (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 10 Dec 2002 17:51:36 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 100887] New - need to distribute scripts/macros.m4
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=100887
Changed by btb debian org
--- shadow/100887 Tue Dec 10 17:51:36 2002
+++ shadow/100887.tmp.6701 Tue Dec 10 17:51:36 2002
@@ -0,0 +1,18 @@
+Bug#: 100887
+Product: gnomemm
+Version: 2.0
+OS: All
+OS Details: all
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: btb debian org
+TargetMilestone: ---
+URL:
+Summary: need to distribute scripts/macros.m4
+
+macros.m4 needs to be there if you want to rerun aclocal. Right now it is
+not distributed in any of the gnomemm tarballs.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 10 Dec 2002 17:52:25 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 100887] Changed - need to distribute scripts/macros.m4
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=100887
Changed by btb debian org
--- shadow/100887 Tue Dec 10 17:51:36 2002
+++ shadow/100887.tmp.7148 Tue Dec 10 17:52:25 2002
@@ -13,6 +13,11 @@
TargetMilestone: ---
URL:
Summary: need to distribute scripts/macros.m4
macros.m4 needs to be there if you want to rerun aclocal. Right now it is
not distributed in any of the gnomemm tarballs.
+
+------- Additional Comments From btb debian org 2002-12-10 17:52 -------
+Created an attachment (id=12908)
+distribute macros.m4
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, Andreas Holzmann epost de
Cc:
Date: Tue, 10 Dec 2002 18:12:29 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 100836] Changed - const get 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=100836
Changed by murrayc usa net
--- shadow/100836 Tue Dec 10 08:25:35 2002
+++ shadow/100836.tmp.17319 Tue Dec 10 18:12:29 2002
@@ -1,13 +1,13 @@
Bug#: 100836
Product: gnomemm
Version: 2.0
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: enhancement
Priority: Normal
Component: gconfmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: Andreas Holzmann epost de
TargetMilestone: ---
@@ -17,6 +17,9 @@
Could we make get methods const?
------- Additional Comments From Andreas Holzmann epost de 2002-12-10 08:25 -------
Created an attachment (id=12893)
patch to make get methods const
+
+------- Additional Comments From murrayc usa net 2002-12-10 18:12 -------
+Applied. Thanks.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, Andreas Holzmann epost de
Cc:
Date: Tue, 10 Dec 2002 18:28:04 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 100840] Changed - Client::get_entry() locale todo comment
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=100840
Changed by murrayc usa net
--- shadow/100840 Tue Dec 10 08:30:46 2002
+++ shadow/100840.tmp.23988 Tue Dec 10 18:28:04 2002
@@ -1,13 +1,13 @@
Bug#: 100840
Product: gnomemm
Version: 2.0
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: enhancement
Priority: Normal
Component: gconfmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: Andreas Holzmann epost de
TargetMilestone: ---
@@ -20,6 +20,18 @@
add another get_entry() method that uses the default locale.
------- Additional Comments From Andreas Holzmann epost de 2002-12-10 08:30 -------
Created an attachment (id=12894)
adds get_entry method using default locale
+
+------- Additional Comments From murrayc usa net 2002-12-10 18:28 -------
+Yes, well done. The C functions are not documented, but this is in the
+source code:
+
+"
+if (locale != NULL)
+ g_warning("haven't implemented getting a specific locale in
+GConfClient");
+"
+
+Applied.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Tue, 10 Dec 2002 18:31:00 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 100887] Changed - need to distribute scripts/macros.m4
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=100887
Changed by murrayc usa net
--- shadow/100887 Tue Dec 10 17:52:25 2002
+++ shadow/100887.tmp.25227 Tue Dec 10 18:31:00 2002
@@ -1,13 +1,13 @@
Bug#: 100887
Product: gnomemm
Version: 2.0
OS: All
OS Details: all
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: btb debian org
TargetMilestone: ---
@@ -18,6 +18,9 @@
not distributed in any of the gnomemm tarballs.
------- Additional Comments From btb debian org 2002-12-10 17:52 -------
Created an attachment (id=12908)
distribute macros.m4
+
+------- Additional Comments From murrayc usa net 2002-12-10 18:30 -------
+Well done. Thanks. Applied.
--__--__--
_______________________________________________
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]