]> granicus.if.org Git - mutt/commitdiff
Update stale INSTALL+README files
authorRocco Rutte <pdmef@gmx.net>
Tue, 15 Jan 2008 14:07:47 +0000 (15:07 +0100)
committerRocco Rutte <pdmef@gmx.net>
Tue, 15 Jan 2008 14:07:47 +0000 (15:07 +0100)
ChangeLog
INSTALL
README

index ee477d482a7c32b8646017c4cde8e9c54fba6609..edfd6fc365c075f9594cd31febde2baddb7071a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
diff --git a/INSTALL b/INSTALL
index d9d96a7d18835ecc8fd8c1b326a45b817a1cef5e..2139e215e2c1785cb625b59d9e33be2294313213 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -14,6 +14,7 @@ systems:
        HP-UX
        IRIX
        Linux
+       Mac OS X
        Atari MiNT
        MkLinux
        NetBSD
@@ -25,7 +26,7 @@ systems:
        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.
@@ -54,10 +55,10 @@ Installation
 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
@@ -298,5 +299,3 @@ Digital Unix (OSF/1)
 
        The system curses library is said to be badly broken.  Use GNU
        ncurses or SLang instead.
-
-$Id$
diff --git a/README b/README
index 35cd1def98d12f8b68ee0a9b342c22b66758f80b..70ef0c23d199c6fea6ccee588806a2b7fd6392d6 100644 (file)
--- a/README
+++ b/README
@@ -1,27 +1,16 @@
 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,
@@ -37,5 +26,3 @@ The primary distribution points for Mutt is:
 
 A list of mirror sites can be found under
 <http://www.mutt.org/download.html>.
-
-$Id$