aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2006-09-06 06:41:40 +0000
committerKenichi Handa2006-09-06 06:41:40 +0000
commit04e28558df772845d83d5e870300b755b2528b57 (patch)
treeb57b638afdbb348fb882995ca9963a3f12607ff4 /src/ChangeLog
parent8687849bab4bd39395fc3c6ef814ef738ddf8ed8 (diff)
downloademacs-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/ChangeLog5
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 @@
12006-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
12006-09-06 Kim F. Storm <storm@cua.dk> 62006-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;