aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2011-05-17 20:39:45 -0700
committerGlenn Morris2011-05-17 20:39:45 -0700
commitc136e5cdf2e7ea9745727c07146713c582f93cde (patch)
treeae0d7bb83755d036f5856199f481c74a49583bc9 /etc
parente565dd3789e0ef5589035034893d99de239c87a2 (diff)
downloademacs-c136e5cdf2e7ea9745727c07146713c582f93cde.tar.gz
emacs-c136e5cdf2e7ea9745727c07146713c582f93cde.zip
Remove lib-src/fakemail.c.
* lib-src/fakemail.c: Remove file. * lib-src/Makefile.in (UTILITIES): Remove fakemail${EXEEXT}. (fakemail${EXEEXT}): Remove rule. * lib-src/makefile.w32-in ($(BLD)/fakemail.exe, fakemail) ($(BLD)/fakemail.$(O)): Remove. * lisp/mail/sendmail.el (sendmail-program): Fall back to just "sendmail". * lisp/mail/feedmail.el: Update commentary. * doc/emacs/ack.texi (Acknowledgments): Remove fakemail.c. * etc/NEWS: Mention this. * INSTALL: Remove fakemail.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9a906889530..98a66259db0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -278,6 +278,10 @@ to enable a minor-mode is deprecated. Instead, use "eval: (minor-mode)".
278** The standalone programs lib-src/digest-doc and sorted-doc have been 278** The standalone programs lib-src/digest-doc and sorted-doc have been
279replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. 279replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'.
280 280
281---
282** The standalone program `fakemail' has been removed.
283If you need it, feedmail.el ought to provide a superset of the functionality.
284
281** The variable `focus-follows-mouse' now always defaults to nil. 285** The variable `focus-follows-mouse' now always defaults to nil.
282 286
283 287