aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2005-06-06 19:29:58 +0000
committerEli Zaretskii2005-06-06 19:29:58 +0000
commitb6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2 (patch)
tree1596cded3d6dc8d83e766f0a21ae4b6d3c16540a /src/ChangeLog
parent61bfbbfaa14a1c74263171cbe64df53e4c4fddc2 (diff)
downloademacs-b6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2.tar.gz
emacs-b6cc2ad0e9215dd8da7a4adeee5aeecf45a256c2.zip
($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ae26d7f5e9..ff49eff9284 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12005-06-06 Eli Zaretskii <eliz@gnu.org>
2
3 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove
4 macros.
5
6 * unexw32.c (RVA_TO_PTR): Moved here from w32heap.h.
7
8 * w32proc.c (RVA_TO_PTR): New macro.
9
10 * w32heap.c (RVA_TO_PTR): No need to #undef now.
11
12 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
13 Depend on w32heap.h.
14
12005-06-06 Luc Teirlinck <teirllm@auburn.edu> 152005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2 16
3 * keyboard.c (command_loop_1): Update Vthis_original_command. 17 * keyboard.c (command_loop_1): Update Vthis_original_command.