<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/src/callint-tests.el, branch feature/soc-bytecode-in-traceback</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>Update copyright year to 2020</title>
<updated>2020-01-01T00:59:52+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-01-01T00:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=365e01cc9f64ce6ca947ccfd8612d60763280a37'/>
<id>365e01cc9f64ce6ca947ccfd8612d60763280a37</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</pre>
</div>
</content>
</entry>
<entry>
<title>Update more copyright years</title>
<updated>2019-01-01T02:47:22+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-01-01T02:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a04bf15130f5d4e1bc79e1709461fe95345bdb2a'/>
<id>a04bf15130f5d4e1bc79e1709461fe95345bdb2a</id>
<content type='text'>
Update some other copyright years automatically, by running:
Run 'UPDATE_COPYRIGHT_YEAR=2019 \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright'
followed by 'admin/merge-gnulib'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update some other copyright years automatically, by running:
Run 'UPDATE_COPYRIGHT_YEAR=2019 \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright'
followed by 'admin/merge-gnulib'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off-by-one history pruning (bug#31211)</title>
<updated>2018-05-03T00:18:07+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2018-04-29T14:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f2c74543edc7e8d07655b459ba8898eec9b6d4e8'/>
<id>f2c74543edc7e8d07655b459ba8898eec9b6d4e8</id>
<content type='text'>
* lisp/subr.el (add-to-history): Clarify docstring.
Protect against negative history-length and unnecessary variable
modification, as per read_minibuf.

* lisp/ido.el (ido-record-command):
* lisp/international/mule-cmds.el (deactivate-input-method):
(set-language-environment-input-method):
* lisp/isearch.el (isearch-done):
* lisp/minibuffer.el (read-file-name-default):
* lisp/net/eww.el (eww-save-history):
* lisp/simple.el (edit-and-eval-command, repeat-complex-command):
(command-execute, kill-new, push-mark):
* src/callint.c (Fcall_interactively):
* src/minibuf.c (read_minibuf): Delegate to add-to-history.

* test/lisp/simple-tests.el (command-execute-prune-command-history):
* test/src/callint-tests.el
(call-interactively-prune-command-history): New tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/subr.el (add-to-history): Clarify docstring.
Protect against negative history-length and unnecessary variable
modification, as per read_minibuf.

* lisp/ido.el (ido-record-command):
* lisp/international/mule-cmds.el (deactivate-input-method):
(set-language-environment-input-method):
* lisp/isearch.el (isearch-done):
* lisp/minibuffer.el (read-file-name-default):
* lisp/net/eww.el (eww-save-history):
* lisp/simple.el (edit-and-eval-command, repeat-complex-command):
(command-execute, kill-new, push-mark):
* src/callint.c (Fcall_interactively):
* src/minibuf.c (read_minibuf): Delegate to add-to-history.

* test/lisp/simple-tests.el (command-execute-prune-command-history):
* test/src/callint-tests.el
(call-interactively-prune-command-history): New tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit test for Bug#30005.</title>
<updated>2018-01-23T22:41:15+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2018-01-23T22:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4c998b4e4f5f468264d3ea0bee5da586f32938e1'/>
<id>4c998b4e4f5f468264d3ea0bee5da586f32938e1</id>
<content type='text'>
* test/src/callint-tests.el (call-interactively/embedded-nulls): New
unit test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/src/callint-tests.el (call-interactively/embedded-nulls): New
unit test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a regression test for Bug#30004.</title>
<updated>2018-01-22T22:56:21+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2018-01-22T22:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2df391c202eeee0d575980555443a5e81b8f6b1f'/>
<id>2df391c202eeee0d575980555443a5e81b8f6b1f</id>
<content type='text'>
* test/src/callint-tests.el
(call-interactively/incomplete-multibyte-sequence): New unit test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/src/callint-tests.el
(call-interactively/incomplete-multibyte-sequence): New unit test.
</pre>
</div>
</content>
</entry>
</feed>
