diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a6b09dfb1f..ebbef39c29d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-03-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * termhooks.h (encode_terminal_code): Declare prototype. | ||
| 4 | |||
| 5 | * msdos.c (encode_terminal_code): Don't declare prototype. | ||
| 6 | |||
| 7 | * term.c (encode_terminal_code): Now external again, used by | ||
| 8 | w32console.c and msdos.c. | ||
| 9 | |||
| 10 | * makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)): Depend | ||
| 11 | on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. | ||
| 12 | |||
| 1 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Fix some minor problems found by GCC 4.5.2's static checks. | 15 | Fix some minor problems found by GCC 4.5.2's static checks. |