diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f8386d1efc..3bb5956b7b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * bookmark.el (bookmark-get-bookmark): Handle case that | ||
| 4 | BOOKMARK is not a string. | ||
| 5 | |||
| 3 | * image.el (image-type-regexps): Change type for PS files | 6 | * image.el (image-type-regexps): Change type for PS files |
| 4 | to `postscript'. | 7 | to `postscript'. |
| 5 | 8 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 4fb63ac3f92..9b9a5621068 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-03-28 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the | ||
| 4 | microseconds calcuation. Avoid double-rounding problem. | ||
| 5 | In doc string, warn that the result is approximate. | ||
| 6 | |||
| 1 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-03-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and | 9 | * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and |