changeset 54827:f3c73bb14f1d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Apr 2004 19:43:37 +0000
parents 2b7486dda0b3
children 2eb49bad7ea9
files etc/NEWS src/ChangeLog
diffstat 2 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 12 19:43:10 2004 +0000
+++ b/etc/NEWS	Mon Apr 12 19:43:37 2004 +0000
@@ -1712,6 +1712,8 @@
 
 * 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.
 
 +++
--- a/src/ChangeLog	Mon Apr 12 19:43:10 2004 +0000
+++ b/src/ChangeLog	Mon Apr 12 19:43:37 2004 +0000
@@ -1,3 +1,17 @@
+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.
@@ -9,7 +23,7 @@
 
 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>