<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce">
    <title>gmane.mail.mh-e.announce</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/82"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/81"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/80"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/79"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/78"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/77"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/76"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/75"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/74"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/73"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/72"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/71"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/70"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/69"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/68"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/67"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/66"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/65"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/64"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mh-e.announce/63"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/82">
    <title>MH-E manual 8.1 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/82</link>
    <description>The MH-E manual for MH-E 8.1 notes that forwarded MIME messages are now
inline, describes the new function `mh-show-preferred-alternative' and
new hook `mh-annotate-msg-hook', and adds documentation for the
`browse-url-at-mouse' key binding. The variant mu-mh has been renamed to
gnu-mh. Read on for more details.
 
Project home page at: http://mh-e.sourceforge.net/.

2008-09-22 Bill Wohler &lt;wohler&lt; at &gt;newt.com&gt;

Release MH-E manual version 8.1.

* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update
          for release 8.1.

* mh-e.texi: Retain dual license as agreed to by the FSF.
          However, bump GPL to Version 3. Use &lt; at &gt;include for license text.

2008-08-11 Bill Wohler &lt;wohler&lt; at &gt;newt.com&gt;

* mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh
          and be explicit about GNU mailutils MH elsewhere (with thanks
          to Darel Henman) (closes SF #1768928).

2008-08-01 Bill Wohler &lt;wohler&lt; at &gt;newt.com&gt;

* mh-e.texi (Reading Mail) (Viewing Attachments): Describe new
          function m</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2008-09-21T18:24:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/81">
    <title>MH-E 8.1 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/81</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 8.1

Version 8.1 fixes some issues with forwarding messages, respects the
MH environment variable, adds the abilities to use aliases with GPG
and show HTML even though it is discouraged. A new hook,
`mh-annotate-msg-hook', has been added.

** New Features in MH-E 8.1

*** Showing HTML When Text Is the Preferred Alternative

The `:' (`mh-show-preferred-alternative') function displays the
message with the default preferred alternative. This is as if
`mm-discouraged-alternatives' was set to nil (closes SF #1777321).

** New Variables in MH-E 8.1

*** mh-annotate-msg-hook

The `mh-annotate-msg-hook' hook is run whenever a message is sent and
after the scan lines and message are annotated. Hook functions can
access the current folder name with `mh-current-folder' and obtain the
message numbers of the annotated messages with `mh-annotate-list'
(closes SF #2032269).

** Bug Fixes in MH-E 8.1

*** Can't Use Aliases with GPG

GPG requires e-mail a</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2008-08-24T21:03:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/80">
    <title>Beta wiki offering</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/80</link>
    <description>SourceForge is offering a beta wiki program. I've signed up and turned
it on. Please go to http://mh-e.wiki.sourceforge.net/ and check it out.
Rather than post, "I have an idea", just add a page for it and link to
it from the home page for now. It looks like there is a discussion forum
per page, so discussion can happen right there on the page.

I have a few ideas, but I'll hold back for a while and see what you
folks do with a blank page ;-).

If you run into problems or have any feedback, please share it with us
at mh-e-users&lt; at &gt;lists.sourceforge.net; I'll summarize on the wiki beta
mailing list if the issue hasn't already been raised. The mailing list
is sitedocs-wikibeta&lt; at &gt;lists.sourceforge.net, by the way.

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2007-03-20T05:39:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/79">
    <title>MH-E manual 8.0.3 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/79</link>
    <description>The MH-E manual for MH-E 8.0.3 adds documentation for the options
`read-mail-command' and `mm-discouraged-alternatives'. In addition,
adding an MH directory to PATH has been added to the spam filter
examples.

Project home page at: http://mh-e.sourceforge.net/.

2006-11-12  Bill Wohler  &lt;wohler&lt; at &gt;newt.com&gt;

Release MH-E manual version 8.0.3.

* README: Update for release 8.0.3.

* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 8.0.3.

