-*-text-*-
-*-text-*-

This package was debianized by Rob Browning <rlb@defaultvalue.org> on
Tue, 16 Dec 1997 00:05:45 -0600.

The source is a combination of the following files:

  prep.ai.mit.edu:/pub/gnu/emacs-20.7.tar.gz
  prep.ai.mit.edu:/pub/gnu/leim-20.7.tar.gz

Copyright:

  GNU Emacs is Copyright (C) Free Software Foundation, Inc. and is
   covered under the terms of the GPL.  See the file
  /usr/share/common-licenses/GPL for more information.

Debian specific difference from the upstream version:

  This is an unfinished list, but is in the process of being fleshed
  out.  Please file bugs for things that aren't mentioned here, but
  should be.  This list must eventually be as complete as possible,
  and I plan to try and ensure that by a full evaluation of the
  current Debian diff file, but I won't have time for that for a bit.
  When I do get the chance to do that, I'll also work with the
  upstream to get all of the relevant patches
  contributed/assigned/etc.

  * We have added CONF_MAIL_PROGRAM_NAME to configure.in and use it in
    fakemail.c.  Either via this variable, or via a #define in an arch
    specific file, we now insist that this var be defined, and abort
    compilation otherwise.  We use #error, which is probably not
    portable, so we need a better solution long term.  This fix
    repairs a nasty bug where on sparc-debian-linux-gnu at least,
    MAIL_PROGRAM_NAME pointed to /bin/mail, which didn't exist, and
    fakemail failed silently, losing mail.

  * We have added mail spool dir location detection to configure.in
    and propagated it along with tests for liblockfile.