<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/man, branch feature/byte-switch</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-25</title>
<updated>2017-01-01T09:10:47+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T09:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9'/>
<id>bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9</id>
<content type='text'>
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copyright years by hand</title>
<updated>2017-01-01T04:01:41+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T04:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0'/>
<id>2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0</id>
<content type='text'>
These are dates that admin/update-copyright did not update, or
updated incorrectly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are dates that admin/update-copyright did not update, or
updated incorrectly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2017</title>
<updated>2017-01-01T03:42:26+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T03:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5badc81c1cdfbb261ad3e6d1b753defb15712f26'/>
<id>5badc81c1cdfbb261ad3e6d1b753defb15712f26</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/emacs.c (usage_message): Mention named daemon.  (Bug#24949)</title>
<updated>2016-11-15T23:21:06+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2016-11-15T23:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=35007ad9daca9cac39fe758b5815aa6389379d38'/>
<id>35007ad9daca9cac39fe758b5815aa6389379d38</id>
<content type='text'>
* doc/man/emacs.1.in: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/man/emacs.1.in: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/man/emacsclient.1: Document +line:column option.</title>
<updated>2016-03-29T21:20:12+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-03-29T21:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9034c50ae6b04a0d1c443901fc115d09bb61f5a3'/>
<id>9034c50ae6b04a0d1c443901fc115d09bb61f5a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>By default, etags produces unqualified Perl tag names</title>
<updated>2016-03-10T15:27:26+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2016-03-10T15:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a589e9aed5255fb1ebfb38fa4b3c9df5f6ef7448'/>
<id>a589e9aed5255fb1ebfb38fa4b3c9df5f6ef7448</id>
<content type='text'>
* lib-src/etags.c (Perl_functions): Produce unqualified names,
unless -Q was specified.
(print_help): Update the description of -Q.

* doc/man/etags.1: Update the documentation of -Q.

* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/CTAGS.good: Adapt the expected test results to the
changed Perl functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/etags.c (Perl_functions): Produce unqualified names,
unless -Q was specified.
(print_help): Update the description of -Q.

* doc/man/etags.1: Update the documentation of -Q.

* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/CTAGS.good: Adapt the expected test results to the
changed Perl functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Go language in 'etags'</title>
<updated>2016-01-30T12:56:43+00:00</updated>
<author>
<name>lu4nx</name>
</author>
<published>2016-01-30T12:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=40a85fba441aa69d47ef9efd645df3411e43ae21'/>
<id>40a85fba441aa69d47ef9efd645df3411e43ae21</id>
<content type='text'>
* lib-src/etags.c &lt;Ruby_help&gt;: Fix documentation of Ruby tags.
&lt;Go_help&gt;: New help.
&lt;Go_suffixes&gt;: New variable.
(Go_functions): New function.
&lt;lang_names&gt;: Add entry for Go.  (Bug#22370)

* doc/emacs/maintaining.texi (Tag Syntax): Document Go support.
* doc/man/etags.1: Mention Go support.

* etc/NEWS: Mention Go support.

* test/etags/go-src/test.go:
* test/etags/go-src/test1.go: New test files.
* test/etags/Makefile (GOSRC): New variable.
(SRCS): Add $(GOSRC).
* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/ETAGS.good_6:
* test/etags/CTAGS.good: Adapt to addition of Go tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/etags.c &lt;Ruby_help&gt;: Fix documentation of Ruby tags.
&lt;Go_help&gt;: New help.
&lt;Go_suffixes&gt;: New variable.
(Go_functions): New function.
&lt;lang_names&gt;: Add entry for Go.  (Bug#22370)

* doc/emacs/maintaining.texi (Tag Syntax): Document Go support.
* doc/man/etags.1: Mention Go support.

* etc/NEWS: Mention Go support.

* test/etags/go-src/test.go:
* test/etags/go-src/test1.go: New test files.
* test/etags/Makefile (GOSRC): New variable.
(SRCS): Add $(GOSRC).
* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/ETAGS.good_6:
* test/etags/CTAGS.good: Adapt to addition of Go tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unhide the --no-line-directive option to 'etags'</title>
<updated>2016-01-15T08:54:03+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2016-01-15T08:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fee0526a189f43e8470d78e8374bd425890fbe6f'/>
<id>fee0526a189f43e8470d78e8374bd425890fbe6f</id>
<content type='text'>
* lib-src/etags.c (print_help): Un-undocument the --no-line-directive
option.  (Bug#22306)

* doc/man/etags.1: Document the --no-line-directive option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/etags.c (print_help): Un-undocument the --no-line-directive
option.  (Bug#22306)

* doc/man/etags.1: Document the --no-line-directive option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copyright years by hand</title>
<updated>2016-01-01T09:38:07+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-01-01T09:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9c3dbabee3cc8cddce33aaa7622dfb4c11353123'/>
<id>9c3dbabee3cc8cddce33aaa7622dfb4c11353123</id>
<content type='text'>
These are dates that admin/update-copyright did not update, or
updated incorrectly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are dates that admin/update-copyright did not update, or
updated incorrectly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2016</title>
<updated>2016-01-01T09:34:24+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-01-01T09:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0e963201d03d9229bb8ac4323291d2b0119526ed'/>
<id>0e963201d03d9229bb8ac4323291d2b0119526ed</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
</feed>
