diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f666aa649d..a4bed84a856 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-12-09 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | Fix implicit function declarations. | ||
| 4 | * cmds.c: Include "frame.h". | ||
| 5 | * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM. | ||
| 6 | * frame.h: Move declaration of delete_frame outside of | ||
| 7 | HAVE_WINDOW_SYSTEM. | ||
| 8 | |||
| 1 | 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change) | 9 | 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change) |
| 2 | 10 | ||
| 3 | * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable. | 11 | * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable. |