aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-14 15:01:19 -0700
committerPaul Eggert2012-09-14 15:01:19 -0700
commit2af0342954599918f739d981e8151f7e8a46c3c6 (patch)
tree4eadf341a552603165d813608ae8765e794a1fd8 /src/ChangeLog
parente3141fcf8456dc1ec7455e34437ac09f0c812ac9 (diff)
downloademacs-2af0342954599918f739d981e8151f7e8a46c3c6.tar.gz
emacs-2af0342954599918f739d981e8151f7e8a46c3c6.zip
Fix glitches with 'configure --without-sync-input'.
* configure.ac (--without-sync-input): Fix typo in usage message. * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]: Include "syssignal.h", for 'main_thread'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 27698886079..b1b4dc8bbcd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT && HAVE_PTHREAD]:
4 Include "syssignal.h", for 'main_thread'.
5
12012-09-14 Dmitry Antipov <dmantipov@yandex.ru> 62012-09-14 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Avoid out-of-range marker position (Bug#12426). 8 Avoid out-of-range marker position (Bug#12426).