aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6bd26813216..f775a250c5d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-06-11 Andrew Innes <andrewi@gnu.org>
2
3 * w32proc.c (create_child): Add new parameter is_gui_app.
4 (w32_executable_type): Add new parameter is_gui_app.
5 (sys_spawnve): Use it.
6 (sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
7 SIGQUIT. This matches better how the signals are interpreted by
8 MSVC compiled programs.
9 (syms_of_ntproc): Update docstring.
10
12001-06-02 Stefan Monnier <monnier@cs.yale.edu> 112001-06-02 Stefan Monnier <monnier@cs.yale.edu>
2 12
3 * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as 13 * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as