aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 23:33:50 -0800
committerPaul Eggert2011-01-08 23:33:50 -0800
commite275c824b0fe255bbb5af98a6c9a21bb8321d6e8 (patch)
tree55f731672b2aa769d9807f3d014ffbf33c5a759e /lib-src/ChangeLog
parent84bbb1add53329f6059958a9609240aed336258c (diff)
downloademacs-e275c824b0fe255bbb5af98a6c9a21bb8321d6e8.tar.gz
emacs-e275c824b0fe255bbb5af98a6c9a21bb8321d6e8.zip
Regenerate.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 7da5d2104ee..545b4746b95 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove unused files.
4 * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove.
5 These files are now in ../lib, copied from gnulib.
6
7 Use gnulib's getopt-gnu module.
8 * Makefile.in (mostlyclean): Do not clean getopt.h or getopt.h-t,
9 as these are now done by gnulib.
10 (GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
11 Remove; now done by gnulib. All uses removed.
12
12011-01-08 Paul Eggert <eggert@cs.ucla.edu> 132011-01-08 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 Automate syncing from gnulib. 15 Automate syncing from gnulib.