diff options
| author | Kenichi Handa | 2006-09-06 06:41:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-09-06 06:41:40 +0000 |
| commit | 04e28558df772845d83d5e870300b755b2528b57 (patch) | |
| tree | b57b638afdbb348fb882995ca9963a3f12607ff4 /src/ChangeLog | |
| parent | 8687849bab4bd39395fc3c6ef814ef738ddf8ed8 (diff) | |
| download | emacs-04e28558df772845d83d5e870300b755b2528b57.tar.gz emacs-04e28558df772845d83d5e870300b755b2528b57.zip | |
(Fformat_time_string): Use make_unibyte_string to make
a Lisp string from the result of emacs_memftimeu call.
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 5e39f084e9f..715c8109bf1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-09-06 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * editfns.c (Fformat_time_string): Use make_unibyte_string to make | ||
| 4 | a Lisp string from the result of emacs_memftimeu call. | ||
| 5 | |||
| 1 | 2006-09-06 Kim F. Storm <storm@cua.dk> | 6 | 2006-09-06 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg; | 8 | * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg; |