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: Wed, 29 Jun 2005 15:42:07 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/06/29 19:42:06

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Added canned text to warn projects approved without source code that we 
need an answer.

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

Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.34 
administration/infra/elisp/savannah.el:1.35
--- administration/infra/elisp/savannah.el:1.34 Thu Jun 23 19:11:45 2005
+++ administration/infra/elisp/savannah.el      Wed Jun 29 19:42:06 2005
@@ -68,7 +68,7 @@
 ;;   lots of changes tracked via CVS, with suggestions or patches from
 ;;   Jonathan V. Gonzales and Sebastian Wieseler.
 ;;
-;; $Id: savannah.el,v 1.34 2005/06/23 19:11:45 Beuc Exp $
+;; $Id: savannah.el,v 1.35 2005/06/29 19:42:06 Beuc Exp $
 
 ;;
 ;; General
@@ -633,5 +633,18 @@
   (message "Inserted sv-active-p text.")
   )
 
+(defun sv-ping-without-source-code ()
+  (interactive)
+  (insert "Hello,
+
+When we approved your project, we made it clear that we would review it in the 
near future, to check its compliance with our policies.
+
+Please reply asap to this tracker. If within one week we still do not get a 
reply, we will close the account.
+
+Regards.\n")
+  (message "Inserted sv-active-p text.")
+  )
+
+
 
 (provide 'savannah)




reply via email to

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