savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/savannah/backend/gnu-specific sa...


From: Elfyn McBratney
Subject: [Savannah-cvs] administration/savannah/backend/gnu-specific sa...
Date: Wed, 28 Jul 2004 17:24:51 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Elfyn McBratney <address@hidden>        04/07/28 21:20:57

Modified files:
        savannah/backend/gnu-specific: savannah.el 

Log message:
        New sv-closing().

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

Patches:
Index: administration/savannah/backend/gnu-specific/savannah.el
diff -u administration/savannah/backend/gnu-specific/savannah.el:1.8 
administration/savannah/backend/gnu-specific/savannah.el:1.9
--- administration/savannah/backend/gnu-specific/savannah.el:1.8        Sun Nov 
16 11:26:17 2003
+++ administration/savannah/backend/gnu-specific/savannah.el    Wed Jul 28 
21:20:57 2004
@@ -53,7 +53,7 @@
 ;;   the changes that Paul A. Crable suggested and added the sections
 ;;   about the LGPL.
 ;;
-;; $Id: savannah.el,v 1.8 2003/11/16 11:26:17 yeupou Exp $
+;; $Id: savannah.el,v 1.9 2004/07/28 21:20:57 beu Exp $
 
 ;; GENERAL
 
@@ -65,23 +65,34 @@
   (message "Inserted \(savannah.el\)")
   )
 
+;;(defun sv-closing ()
+;;  (interactive)
+;;  "End of the message"
+;;  (insert "Please register your project once more with the changes
+;;mentioned above.  
+;;
+;;We cannot track projects that have been answered but not approved, so
+;;we must ask you to register the project whenever you change the
+;;registration. Make sure to apply all changes so you need to reregister
+;;only once.
+;;
+;;The re-registration URL found in our acknowledgement of your earlier
+;;registration will direct you to the proper location.
+;;
+;;Regards,\n\n")
+;;  (message "Inserted \(savannah.el\)")
+;;  )
+
 (defun sv-closing ()
   (interactive)
   "End of the message"
-  (insert "Please register your project once more with the changes
-mentioned above.  
-
-We cannot track projects that have been answered but not approved, so
-we must ask you to register the project whenever you change the
-registration. Make sure to apply all changes so you need to reregister
-only once.
-
-The re-registration URL found in our acknowledgement of your earlier
-registration will direct you to the proper location.
+  (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")
   (message "Inserted \(savannah.el\)")
-  )
+)
 
 (defun sv-closing-no-resubmit ()
   (interactive)




reply via email to

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