[WINDOWSNT]: Don't include sysselect.h
[bpt/emacs.git] / src / ChangeLog
index 7fc05c4..87e7618 100644 (file)
@@ -1,3 +1,22 @@
+2007-09-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * sysdep.c [WINDOWSNT]: Don't include sysselect.h
+
+2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
+
+       * frame.c (x_set_frame_parameters): Check number is positive before
+       using XFASTINT.
+
+       * window.c (freeze_window_start): Don't presume selected_window holds
+       a window object.
+       (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
+
+2007-09-07  Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>  (tiny change)
+
+       * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
+
 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * window.c (Vsplit_window_preferred_function): New var.