]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 28 Mar 2001 15:51:15 +0000 (15:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 28 Mar 2001 15:51:15 +0000 (15:51 +0000)
lisp/ChangeLog
src/ChangeLog

index 5f8386d1efcd6dbe555b8c88822c0bb7568be1a8..3bb5956b7b59b84dc8e8413aa158357f7f76788b 100644 (file)
@@ -1,5 +1,8 @@
 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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'.
 
index 4fb63ac3f928bdcee649d709ceadd25e1401bb93..9b9a5621068019148ce7bd902b83c444a6ce80cc 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-28  Paul Eggert <eggert@twinsun.com>
+
+       * 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  <gerd@gnu.org>
 
        * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and