savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/infra savannah.el


From: Elfyn McBratney
Subject: [Savannah-cvs] administration/infra savannah.el
Date: Tue, 17 Aug 2004 18:26:43 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Elfyn McBratney <address@hidden>        04/08/17 22:12:42

Modified files:
        infra          : savannah.el 

Log message:
        Added sv-deleted-pending().

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

Patches:
Index: administration/infra/savannah.el
diff -u administration/infra/savannah.el:1.11 
administration/infra/savannah.el:1.12
--- administration/infra/savannah.el:1.11       Tue Aug 10 20:10:37 2004
+++ administration/infra/savannah.el    Tue Aug 17 22:12:42 2004
@@ -53,7 +53,7 @@
 ;;   the changes that Paul A. Crable suggested and added the sections
 ;;   about the LGPL.
 ;;
-;; $Id: savannah.el,v 1.11 2004/08/10 20:10:37 beu Exp $
+;; $Id: savannah.el,v 1.12 2004/08/17 22:12:42 beu Exp $
 
 ;; GENERAL
 
@@ -101,6 +101,15 @@
   (message "Inserted \(savannah.el\)")
   )
 
+(defun sv-deleted-pending ()
+  (interactive)
+  "Pending project has been deleted due to lack of response from submitter."
+  (insert "As we have not had a response from you, we have deleted your project
+from the pending queue.  If you would still like to have your project
+hosted at Savannah, please re-submit it for evaluation.\n\n")
+  (message "Inserted \(savannah.el\)")
+)
+
 ;; PROBLEMS IN THE REGISTRATION
 
 (defun sv-problem-details ()




reply via email to

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