Mercurial > emacs
comparison src/ChangeLog @ 30067:8cd5cb9e72bd
*** empty log message ***
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Wed, 05 Jul 2000 17:03:03 +0000 |
| parents | 6a413a3c9c25 |
| children | 7c51ac7c415f |
comparison
equal
deleted
inserted
replaced
| 30066:0c8b413f3f35 | 30067:8cd5cb9e72bd |
|---|---|
| 1 2000-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 | |
| 1 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> | 27 2000-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 |
| 8 * keyboard.c (show_help_echo): New function, extracted from read_char. | 34 * keyboard.c (show_help_echo): New function, extracted from read_char. |
| 9 Feval its `msg' argument if it's a cons cell. | 35 Feval its `msg' argument if it's a cons cell. |
| 41 * window.c (add_window_to_list): Add parameter LIST. | 67 * window.c (add_window_to_list): Add parameter LIST. |
| 42 (window_list): Order list so that, for each frame, windows are | 68 (window_list): Order list so that, for each frame, windows are |
| 43 in canonical order, and so that frames appear in the list in | 69 in canonical order, and so that frames appear in the list in |
| 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 | |
| 47 2000-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 | 72 |
| 52 2000-07-04 Gerd Moellmann <gerd@gnu.org> | 73 2000-07-04 Gerd Moellmann <gerd@gnu.org> |
| 53 | 74 |
| 54 * window.c (Vwindow_list): New variable. | 75 * window.c (Vwindow_list): New variable. |
| 55 (make_window, delete_window): Set Vwindow_list to nil. | 76 (make_window, delete_window): Set Vwindow_list to nil. |