* mh-e.texi (Incorporating Mail): Use output of "mhparam Path" to set
MAILDIR.
(Reading Mail): Document the customization of read-mail-command for
MH-E.
(Viewing Attachments): Document mm-discouraged-alternatives.
(Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
(Junk): Add more information about the settings of mh-junk-background
in a program. Add /usr/bin/mh to PATH in examples.

2006-09-15  Jay Belanger  &lt;belanger&lt; at &gt;truman.edu&gt;

* calc.texi, emacs.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
Change "Library Public License" to "Les</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-11-13T06:45:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/78">
    <title>MH-E 8.0.3 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/78</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

Version 8.0.3 fixes errors in sending messages and in running spam
filter commands in certain circumstances.
     
** Bug Fixes in MH-E 8.0.3

*** mh-send-args Cannot Be nil

If `mh-send-uses-spost-flag' was set, an error would prevent the sending
of messages. This has been fixed (closes SF #1564742).

*** Missing Quotes in sa-learn Command Line

This has been fixed (closes SF #1565460).

*** Errors Associated with mh-junk-background

The Spamassassin filter commands were used inconsistently and
incorrectly; if `mh-junk-background' were nil, not all of the updating
would happen correctly. In the other back-ends such as bogofilter and
SpamProbe, a value of t for `mh-junk-background' would cause the
commands associated with these filters to fail. These problems have been
fixed (closes SF #1594802).

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-11-13T06:43:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/77">
    <title>MH-E 8.0.2 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/77</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 8.0.2

Version 8.0.2 fixes the tool bar and `F n' on XEmacs, and `K a' on GNU
mailutils.

** Bug Fixes in MH-E 8.0.2

*** Tool Bar Not Displayed in XEmacs

The MH-E tool bar didn't show up in XEmacs; now it does. Thanks to Ted
Phelps &lt;phelps&lt; at &gt;gnusto.com&gt; (closes SF #1506846).

*** mh-mime-save-parts Assumes -store Default

It was assumed that -store was the default for both mhn and mhstore.
This has been fixed by using -store except when using nmh. Thanks to
Sergey Poznyakoff &lt;gray&lt; at &gt;Mirddin.farlep.net&gt; (closes SF #1513140).

*** F-n Doesn't Work

The fix for SF #1499712 broke `F n' (`mh-index-new-messages') on
XEmacs since a regular expression that XEmacs could not handle was
added. This regexp has been fixed (closes SF #1514424).

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-07-04T03:07:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/76">
    <title>MH-E manual 8.0.1 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/76</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

The MH-E manual for MH-E 8.0.1 contains a small update to the
prerequisites: GNU mailutils 1.0 or higher is now required.

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-06-21T19:02:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/75">
    <title>MH-E 8.0 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/75</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 8.0.1

Version 8.0.1 works around a couple of bugs in GNU mailutils, spost,
and Windows. MH-E now requires the use of version 1.0 of mailutils due
to a bug in the folder command.

** Bug Fixes in MH-E 8.0.1

*** Infinite Loop When Searching (mailutils)

The GNU mailutils folder command displays output when a folder doesn't
exist. MH-E didn't expect this and responded with an infinite loop
during searches. While this bug has since been fixed in mailutils,
MH-E has been modified to work anyway (closes SF #1499712).

*** spost Doesn't Have -msgid or -mime Flags

The post replacement spost does not support the -msgid or -mime flags.
A new variable `mh-send-uses-spost-flag' was added to control the use
of these flags (closes SF #1486726).

*** &lt;2&gt; in Search Folders Illegal in Windows

The &lt;2&gt; suffix to the search folder names contain illegal filename
characters in Windows. These cause searches to fail on Windows. This
has been fixed by changin</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-06-21T19:01:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/74">
    <title>Announcing MH at SourceForge and update to MH book</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/74</link>
    <description>Last summer, Bill Wohler, John Romine, and I decided that MH's
existence at the University of California, Irvine, had become
tenuous since John left UCI's ICS department.  We decided to
move the MH archive and book to SourceForge.

MH's new home is http://rand-mh.sourceforge.net/.  (We couldn't
get just "mh" because SourceForge won't allow names that short.)
Bill has done most of the moving and reorganizing... thanks, Bill!

------

THE BOOK: is now at http://rand-mh.sourceforge.net/book/.  Bill
took this opportunity to rework the look and feel and navigation.
Now that most of us don't have slow Internet access, there's a
single large table of contents (on the book's home page) and a
single index.  There's also a Google site search (though it may be
a month or two before all of the pages have been spidered).

If you want to contribute, please join rand-mh-devel&lt; at &gt;lists.sourceforge.net
[1].  One of us can make you a developer.  It would be great for one
of the MH mailutils developers to embellish the book if ne</description>
    <dc:creator>Jerry Peek</dc:creator>
    <dc:date>2006-06-01T19:09:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/73">
    <title>"SourceForge.net Team": SourceForge.net mailing list service upgrade (Mailman)</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/73</link>
    <description>Looks like SourceForge has implemented one of my feature requests. This
upgrade will make several things easier for me as list maintainer, so I
welcome it.

I imagine you shouldn't notice anything during the transition period,
but do be aware of it, and please let me know if you notice anything
unusual with respect to the mailing lists.


</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-05-24T00:50:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/72">
    <title>MH-E 8.0 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/72</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 8.0

Version 8.0 supports GNU mailutils, S/MIME, picons, which-func-mode,
sports an improved interface for hiding header fields, improves upon
the MH variant detection, improves folder completion, makes the pick
search equivalent to the other types of searches, spruces up the tool
bar, creates the correct MIME type when including OpenOffice
documents, works on a Mac, adds colors to buttons for signed or
encrypted messages, incorporates new features introduced in
Emacs 22.1, fixes a bunch of bugs, and best of all, comes with an
updated manual!

Internally, MH-E now sports a new software organization which will
help future maintainability. As a side-effect, the number of XEmacs
compilation warnings has plummeted from hundreds to just three. CVS
users will notice that MH-E has been migrated from the CVS repository
from SourceForge to Savannah (but only for those files that were
already part of Emacs). As a result, the location of MH-E in the</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-05-06T18:21:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/71">
    <title>MH-E 8.0 manual released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/71</link>
    <description>After three years in the making, I am extremely pleased to announce that
the MH-E manual for MH-E 8.0 is finally finished; the manual has been
completely reorganized, and has been updated with all of the changes and
new features introduced since version 5. Screenshots have been updated
for Emacs 22,
 
Starting with this release, I am now setting the version number of the
manual to correspond to the version of the software that it represents.
This should make it easier for users to correlate the manual with the
software version, and is more in keeping with the versioning I see in
the Debian GNU/Linux distribution for example.
 
The CVS repository for mh-e.texi was moved from SourceForge to Savannah
(CVS Emacs), but that change should be transparent. Check out this
package (from SourceForge) and run make to get and build the Info and/or
HTML yourself.

You can also access the manual online via "The MH-E Manual" link on our
home page; both HTML and PDF versions are available there.

Read on for more details.
  </description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-05-06T18:12:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/70">
    <title>MH-E 7.95 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/70</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 7.95

Version 7.95, the second 8.0 release candidate, fixes a single bug.
It would be good to check this version ASAP since the Emacs pretest is
coming in days: if no showstopper problems are found in this version
it will be promoted to 8.0 before the pretest. Thanks for your help!

** Bug Fixes in MH-E 7.95

*** Folder Completion Fails in fcc: Field

This has been fixed (closes SF #1476270).

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-04-29T01:38:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/69">
    <title>MH-E manual 7.94 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/69</link>
    <description>This is the third draft of the MH-E manual for MH-E 8.0; the CVS
repository for mh-e.texi was moved from SourceForge to Savannah (CVS
Emacs), URLs have been fixed, screenshots have been updated for Emacs
22, the nodes Replying, Getting Started, Sending Mail Tour, and Folders
were either fixed or updated, the Makefile can now build a single HTML
page and back up the CVS files at Savannah, and the README has a new
section for checking out the manual from CVS. Read on for more details.
 
Project home page at: http://mh-e.sourceforge.net/. 


2006-04-21  Bill Wohler  &lt;wohler&lt; at &gt;newt.com&gt;

Release MH-E manual version 7.94.

* README: Update for release 7.94.

* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 7.94.

2006-04-21  Bill Wohler  &lt;wohler&lt; at &gt;newt.com&gt;

* Makefile (MH_E_ETC_EMACS): New variable. Contains man/ChangeLog
which was in MH_E_ETC.
(MH_E_DIST): Add $(MH_E_ETC_EMACS).
(tag): New target for tagging files.
(backup): Use existing variables rather than duplicating them.
(a</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-04-22T00:37:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/68">
    <title>MH-E 7.94 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/68</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 7.94

Version 7.94, the first 8.0 release candidate, fixes a bunch of bugs,
incorporates new features introduced in Emacs 22.1, improves folder
completion, and spruces up the tool bar.

** New Features in MH-E 7.94

*** Add :package-version Keyword to Options

This `defcustom', `defgroup', and `defface' keyword was introduced in
Emacs 22.1. MH-E has been extended to take advantage of it. With this
keyword, you can now use `M-x customize-changed-options' to see what
options in MH-E have changed between versions of Emacs. In a future
version of Emacs, you'll be able to see changes between MH-E versions
as well (closes SF #1452724).

** Bug Fixes in MH-E 7.94

*** mhparam -components Fails on mailutils

This error prevented MH-E from loading when using GNU mailutils. GNU
mailutils drops the `s' in this argument, so we did too since
-component still works in nmh and MH (closes SF #1446985).

*** "/ s" Still Has Problems With []'d Mail

On XEm</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-04-21T22:19:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/67">
    <title>MH-E manual 7.93 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/67</link>
    <description>The second draft of the MH-E manual for MH-E 8.0 contains several fixes
from reviewers, is dual-licensed under both the GFDL and GPL, and the
Makefile produces PDF output using texi2pdf. Read on for more details.
 
Project home page at: http://mh-e.sourceforge.net/. 


2006-03-05  Bill Wohler  &lt;wohler&lt; at &gt;newt.com&gt;

Release MH-E manual version 7.93.

* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 7.93.

2006-03-04  Bill Wohler  &lt;wohler&lt; at &gt;newt.com&gt;

* mh-e.texi (settitle): Change to The MH-E Manual.
(EDITION): Add, since VERSION is used for software too.
(Copying): Add dual license, GFDL (with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts.
(titlepage): Change title to The MH-E Manual and drop The Emacs
Interface to the MH Mail System subtitle.
(Top): Rename to The MH-E Manual.
(Preface): Add "mail system" to the first utterance of MH.
(Copying): Split into two appendices: GFDL, which is new, and GPL.
(GPL): Update FSF address.
(Getting Started): Added</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-03-06T01:28:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/66">
    <title>MH-E 7.93 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/66</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

* Changes in MH-E 7.93

Version 7.93, the fourth 8.0 beta release, fixes a handful of bugs in
searching and limiting exposed during continued beta testing.

** Variables Deleted in MH-E 7.93

*** mh-show-use-goto-addr-flag

This flag was redundant and inconsistent with
`goto-address-highlight-p' at the same time, so we removed it. Please
customize `goto-address-highlight-p' if you wish to turn off email
address and URL highlighting.

** Bug Fixes in MH-E 7.93

*** `/ s' Can Miss the Original Mail

The command `/ s' failed to include the message with the "Re:" in the
Subject. This has been fixed (closes SF #1438369).

*** XEmacs -nw Fails with number-char-or-marker-p Error

Hopefully, this is the last we'll hear of problems associated with
XEmacs' incompatible `device-color-cells' function (closes SF
#1436924).

*** Pick-based Searches Fail

The command `C-c C-p' failed to find any matches. This has been fixed
(closes SF #1435381).

*** Can't Narrow to Subj</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-03-06T01:24:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/65">
    <title>mh-e.sourceforge.net update</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/65</link>
    <description>I finally got around to replacing the table layouts with divs and moving
the menus from the various files into PHP functions in a single file.
Ideally, you won't notice a thing (other than faster rendering since the
files are smaller), but it'll make it easier for us to update the web
site.

I couldn't resist sprucing up the logo a little bit, as well as the
Credits page.

I also created a manual page with pointers to help as well as the HTML
and PDF versions of the manual.

Please let me know if you find any problems with my changes.

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-02-27T07:30:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/64">
    <title>PDF of manual available</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/64</link>
    <description>Hey folks,

Thanks to a tip from David Arnold, we can produce a PDF of the manual.

If you have the release, you can run "texi2dvi -p mh-e.texi" twice (in
order to create the table of contents and fix the cross-references). I've
also put it up at:

  http://mh-e.sourceforge.net/manual/mh-e.pdf

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-02-26T02:14:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/63">
    <title>MH-E manual 7.92 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/63</link>
    <description>After three years in the making, I am extremely pleased to announce that
the first draft of the MH-E manual for MH-E 8.0 is finally ready for
review; the manual has been completely reorganized, and has been updated
with all of the changes and new features introduced since version 5.

Starting with this release, I am now setting the version number of the
manual to correspond to the version of the software that it represents.
This should make it easier for users to correlate the manual with the
software version, and is more in keeping with the versioning I see in
the Debian GNU/Linux distribution for example.

Since this is the first draft, I encourage all of you to read it and
provide any feedback you can. I welcome everything from the minutiae of
spelling and grammar nits to sweeping suggestions for organization. Does
the order make sense? Are there too many chapters and should some of the
chapters be subsections of other chapters? Does the manual answer all
the questions you have? Are there places where an </description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-02-25T20:05:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mh-e.announce/62">
    <title>MH-E 7.92 released</title>
    <link>http://permalink.gmane.org/gmane.mail.mh-e.announce/62</link>
    <description>Project home page at: http://mh-e.sourceforge.net/.

Version 7.92, the third 8.0 beta release, removes the "sed -i" in the
Makefile (SF #1432060), tunes the setting of `mh-image-load-path', works
around systems that do not have face inheritance, fixes several issues
with searching on XEmacs, and creates the correct MIME type when
including OpenOffice documents.

</description>
    <dc:creator>Bill Wohler</dc:creator>
    <dc:date>2006-02-18T23:45:51</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.mh-e.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.mh-e.announce</link>
  </textinput>
</rdf:RDF>
