<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/misc, branch pkg</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>Adapt Tramp manual</title>
<updated>2022-10-05T15:11:33+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2022-10-05T15:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d8726f574cdee5ca37f79b5890e6ecdd008ec2d1'/>
<id>d8726f574cdee5ca37f79b5890e6ecdd008ec2d1</id>
<content type='text'>
* doc/misc/tramp.texi (Inline methods): Method "kubernetes" does
not support user names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Inline methods): Method "kubernetes" does
not support user names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tramp-kubernetes integration</title>
<updated>2022-10-05T00:10:06+00:00</updated>
<author>
<name>Filipp Gunbin</name>
</author>
<published>2022-10-04T23:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a259d0dda3878a64373b808627c4b4cab3971194'/>
<id>a259d0dda3878a64373b808627c4b4cab3971194</id>
<content type='text'>
* doc/misc/tramp.texi (Inline methods): Add kubernetes.
(Customizing Methods): Remove kubernetes-tramp.
* etc/NEWS: Mention new Tramp method "kubernetes".
* lisp/net/tramp-compat.el (kubernetes-tramp): Warn if that package is
used.
* lisp/net/tramp-container.el (tramp-kubernetes-program): New
defcustom.
(tramp-kubernetes-method): New defconst.
(tramp-kubernetes--completion-function): New function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Inline methods): Add kubernetes.
(Customizing Methods): Remove kubernetes-tramp.
* etc/NEWS: Mention new Tramp method "kubernetes".
* lisp/net/tramp-compat.el (kubernetes-tramp): Warn if that package is
used.
* lisp/net/tramp-container.el (tramp-kubernetes-program): New
defcustom.
(tramp-kubernetes-method): New defconst.
(tramp-kubernetes--completion-function): New function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add method description for podman in Tramp</title>
<updated>2022-10-04T19:19:05+00:00</updated>
<author>
<name>Brian Cully</name>
</author>
<published>2022-10-04T19:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9705dd2e026bd923b4ce6b3f3051c19507c335a7'/>
<id>9705dd2e026bd923b4ce6b3f3051c19507c335a7</id>
<content type='text'>
* doc/misc/tramp.texi (Inline methods): Adapt docker method.
Describe podman method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Inline methods): Adapt docker method.
Describe podman method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Decrease use of the word "Emacsen" in docs"</title>
<updated>2022-10-01T20:34:47+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-10-01T20:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fee9deff5309cfc5f952181cb2cae1a344b4cc45'/>
<id>fee9deff5309cfc5f952181cb2cae1a344b4cc45</id>
<content type='text'>
This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2.

Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2.

Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Tramp cleanup</title>
<updated>2022-10-01T19:56:41+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2022-10-01T19:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=be85d2d92070c15da495fa16199112f118f03da5'/>
<id>be85d2d92070c15da495fa16199112f118f03da5</id>
<content type='text'>
* doc/misc/tramp.texi (Password handling): Fix typos.

* lisp/net/tramp-docker.el (tramp-default-remote-shell):
* lisp/net/tramp-sshfs.el (tramp-default-remote-shell): Declare.

* lisp/net/tramp.el (tramp-methods): Fix docstring.
(tramp-get-remote-tmpdir): Revert previous patch, it isn't needed
anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Password handling): Fix typos.

* lisp/net/tramp-docker.el (tramp-default-remote-shell):
* lisp/net/tramp-sshfs.el (tramp-default-remote-shell): Declare.

* lisp/net/tramp.el (tramp-methods): Fix docstring.
(tramp-get-remote-tmpdir): Revert previous patch, it isn't needed
anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Decrease use of the word "Emacsen" in docs</title>
<updated>2022-10-01T15:16:03+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-10-01T15:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=55f46cc77cb9d72fbabadb63d8aeab45c5e005e2'/>
<id>55f46cc77cb9d72fbabadb63d8aeab45c5e005e2</id>
<content type='text'>
"Emacsen" is either a less clear way of saying "old versions of
Emacs", or an implicit reference to XEmacs.  We recommend against
using it in the FAQ.  So use the more clear wording instead.

