<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc, branch scratch/elisp-benchmarks</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>Merge remote-tracking branch 'origin/emacs-30'</title>
<updated>2025-02-06T01:21:03+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-02-06T01:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1f4a26df862917c956e79fc2ca111caebf895623'/>
<id>1f4a26df862917c956e79fc2ca111caebf895623</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs</title>
<updated>2025-02-04T13:33:51+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-02-04T13:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2dbcabec78bac334d5928e3b7201c05adb30cc05'/>
<id>2dbcabec78bac334d5928e3b7201c05adb30cc05</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 use obsolete In-Reply-To format in messages (Bug#64454)</title>
<updated>2025-02-04T13:13:59+00:00</updated>
<author>
<name>Andrew G Cohen</name>
</author>
<published>2023-07-05T07:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7'/>
<id>2eb6171ec96eac0c78cf20b3003fcbcb1206c8c7</id>
<content type='text'>
When creating a new message, message-send-mail uses an obsolete format
for the In-Reply-To header that includes additional information about
the originating message.  This patch changes the default to use the
rfc5322 approved format, but allow the obsolete format through a
defcustom.

* lisp/gnus/message.el (message-make-in-reply-to): Return only the
message-id of the originating message (the default) unless the new
custom variable message-header-use-obsolete-in-reply-to is non-nil.
* doc/misc/message.texi: Document the new custom variable
message-header-use-obsolete-in-reply-to.
* etc/NEWS: Update NEWS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating a new message, message-send-mail uses an obsolete format
for the In-Reply-To header that includes additional information about
the originating message.  This patch changes the default to use the
rfc5322 approved format, but allow the obsolete format through a
defcustom.

* lisp/gnus/message.el (message-make-in-reply-to): Return only the
message-id of the originating message (the default) unless the new
custom variable message-header-use-obsolete-in-reply-to is non-nil.
* doc/misc/message.texi: Document the new custom variable
message-header-use-obsolete-in-reply-to.
* etc/NEWS: Update NEWS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add inhibit-auto-revert macro</title>
<updated>2025-02-04T13:09:52+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-02-04T13:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9597881592049509d62f91139316ac0eba2fb19d'/>
<id>9597881592049509d62f91139316ac0eba2fb19d</id>
<content type='text'>
* doc/lispref/backups.texi (Reverting):
Add inhibit-auto-revert-buffers and inhibit-auto-revert.

* etc/NEWS: Add inhibit-auto-revert-buffers and inhibit-auto-revert.
Fix typos.

* lisp/autorevert.el (inhibit-auto-revert-buffers): New variable.
(inhibit-auto-revert): New macro.
(auto-revert-active-p, auto-revert-handler):
Check `inhibit-auto-revert-buffers'.

* lisp/dired.el (dired--inhibit-auto-revert): Remove.
(dired-buffer-stale-p): Don't set it.
(dired-map-over-marks, dired-internal-do-deletions):
Use `inhibit-auto-revert.

* test/lisp/autorevert-tests.el
(auto-revert-test08-auto-revert-inhibit-auto-revert)
(auto-revert-test08-auto-revert-inhibit-auto-revert-remote): New tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/backups.texi (Reverting):
Add inhibit-auto-revert-buffers and inhibit-auto-revert.

* etc/NEWS: Add inhibit-auto-revert-buffers and inhibit-auto-revert.
Fix typos.

* lisp/autorevert.el (inhibit-auto-revert-buffers): New variable.
(inhibit-auto-revert): New macro.
(auto-revert-active-p, auto-revert-handler):
Check `inhibit-auto-revert-buffers'.

* lisp/dired.el (dired--inhibit-auto-revert): Remove.
(dired-buffer-stale-p): Don't set it.
(dired-map-over-marks, dired-internal-do-deletions):
Use `inhibit-auto-revert.

* test/lisp/autorevert-tests.el
(auto-revert-test08-auto-revert-inhibit-auto-revert)
(auto-revert-test08-auto-revert-inhibit-auto-revert-remote): New tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Don't use HTTPS in HTTP-specific example</title>
<updated>2025-02-03T13:03:43+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2025-02-03T11:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a3b3083081299049b2ac2333d078c9cac62f2be4'/>
<id>a3b3083081299049b2ac2333d078c9cac62f2be4</id>
<content type='text'>
* doc/misc/org.org (External Links): Change HTTP example to use HTTP.
Changing it to HTTPS has been done before, but it's a mistake.  To avoid
making this mistake again, change the URL to orgmode.org to make it more
similar to the example on the next line, thereby contrasting the two.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/org.org (External Links): Change HTTP example to use HTTP.
Changing it to HTTPS has been done before, but it's a mistake.  To avoid
making this mistake again, change the URL to orgmode.org to make it more
similar to the example on the next line, thereby contrasting the two.
</pre>
</div>
</content>
</entry>
<entry>
<title>; time-stamp: documentation, tests, NEWS</title>
<updated>2025-02-03T04:15:19+00:00</updated>
<author>
<name>Stephen Gildea</name>
</author>
<published>2025-02-03T04:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7f10d2680be16219cbde78434836b0befce3a0b3'/>
<id>7f10d2680be16219cbde78434836b0befce3a0b3</id>
<content type='text'>
* lisp/time-stamp.el (time-stamp-pattern, time-stamp-count): Document
how to update different time stamps on multiple lines.
* doc/emacs/files.texi (Time stamps): Add an example showing a time
stamp at the end of a file.
* etc/NEWS: Announce time-stamp format additions.
* test/lisp/time-stamp-tests.el: More title-case tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/time-stamp.el (time-stamp-pattern, time-stamp-count): Document
how to update different time stamps on multiple lines.
* doc/emacs/files.texi (Time stamps): Add an example showing a time
stamp at the end of a file.
* etc/NEWS: Announce time-stamp format additions.
* test/lisp/time-stamp-tests.el: More title-case tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation of 'display-monitor-attributes-</title>
<updated>2025-02-02T13:58:18+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-02-02T13:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6d7e7899d84600de3aa4bb5e4cb4013e48f7a8b5'/>
<id>6d7e7899d84600de3aa4bb5e4cb4013e48f7a8b5</id>
<content type='text'>
* doc/lispref/frames.texi (Multiple Terminals):
* lisp/frame.el (display-monitor-attributes-list): Better
documentation of what the 'source' key means on X.  (Bug#75936)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/frames.texi (Multiple Terminals):
* lisp/frame.el (display-monitor-attributes-list): Better
documentation of what the 'source' key means on X.  (Bug#75936)
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Tramp changes</title>
<updated>2025-02-01T17:52:13+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-02-01T17:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c5731a74c73678de34ccbacf6977a0e55a239bc8'/>
<id>c5731a74c73678de34ccbacf6977a0e55a239bc8</id>
<content type='text'>
* doc/misc/tramp.texi (External methods): Precise remark on rsync speed.

* lisp/net/tramp-cache.el (tramp-connection-properties): Add link
to the Tramp manual in the docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (External methods): Precise remark on rsync speed.

* lisp/net/tramp-cache.el (tramp-connection-properties): Add link
to the Tramp manual in the docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Transient v0.8.4-7-gabee7353</title>
<updated>2025-02-01T17:14:47+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
</author>
<published>2025-02-01T17:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3a86774ce55e9dc4dc6de01f6aca19fcaa41a5d3'/>
<id>3a86774ce55e9dc4dc6de01f6aca19fcaa41a5d3</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-02-01T12:40:19+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-02-01T12:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d58fe6619f9b31069ebb420f0e85c7ce00a5fcb7'/>
<id>d58fe6619f9b31069ebb420f0e85c7ce00a5fcb7</id>
<content type='text'>
ba271938951 ; * etc/NEWS: Fix wording.
fdc6842a44e Remove bookmark fringe marks when deleting all bookmarks
3bccd04c5c6 Improve wording in symbols.texi
6441b9ea7af Fix typo in Gnus manual
87be3aa1491 eglot: Allow omnisharp binary to be capitalized "OmniSharp"
5485ea6aef9 Do not set `trusted-content` in major modes
d11488fd6fb ; * lisp/subr.el (sit-for): Doc fix.

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ba271938951 ; * etc/NEWS: Fix wording.
fdc6842a44e Remove bookmark fringe marks when deleting all bookmarks
3bccd04c5c6 Improve wording in symbols.texi
6441b9ea7af Fix typo in Gnus manual
87be3aa1491 eglot: Allow omnisharp binary to be capitalized "OmniSharp"
5485ea6aef9 Do not set `trusted-content` in major modes
d11488fd6fb ; * lisp/subr.el (sit-for): Doc fix.

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
</feed>
