diff options
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42dd8820aa1..b8d5e6a481a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-07-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * mail/emacsbug.el (report-emacs-bug): Request that backtraces are | ||
| 4 | included when reporting an emacs crash, and tell about the DEBUG file. | ||
| 5 | |||
| 6 | * image-file.el (insert-image-file): Add yank-handler. | ||
| 7 | (image-file-yank-handler): Yank handler to make unique copies of | ||
| 8 | images when they are yanked into a buffer next to each other. | ||
| 9 | |||
| 1 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> | 10 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * simple.el (clone-indirect-buffer): Doc fix. | 12 | * simple.el (clone-indirect-buffer): Doc fix. |