+2008-01-15 12:34 +0100 Rocco Rutte <pdmef@gmx.net> (c06891454c6e)
+
+ * mh.c: Make maildir_delayed_parsing() more readable
+
+2008-01-15 11:58 +0100 Rocco Rutte <pdmef@gmx.net> (2d88a6996973)
+
+ * ChangeLog, init.h: Mention that References: and Date: cannot be
+ changed in editor (closes #1234).
+
2008-01-15 10:49 +0100 Rocco Rutte <pdmef@gmx.net> (ba0d96408425)
* UPDATING, globals.h, init.h, query.c: Make formatting of query menu
HP-UX
IRIX
Linux
+ Mac OS X
Atari MiNT
MkLinux
NetBSD
Ultrix
UnixWare
-- If you are building from CVS, or if you are changing parts of mutt,
+- If you are building from Mercurial, or if you are changing parts of mutt,
particularly the build system, do read doc/devel-notes.txt.
- An ANSI C compiler (such as GCC) is required.
Installing Mutt is rather painless through the use of the GNU
autoconf package. Simply untar the Mutt distribution, and run the
``configure'' script. If you have obtained the distribution from
-the CVS repository, run the ``prepare'' script with the same command
+the Mercurial repository, run the ``prepare'' script with the same command
line parameters you would pass to configure. It will set up mutt's
build environment and add the files which are present in the tar
-balls, but not in the CVS repository.
+balls, but not in the Mercurial repository.
In most cases, configure will automatically determine everything it
needs to know in order to compile. However, there are a few options
The system curses library is said to be badly broken. Use GNU
ncurses or SLang instead.
-
-$Id$
README for mutt-1.5
===================
-When updating mutt from an earlier release or from CVS, please make sure
-to read the compatbility notes in ``UPDATING''.
+When updating mutt from an earlier release or from Mercurial, please
+make sure to read the compatibility notes in ``UPDATING''. Older changes
+between mutt-1.2 and mutt-1.4 are listed in NEWS.
-If you got the mutt source code from the public CVS repository (CVS
-root: :pserver:anonymous@cvs.mutt.org:/home/roessler/cvs, password
-anonymous), please read doc/devel-notes.txt to make sure that you
-have a complete development environment.
+If you got the mutt source code from the public Mercurial repository
+(http://dev.mutt.org/hg/mutt/), please read doc/devel-notes.txt to make
+sure that you have a complete development environment.
-NOTE: The CVS repository now resides on a machine which is different
-from ftp.mutt.org. Anonymous CVS from ftp.mutt.org does not work
-any more.
-
-Installation instructions are detailed in ``INSTALL''.
-
-The user manual is in doc/manual.txt. A list of major changes since
-the last public version can be found under NEWS.
-
-PGP users should read doc/PGP-Notes.txt.
-
-Those who upgrade from a version of mutt prior to 1.1 should read
-the README.UPGRADE file.
+Installation instructions are detailed in ``INSTALL''. The user manual
+is in doc/manual.txt. PGP users should read doc/PGP-Notes.txt.
Before you start hacking on mutt, read doc/devel-notes.txt. Before
applying patches to mutt, read doc/applying-patches.txt. Please,
A list of mirror sites can be found under
<http://www.mutt.org/download.html>.
-
-$Id$