From: Rocco Rutte Date: Tue, 15 Jan 2008 14:07:47 +0000 (+0100) Subject: Update stale INSTALL+README files X-Git-Tag: mutt-1-5-18-rel~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ead1229e7fe61edc1df0f688c019c626486b483;p=mutt Update stale INSTALL+README files --- diff --git a/ChangeLog b/ChangeLog index ee477d48..edfd6fc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-01-15 12:34 +0100 Rocco Rutte (c06891454c6e) + + * mh.c: Make maildir_delayed_parsing() more readable + +2008-01-15 11:58 +0100 Rocco Rutte (2d88a6996973) + + * ChangeLog, init.h: Mention that References: and Date: cannot be + changed in editor (closes #1234). + 2008-01-15 10:49 +0100 Rocco Rutte (ba0d96408425) * UPDATING, globals.h, init.h, query.c: Make formatting of query menu diff --git a/INSTALL b/INSTALL index d9d96a7d..2139e215 100644 --- 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 35cd1def..70ef0c23 100644 --- 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 . - -$Id$