<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/finder.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>Add links to commentary reached with finder-list-keywords</title>
<updated>2021-10-23T03:28:32+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-10-23T03:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=241574375df80a136624ea622d76b426e1437617'/>
<id>241574375df80a136624ea622d76b426e1437617</id>
<content type='text'>
* lisp/finder.el (finder-goto-xref): Move from here...
* lisp/emacs-lisp/package.el (package--finder-goto-xref): ...to
here.  Make the old name into an obsolete function alias.
(package--finder-xref): New button type.
(package--describe-add-library-links): Factor out new function...
* lisp/finder.el (finder-commentary): ...from here.
(describe-package-1): Call above new function.  This fixes an
issue where commentaries reached via 'finder-list-keywords' did
not have links.  (Bug#10814)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/finder.el (finder-goto-xref): Move from here...
* lisp/emacs-lisp/package.el (package--finder-goto-xref): ...to
here.  Make the old name into an obsolete function alias.
(package--finder-xref): New button type.
(package--describe-add-library-links): Factor out new function...
* lisp/finder.el (finder-commentary): ...from here.
(describe-package-1): Call above new function.  This fixes an
issue where commentaries reached via 'finder-list-keywords' did
not have links.  (Bug#10814)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `find-function-source-path' into obsolete alias</title>
<updated>2021-09-14T11:44:20+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-09-14T11:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=159dbd5eb211e36d98e200781f2eae93f0973aeb'/>
<id>159dbd5eb211e36d98e200781f2eae93f0973aeb</id>
<content type='text'>
* lisp/finder.el (finder-commentary): Adjust usage.

* lisp/emacs-lisp/find-func.el (find-function-source-path): Made
into obsolete alias (bug#50508).
(find-library-source-path): New name.
(find-library-name, find-library, find-function-noselect)
(find-variable-noselect, find-definition-noselect): Adjust usage
and update doc strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/finder.el (finder-commentary): Adjust usage.

* lisp/emacs-lisp/find-func.el (find-function-source-path): Made
into obsolete alias (bug#50508).
(find-library-source-path): New name.
(find-library-name, find-library, find-function-noselect)
(find-variable-noselect, find-definition-noselect): Adjust usage
and update doc strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2021-09-03T14:50:25+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2021-09-03T14:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b66d4616f0a19ac1d7e49adc4d9b536d12e40c4a'/>
<id>b66d4616f0a19ac1d7e49adc4d9b536d12e40c4a</id>
<content type='text'>
0aa0410372 (origin/emacs-27, emacs-27) Fix "Finder" description for m...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
0aa0410372 (origin/emacs-27, emacs-27) Fix "Finder" description for m...
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "Finder" description for multi-file packages</title>
<updated>2021-08-26T00:39:26+00:00</updated>
<author>
<name>Stephen Gildea</name>
</author>
<published>2021-08-26T00:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0aa0410372dc9dbd251fec0ec71a28e88b9697ec'/>
<id>0aa0410372dc9dbd251fec0ec71a28e88b9697ec</id>
<content type='text'>
* lisp/finder.el (finder-compile-keywords):  Now that 'version' is
set for more files, it is no longer necessary to check that we have
a version when picking the file from which to take the description.
Doing so caused built-in packages (where the version is known) to have
their package description taken from the last .el file that matched the
file name pattern, usually the last source file in the sub-directory.

This bug was introduced in July 2019 and first released in Emacs 27.1.

Thanks to Michael Albinus for reviewing this patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/finder.el (finder-compile-keywords):  Now that 'version' is
set for more files, it is no longer necessary to check that we have
a version when picking the file from which to take the description.
Doing so caused built-in packages (where the version is known) to have
their package description taken from the last .el file that matched the
file name pattern, usually the last source file in the sub-directory.

This bug was introduced in July 2019 and first released in Emacs 27.1.

Thanks to Michael Albinus for reviewing this patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't tag mouse command as mode exclusive</title>
<updated>2021-03-19T23:00:49+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-03-19T22:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=115c7bcfc6b297e3da1c358c841dc68d6c7aa23a'/>
<id>115c7bcfc6b297e3da1c358c841dc68d6c7aa23a</id>
<content type='text'>
* lisp/finder.el (finder-mouse-select): Don't tag for finder-mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/finder.el (finder-mouse-select): Don't tag for finder-mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do interactive mode tagging for finder.el</title>
<updated>2021-03-19T01:22:25+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-03-19T01:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=050b830b698dfe62737428d35fec80f561692b07'/>
<id>050b830b698dfe62737428d35fec80f561692b07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in finder.el</title>
<updated>2021-03-19T01:18:49+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-03-19T01:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6f20f563049b7298f694a0688da973b30060844c'/>
<id>6f20f563049b7298f694a0688da973b30060844c</id>
<content type='text'>
* lisp/finder.el: Use lexical-binding.
(finder-mode-map, finder-compile-keywords): Remove unused lexical
variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/finder.el: Use lexical-binding.
(finder-mode-map, finder-compile-keywords): Remove unused lexical
variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert finder menu to easy-menu-define</title>
<updated>2021-02-20T06:55:04+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-20T05:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7b12747e2f2136bc76bfbeb3648131281ec14961'/>
<id>7b12747e2f2136bc76bfbeb3648131281ec14961</id>
<content type='text'>
* lisp/finder.el (finder-mode-map): Move menu definition from
here...
(finder-mode-menu): ...to here, and rewrite using
easy-menu-define.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/finder.el (finder-mode-map): Move menu definition from
here...
(finder-mode-menu): ...to here, and rewrite using
easy-menu-define.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2021</title>
<updated>2021-01-01T09:13:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-01-01T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba05d005e5a81bc123ad8da928b1bccb6b160e7a'/>
<id>ba05d005e5a81bc123ad8da928b1bccb6b160e7a</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright".
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2021</title>
<updated>2021-01-01T08:32:32+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-01-01T07:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8c1fe1e5efa2bbaeab2cf141bd31f09abe63d4c4'/>
<id>8c1fe1e5efa2bbaeab2cf141bd31f09abe63d4c4</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</pre>
</div>
</content>
</entry>
</feed>
