savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/infra/elisp savannah.el


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/infra/elisp savannah.el
Date: Sat, 05 Mar 2005 04:03:38 -0500

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/03/05 09:03:38

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Take account of the fact message are not signed - hence "Regards,\n\n" 
-> "Regards."

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.9 
administration/infra/elisp/savannah.el:1.10
--- administration/infra/elisp/savannah.el:1.9  Wed Feb 23 23:35:04 2005
+++ administration/infra/elisp/savannah.el      Sat Mar  5 09:03:38 2005
@@ -65,7 +65,7 @@
 ;;   sv-closing-resubmit, and added sv-deleted-pending and
 ;;   sv-problem-fdl-info.
 ;;
-;; $Id: savannah.el,v 1.9 2005/02/23 23:35:04 Beuc Exp $
+;; $Id: savannah.el,v 1.10 2005/03/05 09:03:38 Beuc Exp $
 
 ;;
 ;; General
@@ -93,7 +93,7 @@
 
 The re-registration URL found in our acknowledgment of your earlier 
registration will direct you to the proper location where you can re-register 
your project.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-closing-resubmit text.")
   )
 
@@ -104,7 +104,7 @@
   ""
   (insert "Please resubmit your project in English. English is the only 
language that the whole Savannah team understand and needed for transparency 
and archival.
 
-Regards,\n")
+Regards.")
   (message "Inserted sv-closing-english-resubmit text.")
 )
 
@@ -115,7 +115,7 @@
   ""
   (insert "If you are willing to make the changes mentioned above, please 
provide us with an URL to an updated tarball of your project.  Upon review, we 
will reconsider your project for inclusion in Savannah.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-closing-reply text.")
   )
 
@@ -131,7 +131,7 @@
 
 If within one week I still do not get a reply, I will remove your project. You 
will still be able to register it again once you have the time to deal with the 
registration issues.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-ping text.")
   )
 
@@ -420,7 +420,7 @@
 
 Thank you for your understanding.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-reject-nonfree-operating-system text.")
   )
 
@@ -437,7 +437,7 @@
 
 Thank you for your understanding.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-reject-proprietary text.")
   )
 
@@ -455,7 +455,7 @@
 
 Thank you for your understanding.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-reject-java-nonfree text.")
   )
 
@@ -468,7 +468,7 @@
 
 However, if you think this project can be modified to primarily serve system 
administrators aims instead of the crackers', and if you want to keep the 
development in that direction, we may reconsider your project. Please then 
resubmit your project with a description fitting this goal.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-reject-cracking text.")
   )
 
@@ -485,7 +485,7 @@
 
 I have approved your project.  You will receive an automated e-mail containing 
detailed information about the approval.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-approve text.")
   )
 
@@ -498,7 +498,7 @@
 
 When those things are ready, write to address@hidden to ask for an evaluation 
of your project for inclusion in GNU.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-approve-as-nongnu text.")
   )
 
@@ -515,7 +515,7 @@
 
 You should get an automated email with more information shortly.
 
-Regards,\n\n")
+Regards.")
   (message "Inserted sv-approve-without-source-code text.")
   )
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]