Mercurial > emacs
changeset 37047:143cd6022de2
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 28 Mar 2001 15:51:15 +0000 |
parents | a9b2639dd045 |
children | 92d84a200c07 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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'.
--- 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 <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