diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -1,3 +1,19 @@ | |||
| 1 | 2005-07-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * .cvsignore: Add `data' and `site-lisp' (for in-place installs). | ||
| 4 | |||
| 5 | 2005-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 | |||
| 1 | 2005-07-06 Lute Kamstra <lute@gnu.org> | 17 | 2005-07-06 Lute Kamstra <lute@gnu.org> |
| 2 | 18 | ||
| 3 | * configure.in: Fix capitalization. | 19 | * configure.in: Fix capitalization. |