aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-09 23:04:56 -0800
committerPaul Eggert2011-02-09 23:04:56 -0800
commitbe6d99804b3efdecf3660c4b51da1945e955fb4d (patch)
tree99b523c445f7b95572ab668f4e878cd703ff3527 /ChangeLog
parentdd4638842ad1921562bc66049ec81a4530651cdf (diff)
parent67f02b82f496be403353a1dc918cc4f2278841bb (diff)
downloademacs-be6d99804b3efdecf3660c4b51da1945e955fb4d.tar.gz
emacs-be6d99804b3efdecf3660c4b51da1945e955fb4d.zip
Merge from mainline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 649fe4b2ba6..85165338460 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
12011-02-08 Paul Eggert <eggert@cs.ucla.edu> 12011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Import getloadavg module from gnulib. 3 Import getloadavg module from gnulib.
4 * .bzrignore: Add lib/stdlib.h. 4 * .bzrignore: Add lib/stdlib.h.
@@ -19,6 +19,31 @@
19 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: 19 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
20 * src/config.in: Regenerate. 20 * src/config.in: Regenerate.
21 21
222011-02-10 Paul Eggert <eggert@cs.ucla.edu>
23
24 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
25 Sync from gnulib, which has been patched to fix the problem
26 with the license notices. Problem reported by Glenn Morris in
27 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
28
292011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * .bzrignore: Ignore globals.h and related stamp.
32
332011-02-09 Paul Eggert <eggert@cs.ucla.edu>
34
35 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
36 This merges the following fix from gnulib:
37
38 2011-02-08 Bruno Haible <bruno@clisp.org>
39
40 Split large sed scripts, for HP-UX sed.
41
422011-02-08 Tom Tromey <tromey@redhat.com>
43
44 * configure: Rebuild.
45 * configure.in (NS_OBJC_OBJ): New subst.
46
222011-02-06 Paul Eggert <eggert@cs.ucla.edu> 472011-02-06 Paul Eggert <eggert@cs.ucla.edu>
23 48
24 gnulib: allow multiple gnulib generated replacements to coexist 49 gnulib: allow multiple gnulib generated replacements to coexist