<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/misc, branch scratch/multi-level-test-makefile</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 "afp" method to Tramp</title>
<updated>2015-10-29T13:05:55+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2015-10-29T13:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=270a17fe4d357d64cfef7a3991e6a69db587a3fb'/>
<id>270a17fe4d357d64cfef7a3991e6a69db587a3fb</id>
<content type='text'>
* doc/misc/tramp.texi (GVFS based methods): Describe `afp' method.

* lisp/net/tramp-gvfs.el (tramp-gvfs-methods): Add "afp" method.
(tramp-gvfs-handle-expand-file-name)
(tramp-gvfs-handler-mounted-unmounted)
(tramp-gvfs-connection-mounted-p, tramp-gvfs-mount-spec)
(tramp-gvfs-maybe-open-connection): Support also "afp".
(tramp-gvfs-handle-file-attributes): Handle the case of empty
"owner::user" and "owner::group" entries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (GVFS based methods): Describe `afp' method.

* lisp/net/tramp-gvfs.el (tramp-gvfs-methods): Add "afp" method.
(tramp-gvfs-handle-expand-file-name)
(tramp-gvfs-handler-mounted-unmounted)
(tramp-gvfs-connection-mounted-p, tramp-gvfs-mount-spec)
(tramp-gvfs-maybe-open-connection): Support also "afp".
(tramp-gvfs-handle-file-attributes): Handle the case of empty
"owner::user" and "owner::group" entries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from gnulib</title>
<updated>2015-10-22T03:11:23+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-10-22T03:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0bb27cd32e4a6a7fc4485381efc9ff0026e15689'/>
<id>0bb27cd32e4a6a7fc4485381efc9ff0026e15689</id>
<content type='text'>
This incorporates:
2015-10-18 stdalign: work around pre-4.9 GCC x86 bug
2015-10-18 time_rz: avoid warning from bleeding-edge gcc's -Wnonnull
* doc/misc/texinfo.tex, lib/stdalign.in.h, lib/time_rz.c:
Copy from gnulib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This incorporates:
2015-10-18 stdalign: work around pre-4.9 GCC x86 bug
2015-10-18 time_rz: avoid warning from bleeding-edge gcc's -Wnonnull
* doc/misc/texinfo.tex, lib/stdalign.in.h, lib/time_rz.c:
Copy from gnulib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some minor Tramp changes</title>
<updated>2015-10-18T11:22:02+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2015-10-18T11:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1c75616af01286eb7df1ae646c77071255bb25f7'/>
<id>1c75616af01286eb7df1ae646c77071255bb25f7</id>
<content type='text'>
* doc/misc/tramp.texi (Obtaining Tramp): Add http git cloning.

* lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
Expand `tramp-auto-save-directory'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Obtaining Tramp): Add http git cloning.

* lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
Expand `tramp-auto-save-directory'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quoting of data within htmlfontify doc</title>
<updated>2015-10-17T02:01:48+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-10-17T02:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4328d3dba2cc4f6089a8efb964c2539164d5db91'/>
<id>4328d3dba2cc4f6089a8efb964c2539164d5db91</id>
<content type='text'>
* doc/misc/htmlfontify.texi (Data Structures, Customization):
Fix quoting of data structures.  A Lisp quote is needed only
when data appears within Lisp code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/htmlfontify.texi (Data Structures, Customization):
Fix quoting of data structures.  A Lisp quote is needed only
when data appears within Lisp code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some editing fixes in Tramp</title>
<updated>2015-10-14T18:16:14+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2015-10-14T18:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e646242e13cd41742a3ff2acb7a0c3eec4e874e9'/>
<id>e646242e13cd41742a3ff2acb7a0c3eec4e874e9</id>
<content type='text'>
* lisp/net/tramp-gvfs.el:
* doc/misc/tramp.texi: "customer option" -&gt; "custom option".

* lisp/net/tramp.el (tramp-completion-function-alist): Fix docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-gvfs.el:
* doc/misc/tramp.texi: "customer option" -&gt; "custom option".

