[gtkmm] Gtkmm-forge digest, Vol 1 #194 - 5 msgs



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 90762] New - PORTING file should be included in distribution (bugzilla-daemon widget gnome org)
   2. [Bug 90762] Changed - PORTING file should be included in distribution (bugzilla-daemon widget gnome org)
   3. [Bug 90689] Changed - Patch to check for existence of 'dot' (bugzilla-daemon widget gnome org)
   4. [Bug 90753] Changed - Gtk::Scale methods use int instead of bool (and aren't documented) (bugzilla-daemon widget gnome org)
   5. [Bug 90762] Changed - PORTING file should be included in distribution (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 14 Aug 2002 15:14:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90762] New - PORTING file should be included in distribution

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=90762

Changed by btb debian org 

--- shadow/90762	Wed Aug 14 15:14:45 2002
+++ shadow/90762.tmp.10839	Wed Aug 14 15:14:45 2002
@@ -0,0 +1,43 @@
+Bug#: 90762
+Product: gtkmm
+Version: 2.0
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: btb debian org               
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL: 
+Summary: PORTING file should be included in distribution
+
+PORTING is not included in the gtkmm-1.3.* tarballs.
+
+This should be all that is needed, if you use 'make dist' to build your
+tarballs.
+
+Index: Makefile.am
+===================================================================
+RCS file: /cvs/gnome/gtkmm-root/base/Makefile.am,v
+retrieving revision 1.19
+diff -u -r1.19 Makefile.am
+--- Makefile.am	29 Jun 2002 10:08:12 -0000	1.19
++++ Makefile.am	14 Aug 2002 01:00:44 -0000
+@@ -8,7 +8,7 @@
+ 
+	  build_shared/Makefile_gensrc.am_fragment \
+ 
+	  build_shared/Makefile_gensrc_platform.am_fragment \
+ 
+	  build_shared/Makefile_build_extra.am_fragment \
+-
+	  CHANGES README.win32
++
+	  CHANGES README.win32 PORTING
+ 
+ 
+ all-local:



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 14 Aug 2002 15:16:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90762] Changed - PORTING file should be included in distribution

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=90762

Changed by btb debian org 

--- shadow/90762	Wed Aug 14 15:14:45 2002
+++ shadow/90762.tmp.11230	Wed Aug 14 15:16:39 2002
@@ -38,6 +38,11 @@
 	  CHANGES README.win32
 +
 	  CHANGES README.win32 PORTING
  
  
  all-local:
+
+------- Additional Comments From btb debian org  2002-08-14 15:16 -------
+Created an attachment (id=10490)
+PORTING dist patch
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc: 
Date: Thu, 15 Aug 2002 02:57:56 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Patch to check for existence of 'dot'

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=90689

Changed by murrayc usa net 

--- shadow/90689	Wed Aug 14 14:22:36 2002
+++ shadow/90689.tmp.16402	Thu Aug 15 02:57:56 2002
@@ -68,6 +68,13 @@
 
 I noticed that with non-dot, the diagrams are slightly less complete, but
 I think distributing reference docs is important, and would not want
 to put them into "non-free" or "contrib".
 
 
+
+------- Additional Comments From murrayc usa net  2002-08-15 02:57 -------
+OK, so let's build the documentation when we build the .h/,cc files. I
+think that means building it when we are in maintainer mode.
+
+I don't want to distribute 2 versions of the same documentation, and I
+don't want to distribute crippled documentation.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: 
Date: Thu, 15 Aug 2002 03:06:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90753] Changed - Gtk::Scale methods use int instead of bool (and aren't documented)

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=90753

Changed by murrayc usa net 

--- shadow/90753	Wed Aug 14 12:48:49 2002
+++ shadow/90753.tmp.17363	Thu Aug 15 03:06:01 2002
@@ -1,13 +1,13 @@
 Bug#: 90753
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: olau hardworking dk               
 TargetMilestone: ---
@@ -37,6 +37,12 @@
 checked since I couldn't get the CVS version of gtkmm-1.3 to compile.)
 
 ------- Additional Comments From olau hardworking dk  2002-08-14 12:48 -------
 Created an attachment (id=10488)
 Changes int to bool int set/get_draw_value and adds documentation
 
+
+------- Additional Comments From murrayc usa net  2002-08-15 03:06 -------
+Thanks. calc_digits_() is proctected anyway - the _ suffix shows that
+it is for "internals" anyway.
+
+If you can't build from cvs then tell us about the problem.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc: 
Date: Thu, 15 Aug 2002 03:10:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90762] Changed - PORTING file should be included in distribution

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=90762

Changed by murrayc usa net 

--- shadow/90762	Wed Aug 14 15:16:39 2002
+++ shadow/90762.tmp.17705	Thu Aug 15 03:10:01 2002
@@ -1,13 +1,13 @@
 Bug#: 90762
 Product: gtkmm
 Version: 2.0
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: minor
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: btb debian org               
 QAContact: gtkmm-forge lists sourceforge net
@@ -43,6 +43,9 @@
  all-local:
 
 ------- Additional Comments From btb debian org  2002-08-14 15:16 -------
 Created an attachment (id=10490)
 PORTING dist patch
 
+
+------- Additional Comments From murrayc usa net  2002-08-15 03:09 -------
+Thanks. In future, please patch the ChangeLog so that I don't have to.




--__--__--

_______________________________________________
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]