<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test, branch scratch/gnus-decoded</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 from origin/emacs-26</title>
<updated>2019-04-21T14:51:36+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2019-04-21T14:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=50d00e71530d584d20a339d3000a042c51c9d15b'/>
<id>50d00e71530d584d20a339d3000a042c51c9d15b</id>
<content type='text'>
037970f Document insert-image-file's return value (Bug#32978)
598b45a Autoload cua-toggle-rectangle-mark (Bug#34947)
95bd56d Tell xclip not to expect job-control under eshell (Bug#35257)
9997bbb ; * src/emacs.c: Fix typo in comment (Bug#35320).
a4ad7be Fix off-by-one-link error in image--set-property
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
037970f Document insert-image-file's return value (Bug#32978)
598b45a Autoload cua-toggle-rectangle-mark (Bug#34947)
95bd56d Tell xclip not to expect job-control under eshell (Bug#35257)
9997bbb ; * src/emacs.c: Fix typo in comment (Bug#35320).
a4ad7be Fix off-by-one-link error in image--set-property
</pre>
</div>
</content>
</entry>
<entry>
<title> * lisp/progmodes.sql.el</title>
<updated>2019-04-21T04:05:42+00:00</updated>
<author>
<name>Michael R. Mauger</name>
</author>
<published>2019-04-21T00:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=23d8cfb9ce950f12b80314a9840a637177178e29'/>
<id>23d8cfb9ce950f12b80314a9840a637177178e29</id>
<content type='text'>
(sql-product-alist): Corrected :terminator defns.
(sql-debug-send): New variable.
(sql-send-string): Use it and correct buffer context.
(sql-send-magic-terminator): Use `sql-input-sender'.
(sql-placeholders-filter): Bug#11481 Don't recursively replace placeholders
* test/lisp/progmodes/sql-tests.el
(sql-test-placeholder-filter): Test placeholder functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(sql-product-alist): Corrected :terminator defns.
(sql-debug-send): New variable.
(sql-send-string): Use it and correct buffer context.
(sql-send-magic-terminator): Use `sql-input-sender'.
(sql-placeholders-filter): Bug#11481 Don't recursively replace placeholders
* test/lisp/progmodes/sql-tests.el
(sql-test-placeholder-filter): Test placeholder functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark different-diagnostic-types as failed on emba.</title>
<updated>2019-04-20T19:16:05+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2019-04-20T19:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6d1025f944128391a27b388d4cb34d187a0a26b9'/>
<id>6d1025f944128391a27b388d4cb34d187a0a26b9</id>
<content type='text'>
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Expect also failure on emba.gnu.org.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Expect also failure on emba.gnu.org.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make warning about unescaped character literals more helpful.</title>
<updated>2019-04-19T17:19:35+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2018-06-02T09:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0b4b380ce4989afc59848d2b6a350bd1dd7dc7ca'/>
<id>0b4b380ce4989afc59848d2b6a350bd1dd7dc7ca</id>
<content type='text'>
See Bug#31676.

* lisp/emacs-lisp/byte-run.el
(byte-run--unescaped-character-literals-warning): New defun.

* src/lread.c (load_warn_unescaped_character_literals): Use new defun.
(syms_of_lread): Define symbol for new defun.

* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Use new
defun.

* test/src/lread-tests.el (lread-tests--unescaped-char-literals):
test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--unescaped-char-literals): Adapt unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See Bug#31676.

* lisp/emacs-lisp/byte-run.el
(byte-run--unescaped-character-literals-warning): New defun.

* src/lread.c (load_warn_unescaped_character_literals): Use new defun.
(syms_of_lread): Define symbol for new defun.

* lisp/emacs-lisp/bytecomp.el (byte-compile-from-buffer): Use new
defun.

* test/src/lread-tests.el (lread-tests--unescaped-char-literals):
test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-tests--unescaped-char-literals): Adapt unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Remove instrumentation in tramp-tests</title>
<updated>2019-04-19T12:18:59+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2019-04-19T12:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0eb47c2537ad73f9582df6b8cd9021e13feb9a4f'/>
<id>0eb47c2537ad73f9582df6b8cd9021e13feb9a4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove :stop key from make-process.</title>
<updated>2019-04-19T12:03:16+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2019-04-19T11:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5c5e309527e6b582e2c04b83e7af45f3144863ac'/>
<id>5c5e309527e6b582e2c04b83e7af45f3144863ac</id>
<content type='text'>
This has never worked and caused issues such as Bug#30460.

* src/process.c (Fmake_process): Don't accept :stop key any more.
(syms_of_process): Define needed symbol 'null'.

* test/src/process-tests.el (make-process/stop): New unit test.

* doc/lispref/processes.texi (Asynchronous Processes): Remove :stop
key from manual.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has never worked and caused issues such as Bug#30460.

* src/process.c (Fmake_process): Don't accept :stop key any more.
(syms_of_process): Define needed symbol 'null'.

* test/src/process-tests.el (make-process/stop): New unit test.

* doc/lispref/processes.texi (Asynchronous Processes): Remove :stop
key from manual.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt tramp-test32-shell-command</title>
<updated>2019-04-19T09:30:22+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2019-04-19T09:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3ff7d7321ac62b1eb896e8a032e7f75f5a6b8146'/>
<id>3ff7d7321ac62b1eb896e8a032e7f75f5a6b8146</id>
<content type='text'>
* test/lisp/net/tramp-tests.el (tramp-test32-shell-command):
Check "tput" before running `shell-command-width' test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/net/tramp-tests.el (tramp-test32-shell-command):
Check "tput" before running `shell-command-width' test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new user option 'ido-big-directories'.</title>
<updated>2019-04-19T08:31:02+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2019-04-12T12:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f5e3c2cc9820a4f7f536a29836cdde6f65230bd3'/>
<id>f5e3c2cc9820a4f7f536a29836cdde6f65230bd3</id>
<content type='text'>
This provides an alternative to 'ido-max-directory-size', for
directories that are statically known to be too big for Ido
completion.

* lisp/ido.el (ido-big-directories): New user option.
(ido-directory-too-big-p): Use it.

* test/lisp/ido-tests.el (ido-directory-too-big-p): New unit test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This provides an alternative to 'ido-max-directory-size', for
directories that are statically known to be too big for Ido
completion.

* lisp/ido.el (ido-big-directories): New user option.
(ido-directory-too-big-p): Use it.

* test/lisp/ido-tests.el (ido-directory-too-big-p): New unit test.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Instrument `tramp--test-shell-command-to-string-asynchronously'</title>
<updated>2019-04-18T19:47:21+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2019-04-18T19:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a99a3542f3ae6c17af033c17f03a45a1def75e8f'/>
<id>a99a3542f3ae6c17af033c17f03a45a1def75e8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off-by-one-link error in image--set-property</title>
<updated>2019-04-18T15:07:55+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2019-04-17T13:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a4ad7bed187493c1c230f223b52c71f5c34f7c89'/>
<id>a4ad7bed187493c1c230f223b52c71f5c34f7c89</id>
<content type='text'>
* lisp/image.el (image--set-property): Ensure new value is set even
in the unlikely case that the plist is empty.  Fix off-by-one-link
error when deleting a property. (bug#35285)
* test/lisp/image-tests.el: New file.
(image--set-property): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image.el (image--set-property): Ensure new value is set even
in the unlikely case that the plist is empty.  Fix off-by-one-link
error when deleting a property. (bug#35285)
* test/lisp/image-tests.el: New file.
(image--set-property): New test.
</pre>
</div>
</content>
</entry>
</feed>
