<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/gnus, 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>Make cropping of images work in message-mode</title>
<updated>2022-10-04T13:41:02+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-10-04T13:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=682662202d1aca3d43ac50963693cea3fc1b9dcf'/>
<id>682662202d1aca3d43ac50963693cea3fc1b9dcf</id>
<content type='text'>
* lisp/gnus/message.el (message-mode): Set the image cropping function.
(message--yank-media-image-handler): Factor out...
(message--image-part-string): ... here for reuse.
(message--update-image-crop): Update the cropped data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/message.el (message-mode): Set the image cropping function.
(message--yank-media-image-handler): Factor out...
(message--image-part-string): ... here for reuse.
(message--update-image-crop): Update the cropped data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix coding system problems in gnus-read-ephemeral-bug-group</title>
<updated>2022-10-02T13:50:02+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-10-02T12:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4efb2ef57237147111de90781755f666b3cb9bdd'/>
<id>4efb2ef57237147111de90781755f666b3cb9bdd</id>
<content type='text'>
* lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Don't
bind coding system variables, because that leads to loading other
files (like cookie files) using that coding system (bug#58227).

* lisp/url/url-handlers.el (url-insert-file-literally): New function.
(url-insert): Allow forcing no-decode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/gnus-group.el (gnus-read-ephemeral-bug-group): Don't
bind coding system variables, because that leads to loading other
files (like cookie files) using that coding system (bug#58227).

* lisp/url/url-handlers.el (url-insert-file-literally): New function.
(url-insert): Allow forcing no-decode.
</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>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>Make gnus-user-agent less verbose</title>
<updated>2022-09-30T14:02:11+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-09-30T14:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a80cfb74730da99b776c2ee7342d522840dd3456'/>
<id>a80cfb74730da99b776c2ee7342d522840dd3456</id>
<content type='text'>
* lisp/gnus/gnus.el (gnus-user-agent): Don't include the Emacs/OS
version for privacy reasons (bug#58171).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/gnus.el (gnus-user-agent): Don't include the Emacs/OS
version for privacy reasons (bug#58171).
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve message-sendmail-f-is-evil documentation</title>
<updated>2022-09-30T12:49:17+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-09-30T12:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a42dd0c87d27b706574923c89b50519b8893934d'/>
<id>a42dd0c87d27b706574923c89b50519b8893934d</id>
<content type='text'>
* lisp/gnus/message.el (message-sendmail-f-is-evil): Move some of
the explanation here.

* lisp/mail/feedmail.el (feedmail-sendmail-f-doesnt-sell-me-out):
Refer to message-sendmail-f-is-evil (bug#58185).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/message.el (message-sendmail-f-is-evil): Move some of
the explanation here.

* lisp/mail/feedmail.el (feedmail-sendmail-f-doesnt-sell-me-out):
Refer to message-sendmail-f-is-evil (bug#58185).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Emacs 21 compat code for gnus-user-agent</title>
<updated>2022-09-29T13:02:32+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-09-29T13:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4577542eea273d4d30e4d987071225f4e19a4c19'/>
<id>4577542eea273d4d30e4d987071225f4e19a4c19</id>
<content type='text'>
* lisp/gnus/gnus.el (gnus-user-agent): No longer convert old
(&lt; 2005-01-10) symbol type values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/gnus.el (gnus-user-agent): No longer convert old
(&lt; 2005-01-10) symbol type values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify message-newline-and-reformat doc string</title>
<updated>2022-09-24T09:39:53+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-09-24T09:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90d2813f42678bbb5d22fbb6f59523ba567c6f36'/>
<id>90d2813f42678bbb5d22fbb6f59523ba567c6f36</id>
<content type='text'>
* lisp/gnus/message.el (message-newline-and-reformat): Clarify the
DWIM-ness in the doc string (bug#57986).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/message.el (message-newline-and-reformat): Clarify the
DWIM-ness in the doc string (bug#57986).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Gnus respect mode-line-buffer-identification-keymap</title>
<updated>2022-09-23T16:21:55+00:00</updated>
<author>
<name>Visuwesh</name>
</author>
<published>2022-09-23T16:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=41d39ffc3269db33f35541c94ebf109ffb50681e'/>
<id>41d39ffc3269db33f35541c94ebf109ffb50681e</id>
<content type='text'>
* lisp/gnus/gnus-group.el (gnus-group-set-mode-line): Use
'propertized-buffer-identification' to buttonise and fontify the
buffer name.
* lisp/gnus/gnus-sum.el (gnus-set-mode-line):
* lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Adjust
calls to above.
* lisp/gnus/gnus-srvr.el (gnus-browse-foreign-server): Add missing
'gnus-modeline-buffer-identification' call (bug#57977).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/gnus-group.el (gnus-group-set-mode-line): Use
'propertized-buffer-identification' to buttonise and fontify the
buffer name.
* lisp/gnus/gnus-sum.el (gnus-set-mode-line):
* lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Adjust
calls to above.
* lisp/gnus/gnus-srvr.el (gnus-browse-foreign-server): Add missing
'gnus-modeline-buffer-identification' call (bug#57977).
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify keymap in gnus-custom-mode docstring</title>
<updated>2022-09-20T15:44:05+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-09-19T13:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=01ceb23372e6af635f57c3ff3a8860b9035df3b0'/>
<id>01ceb23372e6af635f57c3ff3a8860b9035df3b0</id>
<content type='text'>
* lisp/gnus/gnus-cus.el (gnus-custom-mode): Put in the keymap to use,
otherwise the bindings are looked up in the global map (where they
don't exist).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/gnus-cus.el (gnus-custom-mode): Put in the keymap to use,
otherwise the bindings are looked up in the global map (where they
don't exist).
</pre>
</div>
</content>
</entry>
</feed>
