aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2000-07-05 17:03:03 +0000
committerAndrew Innes2000-07-05 17:03:03 +0000
commite2c46326e64a46d49f0cd47e4a86c934923a1340 (patch)
treeda0b06177e67b7e0ff914c12b2dd528411c73c9b /src/ChangeLog
parentd72c1cadc493353965f5f57d7098a1cb3170aeb4 (diff)
downloademacs-e2c46326e64a46d49f0cd47e4a86c934923a1340.tar.gz
emacs-e2c46326e64a46d49f0cd47e4a86c934923a1340.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 28 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 35d04987a6e..02b983e454c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,33 @@
12000-07-05 Andrew Innes <andrewi@gnu.org>
2
3 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
4 when non-NULL instead of __morecore, to take account of buffer
5 memory. This also solves a problem with spurious memory warnings
6 on Windows.
7
8 * ralloc.c: Make real_morecore non-static.
9
10 * eval.c (internal_condition_case): Comment out abort if
11 interrupt_input_blocked is not zero.
12
13 * makefile.nt: Add support for `bootstrap' and related targets.
14 Include minimal debug info in emacs.exe in release build.
15 Remove all dependencies on lisp.h, and fixup some others.
16
17 * w32.c (init_environment): Install code from 20.7 for providing
18 default values for environment variables, based on the
19 executable's own location.
20 (map_w32_filename): Handle filenames that are longer than
21 MAX_PATH.
22 (sys_socket): Install socket inheritance bug fix from 20.7.
23
24 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
25 here via blockinput.h).
26
12000-07-05 Stefan Monnier <monnier@cs.yale.edu> 272000-07-05 Stefan Monnier <monnier@cs.yale.edu>
2 28
3 * w32menu.c (w32_menu_display_help): 29 * w32menu.c (w32_menu_display_help): * xmenu.c
4 * xmenu.c (menu_help_callback): Use show_help_echo. 30 (menu_help_callback): Use show_help_echo.
5 31
6 * keyboard.h (show_help_echo): Declare. 32 * keyboard.h (show_help_echo): Declare.
7 33
@@ -44,11 +70,6 @@
44 the order given by Vframe_list. 70 the order given by Vframe_list.
45 (next_window): Reverse the handling of NEXT_P. 71 (next_window): Reverse the handling of NEXT_P.
46 72
472000-07-04 Andrew Innes <andrewi@gnu.org>
48
49 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
50 here via blockinput.h).
51
522000-07-04 Gerd Moellmann <gerd@gnu.org> 732000-07-04 Gerd Moellmann <gerd@gnu.org>
53 74
54 * window.c (Vwindow_list): New variable. 75 * window.c (Vwindow_list): New variable.