Regenerate.
[bpt/emacs.git] / lib-src / ChangeLog
index f436027..545b474 100644 (file)
@@ -1,5 +1,33 @@
+2011-01-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove unused files.
+       * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove.
+       These files are now in ../lib, copied from gnulib.
+
+       Use gnulib's getopt-gnu module.
+       * Makefile.in (mostlyclean): Do not clean getopt.h or getopt.h-t,
+       as these are now done by gnulib.
+       (GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
+       Remove; now done by gnulib.  All uses removed.
+
+2011-01-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Automate syncing from gnulib.
+       * Makefile.in (EXE_FILES): New macro.
+       (BASE_CFLAGS): Add -I../lib and -I${srcdir}/../lib,
+       for gnulib's .h files.
+       (LOADLIBES): Add ../lib/libgnu.a.
+       ($(EXE_FILES)): Depend on ../lib/libgnu.a.
+       (../lib/libgnu.a): New rule.
+
+2011-01-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (EXECUTABLES): Remove; macro unused since 1993.
+
 2011-01-08  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (EMACSOPT): Add --no-site-lisp.
+
        * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
 
 2011-01-02  Glenn Morris  <rgm@gnu.org>