diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d2509b88cf..9e8377c2f7c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-10-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-10-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (FONT_H): Add $(FRAME_H). | ||
| 4 | (W32TERM_H): Add $(ATIMER_H) and $(FRAME_H). | ||
| 5 | ($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies. | ||
| 6 | (GLOBAL_SOURCES): Add cygw32.c. | ||
| 7 | |||
| 3 | * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now | 8 | * w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now |
| 4 | 'const char *'. | 9 | 'const char *'. |
| 5 | (x_to_w32_color): Don't modify the argument, modify a copy instead. | 10 | (x_to_w32_color): Don't modify the argument, modify a copy instead. |