comparison src/ChangeLog @ 63090:9ec47d4321d9

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Mon, 06 Jun 2005 19:29:58 +0000
parents 979a10ee9bfe
children 0d46ecee3dbc
comparison
equal deleted inserted replaced
63089:870c905ecf55 63090:9ec47d4321d9
1 2005-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
1 2005-06-06 Luc Teirlinck <teirllm@auburn.edu> 15 2005-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.
4 18
5 2005-06-06 Richard M. Stallman <rms@gnu.org> 19 2005-06-06 Richard M. Stallman <rms@gnu.org>