\f
* New modes and packages in Emacs 21.4
+** The new python.el package is used to edit Python and Jython programs.
+
** The URL package (which had been part of W3) is now part of Emacs.
+++
+2004-04-12 Joe Buehler <jbuehler@hekimian.com>
+
+ * s/cygwin.h: Changes for Cygwin unexec() support, changes in
+ Cygwin itself. Add support for Xaw3d scrollbars.
+
+ * puresize.h: Set up PURE_P() for Cygwin unexec() support.
+
+ * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
+
+ * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
+ before Cygwin unexec.
+
+ * Makefile.in: Link changes for Cygwin unexec() support.
+
2004-04-12 Andreas Schwab <schwab@suse.de>
* buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
2004-04-11 Masatake YAMATO <jet@gyve.org>
- * buffer.c (fix_start_end_in_overlays): make overlays
+ * buffer.c (fix_start_end_in_overlays): Make overlays
empty if they are backwards.
2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>