diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 228e5045b34..f2f62365838 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | environment, for the case that child_setup signals an error. | 4 | environment, for the case that child_setup signals an error. |
| 5 | When mirroring slashes in DOS shell commands, don't fail when | 5 | When mirroring slashes in DOS shell commands, don't fail when |
| 6 | argv[2] has embedded blanks. | 6 | argv[2] has embedded blanks. |
| 7 | (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions. | ||
| 8 | (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons. | ||
| 9 | (dos_ttraw): Call mouse_setup_buttons. | ||
| 7 | 10 | ||
| 8 | * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of | 11 | * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of |
| 9 | using alloca; free it after run_msdos_command returns. | 12 | using alloca; free it after run_msdos_command returns. |