diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4342561ae54..d0efb5b46e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-06-14 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (get_process_times_fn): New function pointer. | ||
| 4 | (globals_of_w32): Intialize it if present in kernel32.dll. | ||
| 5 | (w32_get_internal_run_time): New function. | ||
| 6 | |||
| 7 | * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it. | ||
| 8 | |||
| 1 | 2007-06-14 Kenichi Handa <handa@etlken.m17n.org> | 9 | 2007-06-14 Kenichi Handa <handa@etlken.m17n.org> |
| 2 | 10 | ||
| 3 | * composite.c (update_compositions): Check the validness of | 11 | * composite.c (update_compositions): Check the validness of |