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 8534c3b455f..9e4023e996a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-03-12 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-03-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * termcap.c [MSDOS]: Include "msdos.h. | ||
| 4 | (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent): | ||
| 5 | Constify `char *' arguments and their references according to | ||
| 6 | prototypes in tparam.h. | ||
| 7 | |||
| 8 | * deps.mk (termcap.o): Depend on tparam.h. | ||
| 9 | |||
| 3 | * msdos.c (XMenuAddPane): 3rd argument is `const char *' now. | 10 | * msdos.c (XMenuAddPane): 3rd argument is `const char *' now. |
| 4 | Adapt all references accordingly. | 11 | Adapt all references accordingly. |
| 5 | 12 | ||