<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test, branch feature/context-menu</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 Bug#49636</title>
<updated>2021-07-20T15:28:29+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-07-20T15:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6bea195db5ba93380148723f6b7290187e94437e'/>
<id>6bea195db5ba93380148723f6b7290187e94437e</id>
<content type='text'>
* test/lisp/net/tramp-tests.el (tramp-test39-make-lock-file-name):
Let-bind `auto-save-default'.  (Bug#49636)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/net/tramp-tests.el (tramp-test39-make-lock-file-name):
Let-bind `auto-save-default'.  (Bug#49636)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make dired-guess-default return all matching programs</title>
<updated>2021-07-20T14:16:09+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-07-20T14:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c175ad52faae49a10a7c04c79a7ca88d68c551b4'/>
<id>c175ad52faae49a10a7c04c79a7ca88d68c551b4</id>
<content type='text'>
* lisp/dired-x.el (dired-guess-default): Return all matching
programs (bug#48071).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/dired-x.el (dired-guess-default): Return all matching
programs (bug#48071).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow installing packages with DOS line endings</title>
<updated>2021-07-20T13:53:34+00:00</updated>
<author>
<name>Ioannis Kappas</name>
</author>
<published>2021-07-20T13:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=606b783acb3388249c38264f8e37e08af832e1ea'/>
<id>606b783acb3388249c38264f8e37e08af832e1ea</id>
<content type='text'>
* lisp/emacs-lisp/package.el (package-install-from-buffer): Allow
installing files with different line ending conventions (Unix, DOS
and Macos) (bug#48137).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/emacs-lisp/package.el (package-install-from-buffer): Allow
installing files with different line ending conventions (Unix, DOS
and Macos) (bug#48137).
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention `overlays-in' in the `overlays-at' doc string</title>
<updated>2021-07-20T11:32:39+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-07-20T11:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=06ee8ac36c9590ed028a3633a21a655104f772c8'/>
<id>06ee8ac36c9590ed028a3633a21a655104f772c8</id>
<content type='text'>
* src/buffer.c (Foverlays_at): Mention `overlays-in' in the doc
string (bug#459).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/buffer.c (Foverlays_at): Mention `overlays-in' in the doc
string (bug#459).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add inhibit-buffer-hooks to `make-indirect-buffer'</title>
<updated>2021-07-19T16:23:11+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-07-19T16:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=514398c66576162c6bf5d8bd1d0ae3d2c6b83b49'/>
<id>514398c66576162c6bf5d8bd1d0ae3d2c6b83b49</id>
<content type='text'>
* doc/lispref/buffers.texi (Indirect Buffers): Document it (bug#49160).

* src/buffer.c (Fmake_indirect_buffer): Allow controlling whether
to inhibit buffer hooks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/buffers.texi (Indirect Buffers): Document it (bug#49160).

* src/buffer.c (Fmake_indirect_buffer): Allow controlling whether
to inhibit buffer hooks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make make-indirect-buffer inherit inhibit-buffer-hook from base buffer</title>
<updated>2021-07-19T16:23:11+00:00</updated>
<author>
<name>dickmao</name>
</author>
<published>2021-07-19T16:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=95e31a1a328a7548efa76befa74d430925ca7f6d'/>
<id>95e31a1a328a7548efa76befa74d430925ca7f6d</id>
<content type='text'>
* src/buffer.c (Fmake_indirect_buffer):
Match base buffer's inhibit-buffer-hooks.
* test/src/buffer-tests.el (buffer-tests-inhibit-buffer-hooks-indirect):
Add a test (bug#49160).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/buffer.c (Fmake_indirect_buffer):
Match base buffer's inhibit-buffer-hooks.
* test/src/buffer-tests.el (buffer-tests-inhibit-buffer-hooks-indirect):
Add a test (bug#49160).
</pre>
</div>
</content>
</entry>
<entry>
<title>; * test/lisp/progmodes/compile-tests.el: simplify end-col</title>
<updated>2021-07-18T18:40:56+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2021-07-18T15:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=014a67200c777d0750f1a9070aab20560a718a5b'/>
<id>014a67200c777d0750f1a9070aab20560a718a5b</id>
<content type='text'>
The internal representation of columns uses half-open intervals but
don't expose that in the test cases, where we want to use the same
numbers as in the compilation messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The internal representation of columns uses half-open intervals but
don't expose that in the test cases, where we want to use the same
numbers as in the compilation messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add doc string to time-stamp-tests that didn't have one</title>
<updated>2021-07-18T15:44:18+00:00</updated>
<author>
<name>Stephen Gildea</name>
</author>
<published>2021-07-18T15:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=87a432455d7ddc466da55df1ade5a647511740b6'/>
<id>87a432455d7ddc466da55df1ade5a647511740b6</id>
<content type='text'>
* test/lisp/time-stamp-tests.el (formatz-generate-tests,
  formatz-%z-spotcheck): Add doc strings to tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/time-stamp-tests.el (formatz-generate-tests,
  formatz-%z-spotcheck): Add doc strings to tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make remote file locks more robust</title>
<updated>2021-07-18T14:58:52+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-07-18T14:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7075ebbf5b67e58d8270c0e3673133ac0586f8b5'/>
<id>7075ebbf5b67e58d8270c0e3673133ac0586f8b5</id>
<content type='text'>
* lisp/net/tramp.el (tramp-handle-write-region):
* lisp/net/tramp-adb.el (tramp-adb-handle-write-region):
* lisp/net/tramp-smb.el (tramp-smb-handle-write-region):
* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-write-region):
Make file locks more robust.

* test/lisp/net/tramp-tests.el (tramp-test39-make-lock-file-name):
Rename and extend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp.el (tramp-handle-write-region):
* lisp/net/tramp-adb.el (tramp-adb-handle-write-region):
* lisp/net/tramp-smb.el (tramp-smb-handle-write-region):
* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-write-region):
Make file locks more robust.

* test/lisp/net/tramp-tests.el (tramp-test39-make-lock-file-name):
Rename and extend.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem in `shadow-define-literal-group' (Bug#49596)</title>
<updated>2021-07-18T13:57:41+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-07-18T13:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=12a193f8769ceb205261bd5804f5e5c808866a4f'/>
<id>12a193f8769ceb205261bd5804f5e5c808866a4f</id>
<content type='text'>
* lisp/shadowfile.el (shadow-make-fullname): HOST can also be a
remote file name.  Bug#49596.

* test/lisp/shadowfile-tests.el (auth-source-save-behavior)
(tramp-cache-read-persistent-data, tramp-persistency-file-name):
Set them globally.
(shadow-test06-literal-groups): Extend test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/shadowfile.el (shadow-make-fullname): HOST can also be a
remote file name.  Bug#49596.

* test/lisp/shadowfile-tests.el (auth-source-save-behavior)
(tramp-cache-read-persistent-data, tramp-persistency-file-name):
Set them globally.
(shadow-test06-literal-groups): Extend test.
</pre>
</div>
</content>
</entry>
</feed>
