aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-07-21 08:55:14 +0000
committerKim F. Storm <[email protected]>2005-07-21 08:55:14 +0000
commit5543c8b7042d7cee5bc39e469a58dbd0822aabb2 (patch)
tree930ad00f7e490024ebd0e79b2a21e011f8e125e0 /lisp/ChangeLog
parenta4ed715a3d997f23b4b060e1c0733def75fdaedc (diff)
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 42dd8820aa..b8d5e6a481 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-21 Kim F. Storm <[email protected]>
+
+ * 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 <[email protected]>
* simple.el (clone-indirect-buffer): Doc fix.