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 /lisp | |
| 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 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c7bdda088f2..56de335de6f 100644 --- a/lisp/ChangeLog +++ b/lisp/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 | * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c. | ||
| 4 | |||
| 3 | * net/browse-url.el: Don't require thingatpt, term, dired, | 5 | * net/browse-url.el: Don't require thingatpt, term, dired, |
| 4 | executable, or w3-auto when compiling. | 6 | executable, or w3-auto when compiling. |
| 5 | (dired-get-filename, term-char-mode, term-send-down, term-send-string): | 7 | (dired-get-filename, term-char-mode, term-send-down, term-send-string): |
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 3bfa076d71c..248a2cf1312 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el | |||
| @@ -507,6 +507,7 @@ Changes to files in this list are not listed.") | |||
| 507 | "ymakefile" | 507 | "ymakefile" |
| 508 | "permute-index" "index.perm" | 508 | "permute-index" "index.perm" |
| 509 | "ibmrs6000.inp" | 509 | "ibmrs6000.inp" |
| 510 | "b2m.c" | ||
| 510 | "emacs.ico" | 511 | "emacs.ico" |
| 511 | "emacs21.ico" | 512 | "emacs21.ico" |
| 512 | "LPF" "LEDIT" "OTHER.EMACSES" | 513 | "LPF" "LEDIT" "OTHER.EMACSES" |
| @@ -1027,5 +1028,4 @@ the Emacs source tree, from which to build the file." | |||
| 1027 | 1028 | ||
| 1028 | (provide 'authors) | 1029 | (provide 'authors) |
| 1029 | 1030 | ||
| 1030 | ;; arch-tag: 659d5900-5ff2-43b0-954c-a315cc1e4dc1 | ||
| 1031 | ;;; authors.el ends here | 1031 | ;;; authors.el ends here |