# HG changeset patch # User Gerd Moellmann # Date 985794675 0 # Node ID 143cd6022de25c1894a0abc28dc73a5b2607746e # Parent a9b2639dd045e8fa6ee593dbb5ce7325b45d2643 *** empty log message *** diff -r a9b2639dd045 -r 143cd6022de2 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 28 15:50:47 2001 +0000 +++ b/lisp/ChangeLog Wed Mar 28 15:51:15 2001 +0000 @@ -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 -r a9b2639dd045 -r 143cd6022de2 src/ChangeLog --- a/src/ChangeLog Wed Mar 28 15:50:47 2001 +0000 +++ b/src/ChangeLog Wed Mar 28 15:51:15 2001 +0000 @@ -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