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 a92fc774583..d93b26b3a41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * keyboard.h (quit_char): Add declaration. | ||
| 4 | * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits) | ||
| 5 | (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add | ||
| 6 | declarations. | ||
| 7 | * sysdep.c: | ||
| 8 | * w32.c: Remove the above declarations. | ||
| 9 | |||
| 3 | Remove extern declarations in .c files, .h files have them. | 10 | Remove extern declarations in .c files, .h files have them. |
| 4 | * xterm.c: | 11 | * xterm.c: |
| 5 | * xdisp.c: | 12 | * xdisp.c: |