<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/image-dired.el, branch scratch/sqlite</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Prefer nil to (current-time) when either will do</title>
<updated>2021-12-06T07:24:08+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-12-06T02:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=524c42fa0eb9e4bf02d39e4d04353a354a84cebc'/>
<id>524c42fa0eb9e4bf02d39e4d04353a354a84cebc</id>
<content type='text'>
* lisp/emacs-lisp/timer.el (timer-event-handler, run-at-time):
* lisp/gnus/gnus-score.el (gnus-score-date):
* lisp/gnus/gnus-search.el (gnus-search-query-parse-date)
(gnus-search-imap-handle-date):
* lisp/gnus/gnus-sum.el (gnus-user-date)
(gnus-summary-create-article):
* lisp/image-dired.el (image-dired-create-thumb-1):
* lisp/image/gravatar.el (gravatar-retrieve)
(gravatar--prune-cache):
* lisp/net/dbus.el (dbus-monitor-handler):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-set-file-times):
* lisp/net/tramp-sh.el (tramp-sh-handle-set-file-times):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-set-file-times):
* test/lisp/autorevert-tests.el (auto-revert--wait-for-revert)
(auto-revert-tests--write-file, auto-revert-test--wait-for):
* test/lisp/net/tramp-tests.el (tramp--test-print-duration):
Prefer nil to (current-time) when either will do, as this avoids
some consing.  Similarly, prefer omitting (current-time) arg
when this is equivalent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/timer.el (timer-event-handler, run-at-time):
* lisp/gnus/gnus-score.el (gnus-score-date):
* lisp/gnus/gnus-search.el (gnus-search-query-parse-date)
(gnus-search-imap-handle-date):
* lisp/gnus/gnus-sum.el (gnus-user-date)
(gnus-summary-create-article):
* lisp/image-dired.el (image-dired-create-thumb-1):
* lisp/image/gravatar.el (gravatar-retrieve)
(gravatar--prune-cache):
* lisp/net/dbus.el (dbus-monitor-handler):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-set-file-times):
* lisp/net/tramp-sh.el (tramp-sh-handle-set-file-times):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-set-file-times):
* test/lisp/autorevert-tests.el (auto-revert--wait-for-revert)
(auto-revert-tests--write-file, auto-revert-test--wait-for):
* test/lisp/net/tramp-tests.el (tramp--test-print-duration):
Prefer nil to (current-time) when either will do, as this avoids
some consing.  Similarly, prefer omitting (current-time) arg
when this is equivalent.
</pre>
</div>
</content>
</entry>
<entry>
<title>image-dired: Use string-match-p in one case</title>
<updated>2021-12-06T01:53:31+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-12-06T01:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=82f96ed38013a5bb78815c61ddecb2a21fb273b9'/>
<id>82f96ed38013a5bb78815c61ddecb2a21fb273b9</id>
<content type='text'>
* lisp/image-dired.el (image-dired-get-thumbnail-image): Use
string-match-p.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image-dired.el (image-dired-get-thumbnail-image): Use
string-match-p.
</pre>
</div>
</content>
</entry>
<entry>
<title>image-dired: Don't disable mouse dragging</title>
<updated>2021-12-06T01:49:03+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-12-06T01:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fba7c8759520f9444923addee44de10657fa3ba7'/>
<id>fba7c8759520f9444923addee44de10657fa3ba7</id>
<content type='text'>
* lisp/image-dired.el (image-dired-thumbnail-mode-map): Don't
disable mouse dragging.  (Bug#52201)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image-dired.el (image-dired-thumbnail-mode-map): Don't
disable mouse dragging.  (Bug#52201)
</pre>
</div>
</content>
</entry>
<entry>
<title>image-dired: Improve some messages</title>
<updated>2021-11-20T11:55:37+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-20T10:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=244baa550beb3ca6f6b87cf86e2dae4465a87cbd'/>
<id>244baa550beb3ca6f6b87cf86e2dae4465a87cbd</id>
<content type='text'>
* lisp/image-dired.el (image-dired-dir)
(image-dired-create-thumb-1): Improve messages.
(image-dired-rotate-original): Signal 'user-error' instead of 'error'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image-dired.el (image-dired-dir)
(image-dired-create-thumb-1): Improve messages.
(image-dired-rotate-original): Signal 'user-error' instead of 'error'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "* lisp/image-dired.el: Remove unnecessary 'declare-function'."</title>
<updated>2021-11-18T00:00:57+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-17T23:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=38322419e4d32ff9f3d5505360f2714c31aa2e8d'/>
<id>38322419e4d32ff9f3d5505360f2714c31aa2e8d</id>
<content type='text'>
This reverts commit e0261d4a0cf2a23d32b51b84870a3a75f8273c7c.

This commit gives warnings on builds --without-x.
Problem pointed out by Glenn Morris &lt;rgm@gnu.org&gt; in:
https://lists.gnu.org/r/emacs-devel/2021-11/msg01278.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e0261d4a0cf2a23d32b51b84870a3a75f8273c7c.

This commit gives warnings on builds --without-x.
Problem pointed out by Glenn Morris &lt;rgm@gnu.org&gt; in:
https://lists.gnu.org/r/emacs-devel/2021-11/msg01278.html
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/image-dired.el: Remove unnecessary 'declare-function'.</title>
<updated>2021-11-17T10:47:49+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-17T10:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e0261d4a0cf2a23d32b51b84870a3a75f8273c7c'/>
<id>e0261d4a0cf2a23d32b51b84870a3a75f8273c7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>image-dired: Quote function symbols as such</title>
<updated>2021-11-12T04:04:08+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-12T04:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7fdac623dd36a56787ddb181fa1d06423a36bf5e'/>
<id>7fdac623dd36a56787ddb181fa1d06423a36bf5e</id>
<content type='text'>
* lisp/image-dired.el (image-dired-thumbnail-mode-line-up-map)
(image-dired-thumbnail-mode-tag-map)
(image-dired-thumbnail-mode-map, image-dired-minor-mode-map):
Quote function symbols as such.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image-dired.el (image-dired-thumbnail-mode-line-up-map)
(image-dired-thumbnail-mode-tag-map)
(image-dired-thumbnail-mode-map, image-dired-minor-mode-map):
Quote function symbols as such.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make image-dired-thumbnail-mode non-interactive</title>
<updated>2021-11-12T03:27:35+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-12T03:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c9914ba01b7c29f0ee5a2191f7c8a6577366b000'/>
<id>c9914ba01b7c29f0ee5a2191f7c8a6577366b000</id>
<content type='text'>
* lisp/image-dired.el (image-dired-thumbnail-mode): No longer
interactive, as it only makes sense in a specially prepared buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image-dired.el (image-dired-thumbnail-mode): No longer
interactive, as it only makes sense in a specially prepared buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>image-dired: Revamp slideshow functionality</title>
<updated>2021-11-12T03:27:35+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-12T03:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1d95cef0feeb8276abda379d978aa4d40c4cddde'/>
<id>1d95cef0feeb8276abda379d978aa4d40c4cddde</id>
<content type='text'>
* lisp/image-dired.el
(image-dired-slideshow-delay): New defcustom.
(image-dired--slideshow-initial): New defvar.
(image-dired-slideshow-start): Don't show any prompts when starting a
slideshow, unless user gave a negative prefix argument.  Use the value
of the above new defcustom as the default delay.
(image-dired-slideshow-stop): Don't count number of images.  Instead,
continue the slideshow until the next command.
(image-dired-slideshow-step): Use the correct buffer.
(image-dired-slideshow-count, image-dired-slideshow-times): Make
obsolete.
(image-dired--slideshow-timer): Rename from
'image-dired-slideshow-timer'.  Make the old name into an obsolete
variable alias.
(image-dired-display-image-mode-map)
(image-dired-thumbnail-mode-map): Bind 'image-dired-slideshow-start'
to "S".
(image-dired-thumbnail-mode-menu): Add 'image-dired-slideshow-start'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image-dired.el
(image-dired-slideshow-delay): New defcustom.
(image-dired--slideshow-initial): New defvar.
(image-dired-slideshow-start): Don't show any prompts when starting a
slideshow, unless user gave a negative prefix argument.  Use the value
of the above new defcustom as the default delay.
(image-dired-slideshow-stop): Don't count number of images.  Instead,
continue the slideshow until the next command.
(image-dired-slideshow-step): Use the correct buffer.
(image-dired-slideshow-count, image-dired-slideshow-times): Make
obsolete.
(image-dired--slideshow-timer): Rename from
'image-dired-slideshow-timer'.  Make the old name into an obsolete
variable alias.
(image-dired-display-image-mode-map)
(image-dired-thumbnail-mode-map): Bind 'image-dired-slideshow-start'
to "S".
(image-dired-thumbnail-mode-menu): Add 'image-dired-slideshow-start'.
</pre>
</div>
</content>
</entry>
<entry>
<title>image-dired: Improve thumbnail mode menu</title>
<updated>2021-11-12T03:27:35+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-12T02:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9ea7e7c4d4867422e4d4f94c764d529b96140f5d'/>
<id>9ea7e7c4d4867422e4d4f94c764d529b96140f5d</id>
<content type='text'>
* lisp/image-dired.el (image-dired-thumbnail-mode-menu): Improve menu
with more logical ordering and better naming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image-dired.el (image-dired-thumbnail-mode-menu): Improve menu
with more logical ordering and better naming.
</pre>
</div>
</content>
</entry>
</feed>
