diff options
| author | Glenn Morris | 2010-10-08 18:15:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-08 18:15:15 -0700 |
| commit | 3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed (patch) | |
| tree | e48839b08ca753ca7a3d1949bae608a59ec9cf2b /doc | |
| parent | ea274122d5d221b4d74435c22a48083550ad43c5 (diff) | |
| download | emacs-3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed.tar.gz emacs-3fb78d1f3341032d7bca0d4f6c708fb90d80a7ed.zip | |
Remove lib-src/b2m.c and b2m.pl.
Emacs does not use Babyl files since 23.1, and you can use M-x unrmail.
* msdos/mainmake.v2 (install): Remove b2m.
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
* lib-src/b2m.c, lib-src/b2m.pl: Remove files.
* lib-src/Makefile.in (INSTALLABLES): Remove b2m.
* lib-src/makefile.w32-in ($(BLD)/b2m.$(O)): Remove.
* doc/emacs/ack.texi (Acknowledgments): No more b2m.c.
* admin/quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
* INSTALL, make-dist: Remove references to b2m.
* Makefile.in (MAN_PAGES): Remove b2m.1.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/ack.texi | 8 |
2 files changed, 2 insertions, 8 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b0d129c4497..a7ddef1b209 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * ack.texi (Acknowledgments): No more b2m.c. | ||
| 4 | |||
| 3 | * Makefile.in (.PHONY): Declare info, dvi, pdf, dist. | 5 | * Makefile.in (.PHONY): Declare info, dvi, pdf, dist. |
| 4 | (emacs): Remove rule. | 6 | (emacs): Remove rule. |
| 5 | (dist): No need to deal with the emacs rule any more. | 7 | (dist): No need to deal with the emacs rule any more. |
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi index 7277a395ff4..3b22392b12e 100644 --- a/doc/emacs/ack.texi +++ b/doc/emacs/ack.texi | |||
| @@ -1321,10 +1321,6 @@ Directory Client; and @code{eshell}, a command shell implemented | |||
| 1321 | entirely in Emacs Lisp. He also contributed to Org mode (q.v.@:). | 1321 | entirely in Emacs Lisp. He also contributed to Org mode (q.v.@:). |
| 1322 | 1322 | ||
| 1323 | @item | 1323 | @item |
| 1324 | Ed Wilkinson wrote @file{b2m.c}, a program to convert mail files from | ||
| 1325 | RMAIL format to Unix @code{mbox} format. | ||
| 1326 | |||
| 1327 | @item | ||
| 1328 | Mike Williams wrote @file{mouse-sel.el}, providing enhanced mouse | 1324 | Mike Williams wrote @file{mouse-sel.el}, providing enhanced mouse |
| 1329 | selection; and @file{thingatpt.el}, a library of functions for finding | 1325 | selection; and @file{thingatpt.el}, a library of functions for finding |
| 1330 | the ``thing'' (word, line, s-expression) containing point. | 1326 | the ``thing'' (word, line, s-expression) containing point. |
| @@ -1418,7 +1414,3 @@ Detlev Zundel wrote @file{re-builder.el}, a package for building regexps | |||
| 1418 | with visual feedback. | 1414 | with visual feedback. |
| 1419 | 1415 | ||
| 1420 | @end itemize | 1416 | @end itemize |
| 1421 | |||
| 1422 | @ignore | ||
| 1423 | arch-tag: bb1d0fa4-0240-4992-b5d4-8602d1e3d4ba | ||
| 1424 | @end ignore | ||