<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/misc, branch scratch/test-remote</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>Improve check for netrc tokens</title>
<updated>2025-09-15T09:43:52+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-15T09:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=72c19d0f395e8883c65689c86e79905a34d36586'/>
<id>72c19d0f395e8883c65689c86e79905a34d36586</id>
<content type='text'>
* doc/misc/auth.texi (Help for users): Mention also "#" inside tokens.

* lisp/auth-source.el (auth-source-netrc-create): Better check for
token format.

* test/lisp/auth-source-tests.el (auth-source-backend-parse-json):
New test.
(auth-source-test-netrc-create-secret): Extend test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/auth.texi (Help for users): Mention also "#" inside tokens.

* lisp/auth-source.el (auth-source-netrc-create): Better check for
token format.

* test/lisp/auth-source-tests.el (auth-source-backend-parse-json):
New test.
(auth-source-test-netrc-create-secret): Extend test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduc auth-source-ignore-non-existing-file</title>
<updated>2025-09-12T10:29:30+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-12T10:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=26ad23addbf79862f310136d2f0d95568fef3a04'/>
<id>26ad23addbf79862f310136d2f0d95568fef3a04</id>
<content type='text'>
* lisp/auth-source.el (auth-source-ignore-non-existing-file):
Rename it from `auth-source-ignore-empty-file'.
(auth-source-backends-parser-file): Use it.

* doc/misc/auth.texi (Help for users):
* etc/NEWS:
* test/lisp/auth-source-tests.el (auth-source-validate-backend)
(auth-source-test-netrc-create-secret):
Use `auth-source-ignore-non-existing-file'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/auth-source.el (auth-source-ignore-non-existing-file):
Rename it from `auth-source-ignore-empty-file'.
(auth-source-backends-parser-file): Use it.

* doc/misc/auth.texi (Help for users):
* etc/NEWS:
* test/lisp/auth-source-tests.el (auth-source-validate-backend)
(auth-source-test-netrc-create-secret):
Use `auth-source-ignore-non-existing-file'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore non-existing or empty files in auth-sources</title>
<updated>2025-09-09T21:20:56+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-09T21:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d1221a427f67032f4adf81f02b377ce163413ca1'/>
<id>d1221a427f67032f4adf81f02b377ce163413ca1</id>
<content type='text'>
* doc/misc/auth.texi: Replace @code{"..."} by @t{"..."}.
(Help for users): Describe property lists format.  Explain, that
empty files in auth-sources are ignored when
auth-source-ignore-empty-file is non-nil.
(Help for developers): Add auth-source-creation-defaults to vindex.

* etc/NEWS: Introduce auth-source-ignore-empty-file.
Presentational fixes and improvements.

