<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/cedet/semantic, 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>; Fix typos</title>
<updated>2023-12-03T22:31:30+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2023-12-03T22:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567'/>
<id>5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/cedet/semantic/symref/grep.el: Support ts-modes (bug#60525)</title>
<updated>2023-01-05T18:18:11+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2023-01-05T18:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4753b587868230fc368c7247c4ec063771a4f5a8'/>
<id>4753b587868230fc368c7247c4ec063771a4f5a8</id>
<content type='text'>
(semantic-symref-filepattern-alist): Duplicate entries
c-mode -&gt; c-ts-mode, c++-mode -&gt; c++-ts-mode, ruby-mode -&gt; ruby-ts-mode,
python-mode -&gt; python-ts-mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(semantic-symref-filepattern-alist): Duplicate entries
c-mode -&gt; c-ts-mode, c++-mode -&gt; c++-ts-mode, ruby-mode -&gt; ruby-ts-mode,
python-mode -&gt; python-ts-mode.
</pre>
</div>
</content>
</entry>
<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>Revert "Use equal and member instead of eq and memq"</title>
<updated>2022-12-16T17:25:45+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-12-16T17:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8e42e20ed7f3c243542acf3ea1cd34e38e36aace'/>
<id>8e42e20ed7f3c243542acf3ea1cd34e38e36aace</id>
<content type='text'>
This reverts commit f4b430140f0866f98bbf18b7094348dc64032813.

Please don't install anything on the release branch that is not
strictly necessary fro Emacs 29.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f4b430140f0866f98bbf18b7094348dc64032813.

Please don't install anything on the release branch that is not
strictly necessary fro Emacs 29.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use equal and member instead of eq and memq</title>
<updated>2022-12-16T16:19:21+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2022-12-16T11:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f4b430140f0866f98bbf18b7094348dc64032813'/>
<id>f4b430140f0866f98bbf18b7094348dc64032813</id>
<content type='text'>
* lisp/cedet/semantic/complete.el (semantic-displayer-show-request):
* lisp/descr-text.el (describe-char-categories):
* lisp/mh-e/mh-identity.el (mh-select-identity):
* lisp/transient.el (transient--delay-post-command)
(transient--post-command):
* lisp/vc/vc-git.el (vc-git-create-tag):
* test/lisp/emacs-lisp/cl-lib-tests.el
(cl-lib-nth-value-test-multiple-values):
* lisp/emulation/viper-cmd.el (viper-preserve-cursor-color):
Use `equal` instead of `eq` and `member` instead of `memq` where
the comparison is with literals without guaranteed identity.
In some cases this change corrects evident bugs, in others it is
mostly cosmetic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cedet/semantic/complete.el (semantic-displayer-show-request):
* lisp/descr-text.el (describe-char-categories):
* lisp/mh-e/mh-identity.el (mh-select-identity):
* lisp/transient.el (transient--delay-post-command)
(transient--post-command):
* lisp/vc/vc-git.el (vc-git-create-tag):
* test/lisp/emacs-lisp/cl-lib-tests.el
(cl-lib-nth-value-test-multiple-values):
* lisp/emulation/viper-cmd.el (viper-preserve-cursor-color):
Use `equal` instead of `eq` and `member` instead of `memq` where
the comparison is with literals without guaranteed identity.
In some cases this change corrects evident bugs, in others it is
mostly cosmetic.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2022-12-03T14:39:43+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-12-03T14:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f6e2f30f394a270c2eca9a9a14be46876d2a86e5'/>
<id>f6e2f30f394a270c2eca9a9a14be46876d2a86e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Auto-commit of loaddefs files.</title>
<updated>2022-12-01T14:33:12+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-12-01T14:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0a5ede014993bb6699c58a2c9d3631b4aff20847'/>
<id>0a5ede014993bb6699c58a2c9d3631b4aff20847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos (misspelled symbols)</title>
<updated>2022-11-21T14:20:11+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-21T14:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=beaa2e49530b8149d2c22cb5fa15b8d48f7937b6'/>
<id>beaa2e49530b8149d2c22cb5fa15b8d48f7937b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2022-11-20T11:59:39+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-20T11:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=16318bfb518aa7bc06e502e6fad7e53ec91067f9'/>
<id>16318bfb518aa7bc06e502e6fad7e53ec91067f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2022-11-18T15:02:19+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-18T14:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d'/>
<id>ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
