<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/bin/find_member, branch plugin</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/bin/find_member?h=plugin</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/bin/find_member?h=plugin'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2006-05-08T02:06:11Z</updated>
<entry>
<title>find_member converted.</title>
<updated>2006-05-08T02:06:11Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-05-08T02:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=bda25c546ef3964a3772c8dc8a3eefdd592ebd31'/>
<id>urn:sha1:bda25c546ef3964a3772c8dc8a3eefdd592ebd31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FSF office has moved. chdcking in for MAIN branch.</title>
<updated>2005-08-27T01:54:05Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2005-08-27T01:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2a6084d03b96f87af153b663cf3dd4776e7e37fb'/>
<id>urn:sha1:2a6084d03b96f87af153b663cf3dd4776e7e37fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>scanlists(): Fix -w option by repairing a typo.  Closes SF bug #710678</title>
<updated>2003-04-02T04:21:58Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2003-04-02T04:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=24282b22bcbe26db93706934a24c7b9e7c16c7cd'/>
<id>urn:sha1:24282b22bcbe26db93706934a24c7b9e7c16c7cd</id>
<content type='text'>
by Richard Barrett, who also provided the patch.

Backport candidate.
</content>
</entry>
<entry>
<title>Jon Parise's patch to improve the usage() output for the command line</title>
<updated>2002-10-21T22:36:58Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-21T22:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=17da8273eb61687e1eb7c1e068613036fc1f3f46'/>
<id>urn:sha1:17da8273eb61687e1eb7c1e068613036fc1f3f46</id>
<content type='text'>
and cron scripts.  When code/status == 0, there's no error (it's
likely --help output) so send that to stdout.  Otherwise, it's an
error and the output goes to stderr.
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2002-03-16T06:57:37Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-03-16T06:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=01c676cad87625f667c3cc5b0c3fcbf19e15a518'/>
<id>urn:sha1:01c676cad87625f667c3cc5b0c3fcbf19e15a518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ben Gertzfield's patch to hardcode the path to the python executable</title>
<updated>2001-09-07T23:18:47Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-09-07T23:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b497bcb818f249b4e1e1670b7fb9f09206bd4777'/>
<id>urn:sha1:b497bcb818f249b4e1e1670b7fb9f09206bd4777</id>
<content type='text'>
into the script's #! line -- based on --with-python settings, without
losing CVS revision history.

    #! /usr/bin/env python

becomes

    #! @PYTHON@

which gets substituted for in configure.
</content>
</entry>
<entry>
<title>All membership related attribute access should use the MemberAdaptor</title>
<updated>2001-07-19T03:28:20Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-19T03:28:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0514d063ab0f06f0e98c32ba21419cbbb4fa1686'/>
<id>urn:sha1:0514d063ab0f06f0e98c32ba21419cbbb4fa1686</id>
<content type='text'>
API instead, e.g.

    GetMembers()/GetDigestMembers() -&gt; getMembers()
    GetUserSubscribedAddress() -&gt; getMemberCPAddress()
    GetDeliveryMembers() -&gt; getRegularMemberKeys()
    GetDigestDeliveryMembers() -&gt; getDigestMemberKeys()
</content>
</entry>
<entry>
<title>Start of support for i18n; marking of translatable strings.</title>
<updated>2000-12-07T19:33:52Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-12-07T19:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=307583d87bc10413f79d34d4eb4d863df7fe6a95'/>
<id>urn:sha1:307583d87bc10413f79d34d4eb4d863df7fe6a95</id>
<content type='text'>
Use extended print statement, string methods, and other Python 2.0
features.
</content>
</entry>
<entry>
<title>Make sure all scripts lowercase the list names, since they are case</title>
<updated>2000-09-11T03:58:57Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-09-11T03:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3862b53977f4201fd6b6f935628b1f1ed1503c4c'/>
<id>urn:sha1:3862b53977f4201fd6b6f935628b1f1ed1503c4c</id>
<content type='text'>
insensitive.  list_lists prints them out using their real name -- not
their internal name -- and they should differ only by case.

Closes SF bug #113742 and patch #101434.
</content>
</entry>
<entry>
<title>Better option parsing</title>
<updated>2000-06-19T16:32:36Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-06-19T16:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6ae2ad09bd3701487d7a55429dd528825862419e'/>
<id>urn:sha1:6ae2ad09bd3701487d7a55429dd528825862419e</id>
<content type='text'>
Added -w/--owner which scans the owner addresses too

Multiple regexps are legal now
</content>
</entry>
</feed>
