[Top][All Lists]
[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, 21 Jan 2006 22:32:12 +0000 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 06/01/21 22:32:12
Modified files:
infra/elisp : savannah.el
Log message:
new canned text to ask about Savannah usage
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.44
administration/infra/elisp/savannah.el:1.45
--- administration/infra/elisp/savannah.el:1.44 Sun Jan 15 16:46:12 2006
+++ administration/infra/elisp/savannah.el Sat Jan 21 22:32:12 2006
@@ -73,7 +73,7 @@
;; lots of changes tracked via CVS, with suggestions or patches from
;; Jonathan V. Gonzales and Sebastian Wieseler.
;;
-;; $Id: savannah.el,v 1.44 2006/01/15 16:46:12 Beuc Exp $
+;; $Id: savannah.el,v 1.45 2006/01/21 22:32:12 Beuc Exp $
;;
;; General
@@ -692,5 +692,13 @@
)
+(defun sv-problem-usage ()
+ (interactive)
+ (insert "Savannah is meant to help developers organize a team and produce
code. This mean we provide resources to projects so they can actually manage
their project, and we do not host a download area only.
+
+I mention this because I saw you already have (among others) a ***FIX_ME***
account. Can you tell me how you plan to use Savannah?")
+ (message "Inserted sv-problem-usage text.")
+ )
+
(provide 'savannah)