diff options
| author | Joakim Verona | 2011-12-28 11:34:15 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 11:34:15 +0100 |
| commit | 2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch) | |
| tree | 034e65ef002631d0aba8fc1a41e9984fc557e630 /ChangeLog | |
| parent | bb29f044aa967831cd664c54eba0de0c701436ce (diff) | |
| parent | d23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff) | |
| download | emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip | |
upstream
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 20 insertions, 3 deletions
| @@ -1,3 +1,20 @@ | |||
| 1 | 2011-12-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201). | ||
| 4 | * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking | ||
| 5 | to gmalloc.c. This should prevent a MirBSD 10 build failure reported | ||
| 6 | by Nelson H. F. Beebe in | ||
| 7 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>. | ||
| 8 | |||
| 9 | 2011-12-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 10 | |||
| 11 | * update-subdirs: Don't set no-byte-compile twice (bug#10260). | ||
| 12 | |||
| 13 | 2011-12-10 Jan Djärv <jan.h.d@swipnet.se> | ||
| 14 | |||
| 15 | * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS | ||
| 16 | instead of LDFLAGS (Bug#10230). | ||
| 17 | |||
| 1 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode. | 20 | * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode. |
| @@ -2245,7 +2262,7 @@ | |||
| 2245 | 2262 | ||
| 2246 | 2009-12-10 Jan Djärv <jan.h.d@swipnet.se> | 2263 | 2009-12-10 Jan Djärv <jan.h.d@swipnet.se> |
| 2247 | 2264 | ||
| 2248 | * configure.in: Check for RSVG if GNUStep is used. | 2265 | * configure.in: Check for RSVG if GNUstep is used. |
| 2249 | 2266 | ||
| 2250 | 2009-12-09 Jan Djärv <jan.h.d@swipnet.se> | 2267 | 2009-12-09 Jan Djärv <jan.h.d@swipnet.se> |
| 2251 | 2268 | ||
| @@ -2430,7 +2447,7 @@ | |||
| 2430 | 2447 | ||
| 2431 | 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 2448 | 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2432 | 2449 | ||
| 2433 | * configure.in: Don't define CANNOT_DUMP for GNUStep any more. | 2450 | * configure.in: Don't define CANNOT_DUMP for GNUstep any more. |
| 2434 | 2451 | ||
| 2435 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) | 2452 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) |
| 2436 | 2453 | ||
| @@ -8171,7 +8188,7 @@ | |||
| 8171 | 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | 8188 | 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
| 8172 | 8189 | ||
| 8173 | * configure.in (creating src/Makefile): Put code inside 2nd arg to | 8190 | * configure.in (creating src/Makefile): Put code inside 2nd arg to |
| 8174 | AC_OUTPUT as it should be; hopefully noone will again see fit to | 8191 | AC_OUTPUT as it should be; hopefully no one will again see fit to |
| 8175 | gratuitously break this and not make a change log entry. | 8192 | gratuitously break this and not make a change log entry. |
| 8176 | Optimized sed processing of Makefile.in and cpp output; now | 8193 | Optimized sed processing of Makefile.in and cpp output; now |
| 8177 | preserves comments previously removed from the cpp input. | 8194 | preserves comments previously removed from the cpp input. |