aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-13 09:17:33 -0800
committerPaul Eggert2011-01-13 09:17:33 -0800
commit193770eec942defa96c7ea310773b40534f709d1 (patch)
tree3a1ed2de2b7ece4697999045da27e21fb174f21c /ChangeLog
parentf737437b23c75bb6924021df14b4f740ce370b21 (diff)
parent821f936d1c04df2f9ccaf6307b220d7cbe0e76c7 (diff)
downloademacs-193770eec942defa96c7ea310773b40534f709d1.tar.gz
emacs-193770eec942defa96c7ea310773b40534f709d1.zip
Merge from mainline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54b6958607e..789d54cfa60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
12011-01-11 Paul Eggert <eggert@cs.ucla.edu> 12011-01-13 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr. 3 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4 This avoids building ftoastr and ldtoastr, which aren't needed. See 4 This avoids building ftoastr and ldtoastr, which aren't needed. See
@@ -106,6 +106,15 @@
106 * make-dist: Also put into the distribution aclocal.m4, 106 * make-dist: Also put into the distribution aclocal.m4,
107 compile, depcomp, missing, and the files under lib/. 107 compile, depcomp, missing, and the files under lib/.
108 108
1092011-01-13 Christian Ohler <ohler@gnu.org>
110
111 * Makefile.in (INFO_FILES): Add ERT.
112
113 * Makefile.in (check): Run tests in test/automated.
114
115 * Makefile.in:
116 * configure.in: Add test/automated/Makefile.
117
1092011-01-07 Paul Eggert <eggert@cs.ucla.edu> 1182011-01-07 Paul Eggert <eggert@cs.ucla.edu>
110 119
111 * install-sh, mkinstalldirs, move-if-change: Update from master 120 * install-sh, mkinstalldirs, move-if-change: Update from master