<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch feature/type-hierarchy</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>Run syncdoc-type-hierarchy.el to follow obarray type introduction</title>
<updated>2024-02-28T20:12:27+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2024-02-28T19:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f8311e8b4491b5658b9d5d1bebad29478c7b95b7'/>
<id>f8311e8b4491b5658b9d5d1bebad29478c7b95b7</id>
<content type='text'>
* doc/lispref/type_hierarchy.jpg: Update.
* doc/lispref/type_hierarchy.txt: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/type_hierarchy.jpg: Update.
* doc/lispref/type_hierarchy.txt: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'</title>
<updated>2024-02-28T19:47:57+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2024-02-28T19:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1fbe56c32761efdc8d268df80a97a9102d00e109'/>
<id>1fbe56c32761efdc8d268df80a97a9102d00e109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.</title>
<updated>2024-02-28T19:44:32+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2024-02-28T19:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=05195e129fc933db32c9e08a155a94bfa4d75b54'/>
<id>05195e129fc933db32c9e08a155a94bfa4d75b54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/emacs-lisp/comp.el (comp-known-predicates): Add 'symbol-with-pos-p'.</title>
<updated>2024-02-28T19:44:24+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2024-02-28T19:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=91b90885aca17b5140b56fa3b5c4960baf8672a1'/>
<id>91b90885aca17b5140b56fa3b5c4960baf8672a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix :type of text-mode-ispell-word-completion.</title>
<updated>2024-02-28T16:04:20+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2024-02-28T16:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bca3c9b466e24aacd561c818f2d19665af6efc11'/>
<id>bca3c9b466e24aacd561c818f2d19665af6efc11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pacify some docstring control char warnings</title>
<updated>2024-02-28T16:04:20+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2024-02-28T15:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f7c2fe3337bb5e5721d17f40f79dbc1275e17b0d'/>
<id>f7c2fe3337bb5e5721d17f40f79dbc1275e17b0d</id>
<content type='text'>
Other instances are discussed in the following thread:
https://lists.gnu.org/r/emacs-devel/2024-02/msg00797.html

* lisp/allout.el (allout-command-prefix): Declare :type as
key-sequence.  Mark up key sequences in docstring.
* lisp/auth-source.el (auth-source--decode-octal-string):
* lisp/ffap.el (ffap-search-backward-file-end):
* lisp/gnus/gnus-art.el (gnus-page-delimiter):
* lisp/gnus/nnheader.el (nnheader-strip-cr):
* lisp/proced.el (proced-log):
* lisp/progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
* lisp/url/url-http.el (url-http-clean-headers):
* lisp/vcursor.el (vcursor-interpret-input): Quote control
characters in docstrings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Other instances are discussed in the following thread:
https://lists.gnu.org/r/emacs-devel/2024-02/msg00797.html

* lisp/allout.el (allout-command-prefix): Declare :type as
key-sequence.  Mark up key sequences in docstring.
* lisp/auth-source.el (auth-source--decode-octal-string):
* lisp/ffap.el (ffap-search-backward-file-end):
* lisp/gnus/gnus-art.el (gnus-page-delimiter):
* lisp/gnus/nnheader.el (nnheader-strip-cr):
* lisp/proced.el (proced-log):
* lisp/progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
* lisp/url/url-http.el (url-http-clean-headers):
* lisp/vcursor.el (vcursor-interpret-input): Quote control
characters in docstrings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert change in tramp-adb-send-command</title>
<updated>2024-02-28T15:31:25+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2024-02-28T15:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e490d2f8724c5e47d83c40c388f60e84f541dae5'/>
<id>e490d2f8724c5e47d83c40c388f60e84f541dae5</id>
<content type='text'>
* lisp/net/tramp-adb.el (tramp-adb-send-command): Revert check for
`tramp-androidsu-method'.  There is no need to restrict the check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-adb.el (tramp-adb-send-command): Revert check for
`tramp-androidsu-method'.  There is no need to restrict the check.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * .mailmap: Fix GitHub address (bug#68559#170).</title>
<updated>2024-02-28T14:30:41+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2024-02-28T14:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1ddd9c8e29f721fcf6fcb17ef7a07fac0421c4f7'/>
<id>1ddd9c8e29f721fcf6fcb17ef7a07fac0421c4f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Python shell completion test failures</title>
<updated>2024-02-28T14:25:56+00:00</updated>
<author>
<name>Liu Hui</name>
</author>
<published>2024-02-21T04:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8a2d013be37d8c3d3a25cfe1da505cd2e27dda5c'/>
<id>8a2d013be37d8c3d3a25cfe1da505cd2e27dda5c</id>
<content type='text'>
* test/lisp/progmodes/python-tests.el
(python-tests-with-temp-buffer-with-shell): Set XDG_CACHE_HOME
to a temporary directory.
(python-tests--pythonstartup-file): New function.
(python-shell-completion-at-point-jedi-completer)
(python-shell-completion-at-point-ipython): Use Jedi as the
native completion backend when possible.  (bug#68559)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/python-tests.el
(python-tests-with-temp-buffer-with-shell): Set XDG_CACHE_HOME
to a temporary directory.
(python-tests--pythonstartup-file): New function.
(python-shell-completion-at-point-jedi-completer)
(python-shell-completion-at-point-ipython): Use Jedi as the
native completion backend when possible.  (bug#68559)
</pre>
</div>
</content>
</entry>
<entry>
<title>; Update Lisp_Obarray hash for CHECK_STRUCTS</title>
<updated>2024-02-28T10:35:04+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2024-02-28T10:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3412b64ac8851a0fa8e55c6319d2e710ae27a74c'/>
<id>3412b64ac8851a0fa8e55c6319d2e710ae27a74c</id>
<content type='text'>
This follows commit 462d8ba813 of 2024-02-23
"Add a proper type for obarrays".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This follows commit 462d8ba813 of 2024-02-23
"Add a proper type for obarrays".
</pre>
</div>
</content>
</entry>
</feed>
