diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-03-01 06:19:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-03-01 06:19:28 +0000 |
commit | f33c6cbfe5d16558554b5eda87a10625285b291c (patch) | |
tree | 6adb9322146266510cbf06f345d0efb0c85dc8ca /gdb/tui/ChangeLog | |
parent | 5ecaa7ddacc5999c6de487fc5841468f67dcb5fb (diff) | |
download | gdb-f33c6cbfe5d16558554b5eda87a10625285b291c.zip gdb-f33c6cbfe5d16558554b5eda87a10625285b291c.tar.gz gdb-f33c6cbfe5d16558554b5eda87a10625285b291c.tar.bz2 |
Add FIXME explaining include problem.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 00a7e12..2f676a8 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,28 @@ +2002-03-01 Andrew Cagney <ac131313@redhat.com> + + * tui-hooks.c: Add FIXME to explain true/false problem. Update + copyright. + * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c: Ditto. + * tuiDisassem.c, tuiGeneralWin.c, tuiIO.c, tuiLayout.c: Ditto. + * tuiRegs.c, tuiSource.c, tuiSourceWin.c, tuiStack.c: Ditto. + * tuiWin.c: Ditto. + + 2002-02-08 Daniel Jacobowitz <drow@mvista.com> + * tui-hooks.c: Include <curses.h> before "bfd.h". + * tui.c: Likewise. + * tuiCommand.c: Likewise. + * tuiData.c: Likewise. + * tuiDataWin.c: Likewise. + * tuiDisassem.c: Likewise. + * tuiGeneralWin.c: Likewise. + * tuiIO.c: Likewise. + * tuiLayout.c: Likewise. + * tuiRegs.c: Likewise. + * tuiSource.c: Likewise. + * tuiSourceWin.c: Likewise. + * tuiStack.c: Likewise. + * tuiWin.c: Likewise. + 2002-02-01 Andrew Cagney <ac131313@redhat.com> * tuiWin.c (_initialize_tuiWin): Replace NO_FUNCTION with NULL. |