<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/ChangeLog, branch pending</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>Move url-future.el ERT test to test/automated/url-future-tests.el.</title>
<updated>2012-02-13T18:45:36+00:00</updated>
<author>
<name>Ted Zlatanov</name>
</author>
<published>2012-02-13T18:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6c0c7cfc6755342c15e0230747d7f0c697c899d9'/>
<id>6c0c7cfc6755342c15e0230747d7f0c697c899d9</id>
<content type='text'>
* lisp/url/url-future.el (url-future-test): Move to test/automated.

* test/automated/url-future-tests.el (url-future-tests): Move from
lisp/url/url-future.el and rename.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/url/url-future.el (url-future-test): Move to test/automated.

* test/automated/url-future-tests.el (url-future-tests): Move from
lisp/url/url-future.el and rename.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in ChangeLogs.</title>
<updated>2012-01-31T16:15:03+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2012-01-31T16:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6df6ae42fedb347936ce4c68e11f5d3e8b1d0040'/>
<id>6df6ae42fedb347936ce4c68e11f5d3e8b1d0040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/automated/icalendar-tests: Fix broken test</title>
<updated>2012-01-29T12:28:20+00:00</updated>
<author>
<name>Ulf Jasper</name>
</author>
<published>2012-01-29T12:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bdbc1c4e3ea66b6bb27e393e253da822a7fff841'/>
<id>bdbc1c4e3ea66b6bb27e393e253da822a7fff841</id>
<content type='text'>
2012-01-29  Ulf Jasper  &lt;ulf.jasper@web.de&gt;

	* automated/icalendar-tests.el (icalendar-import-non-recurring):
	Fix broken test, caused by missing trailing blank.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2012-01-29  Ulf Jasper  &lt;ulf.jasper@web.de&gt;

	* automated/icalendar-tests.el (icalendar-import-non-recurring):
	Fix broken test, caused by missing trailing blank.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 2012 to FSF copyright years for Emacs files</title>
<updated>2012-01-05T09:46:05+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-01-05T09:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=acaf905b1130aae80fa59d2c861ffd4c8eb75486'/>
<id>acaf905b1130aae80fa59d2c861ffd4c8eb75486</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for compilation-tests.el testsuite</title>
<updated>2011-12-03T03:04:21+00:00</updated>
<author>
<name>Chong Yidong</name>
</author>
<published>2011-12-03T03:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5c09001c73f8617dd8b21276a476adecdd5a8fc2'/>
<id>5c09001c73f8617dd8b21276a476adecdd5a8fc2</id>
<content type='text'>
* automated/compile-tests.el (compile-tests--test-regexps-data):
Increase column numbers by one to reflect change in how
compilation-message is recorded	(Bug#10172).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* automated/compile-tests.el (compile-tests--test-regexps-data):
Increase column numbers by one to reflect change in how
compilation-message is recorded	(Bug#10172).
</pre>
</div>
</content>
</entry>
<entry>
<title>Move rmailmm test functions to test/ directory.</title>
<updated>2011-11-22T02:55:06+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2011-11-22T02:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=394c65f1c1431645a7ff07afffaac3ce6ac9d55e'/>
<id>394c65f1c1431645a7ff07afffaac3ce6ac9d55e</id>
<content type='text'>
* lisp/mail/rmailmm.el (test-rmail-mime-handler)
(test-rmail-mime-bulk-handler)
(test-rmail-mime-multipart-handler): Move tests to test/ directory.

* test/rmailmm.el: New file, split from lisp/mail/rmailmm.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailmm.el (test-rmail-mime-handler)
(test-rmail-mime-bulk-handler)
(test-rmail-mime-multipart-handler): Move tests to test/ directory.

* test/rmailmm.el: New file, split from lisp/mail/rmailmm.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2011-11-20T03:48:53+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2011-11-20T03:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cd1181dbece7f23a801ce9c56b985f9466cd6511'/>
<id>cd1181dbece7f23a801ce9c56b985f9466cd6511</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2011-11-16T17:47:25+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2011-11-16T17:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1'/>
<id>7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2011-11-16T12:34:47+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2011-11-16T12:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9'/>
<id>58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newsticker: Clean up newsticker--group-manage-orphan-feeds</title>
<updated>2011-10-30T15:21:37+00:00</updated>
<author>
<name>Ulf Jasper</name>
</author>
<published>2011-10-30T15:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dba0634a93dce8370b7a07727d6ad54ffa695872'/>
<id>dba0634a93dce8370b7a07727d6ad54ffa695872</id>
<content type='text'>
2011-10-30  Ulf Jasper  &lt;ulf.jasper@web.de&gt;

	* net/newst-treeview.el: Remove "Time-stamp".
	(newsticker--group-manage-orphan-feeds): Do not call
	newsticker--treeview-tree-update.
	(newsticker-treeview-update, newsticker-treeview): Call
	newsticker--treeview-tree-update if necessary.

2011-10-30  Ulf Jasper  &lt;ulf.jasper@web.de&gt;

	* automated/newsticker-tests.el
	(newsticker--group-manage-orphan-feeds): Removed fsetting of
	newsticker--treeview-tree-update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2011-10-30  Ulf Jasper  &lt;ulf.jasper@web.de&gt;

	* net/newst-treeview.el: Remove "Time-stamp".
	(newsticker--group-manage-orphan-feeds): Do not call
	newsticker--treeview-tree-update.
	(newsticker-treeview-update, newsticker-treeview): Call
	newsticker--treeview-tree-update if necessary.

2011-10-30  Ulf Jasper  &lt;ulf.jasper@web.de&gt;

	* automated/newsticker-tests.el
	(newsticker--group-manage-orphan-feeds): Removed fsetting of
	newsticker--treeview-tree-update.
</pre>
</div>
</content>
</entry>
</feed>
