changeset 30067:8cd5cb9e72bd

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Wed, 05 Jul 2000 17:03:03 +0000
parents 0c8b413f3f35
children fd80ab818a0c
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 32 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jul 05 17:00:06 2000 +0000
+++ b/lisp/ChangeLog	Wed Jul 05 17:03:03 2000 +0000
@@ -1,3 +1,7 @@
+2000-07-05  Andrew Innes  <andrewi@gnu.org>
+
+	* makefile.nt: Add support for `bootstrap' and related targets.
+
 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
--- a/src/ChangeLog	Wed Jul 05 17:00:06 2000 +0000
+++ b/src/ChangeLog	Wed Jul 05 17:03:03 2000 +0000
@@ -1,7 +1,33 @@
+2000-07-05  Andrew Innes  <andrewi@gnu.org>
+
+	* vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
+	when non-NULL instead of __morecore, to take account of buffer
+	memory.  This also solves a problem with spurious memory warnings
+	on Windows.
+
+	* ralloc.c: Make real_morecore non-static.
+
+	* eval.c (internal_condition_case): Comment out abort if
+	interrupt_input_blocked is not zero.
+
+	* makefile.nt: Add support for `bootstrap' and related targets.
+	Include minimal debug info in emacs.exe in release build.
+	Remove all dependencies on lisp.h, and fixup some others.
+
+	* w32.c (init_environment): Install code from 20.7 for providing
+	default values for environment variables, based on the
+	executable's own location.
+	(map_w32_filename): Handle filenames that are longer than
+	MAX_PATH.
+	(sys_socket): Install socket inheritance bug fix from 20.7.
+
+	* alloca.c [emacs]: Include lisp.h (needed by atimer.h included
+	here via blockinput.h).
+
 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
 
-	* w32menu.c (w32_menu_display_help):
-	* xmenu.c (menu_help_callback): Use show_help_echo.
+	* w32menu.c (w32_menu_display_help): * xmenu.c
+	(menu_help_callback): Use show_help_echo.
 
 	* keyboard.h (show_help_echo): Declare.
 
@@ -44,11 +70,6 @@
 	the order given by Vframe_list.
 	(next_window): Reverse the handling of NEXT_P.
 
-2000-07-04  Andrew Innes  <andrewi@gnu.org>
-
-	* alloca.c [emacs]: Include lisp.h (needed by atimer.h included
-	here via blockinput.h).
-
 2000-07-04  Gerd Moellmann  <gerd@gnu.org>
 
 	* window.c (Vwindow_list): New variable.