<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/lispref/backups.texi, branch scratch/codespell</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 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix quoting of non-nil in texinfo sources</title>
<updated>2022-10-27T11:11:47+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-10-27T11:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8deb7978974f87b9fc43babf93a96b045c8e788d'/>
<id>8deb7978974f87b9fc43babf93a96b045c8e788d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2022 to copyright years.</title>
<updated>2022-01-01T07:45:51+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-01-01T07:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=19dcb237b5b02b36580294ab309124f346a66024'/>
<id>19dcb237b5b02b36580294ab309124f346a66024</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend meaning of UNIQUIFY `auto-save-file-name-transforms'.  (Bug#47493)</title>
<updated>2021-05-10T11:42:48+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-05-10T11:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=02c80307f13f7ffe3dc024aee72e47060b4a1996'/>
<id>02c80307f13f7ffe3dc024aee72e47060b4a1996</id>
<content type='text'>
* doc/lispref/backups.texi (Auto-Saving): Explain UNIQUIFY being a
secure hash in auto-save-file-name-transforms.

* etc/NEWS: Mention change in `auto-save-file-name-transforms'.

* lisp/files.el (auto-save-file-name-transforms): Adapt docstring.
(make-auto-save-file-name): Care, if UNIQ is a secure hash symbol.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/backups.texi (Auto-Saving): Explain UNIQUIFY being a
secure hash in auto-save-file-name-transforms.

* etc/NEWS: Mention change in `auto-save-file-name-transforms'.

* lisp/files.el (auto-save-file-name-transforms): Adapt docstring.
(make-auto-save-file-name): Care, if UNIQ is a secure hash symbol.
</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>Improve the documentation of marker handling when reverting</title>
<updated>2020-12-12T11:20:43+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-12T11:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b41942fac93b3a817a7b7848c2bd05ee15a4f6f2'/>
<id>b41942fac93b3a817a7b7848c2bd05ee15a4f6f2</id>
<content type='text'>
* doc/lispref/backups.texi (Reverting): Mention markers from
non-file sources (bug#30028).

* lisp/files.el (revert-buffer): Mention what happens with markers
(bug#30028).

* src/fileio.c (Finsert_file_contents): Say a bit more about what
markers are restored (bug#30028).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/backups.texi (Reverting): Mention markers from
non-file sources (bug#30028).

* lisp/files.el (revert-buffer): Mention what happens with markers
(bug#30028).

* src/fileio.c (Finsert_file_contents): Say a bit more about what
markers are restored (bug#30028).
</pre>
</div>
</content>
</entry>
<entry>
<title>; * doc/lispref/backups.texi (Auto-Saving): Fix wording of last change.</title>
<updated>2020-08-26T10:46:56+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-08-26T10:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=32f4fa80b59513e26a50eebb90045ba4d2a8003f'/>
<id>32f4fa80b59513e26a50eebb90045ba4d2a8003f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't recommend redefining auto-save filename functions</title>
<updated>2020-08-26T10:37:24+00:00</updated>
<author>
<name>Noam Postavsky</name>
</author>
<published>2020-08-26T10:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7e809b9ef7b8e07851525ffb9c03a02c5ea6af82'/>
<id>7e809b9ef7b8e07851525ffb9c03a02c5ea6af82</id>
<content type='text'>
* doc/lispref/backups.texi (Auto-Saving): Document
auto-save-file-name-transforms.
* lisp/files.el (make-auto-save-file-name)
(auto-save-file-name-p): Remove suggestion to redefine for
customization (bug#34911).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/backups.texi (Auto-Saving): Document
auto-save-file-name-transforms.
* lisp/files.el (make-auto-save-file-name)
(auto-save-file-name-p): Remove suggestion to redefine for
customization (bug#34911).
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify sorting order by file-backup-file-names</title>
<updated>2020-08-24T20:04:28+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-08-24T20:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=519fc10f121c59d6844afaf0ef0a1e1d67a2a934'/>
<id>519fc10f121c59d6844afaf0ef0a1e1d67a2a934</id>
<content type='text'>
* doc/lispref/backups.texi (Backup Names): Ditto.

* lisp/files.el (file-backup-file-names): Clarify sorting order.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/backups.texi (Backup Names): Ditto.

* lisp/files.el (file-backup-file-names): Clarify sorting order.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document file-backup-file-names</title>
<updated>2020-08-24T18:11:25+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-08-24T18:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9c04760f169904fc56745a29227f1d4219f16e0a'/>
<id>9c04760f169904fc56745a29227f1d4219f16e0a</id>
<content type='text'>
* doc/lispref/backups.texi (Backup Names): Document
file-backup-file-names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/backups.texi (Backup Names): Document
file-backup-file-names.
</pre>
</div>
</content>
</entry>
</feed>
