diff options
-rw-r--r-- | Mailman/Cgi/edithtml.py | 3 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index 5197b986..ee1ccd04 100644 --- a/Mailman/Cgi/edithtml.py +++ b/Mailman/Cgi/edithtml.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2007 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -46,6 +46,7 @@ def main(): ('subscribe.html', _('Subscribe results page')), ('options.html', _('User specific options page')), ('subscribeack.txt', _('Welcome email text file')), + ('masthead.txt', _('Digest masthead')), ) _ = i18n._ @@ -71,6 +71,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Added masthead.txt to the list of templates that can be edited via the + web admin interface. Bug #266805. + - Changed the way digest_footer is added to the RFC 1153 (plain) format digest for RFC compliance. Bug #887610. |