Mercurial > emacs
comparison lisp/ChangeLog @ 111098:1529ab88805c
Replace digest-doc and sorted-doc C programs with Lisp commands.
* lib-src/digest-doc.c, lib-src/sorted-doc.c: Remove files.
* lib-src/Makefile.in (UTILITIES): Remove digest-doc and sorted-doc.
(digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules.
* lib-src/makefile.w32-in (ALL): Remove digest-doc and sorted-doc.
($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc)
($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules.
(install): Don't install digest-doc.exe or sorted-doc.exe.
* lisp/help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
* doc/lispref/help.texi (Documentation Basics): Remove mentions of
digest-doc and sorted-doc.
* INSTALL, nt/README, nt/README.W32: Do not mention digest-doc and sorted-doc.
* etc/NEWS: Mention this change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 22 Oct 2010 19:46:06 -0700 |
parents | 811daa44285f |
children | 80b566568995 |
comparison
equal
deleted
inserted
replaced
111097:811daa44285f | 111098:1529ab88805c |
---|---|
1 2010-10-23 Glenn Morris <rgm@gnu.org> | 1 2010-10-23 Glenn Morris <rgm@gnu.org> |
2 | |
3 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands. | |
2 | 4 |
3 * help.el (finder-by-keyword): Remove unnecessary autoload. | 5 * help.el (finder-by-keyword): Remove unnecessary autoload. |
4 | 6 |
5 2010-10-22 Glenn Morris <rgm@gnu.org> | 7 2010-10-22 Glenn Morris <rgm@gnu.org> |
6 | 8 |