<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/mail, branch feature/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>; Fix typos (misspelled symbols)</title>
<updated>2022-11-21T14:20:11+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-21T14:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=beaa2e49530b8149d2c22cb5fa15b8d48f7937b6'/>
<id>beaa2e49530b8149d2c22cb5fa15b8d48f7937b6</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-11-20T11:59:39+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-20T11:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=16318bfb518aa7bc06e502e6fad7e53ec91067f9'/>
<id>16318bfb518aa7bc06e502e6fad7e53ec91067f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence rmailsum byte compiler warnings</title>
<updated>2022-11-18T15:09:05+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-11-18T15:02:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3ce629634a2c5e11690abbc5d1a9fc4811e459c3'/>
<id>3ce629634a2c5e11690abbc5d1a9fc4811e459c3</id>
<content type='text'>
* lisp/mail/rmailsum.el (rmail-summary-by-thread): Prefix unused
lambda args with '_'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailsum.el (rmail-summary-by-thread): Prefix unused
lambda args with '_'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use boolean values directly in rmailsum</title>
<updated>2022-11-18T15:09:05+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-11-17T15:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=592d5d7759c7ec9873ba2b54602b646b06bd9b0f'/>
<id>592d5d7759c7ec9873ba2b54602b646b06bd9b0f</id>
<content type='text'>
* lisp/mail/rmailsum.el (rmail-summary-invert):
(rmail-summary-direct-descendants):
(rmail-summary--walk-thread-message-recursively):
(rmail-summary-by-thread):
(rmail-summary-by-labels):
(rmail-summary-by-recipients):
(rmail-summary-by-regexp):
(rmail-summary-by-topic):
(rmail-summary-by-senders): Use the boolean values in
'rmail-summary-currently-displayed-msgs' and similar directly instead
of comparing them to t and nil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailsum.el (rmail-summary-invert):
(rmail-summary-direct-descendants):
(rmail-summary--walk-thread-message-recursively):
(rmail-summary-by-thread):
(rmail-summary-by-labels):
(rmail-summary-by-recipients):
(rmail-summary-by-regexp):
(rmail-summary-by-topic):
(rmail-summary-by-senders): Use the boolean values in
'rmail-summary-currently-displayed-msgs' and similar directly instead
of comparing them to t and nil.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos (prefer US spelling)</title>
<updated>2022-11-18T12:06:55+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-18T12:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f7ee6609ae3b9cbafd48c89bad160b4e17f5b386'/>
<id>f7ee6609ae3b9cbafd48c89bad160b4e17f5b386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use mapc instead of mapcar when walking rmail threads</title>
<updated>2022-11-17T16:00:26+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-11-17T15:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2bf7a06c4bb6cef53bfdfdc58e31128f49b691af'/>
<id>2bf7a06c4bb6cef53bfdfdc58e31128f49b691af</id>
<content type='text'>
* lisp/mail/rmailsum.el (rmail-summary--walk-thread-message-recursively):
Use `mapc' instead of `mapcar'; we don't care about the results.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailsum.el (rmail-summary--walk-thread-message-recursively):
Use `mapc' instead of `mapcar'; we don't care about the results.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix previous rmailsum change</title>
<updated>2022-11-17T16:00:26+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2022-11-17T15:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=11e64d0048215a87a80b4a493a2a0295b524cbba'/>
<id>11e64d0048215a87a80b4a493a2a0295b524cbba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New Rmail summary "by thread"</title>
<updated>2022-11-17T13:53:20+00:00</updated>
<author>
<name>Andrea Monaco</name>
</author>
<published>2022-11-15T19:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=51589f81323aa5010573ecfa5c3be95416a57df3'/>
<id>51589f81323aa5010573ecfa5c3be95416a57df3</id>
<content type='text'>
* lisp/mail/rmailsum.el (rmail-summary-subjects-hash-table)
(rmail-summary-message-parents-vector)
(rmail-summary-message-ids-hash-table): New variables.
(rmail-summary-fill-message-ids-hash-table)
(rmail-summary--split-header-field)
(rmail-summary-fill-message-parents-vector)
(rmail-summary-direct-descendants)
(rmail-summary--walk-thread-message-recursively)
(rmail-summary-by-thread): New functions.

* etc/NEWS: Announce the new Rmail features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailsum.el (rmail-summary-subjects-hash-table)
(rmail-summary-message-parents-vector)
(rmail-summary-message-ids-hash-table): New variables.
(rmail-summary-fill-message-ids-hash-table)
(rmail-summary--split-header-field)
(rmail-summary-fill-message-parents-vector)
(rmail-summary-direct-descendants)
(rmail-summary--walk-thread-message-recursively)
(rmail-summary-by-thread): New functions.

* etc/NEWS: Announce the new Rmail features.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve progressive summaries in Rmail</title>
<updated>2022-11-17T13:32:38+00:00</updated>
<author>
<name>Andrea Monaco</name>
</author>
<published>2022-11-07T14:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f320663239a14aceee01868c465a4461e3a69954'/>
<id>f320663239a14aceee01868c465a4461e3a69954</id>
<content type='text'>
* lisp/mail/rmailsum.el (rmail-summary-progressively-narrow):
Renamed from 'rmail-summary-apply-filters-consecutively'.  Doc
fix.
(rmail-summary-invert): Renamed from 'rmail-summary-negate'.  Doc
fix.
(rmail-summary-currently-displayed-msgs): Doc fix.
(rmail-summary--exists-1): New function.
(rmail-summary-by-labels, rmail-summary-by-recipients)
(rmail-summary-by-regexp, rmail-summary-by-topic)
(rmail-summary-by-senders): Call 'rmail-summary-exists' to verify
that the summary is usable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailsum.el (rmail-summary-progressively-narrow):
Renamed from 'rmail-summary-apply-filters-consecutively'.  Doc
fix.
(rmail-summary-invert): Renamed from 'rmail-summary-negate'.  Doc
fix.
(rmail-summary-currently-displayed-msgs): Doc fix.
(rmail-summary--exists-1): New function.
(rmail-summary-by-labels, rmail-summary-by-recipients)
(rmail-summary-by-regexp, rmail-summary-by-topic)
(rmail-summary-by-senders): Call 'rmail-summary-exists' to verify
that the summary is usable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant library installation instructions</title>
<updated>2022-11-11T03:29:29+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-11T03:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0f5352377539bc2587b9bfd068de0f4b3bf8b248'/>
<id>0f5352377539bc2587b9bfd068de0f4b3bf8b248</id>
<content type='text'>
* lisp/apropos.el:
* lisp/mail/feedmail.el:
* lisp/mail/mail-hist.el:
* lisp/org/org-ctags.el:
* lisp/org/org-protocol.el:
* lisp/progmodes/ebnf2ps.el:
* lisp/progmodes/mixal-mode.el:
* lisp/progmodes/perl-mode.el:
* lisp/savehist.el:
* lisp/textmodes/table.el:
* lisp/vc/smerge-mode.el: Remove redundant installation instructions
for packages bundled with Emacs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/apropos.el:
* lisp/mail/feedmail.el:
* lisp/mail/mail-hist.el:
* lisp/org/org-ctags.el:
* lisp/org/org-protocol.el:
* lisp/progmodes/ebnf2ps.el:
* lisp/progmodes/mixal-mode.el:
* lisp/progmodes/perl-mode.el:
* lisp/savehist.el:
* lisp/textmodes/table.el:
* lisp/vc/smerge-mode.el: Remove redundant installation instructions
for packages bundled with Emacs.
</pre>
</div>
</content>
</entry>
</feed>
