aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-12-13 18:38:21 -0800
committerGlenn Morris2014-12-13 18:38:21 -0800
commit49daed60510a073062b41fa39fd7c010cb0a315e (patch)
treec254bf6f56ac9eec9f6d910aa934cfe5305f0a8a /etc
parent4d806dc01d4ffdecadfe75e92f4f190952f5447c (diff)
downloademacs-49daed60510a073062b41fa39fd7c010cb0a315e.tar.gz
emacs-49daed60510a073062b41fa39fd7c010cb0a315e.zip
Remove lib-src/grep-changelog
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00145.html * lib-src/grep-changelog: Remove file. * lib-src/Makefile.in (INSTALLABLE_SCRIPTS): Remove. (all, install, uninstall): Remove INSTALLABLE_SCRIPTS. * doc/man/grep-changelog.1: Remove file. * make-dist: No more lib-src/grep-changelog. * INSTALL: No longer mention grep-changelog. * admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses. * admin/authors.el (authors-valid-file-names): Add grep-changelog. * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 58e4b0e2cf1..01c8431ea00 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -43,6 +43,11 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
43** The configure option '--enable-silent-rules' and the command 43** The configure option '--enable-silent-rules' and the command
44'make V=0' now do a better job of suppressing chatter. 44'make V=0' now do a better job of suppressing chatter.
45 45
46---
47** The `grep-changelog' script (and its manual page) are no longer included.
48It has no particular connection to Emacs and has not changed in years,
49so if you want to use it, you can always take a copy from an older Emacs.
50
46 51
47* Startup Changes in Emacs 25.1 52* Startup Changes in Emacs 25.1
48 53