aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-09-07 13:31:18 -0700
committerPaul Eggert2014-09-07 13:31:18 -0700
commitd5e25ad17f871ed7837fcc5277efce762c112f2a (patch)
tree3433de7582ee1ea73de2bfeb75b09f4b61afd8a3 /src/ChangeLog
parentbee407185922627a073b5fb57daae56043e689b0 (diff)
downloademacs-d5e25ad17f871ed7837fcc5277efce762c112f2a.tar.gz
emacs-d5e25ad17f871ed7837fcc5277efce762c112f2a.zip
* callproc.c (exec_failed) [DOS_NT]: Define a dummy.
All callers simplified. Add a comment about exec_failed, vfork, and alloca.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 777dcd81af2..88ab1eedca8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12014-09-07 Paul Eggert <eggert@cs.ucla.edu> 12014-09-07 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * callproc.c (exec_failed) [DOS_NT]: Define a dummy.
4 All callers simplified. Add a comment about exec_failed, vfork,
5 and alloca.
6
3 Adjust drag-and-drop fix when window is above top (Bug#18303). 7 Adjust drag-and-drop fix when window is above top (Bug#18303).
4 * xselect.c (x_fill_property_data): Don't let sign bit of negative 8 * xselect.c (x_fill_property_data): Don't let sign bit of negative
5 XCDR bleed into XCAR's encoded value. Improve checks for 9 XCDR bleed into XCAR's encoded value. Improve checks for