diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2e947aa7969..8be43ce844b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,11 +2,14 @@ | |||
| 2 | 2 | ||
| 3 | Fix prototypes. | 3 | Fix prototypes. |
| 4 | 4 | ||
| 5 | * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval. | ||
| 5 | * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent. | 6 | * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent. |
| 6 | * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object, | 7 | * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object, |
| 7 | as required by internal_condition_case_1. | 8 | as required by internal_condition_case_1. |
| 8 | * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object. | 9 | * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object. |
| 9 | (analyse_first): Fix "const const". | 10 | (analyse_first): Fix "const const". |
| 11 | * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval. | ||
| 12 | * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME. | ||
| 10 | 13 | ||
| 11 | 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu> | 14 | 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 12 | 15 | ||