diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b252f5deef8..44e6f18922c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,13 @@ | |||
| 4 | (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H). | 4 | (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H). |
| 5 | ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies. | 5 | ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies. |
| 6 | (GLOBAL_SOURCES): Add cygw32.c. | 6 | (GLOBAL_SOURCES): Add cygw32.c. |
| 7 | ($(BLD)/unexw32.$(O)): | ||
| 8 | ($(BLD)/w32.$(O)): | ||
| 9 | ($(BLD)/w32console.$(O)): | ||
| 10 | ($(BLD)/w32fns.$(O)): | ||
| 11 | ($(BLD)/w32heap.$(O)): | ||
| 12 | ($(BLD)/w32menu.$(O)): | ||
| 13 | ($(BLD)/w32proc.$(O)): Add w32common.h. | ||
| 7 | 14 | ||
| 8 | * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now | 15 | * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now |
| 9 | 'const char *'. | 16 | 'const char *'. |