diff options
| author | Stefan Kangas | 2021-11-03 22:34:51 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-03 22:34:51 +0100 |
| commit | 733eff49d33dfd8df5f44def7dff7046f3ee61a4 (patch) | |
| tree | 7f8e63b735a54a19108dd359b1652d988288fc3d /etc | |
| parent | 4422ed2c19fd9017fd9577aa0d04abdae28ac72e (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -260,6 +260,12 @@ Support for the GraphicsMagick command line tool ("gm") has been | |||
| 260 | added, and is used instead of ImageMagick when it is available. | 260 | added, and is used instead of ImageMagick when it is available. |
| 261 | 261 | ||
| 262 | --- | 262 | --- |
| 263 | *** New face 'image-dired-thumb-flagged'. | ||
| 264 | If 'image-dired-thumb-mark' is non-nil (the default), this face is | ||
| 265 | used for images that are flagged for deletion in the Dired buffer | ||
| 266 | associated with Image-Dired. | ||
| 267 | |||
| 268 | --- | ||
| 263 | *** Support for bookmark.el. | 269 | *** Support for bookmark.el. |
| 264 | The command 'bookmark-set' (bound to 'C-x r m') is now supported in | 270 | The command 'bookmark-set' (bound to 'C-x r m') is now supported in |
| 265 | the thumbnail view, and will create a bookmark that opens the current | 271 | the thumbnail view, and will create a bookmark that opens the current |