aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fe4b74535ae..605ef32b598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
12011-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
92011-12-10 Juanma Barranquero <lekktu@gmail.com>
10
11 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
12
132011-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
12011-12-03 Paul Eggert <eggert@cs.ucla.edu> 182011-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
22462009-12-10 Jan Djärv <jan.h.d@swipnet.se> 22632009-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
22502009-12-09 Jan Djärv <jan.h.d@swipnet.se> 22672009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2251 2268
@@ -2430,7 +2447,7 @@
2430 2447
24312009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> 24482009-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
24352009-05-05 Per Starbäck <per@starback.se> (tiny change) 24522009-05-05 Per Starbäck <per@starback.se> (tiny change)
2436 2453
@@ -8171,7 +8188,7 @@
81711994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 81881994-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.