<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch feature/package-factorize</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>; Delete old package.el</title>
<updated>2025-12-26T14:54:40+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-26T14:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=62a7116f6eb5f19d59410ede21df2c676db3adc1'/>
<id>62a7116f6eb5f19d59410ede21df2c676db3adc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Move package-related tests to mirror new file locations</title>
<updated>2025-12-26T14:37:15+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-25T22:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e342be6f135c307275fdd32f8d19d2e33dccce30'/>
<id>e342be6f135c307275fdd32f8d19d2e33dccce30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into feature/package-factorize</title>
<updated>2025-12-26T14:33:32+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-26T14:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=193eeed1acc5c1d1485cc8c642bc69d41a052c64'/>
<id>193eeed1acc5c1d1485cc8c642bc69d41a052c64</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' into feature/package-revamp</title>
<updated>2025-12-26T14:32:46+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-25T00:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=73d59e2ff3ea423efe311aa666a346c53252ada7'/>
<id>73d59e2ff3ea423efe311aa666a346c53252ada7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix debug spec of 'with-package-menu-test'</title>
<updated>2025-12-26T14:25:03+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-25T22:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=41fdde54caa26c1305372e05ae23fbe8df7b53ae'/>
<id>41fdde54caa26c1305372e05ae23fbe8df7b53ae</id>
<content type='text'>
* test/lisp/emacs-lisp/package-tests.el
(with-package-menu-test): Remove first form.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/emacs-lisp/package-tests.el
(with-package-menu-test): Remove first form.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add missing depepdency on package-describe in package-vc</title>
<updated>2025-12-26T14:24:49+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-25T17:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=235628341c1272c457a340518cde08b8c702abb5'/>
<id>235628341c1272c457a340518cde08b8c702abb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move more definitions out of package-core.el</title>
<updated>2025-12-26T14:24:34+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-25T16:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b289f363c85f4d8eb3160ab1ce9e07d601ee3924'/>
<id>b289f363c85f4d8eb3160ab1ce9e07d601ee3924</id>
<content type='text'>
* lisp/package/package-core.el (package-desc--keywords)
(package--read-pkg-desc, package-pinned-packages)
(package--active-built-in-p, package-desc-status)
(package--print-email-button, package-maintainers)
(ietf-drums-parse-address, package-report-bug)
(package--alist-to-plist-args): Remove them.
* lisp/package/package-describe.el (package-desc--keywords)
(package--print-email-button, package-maintainers)
(ietf-drums-parse-address, package-report-bug): Add them.
* lisp/package/package-elpa.el (package-archives)
(package-pinned-packages): Add them.
* lisp/package/package-install.el (package-desc-status)
(package--active-built-in-p, package--read-pkg-desc)
(package--alist-to-plist-args): Add them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/package/package-core.el (package-desc--keywords)
(package--read-pkg-desc, package-pinned-packages)
(package--active-built-in-p, package-desc-status)
(package--print-email-button, package-maintainers)
(ietf-drums-parse-address, package-report-bug)
(package--alist-to-plist-args): Remove them.
* lisp/package/package-describe.el (package-desc--keywords)
(package--print-email-button, package-maintainers)
(ietf-drums-parse-address, package-report-bug): Add them.
* lisp/package/package-elpa.el (package-archives)
(package-pinned-packages): Add them.
* lisp/package/package-install.el (package-desc-status)
(package--active-built-in-p, package--read-pkg-desc)
(package--alist-to-plist-args): Add them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move 'package-strip-rcs-id' from -core to -install</title>
<updated>2025-12-26T14:24:26+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2025-12-25T11:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1d800b6f23513ff94025b7eff20bdd021cfb7803'/>
<id>1d800b6f23513ff94025b7eff20bdd021cfb7803</id>
<content type='text'>
* lisp/package/package-core.el (package-strip-rcs-id): Remove it.
* lisp/package/package-install.el (package-strip-rcs-id): Add it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/package/package-core.el (package-strip-rcs-id): Remove it.
* lisp/package/package-install.el (package-strip-rcs-id): Add it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem in tramp-adb</title>
<updated>2025-12-26T10:28:12+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-12-26T10:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5b461a49305ac5db329f28f719c6f9aa0aafd2cc'/>
<id>5b461a49305ac5db329f28f719c6f9aa0aafd2cc</id>
<content type='text'>
* lisp/net/tramp-adb.el (tramp-adb-do-ls): New function.
(tramp-adb-handle-file-attributes)
(tramp-adb-handle-directory-files-and-attributes)
(tramp-adb-handle-file-name-all-completions): Use it.  (Bug#80054)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-adb.el (tramp-adb-do-ls): New function.
(tramp-adb-handle-file-attributes)
(tramp-adb-handle-directory-files-and-attributes)
(tramp-adb-handle-file-name-all-completions): Use it.  (Bug#80054)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Gnulib by running admin/merge-gnulib</title>
<updated>2025-12-25T17:53:17+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2025-12-25T17:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7be4fe89fc6f0fdd8f79dd8e506efc8db0cd8b5b'/>
<id>7be4fe89fc6f0fdd8f79dd8e506efc8db0cd8b5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
