diff options
| author | Paul Eggert | 2011-02-09 23:04:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-09 23:04:56 -0800 |
| commit | be6d99804b3efdecf3660c4b51da1945e955fb4d (patch) | |
| tree | 99b523c445f7b95572ab668f4e878cd703ff3527 /ChangeLog | |
| parent | dd4638842ad1921562bc66049ec81a4530651cdf (diff) | |
| parent | 67f02b82f496be403353a1dc918cc4f2278841bb (diff) | |
| download | emacs-be6d99804b3efdecf3660c4b51da1945e955fb4d.tar.gz emacs-be6d99804b3efdecf3660c4b51da1945e955fb4d.zip | |
Merge from mainline.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 27 |
1 files changed, 26 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-02-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||
| 22 | 2011-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 | |||
| 29 | 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 30 | |||
| 31 | * .bzrignore: Ignore globals.h and related stamp. | ||
| 32 | |||
| 33 | 2011-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 | |||
| 42 | 2011-02-08 Tom Tromey <tromey@redhat.com> | ||
| 43 | |||
| 44 | * configure: Rebuild. | ||
| 45 | * configure.in (NS_OBJC_OBJ): New subst. | ||
| 46 | |||
| 22 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> | 47 | 2011-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 |