diff options
| author | Eli Zaretskii | 2000-07-31 06:45:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-07-31 06:45:34 +0000 |
| commit | da288c1402ad49d7e78169e34a7a779d1df5bed8 (patch) | |
| tree | 42b09b355b071ab7a183c9e36a2917f80b4593d9 /src/ChangeLog | |
| parent | 8f190436eaf7b7b8eaabb2c7ca4ac31fd581159c (diff) | |
| download | emacs-da288c1402ad49d7e78169e34a7a779d1df5bed8.tar.gz emacs-da288c1402ad49d7e78169e34a7a779d1df5bed8.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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. |