Update of /cvsroot/mahogany/MahoganyWeb
In directory sc8-pr-cvs1:/tmp/cvs-serv20284

Modified Files:
        ChangeLog.ht4 download.ht4 index.ht4 status.ht4 
Log Message:
updates for 0.66 release

Index: ChangeLog.ht4
===================================================================
RCS file: /cvsroot/mahogany/MahoganyWeb/ChangeLog.ht4,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- ChangeLog.ht4       15 Aug 2003 13:06:59 -0000      1.10
+++ ChangeLog.ht4       20 Jan 2004 15:23:08 -0000      1.11
@@ -4,4 +4,26 @@
 the M4_CvsLink(CHANGES, CHANGES) file in our cvs.
 
+M4_HeaderLineX(From Release 0.65 to Release 0.66,+0)
+<ul>
+<li>exposed more classes to embedded Python interpreter
+<li>added <tt>$header</tt> template variable (entire original message header)
+<li>main program icon now indicates whether there is new mail anywhere
+<li>added command to select all text in the viewer
+<li>it is now possible to customize the layout of the main window
+<li>added <tt>"Paste quoted"</tt> menu command in the composer
+<li>added <tt>"isfromme()"</tt> filter function
+<li>text viewer now supports printing
+<li>added quick search commands in the folder view (<tt>'/'</tt>, <tt>'?'</tt>, 
<tt>'n'</tt>, <tt>'N'</tt>)
+<li>added popup menu for the attachments in the composer
+<li>better UI for disablable dialog boxes
+<li>added support for using files, not registry, by default under Win
+<li>simple whitelist support
+<li>respect X-Attribution header when writing replies
+<li>added <tt>"Reply/Forward To"</tt> commands to mail address popup menu
+<li>show UTF-7/8-encoded headers [as] correctly [as possible]
+<li>new text-only composer
+<li>simple one address per line address book support
+</ul>
+
 M4_HeaderLineX(From Release 0.64 to Release 0.65,+0)
 <ul>

Index: download.ht4
===================================================================
RCS file: /cvsroot/mahogany/MahoganyWeb/download.ht4,v
retrieving revision 1.45
retrieving revision 1.46
diff -b -u -2 -r1.45 -r1.46
--- download.ht4        15 Aug 2003 16:08:51 -0000      1.45
+++ download.ht4        20 Jan 2004 15:23:08 -0000      1.46
@@ -1,4 +1,4 @@
 M4_HeaderLine(Download Mahogany)
-M4_Mahogany 0.65 was released on August 15, 2003, see below for download
+M4_Mahogany 0.66 was released on January 18, 2004, see below for download
 location.
 
@@ -10,5 +10,5 @@
 
 The latest official release is
-<a 
href="http://sourceforge.net/project/showfiles.php?group_id=3100&release_id=178085";>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=3100";>
 available from SourceForge</a>. There you will find the source archive,
 release information, change logs and binaries built for various platforms.
@@ -25,5 +25,5 @@
 <br>
 This tarball contains the entire CVS repository and is regenerated daily so it
-is always up to date. Warning: this file is about 16 Mb in size.
+is always up to date. <em>Warning</em>: this file is about 16 Mb in size.
 </li>
 
@@ -45,5 +45,5 @@
 <br>
 Please note that you still must download the
-<a href="http://prdownloads.sourceforge.net/mahogany/Mahogany-0.65.0a.exe";>
+<a href="http://prdownloads.sourceforge.net/mahogany/Mahogany-0.66.0a.exe";>
 full package</a> and install it first and then replace the <tt>M.EXE</tt> file
 after installation with the one from the snapshot.
@@ -53,10 +53,6 @@
 to try the
 <a href="http://www.lpthe.jussieu.fr/~zeitlin/Mahogany/Win32/M-LATEST_d.zip";>
-debug build</a> to help us with troubleshooting. If you get a crash message
-(saying that M4_Mahogany is going to create a crash report), please download
-the file containing
-<a href="http://prdownloads.sourceforge.net/mahogany/M-0.65-pdb.zip?download";>
-debug information</a> and unpack its contents to the same directory where you
-have <tt>M.exe</tt>.
+debug build</a> to help us with troubleshooting as it might generate some more
+messages than the normal, release, version of the program.
 <p>
 If you download the debug build, you may also need the debug versions of the
@@ -86,9 +82,11 @@
 
 M4_HeaderLineX(wxWindows,+0)
-M4_Mahogany 0.65 and the current cvs versions require wxWindows 2.4.2 or 2.5.0
-or later. At the time of this writing, these releases are not available yet, so you
-need to use the cvs snapshots of wxWindows to build M4_Mahogany. You may use
-<tt>M_STABLE</tt> cvs tag to get wxWindows version which was last successfully
-tested with M4_Mahogany.
+M4_Mahogany 0.66 requires wxWindows 2.5.1
+or later. At the time of this writing, this release is not available yet, so you
+need to use the cvs snapshots of wxWindows to build M4_Mahogany.
+<!--
+You may use <tt>M_STABLE</tt> cvs tag to get wxWindows version which was last
+successfully tested with M4_Mahogany.
+-->
 <p>
 Here are some wxWindows links:

Index: index.ht4
===================================================================
RCS file: /cvsroot/mahogany/MahoganyWeb/index.ht4,v
retrieving revision 1.50
retrieving revision 1.51
diff -b -u -2 -r1.50 -r1.51
--- index.ht4   21 Dec 2003 01:06:25 -0000      1.50
+++ index.ht4   20 Jan 2004 15:23:08 -0000      1.51
@@ -32,4 +32,20 @@
 <ul>
 
+<li><b>January 18, 2004</b> M4_Mahogany 0.66 Released<br>
+This is a long-promised bug fix release for 0.65. There are not many new
+features (although inevitably <a href="ChangeLog.html>">some</a> did creep in)
+but the program is more stable and there is a new much more usable composer.
+Also, for Python enthusiasts, the embedded Python interpreter now works again
+and is even actually useful in this version.
+<p>
+You may get the
+<a href="http://prdownloads.sourceforge.net/mahogany/Mahogany-0.66.0a.exe";>Windows 
binary</a>, 
+<a href="http://prdownloads.sourceforge.net/mahogany/mahogany_0.66.0_i386.deb";>Debian 
package</a> or
+<a href="http://prdownloads.sourceforge.net/mahogany/Mahogany-0.66.0.dmg";>Mac OS X 
disk image</a> or
+<a href="http://prdownloads.sourceforge.net/mahogany/Mahogany-0.66.0a.tar.bz2";>the 
sources</a>,
+RPMs should be ready in a few more days.
+
+<p>
+
 <li><b>December 21, 2003</b> New Win32 snapshot<br>
 M4_Mahogany development has resumed more actively and one of the consequences

Index: status.ht4
===================================================================
RCS file: /cvsroot/mahogany/MahoganyWeb/status.ht4,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -u -2 -r1.38 -r1.39
--- status.ht4  15 Aug 2003 13:06:59 -0000      1.38
+++ status.ht4  20 Jan 2004 15:23:08 -0000      1.39
@@ -2,6 +2,7 @@
  <font size=-1>
  <ul>
-   <li><b>August 15, 2003</b> M4_Mahogany 0.65 released<br>
+   <li><b>January, 2004</b> M4_Mahogany 0.66 released<br>
 See <a href="ChangeLog.html">changelog</a> for the list of changes.
+   <li><b>August 15, 2003</b> M4_Mahogany 0.65 released<br>
    <li><b>January 14, 2002</b> M4_Mahogany 0.64 released<br>
 New release brings huge performance improvements for IMAP and POP servers,



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to