* doc/misc/gnus.texi (Oort Gnus):
* doc/misc/widget.texi (Basic Types, toggle):
* lisp/cedet/semantic/bovine/c.el (semantic-c-skip-conditional-section):
* lisp/cedet/semantic/wisent/comp.el (wisent-compile-grammar):
* lisp/desktop.el (desktop-save):
* lisp/erc/erc-compat.el:
* lisp/erc/erc-log.el:
* lisp/gnus/gnus-util.el (gnus-replace-in-string):
* lisp/mail/footnote.el:
* lisp/net/tramp-archive.el:
* lisp/net/tramp-smb.el:
* lisp/net/tramp-uu.el:
* lisp/net/tramp.el:
(with-tramp-locked-connection):
* lisp/org/ol-eww.el:
* lisp/org/org-compat.el:
(org-define-error):
* lisp/shadowfile.el:
* lisp/winner.el: Don't use the word "Emacsen".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Emacsen" is either a less clear way of saying "old versions of
Emacs", or an implicit reference to XEmacs.  We recommend against
using it in the FAQ.  So use the more clear wording instead.

* doc/misc/gnus.texi (Oort Gnus):
* doc/misc/widget.texi (Basic Types, toggle):
* lisp/cedet/semantic/bovine/c.el (semantic-c-skip-conditional-section):
* lisp/cedet/semantic/wisent/comp.el (wisent-compile-grammar):
* lisp/desktop.el (desktop-save):
* lisp/erc/erc-compat.el:
* lisp/erc/erc-log.el:
* lisp/gnus/gnus-util.el (gnus-replace-in-string):
* lisp/mail/footnote.el:
* lisp/net/tramp-archive.el:
* lisp/net/tramp-smb.el:
* lisp/net/tramp-uu.el:
* lisp/net/tramp.el:
(with-tramp-locked-connection):
* lisp/org/ol-eww.el:
* lisp/org/org-compat.el:
(org-define-error):
* lisp/shadowfile.el:
* lisp/winner.el: Don't use the word "Emacsen".
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Modus themes stable version 2.7.0</title>
<updated>2022-10-01T07:57:59+00:00</updated>
<author>
<name>Protesilaos Stavrou</name>
</author>
<published>2022-10-01T07:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=454e1a06a2c5194a81148df91da6ee441adb601b'/>
<id>454e1a06a2c5194a81148df91da6ee441adb601b</id>
<content type='text'>
* doc/misc/modus-themes.org (Load theme depending on time of day): Add
missing keyword from sample configuration.
(Full support for packages or face groups): Update list of supported packages.
(Note on goto-address-mode faces): Add documentation about possible
user-level tweaks.
(Are these color schemes?): Fix typo.
(Acknowledgements): Update list of contributors to the project.

* etc/themes/modus-themes.el (modus-themes--version): Update to
current stable version.
(modus-themes-vivendi-colors): Tweak value of a single color.
(modus-themes-faces): Update list of supported faces.
(modus-themes-custom-variables): Remove outdated "TODO" comment.

* etc/themes/modus-operandi-theme.el:
* etc/themes/modus-vivendi-theme.el: Update version header.

Release notes: &lt;https://protesilaos.com/codelog/2022-10-01-modus-themes-2-7-0/&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/modus-themes.org (Load theme depending on time of day): Add
missing keyword from sample configuration.
(Full support for packages or face groups): Update list of supported packages.
(Note on goto-address-mode faces): Add documentation about possible
user-level tweaks.
(Are these color schemes?): Fix typo.
(Acknowledgements): Update list of contributors to the project.

* etc/themes/modus-themes.el (modus-themes--version): Update to
current stable version.
(modus-themes-vivendi-colors): Tweak value of a single color.
(modus-themes-faces): Update list of supported faces.
(modus-themes-custom-variables): Remove outdated "TODO" comment.

* etc/themes/modus-operandi-theme.el:
* etc/themes/modus-vivendi-theme.el: Update version header.

Release notes: &lt;https://protesilaos.com/codelog/2022-10-01-modus-themes-2-7-0/&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos (prefer American spelling)</title>
<updated>2022-09-29T13:20:07+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-09-29T13:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=423bdd5f7f273f40f750eac83017074501d52823'/>
<id>423bdd5f7f273f40f750eac83017074501d52823</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>2022-09-28T15:34:59+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-09-28T15:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7280f3f0739ac02f19adc7d1bb8945f3c42c5f91'/>
<id>7280f3f0739ac02f19adc7d1bb8945f3c42c5f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Gnulib by running admin/merge-gnulib</title>
<updated>2022-09-28T07:37:12+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-09-28T07:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a9b29ee4a0ffa4878d67eaf518dbeed098844b9e'/>
<id>a9b29ee4a0ffa4878d67eaf518dbeed098844b9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
