1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2005-07-21 08:55:14 +00:00
parent a4ed715a3d
commit 5543c8b704

View file

@ -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.