aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-07-29 01:54:54 +0000
committerMiles Bader2005-07-29 01:54:54 +0000
commit58b646fafc27ea5fb93fa95d5ff84187d689d315 (patch)
tree361704f8149dccf6d1578bea3b89da11ced846f7 /ChangeLog
parentffc3bd5c6c5ce65d4390c3523e4527c701a0ed95 (diff)
parentd44e3b453c528446579182d82284abbfd80f8b7d (diff)
downloademacs-58b646fafc27ea5fb93fa95d5ff84187d689d315.tar.gz
emacs-58b646fafc27ea5fb93fa95d5ff84187d689d315.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 493-503) - Update from CVS - Update from CVS: lisp/startup.el (command-line): Fix typo. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 95-98) - Update from CVS
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.