diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9a741498861..a92fc774583 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Remove extern declarations in .c files, .h files have them. | ||
| 4 | * xterm.c: | ||
| 5 | * xdisp.c: | ||
| 6 | * process.c: | ||
| 7 | * msdos.c: | ||
| 8 | * image.c: | ||
| 9 | * gtkutil.c: | ||
| 10 | * fileio.c: | ||
| 11 | * eval.c: Remove declarations. | ||
| 12 | |||
| 3 | * frame.c (frame_params): Make const. | 13 | * frame.c (frame_params): Make const. |
| 4 | 14 | ||
| 5 | * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration. | 15 | * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration. |