Mercurial > emacs
changeset 64554:c5775f02760e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 21 Jul 2005 08:55:14 +0000 |
parents | 58cbcf3e6ed1 |
children | 8a35276b0990 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 21 05:36:04 2005 +0000 +++ b/lisp/ChangeLog Thu Jul 21 08:55:14 2005 +0000 @@ -1,3 +1,12 @@ +2005-07-21 Kim F. Storm <storm@cua.dk> + + * mail/emacsbug.el (report-emacs-bug): Request that backtraces are + included when reporting an emacs crash, and tell about the DEBUG file. + + * image-file.el (insert-image-file): Add yank-handler. + (image-file-yank-handler): Yank handler to make unique copies of + images when they are yanked into a buffer next to each other. + 2005-07-21 Juanma Barranquero <lekktu@gmail.com> * simple.el (clone-indirect-buffer): Doc fix.