<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp, branch feature/pgtk</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/master' into feature/pgtk</title>
<updated>2021-12-18T12:58:44+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2021-12-18T12:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4ff3a70153ac1716bf0767fbbf92b04fdb3b1c80'/>
<id>4ff3a70153ac1716bf0767fbbf92b04fdb3b1c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make multisession file reading more resilient on Windows</title>
<updated>2021-12-18T08:24:17+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-12-18T08:24:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e5a74c20c399cdcab6115197da4b96eec8d3a345'/>
<id>e5a74c20c399cdcab6115197da4b96eec8d3a345</id>
<content type='text'>
* lisp/emacs-lisp/multisession.el (multisession--read-file-value):
Rename and try harder on file errors on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/multisession.el (multisession--read-file-value):
Rename and try harder on file errors on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into feature/pgtk</title>
<updated>2021-12-18T07:30:43+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2021-12-18T07:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6ad5ff4496085a74015a03d8bc0e891dbd4c3914'/>
<id>6ad5ff4496085a74015a03d8bc0e891dbd4c3914</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle missing JUnit test reports</title>
<updated>2021-12-17T19:02:21+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-12-17T19:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=041fff3d3dda2914f40b590a5e6a9f791a5a7fd0'/>
<id>041fff3d3dda2914f40b590a5e6a9f791a5a7fd0</id>
<content type='text'>
* lisp/emacs-lisp/ert.el (ert-write-junit-test-report)
(ert-write-junit-test-summary-report): Handle missing JUnit test reports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/ert.el (ert-write-junit-test-report)
(ert-write-junit-test-summary-report): Handle missing JUnit test reports.
</pre>
</div>
</content>
</entry>
<entry>
<title>multisession.el: Avoid old specializer syntax</title>
<updated>2021-12-17T16:39:04+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2021-12-17T16:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cf33ece31016828ceeeee1154a4fc057957eefbc'/>
<id>cf33ece31016828ceeeee1154a4fc057957eefbc</id>
<content type='text'>
Avoid the use of the old (eql VAL) specializer, preferring the new
(eql EXP) form.

* lisp/emacs-lisp/multisession.el (multisession-backend-value)
multisession--backend-set-value, multisession--backend-values)
multisession--backend-delete, multisession-backend-value)
multisession--backend-set-value, multisession--backend-values)
multisession--backend-delete): Quote the symbol passed to `eql` specializer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid the use of the old (eql VAL) specializer, preferring the new
(eql EXP) form.

* lisp/emacs-lisp/multisession.el (multisession-backend-value)
multisession--backend-set-value, multisession--backend-values)
multisession--backend-delete, multisession-backend-value)
multisession--backend-set-value, multisession--backend-values)
multisession--backend-delete): Quote the symbol passed to `eql` specializer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve multisession test results on MS-Windows</title>
<updated>2021-12-17T12:41:16+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-12-17T12:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ccb602836426f1fc2e43fa3506427744668f24c6'/>
<id>ccb602836426f1fc2e43fa3506427744668f24c6</id>
<content type='text'>
* lisp/emacs-lisp/multisession.el
(multisession--backend-set-value): Force 'fsync'ing the temporary
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/multisession.el
(multisession--backend-set-value): Force 'fsync'ing the temporary
file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port tramp-adb.el back to Emacs 26</title>
<updated>2021-12-17T09:12:20+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-12-17T09:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=36d873bf0d3f1185d0090e4b506a6a726476aec6'/>
<id>36d873bf0d3f1185d0090e4b506a6a726476aec6</id>
<content type='text'>
* lisp/net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
Revert previous change since Tramp code should still be backward
compatible to Emacs 26.  But add a comment about this.
Problem reported by Michael Albinus in:
https://lists.gnu.org/r/emacs-devel/2021-12/msg01623.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
Revert previous change since Tramp code should still be backward
compatible to Emacs 26.  But add a comment about this.
Problem reported by Michael Albinus in:
https://lists.gnu.org/r/emacs-devel/2021-12/msg01623.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parallel build with multisession.el</title>
<updated>2021-12-17T08:01:04+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-12-17T08:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=78a86a4b32d020719c3be3469fd1a1379a26cfb3'/>
<id>78a86a4b32d020719c3be3469fd1a1379a26cfb3</id>
<content type='text'>
* lisp/emacs-lisp/multisession.el: Don't require url -- this pulls
in gnus-util, which requires rmail, which depends on
rmail-loaddefs being generated, which our Makefiles doesn't guarantee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/multisession.el: Don't require url -- this pulls
in gnus-util, which requires rmail, which depends on
rmail-loaddefs being generated, which our Makefiles doesn't guarantee.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into feature/pgtk</title>
<updated>2021-12-17T06:23:07+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2021-12-17T06:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5e5cde55e5be6e2d388252c3ccb0d019aee6b89e'/>
<id>5e5cde55e5be6e2d388252c3ccb0d019aee6b89e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill eshell-mode project buffers too</title>
<updated>2021-12-17T01:20:50+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2021-12-17T01:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=32d12840e666d1d07c92cc31f0b12965451f7726'/>
<id>32d12840e666d1d07c92cc31f0b12965451f7726</id>
<content type='text'>
* lisp/progmodes/project.el (project-kill-buffer-conditions):
Add 'eshell-mode' too (bug#49465).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project-kill-buffer-conditions):
Add 'eshell-mode' too (bug#49465).
</pre>
</div>
</content>
</entry>
</feed>
