From: Gerd Moellmann Date: Wed, 28 Mar 2001 15:51:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.101~126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e59d0e9d09eea4a403752055978156cddf40ee2a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f8386d1efc..3bb5956b7b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-03-28 Gerd Moellmann + * bookmark.el (bookmark-get-bookmark): Handle case that + BOOKMARK is not a string. + * image.el (image-type-regexps): Change type for PS files to `postscript'. diff --git a/src/ChangeLog b/src/ChangeLog index 4fb63ac3f92..9b9a5621068 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-03-28 Paul Eggert + + * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the + microseconds calcuation. Avoid double-rounding problem. + In doc string, warn that the result is approximate. + 2001-03-28 Gerd Moellmann * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and