* lisp/auth-source.el (auth-source-ignore-empty-file): New defcustom.
(auth-source-backends-parser-file): Use it.  (Bug#9113)

* test/lisp/auth-source-tests.el (auth-source-validate-backend):
Let-bind `auth-source-ignore-empty-file'.
(auth-source-test-searches): Set file suffix.
(auth-source-test-netrc-create-secret): Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/auth.texi: Replace @code{"..."} by @t{"..."}.
(Help for users): Describe property lists format.  Explain, that
empty files in auth-sources are ignored when
auth-source-ignore-empty-file is non-nil.
(Help for developers): Add auth-source-creation-defaults to vindex.

* etc/NEWS: Introduce auth-source-ignore-empty-file.
Presentational fixes and improvements.

* lisp/auth-source.el (auth-source-ignore-empty-file): New defcustom.
(auth-source-backends-parser-file): Use it.  (Bug#9113)

* test/lisp/auth-source-tests.el (auth-source-validate-backend):
Let-bind `auth-source-ignore-empty-file'.
(auth-source-test-searches): Set file suffix.
(auth-source-test-netrc-create-secret): Adapt test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2025-09-09T08:11:00+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-09T08:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=744216c0293b7cfad735e915237e4f25dd367722'/>
<id>744216c0293b7cfad735e915237e4f25dd367722</id>
<content type='text'>
56cdb65e540 ; * doc/emacs/mini.texi (Minibuffer History): Fix typo.
e65ebdf3290 ; Improve documentation of isearch ion minibuffer
6544372764d * doc/misc/tramp.texi (Password handling): Fix default of...
96d90403417 Fix auth-source.el doc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
56cdb65e540 ; * doc/emacs/mini.texi (Minibuffer History): Fix typo.
e65ebdf3290 ; Improve documentation of isearch ion minibuffer
6544372764d * doc/misc/tramp.texi (Password handling): Fix default of...
96d90403417 Fix auth-source.el doc
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/misc/tramp.texi (Password handling): Fix default of auth-sources.</title>
<updated>2025-09-07T14:08:09+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-07T14:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6544372764d9bbec648440a1be3b6b63fc160bd9'/>
<id>6544372764d9bbec648440a1be3b6b63fc160bd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix auth-source.el doc</title>
<updated>2025-09-07T10:18:42+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-07T10:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=96d90403417fbe417d5eb4c8a9d171a559d46c2b'/>
<id>96d90403417fbe417d5eb4c8a9d171a559d46c2b</id>
<content type='text'>
* doc/misc/auth.texi (Help for users): Change variables to user
options where appropriate.  Use setopt for them.  Add Tramp link.
Fix example.  (Bug#9113)

* lisp/auth-source.el (auth-sources): Add :link.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/auth.texi (Help for users): Change variables to user
options where appropriate.  Use setopt for them.  Add Tramp link.
Fix example.  (Bug#9113)

* lisp/auth-source.el (auth-sources): Add :link.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2025-09-06T09:53:08+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-09-06T09:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4ac9e93e5ec3c1b28f3f6721312e2429fb42bb3d'/>
<id>4ac9e93e5ec3c1b28f3f6721312e2429fb42bb3d</id>
<content type='text'>
aad5b676d1c ; * lisp/emacs-lisp/ring.el (ring-convert-sequence-to-rin...
ddd63891a48 ; * doc/misc/flymake.texi (Troubleshooting): Fix typo (bu...
8dcb8020466 ; vc-hooks.el: Standardize terminology in header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aad5b676d1c ; * lisp/emacs-lisp/ring.el (ring-convert-sequence-to-rin...
ddd63891a48 ; * doc/misc/flymake.texi (Troubleshooting): Fix typo (bu...
8dcb8020466 ; vc-hooks.el: Standardize terminology in header.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * doc/misc/flymake.texi (Troubleshooting): Fix typo (bug#79391).</title>
<updated>2025-09-06T07:15:49+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-09-06T07:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ddd63891a48d2ddafe7b7bba762dcfa8526edff7'/>
<id>ddd63891a48d2ddafe7b7bba762dcfa8526edff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Transient v0.10.0-8-g5efa5c6e</title>
<updated>2025-09-03T15:11:44+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
</author>
<published>2025-09-03T15:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5f70ff65a79f32933e9b4eef46774eb3081c91ce'/>
<id>5f70ff65a79f32933e9b4eef46774eb3081c91ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2025-08-30T11:18:37+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-08-30T11:18:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=af4a5e2b4ad080ad5d3b714286e7aca9339288b0'/>
<id>af4a5e2b4ad080ad5d3b714286e7aca9339288b0</id>
<content type='text'>
3d2a8186793 * doc/misc/efaq-w32.texi (UTF-8 encoding): New section (b...
ec50d775acf ; * doc/misc/flymake.texi (Finding diagnostics): Fix a ty...
293e258a1b2 * doc/emacs/screen.texi (Mode Line): Fix reference.
8eb192c23df ; * admin/make-tarball.txt: Update the "Web pages" sectio...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3d2a8186793 * doc/misc/efaq-w32.texi (UTF-8 encoding): New section (b...
ec50d775acf ; * doc/misc/flymake.texi (Finding diagnostics): Fix a ty...
293e258a1b2 * doc/emacs/screen.texi (Mode Line): Fix reference.
8eb192c23df ; * admin/make-tarball.txt: Update the "Web pages" sectio...
</pre>
</div>
</content>
</entry>
</feed>
