diff options
| author | Paul Eggert | 2011-07-08 02:38:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-08 02:38:32 -0700 |
| commit | 1692ae2dd5ff8f6f1fc6f6f62b9a44ab7e615615 (patch) | |
| tree | 16046f0d8917f94dec1d0a4dc8316e657a00ae1f /ChangeLog | |
| parent | 8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0 (diff) | |
| parent | a63e0781250f31d99360209d9053d380d6fe0815 (diff) | |
| download | emacs-1692ae2dd5ff8f6f1fc6f6f62b9a44ab7e615615.tar.gz emacs-1692ae2dd5ff8f6f1fc6f6f62b9a44ab7e615615.zip | |
Merge from trunk.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Add gnulib support for pthread_sigmask (Bug#9010). | 3 | Add gnulib support for pthread_sigmask (Bug#9010). |
| 4 | * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. | 4 | * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. |
| @@ -12,6 +12,14 @@ | |||
| 12 | due to the above changes. | 12 | due to the above changes. |
| 13 | * .bzrignore: Add lib/signal.h. | 13 | * .bzrignore: Add lib/signal.h. |
| 14 | 14 | ||
| 15 | 2011-07-07 Andreas Schwab <schwab@linux-m68k.org> | ||
| 16 | |||
| 17 | * configure.in (maintainer-mode): Reflect default in help string. | ||
| 18 | |||
| 19 | 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 20 | |||
| 21 | * configure.in: Remove reference to iris4d.h. | ||
| 22 | |||
| 15 | 2011-07-05 Jan Djärv <jan.h.d@swipnet.se> | 23 | 2011-07-05 Jan Djärv <jan.h.d@swipnet.se> |
| 16 | 24 | ||
| 17 | * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS. | 25 | * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS. |