aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-03-22 16:47:20 -0700
committerGlenn Morris2014-03-22 16:47:20 -0700
commit00156f954984c1084180ca87832fcd32f05aa327 (patch)
tree60f0551f404a59fe881a698248a874b298b6c632 /src/ChangeLog
parent10211d43fa7eddfd644f8f95650a691989611e8c (diff)
downloademacs-00156f954984c1084180ca87832fcd32f05aa327.tar.gz
emacs-00156f954984c1084180ca87832fcd32f05aa327.zip
Make some files in etc obsolete
These are old copies of online information that is not Emacs-specific. * etc/CENSORSHIP, etc/GNU, etc/LINUX-GNU, etc/THE-GNU-PROJECT, etc/WHY-FREE: Replace contents with pointers to www.gnu.org or emacs.info, mark obsolete. * src/callproc.c (init_callproc): In etc, look for NEWS rather than GNU. * lisp/startup.el (fancy-startup-text): * lisp/help.el (describe-gnu-project): Visit online info about GNU project. * doc/emacs/help.texi (Help Files): Update C-h g description. * doc/misc/efaq.texi (Informational files for Emacs): Do not mention etc/GNU. * admin/notes/copyright: Remove references to these files. * etc/MACHINES, etc/NEWS.19: Replace references to these files.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94b48f64de3..efb96ce8494 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,11 @@
12014-03-22 Glenn Morris <rgm@gnu.org>
2
3 * callproc.c (init_callproc): In etc, look for NEWS rather than GNU.
4
12014-03-22 Daniel Colascione <dancol@dancol.org> 52014-03-22 Daniel Colascione <dancol@dancol.org>
2 6
3 * process.c (conv_sockaddr_to_lisp): When extracting the string 7 * process.c (conv_sockaddr_to_lisp): When extracting the string
4 names of AF_LOCAL sockets, stop before reading uninitialized 8 names of AF_LOCAL sockets, stop before reading uninitialized memory.
5 memory.
6 9
72014-03-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 102014-03-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8 11