diff options
| author | Paul Eggert | 2012-08-16 22:14:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-08-16 22:14:06 -0700 |
| commit | 927c7216ad1efbcb0d1b0d2395e026f3ab13f70a (patch) | |
| tree | 9b42952f93d3f7fbdbec0cfeb3c520505700445e /src/ChangeLog | |
| parent | 93044f7b87430236c1cb661d9e122f9d65cb24d1 (diff) | |
| download | emacs-927c7216ad1efbcb0d1b0d2395e026f3ab13f70a.tar.gz emacs-927c7216ad1efbcb0d1b0d2395e026f3ab13f70a.zip | |
* lisp.h (duration_to_sec_usec): Remove unused decl.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3ae89b86f2..b1b6ac1cc4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (duration_to_sec_usec): Remove unused decl. | ||
| 4 | |||
| 1 | 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com> | 5 | 2012-08-17 Alp Aker <alp.tekin.aker@gmail.com> |
| 2 | 6 | ||
| 3 | * nsfont.m (ns_ascii_average_width): Send initWithFormat selector | 7 | * nsfont.m (ns_ascii_average_width): Send initWithFormat selector |
| @@ -3451,6 +3455,7 @@ | |||
| 3451 | has at least microseconds now. All uses removed. | 3455 | has at least microseconds now. All uses removed. |
| 3452 | (update_frame, update_single_window, update_window, update_frame_1) | 3456 | (update_frame, update_single_window, update_window, update_frame_1) |
| 3453 | (Fsleep_for, sit_for): Port to higher-resolution time stamps. | 3457 | (Fsleep_for, sit_for): Port to higher-resolution time stamps. |
| 3458 | (duration_to_sec_usec): Remove; no longer needed. | ||
| 3454 | 3459 | ||
| 3455 | * editfns.c (time_overflow): Now extern. | 3460 | * editfns.c (time_overflow): Now extern. |
| 3456 | (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument) | 3461 | (Fcurrent_time, Fget_internal_run_time, make_time, lisp_time_argument) |