aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2021-11-03 22:34:51 +0100
committerStefan Kangas2021-11-03 22:34:51 +0100
commit733eff49d33dfd8df5f44def7dff7046f3ee61a4 (patch)
tree7f8e63b735a54a19108dd359b1652d988288fc3d /etc
parent4422ed2c19fd9017fd9577aa0d04abdae28ac72e (diff)
downloademacs-733eff49d33dfd8df5f44def7dff7046f3ee61a4.tar.gz
emacs-733eff49d33dfd8df5f44def7dff7046f3ee61a4.zip
image-dired: Add face for flagged files
* lisp/image-dired.el (image-dired-thumb-mark): New defface. (image-dired-thumb-update-marks): Mark flagged file with above new defface. (image-dired-dired-file-marked-p) (image-dired-thumb-file-marked-p): Add optional argument to be used by 'image-dired-*-flagged-p' functions below. (image-dired-dired-file-flagged-p) (image-dired-thumb-file-flagged-p): New defuns. (image-dired-thumb-mark): Improve definition with color classes. (image-dired-thumb-visible-marks): Doc fix.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 11ff0ef7a83..5504239fe76 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -260,6 +260,12 @@ Support for the GraphicsMagick command line tool ("gm") has been
260added, and is used instead of ImageMagick when it is available. 260added, and is used instead of ImageMagick when it is available.
261 261
262--- 262---
263*** New face 'image-dired-thumb-flagged'.
264If 'image-dired-thumb-mark' is non-nil (the default), this face is
265used for images that are flagged for deletion in the Dired buffer
266associated with Image-Dired.
267
268---
263*** Support for bookmark.el. 269*** Support for bookmark.el.
264The command 'bookmark-set' (bound to 'C-x r m') is now supported in 270The command 'bookmark-set' (bound to 'C-x r m') is now supported in
265the thumbnail view, and will create a bookmark that opens the current 271the thumbnail view, and will create a bookmark that opens the current