diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2014-09-07 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-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 |