<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/man, branch scratch/annotation-function-improvements</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>Add support for Rust in etags</title>
<updated>2021-05-17T15:24:04+00:00</updated>
<author>
<name>Pierre-Antoine Rouby</name>
</author>
<published>2021-05-17T15:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ec870f8986aa28b6c09c78095bbd84912471be4d'/>
<id>ec870f8986aa28b6c09c78095bbd84912471be4d</id>
<content type='text'>
* lib-src/etags.c (Rust_functions): New function to make tags for rust
files.
(Rust_help, Rust_suffixes): New constant.
* doc/emacs/maintaining.texi (Tag Syntax): Add Rust item.
* doc/man/etags.1: Add Rust (bug#46055).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib-src/etags.c (Rust_functions): New function to make tags for rust
files.
(Rust_help, Rust_suffixes): New constant.
* doc/emacs/maintaining.texi (Tag Syntax): Add Rust item.
* doc/man/etags.1: Add Rust (bug#46055).
</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>Minor improvements to emacsclient man page</title>
<updated>2020-10-18T00:49:55+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-18T00:46:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8299126521e4c166fe43aa7ac8eadf0ff1e41457'/>
<id>8299126521e4c166fe43aa7ac8eadf0ff1e41457</id>
<content type='text'>
* doc/man/emacsclient.1: Make flag descriptions into full sentences to
be more consistent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/man/emacsclient.1: Make flag descriptions into full sentences to
be more consistent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move emacsclient.1 file history further down</title>
<updated>2020-10-15T12:52:02+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-15T12:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=519e23d727a293f04dadf9f6eaebf07b6723500f'/>
<id>519e23d727a293f04dadf9f6eaebf07b6723500f</id>
<content type='text'>
* doc/man/emacsclient.1: Move file history further down; it doesn't
need to be prominently displayed in the introductory paragraph.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/man/emacsclient.1: Move file history further down; it doesn't
need to be prominently displayed in the introductory paragraph.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix man page title lines and timestamps</title>
<updated>2020-10-12T18:59:14+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-12T18:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a6c22271bcd0d7827e9ef5644bde1322f021fd0f'/>
<id>a6c22271bcd0d7827e9ef5644bde1322f021fd0f</id>
<content type='text'>
* doc/man/ebrowse.1:
* doc/man/emacs.1.in:
* doc/man/emacsclient.1:
* doc/man/etags.1: Update date to match last significant change.  Set
file local variable time-stamp-pattern.  Fix title line to match the
recommendations in "man man-pages".
Ref: https://lists.gnu.org/r/emacs-devel/2020-09/msg01002.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/man/ebrowse.1:
* doc/man/emacs.1.in:
* doc/man/emacsclient.1:
* doc/man/etags.1: Update date to match last significant change.  Set
file local variable time-stamp-pattern.  Fix title line to match the
recommendations in "man man-pages".
Ref: https://lists.gnu.org/r/emacs-devel/2020-09/msg01002.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix syntax error in man page.</title>
<updated>2020-04-05T08:19:31+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2020-04-05T08:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6de20c7eab0dd8360e78d744dbf62aecc7f78281'/>
<id>6de20c7eab0dd8360e78d744dbf62aecc7f78281</id>
<content type='text'>
* doc/man/emacs.1.in: Fix syntax of --script argument.  The Info
manual states that --script has to be followed by a space, and the
syntax with the equals sign doesn't actually work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/man/emacs.1.in: Fix syntax of --script argument.  The Info
manual states that --script has to be followed by a space, and the
syntax with the equals sign doesn't actually work.
</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>Enable tab-bar-mode from X resources</title>
<updated>2019-10-13T20:56:17+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2019-10-13T20:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=097a03d2a372c1285696779c7051d5b044d437f5'/>
<id>097a03d2a372c1285696779c7051d5b044d437f5</id>
<content type='text'>
* lisp/startup.el (x-apply-session-resources): Enable tab-bar-mode
when X resource "tabBar" class "TabBar" is "on", "yes" or "1".

* doc/man/emacs.1.in:
* doc/emacs/xresources.texi (Table of Resources):
Document X resource "tabBar" (class "TabBar").
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/startup.el (x-apply-session-resources): Enable tab-bar-mode
when X resource "tabBar" class "TabBar" is "on", "yes" or "1".

* doc/man/emacs.1.in:
* doc/emacs/xresources.texi (Table of Resources):
Document X resource "tabBar" (class "TabBar").
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't claim that the default height is precisely 36 characters</title>
<updated>2019-10-12T22:49:09+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-10-12T22:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b37fa09337b1f095e8d393d22d3d51ba2567c15c'/>
<id>b37fa09337b1f095e8d393d22d3d51ba2567c15c</id>
<content type='text'>
* doc/emacs/cmdargs.texi (Window Size X):
* doc/man/emacs.1.in: Be more vague about what the default height
is (bug#33921).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/cmdargs.texi (Window Size X):
* doc/man/emacs.1.in: Be more vague about what the default height
is (bug#33921).
</pre>
</div>
</content>
</entry>
<entry>
<title>Document that --eval makes emacsclient ignore -n</title>
<updated>2019-08-01T22:15:13+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-08-01T22:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=10dba8a1b8cb647d6adc1e4894ccc65f46435ee3'/>
<id>10dba8a1b8cb647d6adc1e4894ccc65f46435ee3</id>
<content type='text'>
* doc/man/emacsclient.1: Mention that -n is ignored if --eval is
given (bug#20524).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/man/emacsclient.1: Mention that -n is ignored if --eval is
given (bug#20524).
</pre>
</div>
</content>
</entry>
</feed>
