]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2004 19:43:37 +0000 (19:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2004 19:43:37 +0000 (19:43 +0000)
etc/NEWS
src/ChangeLog

index 8a54f13635546667629ce073793051c26e4d2ce3..f798b93479ad0a92833fc94d33ae66715818ba3f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1712,6 +1712,8 @@ to view diffs or log entries directly from vc-annotate-mode:
 \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.
 
 +++
index 32a7d73252d1f0fa728f07bc22b59d53012c9790..4a971341870b9818204419e0a7af36aae43339fb 100644 (file)
@@ -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>