Changes from 0.59.1 => 0.60
---------------------------

- added $ispell var to allow user configuration of what path to use

- use $(MAKE) in Makefile's instead of calling ``make'' directly

- only check for -lx if we can't find ftruncate()

- $autoedit can now be used independently of $edit_hdrs.  Note that
  $edit_hdrs affects whether the initial prompts in the send-menu occur when
  composing a new message.

- added a short section on DSN to the ``optional features'' section

- added documentation on some missing muttrc vars

- added a section to the manual on the mailing list features Mutt provides

- cleaned up lookup_mime_type() [sendlib.c] to use a while loop instead of
  goto statements

- tag-message in the internal-pager no longer exits to main-menu

- ``mutt -v'' now shows +/-USE_GNU_RX

- cleaned up handing of DOMAIN and USE_DOMAIN.  ``Fqdn'' is set from the
  value of DOMAIN, regardless of USE_DOMAIN.  USE_DOMAIN controls whether or
  not ``Fqdn'' is used when writing local addresses.  Thus, Fqdn can have a
  valid value for use in the Message-ID field even when USE_DOMAIN is
  undefined.

- fixed bug where mutt_error() could clobber memory after the end of
  Errorbuf if the width of the screen is larger than SHORT_STRING (128)
  because of the use of COLS.

- added S_ISLNK macro in dirlist.c because some systems don't have it

From: davidn@unique.usn.blaze.net.au (David Nugent)
- FreeBSD uses quad_t for the st_size element of struct stat, so use "%8ld"
  and cast it to "long" in the ls-like browser entry

From: daia@stoilow.imar.ro (Liviu Daia)
- fixed bug in the file browser when trying to display files in the root
  directory
- fixed coredump when displaying help in the file browser

From: nneul@umr.edu (Nathan Neulinger)
- added the following new options to configure:
	--with-sharedir=DIR
	--with-mailpath=DIR
	--with-domain=DOMAIN

From: fox@mailhost.rsn.hp.com (David DeSimone)
- use lstat() instead of stat() in the file browser to get the stat on
  symlinks instead of the files they point to
- struct mapping_t was declared after it was used to declare the SortMethods
  global var in muttlib.h

