aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-10-10 11:02:09 -0700
committerPaul Eggert2014-10-10 11:02:09 -0700
commit390c2f3bcc494fa07752f59b42605afc9971111c (patch)
treee55c44118a10b65bc1b98d7929972ae955c975e3 /src/ChangeLog
parent4b9d951ee1abd65dd6335300e764d0d8a368871f (diff)
downloademacs-390c2f3bcc494fa07752f59b42605afc9971111c.tar.gz
emacs-390c2f3bcc494fa07752f59b42605afc9971111c.zip
Fix port to Debian GNU/kFreeBSD 7 (wheezy).
* process.c (accept4) [!HAVE_ACCEPT4]: New macro. Fixes: debbugs:18666
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 63e0e728fee..19c553ff7a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-10-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix port to Debian GNU/kFreeBSD 7 (wheezy) (Bug#18666).
4 * process.c (accept4) [!HAVE_ACCEPT4]: New macro.
5
12014-10-09 Stefan Monnier <monnier@iro.umontreal.ca> 62014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * frame.c (Fmouse_pixel_position): Call Vmouse_position_function 8 * frame.c (Fmouse_pixel_position): Call Vmouse_position_function