<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/src/editfns-tests.el, 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>; Normalize and add missing first and last lines</title>
<updated>2021-04-19T10:21:01+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-04-19T10:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0a4dc70830f5e8286b47120cabc750cca07a75c1'/>
<id>0a4dc70830f5e8286b47120cabc750cca07a75c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve wrong number of args error message in propertize</title>
<updated>2021-02-22T10:56:12+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-22T10:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7466b10346a3fdde2d3735d6ac09556569c24e5a'/>
<id>7466b10346a3fdde2d3735d6ac09556569c24e5a</id>
<content type='text'>
* src/editfns.c (Fpropertize): Improve error message.
(syms_of_editfns) &lt;Qpropertize&gt;: New DEFSYM.
* test/src/editfns-tests.el
(propertize/error-wrong-number-of-args): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/editfns.c (Fpropertize): Improve error message.
(syms_of_editfns) &lt;Qpropertize&gt;: New DEFSYM.
* test/src/editfns-tests.el
(propertize/error-wrong-number-of-args): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copying text properties in 'format'</title>
<updated>2021-02-06T09:54:08+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-02-06T09:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b84b8dff709fd80ee124565222f333f53351ab4a'/>
<id>b84b8dff709fd80ee124565222f333f53351ab4a</id>
<content type='text'>
* src/editfns.c (styled_format): Fix accounting for text
properties that come from the format string.  (Bug#46317)

* test/src/editfns-tests.el (format-properties): Add new tests for
bug#46317.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/editfns.c (styled_format): Fix accounting for text
properties that come from the format string.  (Bug#46317)

* test/src/editfns-tests.el (format-properties): Add new tests for
bug#46317.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2021</title>
<updated>2021-01-01T09:13:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2021-01-01T09:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba05d005e5a81bc123ad8da928b1bccb6b160e7a'/>
<id>ba05d005e5a81bc123ad8da928b1bccb6b160e7a</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright".
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in more tests</title>
<updated>2020-08-29T20:41:51+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-29T18:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2aeff0794a2b2b86ffe4325a8c677ebbfb2afa1f'/>
<id>2aeff0794a2b2b86ffe4325a8c677ebbfb2afa1f</id>
<content type='text'>
* test/lib-src/emacsclient-tests.el:
* test/lisp/emacs-lisp/hierarchy-tests.el:
* test/lisp/eshell/eshell-tests.el:
* test/lisp/gnus/gnus-util-tests.el:
* test/lisp/progmodes/js-tests.el:
* test/lisp/textmodes/bibtex-tests.el:
* test/src/editfns-tests.el:
* test/src/fns-tests.el: Use lexical-binding.

* test/lisp/emacs-lisp/hierarchy-tests.el
(hierarchy-leafs-includes-lonely-roots):
* test/src/editfns-tests.el (transpose-test-get-byte-positions):
* test/src/fns-tests.el (fns-tests-func-arity):
Adjust for lexical-binding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lib-src/emacsclient-tests.el:
* test/lisp/emacs-lisp/hierarchy-tests.el:
* test/lisp/eshell/eshell-tests.el:
* test/lisp/gnus/gnus-util-tests.el:
* test/lisp/progmodes/js-tests.el:
* test/lisp/textmodes/bibtex-tests.el:
* test/src/editfns-tests.el:
* test/src/fns-tests.el: Use lexical-binding.

* test/lisp/emacs-lisp/hierarchy-tests.el
(hierarchy-leafs-includes-lonely-roots):
* test/src/editfns-tests.el (transpose-test-get-byte-positions):
* test/src/fns-tests.el (fns-tests-func-arity):
Adjust for lexical-binding.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix license statements.</title>
<updated>2020-08-27T00:53:25+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-08-27T00:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e24a93d1000b713067fae7049de3a7e66ebbfe3f'/>
<id>e24a93d1000b713067fae7049de3a7e66ebbfe3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fix byte-counting error in ‘format’</title>
<updated>2019-11-14T22:44:42+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-11-14T22:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c2cd8e6265b78a5f0be3335ea6d8868e80814db0'/>
<id>c2cd8e6265b78a5f0be3335ea6d8868e80814db0</id>
<content type='text'>
Problem reported by Paul Pogonyshev (Bug#38191).
* src/editfns.c (styled_format): When checking for adjacent
%-sequences, use byte position rather than character position.
* test/src/editfns-tests.el (format-properties): Test for fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem reported by Paul Pogonyshev (Bug#38191).
* src/editfns.c (styled_format): When checking for adjacent
%-sequences, use byte position rather than character position.
* test/src/editfns-tests.el (format-properties): Test for fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support "%x" etc. formats on more floats</title>
<updated>2019-07-23T08:46:41+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-07-23T08:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dfb0ba79b5f41ca6fed25a03d2a5cd6996ec4753'/>
<id>dfb0ba79b5f41ca6fed25a03d2a5cd6996ec4753</id>
<content type='text'>
* doc/lispref/strings.texi (Formatting Strings): Document this.
* src/editfns.c (styled_format): Support %o, %x, and %X on
finite floats less than zero or greater than UINTMAX_MAX.
* test/src/editfns-tests.el (format-%x-large-float)
(read-large-integer, format-%o-negative-float):
Adjust tests to match extended behavior.
Rename the latter test from format-%o-invalid-float,
since the float is no longer invalid.

* test/src/editfns-tests.el (format-%x-large-float)
(read-large-integer): Test this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/strings.texi (Formatting Strings): Document this.
* src/editfns.c (styled_format): Support %o, %x, and %X on
finite floats less than zero or greater than UINTMAX_MAX.
* test/src/editfns-tests.el (format-%x-large-float)
(read-large-integer, format-%o-negative-float):
Adjust tests to match extended behavior.
Rename the latter test from format-%o-invalid-float,
since the float is no longer invalid.

* test/src/editfns-tests.el (format-%x-large-float)
(read-large-integer): Test this.
</pre>
</div>
</content>
</entry>
<entry>
<title>* test/src/editfns-tests.el (test-group-name): Accept nil group-name.</title>
<updated>2019-07-02T19:11:16+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-07-02T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a2c56a90f939e9becb7bb47328e72c58eff40b5e'/>
<id>a2c56a90f939e9becb7bb47328e72c58eff40b5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
