[Geany-devel] Mail error messages on SVN commit

Lex Trotman elextr at xxxxx
Thu Oct 23 00:13:45 UTC 2008


Enrico asked about mail error messages when I committed to SVN, gmail
helpfully hid them in spam and I just found them, see below.

Cheers
Lex

---------- Forwarded message ----------
From: Mail Delivery System <Mailer-Daemon at users.sourceforge.net>
Date: Fri, Oct 17, 2008 at 7:03 PM
Subject: Mail delivery failed: returning message to sender
To: elextr at users.sourceforge.net


This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

 svn2irc at uvena.de
   retry timeout exceeded

------ This is a copy of the message, including all the headers. ------

Return-path: <elextr at users.sourceforge.net>
Received: from apache by bj8yhf1.ch3.sourceforge.com with local (Exim 4.69)
       (envelope-from <elextr at users.sourceforge.net>)
       id 1KqkFz-0005zC-Cc
       for svn2irc at uvena.de; Fri, 17 Oct 2008 08:00:23 +0000
MIME-Version: 1.0
From: elextr at users.sourceforge.net
Errors-To: elextr at users.sourceforge.net
To: svn2irc at uvena.de
Subject: SF.net SVN: geany:[3108] branches/build-system
X-Mailer: SVN::Notify 2.66: http://search.cpan.org/dist/SVN-Notify/
Content-Type <http://search.cpan.org/dist/SVN-Notify/Content-Type>:
text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <E1KqkFz-0005zC-Cc at bj8yhf1.ch3.sourceforge.com>
Date: Fri, 17 Oct 2008 08:00:23 +0000

Revision: 3108
         http://geany.svn.sourceforge.net/geany/?rev=3108&view=rev
Author:   elextr
Date:     2008-10-17 08:00:22 +0000 (Fri, 17 Oct 2008)

Log Message:
-----------
The first partial prototype of project build commands.

Modified Paths:
--------------
   branches/build-system/ChangeLog
   branches/build-system/src/build.c
   branches/build-system/src/build.h
   branches/build-system/src/project.c
   branches/build-system/src/project.h


This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.



and the second message



This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

 geany-commits at uvena.de
   retry timeout exceeded

------ This is a copy of the message, including all the headers. ------

Return-path: <elextr at users.sourceforge.net>
Received: from apache by bj8yhf1.ch3.sourceforge.com with local (Exim 4.69)
       (envelope-from <elextr at users.sourceforge.net>)
       id 1KqkFz-0005z5-6Y
       for geany-commits at uvena.de; Fri, 17 Oct 2008 08:00:23 +0000
MIME-Version: 1.0
From: elextr at users.sourceforge.net
Errors-To: elextr at users.sourceforge.net
To: geany-commits at uvena.de
Subject: SF.net SVN: geany:[3108] branches/build-system
X-Mailer: SVN::Notify 2.66: http://search.cpan.org/dist/SVN-Notify/
Content-Type <http://search.cpan.org/dist/SVN-Notify/Content-Type>:
text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <E1KqkFz-0005z5-6Y at bj8yhf1.ch3.sourceforge.com>
Date: Fri, 17 Oct 2008 08:00:23 +0000

Revision: 3108
         http://geany.svn.sourceforge.net/geany/?rev=3108&view=rev
Author:   elextr
Date:     2008-10-17 08:00:22 +0000 (Fri, 17 Oct 2008)

Log Message:
-----------
The first partial prototype of project build commands.

Modified Paths:
--------------
   branches/build-system/ChangeLog
   branches/build-system/src/build.c
   branches/build-system/src/build.h
   branches/build-system/src/project.c
   branches/build-system/src/project.h

Modified: branches/build-system/ChangeLog
===================================================================
--- branches/build-system/ChangeLog     2008-10-16 18:21:14 UTC (rev 3107)
+++ branches/build-system/ChangeLog     2008-10-17 08:00:22 UTC (rev 3108)
@@ -1,3 +1,25 @@
+2008-10-17 Lex Trotman <elextr(at)gmail(dot)com>
+
+ Prototype of project customisable build menu commands
+
+ * src/build.h:
+   added build_default_menu() to interface, used by projects
+ * src/build.c:
+   build_make_file() changed to take commands from project or default
+   create_build_menu_gen() changed to create the menu from the project
+   settings or default & unref old menu so callable more than once
+   build_default_menu() added
+   on_includes_arguments_dialog_response() added getting the values for
+   the project fields
+   show_includes_arguments_gen() added the extra fields for project
commands
+ * src/project.h:
+   added command and label fields to the project structure
+ * src/project.c:
+   update_ui() calls build_default_menu to make menu match project status
+   load_config() added loads for build commands & labels
+   write_config() added saves for build commands and labels
+
+
 2008-10-10  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

 * doc/geany.txt, doc/geany.html, src/about.c, THANKS:


rest of the diff omitted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/devel/attachments/20081023/cf9a1dde/attachment.html>


More information about the Devel mailing list