* lisp/net/tramp.el (tramp-completion-function-alist): Fix docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from gnulib</title>
<updated>2015-10-14T06:34:47+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-10-14T06:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e668176e7d89e885902287da18c69297bf04fed3'/>
<id>e668176e7d89e885902287da18c69297bf04fed3</id>
<content type='text'>
This incorporates:
2015-10-13 binary-io, u64, unistd: port to strict C
2015-09-26 c-ctype: do not worry about EBCDIC + char signed
2015-09-25 c-ctype: port better to z/OS EBCDIC
2015-09-25 gnulib-common.m4: fix gl_PROG_AR_RANLIB/AM_PROG_AR clash
* doc/misc/texinfo.tex, lib/binary-io.c, lib/c-ctype.h, lib/u64.c:
* lib/unistd.c, m4/gnulib-common.m4, m4/gnulib-comp.m4:
Copy from gnulib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This incorporates:
2015-10-13 binary-io, u64, unistd: port to strict C
2015-09-26 c-ctype: do not worry about EBCDIC + char signed
2015-09-25 c-ctype: port better to z/OS EBCDIC
2015-09-25 gnulib-common.m4: fix gl_PROG_AR_RANLIB/AM_PROG_AR clash
* doc/misc/texinfo.tex, lib/binary-io.c, lib/c-ctype.h, lib/u64.c:
* lib/unistd.c, m4/gnulib-common.m4, m4/gnulib-comp.m4:
Copy from gnulib.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the optional prefix to `calc-yank'.</title>
<updated>2015-10-11T03:08:33+00:00</updated>
<author>
<name>Jay Belanger</name>
</author>
<published>2015-10-11T03:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=54e3734a322aca9d396e4c7b0e73f08ac6c12501'/>
<id>54e3734a322aca9d396e4c7b0e73f08ac6c12501</id>
<content type='text'>
* doc/misc/calc.texi (Yanking into the Stack): Document the optional
prefix to `calc-yank'.
* lisp/calc/calc-yank.el (calc-yank): Ensure that things killed from
the Calc buffer are yanked back unchanged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/calc.texi (Yanking into the Stack): Document the optional
prefix to `calc-yank'.
* lisp/calc/calc-yank.el (calc-yank): Ensure that things killed from
the Calc buffer are yanked back unchanged.
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo in example</title>
<updated>2015-10-09T05:52:15+00:00</updated>
<author>
<name>Vincent Belaïche</name>
</author>
<published>2015-10-09T05:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=424072f752ad7928b2be560e9d5dbadf82f62228'/>
<id>424072f752ad7928b2be560e9d5dbadf82f62228</id>
<content type='text'>
* autotype.texi (Skeletons as Abbrevs): "if" -&gt; "ifst" in the example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* autotype.texi (Skeletons as Abbrevs): "if" -&gt; "ifst" in the example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid non-ASCII decoding errors in Texinfo files</title>
<updated>2015-09-25T09:32:13+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-09-25T09:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0d31eeb796f3388ee4160b7fdff60004ce6847cf'/>
<id>0d31eeb796f3388ee4160b7fdff60004ce6847cf</id>
<content type='text'>
* doc/misc/tramp.texi:
* doc/lispref/strings.texi:
* doc/lispref/positions.texi:
* doc/lispref/help.texi:
* doc/lispref/functions.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/emacs/text.texi:
* doc/emacs/modes.texi:
* doc/emacs/mini.texi:
* doc/emacs/display.texi:
* doc/emacs/custom.texi:
* doc/emacs/basic.texi: Add 'coding' cookies -- these files use
Unicode characters and should be decoded as UTF-8.
* doc/lispref/frames.texi (Size Parameters): Don't use a non-ASCII
apostrophe unnecessarily.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi:
* doc/lispref/strings.texi:
* doc/lispref/positions.texi:
* doc/lispref/help.texi:
* doc/lispref/functions.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/emacs/text.texi:
* doc/emacs/modes.texi:
* doc/emacs/mini.texi:
* doc/emacs/display.texi:
* doc/emacs/custom.texi:
* doc/emacs/basic.texi: Add 'coding' cookies -- these files use
Unicode characters and should be decoded as UTF-8.
* doc/lispref/frames.texi (Size Parameters): Don't use a non-ASCII
apostrophe unnecessarily.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from gnulib</title>
<updated>2015-09-25T07:23:18+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-09-25T07:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1657ba799a873a7758219dc0bdebf6ab91908fa2'/>
<id>1657ba799a873a7758219dc0bdebf6ab91908fa2</id>
<content type='text'>
This incorporates:
2015-09-25 c-ctype: rewrite to use inline functions
2015-09-24 maint: add coding cookies to non-ASCII sources
2015-09-24 gitlog-to-changelog: trim only trailing whitespaces
* build-aux/gitlog-to-changelog, doc/misc/texinfo.tex:
* lib/acl-internal.c, lib/acl-internal.h, lib/c-ctype.c:
* lib/c-ctype.h, lib/get-permissions.c, lib/qcopy-acl.c:
* lib/set-permissions.c:
Copy from gnulib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This incorporates:
2015-09-25 c-ctype: rewrite to use inline functions
2015-09-24 maint: add coding cookies to non-ASCII sources
2015-09-24 gitlog-to-changelog: trim only trailing whitespaces
* build-aux/gitlog-to-changelog, doc/misc/texinfo.tex:
* lib/acl-internal.c, lib/acl-internal.h, lib/c-ctype.c:
* lib/c-ctype.h, lib/get-permissions.c, lib/qcopy-acl.c:
* lib/set-permissions.c:
Copy from gnulib.
</pre>
</div>
</content>
</entry>
</feed>
