diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
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 @@ | |||
| 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. |