diff options
| author | Chong Yidong | 2011-08-08 14:21:32 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-08-08 14:21:32 -0400 |
| commit | 839dde57161c56f03ec4fbcba9e1b26d0924b8fd (patch) | |
| tree | b7d2be56a8cd17c0904f456e70f7be4f85ab1c87 /lisp/ChangeLog | |
| parent | 757664a4549c35d3cf5f2f4305ba1f09ce97a6da (diff) | |
| download | emacs-839dde57161c56f03ec4fbcba9e1b26d0924b8fd.tar.gz emacs-839dde57161c56f03ec4fbcba9e1b26d0924b8fd.zip | |
* image-dired.el: Don't use find-file for temporary work.
(image-dired--with-db-file): New macro.
(image-dired-write-tags, image-dired-remove-tag)
(image-dired-create-gallery-lists, image-dired-write-comments)
(image-dired-get-comment, image-dired-mark-tagged-files)
(image-dired-list-tags, image-dired-gallery-generate): Use it.
(image-dired-gallery-generate): Use insert-file-contents.
Fixes: debbugs:7895
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd344dad35a..d81f39aa64c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-08-08 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-08-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * image-dired.el: Don't use find-file for temporary work (Bug#7895). | ||
| 4 | (image-dired--with-db-file): New macro. | ||
| 5 | (image-dired-write-tags, image-dired-remove-tag) | ||
| 6 | (image-dired-create-gallery-lists, image-dired-write-comments) | ||
| 7 | (image-dired-get-comment, image-dired-mark-tagged-files) | ||
| 8 | (image-dired-list-tags, image-dired-gallery-generate): Use it. | ||
| 9 | (image-dired-gallery-generate): Use insert-file-contents. | ||
| 10 | |||
| 3 | * time.el (display-time-world-list, display-time-world-display): | 11 | * time.el (display-time-world-list, display-time-world-display): |
| 4 | * time-stamp.el (time-stamp-string): | 12 | * time-stamp.el (time-stamp-string): |
| 5 | * vc/add-log.el (add-change-log-entry): Use setenv instead of | 13 | * vc/add-log.el (add-change-log-entry): Use setenv instead of |