OLD | NEW |
| (Empty) |
1 Return-Path: <twisted-commits-admin@twistedmatrix.com> | |
2 Delivered-To: warner-twistedcvs@luther.lothar.com | |
3 Received: (qmail 11151 invoked by uid 1000); 11 Jan 2003 17:10:04 -0000 | |
4 Delivered-To: warner-twistedcvs@lothar.com | |
5 Received: (qmail 1548 invoked by uid 13574); 11 Jan 2003 17:06:39 -0000 | |
6 Received: from unknown (HELO pyramid.twistedmatrix.com) ([64.123.27.105]) (envel
ope-sender <twisted-commits-admin@twistedmatrix.com>) | |
7 by 130.94.181.6 (qmail-ldap-1.03) with SMTP | |
8 for <warner-twistedcvs@lothar.com>; 11 Jan 2003 17:06:39 -0000 | |
9 Received: from localhost ([127.0.0.1] helo=pyramid.twistedmatrix.com) | |
10 by pyramid.twistedmatrix.com with esmtp (Exim 3.35 #1 (Debian)) | |
11 id 18XP0U-0002Mq-00; Sat, 11 Jan 2003 11:01:14 -0600 | |
12 Received: from acapnotic by pyramid.twistedmatrix.com with local (Exim 3.35 #1 (
Debian)) | |
13 id 18XP02-0002MN-00 | |
14 for <twisted-commits@twistedmatrix.com>; Sat, 11 Jan 2003 11:00:46 -0600 | |
15 To: twisted-commits@twistedmatrix.com | |
16 From: moshez CVS <moshez@twistedmatrix.com> | |
17 Reply-To: twisted-python@twistedmatrix.com | |
18 X-Mailer: CVSToys | |
19 From: moshez CVS <moshez@twistedmatrix.com> | |
20 Reply-To: twisted-python@twistedmatrix.com | |
21 Message-Id: <E18XP02-0002MN-00@pyramid.twistedmatrix.com> | |
22 Subject: [Twisted-commits] Instance massenger, apparently | |
23 Sender: twisted-commits-admin@twistedmatrix.com | |
24 Errors-To: twisted-commits-admin@twistedmatrix.com | |
25 X-BeenThere: twisted-commits@twistedmatrix.com | |
26 X-Mailman-Version: 2.0.11 | |
27 Precedence: bulk | |
28 List-Help: <mailto:twisted-commits-request@twistedmatrix.com?subject=help> | |
29 List-Post: <mailto:twisted-commits@twistedmatrix.com> | |
30 List-Subscribe: <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-commi
ts>, | |
31 <mailto:twisted-commits-request@twistedmatrix.com?subject=subscribe> | |
32 List-Id: <twisted-commits.twistedmatrix.com> | |
33 List-Unsubscribe: <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-com
mits>, | |
34 <mailto:twisted-commits-request@twistedmatrix.com?subject=unsubscribe> | |
35 List-Archive: <http://twistedmatrix.com/pipermail/twisted-commits/> | |
36 Date: Sat, 11 Jan 2003 11:00:46 -0600 | |
37 Status: | |
38 | |
39 Modified files: | |
40 Twisted/debian/python-twisted.menu.in 1.3 1.4 | |
41 | |
42 Log message: | |
43 Instance massenger, apparently | |
44 | |
45 | |
46 ViewCVS links: | |
47 http://twistedmatrix.com/users/jh.twistd/viewcvs/cgi/viewcvs.cgi/debian/python-t
wisted.menu.in.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&cvsroot=Twisted | |
48 | |
49 Index: Twisted/debian/python-twisted.menu.in | |
50 diff -u Twisted/debian/python-twisted.menu.in:1.3 Twisted/debian/python-twisted.
menu.in:1.4 | |
51 --- Twisted/debian/python-twisted.menu.in:1.3 Sat Dec 28 10:02:12 2002 | |
52 +++ Twisted/debian/python-twisted.menu.in Sat Jan 11 09:00:44 2003 | |
53 @@ -1,7 +1,7 @@ | |
54 ?package(python@VERSION@-twisted):\ | |
55 needs=x11\ | |
56 section="Apps/Net"\ | |
57 -title="Twisted Instant Messenger (@VERSION@)"\ | |
58 +title="Twisted Instance Messenger (@VERSION@)"\ | |
59 command="/usr/bin/t-im@VERSION@" | |
60 | |
61 ?package(python@VERSION@-twisted):\ | |
62 | |
63 . | |
64 | |
65 _______________________________________________ | |
66 Twisted-commits mailing list | |
67 Twisted-commits@twistedmatrix.com | |
68 http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-commits | |
OLD | NEW |