aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c44bcfbbf38..2f054186bfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
12005-07-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4
52005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6
7 Merge gnulib getopt implementation into Emacs.
8
9 * Makefile.in (AUTOCONF_INPUTS): New macro.
10 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
11 so that these files also depend on m4/getopt.m4.
12 * configure.in: Configure getopt by including m4/getopt.m4,
13 and configuring a getopt replacement if necessary.
14 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
15 * m4/getopt.m4: New file.
16
12005-07-06 Lute Kamstra <lute@gnu.org> 172005-07-06 Lute Kamstra <lute@gnu.org>
2 18
3 * configure.in: Fix capitalization. 19 * configure.in: Fix capitalization.