emacs-lisp/package.el (package-delete): Always unselect package.
[emacs.git] / lisp / gnus / ChangeLog
blobb4cc3412cd50cd2542f7a2f98538c4e2f3fea0cd
1 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
3         * nnir.el: Revert "Enable non-ASCII IMAP searches".
5 2015-01-30  Glenn Morris  <rgm@gnu.org>
7         * gnus-registry.el (gnus-registry-max-pruned-entries)
8         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
9         Fix :version.
10         (gnus-registry-default-sort-function): Improve :type.
12 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
14         * nnimap.el (nnimap-request-group): Allow running this function on
15         groups that don't exist in Gnus yet.
16         (nnimap-request-group): Revert previous patch since that made it
17         impossible to enter nnimap groups.
19         * message.el (message-smtpmail-send-it): Remove the mail header
20         separator before sending.
22 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
24         * nnimap.el (nnimap-find-expired-articles): Fix handling of
25         (expiry-wait . never).
27 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
29         * nnimap.el (nnimap-request-group): Clear the buffer before returning
30         the data.
32 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
34         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
35         IMAP.
37 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
39         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
41         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
43         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
44         be added to the backlog.
46 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
48         * nnimap.el (nnimap-header-parameters): Refactor and request
49         X-GM-LABELS if it's been announced.
50         (nnimap-transform-headers): Gather and output GM-LABELS.
52 2015-01-26  Peder O. Klingenberg  <peder@klingenberg.no>
54         * mm-decode.el (mm-display-part): Make non-string methods work.
55         Non-string methods are funcalled and work just fine, the test was
56         bogus.
57         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
58         whole frame.
60 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
62         * nnimap.el (nnimap-request-accept-article): Allow respooling using
63         nnimap.
65         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
66         request rescans when being run interactively.
68         * nnimap.el (nnimap-request-group): Don't rescan the group here,
69         because that can be very slow in large groups.
71         * gnus-int.el (gnus-request-group-scan): New backend function.
73         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
75 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
77         * gnus-group.el (gnus-group-suspend): Close all backends.
79 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
83 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * registry.el: Don't use <class> as a variable.
87 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
89         * message.el (message-make-fqdn):
90         * nnvirtual.el (nnvirtual-retrieve-headers)
91         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
92         and avoid naming locals 'system-name'.
94 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
96         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
97         lines don't get overlong when responding.
99 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
101         * gnus-group.el (gnus-read-ephemeral-bug-group):
102         Bind coding-system-for-read and coding-system-for-write only around
103         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
105 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
107         * registry.el (registry-db): Set default slot later.
108         This is because its value is not a literal integer.
110 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
113         add warning.
115         * gnus-art.el: Fix up compiler warnings.
116         (article-display-face, article-display-x-face): Remove unused `face'.
117         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
118         (article-date-ut): Remove unused var `first'.
119         (gnus-article-prepare): Remove unused var `gnus-article'.
120         (gnus-mime-save-part-and-strip): Remove unused var `param'.
121         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
122         `coding-system' along with corresponding dead code.
123         (gnus-mime-view-part-externally): Remove unused var
124         `mm-user-display-methods'.
125         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
126         (gnus-display-mime): Remove unused var `handle'.
127         (gnus-mime-display-alternative): Remove unused var `props'.
128         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
129         (gnus-article-edit-done): Remove unused var `p'.
130         (gnus-url-mailto): Remove unused var `to'.
131         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
132         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
134 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
136         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
137         slots into a :max-size slot.
138         (registry-db-version): Add new variable for database version number.
139         (registry-prune): Use :max-size slot. Accept and use a sort-function
140         argument.
141         (registry-collect-prune-candidates): Add new function for finding
142         non-precious pruning candidates.
143         (registry-prune-hard-candidates, registry-prune-soft-candidates):
144         Remove obsolete functions.
145         (initialize-instance): Upgrade registry version when starting.
147         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
148         (gnus-registry-max-pruned-entries): Remove obsolete variable.
149         (gnus-registry-cache-file): Change default
150         filename extension to "eieio".
151         (gnus-registry-read): Add new function, split out from
152         `gnus-registry-load', that does the actual object reading.
153         (gnus-registry-load): Use it. Add condition case handler to check for
154         old filename extension and rename to the new one.
155         (gnus-registry-default-sort-function): New variable to specify a sort
156         function to use when pruning.
157         (gnus-registry-save, gnus-registry-insert): Use it.
158         (gnus-registry-sort-by-creation-time): Define a default sort function.
160 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
163         function for reuse.
164         (gnus-mime-buttonize-attachments-in-header): Adjust.
166 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168         * message.el (message-change-subject): Really check whether the subject
169         changed.
171 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
174         PDFs.
175         (mailcap-view-mime): New function.
177 2014-12-01  Glenn Morris  <rgm@gnu.org>
179         * gnus-cloud.el (gnus-cloud): Add :version tag.
181 2014-11-29  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
183         * auth-source.el (auth-source-macos-keychain-search-items): Return
184         result of `auth-source-macos-keychain-result-append' (bug#19074).
186 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
188         * gnus-art.el (gnus-use-idna):
189         * gnus-sum.el (gnus-summary-idna-message):
190         * message.el (message-use-idna):
191         Protect against nil value for idna-program.
193         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
195 2014-11-25  Glenn Morris  <rgm@gnu.org>
197         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
198         Add :version tag.
200 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202         * pop3.el (pop3-open-server): Warn unless encrypted.
204         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
206 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
208         * message.el (message-valid-fqdn-regexp): Add non-internaional new
209         TLDs.
211 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
214         discarding changes in ephemeral groups.
216         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
217         things the user isn't interested in.
219 2014-11-13  Julien Danjou  <jd@abydos>
221         * gnus-notifications.el (gnus-notifications-notify): Provide both
222         app-icon and image-path.
224 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
226         * gnus/mm-url.el (mm-url-encode-multipart-form-data):
227         Restore to handle "multipart/form-data" by eww.
229 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
231         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
232         Landscheidt.
234 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
236         Simplify use of current-time and friends.
237         * gnus-delay.el (gnus-delay-article):
238         * gnus-sum.el (gnus-summary-read-document):
239         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
240         * message.el (message-make-expires-date):
241         Omit unnecessary call to current-time.
242         * gnus-util.el (gnus-float-time): Simplify to an alias because
243         time-to-seconds now behaves like float-time with respect to nil arg.
244         (gnus-seconds-year): Don't call current-time twice to get the current
245         time stamp, as this can lead to inconsistent results.
247 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
249         * gnus.el (gnus-mode-line-buffer-identification):
250         Don't add image data for a non-graphic display (bug#18813).
252 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
254         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
255         load-path, it blocks autoloading of find-image (bug#18813).
257 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
259         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
260         to keep connection open (bug#18728).
262 2014-10-20  Glenn Morris  <rgm@gnu.org>
264         * Merge in all changes up to 24.4 release.
266 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
268         * message.el (message-insert-signature): Use `newline' instead of
269         inserting explicit "\n".
271 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
273         * gnus-icalendar.el: Support vcal format timezones.
274         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
275         compute dates with associated timezone.
276         (gnus-icalendar-event-from-ical): Compute all timezones.
278 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
280         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
281         check the newsrc.eld file's timestamp before saving it.
282         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
283         timestamp has changed to be newer.
285 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
287         * gnus-icalendar.el (gnus-icalendar-identities):
288         Include message-alternative-emails.
290 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
292         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
293         expired messages only when it was built in reverse order.
295 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
297         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
298         last so it can be used in `message-send-hook'.
300 2014-10-02  Daiki Ueno  <ueno@gnu.org>
302         * mml.el (mml-parse-1): Error out if unknown mode is specified in
303         <#secure> tag (bug#18513).
305 2014-09-29  Daiki Ueno  <ueno@gnu.org>
307         * mml.el (mml-parse-1): Error out if unknown mode is specified in
308         <#secure> tag (bug#18513).
310 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
312         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
313         of ":delete".
315 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
317         * gnus-art.el (gnus-article-browse-html-save-cid-content)
318         (gnus-article-browse-html-parts):
319         Revert last change that breaks links other than cid contents.
321 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
323         * gnus-art.el (gnus-article-browse-html-save-cid-content)
324         (gnus-article-browse-html-parts): Make cid file names relative.
326 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
328         * mm-view.el (mm-display-inline-fontify): Make the working buffer
329         temporarily displayed when running a mode function (at least org-mode
330         requires it).
332 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
334         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
335         the gnus-summary-article-expire-hook should be told where the function
336         is going. In particular, the Gnus registry might want to know.
338 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
340         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
342 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
344         * gnus-sum.el (gnus-summary-expire-articles): Revert.
346 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
348         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
349         the gnus-summary-article-expire-hook should be told where the function
350         is going. In particular, the Gnus registry might want to know.
352 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
354         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
355         groups and t.
357 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
359         * gnus-utils.el (gnus-recursive-directory-files):
360         Unify hard or symbolic links (bug#18063).
362 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
364         * gnus-msg.el (gnus-configure-posting-style):
365         Allow string replacements in values when matching against a header.
367 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
369         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
370         the dribble buffer even when it is shrunk a lot.
371         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
373 2014-06-26  Glenn Morris  <rgm@gnu.org>
375         * mm-util.el (help-function-arglist): Remove outdated declaration.
377 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
379         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
380         attribute values.  (Bug#17834)
382 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
384         * gnus-sum.el (gnus-summary-edit-article-done):
385         Prefer point-marker to copy-marker of point.
387 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
389         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
390         (gnus-article-read-summary-keys):
391         Don't bug out when there is no article in the summary buffer.
392         (gnus-mime-buttonize-attachments-in-header):
393         Improve criterion that finds parts to display.
395         * gnus-art.el (gnus-mm-display-part):
396         * mm-decode.el (mm-shr):
397         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
398         (mm-insert-inline): Revert last changes.
400 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
402         * gnus-art.el (gnus-mm-display-part):
403         * mm-decode.el (mm-shr):
404         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
405         (mm-insert-inline): Set insertion type of end-marker, not only
406         start-marker, of undisplayer so as to stay after inserted text.
408 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
410         * html2text.el (html2text-get-attr): Fix typo when splitting value from
411         attribute. (Bug#17613)
413 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
416         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
418 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
420         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
421         Don't delete next part button; keep spacing between buttons.
423 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
425         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
426         Work for the last MIME part in an article.
427         (gnus-mime-display-single): Suppress excessive newlines between parts.
429         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
430         by leading or trailing newline.
432 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
434         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
435         while prompting a user for a file name, etc.
436         (gnus-mime-display-single): Display part with a common appearance no
437         matter whether MIME button is omitted or not; don't add duplicate entry
438         to gnus-article-mime-handle-alist.
439         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
441 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
443         * mml2015.el (mml2015-display-key-image): New variable.
445 2014-05-08  Glenn Morris  <rgm@gnu.org>
447         * gnus-fun.el (gnus-grab-cam-face):
448         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
449         This is CVE-2014-3421.
451 2014-05-04  Glenn Morris  <rgm@gnu.org>
453         * gnus-registry.el (gnus-registry-install-p): Doc fix.
455 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
457         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
458         the displaying state of a part.
459         (gnus-mm-display-part): Don't insert a newline in the beginning of
460         a part like gnus-mime-inline-part doesn't; work for XEmacs.
462         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
463         (mm-shr): Make undisplayer unbreakable.
465         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
466         Don't insert excessive newline.
467         (mm-inline-text-html-render-with-w3m, mm-inline-text)
468         (mm-insert-inline): Make undisplayer unbreakable.
470 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
472         * gnus-art.el (gnus-mm-display-part):
473         Highlight header attachment buttons.
475 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
477         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
478         a part; redisplay a button (enbugged in 2014-03-23).
480 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
482         * auth-source.el (auth-source-search, auth-source-search-backends):
483         Treat :max 0 as an indicator that a boolean return is wanted, as
484         documented. Reported by Joe Bloggs.
486 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
488         * gnus-icalendar.el: Require gnus-art.
490 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
492         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
493         (gnus-icalendar--update-org-event): put event timestamp in
494         the org entry body instead of the drawer.
495         (gnus-icalendar-event--get-attendee-names): list of participants should
496         contain even attendees without common name attribute.
497         (gnus-icalendar--update-org-event): don't generate duplicates of empty
498         property tags in org drawers.
500 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
502         * gmm-utils.el (gmm-format-time-string): New function.
504         * message.el (message-insert-formatted-citation-line): Use the original
505         author's time zone to express a date string.
507 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
509         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
510         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
511         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
512         Silence compiler warnings.
513         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
515 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
517         * mml.el: Require url when compiling.
519         * gnus-cloud.el (gnus-cloud-parse-version-1):
520         Use plist-get rather than CL's getf.
521         (gnus-activate-group, gnus-subscribe-group): Declare.
523         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
525 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
527         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
528         buttons when toggling the header off.
530 2014-03-23  Daiki Ueno  <ueno@gnu.org>
532         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
533         commands here; instead, only check if epg-config.el is available.
535 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
537         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
538         messages with embedded images.
539         (mml-generate-mime): Don't bug out if you don't have libxml.
541 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
543         * message.el (message-make-html-message-with-image-files): New command.
545 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
547         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
549 2014-03-23  David Engster  <deng@randomsample.de>
551         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
552         to stay compatible with older Emacsen, so replace `cl-loop' with
553         `loop'.
555 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
557         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
558         Display header attachment buttons by gnus-article-prepare-display
559         rather than gnus-article-prepare so as to view in mml-preview as well.
561 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
563         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
564         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
566 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
568         * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
569         Display buttons that are hidden in unselected alternative part as well.
570         (gnus-mime-display-alternative): Redraw attachment buttons in header.
572         * gmm-utils.el (gmm-labels): Add edebug spec.
574 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
576         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
577         keystroke.
578         (gnus-server-toggle-cloud-server): Only allow clouding applicable
579         types.
581 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
583         * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
585         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
586         New user option.
587         (gnus-mime-buttonize-attachments-in-header): New function.
588         (gnus-article-prepare): Use it.
589         (gnus-mime-inline-part): Suppress extra newline.
590         (gnus-mm-display-part): Save excursion;
591         remove useless deleting and adding of buttons.
592         (gnus-insert-mime-button): Allow insertion in the middle of a line.
594         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
595         Add gnus-mime-buttonize-attachments-in-header.
597 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
599         * nnimap.el (nnimap-request-articles): New command to download several
600         articles at once.
602         * gnus.el (gnus-variable-list): Save Cloud variables.
604 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
606         * gnus-cloud.el: New file to provide the Emacs Cloud.
608         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
609         `url-retrieve-synchronously', apparently.
611         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
612         XEmacs.
614         * nnrss.el (libxml-parse-html-region): Silence compilation error.
616 2014-03-23  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
618         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
619         `gnus-group-split-fancy'.
621 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
623         * message.el (message-remove-header): Doc fix.
624         (message-forward-included-headers): New variable.
625         (message-remove-ignored-headers): Use it.
627 2014-03-23  Dave Abrahams  <dave@boostpro.com>
629         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
631 2014-03-23  Rasmus Pank Roulund  <emacs@pank.eu>
633         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
634         from random face commands.
635         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
636         Face.
637         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
638         (gnus--random-face-with-type): Generic function returning a face-type
639         as a string.
640         (gnus--insert-random-face-with-type): Generic function inserting a face
641         in a message buffer header.
642         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
643         (gnus-insert-random-x-face-header): Rewritten to use
644         `gnus--insert-random-face-with-type`.
645         (gnus-random-face): Return random (png) Face as string.
646         (nus-insert-random-face-header): Insert random (png) Face in a message
647         buffer.
649 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
651         * mm-url.el: Remove all usage of w3.
653         * nnrss.el: Ditto.
655         * mm-decode.el: Ditto.
657         * mm-view.el: Ditto.
659         * gnus-setup.el: Remove outdated file.
661 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
663         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
664         groups work again.
666 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
668         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
669         999 correctly (i.e. "1,342").
671 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
673         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
674         out if the directory doesn't exist.
676 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
678         * gnus-group.el (gnus-group-make-group): Clarify prompt.
680 2014-02-22  Daniel Colascione  <dancol@dancol.org>
682         * auth-source.el (auth-source-secrets-listify-pattern): New function.
683         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
684         instead, build list of patterns.
686 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
688         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
689         in `auth-sources' means and link to EPA docs.
691 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
693         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
694         (bug#12375).
696 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
698         * message.el (message-tab): Mention what happens on normal tabs
699         (bug#11297).
701 2014-02-08  Glenn Morris  <rgm@gnu.org>
703         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
705 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
707         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
708         with an empty string.
710 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
712         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
713         buffer-local in some buffers, so bind it explicitly in the buffer we're
714         trying to cancel the article in (bug#10808).
716 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
718         * gnus-int.el (gnus-request-accept-article): Doc fix.
720 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
722         * nnir.el (nnir-request-update-mark): Don't try to update the source
723         group if we can't find it (bug#16611).
725 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
727         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
729 2014-01-31  Dave Abrahams  <dave@boostpro.com>
731         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
732         in the summary buffer (bug#13769).
734 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
736         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
737         name if we're using a single article buffer.  Otherwise, it may point
738         to a killed buffer (bug#13756).
740 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
742         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
743         the match data, just save and restore it explictly (bug#12375).
745         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
746         that's needed.
748         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
749         the code once (bug#9069).
751 2014-01-18  Steinar Bang  <sb@dod.no>
753         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
754         reading.
756 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>
758         * message.el (message-bury): Call bury-buffer with no argument
759         in the message-return-action case too.
761 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
763         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
764         (nnimap-split-fancy, nnimap-split-methods): Declare.
766         * mm-util.el (help-function-arglist): Declare.
768 2013-12-28  Glenn Morris  <rgm@gnu.org>
770         * gnus-sieve.el (gnus-sieve-select-method):
771         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
772         (gravatar-rating, gravatar-size):
773         * message.el (message-minibuffer-local-map):
774         * sieve-manage.el (sieve-manage-authenticators)
775         (sieve-manage-authenticator-alist): Specify custom types.
777         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
778         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
779         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
781         * auth-source.el (auth-sources):
782         * nnmairix.el (nnmairix-propagate-marks-upon-close):
783         Fix custom types.
785 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
787         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
788         we get proper traces there, too.
790 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
792         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
793         value of the parameters if the current article has a Reply-To or From
794         field.
796 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
798         * gnus.el (gnus-group-buffer): Remove duplicate definition.
800 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
802         * gnus-sum.el (gnus-summary-exit): Stop animations.
804 2013-12-19  Juri Linkov  <juri@jurta.org>
806         * gnus.el (gnus-suppress-keymap):
807         * gnus-art.el (gnus-article-mode-map):
808         * gnus-group.el (gnus-group-mode-map):
809         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
810         Remove [backspace] key binding because it shadows DEL (bug#16035).
812         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
814 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
816         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
817         Make sure work directory exists.
818         (gnus-uu-digest-mail-forward): Store temporary files in work directory
819         rather than tmp directory.
820         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
821         not necessarily always run, with it.
823 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
825         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
826         value of gnus-icalendar-additional-identities work without restart.
828 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
830         * mm-util.el (mm-make-temp-file):
831         Alias to make-temp-file for modern Emacsen.
833 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
835         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
836         nnir-article-number and nnir-article-group.
838 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
840         * message.el (message-send-mail-with-sendmail):
841         Don't kill error buffer if sending fails.
843 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
845         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
846         (gnus-icalendar-event->org-entry)
847         (gnus-icalendar--update-org-event)
848         (gnus-icalendar-event->gnus-calendar): Distinguish between
849         required/optional/non-participant attendee status.  Fix bug causing
850         the first required event participant to be omitted.
852 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
854         * gnus-art.el (article-de-quoted-unreadable)
855         (article-de-base64-unreadable, gnus-mime-copy-part)
856         * gnus-html.el (gnus-article-html)
857         * mm-view.el (mm-inline-text-html-render-with-w3)
858         (mm-inline-text-html-render-with-w3m-standalone)
859         * rfc2231.el (rfc2231-decode-encoded-string):
860         Allow overriding charset by mm-charset-override-alist.
862         * gnus-art.el (gnus-article-browse-html-parts):
863         Replace LWSPs with `&nbsp;'s in header.
865         Work for broken Chinese articles.
867         * gnus-art.el (gnus-article-browse-html-save-cid-content):
868         Exclude broken handles that gnus-summary-enter-digest-group may create.
869         (gnus-article-browse-html-parts):
870         Allow overriding charset by mm-charset-override-alist.
872 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
874         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
875         (gnus-icalendar-identities): Support additional-identities.
877         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
878         Fix org-timestamp for events ending at midnight.
880 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
882         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
883         Support debbugs .log files.
885 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
887         * message.el (message-beginning-of-line):
888         Use beginning-of-visual-line when visual-line-mode is turned on.
890 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
892         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
893         (gnus-icalendar-event-from-ical)
894         (gnus-icalendar-event->org-entry)
895         (gnus-icalendar--update-org-event): Required/optional participation,
896         list of attendees synced to org.
898 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
900         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
901         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
902         cancellations to be synced to org if the original appt has an org
903         outline.
905 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
907         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
908         (gnus-icalendar-event->org-entry)
909         (gnus-icalendar--update-org-event)
910         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
912 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
914         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
915         Fix timezone handling in gnus-icalendar export to org.
917 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
919         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
921 2013-10-30  Glenn Morris  <rgm@gnu.org>
923         * gnus-group.el (gnus-group-browse-foreign-server):
924         * gnus-int.el (gnus-start-news-server):
925         Silence compiler obsolescence warning.
927 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
929         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
930         `nnoo-current-server' first, then for the actual `nnimap-address' to
931         allow netrc entries for the nnoo server to coexist with netrc entries
932         for the `nnimap-address'.
934 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
936         * mm-decode.el (mm-dissect-buffer): Revert last change.
937         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
938         The problem that motivated those changes was attributed to a broken
939         mail sender, and has been fixed.
941 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
943         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
944         token is missing in the Content-Type header.
946         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
948 2013-09-18  Glenn Morris  <rgm@gnu.org>
950         * gnus-util.el (image-size): Declare.
952 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
954         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
955         (gnus-icalendar-event-from-ical)
956         (gnus-icalendar-event--build-reply-event-body)
957         (gnus-icalendar-event-reply-from-buffer)
958         (gnus-icalendar-find-org-event-file)
959         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
960         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
962         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
964 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
966         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
967         Use save-current-buffer.
968         (gnus-tree-mode-map): Initialize in the declaration.
969         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
970         (scroll-in-place): Defvar it.
971         (gnus-tmp-*): Defvar them.
972         (gnus-get-tree-buffer): Use derived-mode-p.
973         (gnus--let-eval): New macro.
974         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
975         non-prefixed variables.
976         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
978         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
979         vars since it doesn't seem to be available.
980         (gnus-set-global-variables, gnus-summary-read-group-1)
981         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
982         (gnus-summary-display-article, gnus-summary-select-article)
983         (gnus-summary-next-article, gnus-offer-save-summaries)
984         (gnus-summary-generic-mark): Use derived-mode-p.
985         (gnus-summary-read-group-1, gnus-summary-exit)
986         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
987         Adjust calls to gnus-tree-close and gnus-tree-open.
989         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
991         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
992         (gnus-agent-mode): Use derived-mode-p.
993         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
994         gnus-command-method and *-command-method to nil, but bind
995         gnus-command-method to *-command-method instead!
996         (gnus-agent-fetch-articles): Remove unused var `id'.
997         (gnus-agent-fetch-headers): Remove unused arg `force'.
998         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
999         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1000         (gnus-agent-short-article, gnus-agent-long-article)
1001         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1002         first use.
1003         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1004         `score-param'.
1005         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1006         (gnus-get-predicate): Push in front of the cache, rather than end.
1007         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1008         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1009         (gnus-agent-expire-unagentized-dirs): Don't rebind
1010         gnus-agent-expire-current-dirs since the defvar silences the warning.
1011         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1012         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1013         (gnus-agent-regenerate): Simplify interactive spec and doc.
1015 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1017         * gnus-int.el (gnus-open-server): Silence compiler.
1019         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1021         * message.el (message-display-completion-list): Abolish.
1022         (message-completion-in-region): Use display-completion-list.
1024 2013-09-17  Glenn Morris  <rgm@gnu.org>
1026         * gnus-util.el (gnus-message-with-timestamp-1):
1027         Use `messages-buffer' function if available.  Ignore read-only.
1029 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1031         * message.el (message-expand-group, message-completion-in-region):
1032         Correct the order of start and end of a region.
1034 2013-09-13  Glenn Morris  <rgm@gnu.org>
1036         * mml2015.el (gnus-create-image): Autoload it.
1038         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1040         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1041         (image-size): Declare.
1043 2013-09-12  Glenn Morris  <rgm@gnu.org>
1045         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1046         Avoid using `find', which i) might not be defined at runtime;
1047         ii) does not work, since its default test is eql, not equal.
1048         (gnus-mime-action-alist): Declare.
1050 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1052         * score-mode.el (gnus-score-mode-map): Move initialization
1053         into declaration.
1054         (gnus-score-mode): Use define-derived-mode.
1055         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1056         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1057         into declaration.
1058         (gnus-kill-file-mode): Use define-derived-mode.
1059         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1060         Use derived-mode-p.
1061         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1062         (gnus-group-setup-buffer, gnus-group-name-at-point)
1063         (gnus-group-make-web-group, gnus-group-enter-directory)
1064         (gnus-group-suspend): Use derived-mode-p.
1065         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1066         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1067         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1068         (gnus-article-setup-buffer, gnus-article-prepare)
1069         (gnus-article-prepare-display, gnus-sticky-article)
1070         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1071         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1072         (gnus-article-read-summary-keys): Use derived-mode-p.
1074 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1076         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1078 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1080         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1081         shift_jis from the default value set for Japanese users.
1083 2013-08-13  Glenn Morris  <rgm@gnu.org>
1085         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1087         * gnus.el (gnus-valid-select-methods): Fix type.
1089         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1091 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1093         * mm-decode.el (mm-display-external): Run a timer for the temp files
1094         deletion after a viewer exits; add a deletion timer for the needsterm
1095         case, too.
1097         * mm-decode.el (mm-display-external): Try to delete temporary files by
1098         using a 1-min. timer.
1100 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1102         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1103         New internal variables.
1104         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1105         (mm-display-external): Use it to delete temporary files instead of
1106         using timers.
1108 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1110         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1111         with cond for backwards compatability.
1113 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1115         * mm-decode.el (mm-display-external): Bind process-connection-type to
1116         nil; don't delete a temp file immediately even if a viewer finishes,
1117         since it may be a shell script, like xdg-open, that launches a real
1118         viewer program belatedly.
1120 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1122         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1123         that we can create nndoc groups that excerpt other groups.
1125 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127         * gnus-delay.el (gnus-delay-article): Fix typo.
1129         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1130         articles.
1132         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1133         we can get spell-checking etc.
1135 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1137         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1138         a single one used for encoding the whole text in a header.
1140 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1143         before sending.
1145         * mm-decode.el (mm-command-output): New face.
1146         (mm-display-external): Use it.
1148 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1150         * nnmbox.el (nnmbox-request-article): Don't change point.
1152 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1155         Include `handle' parameter.
1157 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1159         * gnus-icalendar.el: New file.
1161 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1165         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1166         dummy roots, too.
1168 2013-08-01  David Edmondson  <dme@dme.org>
1170         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1171         out on ttys.
1173 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1176         not empty.
1178         * nnrss.el (nnrss-discover-feed): Indent.
1180 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1182         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1184 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1187         dirty to ensure nnimap data being saved.
1189 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1191         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1192         menu entry.
1194         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1195         the current thread's total score instead of the current article's
1196         score.
1198         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1199         (gnus-sort-threads-recursively): Delete defcustom.
1200         (gnus-sort-threads-recursive): Adapt accordingly.
1202 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1204         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1205         (gnus-sort-threads-recursive): Use it.
1206         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1207         again.  Now that determines how to sort subthreads.
1209 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1211         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1212         (gnus-sort-threads): Use it.
1214 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1216         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1217         punctuation characters follow parentheses (bug#14950).
1219 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1221         * gnus.el (gnus-continuum-version):
1222         * gnus-msg.el (gnus-extended-version): Simplify.
1224         * gnus.el (gnus-continuum-version-1): Remove.
1225         * gnus-msg.el (gnus-bug): Revert.
1227         Calculate gnus-version correctly on Cygwin.
1229         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1230         (gnus-continuum-version-1): New function, return a string.
1232         * gnus-msg.el (gnus-extended-version, gnus-bug):
1233         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1235 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1237         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1238         (bug#13384).
1240 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1243         that were only relevant in a development version a long time ago.
1245 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1247         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1248         that the old Emacs 24s bundle.
1250 2013-07-10  David Engster  <deng@randomsample.de>
1252         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1253         if `gnus-newsrc-file-version' does not match `gnus-version'.
1254         This fixes a bug in Emacs trunk where the 'unexist' marks were always
1255         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1256         Gnus v0.03".
1258 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1260         * gnus.el (gnus-summary-line-format):
1261         Reference `gnus-user-date-format-alist' for the &user-date; format, not
1262         `gnus-summary-user-date-format-alist'.
1264 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1267         delete files (bug#13481).
1269 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1271         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1273 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1275         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1276         display images.
1278         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1280         * message.el (message-cancel-news): According to
1281         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1282         preferred over "cmsg cancel" in the Subject.
1284         * nnir.el (nnir-engines): Note that the group specs are regexps
1285         (bug#13238).
1287         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1288         gotten read-only text properties, ensure that those aren't heeded when
1289         copying stuff over (bug#13434).
1291         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1292         (bug#13762).
1294 2013-07-05  David Kastrup  <dak@gnu.org>
1296         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1297         authinfo file again (important for blank passwords).  This had been
1298         broken with 2013-06-15 change.
1300 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1303         Revert 2013-01-14 change.
1305 2013-07-02  David Engster  <deng@randomsample.de>
1307         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1308         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1309         to see whether the group was synced before.
1311 2013-07-02  Martin Stjernholm  <mast@lysator.liu.se>
1313         * nnimap.el (nnimap-request-move-article): Decode the group name when
1314         doing internal moves to avoid charset issues.
1316 2013-07-02  Julien Danjou  <julien@danjou.info>
1318         * nnimap.el (nnimap-request-list):
1319         Revert change that made listing synchronous.
1320         (nnimap-get-responses): Restore.
1322 2013-07-02  Dave Abrahams  <dave@boostpro.com>
1324         * nnimap.el (nnimap-change-group): Document result value.
1326         * nnimap.el (nnimap-find-article-by-message-id):
1327         Account for the fact that nnimap-change-group can return t.
1329 2013-07-02  Julien Danjou  <julien@danjou.info>
1331         * nnimap.el (nnimap-request-head):
1332         Resture to-buffer parameter, used by `nnimap-request-move-article'.
1334         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1336         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1337         supported by nnimap actually.  Reverts previous change.
1339         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1340         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1341         to-buffer argument that is already supported.
1343 2013-07-02  Julien Danjou  <julien@danjou.info>
1345         * nnimap.el (nnimap-get-responses): Remove, unused.
1347 2013-07-02  Julien Danjou  <julien@danjou.info>
1349         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1350         `nnimap-request-move-articles-find-limit' since we do not use it
1351         only for move operations.
1352         (nnimap-request-accept-article):
1353         Use `nnimap-request-articles-find-limit' to limit search by message-id.
1355 2013-07-02  Julien Danjou  <julien@danjou.info>
1357         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1359         * nnimap.el (nnimap-log-buffer):
1360         Check that `window-point-insertion-type' is boundp, since it's not
1361         available in XEmacs.
1363 2013-07-02  Michael Welsh Duggan  <md5i@md5i.com>
1365         * nnimap.el (nnimap-log-buffer):
1366         Add this, setting `window-point-insertion-type' in the buffer to t.
1367         (nnimap-log-command): Use nnimap-log-buffer.
1369 2013-07-02  Julien Danjou  <julien@danjou.info>
1371         * nnimap.el (nnimap-find-article-by-message-id):
1372         Add an optional limit argument to be able to limit the search.
1373         (nnimap-request-move-article):
1374         Use `nnimap-request-move-articles-find-limit'.
1375         (nnimap-request-move-articles-find-limit):
1376         Add this to limit the search by Message-Id after a message move.
1377         (nnimap): Add defgroup.
1379 2013-07-02  Julien Danjou  <julien@danjou.info>
1381         * nnimap.el (nnimap-find-article-by-message-id):
1382         Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1383         (nnimap-possibly-change-group): Add read-only argument.
1384         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1385         issuing EXAMINE manually.
1386         (nnimap-find-article-by-message-id):
1387         Use `nnimap-possibly-change-group' with read-only argument.
1388         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1389         We cannot possibly change because we need to be sure that it's either
1390         read-write or read-only.
1392 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394         * gnus-sum.el (gnus-summary-insert-old-articles):
1395         Don't include unexisting messages.
1397 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399         * gnus-start.el (gnus-clean-old-newsrc):
1400         Remove totally bogus `unexists' entries.
1401         (gnus-clean-old-newsrc): Fix last checkin.
1403         * nnimap.el (nnimap-update-info):
1404         None of the articles below the active low-water mark exist.
1406 2013-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1408         * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1410 2013-07-02  Sergio Martinez  <samf0xb58@gmail.com>  (tiny change)
1412         * nnimap.el (nnimap-request-scan):
1413         Allow `nnimap-inbox' to be a list of inboxes.
1415 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417         * gnus-group.el (gnus-group-expire-articles-1):
1418         Don't try to expire messages that don't exist.
1420         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1422 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
1424         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1426 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
1428         * gnus-start.el (gnus-clean-old-newsrc):
1429         Delete `unexist' from pre-Ma Gnus 0.3.
1431 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
1433         * gnus-sum.el (gnus-summary-local-variables):
1434         Make `gnus-newsgroup-unexist' into a local variable.
1436 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
1438         * gnus-sum.el (gnus-adjust-marked-articles):
1439         Add to `gnus-newsgroup-unexist'.
1441         * gnus.el (gnus-article-mark-lists):
1442         Add `unexist' to the list of marks.
1443         (gnus-article-special-mark-lists):
1444         Put the `unexist' in the special marks list instead.
1446         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1447         articles in the list of articles to be selected.
1449         * nnimap.el (nnimap-retrieve-group-data-early):
1450         Query for unexisting articles.
1451         (nnimap-update-info): Keep track of unexisting articles.
1452         (nnimap-update-qresync-info): Ditto.
1454 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
1456         * gnus-start.el (gnus-clean-old-newsrc): New function.
1457         (gnus-read-newsrc-file): Use it.
1459 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1461         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1462         of 'create-image' for XEmacs compatibility; check errors when decoding
1463         image.  Reported by Uwe Brauer.
1465 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1467         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1468         gnus-button-push revised at 2011-01-19.
1470 2013-06-19  Glenn Morris  <rgm@gnu.org>
1472         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1474 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1476         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1478 2013-06-18  Glenn Morris  <rgm@gnu.org>
1480         * eww.el, shr.el, shr-color.el: Move to ../net.
1482 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484         * shr.el (shr-tag-table): Insert the images after the table, so that
1485         they're not covered by the table colourisation, which often looked
1486         awkward.
1487         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1488         <dd>.
1490 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1492         * eww.el (eww-detect-charset): Improve regexp; move backward.
1494 2013-06-18  Glenn Morris  <rgm@gnu.org>
1496         * mm-decode.el (widget-convert-button): Autoload.
1498         * sieve-manage.el (mm-enable-multibyte): Autoload.
1500         * shr.el (libxml-parse-html-region): Declare.
1501         (shr-render-buffer): Explicit error if no libxml2 support.
1503 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1505         * auth-source.el (auth-source-current-line): New function.
1506         (auth-source-netrc-parse-entries): When a data token is "machine",
1507         assume we're in the wrong place and abort parsing the current line.
1509 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1512         (eww-convert-widgets): Don't bug out if the first widget starts at the
1513         beginning of the buffer.
1514         (eww-convert-widgets): Fix last patch.
1515         (eww-tag-input): Support <input type=image>.
1517         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1518         (shr-tag-base): Protect against base specs that are degenerate.
1519         (shr-ensure-paragraph): Don't delete empty lines that have text
1520         properties, because these may be input fields.
1522         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1523         we can navigate to them.
1525         * shr.el (shr-colorize-region): Put the colours over the entire region.
1526         (shr-inhibit-decoration): New variable.
1527         (shr-add-font): Use it to inhibit text property decorations while doing
1528         preliminary table renderings.  This speeds up typical Wikipedia page
1529         renderings by 15%.
1530         (shr-tag-span): Don't respect the <title>, because that overwrites the
1531         help-echo from links inside the spans.
1532         (shr-next-link): Use `help-echo' for navigation, so that we can
1533         navigate to form elements, too.
1535         * eww.el (eww-button): New face.
1536         (eww-convert-widgets): Use it to make submit buttons more button-like.
1538         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1539         that Gnus commands work.
1541         * shr.el (shr-render-td): Support horizontal alignment.
1543         * eww.el (eww-put-color): Remove.
1544         (eww-colorize-region): Use `add-face-text-property'.
1546         * shr.el (shr-add-font): Append face data, so that we get the correct
1547         precedence: The innermost value (which is applied first) wins.
1548         (shr-make-overlay): Obsolete function.
1550         * mm-decode.el (mm-convert-shr-links): New function to convert
1551         new-style shr URL links into widgets.
1552         (mm-shr): Use it.
1554         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1555         widget commands, since we're no longer using widgets for links.
1557         * shr.el (shr-next-link): New command.
1558         (shr-previous-link): New command.
1559         (shr-urlify): Don't use `widget-convert', because that's slow.
1560         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1561         because collecting the overlays and reapplying them when generating
1562         tables is slow.
1563         (shr-insert-table): Ditto.
1565 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1568         * shr.el (browse-url): Require `url'.
1569         * eww.el (url): Require format-spec.
1571 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573         * eww.el (eww-display-html): Default to using the entire window width.
1574         (eww-browse-url): Don't add a User-Agent header (twice), because that
1575         makes Bing refuse connection.
1577         * shr.el (shr-make-table): Cache the table rendering at the table
1578         level, and not the <td> level.  This is a bit faster.
1580         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1581         #id.
1583         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1584         browsers don't.
1585         (shr-expand-url): Respect #anchor links.
1586         (shr-parse-base): Chop off the anchor before using.
1587         (shr-descend): Respect display: none.
1588         (shr-descend): Allow marking elements that have certain IDs.
1590         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1592         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1594         * eww.el (eww-tag-textarea): Support <textarea>.
1596 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1598         * shr.el (shr-dom-to-xml): Fix function call.
1600         * eww.el (eww): New group.
1601         (eww-header-line-format): New custom variable.
1602         (eww-current-title): New variable.
1603         (eww-display-html): Update header and handle title tag.
1604         (eww-update-header-line-format): New function.
1605         (eww-tag-title): New function.
1607         * shr.el (shr-dom-to-xml): New function.
1608         (shr-tag-svg): Add support for the SVG tag.
1609         (shr-bullet): New custom variable.
1610         (shr-tag-li): Support custom bullet in unordered lists.
1612 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614         * shr.el (shr-expand-url): Respect // URLs.
1616         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1617         put a background colour onto the entire buffer.
1618         (eww-render): When being redirected, use the redirect URL as the new
1619         base URL.
1621         * shr.el (shr-parse-base): Fix parsing error.
1623         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1625         * shr.el (shr-parse-base): New function.
1626         (shr-expand-url): Use it to expand relative URLs reliably.
1628 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1630         * auth-source.el (auth-source-search-collection): Fix docstring.
1631         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1632         single-quoted strings and multiline entries.
1633         (auth-source-netrc-parse-next-interesting)
1634         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1635         New functions to support parser.
1637 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639         * eww.el (eww-submit): Get submit button logic right when hitting RET
1640         on non-submit buttons.
1642         * shr.el: Remove shr-preliminary-table-render, since that can't really
1643         be used for anything in practice.
1645 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1647         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1648         (sieve-manage-quit).
1650 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1652         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1653         control the maximum size of photo ID image.
1654         (mml2015-epg-key-image-to-string): Respect it.
1656 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1659         instead of the final one so that we can more easily distinguish them.
1661         * eww.el (eww-submit): Compute the submission URL correctly.
1663 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1666         Use plist-get rather than CL's getf.
1667         (sieve-manage-parse-capability): Avoid CL's remove-if.
1669 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1672         last slash.
1674         * eww.el (eww-tag-select): Use the first value as the default value.
1676 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1678         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1679         (eww-mode): Use `define-derived-mode'.
1680         (eww-parse-headers): Parse headers from beginning of buffer so that
1681         file:// links work.
1683 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1687 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1690         to handle them at all.
1692 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1695         work, too.
1696         (eww-tag-select): Implement <select>.
1698 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1700         * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1701         stream managing functions by using open-protocol-stream to do most of
1702         the work.  Has the nice benefit of enabling STARTTLS.
1703         Wait for capabilities after STARTTLS: following RFC5804, the server
1704         sends new capabilities after successfully establishing a TLS connection
1705         with the client.  The client should update the cached list of
1706         capabilities, but we just ignore the answer for now.
1707         (sieve-manage-network-p, sieve-manage-network-open)
1708         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1709         (sieve-manage-forward, sieve-manage-streams)
1710         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1711         API, nor called by any other function.
1712         Enable Multibyte for SieveManage buffers: The parser won't properly
1713         handle umlauts and line endings unless multibyte is turned on in the
1714         process buffer.
1716 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718         * eww.el (eww-tag-input): Support password fields.
1719         (eww-submit): Support POST.
1721 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723         * eww.el (eww-tag-form): Protect against degenerate forms.
1725         * shr.el (shr-expand-url): Expand URLs that start with a slash
1726         correctly.
1728         * eww.el (eww-submit): Get submit button logic right.
1730         * shr.el (shr-final-table-render): New variable to signal when we're
1731         doing the final table rendering so that we can collect more data at
1732         that point.
1734         * eww.el (eww-submit): Make form submission work.
1735         (eww-tag-input): Implement submit buttons.
1736         (eww-click-radio): Implement radio and checkboxes.
1737         (eww-submit): Handle hidden elements.
1739         * shr.el (shr-descend): Allow other packages to override (or provide)
1740         rendering of elements.
1741         (shr-expand-url): Strip query strings from URLs before expanding them.
1743         * eww.el: Don't require cl-lib.
1744         (eww-tag-form): Start form support.
1746         * eww.el: Start writing a new, tiny web browser.
1747         (eww-previous-url): New command.
1748         (eww-quit): New command.
1750 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1752         * sieve.el: Put point at beginning of buffer when viewing a script.
1753         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1754         number in sieve-buffer's header.  Fixed code to also work with a string
1755         as port specifier.  Properly close the connection on pressing 'q'.  Make
1756         sieve-manage-quit close the connection and process buffer.  Also, remove
1757         duplicate keybinding for 'q'.
1759 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1761         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1762         make it easier to read.
1763         (mm-pkcs7-enveloped-magic): Ditto.
1765 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1767         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1768         before `image-type-available-p' to avoid loading the image libraries
1769         needlessly.
1771 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1773         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1774         assume Date header begins with "Date", that may be customized into
1775         something like "X-Sent" using gnus-article-time-format.
1776         (article-transform-date): Allow multi-line Date header.
1778 2013-06-02  David Engster  <deng@randomsample.de>
1780         * registry.el (initialize-instance, registry-lookup)
1781         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1782         (registry-lookup-secondary-value, registry-search, registry-delete)
1783         (registry-insert, registry-reindex, registry-size, registry-prune):
1784         Do not wrap methods in `eval-and-compile'.  This breaks due to latest
1785         changes in EIEIO (introduction of eieio-core.el).
1787 2013-05-30  Glenn Morris  <rgm@gnu.org>
1789         * nnmail.el (nnmail-fancy-expiry-target):
1790         Also bind mail-dont-reply-to-names.
1792         * spam-stat.el (spam-stat-save):
1793         No need to tweak font-lock in temp buffers.
1795         * shr.el (shr-put-image): Silence compiler.
1797 2013-05-29  Glenn Morris  <rgm@gnu.org>
1799         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1801         * gnus-group.el (gnus-sequence-of-unread-articles)
1802         (gnus-summary-add-mark, gnus-mark-article-as-read)
1803         (gnus-group-make-articles-read): Declare.
1805         * gnus-sum.el (gnus-parameter-list-identifier)
1806         (gnus-article-stop-animations, gnus-stop-downloads)
1807         (gnus-article-only-boring-p, article-goto-body)
1808         (gnus-flush-original-article-buffer, article-narrow-to-head)
1809         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1810         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1812         * gnus.el: No need to eval-and-compile autoloads.
1814         * gravatar.el (help-function-arglist): Autoload.
1816         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1818         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1820         * spam.el: No need to load spam-report when compiling.
1821         No need to eval-and-compile autoloads.
1822         (spam-report-resend-to): Declare.
1823         (spam-report-resend-register-routine): Require 'spam-report.
1825 2013-05-24  Julien Danjou  <julien@danjou.info>
1827         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1828         setup.
1830 2013-05-23  Glenn Morris  <rgm@gnu.org>
1832         * gnus-util.el (rmail-swap-buffers-maybe)
1833         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1834         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1835         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1837         * mm-decode.el: No need to load term when compiling.
1838         (term-mode, term-char-mode): Declare.
1840         * mm-util.el: No need to load jka-compr when compiling.
1841         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1843         * nnmaildir.el: Require is automatically eval-and-compile.
1844         (nnmail): Require at run-time too.
1846         * registry.el (registry-size): Move definition before use.
1848 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1850         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1851         signed data to conform the standard.  (Bug#14232)
1853 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1855         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1856         double angle quotation mark.
1858 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1860         * message.el (message-insert-formatted-citation-line): Handle finding
1861         first/lastname when more than 2 names appear.
1863 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1865         * shr.el (shr-tag-span): New function.
1867 2013-05-18  Glenn Morris  <rgm@gnu.org>
1869         * message.el (message-mode): Use message-mode-abbrev-table,
1870         with text-mode-abbrev-table as parent.  (Bug#14413)
1872 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1874         * message.el (message-expand-group): Decode group names.
1876 2013-05-16  Julien Danjou  <julien@danjou.info>
1878         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1879         app-icon.
1881 2013-05-15  Glenn Morris  <rgm@gnu.org>
1883         * shr-color.el (shr-color-visible-luminance-min)
1884         (shr-color-visible-distance-min): Use shr-color group.
1886 2013-05-11  Glenn Morris  <rgm@gnu.org>
1888         * gnus-vm.el: Make it loadable without VM.
1889         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1890         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1892 2013-05-09  Glenn Morris  <rgm@gnu.org>
1894         * mml1991.el: Make it loadable.  (Bug#13456)
1896         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1897         * gnus-async.el (gnus-async-post-fetch-function):
1898         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1899         * gnus-html.el (gnus-html-image-cache-ttl):
1900         * gnus-notifications.el (gnus-notifications-timeout):
1901         * gnus-picon.el (gnus-picon-properties):
1902         * gnus-util.el (gnus-completion-styles):
1903         * gnus.el (gnus-other-frame-resume-function):
1904         * message.el (message-user-organization-file)
1905         (message-cite-reply-position):
1906         * nnir.el (nnir-summary-line-format)
1907         (nnir-retrieve-headers-override-function):
1908         * shr-color.el (shr-color-visible-luminance-min):
1909         * shr.el (shr-blocked-images):
1910         * spam-report.el (spam-report-resend-to):
1911         * spam.el (spam-summary-exit-behavior): Fix custom types.
1913         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1915 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1917         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1918         because of let-binding help-xref-following.  (Bug#14356)
1920 2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
1922         * message.el (message-bury, message-send-and-exit):
1923         Revert 2013-05-04 change.
1925 2013-05-06  Glenn Morris  <rgm@gnu.org>
1927         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1929 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1931         * message.el (message-bury): Make `buffer' optional.
1932         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1933         (bug#14085).
1935 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1937         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1938         entering into the registry.
1940 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1942         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1943         (Bug#14304)
1945 2013-04-27  Glenn Morris  <rgm@gnu.org>
1947         * gnus.el (gnus-list-debbugs):
1948         Use require rather than autoload.  (Bug#14262)
1950 2013-04-27  Julien Danjou  <julien@danjou.info>
1952         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1953         port to "sieve" now that it has an official IANA port assigned.
1955 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1957         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1958         Don't set the MAILHOST environment variable permanently (Bug#14271).
1960 2013-04-26  Glenn Morris  <rgm@gnu.org>
1962         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1964 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1966         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1967         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1969 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1971         * nnir.el (nnir-close-group): Make sure we are in the right group.
1973         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1974         dependency table from all newly retrieved headers.
1976 2013-04-16  David Edmondson  <dme@dme.org>
1978         Support <img src="data:...">.
1980         * shr.el (shr-image-from-data): New function.
1981         (shr-tag-img): Use it.
1983 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1985         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1986         group.
1988 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1990         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1991         corresponding to any existing group (Bug#14166).
1993 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1995         * nnir.el (number-sequence): No longer used.
1996         (nnir-request-set-mark): New function.
1997         (nnir-request-update-info): Improve marks updating.
1998         (nnir-request-scan): Don't duplicate marks updating.
1999         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2000         Use 'assq rather than 'assoc.  Quote anonymous function.
2001         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2002         Use 'gnus-group-prefixed-p.
2003         (gnus-summary-create-nnir-group): Make sure server for method is open.
2005 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2007         * nnir.el (gnus-nnir-group-p): New function.
2008         (nnir-possibly-change-group): Use it.
2010         * gnus-msg.el (gnus-setup-message): Use it.
2012 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2014         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2015         `initial-input' for the argument name.
2016         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2018 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2020         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2021         (used by MH-E).
2023 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2025         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2026         group.
2028         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2029         fix compilation.
2031 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2033         * nnir.el (nnir-method-default-engines): And another typo.
2035 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2037         * nnir.el (nnir-method-default-engines): Fix typo.
2039 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2041         * nnir.el: Define 'number-sequence for xemacs.
2042         (gnus-summary-create-nnir-group): New function to create an nnir group
2043         from an nnir summary buffer based on the current query.
2044         (nnir-request-create-group): Update to allow nnir group creation based
2045         on the current query.
2047 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2049         * nndraft.el (nndraft-request-expire-articles):
2050         Make expiry target always `delete'.
2052 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2054         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2055         buffer use the posting-style and gcc of the original article group.
2056         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2058         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2059         after other deffoos.
2061 2013-03-26  Andrew Cohen  <cohen@bu.edu>
2063         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2064         management.  Marks are now shown in nnir summary buffers.
2065         Rudimentary support for real (i.e. not ephemeral) nnir groups.
2066         (gnus-summary-make-nnir-group): New function for initiating searches
2067         from a summary buffer.
2069 2013-03-18  Sam Steingold  <sds@gnu.org>
2071         * message.el (message-bury): Minor cleanup.
2073 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2075         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2076         nnml-request-list.  (Bug#13873)
2077         (nndir-request-newsgroups): Remove, unused.
2079         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2081 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2083         * shr.el: Make all the overlays set the `evaporate' property so that
2084         they're removed properly.
2086 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
2088         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2089         shell-quote-argument.
2091 2013-02-22  David Engster  <deng@randomsample.de>
2093         * gnus-registry.el (gnus-registry-save): Provide class name when
2094         calling `eieio-persistent-read' to avoid "unsafe call" warning.
2095         Use `condition-case' to stay compatible with older EIEIO versions which
2096         only accept one argument.
2098 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2100         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2101         (epg-user-id-validity): Autoload.
2102         (mml2015-epg-check-user-id): New function.
2103         (mml2015-epg-check-sub-key): New function split from
2104         mml2015-epg-find-usable-key.
2105         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2106         optional name-is-key-id, to handle the case when user-id is unusable.
2107         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2109 2013-02-17  Glenn Morris  <rgm@gnu.org>
2111         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2113 2013-02-16  Glenn Morris  <rgm@gnu.org>
2115         * shr.el (shr-put-image): Only animate images that specify a delay.
2116         This is consistent with the old image-animated-p behavior.
2118 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2120         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2121         for XEmacs.
2123 2013-02-13  Juri Linkov  <juri@jurta.org>
2125         * gnus-art.el (gnus-article-mode-map):
2126         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2127         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2129 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2131         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
2132         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
2134 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2136         * auth-source.el (auth-source-format-prompt): Don't get confused by
2137         any "\" in replacement text.  (Bug#13637)
2139 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2141         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2142         (gnus-backend-trace): Honor gnus-backend-trace.
2144         * mml.el (mml-insert-part): Insert closing tag.
2146         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2148 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2151         able to find the article, which can happen in debbugs groups,
2152         apparently.
2154 2013-01-16  Glenn Morris  <rgm@gnu.org>
2156         * smiley.el (smiley-style): Make the file loadable in batch mode.
2158 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2160         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2161         imap process running.
2163 2013-01-14  Julien Danjou  <julien@danjou.info>
2165         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2166         Compare addresses against addresses, not against the full From field.
2168 2013-01-13  Richard Stallman  <rms@gnu.org>
2170         * message.el (message-forward-make-body-mime): New args BEG, END
2171         specify what part of FORWARD-BUFFER to use.  Do the work directly
2172         instead of calling `mml-insert-buffer'.
2174 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2176         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2177         cross-reference(s).
2179         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2180         cross-reference(s).
2182 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2184         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2185         and point-max-marker.
2186         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2188 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2190         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2191         to mml2015-encrypt-to-self.
2192         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2194 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2196         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2197         mml-smime-epg-find-usable-secret-key.
2199 2013-01-08  Glenn Morris  <rgm@gnu.org>
2201         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2203 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2205         * mml-smime.el: Support signing by sender.
2206         Requested by Uwe Brauer.
2207         (mml-smime-sign-with-sender): New user option analogous
2208         to mml2015-sign-with-sender.
2209         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2210         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2211         mml2015.el.
2213 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2216         isn't running, because Gnus will probably not know how to handle the
2217         Gcc header (bug#11941).
2219         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2220         articles.
2222 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2225         (nnfolder-generate-active-file): Make this function work with recursive
2226         folder names.
2228 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2230         * nntp.el (nntp-open-connection): Use HELP as the capability command
2231         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2232         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2234 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2236         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2237         place holder since this gives `Invalid face reference: nil' messages.
2238         Use the `default' face instead.  It has the same effect here, even
2239         though it is not no-op.
2241         * gnus-util.el
2242         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2244 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2246         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2247         non-string posting styles (bug#13285).
2249 2012-12-27  Glenn Morris  <rgm@gnu.org>
2251         * plstore.el (plstore-passphrase-callback-function):
2252         Use plstore-get-file.
2254 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2256         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2257         stderr.
2259         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2260         group is nil.
2262         * shr.el (shr-tag-em): Render as italic, not bold.
2264 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2266         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2268 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2270         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2271         temporary file to get PGP key image.  Pass no-show-photos when
2272         extracting image to avoid having it pop up twice.
2274 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2276         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2277         eligible for treatment.
2279         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2280         lines.  This makes summary commands with hidden threads work more
2281         reliably.
2283         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2284         button to mark the hidden citations (bug#9395).
2286 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2288         * mml2015.el (mml2015-epg-signature-to-string): New function.
2289         (mml2015-epg-verify-result-to-string): New function.
2290         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2291         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2292         instead of epg-verify-result-to-string.
2293         (epg-signature-key-id, epg-signature-to-string): Autoload.
2294         (epg-verify-result-to-string): Remove autoload.
2296 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2298         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2299         ID image from GPG public key.
2300         (mml2015-epg-key-image-to-string): New function.
2302 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2304         * plstore.el (plstore-passphrase-callback-function): Fix error when
2305         error when plstore-cache-passphrase-for-symmetric-encryption is set
2306         (bug#13264).
2308 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2310         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2311         buffer to the article buffer here, because that clobbers multiple
2312         article buffers.
2314         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2315         buffer always points to the right summary buffer.
2317 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2319         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2320         the password (bug#12097).
2322 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2324         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2325         (bug#13263).
2327         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2328         buffer exists before using it (bug#12475).
2330         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2331         offline groups (bug#11937).
2333         * message.el (message-yank-original): When using customize to set the
2334         value of `message-cite-style', the variable it set to a symbol that's
2335         the name of the variable, which must then be dereferenced (bug#12616).
2337 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
2339         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2340         the `face' property with a list whose car is the face specified in the
2341         format string and whose cdr is (nil).
2342         * lisp/gnus-util.el
2343         (gnus-put-text-property-excluding-characters-with-faces):
2344         Change accordingly.
2345         (gnus-get-text-property-excluding-characters-with-faces): New function.
2346         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2347         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2348         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2350 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2352         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2353         login methods.
2354         (nnimap-login): Respect the `nnimap-authenticator' variable.
2356         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2357         mark state when moving articles.  Otherwise unticked articles will get
2358         their ticks back after moving.
2360 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2362         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2364         * message.el (message-ignored-news-headers): Always remove
2365         X-Message-SMTP-Method to avoid information leakage if the user
2366         mistakenly inserts the header into news messages.
2368         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2370         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2371         right than four characters, this command would move point to
2372         `point-max'.  Don't do that.
2374         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2375         to nil to allow re-selecting groups that gain articles.
2376         (gnus-bug-group-download-format-alist): Update the URL.
2378 2012-12-23  Andreas Schwab  <schwab@suse.de>
2380         * shr.el (shr-tag-em): Render em as italic, not bold.
2382 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2384         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2385         for reuse.
2386         (gnus-open-server): Use it to add more tracing.
2387         (gnus-finish-retrieve-group-infos): Add backend tracing.
2388         (gnus-backend-trace): Also note the elapsed seconds.
2390 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2392         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2393         Set epa-file-encrypt-to from variable to avoid querying.
2395 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2397         * sieve-mode.el (sieve-font-lock-keywords):
2398         Keywords should be word delimited.  (Bug#13173)
2400 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2402         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2403         instead of <pre> to align message header.
2405 2012-12-12  Sam Steingold  <sds@gnu.org>
2407         * gnus.el (gnus-other-frame-resume-function): Add user option.
2408         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2410 2012-12-06  Sam Steingold  <sds@gnu.org>
2412         * gnus-start.el (gnus-before-resume-hook): Add.
2413         (gnus-1): Run it when Gnus is alive.
2415 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2417         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2418         * gnus-art.el (article-unsplit-urls)
2419         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2420         * gnus-registry.el (gnus-registry-get-article-marks)
2421         * message.el (message-goto-body): Use it.
2422         (message-called-interactively-p): Remove.
2424         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2425         (spam-stat-score-buffer): Use it.
2427         * spam.el: Silence the warnings against BBDB functions when compiling.
2429         * gnus-score.el (gnus-score-decode-text-parts):
2430         Use append+mapcar instead of the cl function mapcan.
2432         * gmm-utils.el (gmm-flet): Remove.
2434         * gnus-sync.el (gnus-sync-lesync-call):
2435         Avoid overriding json-alist-p.
2437         * message.el (message-read-from-minibuffer):
2438         Avoid overriding mail-abbrev-in-expansion-header-p.
2440 2012-12-05  Sam Steingold  <sds@gnu.org>
2442         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2443         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2444         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2446 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2448         * gmm-utils.el (gmm-called-interactively-p): Revert.
2449         This seems to cause Emacs to get stuck!
2450         * gnus-art.el (article-unsplit-urls)
2451         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2452         * gnus-registry.el (gnus-registry-get-article-marks)
2453         * message.el (message-goto-body)
2454         (message-called-interactively-p): Revert.
2456         * gmm-utils.el (gmm-called-interactively-p): New function.
2457         * gnus-art.el (article-unsplit-urls)
2458         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2459         * gnus-registry.el (gnus-registry-get-article-marks)
2460         * message.el (message-goto-body): Use it.
2461         (message-called-interactively-p): Remove.
2463         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2464         * gnus-sync.el (gnus-sync-lesync-call)
2465         * message.el (message-read-from-minibuffer): Use it.
2467 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2469         * gmm-utils.el (gmm-flet): Remove.
2470         * gnus-sync.el (gnus-sync-lesync-call)
2471         * message.el (message-read-from-minibuffer): Don't use it.
2473 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2475         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2477 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2479         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2481         * gnus-sync.el (gnus-sync-lesync-call)
2482         * message.el (message-read-from-minibuffer): Use gmm-flet.
2484         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2486         * gnus-util.el (gnus-macroexpand-all): Remove.
2488 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2490         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2491         to TAB, not [tab].
2492         (gnus-summary-article-map): Likewise.
2494         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2495         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2497 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2499         * message.el (message-get-reply-headers):
2500         Make sure the reply goes to the author if it is a wide reply.
2502 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2504         * gnus-score.el (gnus-score-body):
2505         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2506         scoring by body.
2508 2012-11-16  Glenn Morris  <rgm@gnu.org>
2510         * gnus-diary.el (nndiary-request-create-group-functions)
2511         (nndiary-request-update-info-functions)
2512         (gnus-subscribe-newsgroup-functions)
2513         (nndiary-request-accept-article-functions):
2514         Use new names for hooks rather than obsolete aliases.
2516 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2518         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2519         in meta tag with the one the part specifies in its header.
2521 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2523         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2524         by default.
2526 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2528         New UIDL implementation.
2530         * mail-source.el (mail-sources, mail-source-keyword-map):
2531         Add :leave as a pop3 keyword.
2532         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2534         * pop3.el (pop3-leave-mail-on-server): Allow number.
2535         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2536         (pop3-movemail): Add UIDL support.
2537         (pop3-send-streaming-command): Take a list of mail numbers instead of
2538         the number of mails.
2539         (pop3-write-to-file): Add X-UIDL header.
2540         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2541         (pop3-uidl-add-xheader): New functions.
2543         * message.el (message-ignored-resent-headers):
2544         Add X-Content-Length and X-UIDL headers.
2546 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2548         * nndiary.el (nndiary-request-create-group-functions)
2549         (nndiary-request-update-info-functions)
2550         (nndiary-request-accept-article-functions):
2551         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2552         "-hooks" suffix.
2554 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2556         * starttls.el (starttls-extra-arguments): Doc fix.
2558 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2561         it.
2563 2012-10-06  Glenn Morris  <rgm@gnu.org>
2565         * gnus-notifications.el (gnus-notifications):
2566         Add missing group :version tag.
2567         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2568         (gnus-gcc-post-body-encode-hook):
2569         * gnus-sync.el (gnus-sync-lesync-name)
2570         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2572 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2574         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2575         a user about whether to delete temp files if once a user answered as n.
2577 2012-09-17  Richard Stallman  <rms@gnu.org>
2579         * message.el (message-in-body-p): Don't set mark or modify buffer.
2581         * mml.el (mml-attach-file): Doc fix.
2582         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2583         Set mail-encode-mml when in Mail mode.
2584         Simplify code to set HEAD and move back to HEAD.
2585         (mml-insert-multipart, mml-insert-part):
2586         Set mail-encode-mml when in Mail mode.
2588 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2590         * gnus-util.el (gnus-timer--function): New function.
2592         * gnus-art.el (gnus-article-stop-animations): Use it.
2594 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2596         Fix glitches caused by addition of psec to timers.
2597         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2598         rather than raw access to timer vector.
2600 2012-09-11  Julien Danjou  <julien@danjou.info>
2602         * gnus-notifications.el (gnus-notifications): Check for nil values in
2603         ignored addresses check.
2605 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2607         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2609 2012-09-07  Chong Yidong  <cyd@gnu.org>
2611         * gnus-util.el
2612         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2614         * gnus-salt.el (gnus-tree-highlight-node):
2615         * gnus-sum.el (gnus-summary-highlight-line):
2616         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2618 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2620         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2622 2012-09-06  Juri Linkov  <juri@jurta.org>
2624         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2625         scheme for buffer names to be more consistent with other group and
2626         article buffer names in Gnus.
2628 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2630         * gnus-util.el
2631         (gnus-put-text-property-excluding-characters-with-faces): Remove.
2633         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2634         Jenkner.
2636         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2638         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2640         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2642 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2644         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2645         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2647         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2648         string-prefix-p in Emacs >=23.2.
2650         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2651         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2652         instead of string-match-p.
2653         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2655 2012-09-06  Kenichi Handa  <handa@gnu.org>
2657         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2658         lowercase a..f.
2660 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2662         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2664 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2666         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2667         TIME is set.
2669 2012-09-05  Juri Linkov  <juri@jurta.org>
2671         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2672         than one group at a time (bug#11961).
2674 2012-09-05  Julien Danjou  <julien@danjou.info>
2676         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2677         this hide the real reason with a message giving absolutely no hint.
2679 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2681         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2682         to the backend (bug#11804).
2684         * message.el (message-insert-newsgroups): Don't insert newsgroup
2685         duplicates (bug#12275).
2687 2012-09-05  John Wiegley  <johnw@newartisans.com>
2689         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2690         sieve rules.
2692 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2694         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2695         function.
2697         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2699         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2701 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2703         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2704         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2705         This should make nnmaildir more usable with offlineimap.
2707 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2709         * gnus-notifications.el (gnus-notifications-notify): Use it.
2711         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2712         warnings on XEmacs.
2714 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2716         Better seeds for (random).
2717         * gnus-sync.el (gnus-sync-lesync-setup):
2718         * message.el (message-canlock-generate, message-unique-id):
2719         Change (random t) to (random), now that the latter is more random.
2721 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2723         * auth-source.el (auth-sources): Fix macos keychain access.
2725         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2726         allow the backend `request-head' function to determine the group
2727         name on its own.
2728         (gnus-request-expire-articles): Filter out negative article numbers
2729         during expiry (Bug#11980).
2731         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2732         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2734         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2735         you've found the article when you haven't.
2737 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2739         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2741 2012-08-30  Julien Danjou  <julien@danjou.info>
2743         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2744         `gnus-notifications-timeout'.
2745         (gnus-notifications-timeout): Add.
2746         (gnus-notifications-action): New function.
2747         (gnus-notifications-notify): Add :action using
2748         `gnus-notifications-action'.
2749         (gnus-notifications-id-to-msg): New variable.
2750         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2751         notifications id to messages.
2753 2012-08-30  Kenichi Handa  <handa@gnu.org>
2755         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2756         once.
2758 2012-08-29  Julien Danjou  <julien@danjou.info>
2760         * gnus-notifications.el: New file.
2761         (gnus-notifications-notify): New function.
2762         (gnus-notifications): Use `gnus-notifications-notify'.
2764 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2766         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2767         transfer encoding first; bind gnus-newsgroup-charset to the charset
2768         that the article specifies (Bug#12209).
2770 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2772         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2773         (gnus-group-customize-done): Encode values posting-style holds.
2775         * gnus-msg.el (gnus-summary-resend-message)
2776         (gnus-configure-posting-styles): Decode values posting-style group
2777         parameter holds.
2779 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2781         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2782         `name' and `address' in Resent-From header.
2784 2012-08-14  Chong Yidong  <cyd@gnu.org>
2786         * gnus-art.el (article-display-face): Handle failure in
2787         gnus-create-image (Bug#11802).
2789 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2792         Use defsetf.
2794 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2796         * auth-source.el (auth-source-plstore-search)
2797         (auth-source-secrets-search): Ignore :require and :type in search spec.
2799 2012-08-06  Julien Danjou  <julien@danjou.info>
2801         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2802         Remove autoload, already handled by gnus.el.
2804 2012-08-05  Julien Danjou  <julien@danjou.info>
2806         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2807         Add autoload.
2809 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2811         * gnus.el (gnus-valid-select-methods): Fix custom type.
2813 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2815         * auth-source.el (auth-sources, auth-source-backend-parse)
2816         (auth-source-macos-keychain-search)
2817         (auth-source-macos-keychain-search-items)
2818         (auth-source-macos-keychain-result-append)
2819         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2820         auth-source.el through the /usr/bin/security utility.
2821         (auth-sources): Fix syntax error.
2822         (auth-source-macos-keychain-result-append): Fix variable name.
2823         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2825 2012-07-27  Julien Danjou  <julien@danjou.info>
2827         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2828         Emacs < 24.1
2830 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2832         * message.el (message-kill-address): Don't kill last newline.
2833         (message-skip-to-next-address): Don't move to the next header.
2834         (message-fill-field-address): Work properly.
2836 2012-07-25  Julien Danjou  <julien@danjou.info>
2838         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2840 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2842         * nnimap.el (nnimap-get-responses): Don't remove, still used.
2844 2012-07-24  Julien Danjou  <julien@danjou.info>
2846         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2848         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2849         (nntp-async-timer-handler): Remove, unused.
2851         * nnimap.el (nnimap-get-responses): Remove, unused.
2853         * nnheader.el (mail-header-set-extra): Remove, unused.
2855         * mm-view.el (mm-view-sound-file): Remove, unused.
2857         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2858         (mm-url-encode-multipart-form-data): Remove, unused.
2860         * message.el (message-remove-signature, message-make-host-name)
2861         (message-fill-address): Remove, unused.
2863         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2864         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2865         unused.
2867         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2869         * gnus-util.el (gnus-extract-address-component-name)
2870         (gnus-extract-address-component-email, gnus-sortable-date)
2871         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2872         (gnus-process-live-p): Remove, unused.
2874         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2876         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2877         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2878         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2879         function.
2881         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2883         * gnus-score.el (gnus-summary-score-crossposting)
2884         (gnus-score-regexp-bad-p): Remove, unused.
2886         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2888         * gnus-range.el (gnus-sublist-p): Remove, unused.
2890         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2891         unused.
2893         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2895         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2896         (gnus-request-associate-buffer): Remove, unused.
2898         * gnus-group.el (gnus-group-set-method-info)
2899         (gnus-group-set-params-info): Remove, unused.
2901         * gnus-fun.el (gnus-shell-command-to-string)
2902         (gnus-shell-command-on-region): Remove, unused.
2904         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2906         * gnus-art.el (gnus-article-text-type-exists-p)
2907         (article-translate-characters, gnus-article-hide-text-of-type)
2908         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2909         Remove, unused.
2911 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2913         * nnir.el ("nnir"): Revert last change, that's premature to merge from
2914         Gnus master.
2916 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2918         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2920 2012-07-21  Julien Danjou  <julien@danjou.info>
2922         * message.el (message-dont-reply-to-names): Replace deprecated
2923         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2924         (message-get-reply-headers): Ditto.
2926 2012-07-18  Julien Danjou  <julien@danjou.info>
2928         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2929         `sieve-upload-and-kill'.
2931         * sieve.el (sieve-bury-buffer): Remove function.
2932         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2933         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2935 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2937         * shr.el (shr-expand-url): Handle URL starting with `//'.
2939 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2940 2012-07-13  Chong Yidong  <cyd@gnu.org>
2942         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2943         instead of calling toggle-read-only with a (bogus) argument.
2945 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2947         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2948         of initial input when reading the author to restrict the summary to.
2950 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2953         buffer exists, which it doesn't if we haven't started Gnus.
2955 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2957         * mm-decode.el (mm-shr):
2958         Allow overriding charset by mm-charset-override-alist.
2960 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2962         * gnus-art.el (gnus-article-view-part):
2963         Toggle subparts of multipart/alternative part.
2965 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         * gnus-sync.el: Simply require json.
2969         * registry.el: Simply require eieio and eieio-base.
2971 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2973         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2975 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2977         * shr.el (shr-render-buffer): New command.
2978         (shr-visit-file): Use it.
2980 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2982         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2983         Set no-byte-compile and no-update-autoloads.
2985 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2987         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2989 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2992         being bound to a lambda form.
2994 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
2996         * gnus-picon.el (gnus-picon-properties): New defcustom.
2997         (gnus-picon-create-glyph): Use it.
2999 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3002         locales.
3004         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3005         on a handle.
3007         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3008         address as the default.
3010         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
3011         It makes no sense to query the user about internal files.
3013         * gnus-spec.el: Remove all the byte-compilation stuff, since
3014         benchmarking shows that it doesn't help when entering large summary
3015         buffers.
3017         * gnus-util.el (gnus-byte-code): Remove.
3019         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3020         grouplens stuff.
3022 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3025         (bug#11514).
3027 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3029         * message.el (message-buffers): Return all buffers derived from Message
3030         to make `gnus-dired-attach' work with mu4e.
3032 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
3034         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3035         (mm-dissect-singlepart): Don't guess the MIME type of
3036         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3037         set.
3038         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3039         toplevel MIME type is multipart/encrypted.
3041 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
3043         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
3044         In particular, add an optional argument and a docstring.
3046         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3048         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3049         current before calling `gnus-groups-to-gnus-format'.
3050         Note that this was already the case for `gnus-active-to-gnus-format'.
3052 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3054         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3056 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058         * mm-decode.el (mm-dissect-buffer): Doc fix.
3060         * gnus-sum.el (gnus-handle-ephemeral-exit):
3061         Avoid creating the group buffer if it doesn't exist.
3063         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
3064         is given, mark the group as ephemeral with the current window conf.
3066         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3067         buffer exists, which it doesn't if we haven't started Gnus.
3068         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3070 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072         * mml.el (mml-generate-mime):
3073         Allow specifying what the top-level part type is.
3075         * gnus-sum.el (gnus-auto-center-summary):
3076         `scroll-margin' isn't defined on XEmacs.
3078 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3080         * gnus-sum.el (gnus-auto-center-summary):
3081         Set default to respect `scroll-margin'.
3083 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3085         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3086         citation prefix within a block of cited text should be considered
3087         part of that block *only* if it is a blank line.
3089 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3091         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3092         before kinsoku-bol characters nor within kinsoku-eol characters.
3094 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3096         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3097         (gnus-topic-create-topic, gnus-topic-enter-dribble):
3098         Silence compiler.
3099         (gnus-sync-read): Use mapc instead of mapcar.
3101         * mm-archive.el: Require mm-decode for some macros.
3102         (gnus-recursive-directory-files, mailcap-extension-to-mime):
3103         Silence the byte compiler.
3104         (mm-archive-decoders): New function that returns the value of
3105         the mm-archive-decoders variable.
3107         * mm-decode.el:
3108         Don't require mm-archive; autoload mm-archive functions instead.
3109         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3111         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3113 2012-06-26  Peter Münster  <pmrb@free.fr>
3115         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3116         (gnus-demon-cancel): Ditto.
3117         (gnus-demon-run-callback): When function cannot be called due to low
3118         idleness, call it when idleness reaches the expected value, instead
3119         of waiting another timer period.
3120         (gnus-demon-init): Add `time' to arguments of call-back.
3122 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124         * gnus.el: Register gnus-registry functions.
3126         * gnus-registry.el (gnus-try-warping-via-registry):
3127         Move here and indent.
3129         * gnus-int.el (gnus-warp-to-article):
3130         Check whether the registry is enabled before warping.
3132 2012-06-26  Dave Abrahams  <dave@boostpro.com>
3134         * gnus-sum.el (gnus-summary-insert-subject): Record information
3135         in the registry about each article retrieved.
3137         * gnus-int.el (gnus-select-group-with-message-id): New function.
3138         (gnus-try-warping-via-registry): Ditto.
3139         (gnus-warp-to-article): Fall back on the registry.
3141 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3145 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3147         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3148         gnus-gcc-self-resent-messages may be a group parameter.
3149         (gnus-summary-resend-message):
3150         Don't encode encoded words in header when Gcc'ing resent message.
3152 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154         * shr.el (shr-insert): Treat non-breaking space just like normal
3155         space.  This seems to produce more pleasing results.
3156         (shr-insert):
3157         Only insert a blank line if we're starting from an image.
3158         (shr-tag-br):
3159         Allow <br> to end lines or to make a single blank line.
3160         (shr-ensure-paragraph): Consider lines with white space to be blank.
3162 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
3164         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3165         and gnus-gcc-post-body-encode-hook.
3167 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3169         * mm-decode.el (mm-dissect-singlepart):
3170         Guess what the type of application/octet-stream parts really is.
3172         * gnus-sum.el (gnus-propagate-marks): Remove.
3174 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3176         * nntp.el (nntp-coding-system-for-read): Remove.
3177         (nntp-coding-system-for-write): Ditto.
3178         (nntp-open-connection): Just use `binary' directly.
3180 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3182         * registry.el (registry-usage-test, registry-persistence-test):
3183         Move to tests/gnustest-registry.el.
3184         (registry-make-testable-db, registry-match-test)
3185         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3187         * gnus-registry.el (gnus-registry-misc-test)
3188         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3190         * tests/gnustest-registry.el:
3191         New file with the registry and gnus-registry ERT tests.
3193 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3195         * gnus-msg.el (gnus-summary-resend-message):
3196         Make gnus-summary-resend-message-insert-gcc be last item in
3197         message-header-setup-hook.
3199 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3201         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3202         (nnfolder-marks, nnfolder-marks-file-suffix)
3203         (nnfolder-marks-modtime): Remove.
3204         (nnfolder-open-server): Don't use marks.
3205         (nnfolder-request-delete-group): Ditto.
3206         (nnfolder-request-rename-group): Ditto.
3207         (nnfolder-request-set-mark, nnfolder-request-marks)
3208         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3209         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3211         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3212         (nnml-marks-modtime): Remove.
3213         (nnml-request-delete-group): Don't use marks.
3214         (nnml-request-rename-group): Ditto.
3215         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3216         (nnml-save-marks, nnml-open-marks): Remove.
3218         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3219         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3220         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3221         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3222         (nntp-server-to-method-cache): Remove.
3224         * shr.el (shr-rescale-image): Fix wrong merge.
3226 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3228         * shr.el (shr-remove-trailing-whitespace):
3229         Really delete the padding on too-wide lines.
3231 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3233         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3234         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3236         * mm-decode.el (mm-display-external): Output the text from
3237         the command in the buffer after the command finished.
3238         This makes text-based commands behave better.
3240 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3242         * message.el (smtpmail-smtp-user): Silence compiler warning.
3244 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3246         * message.el (message-multi-smtp-send-mail): Also allow specifying
3247         the SMTP user name.
3249 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3251         * gnus-sum.el (gnus-summary-article-map): Fix typo.
3253 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3255         * message.el (message-multi-smtp-send-mail): New function.
3256         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3257         header to implement multi-SMTP functionality.
3259         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3260         (gnus-agentize): Don't set it.
3261         (gnus-agent-send-mail): Don't use it.
3263         * gnus-sum.el (gnus-summary-widget-backward):
3264         New function and keystroke.
3266         * shr.el (shr-put-image): Remove underlines from sliced images.
3267         (shr-zoom-image): Compute the region to be replaced more correctly.
3269 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3271         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3272         (gnus-summary-resend-message-insert-gcc): New function.
3273         (gnus-summary-resend-message): Modify message-header-setup-hook and
3274         message-sent-hook to make it work for Gcc.
3275         (gnus-inews-do-gcc): Update the number of unread articles of groups
3276         that messages are Gcc'd to.
3278         * message.el (message-resend): Run message-sent-hook to do Gcc.
3280 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3282         * gnus-registry.el (gnus-registry-fixup-registry):
3283         Move the message to a higher level to silence compilation.
3285         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3286         parameter to allow controlling the scaling.
3288         * shr.el (shr-zoom-image): New command and keystroke.
3289         (shr-put-image): Take a `size' flag to say how to scale the image.
3291         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3292         Use recursive deletion.
3293         (mm-dissect-archive): Add support for zip files.
3295         * gnus-util.el (gnus-recursive-directory-files): New function.
3297         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3298         (mm-archive-decoders): Add tgz support.
3300         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3301         Otherwise inserting text into the Gnus buffer can look odd.
3303         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3305         * mm-archive.el (mm-archive-decoders): Add support for tar.
3307         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3309         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3311 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
3313         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3315         * mm-archive.el: New file.
3317         * mm-decode.el (mm-dissect-singlepart):
3318         Use it to decode ms-tnef files.
3320         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3322         * message.el (message-goto-*): Make all the `message-goto-*' commands
3323         push the mark before moving point.  This makes it easier to go back
3324         to where you came from after editing whatever you jumped to.
3326 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3328         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3329         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3330         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3332 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3334         * spam.el: Move BBDB autoloads.
3335         (spam-exists-in-BBDB-p):
3336         New function to do the BBDB search directly in BBDB 2 and 3.
3337         (spam-check-BBDB): Use it.
3338         (spam-enter-ham-BBDB): Use it.
3340 2012-06-26  Peter Münster  <pmrb@free.fr>  (tiny change)
3342         * gnus-group.el (gnus-group-get-new-news):
3343         New parameter `one-level' for scanning exactly one level.
3345         * gnus-start.el (gnus-get-unread-articles): Ditto.
3347 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3349         * gnus-sync.el: More commentary about setup.
3351 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3353         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3355 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3357         * gnus-sync.el: Improve docs about CouchDB admins.
3359 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3361         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3362         not needed.  Provide xmlplistread list function to produce XML plist
3363         output for non-Gnus LeSync clients.
3365 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
3367         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3368         and save against it.  Group subscriptions, read marks, other marks,
3369         subscription levels, topic names, and topic offsets (the group's
3370         position within the topic) are saved.  This is an experimental
3371         backend and may change significantly.  Load json.el from
3372         the gnus-fallback-lib if it's not available otherwise.
3373         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3375 2012-06-26  David Engster  <dengste@eml.cc>
3377         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3379 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3381         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3383 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3385         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3386         is an integer to avoid later problems.
3388 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3391         locales.
3393 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3395         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3396         articles when fetch-old is non-nil (bug#11370).
3398 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400         * gnus-group.el (gnus-group-get-new-news):
3401         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3403 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3405         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3406         groups (bug#11641).
3408 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3411         (bug#11514).
3413 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3415         * nntp.el: Stop the `letf' madness.
3416         (nntp--report-1): New var.
3417         (nntp-report): Merge nntp-report-1 into it.
3418         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3419         the nntp-report function.
3421         * auth-source.el: Fix comment-style to follow the convention.
3423 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3425         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3426         a string so that Gcc works (bug#11514).
3428 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3430         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3431         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3433 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3435         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3436         jumping to *Server* from a dedicated *Group* window.
3437         (gnus-configure-frame): CSE.
3439         * gnus-registry.el: Minor style cleanup.
3440         (gnus-registry--set/remove-mark): New function, extracted from
3441         gnus-registry-install-shortcuts.
3442         (gnus-registry-install-shortcuts): Use it.
3444 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3446         * nnspool.el (news-path): Use eval-and-compile.
3448 2012-05-24  Glenn Morris  <rgm@gnu.org>
3450         * nnspool.el (news-directory, news-path, news-inews-program):
3451         Move here from paths.el.  Don't see a need for these to be autoloaded.
3453         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3454         Merge in doc from paths.el version.  Don't see any need for this to be
3455         autoloaded, or for the warning about users not setting it.
3457 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3459         Fix minor Y10k bug.
3460         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3462 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3464         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3465         message once it's actually open.
3467 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3469         * auth-source.el (auth-source--aput-1, auth-source--aput)
3470         (auth-source--aget): New functions and macros.
3471         Use them instead of aput/aget.
3473 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3475         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3477 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3479         * plstore.el (plstore-called-interactively-p): New compat macro copied
3480         from message.el.
3481         (plstore-mode): Use it.
3483 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3485         * plstore.el: Revive the editing feature.
3486         (plstore-mode): New mode to edit plstore file.
3487         (plstore-mode-toggle-display, plstore-mode-original)
3488         (plstore-mode-decoded): New command.
3489         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3490         (plstore--insert-buffer, plstore--make): New function.
3491         (plstore-open, plstore-save): Simplify by using them.
3493 2012-04-16  Glenn Morris  <rgm@gnu.org>
3495         * nndraft.el (nndraft-request-list): Fix declaration.
3497 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3500         don't have a current group.
3502         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3503         have a group name.
3505         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3506         a multibyte buffer (bug#7410).
3507         (article-wash-html): Parse the original article buffer to get the
3508         unencoded data (bug#7410).
3510         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3511         .newsrc.el files.
3513 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3516         would have gotten if we posted to the group, and use that to compare
3517         against the message we want to cancel (bug#10808).
3519 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3522         "#" to avoid having them interpreted as comments.
3524 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526         * shr.el (shr-insert): Update the text state properly to avoid
3527         inserting spurious paragraph starts.
3529 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3532         requested (bug#10961).
3534         * shr.el (shr-table-widths): Divide the extra width more fairly over
3535         the TDs (bug#10973).
3536         (shr-render-td): Don't delete too much padding.
3537         (shr-natural-width): Compute the natural width more correctly.
3538         (shr-insert): Allow the natural width to be computed for tables again.
3539         (shr-tag-table-1): Rework how the natural widths are computed by
3540         rendering the table a third time.
3541         (shr-natural-width): Remove.
3542         (shr-buffer-width): New function.
3543         (shr-expand-newlines): Use it.
3545         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3546         using a `gnus-use-full-window' setup (bug#11013).
3548 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3551         24.1 release.
3553 2012-03-10  David Edmondson  <dme@dme.org>
3555         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3556         'Forwarded Message' header and the start of the message.
3558 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3560         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3561         isn't running (bug#10897).
3563 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3567 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3569         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3571 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3573         * mm-decode.el (mm-shr): Remove "soft hyphens".
3575         * nnimap.el (nnimap-request-list): Return the group names encoded as
3576         utf8.  Otherwise non-European group names don't work.
3577         (nnimap-request-newgroups): Ditto.
3579         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3580         the default in `read-string' (bug#10757).
3582         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3583         topics (bug#10843).
3585         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3586         buffer.  Suggested by Herbert Valerio Riedel.
3587         (nnimap-request-move-article): Delete the message from the correct IMAP
3588         server.
3590 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3592         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3593         Reported by Peter Münster.
3595 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3597         * shr.el (shr-image-fetched): Make sure we really kill the right
3598         buffer.
3600 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3602         * gnus-start.el (gnus-1): Avoid duplicate entries.
3604 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3606         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3607         too-wide lines.
3609 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3611         * shr.el (shr-rescale-image): Undo previous change; see
3612         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3614 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3616         * nnimap.el (nnimap-record-commands): New variable.
3617         (nnimap-log-command): Use it.
3618         (nnimap-make-process-buffer): Add a space to the process buffer.
3619         (nnimap-transform-headers): Don't bug out on header lines containing
3620         stuff that look like IMAP length encodings.
3622         * shr.el (shr-rescale-image): Allow viewing large images.
3624 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3626         * nnml.el (nnml-request-compact-group): Delete the marks file after
3627         compaction (bug#10800).
3629         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3630         group exit.
3632         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3633         QRESYNC/FETCH output.
3635 2012-02-11  Glenn Morris  <rgm@gnu.org>
3637         * sieve-manage.el (sieve-manage-default-stream):
3638         * shr.el (shr):
3639         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3640         (nnir-retrieve-headers-override-function)
3641         (nnir-imap-default-search-key, nnir-notmuch-program)
3642         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3643         (nnir-method-default-engines):
3644         * message.el (message-cite-reply-position):
3645         * gssapi.el (gssapi-program):
3646         * gravatar.el (gravatar):
3647         * gnus-sum.el (gnus-refer-thread-use-nnir):
3648         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3649         (gnus-registry-max-pruned-entries):
3650         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3651         * gnus-int.el (gnus-after-set-mark-hook)
3652         (gnus-before-update-mark-hook):
3653         * gnus-async.el (gnus-async-post-fetch-function):
3654         * auth-source.el (auth-source-cache-expiry):
3655         Add missing :version tags to new defcustoms and defgroups.
3657 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3659         * message.el (message-default-send-mail-function): Made into own
3660         function for reuse by emacsbug.el.
3662 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3664         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3665         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3667 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3669         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3670         running.
3672         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3674         * gnus.el (gnus-server-extend-method): Don't add an -address component
3675         if the method already has one (bug#9676).
3677 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3679         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3680         of an initial-input for consistency (bug#10757).
3682         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3684         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3686 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3688         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3689         lines that are narrower than the window width.  Otherwise background
3690         "blocks" will look less readable.
3692 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3694         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3696 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3698         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3699         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3700         have newlines within the strings, and where the UID comes after the
3701         BODYSTRUCTURE element (bug#10537).
3703         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3704         (bug#10732).
3706         * shr.el (shr-insert-document): Add doc string.
3707         (shr-visit-file): Ditto.
3708         (shr-remove-trailing-whitespace): New function.
3709         (shr-insert-document): Use it to clean up trailing whitespace as the
3710         final step (bug#10714).
3712 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3714         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3715         buffer if `gnus-kill-summary-on-exit' is nil.
3717 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3719         * gnus-sum.el (gnus-summary-show-thread):
3720         next-single-char-property-change may return nil in XEmacs.
3722 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3724         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3725         when just reading a single group from "without" Gnus.
3727 2012-02-06  Chong Yidong  <cyd@gnu.org>
3729         * gnus-sum.el (gnus-summary-show-thread):
3730         next-single-char-property-change never returns nil (Bug#8657).
3732 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3734         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3735         without reconnecting.
3736         (nnimap-possibly-change-group): Ditto.
3737         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3738         connection has died before being called.
3740 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3742         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3743         an initial sync unless we're really doing one.
3745         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3746         address parameter if one already exists (bug#9676).
3748         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3749         not the prefix, as documented (bug#10689).
3751 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3753         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3754         the "server".
3756         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3757         the real error message with the useless "previously known to be down".
3758         Which isn't even correct.
3760         * nntp.el (nntp-open-connection): Report the error message if the nntp
3761         server can't be reached.
3763         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3764         groups we do a total scan for.
3765         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3766         doing that.
3768 2012-01-31  Jim Meyering  <jim@meyering.net>
3770         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3771         Correct a comment (insert "not") and hide nominally-doubled "to".
3773 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3775         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3776         section in the manual.
3778 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3780         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3781         words.
3782         (rfc2047-encode-string): Ditto.
3783         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3784         understand folded filename="..." parameters, for instance.
3786         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3787         the message for greater debuggability.
3789 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3791         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3792         instead of setting it locally, since the latter doesn't seem to have
3793         any effect (most of the time).
3795 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3797         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3798         function call.
3800 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3802         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3803         seconds, and make the repeat clause with HH:MM specs work as
3804         documented.
3806 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3808         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3809         so that previous errors don't prohibit getting new news.
3811         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3813         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3815 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3817         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3818         bound globally in old Emacsen and XEmacsen.
3820 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3822         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3823         buffer, not of the string which is its name.
3825 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3827         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3828         non-server-marks groups.
3829         (gnus-group-make-articles-read): Ditto.
3831         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3832         methods (bug#9676).
3834         * gnus.el (gnus-method-ephemeral-p): New function.
3836 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3838         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3839         left-to-right.
3841 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3843         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3844         warning.
3846 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3848         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3849         macroexpand the nnir things, since they haven't been defined yet, and
3850         nnir requires gnus-sum.
3852 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3856 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3858         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3859         logical server name in addition to the actual machine address.
3861         * auth-source.el (auth-source-user-and-password): Add convenience
3862         wrapper to search by just host and optionally user.
3864 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3867         after rendering.
3869 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3872         (bug#9693).
3873         (gnus-summary-setup-buffer): Document return value (bug#9697).
3875         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3876         since ido doesn't work on symbols (bug#9632).
3878         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3879         when getting a single value as when getting all the values.  This means
3880         that atoms like `gcc-self' work cumulatively, like variable settings,
3881         instead of getting the value from the last matching clause.
3882         (gnus-group-find-parameter): Protect against the group buffer not
3883         existing (bug#9585).
3885 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887         * gnus-start.el (gnus-activate-group): Document more parameters
3888         (bug#9694).
3890         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3891         (bug#9692).
3893         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3894         article was fetched, so that it can be expired later (bug#9958).
3895         (gnus-agent-summary-fetch-series): Add doc string.
3896         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3897         (bug#9517).
3899         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3900         retrieval is happening.
3902         * gnus.el (gnus-parameters): Doc fix.
3904 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3906         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3907         show the thread after expansion.
3909 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911         * gnus-art.el (article-narrow-to-head): If the head is completely
3912         empty, narrow to the empty region (bug#9764).
3914         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3915         read, and then mark them as unread only when the unread mark is used.
3916         This makes `C-- T k' actually work, even though it's confusing.
3918         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3919         alive before we try to find its window.
3921 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3923         * mm-decode.el (mm-display-external): Use a longer timeout for the
3924         deletion to allow slow programs to display the file.
3926 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3929         prompt to be less confusing.
3931         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3932         argument to `message-reply'.  This broke `special-display-*' frame
3933         pop-uping (bug#10238).
3935 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3938         systems, since these allegedly don't work there.
3940 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3942         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3943         live buffer.
3945 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947         * nnir.el (nnir-retrieve-headers): Protect against the article not
3948         existing on the server (bug#10335).
3950 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3952         * gnus-agent.el (gnus-agent-load-local):
3953         Recompute gnus-agent-article-local on changing method.
3955 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957         * gnus.el (gnus-parameters): Note precedence.
3959 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3961         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3962         in the group buffer.
3964 2012-01-04  Julien Danjou  <julien@danjou.info>
3966         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3967         change.
3969 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3972         too.
3974         * nntp.el (nntp-retrieve-group-data-early): Use it.
3976 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978         * nntp.el (nntp-retrieval-in-progress): New variable.
3979         (nntp-make-process-buffer): Make it buffer-local.
3981         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3982         2010.
3983         (gnus-demon-init): Use it to compute the time if time is on the form
3984         "04:23".
3986         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3988         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3989         status in the correct buffer.
3991 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3993         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3994         when opening topics (bug#10407).
3996 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3998         * mm-view.el (mm-display-inline-fontify): Add comment.
4000 2011-12-15  Juri Linkov  <juri@jurta.org>
4002         * mm-decode.el (mm-inline-media-tests): Add missing
4003         `mm-handle-media-subtype'.
4005 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4007         * message.el (message-valid-fqdn-regexp): Update with newly approved
4008         top-level domain names ".tel" and ".asia".
4010 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4012         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4013         unconditionally.
4015 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4017         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4018         pop-to-buffer-same-window for old Emacsen.
4020 2011-12-04  Chong Yidong  <cyd@gnu.org>
4022         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4023         change (Bug#10200).
4025 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4027         * compface.el (uncompface):
4028         * gnus-art.el (gnus-article-x-face-command): Update the header format
4029         of icon data for the most recent icontopbm program.
4031 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4033         * gnus-msg.el (gnus-inews-do-gcc):
4034         * message.el (message-send-mail):
4035         * mml.el (mml-generate-mime): Share the value of the buffer-local
4036         `message-options' variable between a draft buffer and temprary working
4037         buffers.
4039 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4041         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4043 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4045         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4046         for Cygwin.
4048 2011-11-24  Glenn Morris  <rgm@gnu.org>
4050         * starttls.el: Fix case of "GnuTLS".
4052 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4054         * gnus-group.el (gnus-group-highlight): Fix typo.
4056 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4058         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4059         value of `delete-file', that returns nil for a local file but returns t
4060         for a remote file using ssh.
4062 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4065         avoid later breakage.
4067 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4069         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4070         article buffers' name.
4072 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4075         by Paul Eggert's spellfixes two days ago.
4077 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4080         buffer-local instead of binding them to avoid warnings.  Also demote
4081         errors (bug#10063).
4082         (font-lock-mode-hook): Shut up byte compiler.
4084 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4086         * mm-util.el (mm-charset-after): Fix typo.
4088 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4090         * gnus-sum.el (gnus-summary-make-menu-bar):
4091         * gnus-uu.el (gnus-uu-decode-postscript)
4092         (gnus-uu-decode-postscript-and-save):
4093         * mailcap.el (mailcap-print-command):
4094         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4095         Fix typos.
4097 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4099         * gnus-art.el (gnus-article-part-wrapper):
4100         * shr-color.el (shr-color-visible-distance-min)
4101         (shr-color-relative-to-absolute, set-minimum-interval)
4102         (shr-color-visible): Fix typos.
4104 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4107         slightly clearer.
4109 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111         * message.el (message-send-and-exit): Document `arg'.
4113 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4115         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4117 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4119         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4120         we don't use `bound-and-true-p'.
4122 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4124         * gnus-util.el (gnus-bound-and-true-p): Remove.
4125         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4126         * nnir.el: Use it.
4127         * nnmairix.el: Use it.
4129 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4131         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4132         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4133         for reasons unknown.
4134         * nnir.el: Use it.
4135         * nnmairix.el: Use it.
4137         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4138         * nnir.el: Ditto.
4139         * nnmairix.el: Ditto.
4141         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4143 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * message.el (message-completion-function): Make sure
4146         message-tab-body-function is not attempted if one of
4147         message-completion-alist fails to find a completion (bug#9158).
4149 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4151         * mml.el (mml-quote-region): Quote <#secure> tag.
4152         (mml-generate-mime-1): Unquote <#secure> tag.
4154 2011-10-20  Chong Yidong  <cyd@gnu.org>
4156         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4157         calling a minor mode from Lisp with nil arg enables it, so we have to
4158         make the wording a bit ambiguous here).
4160 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4162         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4163         * nnir.el (nnir-mode): Use it.
4164         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4165         Use it.
4167         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4168         * nnmairix.el (gnus-registry-enabled): Ditto.
4170 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4172         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
4173         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4174         only while we need to find out if it should be t or nil.
4175         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4176         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4177         the registry is installed.  Set it to nil when it's unloaded.
4178         (gnus-registry-install-p): Provide user guidance for the initial value
4179         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4180         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4181         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4182         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4183         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4184         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4185         `gnus-registry-install'.
4187 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4189         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4190         previous change.
4191         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4192         primary key is marked as disabled.
4194 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4196         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4197         primary key is marked as disabled.
4199 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4201         * html2text.el (html2text-clean-anchor): Check for quotes around
4202         `href' value.
4204 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4206         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4207         searching.  Drop `bbdb-cache'.
4209 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4211         * message.el (message-signed-or-encrypted-p): Exclude header when
4212         checking if there is signed or encrypted body in text/plain message.
4214 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4216         * html2text.el (html2text-get-attr): Correctly handle attribute values
4217         containing "=".
4219 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4221         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4222         handle bindings.
4224 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226         * gnus-win.el (gnus-configure-windows): Protect against reading
4227         ephemeral groups outside of Gnus.
4229 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4231         * shr.el (shr-tag-img): Don't get images displayed in tables.
4233 2011-10-03  Glenn Morris  <rgm@gnu.org>
4235         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4236         the "maintainer" version of debbugs.gnu.org reports.
4238 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4240         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4241         make asynchronous adjacent image insertion work better.
4243 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4245         * plstore.el (plstore-select-keys, plstore-encrypt-to):
4246         Clarify documentation.
4248 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4251         `gnus-asynchronous' isn't shadowed.
4253 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4256         (nnimap-insert-partial-structure): The charset parameter isn't
4257         case-sensitive.
4259         * nnheader.el (nnheader-message-maybe): New function.
4261         * shr.el (shr-tag-table): Render totally broken tables better.
4263         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4264         computing the boundary.
4266 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4268         * pop3.el (pop3-number-of-responses): Remove.
4269         (pop3-wait-for-messages): Rewrite to take linear time instead of
4270         exponential time.
4272 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4275         re-fetch images.
4277         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4278         re-fetch images when hitting `g' in Gnus.
4280 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4282         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4283         (mml-compute-boundary): Don't check collision if it is non-nil.
4284         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4285         before checking collision.
4287 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289         * message.el (message-indent-citation): Really make sure there's a
4290         newline at the end.
4292         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4293         Fix suggested by John Wiegley.
4295         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4297         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4299         * message.el (message-default-send-rename-function): Break out into its
4300         own function.
4302         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4303         doesn't work under XEmacs.
4305         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4306         of "imaps" to word around Windows problems.
4307         (nnimap-open-connection-1): Use it.
4309         * message.el (message-indent-citation): Revert last change which made
4310         `F' not work.
4312 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4314         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4315         terminal as well.
4317 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4319         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4320         because it displays images using overlays that aren't easy to copy to
4321         the article buffer.
4323 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4325         * message.el (message-indent-citation): Fix empty line removal at the
4326         end of the citation.
4328 2011-09-20  Julien Danjou  <julien@danjou.info>
4330         * auth-source.el (auth-source-netrc-create): Use default value for
4331         password if specified.  Evaluate default.
4332         (auth-source-plstore-create): Ditto.
4333         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4334         value evaluation.
4335         (auth-source-netrc-create): Typo fix.
4336         (auth-source-plstore-create): Ditto.
4338         * auth-source.el (auth-source-format-cache-entry): New function.
4340 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4342         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4344 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4346         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4348 2011-09-19  Julien Danjou  <julien@danjou.info>
4350         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4351         which work with things that are not ASCII.
4353 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4355         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4357 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4360         message level.
4362 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4364         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4366 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4370 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4373         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4375 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4377         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4378         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4379         articles.
4381 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4383         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4384         (message-mail-other-window, message-mail-other-frame)
4385         (message-news-other-window, message-news-other-frame):
4386         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4387         instead of setting buffer display variables.
4389 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4393         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4395 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4397         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4398         duplicates" to a higher level.
4400         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4401         most egregious messages.
4403 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4407 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4409         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4410         up the file (bug#9351).
4412 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4415         it does with all other backends, but decode the names immediately after
4416         getting them.
4418         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4419         decoding nnimap groups.
4421         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4422         newsrc file.  It doesn't seem like an important optimization any more.
4424 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4426         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4427         overflows.
4429 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4432         (gnus-interactive-exit): Extend to `quiet'.
4434         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4436         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4437         string.
4439         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4440         renaming function arguments from `this'.
4442         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4444         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4445         has been renamed.
4446         (gnus-lrm-string-p): Include RLM and PDF, too.
4448         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4449         (bug#9225).
4451 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4453         Add autoload cookies for functions used by sendmail.el.
4454         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4456         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4458 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4460         * gnus-art.el (article-date-ut): Work properly even when there are
4461         things like Date header in the body; work for forwarded parts.
4463 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4465         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4466         original-article-buffer.
4468 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4470         * nnir.el (nnir-compose-result): Fix matching of server type.
4471         (nnir-run-swish++): Ditto.
4472         (nnir-run-namazu): Ditto.
4473         (nnir-run-notmuch): Ditto.
4475 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4478         (bug#9405).
4480         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4481         (bug#9421).
4483         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4484         (bug#9425).
4486         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4487         thing (bug#9426).
4489 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4491         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4492         the error message.
4494 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4496         * message.el (message-setup-1): Return t (Bug#9392).
4498 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4500         * gnus-sum.el: When adding article headers to a summary buffer also
4501         update gnus-newsgroup-articles (bug#9386).
4503 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4505         * auth-source.el: Autoload help-mode.
4507 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4510         names.
4512 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4514         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4515         mm-replace-in-string for compatibility issues.
4516         * mml2015.el (mml2015-epg-verify): Ditto.
4518 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4520         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4522         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4524 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4527         continue on and do the clean-up phase (bug#9188).
4529         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4530         just ignore groups that can't be opened instead of erroring out
4531         (bug#9225).
4533         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4534         nil since some many people are fuddy-duddies.
4536         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4537         images.
4539         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4540         instead.
4542         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4544         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4546         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4547         processing.
4549         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4550         buffer to avoid warnings.
4552 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4554         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4555         specified to reduce precision.
4557 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4560         bodystructures (bug#9314).
4562 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4564         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4565         Make button keymap non-sticky after buttons.
4567 2011-08-18  David Engster  <dengste@eml.cc>
4569         * nnmairix.el (nnmairix-request-set-mark)
4570         (nnmairix-goto-original-article): Remove adding of article to registry,
4571         since `gnus-registry-add-group' isn't available anymore.
4572         (nnmairix-determine-original-group-from-registry):
4573         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4574         available anymore.
4576 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4578         * starttls.el (starttls-any-program-available): Define as obsolete
4579         function.
4581 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4584         versions which Gnus use when appropriate.
4586         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4587         a pretty destructive command.
4589         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4591 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593         * message.el (message-fix-before-sending): Make a different warning
4594         about NUL characters (bug#9270).
4596         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4597         from custom (bug#9260).
4599         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4600         things work in Emacs 22 and XEmacs, too.
4602         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4603         default From.
4605         * gnus-spec.el (gnus-lrm-string-p): New macro.
4606         (gnus-lrm-string): New constant.
4607         (gnus-summary-line-format-spec): LRM-ify the from.
4608         (gnus-tilde-max-form): LRM-ify string chopping.
4610         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4612         * message.el (message-is-yours-p): Allow disabling canlock checking
4613         (bug#9295).
4614         (message-shoot-gnksa-feet): Add `canlock-verify'.
4615         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4616         message directory isn't writable (bug#9304).
4618         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4619         non-world-readable.
4621 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4623         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4624         articles.
4626 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4628         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4629         copy-list.
4631 2011-08-12  Sam Steingold  <sds@gnu.org>
4633         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4634         in the reverse order to avoid modifying the cache with `nreverse'.
4635         (gnus-all-score-files): Do not modify the value returned by
4636         `gnus-score-find-alist' because it lives in a cache variable.
4637         (gnus-current-home-score-file): No need to `nreverse' the return value
4638         of `gnus-score-find-alist', it is already in the correct order.
4640 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4642         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4643         type MESSAGE and subtype RFC822 is slightly different from those of
4644         type TEXT.
4646 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4648         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4649         This allows article-referral to work from an nnir group.
4651 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4653         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4655 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4657         * mml1991.el (mml1991-epg-find-usable-key)
4658         (mml1991-epg-find-usable-secret-key): New function.
4659         (mml1991-epg-sign): Check if signing key is usable.
4660         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4662 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4664         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4665         server-variables only.  This should fix a bug introduced with commit
4666         e1889675b7f4adf057833c5513c9374134c4e053.
4667         (nnir-run-query): 'nnir-search-engine should not be set from the global
4668         environment.
4670 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4672         * nnir.el (nnir-search-thread): Position point on referring article
4673         line.
4674         (nnir-warp-to-article): Clean up summary buffers.
4676         * nnimap.el (nnimap-request-thread): Whitespace fix.
4678 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4680         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4682 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684         * starttls.el (starttls-available-p): Rename from
4685         `starttls-any-program-available' and changed return convention.
4687 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4689         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4690         `unix-sync' unless it's defined.
4692 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4694         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4695         `aref' for XEmacs compatibiltiy.
4697 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4701 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4703         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4704         closures, quote the form properly (bug#9194).
4706 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4709         (gnus-summary-insert-new-articles): Protect against servers that are
4710         down.
4712 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4714         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4715         in mm handle if none is specified.
4717 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4719         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4721 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4723         * nnir.el (nnir-search-thread): New function to make an nnir group
4724         based on a thread query.
4726         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4727         of nnir in thread referral.
4728         (gnus-summary-refer-thread): Use it.
4730         * nnimap.el (nnimap-request-thread): Use it.
4732 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734         * shr.el (shr-tag-comment): Ignore HTML comments.
4736 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4738         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4739         argument.
4740         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4741         Use `nnir-address' to handle server info rather than passing an arg.
4743         * nnimap.el (nnimap-make-thread-query): New utility function to format
4744         an imap thread search query.
4745         (nnimap-request-thread): Use it.
4747         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4748         right select-method if we are not going back to the group buffer.
4750 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4753         enter invalid buffer configurations into the quit form (bug#9107).
4754         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4755         unplugged/plugged.
4757         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4758         keep track of which ones are unread (bug#9061).
4760         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4761         (bug#9055).
4763         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4764         (bug#9041).
4766         * gnus-html.el (mm-util): Require (bug#9073).
4768         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4769         (gnus-summary-refer-thread): Use it to remove duplicates in the
4770         un-threaded view (bug#9053).
4771         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4773 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4775         * nnir.el (nnir-read-server-parm): Use default value from global
4776         variable.  Without this the default search engine parameters aren't
4777         used at all.
4779 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781         * message.el (message-unique-id): Don't use the undocumented return
4782         value from (random t) (bug#9118).
4784 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786         * message.el (message-auto-save-directory): If the ~/Mail directory
4787         doesn't exist, use ~ as the auto-save directory (bug#4432).
4789         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4790         hasn't already been started.
4792 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4796         * message.el (message-reply): Work around mysterious bug where
4797         `message-mode' seems to overwrite the locally bound `subject' variable.
4799 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4801         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4802         correct group.
4804         * gnus-int.el (gnus-request-thread): Add group argument.
4806         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4808 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4811         renamed to `debbugs-gnu-*'.
4813 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4815         * plstore.el: Revert the editing feature since it is not urgent.
4816         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4817         (plstore-mode-decoded): Remove.
4819 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4822         isn't very interesting any more, and it leaks potentially secret data.
4823         (gnus-debug): Remove.
4825         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4826         use of :custom-show.
4828 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4830         * plstore.el: Add documentation.
4831         (plstore-mode): New mode to edit plstore file.
4832         (plstore-mode-toggle-display, plstore-mode-original)
4833         (plstore-mode-decoded): New command.
4834         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4835         (plstore--insert-buffer, plstore--make): New function.
4836         (plstore-open, plstore-save): Simplify by using them.
4838 2011-07-06  Glenn Morris  <rgm@gnu.org>
4840         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4842 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4845         no longer is much used.
4846         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4847         Articles".
4849 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4851         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4852         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4853         `notmuch' backend.
4855 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857         * mm-decode.el (mm-text-html-renderer): Doc fix.
4859         * gnus-msg.el (gnus-bug): Fix the MML tag.
4861         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4863 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4865         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4866         secondary methods if started with `gnus-no-server'.
4868 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4870         * message.el (message-return-action): Fix typo in docstring.
4872 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4875         bug reports at once.
4877         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4879 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4881         * nndraft.el: Require gnus-group.
4882         (nndraft-request-list): Declare.
4884         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4885         no unread article unless it matches gnus-permanently-visible-groups.
4887         * nndraft.el (nndraft-update-unread-articles): New function.
4888         (nndraft-request-associate-buffer): Use it to update the number of
4889         unread articles for the nndraft groups in the group buffer when saving
4890         or killing a draft message.
4892 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4895         systems to binary before writing and reading the mbox files.
4897         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4898         instead of trying to list them all (bug#8978).
4900 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4902         * pop3.el (pop3-open-server): Use :end-of-capability.
4904 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4907         the id is always a number.
4909         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4910         debbugs mode, if possible.
4912 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4914         * auth-source.el (auth-source-token-passphrase-callback-function):
4915         Reindent.
4916         (epg-context-operation): Remove unnecessary autoload.
4918 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920         * gnus.el (gnus-list-debbugs): New command.
4922         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4923         mboxstat instead of the maintbox, since the stat seems to be fuller.
4925         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4926         summary buffers.
4928         * message.el (message-get-reply-headers): Delete all duplicates,
4929         instead of the first.
4930         (message-get-reply-headers): Ensure that we have progress while
4931         deleting duplicates.
4933         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4934         gnus-posting-style value from the summary buffer to make it easier to
4935         make that a per-buffer conf.
4937 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4939         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4940         found by setting `shortcut' in 'query.
4941         (nnir-request-article): Use `shortcut' setting when requesting article
4942         by Message-ID.
4944 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4946         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4947         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4948         Bring the pseudo-headers back too.
4950 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4952         * auth-source.el (auth-source-token-passphrase-callback-function):
4953         Simplify and remove EPA dependency.
4955 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4957         * nnir.el (nnir-request-article): Fix error message text.
4959 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4961         * auth-source.el (plstore-delete): Autoload.
4962         (auth-source-plstore-search): Support delete operation.
4963         * plstore.el (plstore-delete): New function.
4965 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4967         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4968         mark actually existing articles as unread rather than the ones that
4969         active asserts.
4971 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4973         * nntp.el (nntp-record-command):
4974         * gnus-util.el (gnus-message-with-timestamp-1):
4975         Use format-time-string rather than decoding time stamps by hand.
4976         This is simpler and insulates the code from potential changes to
4977         current-time format.
4979 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4981         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4983 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4985         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4986         (plstore-save): Support public key encryption.
4987         (plstore--init-from-buffer): New function.
4988         (plstore-open): Use it; fix error when opening a non-existent file.
4989         (plstore-revert): Use plstore--init-from-buffer.
4991 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4993         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4995 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4997         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4998         for old Emacsen.
5000 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5002         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5003         is not fully working.
5005 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5008         quit window configuration.
5010         * auth-source.el (epg-context-set-passphrase-callback):
5011         Remove duplicate autoload.
5013 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5015         * nnir.el (nnir-request-article): Allow requesting articles by
5016         Message-ID with nnimap.
5018         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5019         current server.
5021 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5023         * auth-source.el: Autoload EPA/EPG functions.
5024         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5025         changed when EPA/EPG is not available.
5026         (auth-source-backend): Rename "arg" member to "data".
5027         (auth-source-backend-parse, auth-source-plstore-search)
5028         (auth-source-plstore-create): Use it.
5030 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5032         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5033         `gnus-refer-article-methods'.
5035 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5037         * auth-source.el: Require EPA and EPG.
5038         (auth-source-passphrase-alist): New variable.
5039         (auth-source-passphrase-callback-function)
5040         (auth-source-token-passphrase-callback-function): Callbacks for the
5041         netrc field encryption (GPG tokens).
5042         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5043         Symmetric encryption and decryption of the netrc GPG tokens.
5044         (auth-source-netrc-normalize): Use them, simplifying the closure.
5046 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5049         non-nil, and `nnimap-split-methods' is nil, use the former.
5051 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5053         * plstore.el (plstore-revert): New function.
5054         (plstore-open): Use it; hide the buffer from user.
5056 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5058         * auth-source.el (auth-source-backend): New member "arg".
5059         (auth-source-backend-parse): Handle new backend 'plstore.
5060         * plstore.el: New file.
5062 2011-06-30  Glenn Morris  <rgm@gnu.org>
5064         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5066         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5068 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5071         expiring articles to.
5073         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5074         variations as ASCII (bug#5458).
5076 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5078         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5080 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082         * message.el (message-point-in-header-p): Tweak the function to default
5083         to saying that we're not in the headers if there is no separator at
5084         all.  This makes it possible to use the Message version of `M-q' in
5085         buffers with no headers (bug#7987).
5086         (message-point-in-header-p): Fix last checkin to work with an empty
5087         mail-header-separator, too.
5089         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5090         again, save the choice via customize.
5092 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5096         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5097         ended the connection, bail out before waiting infinitely on a new
5098         connection.
5100 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5102         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5103         reports.
5105         * gnus.el (gnus-bug-package): Use "gnus."
5106         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5108 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5111         animations going on at article exit time.
5113         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5114         since removing it breaks people upgrading.
5116         * shr.el (shr-put-image): Use the new interface for animating images.
5117         (shr-put-image): Animate for 60 seconds.
5119         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5120         error with `find-file-hooks' on Emacs 22.
5121         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5122         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5123         on all architectures.
5125         * spam.el (spam-stat): Require in a normal fashion without binding
5126         `spam-stat-install-hooks' to avoid compilation warnings.
5128         * spam-stat.el (spam-stat-install-hooks): Remove.
5129         (spam-stat-install-hooks): Don't run automatically.
5131 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5133         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5134         and keystroke.
5136 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5138         * auth-source.el (auth-source-netrc-cache): Move forward.
5140 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5143         we already know.
5144         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5145         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5147 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5150         %S format, since that looks odd.
5151         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5152         file, especially when saving.
5154 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5156         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
5157         article found.
5159 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5161         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5162         `auth-source-save-secrets' with a more sensitive alist that can be
5163         configured per file.  Experimental, so defaults to 'never.
5164         (auth-source-netrc-create): Use it.  Still experimental code.
5165         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5166         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5168 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5170         * auth-source.el (auth-source-save-secrets): New variable to control if
5171         secret tokens should be saved encrypted.
5172         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5173         to `auth-source-netrc-normalize'.
5174         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5175         on the EPA variables being defined.
5176         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5177         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5178         the lexical-let closure.
5179         (auth-source-netrc-create): Create "gpg:" tokens according to
5180         `auth-source-save-secrets'.
5182 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5184         * gnus-group.el (gnus-group-update-group): Add new argument
5185         `info-unchanged' that stops updating dribble buffer.
5187         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5188         deletes lines matching to it in dribble buffer.
5190         * gnus-agent.el (gnus-agent-fetch-group-1):
5191         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5192         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5193         * gnus-start.el (gnus-group-change-level):
5194         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5196         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5197         if newsgroup info is not changed.
5199         * gnus-group.el (gnus-group-get-new-news-this-group):
5200         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5201         Don't update dribble buffer.
5203 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5205         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5206         remove entries with groups we ignore.
5208 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5211         the underline comes at the bottom.
5213 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5215         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5216         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5217         (gnus-registry-article-marks-to-names): Rename from
5218         `gnus-registry-user-format-function-M2'.
5220 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5222         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5223         ephemeral group.
5225 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227         * shr.el (shr-browse-image): Copy the URL if called interactively.
5229 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5232         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5233         done, then unselected articles may be marked as read.
5235         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5236         since not doing this seems to lead to a race condition in pop3-logon.
5238         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5239         so that the call chain it correct when we call "upwards".
5241         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5242         in read-only groups.
5244         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5246         * message.el (message-cite-reply-position): Doc string fix.
5248         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5249         avoid regexp overflow.
5250         (nnimap-transform-split-mail): Ditto.
5252         * pop3.el (pop3-retr): Error out if the server closes the connection.
5254 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5256         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5257         mm-with-unibyte-current-buffer.  The buffer should not contain any
5258         multibyte chars anyway at this stage.
5260 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5263         at the end of lines.
5265 2011-05-29  Julien Danjou  <julien@danjou.info>
5267         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5269 2011-05-27  Glenn Morris  <rgm@gnu.org>
5271         * gnus-group.el (gnus-bug-group-download-format-alist):
5272         Use the "maintainer" version of debian reports as well.
5274 2011-05-26  Glenn Morris  <rgm@gnu.org>
5276         * gnus-group.el (gnus-bug-group-download-format-alist):
5277         Use the "maintainer" version of debbugs.gnu.org reports.
5279 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5281         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5283 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5285         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5286         the thread moves us backwards and so we loop forever.
5288 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5290         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5291         whitespace in base64 data lines.
5293 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5295         * gnus-registry.el (gnus-registry-user-format-function-M):
5296         Use `mapconcat'.
5297         (gnus-registry-user-format-function-M2): Use to see the full text of
5298         the marks.  Make "," the mark text separator.
5300         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5301         authentication with auth-source.
5303 2011-05-17  Glenn Morris  <rgm@gnu.org>
5305         * gnus-group.el (gnus-import-other-newsrc-file):
5306         Use insert-file-contents.
5308 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5310         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5311         1000 iterations.
5313 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5315         * nntp.el (nntp-open-connection): Check if process-type is available.
5317 2011-05-16  Julien Danjou  <julien@danjou.info>
5319         * shr.el (shr-tag-del): Add support for del tag.
5321 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5323         * gnus-html.el (gnus-html-put-image): Register a displayer.
5325         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5327 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5329         * registry.el (prune-factor): New initialization parameter defaulting
5330         to 0.1.
5331         (registry-prune-hard): Use it.
5333         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5334         0.1 expicitly.
5336 2011-05-13  Glenn Morris  <rgm@gnu.org>
5338         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5339         is bound, since this function requires sendmail.
5341 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5343         * registry.el (registry-usage-test): Disable pruning test.
5345 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5347         * registry.el (registry-prune-hard-candidates)
5348         (registry-prune-soft-candidates): Helper methods for registry pruning.
5349         (registry-prune): Use them.  Make the sort function optional.
5351 2011-05-10  Jim Meyering  <meyering@redhat.com>
5353         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5355 2011-05-10  Julien Danjou  <julien@danjou.info>
5357         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5358         symbol and not a list.
5360 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5362         * gnus-art.el (gnus-article-mode): Move binding of
5363         shr-put-image-function here from gnus-article-prepare-display.
5365         * shr.el (shr-put-image-function): New variable.
5366         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5367         (shr-put-image): Return scaled image.
5369         * gnus-art.el (gnus-shr-put-image): New function.
5370         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5372         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5373         original ones, as deletable.
5375 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5377         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5379 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5381         * registry.el (registry-full): Add convenience method.  Fix logic.
5382         (registry-insert): Use it.  Fix logic here too.
5384         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5385         `registry-prune' if `registry-full' returns t.
5386         (gnus-registry-handle-action)
5387         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5388         (gnus-registry-usage-test): Use it.
5390 2011-05-07  Julien Danjou  <julien@danjou.info>
5392         * shr.el (shr-link): Make shr-link inherit from link by default.
5394 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5396         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5398 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5400         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5401         error out because the face is not a list.
5403 2011-05-05  Glenn Morris  <rgm@gnu.org>
5405         * gnus-start.el (gnus-propagate-marks): Declare.
5407 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5409         * registry.el (registry-reindex): Fix percentage message.
5411 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5413         * shr.el: Add shr-link face for links.
5414         (shr-urlify): Use it.
5416         * registry.el (registry-insert): Make error message more helpful.
5418 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420         * gnus-html.el (gnus-html-schedule-image-fetching):
5421         Use url-queue-retrieve, if it exists.
5423         * shr.el (shr-tag-img): Ditto.
5425         * gnus.el: Autoload more gnus-agent functions.
5427         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5428         agent if we haven't already (bug#8502).
5430         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5431         into the Agent, too.
5433         * gnus-agent.el (gnus-agent-store-article): New function.
5435         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5436         and moved from that file for reuse.
5438         * pop3.el (pop3-open-server): Error messages are "-ERR".
5440 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5443         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5445 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5448         buffer has moved to a different frame.
5450 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5453         to get the conversion from unibyte to multibyte buffers to work on
5454         Emacs 22.
5456         * nntp.el (nntp-request-article): Slight clean-up.
5458 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460         * shr.el (shr-strike-through): New face.
5461         (shr-tag-s): Use it to provide <s> support.
5462         (shr-tag-s): Remove duplicate definition.
5464 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5466         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5467         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5469 2011-04-23  Glenn Morris  <rgm@gnu.org>
5471         * gnus-sum.el (gnus-extra-headers): Bump :version.
5473 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475         * shr.el (shr-tag-sup): New function.
5476         (shr-tag-sub): Ditto.
5478 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5480         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5481         for the case where `gnus-registry-ignored-groups' is a list of lists,
5482         and don't call `gnus-parameter-registry-ignore' otherwise.
5484 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5486         * nnimap.el (nnimap-user): New backend variable.
5487         (nnimap-open-connection-1): Use it.
5488         (nnimap-credentials): Accept user parameter so it's explicit what user
5489         name is desired.
5491         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5492         default.
5494         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5495         not gnus-registry.el.
5497         * gnus-registry.el: Mention in comments how to modify
5498         `gnus-extra-headers' for proper recipient tracking and that it may
5499         already have To and Cc recently, which it does as of this commit.
5500         (gnus-registry-ignored-groups): Remove defcustom.
5501         Explain why in comments.
5502         (gnus-registry-action): Fix data-header reference to use the extra
5503         headers.  Explain in package commentary how to add To and Cc headers to
5504         the gnus-extra-headers.
5505         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5506         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5507         parameter list or a string list in `gnus-registry-ignored-groups'.
5508         Fix logic error.
5510 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512         * shr.el (shr-expand-url): Protect against null urls.
5514 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516         * shr.el (shr-base): New binding.
5517         (shr-tag-base): Keep track of <base>.
5518         (shr-expand-url): New function used throughout.
5520 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5522         * gnus-registry.el
5523         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5524         (gnus-registry-ignored-groups): New variable.
5525         (gnus-registry-ignore-group-p): Use it.
5526         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5527         set the destination group to nil (same as delete) if it's ignored.
5529 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5531         * gnus-registry.el (gnus-registry-action)
5532         (gnus-registry-fetch-header-fast):
5533         Don't use mail-header that looks an internal function of mailheader.el.
5535 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5537         * gnus-registry.el: Eliminate cl functions.
5538         (gnus-registry-sort-addresses): New function that replaces mapcan.
5539         (gnus-registry-action, gnus-registry-spool-action)
5540         (gnus-registry-split-fancy-with-parent)
5541         (gnus-registry-fetch-recipients-fast): Use it.
5542         (gnus-registry-import-eld): Replace delete* with dolist + delq.
5544         * registry.el (initialize-instance, registry-lookup)
5545         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5546         (registry-lookup-secondary-value, registry-search, registry-delete)
5547         (registry-insert, registry-reindex, registry-size, registry-prune):
5548         Use eval-and-compile.
5550 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
5552         * registry.el (registry-reindex): New method to recreate the secondary
5553         registry indices.
5555         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5556         tracked field changes.
5557         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5558         (gnus-registry-action, gnus-registry-spool-action)
5559         (gnus-registry-handle-action)
5560         (gnus-registry--split-fancy-with-parent-internal)
5561         (gnus-registry-split-fancy-with-parent)
5562         (gnus-registry-register-message-ids): Add recipient tracking on spool,
5563         move, and delete actions, and for fancy splitting with parent.
5564         (gnus-registry-extract-addresses)
5565         (gnus-registry-fetch-recipients-fast)
5566         (gnus-registry-fetch-header-fast): Convenience functions.
5567         (gnus-registry-misc-test): ERT test of
5568         `gnus-registry-extract-addresses'.
5570 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
5572         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5573         Track by subject first, then sender.
5575 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5577         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5579         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5580         Lisp.
5582         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5583         (gnus-draft-send): Use it to avoid popping
5584         up frames from gnus-group-send-queue.
5586 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5588         * gnus-registry.el: Updated gnus-registry docs.
5590 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5592         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5593         Fix logic bug.
5594         (gnus-registry-post-process-groups): Fix logging of no results and
5595         quote sender and subject.
5597 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5600         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5601         we had no early-data returned.
5602         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5603         two async commands to the same server at the same time.
5605 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5607         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5609 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5612         "warning" level.
5614         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5615         (mm-url-insert-file-contents): Don't set the package names.
5617 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5619         * gnus-registry.el (gnus-registry-action): Remove properties and
5620         simplify subject in `gnus-registry-handle-action'.
5621         (gnus-registry-spool-action): Get subject and sender from message if
5622         they are not passed in.
5623         (gnus-registry-handle-action): Remove properties and simplify subject
5624         consistently.
5626 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5628         * registry.el: Require CL before using defmacro*.
5630 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5632         * gnus-art.el (article-treat-date): Assume that
5633         gnus-article-date-headers may be a group parameter.
5635 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5637         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5639         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5640         interactively so the newsrc file can contain foreign groups too.
5641         Useful for debugging but not much for users.
5643 2011-04-07  David Engster  <dengste@eml.cc>
5645         * registry.el (registry-usage-test): Only do
5646         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5647         lexical binding.
5649 2011-04-06  David Engster  <dengste@eml.cc>
5651         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5652         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5654 2011-04-06  David Engster  <dengste@eml.cc>
5656         * registry.el (initialize-instance): Change :after to :AFTER to be
5657         compatible with old EIEIO version in XEmacs.
5659 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5661         * gnus-registry.el (gnus-registry-post-process-groups)
5662         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5663         and provide better messaging.
5665 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5667         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5668         unconditionally anyway, discarding errors.
5669         (gnus-registry-delete-entries): New convenience function.
5670         (gnus-registry-import-eld): Import from old .eld registry.
5672         * registry.el: Don't use ERT if it's not available.  Load it
5673         unconditionally anyway, discarding errors.
5675         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5676         version from the Claudio Bley GnuTLS patch (extra optional parameters
5677         and host name).
5679 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5681         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5682         fixup the parameters that can be customized by the user between
5683         save/read cycles.
5684         (gnus-registry-read): Use it.
5685         (gnus-registry-make-db): Use it.
5686         (gnus-registry-spool-action, gnus-registry-handle-action):
5687         Fix messaging.
5688         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5689         Map references to actual group names with sender and subject tracking.
5690         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5691         (gnus-registry-usage-test): Add subject lookup test.
5693         * registry.el (registry-db, initialize-instance): Set up constructor
5694         instead of :initform arguments for the sake of older Emacsen.
5695         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5696         pre-lexbind merge bug.
5697         (registry-usage-test): Use it.
5698         (initialize-instance, registry-db): Move the non-function initforms
5699         back to the class definition.
5701 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5703         * registry.el: New library to manage gnus-registry-style data.
5705         * gnus-registry.el: Use it (major rewrite).
5707         * nnregistry.el: Use it.
5709         * spam.el: Use it.
5711 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5714         marks on non-selected articles.
5716 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5718         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5720         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5721         parameter to open-protocol-stream.
5723 2011-04-01  Julien Danjou  <julien@danjou.info>
5725         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5726         fundamental-mode.
5728 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5731         servers.
5733 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5735         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5736         made marks not propagate, again.
5738 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5740         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5741         Make this the default type.
5742         (proto-stream-open-plain): Rename from proto-stream-open-default.
5743         (open-protocol-stream, proto-stream-open-starttls)
5744         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5745         with `plain'.
5747         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5748         value.
5750         * nntp.el (nntp-open-connection-function): Document the fact that some
5751         values are not functions but are instead handled specially.
5752         Recognize nntp-open-plain-stream value.
5753         (nntp-open-connection): Recognize that value.
5755 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5758         stuff.
5760         * gnus-score.el (gnus-score-string): Fix calling convention of
5761         `gnus-simplify-buffer-fuzzy' after last patches.
5763         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5764         server for articles we didn't get any headers for.  This is a sanity
5765         check.
5767 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5769         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5770         new CAPABILITY, use it.
5772 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5775         downloading anything.
5777         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5779 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5781         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5782         colors.
5783         (gnus-splash-svg-color-symbols): New function.
5785 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5787         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5788         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5789         (gnus-simplify-subject-fuzzy): Use the local
5790         gnus-simplify-subject-fuzzy-regex instead of the global one.
5791         This makes using this variable in group parameters work.
5793 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5795         * gnus-registry.el (gnus-registry-unfollowed-groups):
5796         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5797         archive:sent-YYYY-MM-DD groups).
5798         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5799         tracking if there are more than `gnus-registry-max-track-groups'
5800         matches.
5802 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * message.el (message--yank-original-internal): New function to do the
5805         insertion cleanly inside eval in `message-yank-original'.
5806         (message-yank-original): Use it.
5808 2011-03-29  Julien Danjou  <julien@danjou.info>
5810         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5811         local variables disabled rather than `normal-mode'.
5813 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5815         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5816         with open-network-stream.
5817         (proto-stream-always-use-starttls): Option removed.
5818         (open-protocol-stream): Return a process object by default.  Provide a
5819         new parameter :return-list specifying a list-type return value, which
5820         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5821         :type `network' to `try-starttls', and `network-only' to `default'.
5822         Make `default' the default, for compatibility with open-network-stream.
5823         Handle the no-parameter case exactly as open-network-stream, with no
5824         additional stream processing.  Search plists using plist-get.
5825         Explicitly add :end-of-commend parameter if it is missing.
5826         (proto-stream-open-default): Rename from
5827         proto-stream-open-network-only.  Return 'default as the type.
5828         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5829         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5830         failed.  Always return a list with a (possibly dead) process as the
5831         first element, for compatibility with open-network-stream.
5832         (proto-stream-open-tls): Use plist-get.  Always return a list.
5833         (proto-stream-open-shell): Return `default' as connection type.
5834         (proto-stream-capability-open): Use plist-get.
5835         (proto-stream-eoc): Function deleted.
5837         * nnimap.el (nnimap-stream, nnimap-open-connection)
5838         (nnimap-open-connection-1): Handle renaming of :type parameter for
5839         open-protocol-stream.
5840         (nnimap-open-connection-1): Pass a :return-list parameter
5841         open-protocol-stream to obtain a list return value.  Parse this list
5842         using plist-get.
5844         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5845         for open-protocol-stream.  Accept open-protocol-stream return value
5846         that is a subprocess object instead of a list.  Handle the case of a
5847         dead returned process.
5849 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5851         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5853         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5855 2011-03-21  Julien Danjou  <julien@danjou.info>
5857         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5858         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5859         query.
5860         (mm-inline-text): Render normal text with fontification whenever
5861         possible.
5863         * gnus-sum.el (gnus-summary-save-parts-1):
5864         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5865         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5866         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5867         Use `mm-handle-filename'.
5869         * mm-util.el (mm-handle-filename): New function, return the filename of
5870         an handle.
5872 2011-03-18  Julien Danjou  <julien@danjou.info>
5874         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5875         (gnus-buffer-live-p): Check that buffer is not nil.
5877 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879         * gnus-art.el: Require mouse, which the build bot seems to say is
5880         needed.
5882         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5883         XEmacs, since it doesn't have url-retrieve-synchronously.
5885 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5887         * gnus-group.el (gnus-group-list-ticked): New function.
5888         (gnus-group-make-menu-bar): Provide a menu entry for it.
5889         (gnus-group-list-map): Provide a binding for it.
5891 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5893         * shr.el (shr-visit-file): New command.
5895         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5897 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5899         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5900         servers.
5902 2011-03-16  Julien Danjou  <julien@danjou.info>
5904         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5905         inline.
5907         * gnus-art.el (article-hide-list-identifiers):
5908         Use gnus-group-get-list-identifiers.
5910         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5911         (gnus-summary-remove-list-identifiers):
5912         Use gnus-group-get-list-identifiers to get regexp.
5913         (gnus-select-newsgroup, gnus-summary-insert-subject)
5914         (gnus-summary-insert-articles):
5915         Call gnus-summary-remove-list-identifiers unconditionally.
5917 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5920         we're selecting a group with unread articles.
5922         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5924         * gssapi.el: New file separated out from imap.el to provide a general
5925         Kerberos 5 connection facility for Emacs.
5927         * message.el (message-elide-ellipsis): Document the format spec
5928         ellipsis.
5930 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5932         * message.el (message-elide-region): Allow the ellipsis to say how many
5933         lines were removed.
5935 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5938         window configurations containing buffers that are now dead.
5940         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5941         parsing to avoid integer overflows.
5942         (nnimap-parse-flags): Simplify the last change.
5943         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5944         too large for 32-bit Emacsen.
5946 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5948         * auth-source.el (auth-source-netrc-create):
5949         * message.el (message-yank-original): Fix use of `case'.
5951 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5953         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5954         XEmacs, which was one character too wide.
5956 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5958         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5959         default number of articles to display.
5960         (gnus-articles-to-read): Use pretty names for prompt.
5962 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964         * gnus-int.el (gnus-open-server): Ditto.
5966         * gnus-start.el (gnus-activate-group): Give a backtrace if
5967         debug-on-quit is set and the user hits `C-g'.
5968         (gnus-read-active-file): Ditto.
5970         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5972 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5974         * message.el (message-yank-original): Use cond instead of CL case.
5976 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * auth-source.el (auth-source-netrc-create): Use usual format for the
5979         default in prompts.
5981 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5983         * auth-source.el (auth-source-netrc-create): Show the default in the
5984         prompt when prompting for token creation.
5986 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5988         * auth-source.el (auth-source-format-prompt): Always convert the value
5989         to a string to avoid evaluating non-string arguments.
5990         (auth-source-netrc-create): Offer default properly, not as initial
5991         content in `read-string'.
5992         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5993         of line to determine if we've been run before.  If so, don't run again,
5994         but print a trivial message to indicate the cache was hit instead.
5996 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5998         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5999         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6000         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6001         Gnus.
6003 2011-03-11  Julien Danjou  <julien@danjou.info>
6005         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6006         modified file".
6008 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6010         * auth-source.el (auth-source-read-char-choice): New function to read a
6011         character choice using `dropdown-list', `read-char-choice', or
6012         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6013         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6014         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6015         (auth-source-netrc-saver): Use it.
6016         (auth-source-pick-first-password): New convenience function.
6018 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6020         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6021         parameter in the credentials.
6022         (nnimap-open-connection-1): Use it after a successful login.
6023         (nnimap-credentials): Add IMAP-specific user and password prompt.
6025         * auth-source.el (auth-source-search): Add :require parameter, taking a
6026         list.  Document it and the :save-function return token.  Pass :require
6027         down.  Change the CREATED message from a warning to a debug statement.
6028         (auth-source-search-backends): Pass :require down.
6029         (auth-source-netrc-search): Pass :require down.
6030         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6031         Change save prompt to indicate all modifications saved here are
6032         deletions.
6033         (auth-source-netrc-create): Take user login name as default in user
6034         prompt.  Move all the save functionality to a lexically bound function
6035         under the :save-function token in the returned list.  Set up clearer
6036         default prompts for user, host, port, and secret.
6037         (auth-source-netrc-saver): New function, intended to be wrapped for
6038         :save-function.
6040 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
6042         * Version 23.3 released.
6044 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6047         lines to be spaces instead.
6049 2011-03-07  Julien Danjou  <julien@danjou.info>
6051         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6052         (sieve-sasl-auth): Check that auth-source-search did return something,
6053         or just return an empty string.
6055 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6057         * gnus.el (gnus-interactive): Use read-directory-name.
6059         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6060         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6061         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6062         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6063         Likewise.
6065         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6067 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6070         onto the list of killed groups, too.  This makes killed nnimap groups,
6071         for instance, more reliably not reappear.
6073         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6074         the parent.
6076         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6078         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6079         really have server-side marks.
6081         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6082         since most backends do not usefully have server-side marks.
6083         (gnus-update-read-articles): Propagate marks to all backends that
6084         really have server-side marks.
6086 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6088         * message.el (message-cite-reply-position, message-cite-style):
6089         New variables.
6090         (message-yank-original): Use the new citation styles.
6092 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6094         * message.el (message-options): Revert the change that's a workaround
6095         for XEmacs buffer-local issue; don't mark it buffer-local when running
6096         under XEmacs.
6098 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6100         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6101         numbers too big to be `read'.
6103 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6105         * message.el (message-options): Make buffer-local two ways to attempt
6106         to fix a XEmacs bug.
6108 2011-03-02  Julien Danjou  <julien@danjou.info>
6110         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6112 2011-03-01  Julien Danjou  <julien@danjou.info>
6114         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6115         group.
6116         (article-hide-list-identifiers): Use list-identifier group parameter.
6118 2011-02-28  Julien Danjou  <julien@danjou.info>
6120         * sieve.el (sieve-buffer-script-name): New local variable to store
6121         sieve script name.
6122         (sieve-edit-script): Store sieve script name.
6123         (sieve-upload): Use sieve script name when uploading.
6124         (sieve-upload): Use substitute-command-keys.
6125         (sieve-edit-script): Use substitute-command-keys.
6126         (sieve-refresh-scriptlist): Use substitute-command-keys.
6127         (sieve-manage-mode-map): Define keymap properly.
6128         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6129         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6130         Remove commented code about cvs.
6131         (sieve-manage-quit): New function.
6132         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6134 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6138 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6140         * auth-source.el (auth-source-search): Cache empty result sets.
6142         * auth-source.el (auth-source-save-behavior): New variable to replace
6143         `auth-source-never-create'.
6144         (auth-source-netrc-create): Use it.
6145         (auth-source-never-save): Remove.
6147 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6149         * nnimap.el (nnimap-stream): Doc fix.
6150         (nnimap-open-connection-1): Reverse the order of the ports to that the
6151         prompted-for port is first.
6153         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6154         retrieval by the no-group selection.
6156         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6157         numerical parameters.
6159 2011-02-25  Julien Danjou  <julien@danjou.info>
6161         * gnus-gravatar.el: Use gnus-with-article-buffer.
6163         * gnus-art.el (gnus-with-article-buffer): Check that the
6164         gnus-article-buffer is alive.
6166 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6168         * auth-source.el (auth-source-creation-prompts): New variable to manage
6169         creation-time prompts.
6170         (auth-source-search): Document it.
6171         (auth-source-format-prompt): Add utility function.
6172         (auth-source-netrc-create): Don't default the user name to
6173         user-login-name.  Use `auth-source-creation-prompts' and some default
6174         prompts for user, host, port, and password (the default generic prompt
6175         remains ugly).
6176         (auth-source-never-save): Add customizable option to never save info.
6177         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6178         mode excursion.
6180 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6182         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6183         argument that XEmacs doesn't support.
6185 2011-02-23  Julien Danjou  <julien@danjou.info>
6187         * gnus-art.el (article-make-date-line): Ignore errors if time is
6188         invalid and not convertible.
6189         (article-make-date-line): Only add lapsed time if time is not nil.
6191 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6193         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6194         `read-char-choice' for backwards compatibility.
6195         (auth-source-netrc-element-or-first): New function to DTRT for
6196         parameter extraction.
6197         (auth-source-netrc-create): Use it and fix multiple parameter print
6198         bug.  Use the default passed from above (given-default) or the
6199         built-in (user-login-name for :user).
6201 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6203         * gnus-start.el (gnus-dribble-read-file):
6204         Set buffer-save-without-query, since we always want to save the dribble
6205         file, probably.
6207         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6208         nnimap.
6210         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6211         -summary- since it's a user-visible variable.
6213         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6214         first time you use the new Gnus.
6216 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6218         * auth-source.el: Don't load netrc.el.
6219         (auth-sources): Search ~/.netrc as well by default.
6220         (auth-source-debug): Add 'trivia option for extra output.
6221         (auth-source-do-trivia): Use it.
6222         (auth-source-search): Simplify logic to use
6223         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6224         appropriate.  Don't keep a running count at this level.  Layer :create
6225         and :delete options appropriately on the first and second passes.
6226         Don't track the backend with the search results.
6227         (auth-source-search-backends): New function to search a list of
6228         backends for a processed spec.
6229         (auth-source-netrc-parse): Cache all netrc files, making
6230         auth-source-netrc-cache an alist keyed by the file name and using the
6231         file mtime as the caching criterion.  Keep the obfuscated data secret
6232         with a lexical bind.
6233         (auth-source-netrc-search): Don't calculate the length of the results
6234         unnecessarily.
6235         (auth-source-search-backends): Fix bug.
6236         (auth-source-netrc-create): Rework prompts.
6238 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6240         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6241         Lower case names of search constraints.
6242         (nnir-run-query): Cache and reuse search constraints for all imap
6243         servers.
6245 2011-02-22  Sam Steingold  <sds@gnu.org>
6247         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6249 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6251         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6252         after exit.
6253         (gnus-setup-message): Define missing variable from last checkin.
6255         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6256         value, show the raw article.
6258 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6260         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6261         auth-source now accepts numbers.
6263         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6264         spec, too.
6265         (auth-source-ensure-strings): New function.
6267         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6268         (gnus-article-setup-buffer): Always restart the date timer so that user
6269         changes to the frequency is respected.
6271         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6272         port numbers, so make sure it gets that if nnimap-server-port is
6273         explicit.
6275 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6277         * nnimap.el (nnimap-inbox): Doc fix.
6279 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6281         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6282         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6283         color-lab-to-srgb.
6285 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6287         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6288         given method as in the group name if we're using an extended method.
6289         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6290         command, if we're using that, instead of waiting for the beginning.
6292         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6293         we're sure to get unique server names, and we don't output two async
6294         commands in the same buffer.  This fixes an NNTP hang for some users.
6296 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6298         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6299         summary buffer before reading going to the next buffer.  This avoids
6300         putting the point in the group buffer if you `C-g' the command.
6302         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6303         cache (for now) to make ~/.authinfo.gpg files usable.
6305         * nnfolder.el (copyright-update): Define for the compiler.
6307         * auth-source.el (auth-source-search): Fix unbound variable.
6309 2011-02-19  Glenn Morris  <rgm@gnu.org>
6311         * gnus.el (gnus-meta): Doc fix.
6313 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6315         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6316         in case it's not yet loaded.
6318 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6320         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6321         line we're waiting for.
6323 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6325         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6326         face with line-width greater than zero will cause RET in gnus summary
6327         buffer to scroll down article page-wise because auto vscroll happens,
6328         it should be temporally disabled when doing a scroll-up.
6330 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6332         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6333         outputs from the server.
6335 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6337         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6338         later so that bbdb can hook in easier.
6340 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6342         * auth-source.el (auth-source-search): Don't try to create credentials
6343         if the caller doesn't want that.
6344         (auth-source-search): If we don't find a match, don't bug out on
6345         non-bound variables.
6346         (auth-source-search): Only ask a single backend to create the
6347         credentials.
6349         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6350         logging.
6351         (nnimap-credentials): Protect against auth-source-search returning nil.
6352         (nnimap-request-list): Protect against not being able to open the
6353         server.
6355 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6357         * auth-source.el (auth-source-search): Do a two-phase search, one with
6358         no :create to get the responses from all backends.
6360         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6361         when getting credentials.
6363         * gnus-util.el (gnus-delete-duplicates): New function.
6365 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6367         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6368         a creation default, pass the whole port list down.  It will be
6369         completed.
6371         * auth-source.el (auth-source-search): Update docs to talk about
6372         multiple creation choices.
6373         (auth-source-netrc-create): Accept a list as a value (from the search
6374         parameters) and do completion on that list.  Keep a separate netrc line
6375         with the password obscured for showing the user.
6377         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6378         first choice to `auth-source-search' so it will be used for entry
6379         creation instead of the server's Gnus-specific name.
6380         (nnimap-credentials): Rely on the auth-source library to select which
6381         port is actually wanted in the new netrc entry, so don't override
6382         `auth-source-creation-defaults'.
6384         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6385         :protocol and accept a missing user, host, or port as a wildcard match.
6386         (auth-source-debug): Default to off.
6388         (auth-source-netrc-search, auth-source-netrc-create)
6389         (auth-source-secrets-search, auth-source-secrets-create)
6390         (auth-source-user-or-password, auth-source-backend, auth-sources)
6391         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6392         instead of :protocol.
6394         * nnimap.el (nnimap-credentials): Pass a port default to
6395         `auth-source-search' in case an entry needs to be created.
6396         (nnimap-open-connection-1): Use :port instead of :protocol.
6398 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6400         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6401         instead of delete-dups that is not available in XEmacs 21.4.
6403 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6405         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6406         nil means that nnimap doesn't get updated.
6408 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6410         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6411         result when the user doesn't want to write to the file.
6412         (auth-source-netrc-search): Expect a synthetic result and proceed
6413         accordingly.
6414         (auth-source-cache-expiry): New variable to override
6415         `password-cache-expiry'.
6416         (auth-source-remember): Use it.
6418         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6419         parameter.  Create entry if necessary by using :create t.
6420         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6422 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6424         * auth-source.el (auth-source-debug): Enable by default and don't
6425         mention the obsolete `auth-source-hide-passwords'.
6426         (auth-source-do-warn): New function to debug unconditionally.
6427         (auth-source-do-debug): Use it.
6428         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6429         and for Secrets API entries when the secrets.el library is not
6430         available.
6432 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6434         * gnus-sum.el (gnus-propagate-marks): Default to nil.
6435         (gnus-summary-exit): Kill the correct article buffer on exit from a
6436         `C-d' group.
6438         * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6439         gnus-propagate-marks.
6441         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6442         before killing the buffers so that a non-full window conf gets handled
6443         correctly.
6444         (gnus-summary-exit): Ditto.
6445         (gnus-summary-read-group-1): Ditto.
6447         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6448         async code again so that we can debug it properly.
6450         * message.el (message-reply): Take an optional switch-buffer parameter
6451         so that Gnus window confs are respected better.
6453 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6455         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6456         `plist-get' to accept non-list parameters (XEmacs issue).
6457         Fix docstring.
6458         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6459         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6460         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6461         Login collection is "Login" and not "login".
6463 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
6465         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6466         multiple headers.
6468         * nnimap.el (nnimap-inhibit-logging): New variable.
6469         (nnimap-log-command): Don't log login commands.
6471         * auth-source.el (auth-source-netrc-search): The asserts seem to want
6472         to have more parameters.
6474         * nnimap.el (nnimap-send-command): Mark the command time for each
6475         command, so that we don't get NOOPs stepping on our toes.
6477         * gnus-art.el (article-date-ut): Get the date from the Date header on
6478         `t'.
6480 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6482         * auth-source.el (auth-source-search): Use copy-sequence instead of
6483         the cl.el copy-list.
6485 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
6487         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6488         Improve prompt.
6490 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
6492         * gnus-art.el (gnus-article-mode-line-format): Remove the article
6493         washing status from the default format.  It isn't very informative.
6495 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
6497         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6498         Fix Gcc processing on imap.
6500 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6502         * message.el (message-bury): Don't pop up a new window when selected
6503         window is dedicated.
6505 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6507         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6509 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
6511         * sieve-manage.el: Autoload `auth-source-search'.
6512         (sieve-sasl-auth): Use it.
6514 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6516         * nnimap.el: Autoload `auth-source-forget+'.
6517         (nnimap-open-connection-1): Use it if the connection fails.
6519         * auth-source.el: Require `password-cache'.
6520         (auth-source-hide-passwords, auth-source-cache): Remove and mark
6521         obsolete.
6522         (auth-source-magic): Marker for `password-cache' keys.
6523         (auth-source-do-cache): Update docstring.
6524         (auth-source-search): Use and check cache.
6525         (auth-source-forget-all-cached, auth-source-remember)
6526         (auth-source-recall, auth-source-forget, auth-source-forget+)
6527         (auth-source-specmatchp): Caching support functions.
6528         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6529         Remove and obsolete.
6530         (auth-source-user-or-password): Remove caching to further discourage
6531         using it.  Always hide passwords.
6533 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
6535         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6536         code for now, since it doesn't work for all users.
6538 2011-02-09  Julien Danjou  <julien@danjou.info>
6540         * message.el (message-options): Make message-options really buffer
6541         local.
6543 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
6545         * mail-source.el: Autoload `auth-source-search'.
6546         (mail-source-keyword-map): Note order matters.
6547         (mail-source-set-1): Get all the mail-source source values and
6548         defaults and search auth-source on those if needed.  This can all
6549         probably be simplified.
6551         * nnimap.el: Autoload `auth-source-search'.
6552         (nnimap-credentials): Use it.
6553         (nnimap-open-connection-1): Ask for the virtual server and physical
6554         address in one shot.
6556         * nntp.el: Autoload `auth-source-search'.
6557         (nntp-send-authinfo): Use it.  Note TODO.
6559 2011-02-08  Julien Danjou  <julien@danjou.info>
6561         * shr.el (shr-tag-body): Add support for text attribute in body
6562         markups.
6564         * message.el (message-options): Make message-options a local variable.
6566 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
6568         * auth-source.el (auth-source-secrets-search)
6569         (auth-source-user-or-password): Use `append' instead of `nconc'.
6570         (auth-source-user-or-password): Build return list better and protect
6571         against nil :secret.
6573 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
6575         * nnimap.el (nnimap-update-info): Refactor slightly.
6576         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6577         (nnimap-update-info): Clean up slightly.
6578         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6579         characters.
6580         (nnimap-process-quirk): Rename function to avoid collision.
6581         (nnimap-update-info): Fix macrology bug-out.
6582         (nnimap-update-info): Simplify split history test.
6584 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6586         * auth-source.el (top): Require 'eieio unconditionally.
6587         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6588         (auth-source-secrets-search): Limit search when `max' is greater than
6589         number of results.
6591 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6593         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6594         part not returning any data.
6596         * proto-stream.el (open-protocol-stream): Document the return value.
6598 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6600         * auth-source.el (auth-source-secrets-search): Add examples.
6602 2011-02-06  Julien Danjou  <julien@danjou.info>
6604         * message.el (message-setup-1): Handle message-generate-headers-first
6605         set to t.
6607 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6609         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6610         API with a string "secrets:collection-name" and with 'default.
6611         (auth-source-backend-parse): Parse "secrets:collection-name" and
6612         'default.  Recurse on parses instead of repeating code.  Use the
6613         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6614         message when ignoring a source.
6615         (auth-source-search): List ignored search keys at the top level.
6616         (auth-source-netrc-create): Use `case' instead of `cond'.
6617         (auth-source-secrets-search): Created with TODOs.
6618         (auth-source-secrets-create): Created with TODOs.
6619         (auth-source-retrieve, auth-source-create, auth-source-delete)
6620         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6621         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6622         (auth-source-user-or-password-sftp)
6623         (auth-source-user-or-password-smtp): Remove.
6624         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6625         around `auth-source-search'.  Not tested thoroughly.
6627 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6629         * auth-source.el: Bring in assoc and eioeio libraries.
6630         (secrets-enabled): New variable to track the status of the Secrets API.
6631         (auth-source-backend): New EIOEIO class to represent a backend.
6632         (auth-source-creation-defaults): New variable to set prompt defaults
6633         during token creation (see the `auth-source-search' docstring for
6634         details).
6635         (auth-sources): Simplify to allow a simple string as a netrc backend
6636         spec.
6637         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6638         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6639         (auth-source-search): Main auth-source API entry point.
6640         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6641         (auth-source-search-collection): Helper function for searching.
6642         (auth-source-netrc-parse, auth-source-netrc-normalize)
6643         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6644         Supports search, create, and delete.
6645         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6646         backend stubs.
6647         (auth-source-user-or-password): Call `auth-source-search' but it's not
6648         ready yet.
6650 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6652         * message.el (message-setup-1): Remove the read-only stuff, since it
6653         doesn't work under XEmacs, for some reason.
6655         * gnus-sum.el (gnus-user-date): Rename back from
6656         gnus-summary-user-date since user code refers to it.
6658         * shr.el (shr-render-td): Store the actual background color used.
6660         * message.el (message-setup-1): Don't bind the constant
6661         -forbidden-properties.
6662         (message-setup-1): Revert previous change, since it needs to bind the
6663         props to insert them.
6664         (message-resend): Allow removing the read-only separator line.
6666 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6668         * nnimap.el (nnimap-request-accept-article): Give an error message if
6669         the APPEND wasn't successful.
6671 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6673         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6674         that have no groups.
6676 2011-02-03  Julien Danjou  <julien@danjou.info>
6678         * gnus-draft.el: Remove progn around gnus-draft-setup.
6680 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6682         * gnus-start.el (gnus-read-active-for-groups): This function is never
6683         called with a nil `infos', so clean that up.
6684         (gnus-get-unread-articles): Request active files from primary/secondary
6685         methods that have no groups (yet).
6687 2011-02-03  Julien Danjou  <julien@danjou.info>
6689         * message.el (message-setup-1): Always generate References first.
6690         (message-mail): Return the return value of message-setup, not always t.
6691         (message-setup-1): Insert mail-header-separator with read-only and
6692         intangible properties set.
6694         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6695         user-date in docstring.
6697         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6699         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6700         docstring.
6702         * gnus.el (gnus-user-date-format-alist): Change default value.
6703         Use defcustom, with type and group.  Move from gnus-util.el.
6704         Rename to gnus-summary-user-date-format-alist.
6706 2011-02-03  Glenn Morris  <rgm@gnu.org>
6708         * nnimap.el (gnus-fetch-headers): Declare.
6710         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6712 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6714         * message.el (message-forward-make-body-digest-plain)
6715         (message-followup, message-reply): Clean up things noted by Stefan.
6717         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6718         gnus-article-update-date-headers is nil.
6719         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6720         it didn't really work with defcustom.
6721         (article-update-date-lapsed): Make sure the window start doesn't move,
6722         either.
6724 2011-02-01  Julien Danjou  <julien@danjou.info>
6726         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6727         format.
6729         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6730         standard in Emacs nowadays.
6732 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6734         * message.el (message-expand-name): Don't trust the return value of
6735         bbdb-complete-name.
6736         (message-check-news-header-syntax): Remove unused var `start'.
6737         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6738         (message-inhibit-body-encoding): Move to before first use.
6739         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6740         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6741         (Organization, Message-ID, Date, mh-previous-window-config):
6742         Defvar the vars using dynamic scoping.
6744 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6746         * shr.el (shr-render-td): Only do colors at the final rendering.
6747         Should be slightly faster.
6748         (shr-insert-table): Fix up TD background colors when doing the
6749         vertical padding.
6751         * gnus-art.el (article-date-ut): Protect against articles with no Date
6752         header.
6753         (article-update-date-lapsed): Don't use current-column to find the
6754         horizontal position.  It's fragile in the presence of \003 characters.
6756         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6758 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6760         * gnus-art.el (article-transform-date): Rewrite to still work when
6761         there are several rfc2822 parts.
6762         (article-transform-date): Fix infinite recursion.
6763         (article-date-ut): Replace infinitely many Date headers with a single
6764         one when called interactively.
6766         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6767         secure manner.
6769         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6770         move around by not using save-window-excursion.  It seems to work...
6772 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6774         * gnus-art.el (article-make-date-line): Work for user-defined format.
6776 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6778         * nntp.el (nntp-retrieve-group-data-early)
6779         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6780         fetching functions.
6782         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6783         thoroughly for all backends that have no known groups.  This should
6784         allow new nnml methods to retrieve mail.
6786         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6787         that Gnus doesn't know exists again.
6789         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6790         (gnus-treat-date-ut): Ditto.
6791         (gnus-article-update-date-header): Rename.
6792         (gnus-treat-date-local): Remove.
6793         (gnus-treat-date-english): Remove.
6794         (gnus-treat-date-lapsed): Remove.
6795         (gnus-treat-date-combined-lapsed): Remove.
6796         (gnus-treat-date-original): Remove.
6797         (gnus-treat-date-iso8601): Remove.
6798         (gnus-treat-date-user-defined): Remove.
6799         (gnus-article-date-headers): New variable to control all the date
6800         header options.
6801         (article-date-ut): Rewrite to allow using the new way to format date
6802         headers(s).
6804 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6806         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6807         method.
6808         (nnmail-article-group): A better test for fanciness.
6810         * nnimap.el (nnimap-request-head): Protect against not finding the
6811         article by Message-ID.
6813 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6815         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6816         keep point at the "same place".
6818 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6820         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6821         data if the group is inactive.
6823 2011-01-28  Julien Danjou  <julien@danjou.info>
6825         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6826         (gnus-all-windows-visible-p): Remove old compatibility code.
6827         (gnus-window-top-edge): Add docstring.
6829         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6831 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6833         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6834         older request-update-info.
6836         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6838 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6840         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6841         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6843 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6845         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6846         groups.  This makes the nndraft:queue group pop up if it's not already
6847         there.
6849         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6850         messages" logic, which was reversed.
6852         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6853         the "same place" even if point is on the line being replaced.
6854         (article-update-date-lapsed): Allow updating both the combined lapsed
6855         and the lapsed headers.
6856         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6857         (article-make-date-line): Limit the number of segments dynamically to
6858         avoid too-long lines.
6860 2011-01-27  Julien Danjou  <julien@danjou.info>
6862         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6863         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6865 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6867         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6868         Use plist-get instead of the cl function getf.
6870 2011-01-27  Glenn Morris  <rgm@gnu.org>
6872         * gnus-util.el (float-time): Get rid of compiler warning, again.
6874 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6876         * shr.el (shr-put-color): Special-case background colors: Do put them
6877         at the blank parts at the front of the lines.
6879         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6880         exit hook to nix out all data on readedness on group exit.
6882         * gnus-util.el (float-time): If float-time is bound, always use it on
6883         all Emacsen.  It's unclear why the subrp check was there.
6884         (time-date): Require to make some autoload issues on XEmacs go away.
6886         * shr.el (shr-put-color): Don't do the box padding in tables, since
6887         they're already padded.
6889 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6891         * gnus-art.el (gnus-article-next-page): When the last line of the
6892         article is displayed, scroll down once more instead of going to the
6893         next article at once.
6894         (article-lapsed-string): Refactor out and allow specifying how many
6895         segments you want.
6896         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6897         (gnus-article-update-lapsed-header): New variable.
6899         * shr.el: Revert change that made headings use different-sized faces.
6900         The Emacs display engine isn't advanced enough that, for instance,
6901         tables can comfortably use differently-sized faces.
6903 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6905         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6906         used.
6907         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6908         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6909         we're using an encrypted connection.
6911         * proto-stream.el: Alter the interface functions to also return the
6912         actual stream type used: network or TLS.
6914 2011-01-25  Julien Danjou  <julien@danjou.info>
6916         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6917         (mm-display-javascript-inline): New function.
6919         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6920         viewing function.
6922 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6924         * shr.el (shr-expand-newlines): Fix variable name.
6926 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6928         * shr.el (shr-expand-newlines): Make nested boxes work.
6930 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6932         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6933         backgrounds.
6934         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6935         in a more sensible manner.
6937 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6939         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6940         if EPG is loaded.
6942 2011-01-24  Julien Danjou  <julien@danjou.info>
6944         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6945         tags.
6947 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6949         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6950         commands.
6952         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6953         in the article buffer.
6954         (gnus-gravatar-insert): Use blank space from the current buffer to
6955         avoid breaking text properties.  This makes X-Sent updating work again.
6957         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6959 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6961         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6962         fix the bug in url-http.el instead.
6964         * shr.el (shr-image-fetched): Ditto.
6966         * shr.el (shr-image-fetched): Avoid having point move in the article
6967         buffer.
6969         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6970         buffer after being called.  It's apparently being killed by url.el, and
6971         killing it made point move to end-of-buffer in a random buffer.
6973         * shr.el (shr-image-fetched): Ditto.
6975 2011-01-23  Julien Danjou  <julien@danjou.info>
6977         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6979         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6980         text/x-org.
6982 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6984         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6985         (i.e., nnimap) returning nil as the article number.
6987 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6989         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6990         "DelSp" parameter in RFC3676.
6992 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6994         * message.el (message-check-recipients): Display the encoded version of
6995         the bogus address if they differ.
6997         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6998         after sending.
7000         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7002         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7004         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7005         group buffer after sending the queue.
7007         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7009 2011-01-22  Julien Danjou  <julien@danjou.info>
7011         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7013 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7015         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7016         nested related parts.
7018         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7019         unexpired articles.  This fixes the regression that led expiry marks to
7020         disappear from nnfolder groups.
7022 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7024         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7025         Don't confuse the "ret" of "retrograde" with RET.
7027 2011-01-21  Julien Danjou  <julien@danjou.info>
7029         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7030         than mm-insert-inline.
7032 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7034         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7035         Widen article buffer.
7037 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7039         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7040         the temp buffer.
7041         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7043 2011-01-20  Julien Danjou  <julien@danjou.info>
7045         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7047         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7048         than mm-insert-inline to insert inline part: this respect
7049         mm-inline-media-tests displayers.
7051         * mm-view.el (mm-display-shell-script-inline): New function.
7053         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7055         * mm-uu.el (mm-uu-type-alist): Add org block.
7056         (mm-uu-org-src-code-block-extract): New function.
7058         * mm-view.el (mm-display-org-inline): New function.
7060         * mm-decode.el (mm-automatic-display): Add text/org.
7062         * mailcap.el (mailcap-mime-extensions): Add .org.
7064 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7066         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7067         gnus-article-add-buttons.
7069 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7071         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7072         From header with a date and "nobody" as the sender.
7074 2011-01-19  Julien Danjou  <julien@danjou.info>
7076         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7077         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7078         if you have the same regexp several times.
7079         (gnus-button-push): Fix matching when regexp is symbol.
7081 2011-01-15  Glenn Morris  <rgm@gnu.org>
7083         * message.el (message-mail): A compose-mail function should
7084         accept headers as strings.
7086 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7088         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7089         Add :vert-only tags.
7090         (message-mail): New arg RETURN-ACTION.
7091         (message-return-action): New var.
7092         (message-bury): Use it.
7093         (message-mode): Make it buffer-local.
7094         (message-send-and-exit): Always call message-bury.
7096         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7097         message-mail.
7099 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101         * nnimap.el (nnimap-convert-partial-article): Protect against
7102         zero-length body parts.
7104         * mm-decode.el (mm-preferred-alternative-precedence):
7105         Discourage showing empty parts.
7107         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7108         and stuff if the backend didn't return the article number.  This fixes
7109         an Exchange-related nnimap bug.
7111         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7112         group window, because it does the wrong thing when a separate frame
7113         displays the group buffer.
7115         * proto-stream.el (open-protocol-stream): Protect against the low-level
7116         transport functions returning nil.
7118 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7120         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7121         (mml2015-epg-find-usable-secret-key): New function.
7122         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7123         mml2015-epg-find-usable-key (Bug#7797).
7124         (mml2015-epg-encrypt): Ditto.
7126 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7130 2011-01-03  Glenn Morris  <rgm@gnu.org>
7132         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7134         * sieve.el (sieve-open-server): Give a more explicit error if
7135         sieve-manage-open returns nil.  (Bug#7720)
7137 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7139         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7141 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7144         This avoids sending passwords in plain text over non-encrypted
7145         channels.
7147         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7149         * nnimap.el (nnimap-login): Refactored out into own function, and
7150         implement CRAM-MD5.
7151         (nnimap-wait-for-line): Refactored out.
7153         * mm-view.el (mml-smime): Require.
7155 2010-12-20  David Engster  <deng@eml.cc>
7157         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7158         use EPG to decrypt S/MIME messages instead of openssl.
7160 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7162         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7164         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7165         status is the group clearly is unreachable.
7167         * auth-source.el (auth-source-create): Add the optional second
7168         parameter to `local-variable-p' to be compatible with XEmacs.
7170 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7172         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7173         work when using a compressed nnml folder.
7175 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7178         backends after sanitising on entry, because this never makes sense:
7179         If the articles have gone missing, then the data no longer exists on
7180         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7181         overwrite anything anyway.
7183         * shr.el (shr-insert-document): Bind shr-width dynamically to
7184         window-width if it's nil.
7186 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7188         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7189         with the meaning of using the full emacs window width for rendering.
7191 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7193         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7194         case when sender is not given.
7196 2010-12-23  Julien Danjou  <julien@danjou.info>
7198         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7199         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7200         the addresses, otherwise we might misplaced the gravatar.
7202 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7204         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7205         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7206         obsolete in Emacs.
7208 2010-12-20  Julien Danjou  <julien@danjou.info>
7210         * gnus-util.el (gnus-rescale-image): Revert last change.
7212 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214         * gnus-group.el (gnus-group-delete-articles): New command.
7216 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7218         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7220 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7223         here, since it's up to the backends to do CRLF removal if their
7224         protocol has it.
7226         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7228 2010-12-17  Julien Danjou  <julien@danjou.info>
7230         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7231         they are from file.  Can also scale up.
7233 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7235         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7236         Restore gnus-use-agent.
7237         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7239         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7241 2010-12-17  Julien Danjou  <julien@danjou.info>
7243         * gravatar.el (gravatar-retrieve-synchronously): New function.
7244         (gravatar-get-data): Make more robust.
7246 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7248         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7249         to really consider the last line.
7251 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7253         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7254         list of recipient keys, or use symmetric encryption if not a list.
7255         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7256         EPA override, replacing the call to `netrc-store-data'.
7258 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7260         * gnus-srvr.el: Avoid passing nil regexp argument to
7261         delete-matching-lines.
7263 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7266         fetching stops when Gnus exits.
7268         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7269         function.
7270         (nnfolder-request-expire-articles): Save all the buffers after doing
7271         expiry.
7273         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7274         the last article", since that led to serious performance regressions
7275         when expiring nnml groups.
7277 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7279         * nnir.el: Improve customizations.
7281 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7285         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7286         group has been killed.
7287         (gnus-group-yank-group): Ditto.
7289         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7291         * nnimap.el (nnimap-request-update-group-status): New function.
7293         * gnus-int.el (gnus-request-update-group-status): New interface
7294         function.
7296         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7297         copying read-ness to the backends.
7299         * nnimap.el (nnimap-quirk): New function.
7300         (nnimap-retrieve-group-data-early): Use it.
7301         (nnimap-quirks): New alist.
7303 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7305         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7306         don't delete it within indentation.
7308 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7311         previous line.
7313 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7316         QRESYNC command by deleting a superfluous space which broke Cyrus
7317         servers.  This change will break other servers that are buggy the other
7318         way around.
7320 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7322         * spam.el: Reindent and fix long lines.
7323         (spam-copy-or-move-routine): Exclude invalid move destinations.
7325 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7327         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7328         installed the registry.
7330 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7332         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7333         groupname doesn't contain "gmane".
7335 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7338         (gnus-1): Don't create the nndrafts group twice.
7339         (gnus-setup-news): There's no need to read the active file here, since
7340         that's done again later on a per-backend basis.
7341         (gnus-start-draft-setup): Make sure that the new group is started out
7342         empty.
7344         * gnus-agent.el (gnus-agentize): Don't create the queue group
7345         automatically on startup.  It'll be created later, if needed.
7347         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7348         of automatically subscribed groups.
7349         (gnus-auto-subscribed-categories): New variable.
7350         (gnus-matches-options-n): Use it.
7351         (gnus-default-subscribed-newsgroups): Remove unused variable.
7352         (gnus-start-draft-setup): Message a bit less.
7354 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7356         * nnir.el (nnir-run-imap): Return article list in order of increasing
7357         UID.
7359 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361         * gnus-sum.el (gnus-summary-enter-digest-group):
7362         Mention gnus-auto-select-on-ephemeral-exit.
7364         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7365         convention of the network-only option.
7367 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369         * proto-stream.el (proto-stream-open-network-only): New function to
7370         have a way to specify non-STARTTLS upgrade connections.
7372 2010-12-10  Julien Danjou  <julien@danjou.info>
7374         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7375         email address is nil.
7377         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7379 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7381         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7382         deletion.
7383         (nnir-run-imap): Only need to parse list once.
7385 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7387         * shr.el (shr-tag-script): Ignore <script>.
7388         (shr-tag-label): Add <label> support.
7390 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7392         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7394         * shr.el (shr-image-displayer): Work for images lined side by side.
7396 2010-12-08  Robert Pluim  <rpluim@gmail.com>
7398         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7399         parameter, since XEmacs doesn't accept t as a parameter.
7401 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
7403         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7404         ids.
7405         (nnir-run-gmane): Simplify groupspec formatting.
7406         (nnir-request-expire-articles): New function.
7408 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7411         overflow, possibly.
7413         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7414         (shr-render-td): Handle td style="" better.
7415         (shr-tag-table): Use the color from the style sheet.
7416         (shr-render-td): Make sure we copy over all the overlays, too.
7418 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
7420         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7421         (nnir-request-article): Improve article retrieval.
7423 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7425         * mm-util.el (mm-extra-numeric-entities): New variable.
7427         * mm-url.el (mm-url-decode-entities):
7428         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7430 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * message.el: Use completion-at-point.
7433         (message-completion-function): New fun, extracted from message-tab.
7434         (message-mode): Use it for completion-at-point-functions.
7435         (message-tab): Use it and completion-at-point.
7437 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7439         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7440         character if a non-breakable character follows.
7442 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7445         any stream.
7447         * shr.el (shr-tag-font): Colorize the region.
7448         (shr-tag-body): Ditto.
7449         (shr-tag-font): Actually let the styles be inherited instead of
7450         overwriting them.
7451         (shr-tag-font): Get the background color right.
7452         (shr-tag-style): Ignore all <style> tags for the moment.
7454         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7455         a Message-ID to avoid having nnimap depend on gnus-sum.
7457         * shr.el (shr-descend): Only colorize something if we have a node that
7458         sets colors.
7460 2010-12-06  Julien Danjou  <julien@danjou.info>
7462         * shr.el (shr-render-td): Render td content with shr-descend, so style
7463         will be applied to <td> too.
7464         (shr-colorize-region): Colorize region even if we only have a background.
7465         (shr-tag-body): Fix color and background color inheritance.
7466         Do not recolorize after shr-generic.
7467         (shr-tag-font): Let shr-generic colorize via inheritance.
7469 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7471         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7473 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
7475         * nnir.el (nnir-request-move-article): Remove obsolete code.
7477 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7479         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7481 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483         * gnus-sum.el (gnus-summary-respool-article): The completion function
7484         expects a list instead of an alist.
7486         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7487         string as the parameter.
7489         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7491         * shr.el (shr-stylesheet): New dynamic variable for cascading the
7492         styles.
7493         (shr-colorize-region): New function.
7494         (shr-insert-background-overlay): Remove.
7495         (shr-render-td): Background setting should be taken care of on a higher
7496         level.
7497         (shr-tag-body): Use post-hoc colorizations.
7498         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7499         (shr-put-color-1): Don't overwrite old colors.
7500         (shr-colorize-region): When the background color isn't explicit, use
7501         a fixed background.
7503         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7504         nnmail variables.
7506 2010-12-05  Bjørn Mork  <bjorn@mork.no>
7508         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7509         unless necessary.
7511 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
7513         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7514         server.
7516 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7519         so that TAB works.
7521         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7522         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7524         * shr.el (shr-urlify): Show the URL before the title to avoid
7525         misleading URLs.
7527 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
7529         * shr.el (shr-urlify): Display the title in <a> tags.
7531 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
7533         * nnir.el (nnir-categorize): Replace mapcar with mapc.
7535 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
7537         * nnir.el: Rearrange code to allow macros to be autoloaded by
7538         gnus-sum.el.
7539         (nnir-retrieve-headers-override-function): Make this variable
7540         customizable.
7541         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7543         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7544         from nnir.el.
7546 2010-12-03  Julien Danjou  <julien@danjou.info>
7548         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7550 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7552         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7553         allow optional argument `environment'.
7555 2010-12-03  Glenn Morris  <rgm@gnu.org>
7557         * mm-extern.el (message-goto-body): Update declaration.
7559 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7561         * gnus-util.el (gnus-macroexpand-all): New function.
7563         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7564         instead of macroexpand-all that is unavailable in XEmacs.
7566 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
7568         * nnir.el (nnir-summary-line-format): New variable.
7569         (nnir-mode): Use it.
7570         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7571         (nnir-article-ids): Reimplement as defsubst.
7572         (nnir-retrieve-headers): Don't mangle the subject header.
7573         (nnir-run-imap): Use 100 as RSV score.
7574         (nnir-run-find-grep): Fix for full server searching.
7575         (nnir-run-gmane): Better restriction to gmane groups.
7577         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7578         summary buffers.
7580 2010-12-02  Julien Danjou  <julien@danjou.info>
7582         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7584         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7586         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7587         support.
7589 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7591         * nnir.el: Update to handle the registry better.
7592         (autoload): Silence byte-compiler.
7593         (nnir-open-server): Add a hook for nnir groups.
7594         (nnir-request-move-article): Don't mangle the header.  Better to use
7595         formatting variables (which will be added in the future).
7596         (nnir-registry-action): Update the registry using the original article
7597         group name.
7598         (nnir-mode): Install nnir-specific hooks for updating the registry.
7600         * gnus-sum.el
7601         (gnus-article-original-subject, gnus-newsgroup-original-name):
7602         Remove obsolete variables.
7603         (gnus-summary-move-article): Remove use of obsolete variables.
7604         (gnus-summary-local-variables): Make move and delete hooks local to
7605         summary buffers.
7607 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609         * rtree.el: New file.
7611 2010-12-01  Julien Danjou  <julien@danjou.info>
7613         * message.el (message-user-organization): Do not use
7614         gnus-local-organization.
7616         * gnus.el: Remove gnus-local-organization.
7618         * gnus-msg.el: Remove nastygram thing.
7620 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7622         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7623         funcall.
7625 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7627         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7628         names.
7630         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7631         characters.
7633         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7634         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7635         Suggested by Štěpán Němec <stepnem@gmail.com>.
7636         (gnus-gravatar-transform-address): Use mail-extract-address-components
7637         that supports non-ASCII names rather than mail-header-parse-addresses.
7639 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7642         handled by the network handler.
7644 2010-11-30  Julien Danjou  <julien@danjou.info>
7646         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7647         (nnimap-open-connection-1): Fix PREAUTH.
7649         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7651 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7653         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7654         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7655         (shr-insert): Use them.
7656         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7658 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7660         * nnir.el (nnir-request-move-article): Bail out if original group
7661         doesn't support article moves.
7662         (nnir-get-active): Improve active list retrieval.
7664 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7666         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7668 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7670         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7671         seem to accept strings-with-numbers as port numbers.
7673 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7675         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7676         change the registry.
7678 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7680         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7681         delete-dups that is not available in XEmacs 21.4.
7683         * mm-util.el (mm-delete-duplicates): Add comment.
7685 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7687         * nnir.el (nnir-ignored-newsgroups): New variable.
7688         (nnir-get-active): Use it.
7690 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692         * proto-stream.el (proto-stream-open-network): Add some comments.
7694         * nntp.el (nntp-open-connection): Provide a :success condition.
7696         * nnimap.el (nnimap-open-connection-1): Ditto.
7698         * proto-stream.el (proto-stream-open-network): See what the response to
7699         the STARTTLS command is.
7701         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7702         backwards compatibility).
7703         (nnimap-open-connection-1): Really respect nnimap-server-port.
7705         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7706         TLS upgrades we don't really care about the identity of the peer.
7707         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7708         that what we've checked for.
7709         (proto-stream-always-use-starttls): Only default to t if
7710         open-gnutls-stream exists.
7711         (proto-stream-open-network): If STARTTLS failed, then just open a
7712         normal connection.
7713         (proto-stream-open-network): Wait until the greeting before doing
7714         STARTTLS.
7716         * nntp.el (nntp-open-connection): Report what the connection error is.
7718         * proto-stream.el (open-protocol-stream): Rename from
7719         open-proto-stream.
7721 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723         * nnimap.el (nnimap-stream): Change default to `undecided'.
7724         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7725         first, and then network.
7726         (nnimap-open-connection-1): Respect nnimap-server-port.
7727         (nnimap-open-connection): Be more backwards-compatible.
7729         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7730         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7731         (proto-stream-open-starttls): Folded back into the main function.
7732         (proto-stream-open-network): Fix typo in the GnuTLS path.
7733         (proto-stream-command): Refactor out.
7735         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7737         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7738         starttls.el STARTTLS.
7740         * color.el (color-lab->srgb): Fix function call name.
7742         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7743         if we're using tls.el.
7744         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7745         built in, then don't try to establish a STARTTLS connection.
7747         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7748         servers.
7750         * proto-stream.el (open-proto-stream): Use network, not stream.
7751         (open-proto-stream): Add a way to specify what the end of a command is.
7753         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7754         connections types.
7755         (nntp-open-network-stream): Remove.
7756         (nntp-open-ssl-stream): Remove.
7757         (nntp-open-tls-stream): Remove.
7758         (nntp-ssl-program): Remove.
7760         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7762 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7764         * nnir.el: Fix typos.
7765         (nnir-retrieve-headers-override-function): Rename variable to reflect
7766         new semantics.
7767         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7768         macros.
7769         (nnir-request-article, nnir-request-move-article): Use them.
7770         (nnir-categorize): New function.
7771         (nnir-run-query): Use it.
7772         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7773         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7774         sorted.
7775         (nnir-group-full-name): Use gnus-group-full-name instead.
7776         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7777         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7779 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7783         * proto-stream.el: New library to provide protocol-specific
7784         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7785         protocols.
7786         (open-proto-stream): Complete the documentation.
7787         (proto-stream-open-network): Fix some typos.
7789         * nnimap.el (nnimap-open-connection): Use it.
7791 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7793         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7794         negotiation.
7796 2010-11-26  Julien Danjou  <julien@danjou.info>
7798         * color.el: Rename various rgb functions to srgb.
7800 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7803         names.
7805 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7807         * shr.el (shr-insert): Revert last change.
7808         (shr-find-fill-point): Never leave point being at bol;
7809         relax the kinsoku limitation when rendering tables.
7811 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7813         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7814         results from -accept-article.
7816         * shr-color.el: Require cl when compiling.
7818         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7819         checkin.
7821         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7823         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7825         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7826         'add and 'delete to set backend marks.
7828         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7830         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7832         * nntp.el (nntp-request-set-mark): Use it.
7834         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7836         * nnml.el (nnml-request-set-mark): Ditto.
7838         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7839         introduces regressions in article selection.
7840         (nnimap-find-uid-response): New function.
7841         (nnimap-request-accept-article): Use the UID returned, if any.
7842         (nnimap-request-move-article): Use the UID returned, if any.
7843         (nnimap-get-groups): Reimplement to work with folded lines.
7844         (nnimap-find-uid-response): The UID is the last element in the list.
7845         (nnimap-request-set-mark): Extend syntax with 'set.
7847         * nnml.el (nnml-request-set-mark): Ditto.
7849         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7851         * nntp.el (nntp-request-set-mark): Ditto.
7853 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7855         * message.el (message-called-interactively-p): A temporary macro.
7856         (message-goto-body): Use it temporarily.
7858 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7860         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7861         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7862         (nnimap-last-response-string): Fix last unfolding fix.
7864 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7866         * shr.el (shr-insert): Fix the way to fold lines.
7868 2010-11-25  Julien Danjou  <julien@danjou.info>
7870         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7872         * color.el: Rename from color-lab.el
7873         (color-rgb->hex): Add.
7874         (color-complement): Add.
7875         (color-complement-hex): Add.
7877         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7879 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881         * shr-color.el (shr-color-visible): Don't bug out if the color names
7882         don't exist.
7884 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7886         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7887         assuming that article displaying or another mml-preview may be
7888         interrupted for an error or for the like.
7890         * shr.el (shr-get-background): Fix argument name.
7892 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7896         * gnus-sum.el (gnus-summary-include-articles): New function.
7898         * message.el (message-goto-body): called-interactively-p needs a
7899         parameter, so use `any'.
7901         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7902         clear marks before moving, since they're synced from the Gnus side
7903         first.
7905         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7906         (gnus-summary-move-article): Copy over all marks before moving, so that
7907         IMAP doesn't think a new article has arrived.
7909 2010-11-24  Julien Danjou  <julien@danjou.info>
7911         * shr.el (shr-insert-background-overlay): Fix typo.
7912         (shr-render-td): Copy the background before rendering.
7914         * shr-color.el (shr-color-visible): Fix docstring.
7916         * shr.el (shr-tag-table): Add bgcolor support.
7917         (shr-render-td): Add bgcolor support.
7918         (shr-get-background): Add.
7919         (shr-insert-foreground-overlay): Use shr-get-background.
7921         * message.el (message-goto-body): Use called-interactively-p.
7922         (message-in-body-p): message-goto-body returns point.
7924 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7927         Fixes something or other in Emacs 23, and is backwards compatible.
7929         * message.el (message-goto-body): Remove the <#secure special-casing,
7930         which is too special.
7932         * shr.el (shr-parse-style): Drop !important from styles.
7934 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7936         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7937         this function to return incorrect results when calling it with an
7938         explicit article argument different from
7939         (gnus-summary-article-number).
7941 2010-11-24  Julien Danjou  <julien@danjou.info>
7943         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7944         (shr-tag-body): Add background support.
7945         (shr-descend): Add background support.
7946         (shr-tag-title): Add.
7948         * shr-color.el (shr-color-visible): Really return original background
7949         if fixed.
7951 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7953         * shr.el (shr-color-check): Protect against non-existent color names.
7955 2010-11-24  Julien Danjou  <julien@danjou.info>
7957         * color-lab.el: Require 'cl when compiling.
7959         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7961         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7962         matched part.
7964         * color-lab.el: Fix all expt calls to use float type.
7966 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7968         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7969         expression to shr-color-check as is.
7971         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7973         * color-lab.el: Add coding cookie.
7974         (float-pi): Use eval-and-compile.
7976 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7978         * shr.el (shr-insert-color-overlay): Split stuff like
7979         "#444444 !important" to find the real color.
7980         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7981         parse <font color="red"> entries.
7983 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7985         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7986         point when parsing headers.
7988         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7989         is positioned properly when parsing headers.
7991 2010-11-23  Julien Danjou  <julien@danjou.info>
7993         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7995         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7997         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7999         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8000         Use shr-color-hue-to-rgb.
8001         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8003 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005         * shr.el (shr-color->hexadecimal): Autoload.
8006         (shr-descend): Add color to all tags.
8008 2010-11-22  Julien Danjou  <julien@danjou.info>
8010         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8011         shr-color->hexadecimal.
8013         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8014         RGB() or HSL() color representation.
8016         * shr.el (shr-tag-font): Add.
8017         (shr-tag-color-check): New function to get better colors.
8018         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8019         tag-span.
8021         * shr-color.el: New file.
8023         * color-lab.el: New file.
8025         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8027 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8029         * nnir.el: Fix typo in comments.
8030         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8031         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8033 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8037         * nnimap.el (nnimap-get-capabilities): Refactor out.
8038         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8040 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8042         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8043         appearing when `mm-uu-hide-markers' is nil.
8045 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047         * nnimap.el (nnimap-unselect-group): Make into its own function.
8048         (nnimap-request-rename-group): Unselect group before renaming.
8049         This had gotten lost somewhere.
8050         (nnimap-request-accept-article): Keep track of examined groups, and
8051         unselect the group before APPENDing to read-only groups.
8052         (nnimap-request-move-article): Clear flags before moving so that they
8053         can be re-set later.
8055 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8057         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8058         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8060 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8062         * gnus-art.el (gnus-mime-display-single):
8063         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8064         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8065         parameter.
8067 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8070         (shr-table-vertical-line): New variable.
8071         (shr-insert-table): Use it.
8073 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8075         * gnus-html.el (gnus-html-wash-images): Don't display images if
8076         gnus-inhibit-images is non-nil; register displayer for cid images.
8077         (gnus-html-display-image): Work for cid image.
8078         (gnus-html-insert-image): Allow arguments.
8079         (gnus-html-put-image): Inhibit read-only.
8080         (gnus-html-prefetch-images): Don't prefetch images if
8081         gnus-inhibit-images is non-nil.
8083 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8085         * shr.el (shr-put-image): Break lines when inserting big pictures.
8087 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8089         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8090         sender, thanks Katsumi Yamaoka.
8092 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8094         * nnir.el (nnir-run-imap): Reverse the article list for each group
8095         rather than the whole list.
8097 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8099         * shr.el (shr-image-displayer): Protect function against non-existent
8100         image source.
8102         * gnus-art.el (gnus-inhibit-images): New user option.
8103         (gnus-mime-display-single): Don't display image if it is non-nil.
8105         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8106         gnus-inhibit-images.
8108         * shr.el (shr-image-displayer): New function.
8109         (shr-tag-img): Use it.
8111 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8113         * mml2015.el (mml2015-epg-sign): Use From header.
8115 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8117         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8119         * gnus-util.el (gnus-find-text-property-region): Return markers.
8121         * shr.el (shr-tag-img): Put a displayer in the text property.
8123         * gnus-util.el (gnus-find-text-property-region): New utility function.
8125         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8126         (gnus-html-show-images): Remove.
8128         * gnus-art.el (gnus-article-show-images): New, more general function.
8130         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8131         image url text properties.
8133         * shr.el: Ditto.
8135         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8136         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8138 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8140         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8141         work for two or more articles.
8143 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8145         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8146         divide an image that's in an html article to two or more when washing
8147         non-ASCII characters in alt text of it.
8149 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8151         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8152         smime-decrypt-region using function argument.
8153         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8155         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8157         * smime.el (smime-decrypt-region): Catch it.
8159 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8161         * smime.el (smime-mode-map): Move initialization into declaration.
8162         (gnus-run-mode-hooks): Don't autoload.
8163         (smime-mode): Use define-derived-mode.
8165 2010-11-11  Glenn Morris  <rgm@gnu.org>
8167         * smime.el (from): Restrict declaration to XEmacs.
8169         * nnir.el (gnus-group-topic-name): Autoload.
8171 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8173         * shr.el (shr-insert): Don't break long line if it is because of
8174         kinsoku-bol characters in the line end.
8176 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8178         * nnir.el (nnir-request-move-article): Fix to provide original group
8179         and subject.
8180         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8181         been retrieved.
8183         * gnus-sum.el (gnus-summary-move-article): Use original group and
8184         subject for virtual articles such as those in an nnir summary buffer.
8186 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8188         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8189         least 21.5).
8191         * smime.el (from): Declare it again for XEmacs.
8193 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195         * message.el (message-resend): Don't disable encoding unless it's
8196         already encoded.
8198         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8199         low-numbered articles.
8201 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8203         * rfc2047.el (rfc2047-syntax-table): Simplify.
8205         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8206         set-char-table-range for XEmacs.
8208 2010-11-10  Glenn Morris  <rgm@gnu.org>
8210         * smime.el (from): Remove unused declaration.
8212         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8213         (gnus-float-time): On Emacs, always an alias.
8215         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8216         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8218 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8220         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8222 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224         * shr.el (browse-url-mailto): Autoload.
8226         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8228         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8229         regexp doesn't need quoting.
8231 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8233         * message.el (message-subject-trailing-was-ask-regexp)
8234         (message-subject-trailing-was-regexp): Match was: in addition to was.
8236 2010-11-09  Glenn Morris  <rgm@gnu.org>
8238         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8239         (nnbabyl-check-mbox): Use point-at-bol.
8241 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8245         * message.el (message-mailto): New function.
8246         (message-mailto): Should accept other parameters.
8247         (message-mailto): Remove since it duplicates browse-url-mailto
8248         functionality.
8250 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8252         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8253         methods.
8254         (gnus-read-active-file): Ditto.
8256         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8257         ": " from the prompt.
8258         (gnus-group-make-group): Ditto.
8260 2010-11-07  Glenn Morris  <rgm@gnu.org>
8262         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8263         (gnus-bookmark-kill-line): Use point-at-eol.
8265 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8267         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8268         asterisks in From header.
8270 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8273         string to avoid making the From headers syntactically invalid.
8275         * message.el (message-send-mail): Don't insert courtesy messages if the
8276         message already has List-Post and List-ID messages.
8278 2010-11-06  Glenn Morris  <rgm@gnu.org>
8280         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8281         `condition', `type', `length' a prefix.
8282         (gnus-treat-predicate): Update for above name changes.
8284 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8286         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8287         binding.  Handled by `gnus-summary-refer-thread' instead.
8288         (nnir-warp-to-article): New backend function.
8290         * nnimap.el (nnimap-request-thread): Force dependency updating.
8292         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8293         (gnus-summary-refer-thread): Rework to improve thread-referral.
8295         * gnus-int.el (gnus-warp-to-article): New function.
8297         * gnus-sum.el (gnus-summary-article-map): Bind it.
8299 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8301         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8302         gnus-summary-refer-thread.
8304         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8305         headers.
8306         (gnus-summary-limit-include-thread): Prevent articles in thread from
8307         being cut in gnus-cut-threads.
8308         (gnus-summary-refer-thread): Limit retrieved headers to those in
8309         thread.
8311 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313         * message.el (message-send-mail): Use the value of
8314         message-courtesy-message from the message buffer.
8316         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8318         * shr.el (shr-browse-url): Implement mailto: URLs.
8320         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8321         "raw".
8323         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8324         if it's already selected.
8326         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8328 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8330         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8331         to measure the length and truncate alt text.
8333 2010-11-03  Glenn Morris  <rgm@gnu.org>
8335         * nndiary.el (nndiary-generate-nov-databases-1)
8336         (nndiary-generate-active-info): Rename dynamic variable `files' to
8337         something less generic.
8339 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8341         * nnir.el (nnir-request-move-article): Call the underlying backend to
8342         move articles from nnir.
8344 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8348 2010-11-02  Julien Danjou  <julien@danjou.info>
8350         * nnir.el: Remove wais support.
8352 2010-11-02  Glenn Morris  <rgm@gnu.org>
8354         * gnus-html.el: Reorder requirements to quieten compiler.
8356 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8358         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8359         properly for XEmacs as well.
8360         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8361         (gnus-article-natural-long-line-p): Use window-width rather than
8362         frame-width.
8364 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8366         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8367         (nnir-read-parms): Don't modify query.
8368         (nnir-run-query): Add ability to search topic on current line.
8369         (nnir-get-active): Clean up.
8371 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8374         degenerate articles.
8376         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8377         (gnus-print-buffer): Just print the buffer as is, without any copying
8378         to a buffer and then re-highlighting.
8380         * nnimap.el (nnimap-request-group): Store the new updated info.
8381         (nnimap-request-group): Select the group when we don't know whether it
8382         exists or not.
8384         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8385         groups.
8387         * gnus-group.el (gnus-group-find-new-groups): Display all the new
8388         groups.
8390         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8391         groups.
8393         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8394         long-lines case by only filling the long lines.
8396         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8397         (bug#7311).
8399 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8401         * shr.el: No need to declare `declare-function' since shr.el is for
8402         only Emacsen that provide `libxml-parse-html-region'.
8404 2010-11-01  Glenn Morris  <rgm@gnu.org>
8406         * mm-util.el (gnus-completing-read): Autoload.
8407         (mm-read-coding-system): Simplify Emacs definition.
8409         * nnmail.el (gnus-activate-group):
8410         * nnimap.el (gnutls-negotiate):
8411         * nntp.el (netrc-parse): Fix declarations.
8413 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8415         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8416         string-match-p in Emacs >=23.
8418         * gnus-msg.el (gnus-configure-posting-styles):
8419         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8421 2010-11-01  Glenn Morris  <rgm@gnu.org>
8423         * nnir.el (declare-function): Add compat stub.
8424         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8425         (nnir-run-gmane): Require 'mm-url.
8427         * mm-util.el (mm-string-to-multibyte): Simplify.
8429         * shr.el (declare-function): Add compat stub.
8430         (url-cache-create-filename): Declare.
8431         (mm-disable-multibyte, widget-convert-button): Autoload.
8433         * smime.el (ldap-search): Declare.
8434         (smime-cert-by-ldap-1): Require ldap on Emacs.
8436         * nnimap.el: Require nnmail, and gnus-sum when compiling.
8437         (nnimap-keepalive): Use gnus-float-time.
8439         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8440         (mail-source-delete-crash-box): Use gnus-float-time.
8442         * gnus-dired.el (gnus-completing-read): Autoload.
8444         * mm-view.el (gnus-rescale-image): Autoload.
8446         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8448         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8450         * sieve-manage.el: Require 'cl when compiling.
8452         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8453         (gnus-iswitchb-completing-read): Require iswitchb.
8454         (gnus-select-frame-set-input-focus): Silence compiler.
8456 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458         * message.el (message-subject-trailing-was-query): Change default to t,
8459         since I think that's what most people want.
8461         * nnimap.el (nnimap-request-accept-article): Erase buffer before
8462         appending for easier debugging.
8463         (nnimap-wait-for-connection): Take a regexp.
8464         (nnimap-request-accept-article): Wait for the continuation line before
8465         sending anything unless we're streaming.
8467         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8468         leave the header washing to take place.
8470 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8472         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8473         regular expression match and replace in posting styles.
8475 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
8477         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8478         an entire server.
8479         (nnir-get-active): New function.
8480         (nnir-run-imap): Use it.
8481         (nnir-run-gmane): Who knew, gmane search returns an article score!
8483         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8484         server on the current line with nnir.
8486 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8489         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8490         left edge.
8491         (gnus-article-foldable-buffer): Skip past the prefix when determining
8492         raggedness.
8494         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8495         the raw article, and change `C-u g' to show the article without doing
8496         treatments.
8498         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8499         on to `gnus-treat-article'.
8500         (gnus-inhibit-article-treatments): New variable.
8502         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8504         * gnus-art.el (gnus-treatment-function-alist): Have
8505         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8506         (gnus-treat-fill-long-lines): Change default to fill all text/plain
8507         sections.
8509         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8510         parameter.
8511         (gnus-article-fill-cited-long-lines): New function.
8512         (gnus-article-fill-cited-article): Allow filling only long sections.
8514         * shr.el (shr-find-fill-point): Don't break lines between punctuation
8515         and non-punctuation (like after the apostrophe in "'We").
8517         * gnus-sum.el (gnus-summary-select-article): Make sure
8518         gnus-original-article-buffer is alive.
8520         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8521         reflect the order they are in the digest.
8523         * gnus.el (gnus-group-startup-message): Move point to the start of the
8524         buffer.
8526         * nnimap.el (nnimap-capability): New function.
8527         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8528         is set.
8530 2010-10-31  David Engster  <dengste@eml.cc>
8532         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8533         conform with changes to gnus-completing-read.
8535 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537         * shr.el (shr-tag-img): Output "*" instead of "[img]".
8539 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8541         * nnir.el: Move defvar, defcustom around to keep file organized
8542         and keep byte-compiler quiet.
8543         (nnir-read-parms): Accept search-engine as arg.
8544         (nnir-run-query): Pass search-engine as arg.
8545         (nnir-search-engine): Remove.
8547 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549         * shr.el (shr-generic): The text nodes should be text, not :text.
8551         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8552         later in the file.
8554 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
8556         * nnir.el: General clean up.  Allow searching with multiple engines.
8557         Allow separate extra-parameters for each engine.
8558         Batch queries when possible.
8559         (nnir-imap-default-search-key, nnir-method-default-engines):
8560         Add customize interface.
8561         (nnir-run-gmane): New engine.
8562         (nnir-engines): Use it.  Qualify all prompts with engine name.
8563         (nnir-search-engine): Remove global variable.
8564         (nnir-run-hyrex): Restore for now.
8565         (nnir-extra-parms, nnir-search-history): New variables.
8566         (gnus-group-make-nnir-group): Use them.
8567         (nnir-group-server): Remove in favor of gnus-group-server.
8568         (nnir-request-group): Avoid searching twice.
8569         (nnir-sort-groups-by-server): New function.
8571 2010-10-30  Julien Danjou  <julien@danjou.info>
8573         * gnus-group.el: Remove gnus-group-fetch-control.
8575         * gnus-start.el (gnus-find-new-newsgroups):
8576         Remove gnus-check-first-time-used.
8578         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8580 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8582         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8583         set on groups that don't have \* permanentflags.
8585 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8588         control the background color.
8589         (shr-tag-img): Ignore very small web bug type images.
8590         (shr-put-image): Add help-echo alt texts to the images.
8591         (shr-tag-video): Show the video poster image.
8593 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8595         * shr.el (shr-table-depth): New variable.
8596         (shr-tag-table-1): Only insert the images after the top-level table.
8598         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8600         * gnus-util.el (gnus-list-memq-of-list): New function.
8602         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8603         selected.
8604         (nnimap-unsplittable-articles): New slot.
8605         (nnimap-new-articles): Use it.
8607 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8609         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8610         move to the previous line on `M-g'.
8612 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8615         *-request-group, which seems unnecessary.
8617         * nnimap.el (nnimap-quote-specials): Function copied over from
8618         imap.el.
8619         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8620         they support that.  Suggested by Tom Regner.
8622 2010-10-29  Julien Danjou  <julien@danjou.info>
8624         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8625         defalias.
8626         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8628         * gnus.el: Remove `gnus-nntp-service' variable.
8629         (gnus-secondary-servers): Make obsolete.
8630         (gnus-nntp-server): Make obsolete.
8632         * gnus-start.el (gnus-1): Remove x-splash calls.
8634         * gnus-ems.el (gnus-x-splash): Remove.
8636         * gnus.el (gnus-group-startup-message): Simplify/update code.
8638         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8639         capability before doing anything.
8640         (gnus-group-insert-group-line): Remove useless
8641         gnus-group-remove-excess-properties.
8643 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8645         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8647 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8649         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8650         config after reselecting.
8652 2010-10-28  Julien Danjou  <julien@danjou.info>
8654         * shr.el (shr-put-image): Use point even if only inserting text.
8655         (shr-put-image): Save excursion when inserting alt text on non-graphic
8656         display, so the behavior is the same when we are on a graphic display.
8658         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8660 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8662         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8663         (gnus-mime-copy-part): Check coding system, not charset.
8664         (gnus-mime-view-part-externally): Never remove part.
8665         (gnus-mime-view-part-internally): Don't remove part here.
8666         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8667         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8668         multipart/alternative.
8670         * mm-decode.el (mm-display-part): Take optional arg `force'.
8672 2010-10-26  Julien Danjou  <julien@danjou.info>
8674         * gnus-group.el (gnus-group-default-list-level): Add this function to
8675         compute the default list level.
8676         (gnus-group-default-list-level): Add possibility to use a function.
8678 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8680         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8682         * gnus-group.el (gnus-group-completing-read)
8683         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8684         gnus-replace-in-string.
8686 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8688         * shr.el (shr-tag-div): Add.
8690 2010-10-25  Julien Danjou  <julien@danjou.info>
8692         * gnus-util.el: Remove `gnus-with-local-quit'.
8694         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8696 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8698         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8699         the original article buffer.
8701 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8703         * nnimap.el (nnimap-request-head): New function.
8704         (nnimap-request-move-article): Try to be slightly faster by not
8705         requesting the entire message when moving.
8706         (nnimap-transform-headers): Don't bug out on bodiless articles.
8707         (nnimap-send-command): Have no outstanding messages if the IMAP server
8708         doesn't support streaming.
8709         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8711 2010-10-24  Julien Danjou  <julien@danjou.info>
8713         * message.el (message-default-headers): Fix type.
8715 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8718         prefetching images.
8720         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8721         backend for unknown groups.  This is mainly useful for nnimap groups.
8723         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8724         group isn't covered by the agent.
8726 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8728         * nnir.el (nnir-method-default-engines): New variable.
8729         (nnir-run-query): Use it.
8730         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8731         (gnus-summary-nnir-goto-thread): Change group if needed.
8733         * gnus-group.el (gnus-group-group-map): Add key binding for
8734         gnus-group-make-nnir-group.
8736 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738         * shr.el (shr-tag-object): Add.
8740         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8741         original article buffer live.
8742         (gnus-summary-select-article-buffer):
8743         Mention gnus-widen-article-buffer.
8745 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747         * shr.el (shr-tag-strong): Add.
8749 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8751         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8752         group names.  They mess up the group buffer badly.
8754         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8756         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8757         instead of the summary one.
8759 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8761         * mml.el (mml-preview): Work properly when editing article.
8763         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8764         gnus-have-read-active-file if it's already been in.
8766 2010-10-22  Tom Tromey  <tromey@redhat.com>
8768         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8769         gnus-group-completing-read.
8771 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8773         * message.el (message-mode-map): Don't bind M-; to comment region, to
8774         allow the global comment-dwim to work.
8776 2010-10-21  Julien Danjou  <julien@danjou.info>
8778         * message.el (message-setup-1): Allow message-default-headers to be a
8779         function.
8781 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8783         * shr.el (shr-tag-table): Simplify.
8785 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8787         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8788         to avoid trying to snarf invalid stuff.
8790         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8792         * gnus.el (gnus-message-archive-group): Quote value.
8793         (gnus-message-archive-group): Mark as changed.
8795         * shr.el (shr-add-font): Don't put the font properties on the newline
8796         or the indentation.
8798         * message.el (message-fix-before-sending): Change options when sending
8799         non-printable characters.
8801         * gnus.el (gnus-message-archive-method): Change the default to
8802         monthly outgoing groups.
8804         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8805         that have gotten new numbers.
8807         * nnimap.el (nnimap-request-replace-article): New function.
8809 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8811         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8812         (nnrss-request-article): Don't use special html washing code.
8814 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * shr.el (shr-tag-table): Remove useless nconc.
8818 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820         * gnus-art.el (article-wash-html): Simplify and remove the charset
8821         stuff.  Use the normal html rendering code instead of the special html
8822         washing code.
8824         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8825         `gnus-w3m' symbols.
8826         (mm-text-html-washer-alist): Remove.
8828         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8829         (mm-inline-media-tests): Remove use.
8830         (mm-text-html-renderer): Change default to the `shr' symbol.
8832         * mm-view.el (mm-inline-text-html): Remove use.
8834         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8835         `gnus-blocked-images' to be a function.
8836         (gnus-article-wash-function): Remove.
8838 2010-10-20  Julien Danjou  <julien@danjou.info>
8840         * spam.el (spam-list-of-processors): Mark as obsolete.
8842         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8843         (nnimap-insert-partial-structure): Fix boundary detection.
8845 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8847         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8848         run file-truename on remote files.  This can be expensive and even
8849         prevent one from editing drafts if some unrelated buffer has a stale
8850         connection.
8852 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8854         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8855         kinsoku-eol regardless of shr-kinsoku-shorten.
8856         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8857         (shr-tag-table): Support caption, thead, and tfoot.
8859 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8862         lines.
8863         (shr-save-contents): New command and keystroke.
8865         * nndoc.el (nndoc-type-alist): Add git support.
8866         (nndoc-git-type-p): New function.
8867         (nndoc-transform-git-article): Ditto.
8868         (nndoc-transform-git-headers): Ditto.
8869         (nndoc-transform-git-headers): Generate Subject headers.
8871         * shr.el (shr-parse-style): New function.
8872         (shr-tag-span): Ditto.
8874         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8875         to `G G' to avoid collisions.
8877 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8879         * shr.el: Load kinsoku if necessary.
8880         (shr-kinsoku-shorten): New internal variable.
8881         (shr-find-fill-point): Make kinsoku shorten text line if
8882         shr-kinsoku-shorten is bound to non-nil.
8883         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8884         shr-indentation too when testing if table is wider than frame width.
8885         (shr-insert-table): Use `string-width' instead of `length' to measure
8886         text width.
8887         (shr-insert-table-ruler): Make sure indentation is done at bol.
8889 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8891         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8892         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8893         undecoded network data.
8895 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8898         name in the mode line spec so that the mode line menu works
8899         (bug#2431).
8901         * message.el (message-get-reply-headers): If we're fed `to-address',
8902         then always use that.
8904         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8905         aren't so wide as to need to switch off the edit menu.
8907         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8908         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8910         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8911         `M-g'.
8912         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8913         the permanent marks.
8915 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8917         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8918         Splitting according to references/in-reply-to obeys the ignore-groups
8919         variable, while splitting by sender and subject do not.
8921 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8924         alist, so that we can look for non-Unicode chars.
8925         (article-translate-strings): Allow both character and string maps.
8927 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8929         * shr.el (shr-insert): Don't insert space behind a wide character
8930         categorized as kinsoku-bol, or between characters both categorized as
8931         nospace.
8933 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8935         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8936         headers to gnus-newsgroup-headers.
8938 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940         * shr.el (shr-tag-img): Don't align images -- since we're not
8941         rescaling, this often leads to ugly displays.
8943 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8945         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8946         duplicates.
8948 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8950         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8951         call.
8953 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955         * gnus.el: Autoload gnus-html-show-images.
8957         * nnimap.el: Use nnheader-message throughout.
8959         * shr.el (shr-tag-img): Ignore images with no data.
8961 2010-10-15  Julien Danjou  <julien@danjou.info>
8963         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8964         a possibility to disable format=flow encoding when using hard newlines.
8966 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8968         * shr.el (shr-insert): Remove space inserted before or after a
8969         breakable character or at the beginning or the end of a line.
8970         (shr-find-fill-point): Do kinsoku; find the second best point or give
8971         it up if there's no breakable point.
8973 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975         * nnimap.el (nnimap-open-connection): Message when opening connection
8976         for debugging purposes.
8978         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8979         on every setup buffer call to allow this to change from article to
8980         article.
8982         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8983         buffers where we have a wide table.
8985 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8987         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8988         uses *-request-thread.
8990 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8993         incantation, which is no longer valid.
8995 2010-10-14  Julien Danjou  <julien@danjou.info>
8997         * shr.el: Fix defcustom type (char -> character).
8999 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9002         programs.
9004 2010-10-14  Julien Danjou  <julien@danjou.info>
9006         * shr.el (shr-tag-a): Use url-link as widget type.
9008         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9009         `gnus-group-get-icon'.
9011 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9014         This should make server editing work better.
9016         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9018         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9019         (nnimap-parse-flags): Fix regexp.
9021         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9022         probably work for CJVK text, too.
9024         * nnimap.el (nnimap-extend-tls-programs): Remove.
9025         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9027 2010-10-13  Julien Danjou  <julien@danjou.info>
9029         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9030         responses.
9032 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9034         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9036         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9037         anything in Emacs.
9039         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9041 2010-10-13  Julien Danjou  <julien@danjou.info>
9043         * shr.el (shr-width): Make shr-width a defcustom with default to
9044         fill-column.
9045         (shr-tag-img): Use shr-width rather than fill-column.
9047 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9049         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9051         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9052         position when (X-)Faces exist.
9053         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9054         avatars when called interactively.
9056 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9058         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9059         gnus-article-x-face-too-ugly is bound.
9061 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9065         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9066         mailbox that doesn't exist.
9068 2010-10-12  Julien Danjou  <julien@danjou.info>
9070         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9071         (shr-get-image-data): Encode URL properly when fetching from cache.
9072         (shr-tag-img): Use aligned-to spaces to align correctly images.
9074         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9075         before inserting the Gravatar.
9077         * shr.el (shr-tag-img): Add align attribute support for <img>.
9079 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9081         * gnus-gravatar.el (gnus-art): Require.
9083         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9084         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9085         Remove long obsoleted functions.
9087 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9089         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9091         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9092         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9093         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
9094         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
9095         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
9096         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
9097         Fix comment for declare-function.
9099 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101         * nnimap.el (nnimap-request-rename-group): Select group read-only
9102         before renaming it.
9104         * shr.el (shr-insert): Fix up the white space only regexp.
9106         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9107         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9109         * shr.el (shr-current-column): New function.
9110         (shr-find-fill-point): New function.
9112 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9114         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9115         numbers.
9117 2010-10-11  Julien Danjou  <julien@danjou.info>
9119         * shr.el (shr-hr-line): Add.
9120         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9121         display hr lines.
9122         (shr-max-columns): Do not change state to nil if we just inserting
9123         spaces.
9125 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9128         select the last group.
9130 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9132         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9134 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9137         for Gnus.
9138         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9139         (nnimap-update-qresync-info): Mark \Seen articles as read.
9141         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9142         non-variable, too.
9144         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
9145         available.
9146         (nnimap-update-info): Rely more on the current active than the param
9147         active to avoid marking articles as read too much.
9149         * auth-source.el (auth-source-create): Use (user-login-name) for the
9150         user name default.
9152         * nnimap.el (nnimap-update-info): If the server doesn't return any
9153         useful info, just use the previous info.
9154         (nnimap-update-info): Prefer old info over start-article.
9155         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9157 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9159         * nnir.el (autoload): Clean up autoloads.
9160         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9161         Use key rather than value.
9162         (nnir-imap-search-other): New variable.
9163         (nnir-read-parm): Use it.
9164         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9165         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9167 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9169         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9170         the process, too.
9172 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174         * spam.el (gnus-summary-mode-map): Bind to "$".
9175         Suggested by Russ Allbery.
9177         * shr.el: Rework the way things are indented by <li> slightly.
9179         * gnus.el (gnus-group-set-parameter): Fix typo.
9181         * nnimap.el: Start implementing QRESYNC support.
9183 2010-10-09  Julien Danjou  <julien@danjou.info>
9185         * nnir.el (nnir-engines): Fix too many arguments.
9187 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9189         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9190         group is the "last", so that the backends like nnfolder actually save
9191         their folders.
9193         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
9194         try to use that for the TLS stream.
9195         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9196         UIDVALIDITY and find out which groups are read-only and not.
9197         (nnimap-get-flags): Use the same marks parsing code as the rest of
9198         nnimap.
9200 2010-10-09  Julien Danjou  <julien@danjou.info>
9202         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9204         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9205         retrieving gravatars.
9207         * shr.el (shr-table-corner): Add.
9208         (shr-table-line): Add.
9209         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9211 2010-10-08  Julien Danjou  <julien@danjou.info>
9213         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9215 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9217         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9219         * gnus-sum.el (gnus-mark-article-as-unread)
9220         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9221         (gnus-summary-set-bookmark): Use it.
9223         * gnus-msg.el (gnus-setup-message): Use it.
9225         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9227         * gnus.el (gnus-group-remove-parameter): Use it.
9229         * gnus-group.el (gnus-group-make-web-group): Use it.
9231         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9233         * nnregistry.el: Update docs to mention manual.
9235         * gnus-registry.el: Update docs to mention nnregistry.el.
9236         (gnus-registry-initialize): Don't install nnregistry refer method
9237         automatically.
9238         (gnus-registry-install-nnregistry): Remove it.
9240 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242         * shr.el (shr-insert): Don't insert double spaces.
9244 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9246         * gnus-gravatar.el (gnus-treat-from-gravatar)
9247         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9248         called interactively.
9250         * gnus-art.el (gnus-mime-view-part-externally)
9251         (gnus-mime-view-part-internally): Make predicate function passed to
9252         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9253         of a mime type.
9255         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9257 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259         * shr.el (require): Require cl when compiling.
9260         (shr-tag-hr): New function.
9262         * nnimap.el (nnimap-update-info): Remove double setting of high.
9263         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9264         This makes nnimap work properly on Courier again.
9266         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9267         the variable for backwards compatibility.
9269         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9270         the file name before using to avoid setting mm-default-directory to
9271         nil.
9273         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9274         bidning gnus-agent variables.
9276         * shr.el (shr-render-td): Use a cache for the table rendering function
9277         to avoid getting an exponential rendering behavior in nested tables.
9278         (shr-insert): Rework the line-breaking algorithm.
9279         (shr-insert): Don't leave trailing spaces.
9280         (shr-insert-table): Also insert empty TDs.
9281         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9283 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9285         * gnus-sum.el (gnus-number): Rename from `number'.
9286         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9287         (gnus-summary-limit-children): Update uses correspondingly.
9289 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9291         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9292         (gnus-gravatar-transform-address): Don't show avatars of people of
9293         which mail addresses match gnus-gravatar-too-ugly.
9295 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297         * shr.el (shr-table-widths): Expand TD elements to fill available
9298         space.
9300 2010-10-07  Julien Danjou  <julien@danjou.info>
9302         * nnimap.el (nnimap-request-rename-group): Add this method.
9304 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9306         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9307         name from XEmacs' function-arglist.
9309         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9310         gravatar under XEmacs.
9312 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9314         * auth-source.el: Update docs with TODO items.
9316         * gnus-sync.el: Update docs to explain state and plans.
9318         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9319         Hooks for mark updates.
9320         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9322         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9323         hooks with arguments, which is needed for mark update hooks.
9325 2010-10-06  Julien Danjou  <julien@danjou.info>
9327         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9328         was matched.
9330         * sieve-manage.el: Update example in `Commentary'.
9332         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9334         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9335         not 2000.
9336         (sieve-manage-authenticate): Re-add function.
9338 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340         * shr.el (shr-insert): Get 'space transition right.
9341         (shr-render-td): Only delete space at the end of the TD.
9343         * nnimap.el (nnimap-open-connection): Prepare to support
9344         open-gnutls-stream.
9346         * shr.el: Rearrange function order to be more logical.
9348 2010-10-06  Julien Danjou  <julien@danjou.info>
9350         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9351         (nnrss-discover-feed): Remove 404 URL in docstring.
9353         * nnir.el: Fix Swish-E URL.
9354         Fix Namazu URL.
9356         * message.el (message-change-subject): Remove 404 URL in a comment.
9358 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9360         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9361         called interactively.
9363         * gnus-util.el (gnus-remove-if): Allow hash table.
9364         (gnus-remove-if-not): New function.
9366         * gnus-art.el (gnus-mime-view-part-as-type):
9367         * gnus-score.el (gnus-summary-score-effect):
9368         * gnus-sum.el (gnus-read-move-group-name):
9369         Replace remove-if-not with gnus-remove-if-not.
9371         * gnus-group.el (gnus-group-completing-read):
9372         Regard collection as a hash table if it is not a list.
9374 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376         * shr.el (shr-render-td): Allow blank/missing <TD>s.
9378         * shr.el: Document the table-rendering algorithm.
9380         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9381         invalid URLs.
9383         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9384         line-broken.
9385         (shr-tag-img): Ignore image fetching errors.
9386         (shr-overlays-in-region): Compute overlay positions correctly.
9388         * mm-decode.el (mm-shr): Require shr.
9390         * gnus-art.el (gnus-blocked-images): Move variable here.
9392         * shr.el (shr-insert-table): Bind free variable.
9394         * mm-decode.el (mm-shr): Bind shr-content-function.
9396         * shr.el (shr-content-function): New variable.
9398         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9399         added for symmetry.
9401         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9403         * gnus-group.el (gnus-group-make-group): Doc fix.
9405         * nnimap.el (nnimap-request-newgroups): Return success.
9407         * shr.el (shr-find-elements): New function.
9408         (shr-tag-table): Put all the images after the table.
9409         (shr-tag-table): Really inhibit images inside the table.
9410         (shr-collect-overlays): Copy over overlays from the TD elements to the
9411         main document.
9413         * mm-decode.el (mm-shr): Bind shr-blocked-images to
9414         gnus-blocked-images.
9416 2010-10-05  Julien Danjou  <julien@danjou.info>
9418         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9420         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9421         (gnus-html-maximum-image-size): Add this function.
9422         (gnus-html-put-image): Use gnus-html-maximum-image-size.
9424         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9425         server-value of the capability is nil.
9427 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429         * shr.el (shr-tag-em): Add <EM> tag.
9431 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
9433         * sieve-manage.el (sieve-manage-default-stream): Make default stream
9434         customizable.
9436         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9437         handing broken links to browse-url.
9439 2010-10-05  Julien Danjou  <julien@danjou.info>
9441         * gnus-util.el (gnus-emacs-completing-read)
9442         (gnus-iswitchb-completing-read): Use autoload rather than require.
9444 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9446         * gnus-util.el (gnus-completing-read-function): Exclude
9447         gnus-icompleting-read and gnus-ido-completing-read from candidates for
9448         XEmacs since iswitchb.el is very old and ido.el is unavailable in
9449         XEmacs.
9451         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9452         not to use `delete-dups' that is unavailable in XEmacs 21.4.
9454         * gnus-html.el: Don't require help-fns under XEmacs.
9455         (gnus-html-schedule-image-fetching): Work for XEmacs.
9457         * mm-decode.el (mm-shr): Decode contents by charset.
9459 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9462         unknown.
9464         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9465         (shr-get-image-data): Ensure against the cache file missing.
9467         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9468         for data.
9470         * spam-report.el (spam-report-url-ping-plain): Don't query about
9471         killing the process.
9473         * shr.el (shr-render-td): Protect against too-wide text.
9475 2010-10-04  Julien Danjou  <julien@danjou.info>
9477         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9478         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9480         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9481         retrieved.
9483 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485         * shr.el (browse-url): Require.
9486         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9487         lines.
9488         (shr-show-alt-text, shr-browse-image): New commands.
9489         (shr-browse-url, shr-copy-url): New commands.
9491         * gnus-sum.el (gnus-widen-article-window): New variable.
9492         (gnus-summary-select-article-buffer): Use it.
9494         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9495         without @ signs.
9497 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9499         * nnir.el (nnir-run-imap): Remove spurious space in search string.
9501 2010-10-04  Julien Danjou  <julien@danjou.info>
9503         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9504         for XEmacs.
9506 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9510         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9511         (nnimap-close-server): Implement.
9513         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9514         (shr-insert): Tweak line breaking.
9515         (shr-insert): Handle <pre> better.
9516         (shr-tag-li): Get <li> indentation right.
9517         (shr-tag-li): Get <li> indentation even righter.
9518         (shr-tag-blockquote): Ensure paragraph start.
9519         (shr-make-table): Tweak table generation.
9520         (shr-make-table): Fix typo.
9522         * shr.el: Implement table rendering.
9524 2010-10-04  Julien Danjou  <julien@danjou.info>
9526         * gnus-html.el (gnus-html-put-image): Fix resize image code.
9528 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530         * shr.el (shr-insert): Use string anchors instead of line anchors.
9532 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534         * shr.el: Add headings.
9535         (shr-ensure-paragraph): Actually work.
9536         (shr-tag-li): Make <ul> prettier.
9537         (shr-insert): Get white space at the beginning/end of elements right.
9538         (shr-tag-p): Collapse subsequent <p>s.
9539         (shr-ensure-paragraph): Don't insert double line feeds after blank
9540         lines.
9541         (shr-insert): \t is also space.
9542         (shr-tag-s): Fix "s" tag name function.
9543         (shr-tag-s): Fix face prop name.
9545 2010-10-03  Julien Danjou  <julien@danjou.info>
9547         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9549         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9550         gnus-window-inside-pixel-edges.
9552         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9553         gnus-ems.
9555         * mm-view.el (mm-inline-image-emacs): Support image resizing.
9557         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9558         function.
9560         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9561         resize choice.
9563 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9566         beginning of the buffer.
9568         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9569         article buffer again.
9571         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9573         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9574         when it's at the start of the buffer.
9576         * shr.el (shr-tag-blockquote): Convert name.
9577         (shr-rescale-image): Use the right image-size variant.
9579         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9580         buffer isn't shown, then select the current article first instead of
9581         bugging out.
9582         (gnus-summary-select-article-buffer): Show both the article and summary
9583         buffers again.
9585         * shr.el (shr-fontize-cont): Protect against regions with no text.
9586         Rename tag functions to shr-tag-* for enhanced security.
9587         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9589 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9591         * shr.el (shr-insert):
9592         * pop3.el (pop3-movemail):
9593         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9594         loaded.
9596 2010-10-03  Glenn Morris  <rgm@gnu.org>
9598         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9600         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9602         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9604         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9606         * gnus-util.el (gnus-make-local-hook): Simplify.
9608 2010-10-02  Julien Danjou  <julien@danjou.info>
9610         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9611         (gnus-ido-completing-read): New function.
9612         (gnus-emacs-completing-read): New function.
9613         (gnus-completing-read): Use gnus-completing-read-function.
9614         Add gnus-completing-read-function.
9616 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618         * shr.el (shr-insert-document): Autoload.
9619         (shr-img): Be silent.
9620         (shr-insert): Add a newline after every picture before text.
9621         (shr-add-font): Use overlays for combining faces.
9622         (shr-insert): Pass upwards the text start point.
9624         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9625         possible.
9626         (mm-shr): New function.
9628 2010-10-02  Julien Danjou  <julien@danjou.info>
9630         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9631         should go backward.
9633 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9635         * shr.el (shr): Fix typo in provide call.
9637 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639         * shr.el: New file.
9641         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9643         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9644         completing read.
9646 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9649         we're being queried about.  Suggested by Dan Jacobson.
9651         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9652         Suggested by Jason Eisner.
9654         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9655         table, too.  Suggested by Stefan Wiens.
9656         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9657         the table unnecessary.  Suggested by Stefan Wiens.
9659         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9660         longer needed, and probably doesn't work either, as pointed out by
9661         Stefan Wiens.
9662         (gnus-summary-exit): Remove call to the clearing function.
9663         (gnus-summary-exit-no-update): Ditto.
9665         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9666         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9667         Reported by Stefan Monnier.
9668         (gnus-summary-save-in-rmail): Ditto.
9670         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9671         article buffer, instead of both the article buffer and the summary
9672         buffer.  Sort of suggested by Dan Jacobson.
9674         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9676         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9677         Suggested by Dan Jacobson.
9679         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9680         documentation clearer.
9682         * message.el (message-shorten-references): Comment on the number "21".
9683         Suggested by Stefan Monnier.
9685         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9686         Suggested by Dan Jacobson.
9688         * gnus.el (gnus-large-newsgroup):
9689         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9691         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9692         externalize attachments.  Bug reported by Steve Wen.
9694         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9695         really message anything to the user.
9697         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9698         directly.
9700         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9701         messages in empty groups.
9703 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9705         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9706         non-UIDNEXT group.
9708 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9711         not the value from the collection.
9713         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9714         values.  This sometimes happens on some groups that have no info.
9715         (nnimap-request-newgroups): New function.
9717 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9719         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9720         check into `gnus-registry-initialize'.
9721         (gnus-registry-initialize): Ditto.
9722         Fix and extend header docs.
9724 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9727         regexp backtrace overflows.
9729         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9730         for starttls that tls.el implements; i.e. openssl.
9732 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9734         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9735         (gravatar-create-image): New function that's an alias to
9736         gnus-xmas-create-image, gnus-create-image, or create-image.
9737         (gravatar-data->image): Use it.
9739 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9741         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9742         install the nnregistry refer method.
9743         (gnus-registry-install-hooks): Use it.
9744         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9745         unfollowed groups.
9747 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9749         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9750         expanding threads.
9752 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754         * nnir.el: Use the server names without suffixes (bug#7009).
9756         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9757         unencrypted to STARTTLS, if possible.
9759 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9761         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9762         headers before superseding.
9764 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766         * nnrss.el (nnrss-use-local): Add documentation.
9768         * nnimap.el (nnimap-extend-tls-programs): New function.
9769         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9770         (nnimap-wait-for-connection): Accept the greeting from the stupid
9771         output from openssl s_client -starttls, too.
9773         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9774         article number.
9775         (nnimap-split-fancy): New variable.
9776         (nnimap-split-incoming-mail): Use it.
9778         * nntp.el (nntp-server-list-active-group): Document.
9780         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9781         SELECT to get the message-id.
9783         * mail-source.el (mail-sources): Remove webmail support.
9784         (defvar): Ditto.
9785         (mail-source-fetcher-alist): Ditto.
9786         (mail-source-fetch-webmail): Remove.
9788         * webmail.el: Remove -- doesn't seem relevant any more.
9790         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9792         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9793         the \r.
9795 2010-09-30  Julien Danjou  <julien@danjou.info>
9797         * gnus-agent.el (gnus-agent-add-group): Fix call to
9798         gnus-completing-read.
9800 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802         * nndoc.el (nndoc-retrieve-groups): New function.
9804         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9805         `default', use nnmail-split-methods.
9806         (nnimap-request-article): Downcase the NILs so that they are nil.
9808         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9809         symbol.
9811         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9812         code, since if the user has requested network, that's what they ought
9813         to get.
9814         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9815         (nnimap-split-rule): Mark as obsolete.
9817         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9818         New variable.
9820         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9821         correct slot, too.
9823 2010-09-29  Julien Danjou  <julien@danjou.info>
9825         * gnus.el (gnus-local-domain): Declare variable obsolete.
9827         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9828         Fix history computing.
9829         (gnus-ido-completing-read): Require ido.
9831 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9834         build Gnus.
9836         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9837         when interpreting the structures.
9838         (nnimap-request-accept-article): Add \r\n to the lines to make this
9839         work with Cyrus.
9841         * nndraft.el (nndraft-request-expire-articles): Use the group name
9842         instead if "nndraft".  Fix found by Nils Ackermann.
9844 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9846         * nnregistry.el: Add.
9848 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9850         * nnmail.el (group, group-art-list, group-art):
9851         Remove unneeded directives.
9853 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9855         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9856         (mm-mime-charset):
9857         * rfc2047.el (rfc2047-syntax-table):
9858         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9860         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9861         rather than `insert-file-contents' and `eval-region'.
9863 2010-09-29  Julien Danjou  <julien@danjou.info>
9865         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9866         replacement of `gnus-gravatar-relief' to mimic
9867         `gnus-faces-properties-alist'.
9868         Add :version property.
9870 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9872         * mail-source.el (mail-source-report-new-mail):
9873         * message.el (message-default-mail-headers):
9874         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9876         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9878 2010-09-28  Julien Danjou  <julien@danjou.info>
9880         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9881         mail-address contains the same string as real-name.
9883         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9884         non-blank in header, otherwise it'll get stripped.
9886         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9887         real-name, and then for mail address rather than doing : or , search.
9889 2010-09-27  Julien Danjou  <julien@danjou.info>
9891         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9892         right completing-read function.
9893         (gnus-use-ido): New variable
9894         (gnus-completing-read-with-default): Remove.
9895         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9896         (gnus-agent-add-group):
9897         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9898         * mm-view.el (mm-view-pkcs7-decrypt):
9899         * mm-util.el (mm-codepage-setup):
9900         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9901         * mml-smime.el (mml-smime-openssl-sign-query):
9902         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9903         (mml-insert-multipart):
9904         * gnus-msg.el (gnus-summary-yank-message):
9905         * gnus-int.el (gnus-start-news-server):
9906         * mm-decode.el (mm-interactively-view-part):
9907         * gnus-dired.el (gnus-dired-attach):
9908         * gnus.el (gnus-read-method):
9909         * gnus-bookmark.el (gnus-bookmark-jump):
9910         * gnus-art.el (gnus-mime-view-part-as-type)
9911         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9912         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9913         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9914         * nnmairix.el (nnmairix-create-server-and-default-group)
9915         (nnmairix-update-groups, nnmairix-get-server)
9916         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9917         (nnmairix-get-group-from-file-path):
9918         * nnrss.el (nnrss-find-rss-via-syndic8):
9919         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9920         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9921         (gnus-group-browse-foreign-server):
9922         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9923         (gnus-summary-execute-command, gnus-summary-respool-article)
9924         (gnus-read-move-group-name):
9925         * gnus-score.el (gnus-summary-increase-score)
9926         (gnus-summary-score-effect):
9927         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9929 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9931         * nnimap.el (auth-source-forget-user-or-password)
9932         (auth-source-user-or-password): Autoload.
9934         * message.el (message-from-style, message-interactive)
9935         (message-signature): Remove comment.
9936         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9937         always.
9938         (message-sendmail-envelope-from): Comment fix.
9939         (message-yank-prefix): Default to mail-yank-prefix always.
9940         (message-indentation-spaces):
9941         Default to mail-indentation-spaces always.
9942         (message-signature-file): Default to mail-signature-file always.
9944 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9947         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9948         new articles.
9950         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9951         parts.
9952         (nnimap-request-article): Work with the t setting, too.
9954         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9955         that you don't get flashes of other buffers.
9956         (gnus-summary-show-complete-article): Intern before setting.
9958 2010-09-27  David Engster  <dengste@eml.cc>
9960         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9961         well as HEADERS.
9962         (nnmairix-retrieve-headers): Provide new argument for the above.
9964 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9966         * gnus-sum.el (gnus-summary-move-article): Don't alter
9967         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9968         group.
9970         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9972         * message.el (message-cite-prefix-regexp): Revert my last edit.
9974         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9975         variable instead of the Gnus variable.
9977         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9979         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9981         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9982         since some servers don't like it.
9983         (nnimap-open-connection): Forget credentials if the server says the
9984         password was wrong.
9985         (nnimap-parse-line): Protect against invalid data.
9987         * gnus-sum.el (gnus-summary-move-article): Add comment.
9988         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9989         nothing alters it while scanning for new messages.
9991         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9992         which may or may not help.
9993         (nnimap-open-connection): If we're doing a stream connection, and then
9994         discover we're on a STARTTLS-capable server, then open a STARTTLS
9995         connection instead.
9997 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999         * nnimap.el (utf7): Require.
10001         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10002         prefix.
10004 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10006         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10008 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10010         * nnimap.el (nnimap-request-accept-article): Message the error on
10011         error.
10013 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10015         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10017 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019         * nndoc.el (nndoc-request-list): Return success always.
10021         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10022         `fetch-old' -- we only want to fetch the articles we've requested.
10023         The rest are in the agent, probably.
10024         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10025         disappeared server" to something low.  It's not important.
10027         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10028         arrived before the FETCH data.
10030         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10031         target here, because we don't know the Gnus name of the group.
10033         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10034         for the correct group.
10036         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10038         * gnus.el (gnus): Give a final warning after startup.
10040         * gnus-util.el (gnus-action-message-log): New variable.
10041         (gnus-message): Use it.
10042         (gnus-final-warning): New function.
10044         * nnimap.el (nnimap-open-connection): Record the greeting.
10045         (nnimap): Add greeting.
10047 2010-09-26  Julien Danjou  <julien@danjou.info>
10049         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10050         arguments.
10051         (gnus-html-wash-images): Fix spec computing to include start/end.
10053         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10055 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10057         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10058         deletion.
10059         (nnimap-retrieve-headers): Don't select the group, because that's
10060         already done by nnimap-possibly-change-group.
10062         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10063         (gnus-picon-transform-address): Use it.
10065         * mail-source.el (mail-source-value): Revert previous patch.
10067         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10068         on failure.
10069         (nnimap-open-connection): Look up both virtual and physical server name
10070         credentials.
10072         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10074 2009-02-08  Dave Love  <fx@gnu.org>
10076         * gnus-win.el (gnus-window-to-buffer-helper)
10077         (gnus-all-windows-visible-p): Function needn't be a symbol.
10079         * mail-source.el (mail-source-value): Function needn't be a symbol.
10081 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083         * message.el (message-cite-prefix-regexp): Remove } from the cite
10084         prefix.
10086         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10087         highlight again, so that the highlight is correct.
10089         * gnus-picon.el (gnus-picon): Remove again.
10090         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10092         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10093         doing the header highlightling, so that the background color of the
10094         picon is correct.
10096         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10097         (gnus-picon): Ditto.
10098         (gnus-picon): Reinstate.  The background color for picons is white.
10099         (gnus-picon-insert-glyph): Make the background white.
10101         * nnml.el (nnml-open-nov): Don't return dead buffers.
10103         * auth-source.el (auth-source-create): Query the user for whether to
10104         store the credentials.
10106         * auth-source.el (auth-source-user-or-password): Use the existing auth
10107         sources, if any, for creation.
10109         * gnus.el (gnus-group-fast-parameter): Return the last matching
10110         parameter instead of the first matching parameter.
10112 2010-09-26  Julien Danjou  <julien@danjou.info>
10114         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10116 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118         * mml2015.el (mml2015-use): Remove gpg support.
10120         * mml1991.el (mml1991-function-alist): Remove gpg function.
10121         (mml1991-gpg-sign): Remove.
10123 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10125         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10126         (gnus-browse-unsubscribe-current-group): Document it.
10127         (gnus-browse-unsubscribe-group): Use it.
10129 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10132         address to the To list for easier response.
10134         * gnus.el (gnus-play-startup-jingle): Remove.
10135         (gnus-splash): Don't play jingle.
10136         (gnus): Silence gnus-load message.
10138         * gnus-art.el (gnus-treat-play-sounds): Remove.
10140         * gnus.el (gnus-play-jingle): Remove audio support.
10142         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10144         * earcon.el: Remove -- no users.
10146         * gnus-audio.el: Remove -- no users of this package.
10148         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10150         * gnus-start.el (gnus-setup-news): Remove nocem support.
10152         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10154         * gnus.el (gnus-use-nocem): Remove.
10156         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10157         Remove.
10159         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10160         uses NoCeM any more.
10162         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10163         (gnus-button-ctan-handler): Ditto.
10164         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10165         (gnus-button-ctan-directory-regexp): Ditto.
10166         (gnus-button-handle-ctan): Ditto.
10167         (gnus-button-tex-level): Ditto.
10168         (gnus-button-alist): Remove CTAN stuff.
10170 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10173         nnimap-streaming test.
10175         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10176         servers twice.
10178         * nnimap.el (nnimap-open-connection): Add more error reporting when
10179         nnimap fails early.
10181         * nnheader.el (nnheader-get-report-string): New function.
10182         (nnheader-get-report): Use it.
10184         * gnus-int.el (gnus-check-server): Say what the error was when opening
10185         failed.
10187         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10188         using streaming.
10190 2010-09-25  Julien Danjou  <julien@danjou.info>
10192         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10193         gnus-window-inside-pixel-edges.
10195 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10197         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10199         * mm-decode.el (mm-save-part): Allow saving to other directories the
10200         normal Emacs way.
10202         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10203         Suggested by Jay Berkenbilt.
10205         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10206         there isn't a single byte.
10208         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10209         just do it.  It doesn't really seem to matter what the user responds
10210         here, I think, so it's just a confusing question.
10212         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10213         non-streaming case.
10215         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10216         (gnus-article-encrypt-body): Use it.
10218         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10219         keystroke.
10221         * nnimap.el (nnimap-find-wanted-parts-1):
10222         Use gnus-fetch-partial-articles.
10224         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10226         * nnimap.el (nnimap-insert-partial-structure): New function.
10227         (nnimap-get-partial-article): New function.
10228         (nnimap-request-article): Use it.
10229         (nnimap-wait-for-response): Return whether the wait was successful.
10230         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10231         retrieval wasn't successful.
10232         (nnimap-retrieve-group-data-early): Allow throttling servers.
10233         (nnimap-streaming): New variable.
10234         (nnimap-fetch-partial-articles): Remove.
10236         * mm-decode.el (mm-with-part): Protect against killed buffers.
10238         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10239         for prettier summary display.
10241 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10243         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10245 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10248         apparently third-party libraries depend on it.
10250         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10251         before starting negotiation.
10253         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10254         privacy reasons.
10255         (gnus-treat-mail-gravatar): Ditto.
10257         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10258         buffer when inserting images.  Inserting text into the headers, for
10259         instance, can make them invalid.
10261 2010-09-25  Julien Danjou  <julien@danjou.info>
10263         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10264         variables.
10266         * nnheader.el: Remove useless variables news-reply-yank-from and
10267         news-reply-yank-message-id.
10269         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10270         variables.
10272         * mml1991.el: Remove useless mml1991-verbose.
10274         * gnus.el: Remove useless variable gnus-use-generic-from.
10275         Remove obsolete variable gnus-topic-indentation.
10277         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10279         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10281         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10283         * gnus-group.el: Remove useless gnus-group-icon-cache.
10284         Remove useless gnus-ephemeral-group-server.
10286         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10288         * mml2015.el: Remove useless mml2015-verbose.
10290         * mml-smime.el: Remove useless mml-smime-verbose.
10292         * gnus.el: Remove useless gnus-local-domain.
10294         * gnus-gravatar.el (gnus-gravatar-transform-address):
10295         Use gnus-gravatar-size.
10297         * gnus-art.el: Remove useless gnus-treat-translate.
10299 2010-09-24  Julien Danjou  <julien@danjou.info>
10301         * gnus-sum.el: Add support for Gravatars.
10303         * gnus-art.el: Add support for Gravatars.
10305         * gnus-gravatar.el: Add this file.
10307         * gravatar.el: Add this file.
10309 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10313         * gnus-group.el (gnus-group-fetch-faq): Remove.
10315         * gnus.el (gnus-group-faq-directory): Remove.
10317         * gnus-group.el (gnus-group-fetch-charter): Remove.
10319         * gnus.el (gnus-group-charter-alist): Remove.
10321         * gnus-group.el (gnus-group-archive-directory): Remove.
10322         (gnus-group-recent-archive-directory): Ditto.
10323         (gnus-group-make-archive-group): Remove.
10325         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10327         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10328         use the same article number for all the cached articles.
10330         * nnimap.el (nnimap-command): Register the last command time so
10331         that we can use it for idling NOOPs.
10332         (nnimap-open-connection): Start the keeplive timer.
10333         (nnimap-make-process-buffer): Store all the process buffers.
10334         (nnimap-keepalive): New function.
10336         * starttls.el (starttls-open-stream): Add autoload cookie.
10338 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10340         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10341         handling.
10343 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10346         its data structures.
10348         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10349         instead of the cl.el copy-list.
10350         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10351         equalp.
10353 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10355         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10356         and tool-bar-local-item-from-menu.
10358         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10359         mode-line-highlight face for Emacs.
10361         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10362         loading gnus-sum.elc; fix comment for canlock-verify.
10363         (gnus-article-jump-to-part): Use read-number.
10364         (gnus-insert-mime-button, gnus-insert-mime-security-button):
10365         Remove Emacs pre-21 compatible code for help-echo.
10366         (gnus-article-next-page-1): No need to adjust the number of lines.
10367         (gnus-article-describe-bindings): Always use help-buffer.
10369         * gnus-audio.el (gnus-audio-inline-sound):
10370         * gnus-cus.el (gnus-custom-mode):
10371         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10373         * gnus-sum.el (gnus-remove-overlays): Doc fix.
10375         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10376         compatible code.
10378 2010-09-24  Glenn Morris  <rgm@gnu.org>
10380         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10381         visiting the fcc file in rmail-mode.
10383 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10385         * nnir.el: Silence the byte compiler.
10387         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10388         alias to browse-url-url-encode-chars if any.
10389         (gnus-html-encode-url): Use it.
10391 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10393         * gnus-start.el (gnus-use-backend-marks): New variable.
10394         (gnus-get-unread-articles-in-group): Use it.
10396         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10397         makeover.
10399 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10401         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10403 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10405         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10406         Remove.
10407         (gnus-setup-news-hook):
10408         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10410         * gnus-int.el (gnus-request-update-info): Protect against backends not
10411         having the function.
10413         * nnimap.el (nnimap-stream): Mention STARTTLS.
10414         (nnimap-open-connection): Add STARTTLS support.
10416 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
10418         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10420 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10422         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10423         BODYSTRUCTUREs.
10424         (nnimap-transform-headers): Unfold quoted {42} headers.
10426         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10427         the info.
10428         (gnus-get-unread-articles): Only call updatep on backends that support
10429         it.
10431         * nnweb.el (nnweb-request-update-info): NOOP.
10433         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10435         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10436         since it only deals with marks.
10438         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10439         gnus-request-marks, and make a new gnus-request-update-info.
10441         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10442         the active instead of the high number, which is usually too low.
10444 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
10446         * encrypt.el: Remove.
10448 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10450         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10451         server in symbolic form.
10453         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10455 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10458         (nnimap-update-info): Fix up code slightly.
10460         * gnus-int.el (gnus-open-server): Add tracing for performance
10461         debugging.
10463         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10464         (gnus-group-insert-group-line): Pass the real group name so that it
10465         gets the right data.
10467         * gnus-start.el (gnus-get-unread-articles): Don't have
10468         `gnus-get-unread-articles-in-group' update info, since that can be
10469         really slow and doesn't seem to be needed?
10471 2010-09-22  Julien Danjou  <julien@danjou.info>
10473         * gnus-group.el (gnus-group-insert-group-line):
10474         Call gnus-group-highlight-line.
10475         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10476         default hook list.
10477         (gnus-group-update-eval-form): Add new function.
10478         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10479         (gnus-group-get-icon): Use gnus-group-update-eval-form.
10481 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10484         immediate, then expire all articles.
10485         (nnimap-update-info): Fix off-by-one errors.
10486         (nnimap-flags-to-marks): Would return no marks lists for group with no
10487         flags.  Instead return the other data.
10489 2010-09-22  Julien Danjou  <julien@danjou.info>
10491         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10492         Only return an icon.
10493         (gnus-group-insert-group-line): Compute icon to return.
10495         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10496         (gnus-html-image-fetched): Only cache if
10497         gnus-html-image-automatic-caching is set.
10498         (gnus-html-image-fetched): Check for errors.
10500 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10503         once per method on `g'.  This ensures that backends like nnfolder don't
10504         open all their folders.
10506         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10507         (nnimap-request-list): Nix out group in the correct buffer.
10508         (nnimap-parse-flags): Implement by using `read' instead of
10509         hand-parsing.
10510         (nnimap-flags-to-marks): Pass on permanent-flags.
10511         (nnimap-make-process-buffer): Record the server name.
10512         (nnimap-parse-flags): Fix typo.
10513         (nnimap-request-scan): Run split on the server in general, not just a
10514         single group.
10516         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10517         parameter, and propagate this downwards.
10519         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10520         since EXAMINE changes it on the server.
10522         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10523         this command might take a while.
10525 2010-09-22  Julien Danjou  <julien@danjou.info>
10527         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
10528         harmful if you have 2 images side-by-side, they can't be properly
10529         update on text deletion.  Using text-property is safer here.
10530         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10531         data.
10533 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10535         * nnimap.el (nnimap-expunge-inbox): Remove.
10536         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10537         (nnimap-expunge): Flip default to t.
10539         * gnus.el (gnus-method-to-server): Don't push things to the cache
10540         unless it's unique.
10541         (gnus-server-to-method): Ditto.
10543 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
10545         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10547 2010-09-22  Julien Danjou  <julien@danjou.info>
10549         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10550         get the start of data.
10551         (gnus-html-encode-url): Add this function to encode special chars in
10552         URL.
10553         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10554         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10556         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10557         default.
10558         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10560         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10561         images alt-text.
10562         (gnus-html-put-image): Put alt-text as help-echo.
10564 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10566         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10567         * mm-util.el (mm-decompress-buffer):
10568         * nnir.el (nnir-run-find-grep):
10569         * pop3.el (pop3-list): Use 3rd arg of split-string.
10571 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10574         outside the active range.  Suggested by Dan Christensen.
10576         * gnus-start.el (gnus-get-unread-articles): Get the extended method
10577         slightly later to avoid double-getting it.
10579         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10580         previous patch.
10582         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10584 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10586         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10588 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590         * gnus-int.el (gnus-open-server): Give a better error message in the
10591         "go offline" case.
10593         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10594         marks for nnimap, which is seldom the right thing to do.
10596         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10597         (gnus-same-method-different-name): New function.
10599         * nnimap.el (parse-time): Require.
10601         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10602         method in the presence of many similar methods.
10604         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10606         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10607         nnml-inhibit-expiry.
10609         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10610         find out whether methods are equal.
10612         * nnimap.el (nnimap-find-expired-articles): New function.
10613         (nnimap-process-expiry-targets): New function.
10614         (nnimap-request-move-article): Request the article before looking at
10615         what the Message-ID is.  Fix found by Andrew Cohen.
10616         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10618         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10619         for oldness in addition to being a predicate.
10621         * nnimap.el (nnimap-request-group): When we have zero articles, return
10622         the right data to Gnus.
10623         (nnimap-request-expire-articles): Only delete articles immediately if
10624         the target is 'delete.
10626         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10627         method, this would bug out.
10629         * gnus-group.el (gnus-group-expunge-group): Rename from
10630         gnus-group-nnimap-expunge, and implemented as a normal interface
10631         function.
10633         * gnus-int.el (gnus-request-expunge-group): New function.
10635         * nnimap.el (nnimap-request-create-group): Implement.
10636         (nnimap-request-expunge-group): New function.
10638 2010-09-21  Julien Danjou  <julien@danjou.info>
10640         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10641         (gnus-html-cache-expired): Add new function.
10642         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10643         wethever we should display image for fetch it.
10644         Compute alt-text earlier to pass it to the fetching function too.
10645         (gnus-html-schedule-image-fetching): Change function argument to only
10646         get one image at a time, not a list.
10647         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10648         cache.
10649         (gnus-html-get-image-data): New function to retrieve image data from
10650         cache.
10651         (gnus-html-put-image): Change buffer argument to use image data rather
10652         than file, and place image above region rather than inserting a new
10653         one.  Do not take alt-text as argument, since it's useless now: we place
10654         the image above alt-text.
10655         (gnus-html-prune-cache): Remove.
10656         (gnus-html-show-images): Start to fetch image when we find one, do not
10657         push into a temporary list.
10658         (gnus-html-prefetch-images): Only fetch image if they have expired.
10659         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10660         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10662 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10664         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10666 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10669         spec inser "*" if the group isn't active instead of 0.
10671         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10672         opening the server.
10673         (nnimap-request-delete-group): Implement group deletion.
10674         (nnimap-transform-headers): Return the size of the entire message in
10675         the Bytes header, not just the size of the first part.
10676         (nnimap-request-move-article): When moving an article from nnimap,
10677         request the article first so the accepting form has an article to
10678         accept.  Reported by Dan Christensen.
10679         (nnimap-command): Make sure that the error message doesn't error out.
10681 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
10683         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10684         we haven't requested anything.
10686 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10688         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10689         "".  Fix found by Andrew Cohen.
10691         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10692         instead of -encode-string.
10694 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10696         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10698         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10699         by mm-subst-char-in-string.
10701 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10704         waiting for the connection string.
10706         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10707         arriving.
10709         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10710         bogus characters.  This allows selecting certain Gmail groups.
10712         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10713         (nnimap-fetch-partial-articles): New variable.
10714         (nnimap-open-connection): When looking for credentials, also use the
10715         nnimap-server-port.
10716         (nnimap-request-article): Return the group/article number, so that Gnus
10717         `^' works as expected.
10718         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10720         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10721         comments.
10722         (gnus-methods-sloppily-equal): New function.
10723         (gnus): When using the development version of Gnus, load the gnus-load
10724         file.
10726         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10727         `gnus-open-server' on each method before trying to scan them etc.
10728         This ensures that all the backend parameters are set correctly.
10730         * nnimap.el (nnimap-authenticator): New variable.
10731         (nnimap-open-connection): Allow anonymous login.
10732         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10733         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10735         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10736         patch, found by Knut Anders Hatlen.
10738 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10740         * gnus-agent.el (gnus-agent-batch-confirmation)
10741         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10742         to gnus-message.
10743         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10744         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10745         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10746         * gnus-int.el (gnus-open-server): Likewise.
10747         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10748         (gnus-score-check-syntax): Likewise.
10749         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10750         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10751         Likewise.
10752         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10754 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10756         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10757         calling conventions so that prefetch doesn't bug out.
10759 2010-09-19  Julien Danjou  <julien@danjou.info>
10761         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10762         rather than `subst-char-in-region' in order to be able to replace ASCII
10763         char by UTF-8 ones.
10765         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10766         than curl.
10767         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10768         the right URL and ALT text on images.
10769         (gnus-html-wash-tags): Fix tag case.
10770         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10771         (gnus-article-html): Add -o display_ins_del=2 option.
10772         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10774 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10777         the extra mail headers, which sometimes seem to happen for unknown
10778         reasons.
10780         * mail-parse.el (mail-header-encode-parameter): Define as
10781         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10782         (or most, perhaps?) mail readers don't understand the latter, but do
10783         understand the former.
10785         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10786         to nil, so that no methods are automatically agentized.  I think this
10787         is probably what most users want.
10789         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10790         from url-retrieve, for instance about invalid URLs.
10792         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10793         groups that have no articles.
10794         (nnimap-request-article): Check that we really got an article when we
10795         requested one.
10797         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10798         doesn't exist.
10800         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10801         nntp buffer so the agent can save it.
10802         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10803         that CRLF doesn't get translated to \n.
10804         (nnimap-open-connection): Don't make 'shell commands only send \n.
10806 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10808         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10809         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10810         Update var name.
10811         (nnml-generate-nov-file): Use dolist.
10812         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10813         Use with-current-buffer.
10815 2010-09-18  Julien Danjou  <julien@danjou.info>
10817         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10818         parallel.
10820 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10823         the range update right.
10824         (nnimap-request-group): Don't make `M-g' bug out on group with no
10825         marks.
10826         (nnoo): Require, so that other packages can require nnimap.
10827         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10828         command we're looking for.  This helps when the server sends more
10829         responses after we've gotten everything we expected.
10830         (nnimap): Add a `newlinep' field to keep track of end-of-line
10831         conventions.
10832         Don't send CRLF to things that don't want it.
10833         (nnimap-request-accept-article): Ditto.
10835 2010-09-18  Julien Danjou  <julien@danjou.info>
10837         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10838         than curl to retrieve images.
10840 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10843         the marks.
10844         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10845         (nnimap-wait-for-connection): New function.
10846         (nnimap-open-connection): If we have PREAUTH, don't query for login
10847         credentials.
10848         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10849         when doing a partial update.
10851 2010-09-18  Julien Danjou  <julien@danjou.info>
10853         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10854         tags.
10856 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858         * nnimap.el (nnimap-credentials): New function.
10859         (nnimap-open-connection): Use the new function to look for credentials
10860         also on the numeric equivalents of "imap" and "imaps".
10862         * gnus-start.el (gnus-activate-group): Send the info to
10863         gnus-request-group.
10865         * nnimap.el (nnimap-request-group): Have the "check" version of the
10866         function parse flags and update the info, so that a `M-g' get a total
10867         resync of all flags from the group.
10869         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10870         to allow backends to alter the info on group selection.  Also alter all
10871         the backend -request-group functions to take the parameter.
10873         * nnimap.el (nnimap-store-info): New function.
10874         (nnimap-update-info): Store the info for later usage.
10875         (nnimap-request-group): Use the stored info for the dont-check case, so
10876         that we don't retrieve all marks when we enter a group.
10878         * nnimap.el: Use deffoo instead of defun for interface functions.
10880         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10881         update the group info.  This makes the nndraft groups, for instance, go
10882         back to their old behavior.
10884         * gnus-sum.el (gnus-select-newsgroup): Indent.
10886         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10887         in.
10888         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10889         nothing.
10891         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10892         from methods that are denied.
10894         * gnus-int.el (gnus-method-denied-p): New function.
10896         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10897         store the password instead of netrc.
10898         (nnimap-open-connection): Don't error out when we can't make a
10899         connections.
10901         * auth-source.el (auth-source-create): In the password prompt, say what
10902         we're querying for.  Also prompt for user name if that hasn't been
10903         given.
10905         * nnimap.el (nnimap-with-process-buffer): Remove.
10907 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10910         method when we're reading from the agent.
10912         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10914         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10915         that's probably most useful for users.
10917         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10918         "failed" all the time.
10920         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10921         ...)) with (with-current-buffer ...).
10923         * nntp.el (nntp-open-server): Return whether the open was successful or
10924         not.
10926         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10927         select an unread unseen article first.
10929         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10930         /etc/services, supply some sensible port defaults.
10932 2010-09-17  Julien Danjou  <julien@danjou.info>
10934         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10936 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10938         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10939         doesn't have any parameters.
10941 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10943         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10944         only upcased checks.
10946         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10948         * nnimap.el (nnimap-open-shell-stream): New function.
10949         (nnimap-open-connection): Use it.
10950         (nnimap-transform-headers): Get the number of lines in each message.
10951         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10952         number of lines.
10953         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10954         problem.
10956         * utf7.el (utf7-encode): Autoload.
10958         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10959         to allow the mail splitting to not return a default group.  This is
10960         useful for nnimap, which will leave unmatched mail in the inbox.
10962         * nnimap.el: Rewritten.
10964         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10965         nnimap usage.
10967         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10968         if the move is internal, so that nnimap can do fast internal moves.
10970         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10971         data.
10972         (gnus-read-active-for-groups): Support finishing the early retrieval of
10973         data.
10975         * gnus-range.el (gnus-range-nconcat): New function.
10977         * gnus-int.el (gnus-finish-retrieve-group-infos)
10978         (gnus-retrieve-group-data-early): New functions.
10980 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10982         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10983         (nnrss-retrieve-groups):
10984         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10985         (pop3-quit): Use with-current-buffer.
10987 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10989         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10990         instead of nnheader-accept-process-output.
10992         * gnus-html.el (gnus-html-schedule-image-fetching)
10993         (gnus-html-prefetch-images): Replace process-kill-without-query by
10994         gnus-set-process-query-on-exit-flag.
10996 2010-09-16  Romain Francoise  <romain@orebokech.com>
10998         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11000 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11003         parameter to unintern is mandatory-ish in Emacs 24.
11005         * gnus-html.el (gnus-html-schedule-image-fetching)
11006         (gnus-html-prefetch-images): Check for curl before using it.
11008         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11009         depend on curl, which isn't essential.
11011         * imap.el: Revert back to version
11012         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11013         seem problematic.
11015 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11017         * gnus-registry.el (gnus-registry-install-shortcuts):
11018         Explicitly pass `obarray' to `unintern' to avoid a warning.
11020 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11023         change.
11025         * nnrss.el (nnrss-request-list): Remove this function and related
11026         functions, including the moreover stuff.
11028 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030         * nnrss.el (nnrss-retrieve-groups): New function.
11032 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11034         * .dir-locals.el: Add no-byte-compile cookie.
11036 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11038         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11039         for back end that doesn't support request-scan.
11041 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11044         then do request scans from the backends.
11046         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11047         avoid running a hook per line, since this takes a lot of time,
11048         profiling shows.
11049         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11050         directly if gnus-visual-p is true.
11052 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11054         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11055         groups; replace mapcar with dolist which is a bit faster; pass groups
11056         info to gnus-read-active-file-1.
11057         (gnus-read-active-file-1): Scan only specified groups if the new
11058         optional arg `infos' is given.
11060 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11064         * pop3.el (pop3-movemail): Remove.
11065         (pop3-streaming-movemail): Rename to pop3-movemail.
11067         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11068         don't restrict end-tag searches to the end of the line.
11070 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11072         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11073         articles of every unchecked group to t, which means unknown since the
11074         server has never been opened.
11076 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078         * gnus-html.el (gnus-html-show-alt-text): New command.
11079         (gnus-html-browse-image): Ditto.
11080         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11081         to browse the image directly.
11082         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11083         better.
11085         * gnus-async.el (gnus-async-article-callback):
11086         Call `gnus-html-prefetch-images' unconditionally.
11088         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11089         before feeding URLs to curl.
11091 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11093         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11094         internal images as deletable by `W D D'.
11096         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11097         (gnus-async-article-callback): Fix typo.
11099 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11102         current line to work around bugs in the output from w3m.
11104         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11105         for groups that want that.
11107         * nntp.el (nntp-wait-for-string): Supply a timeout for
11108         accept-process-output to ensure progress.
11110         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11111         level to get unread articles from, then use that for foreign groups,
11112         too.
11114         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11115         confuses the rest of the function.
11117         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11118         for the methods that support -retrieve-groups, too.
11120         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11122 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11124         * pop3.el: Require cl when compiling.
11125         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11127 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11129         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11130         that aren't going to be activated.
11131         (gnus-get-unread-articles): Fix up the last commit.
11133         * gnus-html.el (gnus-article-html): Allow calling without specifying
11134         the handle.  In that case, dissect the buffer first.
11136         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11138         * nnimap.el (nnimap-open-connection): Revert the change that would look
11139         into authinfo for imaps instead of imap.
11141         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11142         say that you don't want to call gnus-request-group with don-check, but
11143         do check the response.  This is for virtual groups only.
11144         (gnus-get-unread-articles): Count the archive groups as secondary, so
11145         that they're activated the same way as before.
11147         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11148         case-insensitively.
11149         (nnimap-debug): Remove.
11151         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11152         mail from a file, and the file doesn't exist.
11154         * pop3.el (pop3-streaming-movemail): Return t for success.
11156         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11157         .authinfo if we're using ssl connection.
11159         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11160         already have if we're in a main Gnus `g' run.
11162         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11164 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11166         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11168         * nnmh.el (nnmh-request-list-1): Bind `file'.
11170         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11171         alias to set-process-query-on-exit-flag or process-kill-without-query.
11172         (pop3-open-server): Use it.
11174 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11177         box to the Incoming file.  Fixes mistake in previous checkin.
11179         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11180         request loop (for debugging purposes) removed.
11182         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11183         culprit is more visible.
11184         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11185         (nnml-add-incremental-nov): New functions to do "incremental" nov
11186         updates, where we just append to the end of the existing nov files
11187         without reading/writing them in full.
11189         * mail-source.el (mail-source-delete-crash-box): Really only check the
11190         incoming files once in a while.
11192         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11194         * mail-source.el (mail-source-delete-crash-box): Only check the
11195         incoming files for deletion once per day to save a lot of file
11196         accesses.
11198         * pop3.el (pop3-logon): Fix up unbound variable typo.
11200         * mail-source.el (pop3-streaming-movemail): Autoload.
11202         * pop3.el (pop3-streaming-movemail):
11203         Respect pop3-leave-mail-on-server.
11205         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11206         retrieval.
11208         * pop3.el (pop3-process-filter): Remove unused function.
11209         (pop3-streaming-movemail, pop3-send-streaming-command)
11210         (pop3-wait-for-messages, pop3-write-to-file)
11211         (pop3-number-of-responses): New functions for streaming pop3
11212         retrieval.
11214         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11215         come from no known methods.
11216         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11217         list.
11219         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11220         message sizes.
11221         (pop3-movemail): Use erase-buffer instead of looping and deleting
11222         regions, which seems rather odd.
11224         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11225         file once per `g' run.
11227         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11228         directories.  This makes the draft queue directory work.
11230         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11231         data from the backends, so that we only request the list of groups from
11232         each method once.  This should speed things up considerably.
11234         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11235         detect that it's not implemented.
11237         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11238         we actually do recurse down into the tree, but don't stat all leaf
11239         nodes.
11241         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11242         then say so instead of bugging out.
11244         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11245         files exist before trying to read them.
11247         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11248         around <pre_int>.
11250         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11252         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11254 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256         * mm-util.el (mm-image-load-path): Just return the image directories,
11257         not all directories in the path in addition to the image directories.
11258         (mm-image-load-path): Maintain a cache of the image directories so that
11259         the `g' command in Gnus doesn't have to stat dozens of directories each
11260         time.
11262         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11263         (gnus-html-wash-tags): Add a new `i' command to insert images.
11264         (gnus-html-insert-image): New command and keystroke.
11265         (gnus-html-redisplay-with-images): New command and keystroke.
11266         (gnus-html-show-images): Rename command.
11267         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11268         spacers.
11269         (gnus-html-wash-tags): Decode entities at the end, so that entities
11270         inside the tags don't mess up the rest of the "parsing".
11272         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11273         so that nnimap methods aren't agentized by default.  There's apparently
11274         many problems related to agent/imap behavior.
11276         * gnus-art.el (gnus-article-copy-string): New command and key binding.
11278         * gnus-html.el: Doc fix.
11280 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11282         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11283         glyph-width and glyph-height instead of display-graphic-p and
11284         image-size; make avoidance of displaying small images work for XEmacs.
11286         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11287         for XEmacs.
11289         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11290         of symbol that holds plist data.
11291         (gnus-process-plist): Remove plist of process after getting it.
11293 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11295         * message.el (message-generate-hashcash): Change default to
11296         'opportunistic if hashcash is installed.
11298         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11299         (gnus-html-put-image): Only call image-size once, since it's somewhat
11300         time-consuming on remote X servers.
11302 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11304         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11305         decoded contents.
11306         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11308 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11310         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11311         group line format, since it isn't very interesting.
11313         * gnus-agent.el (gnus-agent-short-article),
11314         (gnus-agent-long-article): Increase values for these two variables,
11315         since most people are likely to have more network connection and
11316         storage than before.
11318         * gnus.el (gnus-refer-article-method): Change default to 'current.
11319         When referring an article, the common behavior is to refer it from the
11320         current select method, not the native select method.  The chances of
11321         the native select method having the message in question is rather slim
11322         these days.
11324         * gnus-sum.el (gnus-auto-select-subject): Change default to
11325         `unseen-or-unread'.  I think it's likely that most people want to
11326         select an unseen article over a previously seen, but unread one.
11328         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
11329         means that in the article buffer none of the minor mode elements will
11330         be shown, usually, and this is not desirable in most cases.
11332         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11333         that commands like `d' (and the like) go to the next line in the
11334         buffer, instead of the next unread article.  I think this is the
11335         behavior that is most natural for most users.
11336         (gnus-single-article-buffer): Change default to nil, so that people can
11337         have as many article buffers open as they have summary buffer.  I think
11338         this is the most natural way for the groups to behave.
11340         * message.el (message-generate-new-buffers): Change default to
11341         `unsent', so that all new message buffers start their names with the
11342         string "*unsent", and it's easier to find the buffers if you move from
11343         them.
11345 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11348         small.  They're probably tracking images.
11349         (gnus-html-wash-tags): Remove all <pre_int> place holders.
11350         (gnus-html-rescale-image): Yet another try at getting the image sizing
11351         right.
11353         * nntp.el (nntp-request-set-mark): Refuse to do marks if
11354         nntp-marks-file-name is nil.
11356 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11358         * gnus-html.el (gnus-html-wash-tags)
11359         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11360         Better logging.
11362 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11366         * gnus-html.el (gnus-html-wash-tags): Check the value of
11367         gnus-blocked-images in the summary buffer.
11369 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11371         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11373 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11376         like "a", it seems like.
11377         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11378         since it needs to be picked from the correct buffer.
11380         * nnwfm.el: Remove.
11382         * nnlistserv.el: Remove.
11384 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11386         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11387         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11389 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391         * nnkiboze.el: Remove.
11393         * nndb.el: Remove.
11395         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11396         alt text.
11397         (gnus-html-rescale-image): Try to get the rescaling logic right for
11398         images that are just wide and not tall.
11400         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11401         overshadow variable bindings.
11403 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
11405         * gnus-html.el (gnus-html-wash-tags)
11406         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11407         Add extra logging.
11409 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11411         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11412         (gnus-max-image-proportion): New variable.
11413         (gnus-html-rescale-image): New function.
11414         (gnus-html-put-image): Rescale images.
11416 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11418         Fix up some byte-compiler warnings.
11419         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11420         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11421         (gnus-article-fill-cited-article, gnus-article-hide-citation)
11422         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11423         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11424         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11425         (gnus-group-update-group): Use save-excursion and with-current-buffer.
11427 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11429         * gnus-html.el (gnus-article-html): Decode contents by charset.
11431 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11433         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11434         (gnus-html-frame-width, gnus-blocked-images):
11435         * message.el (message-prune-recipient-rules): Add custom version.
11436         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11438         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11439         functions.
11441         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11442         gnus-process-get.
11444 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
11446         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11447         instead of lsub directly.
11449 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11451         * nnwarchive.el: Remove.
11453         * gnus-soup.el: Remove.
11455         * nnsoup.el: Remove.
11457         * nnultimate.el: Remove.
11459         * gnus-html.el (gnus-blocked-images): New variable.
11461         * message.el (message-prune-recipients): New function.
11462         (message-prune-recipient-rules): New variable.
11464         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11465         guess whether a long line is natural text or not.
11467         * gnus-html.el (gnus-html-schedule-image-fetching):
11468         Use gnus-process-plist and friends for compatibility.
11470 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * gnus-html.el: Require packages that define macros used in this file.
11473         (gnus-article-mouse-face): Declare to silence byte-compiler.
11474         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11475         process-get.
11476         (gnus-html-put-image): Use plist-get to avoid getf.
11477         (gnus-html-prefetch-images): Use with-current-buffer.
11479 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11481         * gnus-ems.el: Provide compatibility functions for
11482         gnus-set-process-plist.
11484         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11485         * gnus.el (gnus-valid-select-methods):
11486         * message.el (message-send-mail-partially-limit):
11487         * mm-decode.el (mm-text-html-renderer):
11488         * mml.el (mml-insert-mime-headers-always):
11489         * smiley.el (smiley-regexp-alist): Bump custom version.
11491 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493         * gnus-html.el: Require mm-url.
11494         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11495         with the url to `url'.
11496         (gnus-html-wash-tags): Support cid: URLs/images.
11498 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11501         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11502         bindings, as they aren't useful at all.  `w' is moved to `W w'.
11504         * gnus-move.el: Remove file, since it doesn't really work.
11506         * gnus-html.el (gnus-article-html): Tell w3m that the input is
11507         UTF-8.  This seems to fix problems with some German web feeds.
11509         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11510         at the top so that the proper colors are applied.
11512         * gnus-art.el (gnus-article-view-part): Doc fix.
11514         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11515         XEmacs-compatible.
11516         (gnus-html-put-image): Don't do images on non-graphic displays.
11518         * nnslashdot.el: Remove this unused backend.
11520         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11521         actions.
11522         (gnus-undo-register-1): Revert last change.
11524         * gnus-group.el (gnus-group-completing-read): Protect against not
11525         having completion-styles bound.
11527         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11528         make broken recipients happier.
11530         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11532         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11533         point parameter.
11535         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11536         completion-styles for group selection.
11538 2009-02-04  Andreas Schwab  <schwab@suse.de>
11540         * gnus-score.el (gnus-score-string): Fix regex for matching extra
11541         headers and regexp-quote the match if necessary.
11543 2009-03-24  Miles Bader  <miles@gnu.org>
11545         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11546         the blinking smiley.
11548 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11550         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11551         blink smiley.
11553 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11555         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11556         where the dribbel file lives exists.
11558         * message.el (message-send-mail-partially-limit): Change the default to
11559         nil, since most people don't want this.
11561         * mm-url.el (mm-url-decode-entities): Also decode entities like
11562         &#x3212.
11564 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11566         * gnus-sum.el (gnus-summary-idna-message):
11567         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11568         Hyperlink urls in docstrings with URL `...'.
11570 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11572         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11573         functions.
11575 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11577         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11578         say what the mouseover text should be.
11580         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11581         version of the mm-w3m-safe-url-regexp variable to only download images
11582         in the groups where we want that to happen.
11584         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11586         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11587         easier debugging.
11588         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11589         big pictures in the article buffer.
11591         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11592         gnus-article-html.
11593         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11594         w3m.
11596         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11598 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11600         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11601         which doesn't exist.
11603         * message.el (message-inhibit-ecomplete): New variable to allow some
11604         function to inhibit ecomplete address storage.
11605         (message-resend): Disable ecomplete message storage when resending
11606         messages.
11608         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11610 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11612         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11613         Save excursion while copying, moving, and deleting articles in order to
11614         prevent the cursor from jumping to unforeseen place.
11616 2010-08-17  Glenn Morris  <rgm@gnu.org>
11618         * gnus-sync.el: Require gnus components whose functions are used.
11620         * gnus-art.el (bookmark-make-record-function):
11621         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11622         Declare for compiler.
11624         * mm-url.el (mml-compute-boundary): Autoload.
11626 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11628         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11630 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11632         Typo fix "hoo4a" -> "hook".
11634         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11636 2010-08-14  Glenn Morris  <rgm@gnu.org>
11638         * gnus-sync.el (gnus-sync): Fix defgroup version.
11640 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11642         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11644         * gnus-sync.el: Fix docs.
11645         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11646         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11648 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11650         Optimizations for gnus-sync.el.
11652         * gnus-sync.el: Add docs about gnus-sync-backend
11653         possibilities.
11654         (gnus-sync-save): Remove unnecessary message.
11655         (gnus-sync-read): Optimize and show what groups were skipped.
11657 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11659         Minor bug fixes for gnus-sync.el.
11661         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11662         Don't read the sync on get-new-news.
11664         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11665         quiet.
11667         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11668         (fix typo).
11670 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11672         Make saving and restoring of hidden threads work with overlays.
11673         Patch applied by Ted Zlatanov.
11675         * gnus-sum.el (gnus-hidden-threads-configuration)
11676         (gnus-restore-hidden-threads-configuration): Update to deal with text
11677         properties, rather than searching for a magic character.
11679 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11681         New gnus-sync.el library for synchronization of marks.
11683         * gnus-sync.el: New library for synchronization of marks.
11685         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11686         renamed from `gnus-registry-grep-in-list'.
11688         * gnus-registry.el (gnus-registry-follow-group-p):
11689         Use `gnus-grep-in-list'.
11691         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11693 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11695         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11696         determining charset of text fails.
11698 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11700         * nnmail.el (nnmail-get-new-mail-1): Revert.
11702         * nnml.el (nnml-active-number): Make sure names of newly created groups
11703         in nnml-group-alist are encoded.
11705 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11707         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11708         containing non-ASCII characters in active file for nnml back end.
11710 2010-07-24  David Engster  <dengste@eml.cc>
11712         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11713         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11715 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11717         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11718         tag (Bug#6654).
11720 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11722         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11723         the article buffer, not the summary buffer.
11725 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11727         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11728         Emacs 23 as well.
11730 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11732         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11733         Patch applied by Karl Fogel.
11735         * gnus-sum.el (gnus-summary-bookmark-make-record):
11736         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11738 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11740         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11741         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11742         C-w still not working correctly from Article buffers; Thierry's
11743         patch to fix that will be applied after this.
11745         * gnus-art.el (bookmark-make-record-function): New local variable.
11747         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11748         article buffer.
11749         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11751 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11753         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11754         on changes in bookmark.el.
11756 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11758         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11759         the *other* type of HTML form submission.
11761 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11763         * auth-source.el (auth-source-pick): If choice does not contain a
11764         questioned keyword, set the check to t.
11766 2010-06-12  Romain Francoise  <romain@orebokech.com>
11768         * gnus-util.el (gnus-date-get-time): Move up before first use.
11770 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11772         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11773         (gnus-article-edit-part): Bind it to make last part that is substituted
11774         or deleted visible.
11775         (gnus-mime-display-single): Buttonize part of which id equals to
11776         gnus-mime-buttonized-part-id.
11778 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11780         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11781         (gnus-dd-mmm): Use gnus-date-get-time.
11782         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11783         simplify logic.
11784         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11785         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11787 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11789         * auth-source.el (top): Autoload `secrets-list-collections',
11790         `secrets-create-item', `secrets-delete-item'.
11791         (auth-sources): Fix tag string.
11792         (auth-get-source, auth-source-retrieve, auth-source-create)
11793         (auth-source-delete): New defuns.
11794         (auth-source-pick): Rewrite in order to avoid 2 passes.
11795         (auth-source-forget-user-or-password): New parameter USERNAME.
11796         (auth-source-user-or-password): New parameters CREATE-MISSING and
11797         DELETE-EXISTING.  Retrieve password interactively, if needed.
11799 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11801         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11802         deleting unused directories when gnus-expert-user is t.
11804 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11806         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11807         for each temp file when gnus-article-browse-delete-temp is ask.
11809 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11811         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11813 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11815         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11816         article unless decoding article to be saved.
11818 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11820         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11821         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11822         generated within the mm-with-unibyte-current-buffer macro.
11824 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11826         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11827         to nil when we're in a mml-preview buffer and no group is selected.
11829 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11831         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11832         when catching the `C-g'.  Reported by "Leo".
11834 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11836         * message.el (message-forward-make-body-plain)
11837         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11838         multibyte-string-p.
11840 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11842         * message.el (message-forward-make-body-mml): Assume original message
11843         is multibyte string; error on unibyte.
11844         (message-forward-make-body-plain): Ditto; don't add excessive newline
11845         in body end.
11847 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11849         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11850         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11852 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11854         * mm-extern.el (mm-extern-url): Don't use
11855         mm-with-unibyte-current-buffer.
11856         (mm-extern-cache-contents): Use with-current-buffer instead of
11857         save-excursion + set-buffer.
11859 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11861         * mm-util.el (mm-emacs-mule): Remove.
11863 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11865         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11866         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11867         change.
11869 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11871         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11872         bind the default value of enable-multibyte-characters to nil.
11874 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11876         * message.el (message-forward-make-body-plain)
11877         (message-forward-make-body-mml):
11878         Don't use mm-with-unibyte-current-buffer.
11880 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11882         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11883         (Bug#5592).
11885 2010-05-07  Julien Danjou  <julien@danjou.info>
11887         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11888         it to mm-pipe-part.
11890         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11891         it is given.
11893 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11895         * nnweb.el (nnweb-gmane-search):
11896         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11897         XEmacs.
11899         * gnus-art.el (gnus-article-browse-html-parts):
11900         * gnus-group.el (gnus-read-ephemeral-gmane-group)
11901         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11902         make-temp-file.
11904         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11905         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11906         compiling.
11908         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11909         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11910         XEmacs when compiling.
11912         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11913         gnus-pick-mode-off-hook for XEmacs when compiling.
11914         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11915         gnus-binary-mode-off-hook for XEmacs when compiling.
11917         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11918         Return nil if char-charset is not available.
11920         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11921         macro.
11923         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11924         instead of encode-coding-string.
11926         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11927         'xemacs) instead of mm-emacs-mule to switch function definitions.
11928         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11930 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11932         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11934 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11936         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11937         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11939 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11941         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11942         alias `jka-compr-delete-temp-file' no longer exists.
11944 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11946         Use define-minor-mode in Gnus where applicable.
11947         * mml.el (mml-mode): Use define-minor-mode.
11948         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11949         (gnus-undo-mode): Use define-minor-mode.
11950         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11951         (gnus-dead-summary-mode): Use define-minor-mode.
11952         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11953         Initialize in declaration.
11954         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11955         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11956         (gnus-mailing-list-mode): Use define-minor-mode.
11957         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11958         (gnus-draft-mode): Use define-minor-mode.
11959         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11960         (gnus-dired-mode): Use define-minor-mode.
11962 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11964         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11965         handles on recursive mml-to-mime translation and check them for
11966         boundary delimiter collisions.  Reported by Greg Troxel.
11968 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11970         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11972 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11974         * mm-util.el (mm-find-buffer-file-coding-system):
11975         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11977 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11979         * message.el (message-generate-headers): Record insertion of optional
11980         headers as well.  Otherwise the check to prevent repeated insertion of
11981         optional headers is a no-op.
11983 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11985         * smime.el: Don't mention CVS.
11987         * nnrss.el (nnrss-fetch): Don't mention CVS.
11989         * nnir.el: Don't mention CVS.
11991 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11993         * gnus-sum.el (gnus-summary-bookmark-make-record):
11994         Add `location' field.
11996 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11998         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11999         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12000         Use with-current-buffer to silence the byte-compiler.
12001         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12002         bother to require `gnus'.
12003         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12005 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12007         * gnus-sum.el (gnus-summary-bookmark-make-record)
12008         (gnus-summary-bookmark-jump): New functions.
12009         (gnus-summary-mode): Setup bookmark support.
12011 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12013         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12014         if set.
12016 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12018         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12019         gnus-article-browse-html-save-cid-image; make it work recursively for
12020         forwarded messages as well.
12021         (gnus-article-browse-html-parts): Work when prefix arg is given.
12022         (gnus-article-browse-html-article): Doc fix.
12024 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12026         * message.el (message-default-mail-headers)
12027         (message-default-headers): Carry the value mail-default-headers over
12028         into message-default-mail-headers, rather than message-default-headers.
12030 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12032         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12033         charset.
12035         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12036         charset into the <meta> tag when the article is encoded to utf-8.
12038 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12040         * gnus-art.el (gnus-article-browse-delete-temp-files):
12041         Delete directories as well.
12042         (gnus-article-browse-html-parts): Work for images that do not specify
12043         file names; delete temp directory when quitting; insert header at the
12044         right place; use file: scheme for image files.
12046 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12048         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12049         (gnus-article-browse-html-parts): Use it to make temporary cid image
12050         files in addition to html file so that browser may display them.
12052 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12054         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12056 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12058         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12060 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12062         * auth-source.el (auth-sources): Change default to be simpler.
12063         Explain about Secret Service API sources.  Improve Customize options.
12064         (auth-source-pick): Change to accept any number of search parameters.
12065         Implement fallbacks iteratively, not recursively.  Add scoring on the
12066         second pass and sort by score.  Call Secret Service API when needed.
12067         (auth-source-user-or-password): Use it.  Call Secret Service API
12068         directly when needed to get the user name and the password.
12070 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12072         * message.el (message-interactive): Doc fix.
12073         (message-qmail-inject-args): Reflow.
12074         (message-kill-to-signature): Fix typo in docstring.
12076         * smiley.el (smiley-buffer): Fix typo in docstring.
12078 2010-03-24  Glenn Morris  <rgm@gnu.org>
12080         * mail-source.el (gnus-message): Declare.
12081         (mail-source-delete-old-incoming): Require gnus-util.
12083 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12085         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12087         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12089         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12090         password-cache's default if it is not bound.
12091         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12092         password-cache-expiry's default if it is not bound.
12094         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12095         available in Emacs 21.
12097 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12099         * auth-source.el (auth-sources): Fix up definition so extra parameters
12100         are always inline.
12102 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12104         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12105         wasn't updated after mismatch.  Clear cached mailbox info correctly
12106         when uidvalidity changes.
12107         (nnimap-group-prefixed-name): New function to avoid some code
12108         duplication.
12109         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12110         (nnimap-request-group): Use it.
12111         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12112         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12113         with many imap folders.  This is done by caching the group status from
12114         the imap server persistently in a group parameter `imap-status'.  (This
12115         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12116         but not persistently, so every Gnus startup was still very slow.)
12118 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12120         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12121         secrets.el dependency.
12122         (auth-sources): Add optional user name.  Add secrets.el configuration
12123         choice (unused right now).
12125 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12127         * gnus-sum.el (gnus-summary-make-menu-bar):
12128         Let `gnus-registry-install-shortcuts' fill in the functions.
12130         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12131         warnings.
12132         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12133         (gnus-registry-install-shortcuts): Populate and use it in a
12134         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12136 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12138         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12139         In-place substitutions for the group name encoding/decoding.
12140         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12141         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12142         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12143         (nnimap-update-unseen, nnimap-request-list)
12144         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12145         (nnimap-request-set-mark, nnimap-split-to-groups)
12146         (nnimap-split-articles, nnimap-request-newgroups)
12147         (nnimap-request-create-group, nnimap-request-accept-article)
12148         (nnimap-request-delete-group, nnimap-request-rename-group)
12149         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12150         `encoded-mbx' for consistency.
12151         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12152         variable `imap-current-mailbox'.
12154         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12155         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12157 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12159         * pop3.el (pop3-display-message-size-flag): Display message size byte
12160         counts during POP3 download.
12161         (pop3-movemail): Use it.
12162         (pop3-list): Implement listing of available messages.
12164 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12166         * nnir.el (nnir-get-article-nov-override-function): New function to
12167         override the normal NOV retrieval.
12168         (nnir-retrieve-headers): Use it.
12170 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12172         * auth-source.el (netrc-machine-user-or-password): Autoload.
12174 2010-03-19  Glenn Morris  <rgm@gnu.org>
12176         Stop message.el from loading about 40 libraries it doesn't always need.
12177         The general approach is to autoload rather than require, and to
12178         require in the specific functions rather than the file.  (Bug#5642)
12180         * gmm-utils.el: Don't require wid-edit.
12181         (widget-create-child-value, widget-convert, widget-default-get):
12182         Autoload.
12184         * gnus-util.el: Don't require time-date, netrc.
12185         (message-fetch-field, gnus-group-name-decode): Declare rather than
12186         autoloading.
12187         (gnus-fetch-field): Require message.
12188         (gnus-decode-newsgroups): Require gnus-group.
12190         * ietf-drums.el: Don't require time-date.
12192         * message.el: Don't require hashcash, canlock, ecomplete.
12193         Do require mail-utils.  Require nnheader only when compiling.
12194         (smtpmail-default-smtp-server): Remove declaration.
12195         (message-send-mail-function): Check smtpmail-default-smtp-server
12196         is bound rather than requiring smtpmail.
12197         (message-auto-save-directory, message-insert-signature):
12198         Use expand-file-name rather than nnheader-concat.
12199         (nnheader-insert-file-contents): Autoload.
12200         (hashcash-wait-async): Declare.
12201         (message-send-mail): Only call gnus-setup-posting-charset if
12202         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
12203         (message-send-mail-with-sendmail): Require sendmail.
12204         (canlock-password, canlock-password-for-verify): Declare.
12205         (message-canlock-password): Require canlock.
12206         (nnheader-get-report): Autoload.
12207         (gnus-setup-posting-charset): Declare.
12208         (message-send-news): Require gnus-msg.
12209         (message-make-references, message-make-in-reply-to): Use mail-header-id
12210         rather than the alias mail-header-message-id.
12211         (ecomplete-add-item, ecomplete-save): Declare.
12212         (message-put-addresses-in-ecomplete): Require ecomplete.
12213         (ecomplete-display-matches): Autoload.
12215         * mm-decode.el: Don't require mailcap, gnus-util.
12216         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12217         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12218         Autoload.
12219         (mailcap-mime-extensions): Declare.
12221         * mm-encode.el: Don't require mailcap.
12222         (mailcap-extension-to-mime): Autoload.
12224         * mml-sec.el: Don't require password-cache.
12226         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12227         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12228         (mml-minibuffer-read-type): Require mailcap.
12229         (mml-preview): Require gnus-msg.
12231         * mml1991.el: Require password-cache.
12232         (password-cache-expiry): Remove declaration.
12234         * mml2015.el: Require password-cache.
12235         (password-cache-expiry): Remove declaration.
12237         * nneething.el (mailcap): Require mailcap.
12239         * nnheader.el (declare-function): Add compatibility stub.
12240         (message-remove-header): Declare rather than autoload.
12241         (nnheader-replace-header): Require message.
12243         * nnimap.el (declare-function): Add compatibility stub.
12244         (netrc-parse, netrc-machine-user-or-password): Declare.
12245         (nnimap-open-connection): Require netrc.
12247         * nntp.el (declare-function): Add compatibility stub.
12248         (netrc-parse, netrc-machine, netrc-get): Declare.
12249         (nntp-send-authinfo): Require netrc.
12251         * rfc2047.el: Don't require qp.
12252         (quoted-printable-encode-region, quoted-printable-decode-string):
12253         Autoload.
12255         * sieve-mode.el: Don't require easymenu.
12256         (easy-menu-add-item): Autoload it.
12258         * spam-stat.el (time-to-number-of-days): Autoload it.
12260 2010-03-17  Kevin Ryde  <user42@zip.com.au>
12262         * mml.el (mml-read-tag): Unquote values with `read' to reverse
12263         prin1 in mml-insert-tag (just stripping the quotes gave wrong
12264         value if any backslash escapes).
12266 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12268         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12269         if it is available.  (bug#5647)
12271 2010-02-26  Glenn Morris  <rgm@gnu.org>
12273         * message.el (message-send-mail-function): Change the default, so that
12274         it inherits from a customized send-mail-function.  (Bug#5643)
12276 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12278         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12279         shell-command-to-string signals an error (bug#5299).
12281 2010-02-24  Glenn Morris  <rgm@gnu.org>
12283         * message.el (message-smtpmail-send-it)
12284         (message-send-mail-with-mailclient): Doc fixes.
12286 2010-02-16  Glenn Morris  <rgm@gnu.org>
12288         * message.el (message-default-mail-headers): Change the default value
12289         to ease the transition from mail-mode to message-mode.  (Bug#5555)
12291 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12293         * message.el (message-mail): Just pass yank-action on to message-setup.
12294         (message-setup): Handle (FUN . ARGS) form of yank-action.
12295         (message-with-reply-buffer, message-widen-reply)
12296         (message-yank-original): Handle non-buffer values of
12297         message-reply-buffer (Bug#4080).
12298         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12300 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12302         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12303         Fix typo in docstring.
12305 2010-01-08  Jason Rumney  <jasonr@gnu.org>
12307         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12308         response.
12310 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12312         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12314         * message.el (message-check-news-header-syntax): Protect against a
12315         string that `rfc822-addresses' returns when parsing fails.
12317 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12319         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12320         (gnus-previous-char-property-change): New functions.
12322         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12324 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
12326         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12327         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
12329 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12331         * message.el (message-exchange-point-and-mark): Rework last change to
12332         avoid using optional arg of exchange-point-and-mark, for backward
12333         compatibility.
12335 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12337         * message.el (message-exchange-point-and-mark):
12338         Call exchange-point-and-mark with an argument rather than setting
12339         mark-active by hand (Bug#5175).
12341 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12343         * nntp.el (nntp-service-to-port): Work for service expressed with
12344         numeric string; replace [:digit:] with [0-9] for XEmacs.
12346 2009-12-17  Glenn Morris  <rgm@gnu.org>
12348         * gnus-group.el (gnus-bug-group-download-format-alist):
12349         Change emacs entry to debbugs.gnu.org.  Bump :version.
12351 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12353         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12355 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12357         * message.el (message-info): Explain why we use `Info-goto-node'.
12359 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12361         * message.el (message-completion-in-region): New compatibility function.
12362         (message-expand-group): Use it.
12364 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12366         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12367         with no unread article should be listed if the 2nd arg `predicate' is
12368         given.
12370 2009-11-29  Juri Linkov  <juri@jurta.org>
12372         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12373         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
12374         on `gnus-recenter'.  (Bug#4698, Bug#4981)
12376 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12378         * message.el (message-from-style, message-interactive)
12379         (message-signature): Always set default values from the corresponding
12380         mail-* variables.
12381         (message-cite-prefix-regexp, message-sendmail-envelope-from)
12382         (message-yank-prefix, message-indentation-spaces)
12383         (message-signature-file, message-default-headers): Use boundp rather
12384         than (featurep 'xemacs) to check if the corresponding mail-* variables
12385         exist.
12387 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
12389         * message.el (message-send-mail-with-sendmail): Revert last change.
12391 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
12393         * message.el (message-from-style, message-interactive)
12394         (message-cite-prefix-regexp, message-sendmail-envelope-from)
12395         (message-yank-prefix, message-indentation-spaces, message-signature)
12396         (message-signature-file, message-default-headers): For GNU Emacs, set
12397         default values from the corresponding mail-* variables.
12398         (message-send-mail-with-sendmail): Use envelope-from only if
12399         mail-specify-envelope-from is non-nil.
12401 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12403         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12404         containing tspecial characters if they have been already quoted.
12406 2009-10-24  Glenn Morris  <rgm@gnu.org>
12408         * gnus-art.el (help-xref-stack-item): Define for compiler.
12410 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12412         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12414 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12416         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12417         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12419 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12421         * gnus.el (gnus-overlay-get): New alias to overlay-get.
12422         (gnus-overlays-in): New alias to overlays-in.
12424         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12425         gnus-overlay-get, and gnus-delete-overlay.
12426         (gnus-summary-show-thread): Make it work as well for systems in which
12427         next-single-char-property-change is not available.
12428         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12430 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
12432         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12434 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12436         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12437         and XEmacs that don't have `remove-overlays'.
12439 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12441         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12442         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12443         selective display.  Use overlays instead.
12445 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12447         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12449 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12451         * spam-stat.el (spam-stat-load): Fix typo in message.
12453 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12455         * gnus-art.el (gnus-article-encrypt-body):
12456         * message.el (message-check-recipients):
12457         * mm-util.el (mm-codepage-setup):
12458         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12459         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12461 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12463         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12464         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12465         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12466         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12467         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12469 2009-09-18  Glenn Morris  <rgm@gnu.org>
12471         * gnus-diary.el (gnus-diary-check-message):
12472         * message.el (message-insert-formatted-citation-line):
12473         * nnbabyl.el (top-level):
12474         * nndiary.el (nndiary-schedule):
12475         Fix typos in condition-case handlers.
12477 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12479         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12480         configuration that provides the sole article window in a frame;
12481         position point correctly after deleting a part.
12483 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12485         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12486         (spam-resolve-registrations-routine): Use it to unregister articles
12487         that change status.
12489 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12491         * nnrss.el (nnrss-request-article): Remove binding of
12492         default-enable-multibyte-characters that has gotten needless by
12493         the 2007-07-13 change in rfc2047-encode-message-header.
12495         * mml.el (mml-insert-multipart): Error on the message header.
12496         (mml-insert-part): Error on the message header; position point at
12497         the end of a MIME tag.
12499 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12501         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12502         (gnus-float-time): Alias to float-time if it exists.
12504         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12505         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12506         float-time is available; suppress compile warning for time-to-seconds.
12508 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12510         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12511         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12512         Add the optional argument `encoding' that overrides the default.
12514         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12515         mm-encode-buffer.
12517 2009-09-04  Glenn Morris  <rgm@gnu.org>
12519         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12520         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12521         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12522         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12523         * mm-util.el (mm-with-unibyte-current-buffer)
12524         (mm-find-buffer-file-coding-system):
12525         * yenc.el (yenc-decode-region): Use default-value rather than
12526         default-enable-multibyte-characters.
12528 2009-09-03  Glenn Morris  <rgm@gnu.org>
12530         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12531         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12532         than default-enable-multibyte-characters.
12534 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12536         * gnus-art.el (gnus-article-read-summary-keys):
12537         Fix gnus-buffer-configuration's value temporarily used.
12539 2009-09-02  Glenn Morris  <rgm@gnu.org>
12541         * gnus-util.el (gnus-float-time): New function.
12542         * gnus-delay.el (gnus-delay-article):
12543         * gnus-sum.el (gnus-thread-latest-date):
12544         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12545         * nnspool.el (nnspool-request-newgroups):
12546         Use gnus-float-time rather than time-to-seconds.
12547         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12549         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12550         (gnus-header-subject-face, gnus-header-newsgroups-face)
12551         (gnus-header-name-face, gnus-header-content-face):
12552         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12553         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12554         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12555         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12556         (gnus-cite-face-11):
12557         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12558         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12559         (gnus-server-closed-face, gnus-server-denied-face)
12560         (gnus-server-offline-face):
12561         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12562         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12563         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12564         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12565         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12566         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12567         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12568         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12569         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12570         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12571         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12572         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12573         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12574         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12575         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12576         (gnus-summary-high-undownloaded-face)
12577         (gnus-summary-low-undownloaded-face)
12578         (gnus-summary-normal-undownloaded-face)
12579         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12580         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12581         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12582         (gnus-splash-face):
12583         * message.el (message-header-to-face, message-header-cc-face)
12584         (message-header-subject-face, message-header-newsgroups-face)
12585         (message-header-other-face, message-header-name-face)
12586         (message-header-xheader-face, message-separator-face)
12587         (message-cited-text-face, message-mml-face):
12588         * sieve-mode.el (sieve-control-commands-face)
12589         (sieve-action-commands-face, sieve-test-commands-face)
12590         (sieve-tagged-arguments-face):
12591         * spam.el (spam-face):
12592         Mark face aliases with "-face" in the name as obsolete.
12594 2009-09-01  Glenn Morris  <rgm@gnu.org>
12596         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12597         than goto-line.
12599 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12601         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12602         Don't move point if the command is invoked inside the message header.
12604 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12606         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12607         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12608         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12609         * nnir.el (nnir-swish-e-index-file):
12610         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12611         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12612         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12613         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12614         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12615         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12617 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12619         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12620         Don't save excursion.
12622 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12624         * nnheader.el (nnheader-find-file-noselect):
12625         * mm-util.el (mm-insert-file-contents):
12626         Use (default-value 'major-mode) instead of default-major-mode.
12628 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12630         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12632 2009-08-25  Glenn Morris  <rgm@gnu.org>
12634         * nnir.el (top-level): Don't require cl at run-time.
12635         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12636         Replace cl-function substitute with gnus-replace-in-string.
12637         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12638         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12639         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12640         simplified expansions.
12642 2009-08-22  Glenn Morris  <rgm@gnu.org>
12644         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12645         goto-line.
12647 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12649         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12651         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12652         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12653         (gnus-mm-display-part, gnus-mime-display-single)
12654         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12655         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12657         * gnus-sum.el
12658         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12659         (gnus-summary-move-article): Add expirable mark to articles copied or
12660         moved to group that has auto-expire turned on if the option is non-nil.
12662 2009-07-24  Glenn Morris  <rgm@gnu.org>
12664         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12665         Fix typo.  (Bug#3903)
12667 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12669         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12670         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12671         that should not be used for draft articles.
12672         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12673         that has no concern in minor mode keys.
12674         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12675         Abolish.
12677 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12679         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12680         article without making inquiry to a user for unknown encoding.
12682         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12683         (nnmaildir--scan): Assume i-node and device number that file-attributes
12684         returns might be cons-cell.
12686 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12688         * auth-source.el: Remove docs now in auth.texi.  Don't use
12689         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12690         `auth-source-hide-passwords' and use them.
12692 2009-07-15  Glenn Morris  <rgm@gnu.org>
12694         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12696 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12698         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12699         excessive whitespace from the default values of title and description.
12701 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12703         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12704         mail-fetch-field to fetch Content-Description header in order to
12705         exclude newlines.
12707 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12709         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12710         to deleted part.
12712 2009-05-30  David Engster  <dengste@eml.cc>
12714         * nnmairix.el: Remove old documentation in the commentary block.
12715         (nnmairix-request-group): Do not update active file for nnml back ends.
12716         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12717         end so that overview files are ignored.
12718         (nnmairix-update-groups): Make updating the groups more robust by using
12719         marks.
12720         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12721         with dollar characters in message-id.
12723 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12725         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12726         2008-12-25 in dns.el.
12728 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12730         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12731         could happen if the text is only composed of spaces and/or tabs.
12733 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12735         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12736         when sending a queued message to avoid extra mml tags.
12738 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12740         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12742 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12744         * gnus-dired.el: Remove autoload for gnus-setup-message.
12745         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12746         displaying Gnus logo; always use compose-mail.
12748 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12750         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12752 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12754         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12755         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12756         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12757         available.
12758         (gnus-nocem-epg-verify): New function.
12760 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12762         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12764 2009-02-15  Glenn Morris  <rgm@gnu.org>
12766         * gnus-util.el (rmail-insert-rmail-file-header)
12767         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12768         autoloads.
12769         (rmail-default-rmail-file): Remove unnecessary declaration.
12770         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12772 2009-02-14  Glenn Morris  <rgm@gnu.org>
12774         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12775         variable (only used in gnus-util, which declares it anyway).
12776         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12777         which was only needed by gnus-art (changed to not use it any more).
12778         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12779         only used in gnus-util, which autoloads it itself.
12780         (rmail-update-summary): Fix autoload.
12782         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12783         rather than rmail-output-to-rmail-file.
12785 2009-02-07  Glenn Morris  <rgm@gnu.org>
12787         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12788         autoload of function that no longer exists.
12789         (rmail-toggle-header): Declare.
12790         (message-forward-rmail-make-body): Handle mbox Rmail.
12792 2009-01-31  Glenn Morris  <rgm@gnu.org>
12794         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12795         2009-01-09 change.
12797 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12799         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12800         (auth-source-forget-all-cached): New convenience function.
12801         (auth-source-user-or-password): Accept list of modes or a single mode.
12803         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12804         auth-source modes.
12806         * nnimap.el (nnimap-open-connection): Use list of
12807         auth-source modes.
12809         * nntp.el (nntp-send-authinfo): Use list of
12810         auth-source modes.
12812 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12814         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12815         now.
12817 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12819         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12820         coding system in XEmacs; add a workaround for XEmacs.
12822 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12824         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12825         of current-language-environment.
12827 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12829         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12830         available at runtime.
12832 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12834         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12836 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12838         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12839         the greatest positive fixnum value doesn't work under an XEmacs with
12840         bignum support; use the most-positive-fixnum constant instead,
12841         available since Emacs 21.1 with cl and XEmacs 21.1.
12843 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12845         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12846         XEmacs gets not to work.
12848 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12850         * mm-util.el (mm-coding-system-priorities): Allow the value like
12851         "Japanese (UTF-8)" of current-language-environment.
12853 2009-01-09  Glenn Morris  <rgm@gnu.org>
12855         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12856         with last-command-event.
12858 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12860         * message.el (message-fix-before-sending): Amend comment.
12862 2009-01-07  David Engster  <dengste@eml.cc>
12864         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12865         simplified server definitions by converting it via
12866         gnus-server-to-method.
12868 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12870         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12871         parameter's operands.
12873 2009-01-06  David Engster  <dengste@eml.cc>
12875         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12876         primary select method (for gnus-group-mark-article-as-read).
12878 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12880         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12881         `(gnus)Face', not `(gnus)X-Face'.
12883 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12885         * mm-util.el (mm-ucs-to-char): New function.
12887         * mm-url.el (mm-url-decode-entities): Use it.
12889 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12891         * message.el (message-fix-before-sending): Add `eight-bit' to
12892         illegible-text check.
12894 2009-01-03  Michael Olson  <mwolson@gnu.org>
12896         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12897         `headers' is nil.  This can occur if the IMAP server does not have
12898         permissions to read messages from a folder, but can write new messages
12899         to the folder.
12900         (nnimap-request-article-part): Do not insert `data' if it is nil.
12902 2009-01-01  Dave Love  <fx@gnu.org>
12904         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12906         * nnimap.el: Fix author email.
12907         (nnimap-split-rule): Add FIXME comment.
12908         (nnimap-debug): Fix doc string.
12910 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12912         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12913         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12914         to check if those variables exist (first appeared in Emacs 18.50).
12916 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12918         * mm-util.el (mm-line-number-at-pos): New function.
12920         * spam-report.el (spam-report-process-queue): Use it.
12922 2008-12-24  David Engster  <dengste@eml.cc>
12924         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12925         parameters that haven't existed as variables as buffer-local variables.
12927 2008-12-23  Dave Love  <fx@gnu.org>
12929         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12930         cadar.
12932         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12933         imap-starttls-p.
12934         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12936 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12938         * spam-report.el (spam-report-gmane-max-requests): New constant.
12939         (spam-report-gmane-wait): New variable.
12940         (spam-report-gmane-ham, spam-report-gmane-spam)
12941         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12942         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12943         the server.
12945         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12946         Add explanations.
12948         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12949         nnheader-accept-process-output and nnheader-read-timeout if available.
12950         (pop3-movemail): Use it.
12952         * message.el (message-check-news-body-syntax): Fix signature check if
12953         there's an attachment.
12955 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12957         * mm-util.el: Add comments to the mm- emulating functions.
12959 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12961         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12962         Reported by Stephen Berman <stephen.berman@gmx.net>.
12964 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12966         * mm-util.el (mm-substring-no-properties): New function.
12967         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12968         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12969         (mm-string-to-multibyte): Doc fix.
12971         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12973 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12975         * mml.el (mml-attach-file): Strip text properties from file name.
12976         (Bug#1574)
12978 2008-12-16  Glenn Morris  <rgm@gnu.org>
12980         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12982 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12984         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12985         knows since the charset specified might be a bogus alias that
12986         mm-charset-synonym-alist provides.
12988 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12990         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12991         "ISO_8859-1".
12993         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12995 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12997         * mm-util.el (mm-charset-eval-alist):
12998         Define it before mm-charset-to-coding-system.
12999         (mm-charset-to-coding-system): Add optional argument `silent';
13000         define it before mm-charset-override-alist.
13001         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13002         default value if it can be used in Emacs currently running;
13003         silence mm-charset-to-coding-system.
13005 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13007         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13008         `allow-override' which says whether to use `mm-charset-override-alist'.
13009         (rfc2047-decode-encoded-words): Use it.
13011         * mm-util.el (mm-charset-override-alist): Fix custom type;
13012         add `(gb2312 . gbk)' to choices.
13014 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13016         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13017         fast.
13019         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13021 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
13023         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13024         on links.
13026         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13028 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13030         * message.el (message-idna-to-ascii-rhs-1): Protect against local
13031         users' addresses that don't have domain parts.
13032         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13033         rather than message-narrow-to-head since there will be the message
13034         header separator.
13036 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13038         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13039         since the result is inserted in a unibyte buffer anyway.
13040         (nnimap-demule-use-string-to-multibyte): Remove.
13041         (nnimap-demule): Alias it to mm-string-to-multibyte.
13043 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13045         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13046         variable for debugging bug#464 and bug#1174.
13047         (nnimap-demule): Use it.
13049 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13051         * gnus-score.el (gnus-score-find-trace): Handle default score in total
13052         score calculation correctly.
13054 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13056         * message.el (message-send-mail): Just set the buffer to unibyte
13057         rather than use mm-with-unibyte-current-buffer which does a lot more.
13058         (message-send-mail-partially): Don't bother with
13059         mm-with-unibyte-current-buffer since it's already been made unibyte by
13060         message-send-mail.
13062 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
13064         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13066 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
13068         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13070 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13072         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13073         require itself and to remove `with-no-warnings'.
13075 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
13077         * starttls.el (starttls-any-program-available): Get the name of the
13078         available TLS layer program.
13079         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13080         well as the host name in the "opening" message.
13082         * auth-source.el (auth-source-cache, auth-source-do-cache)
13083         (auth-source-user-or-password): Cache passwords and logins by default,
13084         allow override with `auth-source-do-cache'.
13085         (auth-source-forget-user-or-password): Allow users to remove cache
13086         entries if needed.
13088 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13090         * ietf-drums.el (ietf-drums-remove-comments): Localize second
13091         condition-case to only the forward-sexp call.
13093 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
13095         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13096         quotes contained.  Make it more robust regardless by an extra
13097         condition-case wrapper.
13099 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13101         * nnml.el (nnml-request-expire-articles): Check if the function set to
13102         `nnmail-expiry-target' returns the symbol `delete'.
13104         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13106         * nnmail.el (nnmail-expiry-target): Fix custom type.
13108 2008-10-02  Glenn Morris  <rgm@gnu.org>
13110         * mm-util.el (mm-codepage-setup): Tweak codepage error.
13111         Silence compiler warning.
13113 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
13115         * mml.el (mml-menu): Don't assume mml2015 is bound.
13117 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13119         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13120         exists.
13122 2008-09-27  Glenn Morris  <rgm@gnu.org>
13124         * gnus-util.el (mail-header-remove-comments): Autoload it.
13126 2008-09-27  Andreas Schwab  <schwab@suse.de>
13128         * gnus-util.el (gnus-split-references): Strip comments.
13129         (gnus-parent-id): Likewise.
13131 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
13133         * message.el (message-confirm-send): Fix version.
13135 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13137         * message.el (message-idna-to-ascii-rhs-1): Use
13138         mail-extract-address-components rather than mail-header-parse-addresses
13139         that is an alias by default to ietf-drums-parse-addresses that does not
13140         support non-ASCII names in headers' contents.
13142 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13144         * message.el (message-confirm-send): Fix variable documentation to
13145         avoid the "y/n" wording.
13147 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
13149         * message.el (message-set-auto-save-file-name): Save to a different
13150         filename so multiple messages (especially drafts) can be recovered.
13152 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
13154         * message.el (message-confirm-send): Add appropriate version.
13156 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
13158         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13159         defvar.
13161 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
13163         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13164         (mm-pkcs7-enveloped-magic): Ditto.
13166 2008-09-17  Simon Josefsson  <simon@josefsson.org>
13168         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13169         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13171 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
13173         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13174         default, it's better.
13176 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
13178         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13179         summary line gnus-number property and ignore them (with a warning
13180         message).
13182 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13184         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13185         macro caddr in the interactive form since it won't be expanded.
13187 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13189         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13190         `charset'; fix name of function called recursively.
13191         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13193 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13195         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13196         (gnus-mime-set-charset-parameters): New function.
13197         (gnus-mime-view-part-as-charset): Use it to correctly display part
13198         specifying wrong charset.
13200 2008-09-08  David Engster  <dengste@eml.cc>
13202         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13203         in completing-read for back end server.
13205 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
13207         * message.el (message-confirm-send): New variable to confirm sending a
13208         message.
13209         (message-send): Use it.
13211 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13213         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13215 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13217         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13219 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
13221         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13222         prevent tracking too many groups.
13223         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13224         Use it.
13226 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13228         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13229         moving point to the bottom of the window in order to avoid recentering.
13231 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13233         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13234         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13235         (gnus-article-beginning-of-window): Fix calculation.
13237 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13239         * gnus-msg.el (gnus-summary-supersede-article)
13240         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13241         value of gnus-newsgroup-charset to decode non-MIME encoded text in
13242         message header.
13244 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13246         * message.el:
13247         * gnus-start.el:
13248         * gnus-registry.el: Remove VMS support.
13250 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13252         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13253         macro.
13254         (rfc2104-hash): Use it.
13256 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13258         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13259         (gnus-summary-sort-by-most-recent-date): New commands.
13260         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13261         and menu entries.
13263 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13265         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13266         don't redisplay article for raw contents; remove plural articles stuff.
13268         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13269         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13270         on gnus-summary-save-article; display results properly.
13272 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13274         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13276 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * gnus-art.el (gnus-summary-save-in-pipe):
13279         Consider gnus-save-all-headers.
13281 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13283         * gnus-util.el (ns-focus-frame): Remove declaration.
13284         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13285         like x.
13287 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13289         * rfc2104.el (rfc2104-zero): Delete defconst.
13290         (rfc2104-hex-alist): Likewise.
13291         (rfc2104-hex-to-int): Delete func.
13292         (rfc2104-hexstring-to-bitstring): Likewise.
13293         (rfc2104-nybbles): New defconst.
13294         (rfc2104-hash): Rewrite for speed.
13296 2008-07-16  Glenn Morris  <rgm@gnu.org>
13298         * gnus-util.el (ns-focus-frame): Declare for compiler.
13300 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13302         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13303         set as a group parameter.
13304         (gnus-summary-save-in-pipe): Work when it is called independently.
13305         (gnus-summary-pipe-to-muttprint): Don't modify
13306         gnus-summary-pipe-output-default-command.
13308 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         * message.el (message-send-mail-with-sendmail):
13311         Display the error message.
13313 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13315         * gnus-art.el (gnus-default-article-saver):
13316         Add gnus-summary-save-in-pipe to choices.
13317         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13318         gnus-summary-pipe-output-default-command as the default command.
13319         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13320         instead of gnus-last-shell-command.
13322         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13323         New user option.
13324         (gnus-summary-muttprint-program): Mention the value will be changed.
13325         (gnus-summary-save-article): Force showing of all headers.
13326         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13328 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13330         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13332 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13334         * nnimap.el (nnimap-id):
13335         * sieve-manage.el (sieve-manage-open): Doc fixes.
13337 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13339         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13340         if available.
13342 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13344         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13346         * nnkiboze.el (nnkiboze-generate-group):
13347         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13349         * nnmairix.el: Require CL.
13351 2008-06-15  David Engster  <dengste@eml.cc>
13353         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13355 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13357         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13358         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13359         runtime choice under XEmacs.
13361         * gnus-sum.el (gnus-summary-set-display-table):
13362         Use `gnus-put-display-table', `gnus-get-display-table',
13363         `gnus-set-display-table' for the display table, instead of `aset'.
13365 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13367         * nnmairix.el: Add autoloads.
13369 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13371         * nnmairix.el (nnmairix-delete-recreate-group)
13372         (nnmairix-update-and-clear-marks): Fix error messages.
13374 2008-06-14  David Engster  <dengste@eml.cc>
13376         * nnmairix.el: Upgrade to version 0.6.
13377         (nnmairix-group-toggle-propmarks-this-group)
13378         (nnmairix-group-toggle-readmarks-this-group)
13379         (nnmairix-group-delete-recreate-this-group)
13380         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13381         (nnmairix-remove-tick-mark-original-article): New commands.
13382         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13383         (nnmairix-propagate-marks-to-nnmairix-groups)
13384         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13385         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13386         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13387         functions needed for marks propagation and manipulation of read marks.
13388         (nnmairix-update-groups): New function.
13389         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13390         (nnmairix-determine-original-group-from-registry)
13391         (nnmairix-determine-original-group-from-path)
13392         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13393         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13394         New helper functions.
13395         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13396         keystrokes for new commands.
13397         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13398         (nnmairix-request-group): Check allow-fast group parameter.
13399         (nnmairix-request-create-group): Set allow-fast group parameter if
13400         nnmairix-allowfast-default is set.
13401         (nnmairix-close-group): Propagate marks upon closing if needed.
13402         (nnmairix-group-toggle-threads-this-group): Use new.
13403         nnmairix-group-toggle-parameter helper function.
13404         (nnmairix-search): Better check for empty search result.
13405         (nnmairix-goto-original-article): Use new helper functions for
13406         determining original article.
13407         (nnmairix-show-original-article): Make sure message-id is in brackets.
13408         (nnmairix-call-mairix-binary): Change variable name.
13409         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13410         helper function.
13411         (nnmairix-widget-toggle-activate): Fix doc string.
13413 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13415         * nnir.el: Require edmacro when compiling with XEmacs.
13416         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13417         available in Emacs 21.
13419 2008-06-11  Glenn Morris  <rgm@gnu.org>
13421         * gnus-util.el (x-focus-frame):
13422         * gnus.el (image-size):
13423         * mm-decode.el (image-size): Declare.
13425         * gnus-picon.el (declare-function): Add compat definition.
13426         (image-size): Declare.
13428         * gnus-group.el (tool-bar-map):
13429         * gnus-sum.el (tool-bar-map): Define for compiler.
13431         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13433         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13435         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13436         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13437         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13438         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13439         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13440         * sieve-manage.el, spam-report.el, spam.el:
13441         Remove unnecessary eval-and-compile of autoloads.
13443 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13445         * auth-source.el: Precise Tramp doc.
13447 2008-06-07  Glenn Morris  <rgm@gnu.org>
13449         * nnmairix.el: Remove unnecessary eval-when-compile.
13451 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
13453         * nnir.el: New file.
13455 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13457         * gnus-util.el (gnus-read-shell-command): New function.
13458         * mm-decode.el (mm-pipe-part):
13459         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13461 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13463         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13465 2008-06-03  Glenn Morris  <rgm@gnu.org>
13467         * pop3.el (nnheader-accept-process-output): Autoload it.
13469 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13471         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13472         are not 2-digit hexadecimal characters that follow `%'s.
13474 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13476         * message.el (message-bogus-recipient-p): Fix type in doc string.
13477         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13478         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13479         Improve custom options.
13480         (message-bogus-recipient-p): Adjust accordingly.
13482 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13484         * nnmairix.el: Require edmacro when compiling with XEmacs.
13486 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13488         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13489         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13491 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13493         * auth-source.el: Add more docs.
13495 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13497         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13498         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13499         retrieval faster in some cases, but might make CPU usage larger.
13500         If this has any bad side effects, we might revert this change.
13502         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13503         seems to make mail retrieval much, much faster.
13504         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13505         unconditionally.
13507         * gnus-draft.el (gnus-group-send-queue):
13508         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13510 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13512         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13514         * message.el (message-bogus-address-regexp): Fix and improve custom
13515         type.
13516         (message-setup-hook): Add message-check-recipients as custom option.
13518 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13520         * message.el (message-cite-function): Remove bogus autoload which crept
13521         in during merge from v5-10.
13523 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13525         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13527         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13529         * auth-source.el: Preliminary Tramp docs.
13530         (auth-sources): Change the default auth-sources to use
13531         EPA .gpg files.
13533 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13535         * nntp.el: Autoload `auth-source-user-or-password'.
13536         (nntp-send-authinfo): Use it.
13538         * nnimap.el: Autoload `auth-source-user-or-password'.
13539         (nnimap-open-connection): Use it.
13541         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13542         for the gnus-message function.
13543         (auth-source-user-or-password): Use it.
13545 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13547         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13548         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13549         (rfc2104-hash): Use it.
13551 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13553         * gnus-art.el (gnus-article-toggle-truncate-lines):
13554         Don't use `iff' in docstring.
13556 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13558         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13560         * gnus-util.el (gnus-extract-address-component-name)
13561         (gnus-extract-address-component-email): Convenience functions around
13562         `gnus-extract-address-components'.
13564         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13565         Use `gnus-extract-address-component-email' to fix bug of comparing full
13566         sender name to `user-mail-address'.
13568 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13570         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13571         catch/throw to optimize.
13572         (gnus-registry-find-keywords): Just use member to find a keyword.
13574 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13576         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13577         is current before calling gnus-server-prepare.
13578         (gnus-server-setup-buffer, gnus-server-update-server)
13579         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13581 2008-05-04  Juri Linkov  <juri@jurta.org>
13583         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13584         (mailcap-file-default-commands): Use mailcap-replace-in-string
13585         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13586         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13588 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13590         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13592 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13594         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13595         hooks.
13596         (gnus-update-read-articles): Speed up non-marks-using users.
13597         (gnus-use-marks): Define gnus-use-marks.
13598         (gnus-propagate-marks): Rename variable to something more sensible.
13600 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13602         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13603         (gmm-image-load-path-for-library): Fix typos in docstrings.
13604         (gmm-message): Reflow docstring.
13606 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13608         * mail-source.el (mail-source-set-1, mail-source-bind):
13609         Move auth-source code out of the macro to clean it up and fix bugs.
13611 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13613         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13614         by sender if it's equal to user-mail-address, it's likely to be
13615         useless.
13617         * mail-source.el (mail-source-bind): Don't use user or password if they
13618         are not bound.  Unintern them if they are nil.  Don't use server unless
13619         it's bound, and default it to empty string otherwise.
13621 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13623         * mail-source.el: Load auth-source.el.
13624         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13625         get user name or password, if auth-sources is set up.
13627         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13628         strategy of splitting with parent.
13629         (gnus-registry-split-fancy-with-parent)
13630         (gnus-registry-post-process-groups): Use it and fix prior
13631         bug (returning a list as the split result).
13633         * auth-source.el (auth-sources): Remove server parameter.
13634         (auth-source-pick, auth-source-user-or-password)
13635         (auth-source-user-or-password-imap)
13636         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13637         (auth-source-user-or-password-sftp)
13638         (auth-source-user-or-password-smtp): Remove server parameter.
13640 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13642         * smime.el (smime-sign-region, smime-encrypt-region)
13643         (smime-decrypt-region):
13644         Remove redundant calls to `generate-new-buffer-name'.
13646 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13648         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13649         Don't use QP for message/rfc822.
13650         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13652 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13654         * sieve-manage.el (sieve-string-bytes): Remove.
13655         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13656         correct byte-length only if the process's coding-system is the same as
13657         the one used internally by Emacs to represent strings.
13659 2008-04-22  Juri Linkov  <juri@jurta.org>
13661         * mailcap.el (mailcap-file-default-commands): New function.
13663 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13665         * message.el (message-signature-separator, message-cite-function):
13666         Change custom version.
13668 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13670         * mm-decode.el (mm-display-external): Make temp file read-only.
13672 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13674         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13675         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13676         `C-c C-f d'.
13678 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13680         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13682 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13684         * auth-source.el: Add docs.
13685         (auth-sources): Modify format to support server.
13686         (auth-source-pick, auth-source-user-or-password)
13687         (auth-source-user-or-password-imap)
13688         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13689         (auth-source-user-or-password-sftp)
13690         (auth-source-user-or-password-smtp): Add server parameter.
13692 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13694         * gnus-registry.el: Initialize the registry when gnus-registry-install
13695         is t.
13697 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13699         * compface.el (uncompface): Make buffer unibyte.
13701 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13703         * mail-source.el (mail-source-value):
13704         Prefer fboundp to functionp so it works with macros as well.
13706 2008-04-05  Glenn Morris  <rgm@gnu.org>
13708         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13710 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13712         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13713         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13715         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13716         multibyteness after rather than before erasing it.
13718         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13719         mm-with-multibyte.
13720         (gnus-request-article-this-buffer): Make sure the proper decoding is
13721         used if gnus-original-article-buffer happens to be unibyte.
13723         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13724         default-enable-multibyte-characters.
13726         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13727         default-enable-multibyte-characters.
13729         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13731         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13733 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13735         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13736         Fix last change in case the element is not even a symbol.
13738 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13740         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13741         imap-enable-exchange-bug-workaround.
13742         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13744 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13746         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13747         a 100 byte status-checks into a 2-3MB transfer for each group.
13748         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13749         to enable bug workaround or not.
13750         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13752 2008-03-31  Glenn Morris  <rgm@gnu.org>
13754         * message.el (mml2015-use): Declare for compiler.
13755         (message-info): Require mml2015 when appropriate.
13757 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13759         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13760         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13761         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13762         (nntp-service-to-port): New function.
13763         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13764         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13765         (nntp-open-netcat-stream): New function.
13766         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13768 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13770         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13772 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13774         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13776 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13778         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13780 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13782         * message.el (message-signature-separator): Change default.
13783         Improve custom type.
13784         (message-cite-function): Change default to
13785         message-cite-original-without-signature.
13787         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13788         toggle.
13790         * message.el (message-check-news-body-syntax): Fix signature check.
13791         (message-setup-1): Mark buffer as unmodified _after_ running
13792         message-setup-hook and handling message-alternative-emails.
13793         (message-shorten-references): Be more strict when building list of
13794         valid references to comply with GNKSA.
13796         * gnus-group.el (gnus-read-ephemeral-bug-group)
13797         (gnus-read-ephemeral-debian-bug-group)
13798         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13800         * message.el (message-info): Don't use booleanp which isn't supported
13801         in Emacs 21 and XEmacs.
13803 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13805         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13806         gnus-group-gmane-group-download-format.
13807         (gnus-group-read-ephemeral-gmane-group): Rename from
13808         gnus-group-read-ephemeral-gmane-group.
13809         (gnus-read-ephemeral-gmane-group-url): Rename from
13810         gnus-group-read-ephemeral-gmane-group-url.
13811         (gnus-bug-group-download-format-alist): New variable.
13812         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13813         (gnus-read-ephemeral-emacs-bug-group): New commands.
13815 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13817         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13818         (gnus-visible-headers): Improve custom type.
13820 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13822         * mml.el (mml-menu): Add workarounds for XEmacs.
13824         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13825         X-Boundary header.
13827         * message.el (message-simplify-recipients): Fix previous commit.
13829 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13831         * mm-util.el (mm-set-buffer-multibyte): New function.
13832         * mm-decode.el (mm-copy-to-buffer): Use it.
13834         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13835         Prefer fboundp to functionp so it works with macros as well.
13837 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13839         * message.el (message-alter-recipients-discard-bogus-full-name):
13840         New function.
13841         (message-alter-recipients-function): New variable.
13842         (message-get-reply-headers): Use it.
13843         (message-replace-header): New helper function.
13844         (message-recipients-without-full-name): New variable.
13845         (message-simplify-recipients): New command.
13847         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13849         * message.el (message-info): Handle EasyPG manual.
13851         * mml.el (mml-menu): Add entry for EasyPG.
13853 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13855         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13856         parameter.
13858         * message.el (message-disassociate-draft): Specify drafts group name
13859         fully.
13861 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13863         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13864         Eliminate unnecessary duplicates from the match list.
13866 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13868         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13869         args of `how-many' of which the XEmacs version doesn't take; declare
13870         Info-index-next as function.
13872 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13874         * gnus-score.el (gnus-score-headers): Fix handling of
13875         gnus-inhibit-slow-scoring.
13877         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13878         string.
13879         (gnus-button-url-regexp): Improve handling of parenthesis.
13880         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13881         (gnus-button-handle-info-keystrokes): Handle index entries.
13883 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13885         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13886         Incoming* files.
13888 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13890         * auth-source.el (auth-sources): Rename from auth-source-choices.
13891         (auth-source-pick): Use it.
13893 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13895         * auth-source.el (auth-source-protocols)
13896         (auth-source-protocols-customize, auth-source-choices): Add and
13897         modified variable customizations and defaults.
13898         (auth-source-pick, auth-source-user-or-password)
13899         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13900         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13901         (auth-source-user-or-password-sftp)
13902         (auth-source-user-or-password-smtp): Use new variables and provide an
13903         interface to netrc.el.
13905 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13907         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13908         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13909         Make sure the nntp port to specify is a string.
13911 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13913         * nntp.el: Use with-current-buffer.
13914         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13915         dubious mm-with-unibyte-current-buffer.
13916         (nntp-with-open-group-function): New function extracted from
13917         nntp-with-open-group macro.
13918         (nntp-with-open-group): Use the function, so it's easier to debug.
13919         Add indentation and debugging info.
13920         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13921         Recommend the use of the netcat alternatives.
13923         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13924         Avoid mm-string-as-multibyte as well.
13926         * nnweb.el (nnweb-insert-html):
13927         Remove use of nnheader-string-as-multibyte.
13929         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13930         (nnheader-string-as-multibyte): Remove.
13932         * mm-view.el: Use inhibit-read-only.
13933         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13934         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13935         or unibyte-string.
13937         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13938         (mm-uu-yenc-extract): Use with-current-buffer.
13940         * gnus-soup.el (gnus-soup-send-packet): Don't use
13941         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13943         * nnmh.el: Use with-current-buffer.
13944         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13945         mm-string-as-multibyte on the output of mm-encode-coding-string.
13947         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13948         (nnimap-request-move-article): Use with-current-buffer.
13950         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13951         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13952         conversion uses string-make-unibyte rather than string-as-unibyte.
13954         * gnus-msg.el: Use with-current-buffer.
13956         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13958 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13960         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13961         string for caching if it is 'PIN.
13963 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13965         * mail-source.el (mail-source-delete-old-incoming-confirm):
13966         Change default to nil.
13967         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13969 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13971         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13972         (gnus-article-goto-prev-page): Work for articles having ^L's.
13974         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13976         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13978 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13980         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13981         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13982         (gnus-bookmark-jump): Adjust some variable names.
13984 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13986         * auth-source.el: New package.
13987         (auth-source-choices): Add customization entry point variable.
13989         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13990         bug.
13992 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13994         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13995         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13996         (gnus-registry-install-shortcuts): Rename from
13997         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13998         the `gnus-registry-mark-map' keymap dynamically from
13999         `gnus-registry-marks'.  The generated functions update the summary line
14000         when a registry mark is added or deleted, and will call
14001         `gnus-registry-install-p' (see the comments in the code).
14002         (gnus-registry-user-format-function-M): Use concat intelligently.
14004         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14005         the registry mark functions.
14007 2008-03-05  Glenn Morris  <rgm@gnu.org>
14009         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14010         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14011         gnus-art.
14012         (top-level): No need to load own source when compiling.
14014 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14016         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14017         Suggested by <chris.anderton@zetnet.co.uk>.
14019 2008-03-04  Glenn Morris  <rgm@gnu.org>
14021         * gnus-sum.el (top-level): No need to require gnus when compiling,
14022         since unconditionally required near start of file.
14023         (gnus-summary-display-while-building): Move definition before use.
14025 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14027         * gnus-registry.el (gnus-registry-user-format-function-M):
14028         Add formatting function.
14030 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14032         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14033         with plists.
14034         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14035         Use new format.
14037 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14039         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14040         `where-is-internal' that returns a range of key sequences.
14042 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14044         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14046         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14047         (gnus-summary-jump-to-group): Consider windows on other displayed
14048         frames as well.  Similar changes might be needed elsewhere, but that's
14049         the one I've bumped into during my use.
14051         * nndoc.el (nndoc-oe-dbx-type-p):
14052         * gnus-msg.el (gnus-debug):
14053         * gnus-group.el (gnus-update-group-mark-positions):
14054         Use mm-string-to-multibyte.
14056 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14058         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14059         doesn't handle NotDashEscaped.
14061         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
14062         (mml-dnd-attach-options): Fix typo in custom choice.
14064         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14065         Change nndoc-article-type to mbox.
14066         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14068         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
14069         to nil, instead of html2text.
14071         * imap.el (imap-debug): Add `imap-ping-server'.
14073         * gnus-bookmark.el: Add FIXMEs.
14075         * message.el (message-form-letter-separator)
14076         (message-send-form-letter-delay): New variables.
14077         (message-send-form-letter): Use them.  New command to send form
14078         letters.  Requested by Uwe Siart.
14079         (message-send-mail-function): Doc fix.  Add "Other" custom option.
14081 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
14083         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14084         empty author.
14086 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
14088         * gnus-registry.el (gnus-registry-marks): Add variable for
14089         customization of marks and their appearance.
14090         (gnus-registry-read-mark): Use it.
14091         (gnus-registry-do-marks): Add utility function to loop through
14092         `gnus-registry-marks'.
14093         (gnus-registry-install-shortcuts-and-menus): Add function to install
14094         shortcuts and menus.
14095         (gnus-registry-initialize): Use it.
14096         (gnus-registry-default-mark): Clarify documentation.
14098 2008-02-29  Glenn Morris  <rgm@gnu.org>
14100         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14101         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14102         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14103         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14104         Change defcustom :version from 23.0 to 23.1.
14106 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
14108         * gnus-registry.el (gnus-registry-follow-group-p)
14109         (gnus-registry-post-process-groups): Add functions to aid registry
14110         splitting and improve logging.  Clarify behavior in function
14111         documentation.
14112         (gnus-registry-split-fancy-with-parent): Use them.
14114 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14116         * gnus-art.el: Use with-current-buffer.
14118 2008-02-27  David Engster  <dengste@eml.cc>
14120         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14121         Express real group name in the response.
14123 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14125         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14126         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14127         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14128         autoload gnus-registry-fetch-group when compiling.
14129         (nnmairix-request-group-with-article-number-correction):
14130         Remove unreferenced argument passed to nnmairix-call-backend.
14132 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14134         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14135         (mm-uu-extract): Improve face for low color ttys.
14136         Reported by Sascha Wilde.
14138 2008-02-27  Glenn Morris  <rgm@gnu.org>
14140         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14141         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14142         variables to defconsts.  Convert comments to doc-strings.
14143         (nnmairix-last-server, nnmairix-current-server): Convert from free
14144         variables to defvars.  Convert comments to doc-strings.
14145         (gnus-registry-fetch-group): Autoload.
14146         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14147         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14148         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14149         caddr.
14150         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14151         nnmairix-request-group-with-article-number-correction call.
14152         (nnmairix-fast, nnmairix-group): New, less general names, for free
14153         variables passed from nnmairix-request-group to
14154         nnmairix-request-group-with-article-number-correction.  Declare.
14155         (nnmairix-request-group-with-article-number-correction):
14156         Use nnmairix-fast, nnmairix-group rather than fast, group.
14158 2008-02-26  David Engster  <dengste@eml.cc>
14160         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14161         version 0.5.
14163 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14165         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14166         instead of making an extra function call.  Don't add the current group
14167         to articles only when they have the group.  Use
14168         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14169         Reported by David <de_bb@arcor.de>.
14171 2008-02-24  Miles Bader  <miles@gnu.org>
14173         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14174         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14175         (mm-find-mime-charset-region):
14176         * mm-bodies.el (mm-encode-body):
14177         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14179 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14181         * mail-source.el (mail-source-delete-incoming): Change default.
14182         Supplement doc string.
14184         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14186 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14188         * nnmail.el (nnmail-message-id-cache-file): Derive from
14189         `gnus-home-directory'.
14191 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14193         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14194         Document negative prefix.
14196         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14198 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14200         * message.el (message-unsent-separator): Add the Exim bounce
14201         separator.
14203 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14205         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14206         list.
14207         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14208         recipient/signer list.
14210 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14212         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14213         fbound (Emacs 23 unicode), signal an error.
14215 2008-02-08  Glenn Morris  <rgm@gnu.org>
14217         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14219 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14221         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14222         ports to the calls to `netrc-machine-user-or-password' in addition to
14223         "imap" and "imaps".
14225 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14227         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14228         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14229         <hanche@math.ntnu.no>.
14231 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14233         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14235 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14237         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14239         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14241 2008-02-01  Miles Bader  <miles@gnu.org>
14243         * mml.el (mml-parse-1): Remove apparently vestigial use of
14244         `mm-hack-charsets'.
14245         * mm-bodies.el (mm-encode-body): Likewise.
14247 2008-02-01  Kenichi Handa  <handa@m17n.org>
14249         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14250         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14251         (rfc2104-hash): Convert the result of concat to unibyte string.
14253 2008-02-01  Dave Love  <fx@gnu.org>
14255         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14256         coding-system-for-read.
14257         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14259         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14260         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14261         (mm-find-mime-charset-region): Remove hack-charsets stuff.
14263 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14265         * mail-source.el (mail-sources): Add `group' choice.
14267         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14268         parameter `in-group' to control into which group the articles go.
14269         Add treatment of `group' mail-source.
14271 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
14273         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14274         * message.el (message-beginning-of-line): Use featurep instead of bound
14275         tests in order to resolve conditionals at compile time.
14277 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14279         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14281         * mm-decode.el (mm-dissect-buffer): Decode description.
14283         * mml.el (mml-to-mime): Encode message header first.
14285 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14287         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14288         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14290 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14292         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14294 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14296         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14297         prefix keys.
14298         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14299         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14300         gnus-xmas.el.
14302 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14304         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14305         Add new variables for article mark management.
14306         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14307         list of extra data entries which, when present, will indicate that the
14308         article ID should not be trimmed from the registry.
14309         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14310         functions.
14311         (gnus-registry-read-mark): New function to read a mark name from the
14312         user.
14313         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14314         (gnus-registry-set-article-mark-internal): New functions to add and
14315         remove marks.
14316         (gnus-registry-get-article-marks): New function to show the marks for
14317         an article, or retrieve them for further use.
14319 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14321         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14322         keys when no argument is given.
14324 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14326         * gnus-sum.el (gnus-article-sort-by-random)
14327         (gnus-thread-sort-by-random): Fix doc strings.
14328         Reported by jidanni@jidanni.org.
14330 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14332         * gnus-art.el (gnus-article-describe-bindings): New function.
14333         (gnus-article-read-summary-keys): Use it.
14334         (gnus-article-mode-map): Bind `C-h b' to it.
14336 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14338         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14339         XEmacs.
14340         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14341         Protect against non-character events.
14343 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14345         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14346         New command.
14347         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14348         instead of END.  Change name of the temp file.
14349         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14350         customizable.
14352 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14354         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14355         bind `S W' to gnus-article-wide-reply-with-original; set default
14356         binding to gnus-article-read-summary-send-keys.
14357         (gnus-article-read-summary-keys): Fix the order of keys; display
14358         continuation keys correctly in the echo area; describe bindings
14359         correctly when keys end with `C-h'.
14360         (gnus-article-read-summary-send-keys): New function.
14361         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14362         Work for gnus-article-read-summary-send-keys; display continuation keys
14363         correctly in the echo area.
14364         (gnus-article-reply-with-original): Ignore prefix argument.
14365         (gnus-article-wide-reply-with-original): New function.
14367 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14369         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14370         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14372 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14374         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14375         (gnus-group-read-ephemeral-gmane-group): New command.
14377 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14379         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14381 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14383         * message.el (message-send-mail-function): Increase custom version.
14385         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14386         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14388 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14390         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14391         html parts correctly; support forwarded messages.
14392         (gnus-article-browse-html-article): Remove work buffers.
14394         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14395         compiling.
14396         (netrc-bound-and-true-p): New macro.
14397         (netrc-parse): Use it instead of bound-and-true-p that is not available
14398         in XEmacs 21.4.
14400 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14402         * gnus-registry.el (gnus-registry-mark-article)
14403         (gnus-registry-article-marks): Add functionality to mark articles
14404         through the Gnus registry.
14406         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14407         (netrc-parse): Use encrypt-file-alist to determine if
14408         encrypt-find-model or encrypt-insert-file-contents should be used.
14410 2007-12-19  Glenn Morris  <rgm@gnu.org>
14412         * mml.el (message-options-set, message-narrow-to-head)
14413         (message-in-body-p, message-mail-p, message-encode-message-body):
14414         Autoload.
14415         (message-remove-header, message-narrow-to-headers-or-head)
14416         (message-subscribed-p, message-make-mail-followup-to)
14417         (message-position-on-field, message-news-p)
14418         (message-options-set-recipient, message-generate-headers)
14419         (message-sort-headers): Declare as functions.
14421 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14423         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14424         convention in doc string.
14426 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14428         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14429         title to html parts.
14430         (gnus-article-browse-html-article): Pass message header to it.
14432         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14434 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14436         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14437         or password compatible with XEmacs.
14439 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14441         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14442         format document.
14443         (gnus-mime-delete-part): Don't write description line if empty.
14444         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14446 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14448         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14449         (gnus-summary-mark-read-and-unread-as-read)
14450         (gnus-summary-mark-current-read-and-unread-as-read)
14451         (gnus-summary-mark-unread-as-ticked): Doc fix.
14452         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14454 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14456         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14457         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14459 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14461         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14462         yes-or-no-p.
14464 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14466         * mm-decode.el (mm-add-meta-html-tag): New function.
14467         (mm-save-part-to-file, mm-pipe-part): Use it.
14469         * gnus-art.el (gnus-article-browse-delete-temp-files):
14470         Use gnus-y-or-n-p instead of y-or-n-p.
14471         (gnus-article-browse-html-parts): Work with message/external-body; use
14472         mm-add-meta-html-tag.
14474 2007-12-11  Glenn Morris  <rgm@gnu.org>
14476         * gnus-cache.el: Require gnus-sum not just when compiling.
14478         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14480         * gnus-int.el (gnus-server-opened, gnus-status-message):
14481         Move definitions before use.
14483         * mm-decode.el: Require gnus-util.
14484         (mm-remove-part): Only call delete-annotation on XEmacs.
14486         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14488         * nnmail.el: Require gnus-int.
14490         * spam.el: Move `require's before `eval-when-compile's.
14492         * gnus-ems.el (gnus-alive-p):
14493         * gnus-fun.el (message-goto-eoh):
14494         * gnus-util.el (gnus-group-name-decode):
14495         * mail-source.el (gnus-compress-sequence):
14496         * message.el (Info-goto-node, format-spec):
14497         * mm-bodies.el (message-options-get):
14498         * mm-decode.el (mm-view-pkcs7):
14499         * mm-util.el (gmm-write-region):
14500         * mml-smime.el (mml-compute-boundary)
14501         (gnus-completing-read-with-default):
14502         * mml.el (widget-button-press, gnus-make-hashtable):
14503         * mml1991.el (mm-decode-content-transfer-encoding)
14504         (mm-encode-content-transfer-encoding)
14505         (message-options-get, message-options-set):
14506         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14507         * nnfolder.el (gnus-request-group):
14508         * nnheader.el (ietf-drums-unfold-fws):
14509         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14510         * smime.el (gnus-run-mode-hooks):
14511         * spam-stat.el (gnus-message): Autoload.
14513         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14514         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14515         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14516         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14517         Add declare-function compatibility definition.
14519         * gnus-cache.el (nnvirtual-find-group-art):
14520         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14521         (gnus-add-image, gnus-add-wash-type):
14522         * gnus-group.el (nnkiboze-score-file):
14523         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14524         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14525         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14526         (message-tokenize-header, gnus-get-buffer-create)
14527         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14528         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14529         * gnus.el (gnus-group-decoded-name):
14530         * mail-source.el (imap-capability):
14531         * mm-bodies.el (message-options-set):
14532         * mm-decode.el (gnus-configure-windows):
14533         * mm-extern.el (message-goto-body):
14534         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14535         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14536         (epg-sub-key-validity, message-options-set):
14537         * mml.el (widget-event-point, gnus-configure-windows):
14538         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14539         * mml2015.el (epg-check-configuration, epg-configuration)
14540         (message-options-set):
14541         * nndb.el (nndb-request-article):
14542         * nnfolder.el (gnus-request-create-group):
14543         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14544         * nnmaildir.el (gnus-group-mark-article-read):
14545         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14546         * rfc1843.el (message-fetch-field):
14547         * spam.el (gnus-extract-address-components):
14548         Declare as functions.
14550 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14552         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14554 2007-12-09  Glenn Morris  <rgm@gnu.org>
14556         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14558         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14559         * message.el, mm-view.el, sieve-manage.el, smime.el:
14560         Add declare-function compatibility definition.
14562         * gnus-art.el (w3-region, w3m-region, Info-menu):
14563         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14564         * gnus-sum.el (gnus-get-predicate):
14565         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14566         * message.el (mail-abbrev-in-expansion-header-p):
14567         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14568         (w3m-detect-meta-charset, w3m-region):
14569         * sieve-manage.el (password-read, password-cache-add)
14570         (password-cache-remove):
14571         * smime.el (password-read-and-add): Declare as functions.
14573 2007-12-08  David Kastrup  <dak@gnu.org>
14575         * gnus-sum.el (gnus-summary-simplify-subject-query):
14576         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14577         `message'.
14579 2007-12-07  Glenn Morris  <rgm@gnu.org>
14581         * gnus-art.el (article-make-date-line): Revert previous change.
14583 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14585         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14587 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14589         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14590         Call gnus-add-to-range ranges only once with a prepared article-list.
14592 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14594         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14595         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14596         group names with backslashes.
14597         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14599 2007-12-06  Deepak Goel  <deego3@gmail.com>
14601         * gnus-art.el (article-make-date-line):
14602         * gnus-start.el (gnus-load):
14603         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14605 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14607         * gnus-art.el (gnus-use-idna):
14608         * gnus-start.el (gnus-site-init-file):
14609         * message.el (message-use-idna):
14610         * mm-uu.el (mm-uu-hide-markers):
14611         * smiley.el (smiley-style): Revert changes that suppress warnings.
14613 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14615         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14616         specify charset to html source.
14617         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14619 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14621         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14622         idna-program in order to suppress byte compile warning issued by XEmacs
14623         that came to byte compile the default value section of defcustom forms
14624         recently.
14626         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14627         value of installation-directory.
14629         * message.el (message-use-idna): Don't directly refer to the value of
14630         idna-program.
14632         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14634         * smiley.el (smiley-style): Don't directly call face-attribute.
14636 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14638         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14640         * gnus-dired.el: Reduce Gnus dependencies.
14641         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14642         Don't require.  Use autoloads instead.
14643         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14644         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14645         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14646         (gnus-dired-mode): Adjust doc string.
14647         (gnus-dired-mail-mode): New variable.
14648         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14649         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14650         (gnus-dired-mail-buffers): New function.  Return mail or message
14651         composition buffers.
14652         (gnus-dired-attach): Use it.
14653         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14654         NO-DECODE.
14655         (gnus-dired-print): Use `gnus-print-buffer' depending on
14656         `gnus-dired-mail-mode'.
14658 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * rfc2047.el (rfc2047-encoded-word-regexp)
14661         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14662         explaining what regexp patterns are for.
14664 2007-12-04  Glenn Morris  <rgm@gnu.org>
14666         * password.el: Move to ../password-cache.el.
14668         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14669         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14670         * mml-smime.el (password-read, password-cache-add)
14671         (password-cache-remove):
14672         No need to autoload, since mml-sec requires password.
14674         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14675         * message.el (gnus-extract-address-components):
14676         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14678         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14679         password.
14681 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14683         * mailcap.el: Reduce dependencies.
14684         (mail-header-parse-content-type): Autoload.
14685         (mailcap-delete-duplicates): New alias.
14686         (mailcap-mime-info): Add optional argument NO-DECODE.
14687         (mailcap-mime-types): Use mailcap-delete-duplicates.
14689         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14691 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14693         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14694         function.
14696         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14697         (gnus-uu-yenc-article): New function.
14699         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14701         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14703 2007-12-02  Glenn Morris  <rgm@gnu.org>
14705         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14706         Move to ../net.
14708         * binhex.el, uudecode.el: Move to ../mail.
14710         * encrypt.el: Remove file.
14712 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14714         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14715         matches on patches.
14717         * gnus-art.el (gnus-article-browse-html-article):
14718         Mention `mm-text-html-renderer' in the doc string.
14720         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14721         string.  Add comments.
14723         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14724         if rhs is ASCII.
14726 2007-12-01  Glenn Morris  <rgm@gnu.org>
14728         * dig.el, dns.el: Move to ../net.
14729         * format-spec.el, hex-util.el, sha1.el: Move to ../.
14731         * mail-source.el (top-level): Require format-spec before
14732         eval-when-compile.
14734 2007-11-30  Glenn Morris  <rgm@gnu.org>
14736         * encrypt.el: Require password, rather than autoloading password-read.
14738 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14740         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14741         caller can indicate whether the cache should be disregarded for this
14742         call.  This way the result of the call is reproducible at all times and
14743         can be considered a canonical server name for the supplied method.
14744         (gnus-agent-method-p): Canonicalize server names by pushing their
14745         method through `gnus-method-to-server' using the no-cache argument.
14747         * gnus-srvr.el (gnus-server-insert-server-line):
14748         Call `gnus-method-to-server' with `no-cache' argument.
14750         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14751         gnus-agent-possibly-synchronize-flags as this should be called when the
14752         server is actually being opened.
14753         (gnus-agent-possibly-synchronize-flags)
14754         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14755         flags file of an agentized server to the latter function.
14757         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14758         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14759         after a connection has been established successfully.
14761 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14763         * gnus-art.el (article-display-face): Force to display face if called
14764         interactively; check if gnus-article-x-face-too-ugly matches author.
14765         (article-display-x-face): Display face even if From header is missing
14766         as article-display-face does.
14768 2007-11-28  Richard Stallman  <rms@gnu.org>
14770         * md4.el: Move to ../.
14771         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14773 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14775         * mail-source.el (mail-sources): Default to fetch from file for
14776         compatibility with default of nnmail-spool-file.
14778 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14780         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14781         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14782         to look for encoded word that should be encoded again.
14783         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14784         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14785         encoding pattern.
14786         (rfc2047-decode-region): Switch strict regexp and loose one according
14787         to rfc2047-allow-irregular-q-encoded-words.
14789 2007-11-26  Simon Josefsson  <simon@josefsson.org>
14791         * imap.el: Move to ../net directory.
14793 2007-11-25  Romain Francoise  <romain@orebokech.com>
14795         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14797 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14799         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14800         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14802         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14803         `nnmail-spool-file'.
14805         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14806         `nnmail-spool-file'.
14808         * gnus-move.el (gnus-change-server): Ditto.
14810         * gnus-kill.el (gnus-batch-score): Ditto.
14812         * gnus-cache.el (gnus-jog-cache): Ditto.
14814         * gnus-msg.el (gnus-summary-reply):
14815         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14817 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14819         * gnus-cache.el (gnus-cache-generate-nov-databases):
14820         Use nnml-generate-nov-databases-directory instead of
14821         nnml-generate-nov-databases-1.
14823 2007-11-24  Glenn Morris  <rgm@gnu.org>
14825         * message.el (message-tool-bar-retro): Update for rename
14826         mail_send.xpm->mail-send.xpm.
14828 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14830         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14831         `smime-ldap-search' for Emacs 22 and up.
14833 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14835         * hashcash.el: Move to ../mail directory.
14837         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
14839         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14840         `smime-ldap-search' for Emacs 22 and up.
14842 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14844         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14846         * message.el (message-send-mail-function): Fix error convention.
14847         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14848         (message-widen-reply, message-send-mail, message-talkative-question)
14849         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14850         (message-clone-locals, message-send-news): Use with-current-buffer.
14851         (message-insert-or-toggle-importance): Remove unused var `valid'.
14852         (message-make-references): Remove unused var `new-references'.
14853         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14855 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14857         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14858         (spam-split-symbolic-return-positive): Reflow docstring.
14859         (spam-backends, spam-summary-exit-behavior)
14860         (spam-mark-ham-unread-before-move-from-spam-group)
14861         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14862         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14863         (spam-clear-cache, spam-backend-check, spam-install-backend)
14864         (spam-install-statistical-backend, spam-list-of-processors)
14865         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14866         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14867         (spam-check-crm114, spam-initialize, spam-unload-hook):
14868         Fix typos in docstrings.
14870 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14872         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14873         been checked if they have never been read and those group levels are
14874         higher than the one that a user specified.
14876 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14878         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14879         foreign groups unless a group level is specified by a user.
14880         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14882 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14884         * message.el (message-send-mail-function): Require sendmail.
14886 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14888         * message.el (message-send-mail-function): Check for smtpmail too.
14890         * utf7.el (utf7-encode, utf7-decode): Use coding system
14891         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14893         * message.el (message-send-mail-function): New function.
14894         (message-send-mail-function): Set default using
14895         message-send-mail-function.  Adjust doc string.
14896         (message-send-mail-with-mailclient): New function.
14898 2007-11-17  Richard Stallman  <rms@gnu.org>
14900         * assistant.el: Remove file.
14902 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14904         * smime.el (from):
14905         * rfc2047.el (message-posting-charset):
14906         * qp.el (mm-use-ultra-safe-encoding):
14907         * pop3.el (parse-time-months):
14908         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14909         * nnml.el (files):
14910         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14911         (jka-compr-compression-info-list, ange-ftp-path-format)
14912         (efs-path-regexp):
14913         * nndiary.el (files):
14914         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14915         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14916         (epg-digest-algorithm-alist, inhibit-redisplay)
14917         (password-cache-expiry):
14918         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14919         (pgg-output-buffer, password-cache-expiry):
14920         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14921         (efs-path-regexp):
14922         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14923         (inhibit-redisplay):
14924         * mm-uu.el (file-name, start-point, end-point, entry)
14925         (gnus-newsgroup-name, gnus-newsgroup-charset):
14926         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14927         (latin-unity-ucs-list):
14928         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14929         (mm-uu-binhex-decode-function):
14930         * message.el (gnus-message-group-art, gnus-list-identifiers)
14931         (rmail-enable-mime-composing, gnus-local-organization)
14932         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14933         (gnus-read-active-file, facemenu-add-face-function)
14934         (facemenu-remove-face-function, gnus-article-decoded-p)
14935         (tool-bar-mode):
14936         * mail-source.el (display-time-mail-function):
14937         * gnus-util.el (nnmail-pathname-coding-system)
14938         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14939         (gnus-original-article-buffer, gnus-user-agent)
14940         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14941         (xemacs-codename, sxemacs-codename, emacs-program-version):
14942         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14943         * gnus-start.el (gnus-agent-covered-methods)
14944         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14945         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14946         (gnus-newsgroup-headers, gnus-group-list-mode)
14947         (gnus-group-mark-positions, gnus-newsgroup-data)
14948         (gnus-newsgroup-unreads, nnoo-state-alist)
14949         (gnus-current-select-method, mail-sources)
14950         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14951         (nnmail-spool-file, gnus-cache-active-hashtb):
14952         * gnus-mh.el (mh-lib-progs):
14953         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14954         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14955         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14956         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14957         (gnus-group-buffer):
14958         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14959         (font-lock-set-defaults):
14960         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14961         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14962         (gnus-summary-post-menu, total-parts, type, condition, length):
14963         * gnus-agent.el (gnus-agent-read-agentview):
14964         * flow-fill.el (show-trailing-whitespace):
14965         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14966         eval-and-compile wrappers for byte compiler pacifiers.
14968         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14969         (mm-display-inline-fontify): Check for featurep 'xemacs not
14970         extent-list.
14972         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14973         itimer-list.
14974         (mm-create-image-xemacs): Only do something for XEmacs.
14975         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14977         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14979         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14980         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14982 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14984         * nnimap.el (nnimap-split-download-body):
14985         * gnus-demon.el (gnus-demon):
14986         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14988 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14990         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14991         New macros.
14992         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14993         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14994         copy data from unibyte buffer to multibyte current buffer.
14995         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14996         to copy data from unibyte current buffer to multibyte buffer.
14997         (nntp-make-process-buffer): Make process buffer unibyte.
14999         * pop3.el (pop3-open-server): Fix typo in Lisp code.
15001 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15003         * pop3.el (pop3-open-server): Accept and process data more robustly at
15004         connection start to avoid spurious "POP SSL connection failed" errors.
15006 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15008         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15009         read group names.
15011 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
15013         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15015 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15017         * nnmail.el (nnmail-parse-active): Make group names unibyte.
15018         (nnmail-save-active): Use a unibyte buffer when saving active file,
15019         which may contain non-ASCII group names.
15021         * nnml.el (nnml-request-group): Decode group names in messages.
15023 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15025         * message.el (message-citation-line-function)
15026         (message-insert-formatted-citation-line): Fix spelling of
15027         `message-insert-formated-citation-line'.
15029 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15031         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15033 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15035         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15036         nnmail-pathname-coding-system.
15038         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15039         that a user enters; decode group names in messages.
15041         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15043 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15045         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15047         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15049         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15050         risky local variable.
15052         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15054 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15056         * encrypt.el: Improve documentation to fix function name typo.
15057         Reported by Daiki Ueno <ueno@unixuser.org>.
15059 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15061         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15062         even if the point is not in the last page of an article.
15063         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15064         back to the previous page.
15066 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15068         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15070 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15072         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15074 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15076         * message.el (message-check-news-body-syntax):
15077         Avoid mm-string-as-multibyte.
15078         (message-hide-headers): Don't assume (point-min)==1.
15080 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15082         * message.el (message-remove-blank-cited-lines): Fix if remove is
15083         given.
15084         (message-bogus-address-regexp): New variable.
15085         (message-bogus-recipient-p): New function.
15086         (message-check-recipients): New command.
15087         (message-syntax-checks): Add `bogus-recipient'.
15088         (message-fix-before-sending): Add `bogus-recipient'.
15090         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15091         (gnus-treat-body-boundary): Don't test window-system.
15093 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
15095         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15097 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15099         * gnus.el: Bump version to Gnus v5.13.
15101 2007-10-28  Miles Bader  <miles@gnu.org>
15103         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15104         at compile-time too.
15106 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15108         * gnus-msg.el (gnus-message-setup-hook):
15109         Add `message-remove-blank-cited-lines' to options.
15111 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15113         * message.el (message-remove-blank-cited-lines): New function.
15114         Suggested by Karl Plästerer.
15116 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15118         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15119         mapc.
15121         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15122         (top-level): Use mapc to set functions to be traced for debugging.
15124         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15125         called for effect with while loop.
15127         * message.el (message-talkative-question): Replace mapcar called for
15128         effect with mapc.
15130         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15131         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15132         called for effect with dolist.
15134         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15136         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15137         gnus-extra-headers and nnmail-extra-headers.
15139         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15140         called for effect with dolist.
15141         (top-level): Use mapc to set functions to be traced for debugging.
15143         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15144         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15145         dolist.
15147         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15148         Replace mapcar called for effect with mapc.
15149         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15150         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15151         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15152         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15154         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15155         remove-if that's a cl function.
15157         * webmail.el (webmail-debug): Replace mapcar called for effect with
15158         dolist.
15160 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15162         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15163         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15164         with while loop.
15166         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15167         functions from article-* functions.
15168         (gnus-multi-decode-header): Replace mapcar called for effect with
15169         dolist.
15171         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15172         (gnus-bookmark-show-details): Replace mapcar called for effect with
15173         while loop.
15175         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15176         called for effect with while loop.
15178         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15179         with dolist.
15181         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15182         Replace mapcar called for effect with dolist.
15184         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15186         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15187         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15188         Replace mapcar called for effect with dolist.
15189         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15190         mapc.
15192         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15193         Replace mapcar called for effect with dolist.
15194         (gnus-topic-list): Replace mapcar called for effect with mapc.
15196         * gnus.el: Use mapc instead of mapcar to add autoloads.
15198 2007-10-23  Richard Stallman  <rms@gnu.org>
15200         * gnus-group.el (gnus-group-highlight): Mark as risky.
15202 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15204         * gnus.el (gnus-server-to-method): Return method found first in
15205         gnus-newsrc-alist.
15207         * gnus-art.el (gnus-article-highlight-signature)
15208         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15209         button overlay without the front stickiness.
15211 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15213         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15214         overview buffer needed a catch to receive its throw.
15215         (gnus-agent-flush-cache): Declare as interactive to make this function
15216         easier to use.
15218 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15220         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15221         `next-line'.
15223 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15225         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15226         exclude address matching message-dont-reply-to-names.
15228 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15230         * gnus-util.el (gnus-string<): New function.
15232         * gnus-sum.el (gnus-article-sort-by-author)
15233         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15235 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15237         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15238         the frame-focus tag is set in gnus-buffer-configuration.
15240 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15242         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15243         the front stickiness.
15245 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15247         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15248         url pattern; remove duplicate one.
15249         (gnus-article-extend-url-button): New function.
15250         (gnus-article-add-buttons): Use it.
15251         (gnus-button-push): Use concatenated url that it makes.
15253 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15255         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15256         (sieve-manage-open): Use `mapc' instead of `mapcar'.
15258 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15260         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15261         Don't hardcode point-min==1.
15263 2007-09-30  David Kastrup  <dak@gnu.org>
15265         * gnus-art.el (gnus-article-reply-with-original)
15266         (gnus-article-followup-with-original): When `transient-mark-mode' is
15267         off, refrain from active-region behavior for followups.
15269 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15271         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15272         Fix comment about "iso8859-1".
15274 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15276         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15277         ones returned from the verify-function.
15279         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15280         Call mml2015-extract-cleartext-signature if extraction failed.
15282 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15284         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15285         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15286         failed.
15288 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15290         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15292 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15294         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15295         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15296         thread for both the null and zero (kill/expire thread) universal prefix
15297         cases.
15298         (gnus-summary-expire-thread): Add new function to expire a thread,
15299         using gnus-summary-kill-thread.
15300         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15301         shortcuts for gnus-summary-expire-thread.
15302         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15303         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15305 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15307         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15308         extras value, so an extras entry can be deleted.
15309         (gnus-registry-delete-extra-entry): Use it.
15310         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15311         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15312         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15313         storage through the gnus-registry, and provide an appropriate API for
15314         it.
15316 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15318         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15319         Suggested by Leo <sdl.web@gmail.com>.
15321         * gnus.el: Do.
15323 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15325         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15326         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15328         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15330         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15331         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15333 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15335         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15336         newline.
15337         (nnmbox-request-accept-article): Don't change article in source buffer;
15338         narrow to header to use message-fetch-field rather than
15339         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15340         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15341         as delimiters; make sure article ends with newline.
15342         (nnmbox-delete-mail): Correct last position of article to be deleted;
15343         ignore X-Gnus-Newsgroup header in article body.
15344         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15345         positions; make sure article ends with newline.
15347         * message.el (message-display-abbrev): Don't infloop when a user
15348         inserts SPC in the beginning of header.
15350 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15352         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15353         list of groups not followed by default.  Fix type to be regexp.
15354         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15356 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15358         * hmac-def.el (define-hmac-function): Switch from old-style to
15359         new-style backquotes.
15361         * md4.el (md4-make-step): Likewise.
15363 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15365         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15366         raw-text coding system when saving .newsrc file, which may contain
15367         non-ASCII group names.
15369 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15371         * gnus-cus.el (gnus-score-extra): New widget.
15372         (gnus-score-extra-convert): New function.
15373         (gnus-score-customize): Use it for Extra.
15375 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15377         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15378         (mml2015-mailcrypt-clear-verify): Use it.
15379         (mml2015-gpg-clear-verify): Use it.
15380         (mml2015-pgg-clear-verify): Use it.
15381         (mml2015-epg-clear-verify): Replace the current part with the output
15382         from GnuPG; don't extract the plaintext by itself.
15384         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15385         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15386         mml2015-clear-verify-function; don't touch the armor headers or
15387         dash-escaped text here.
15389 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15391         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15392         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15393         parts, or application/octet-stream as a last resort.
15394         (gnus-mime-view-part-as-type): Don't toggle display.
15395         (gnus-mime-view-part-as-charset): Don't turn off display before
15396         querying charset.
15398         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15399         stuff to undisplayer function in Emacs.
15400         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15402         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15403         text/calendar parts.
15405 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15407         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15408         decoding text/calendar parts.
15410         * message.el (message-forward-make-body-mime): Always mark body as
15411         having no illegible text; remove signed-or-encrypted argument.
15412         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15414         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15415         (mml-generate-mime-1): Don't encode body if it is specified to be in
15416         raw form; don't make buffer be unibyte when inserting multibyte string.
15418 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15420         * sha1.el: Fix up comment style.
15421         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15422         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15424         * hex-util.el: Fix up comment style.
15425         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15427         * gnus-salt.el: Use with-current-buffer.
15428         (gnus-pick-setup-message): Fix long-standing typo.
15430 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15432         * imap.el (imap-logout-timeout): New variable.
15433         (imap-logout, imap-logout-wait): New functions.
15434         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15436         * nnimap.el (nnimap-logout-timeout): New server variable.
15437         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15438         nnimap-logout-timeout.
15440         * gnus-art.el (gnus-article-summary-command-nosave)
15441         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15443 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15445         * gnus.el (gnus-maximum-newsgroup): New variable.
15447         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15448         according to gnus-maximum-newsgroup.
15450         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15451         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15452         Limit the range of articles according to gnus-maximum-newsgroup.
15454 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15456         * gnus-art.el (gnus-sticky-article): Fix problems described in
15457         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15458         Don't perform gnus-configure-windows here; reuse existing sticky
15459         article buffer.
15461         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15462         it doesn't exist in gnus-article-mode.
15464 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15466         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15467         (gnus-agent-decoded-group-name): New function.
15468         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15469         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15471 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15473         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15474         Add binding for gnus-sticky-article.
15475         (gnus-summary-exit): Don't kill sticky article buffers.
15477         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15478         article buffer.
15479         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15480         (gnus-kill-sticky-article-buffers): New commands.
15482 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15484         * nntp.el (nntp-xref-number-is-evil): New server variable.
15485         (nntp-find-group-and-number): If it is non-nil, don't trust article
15486         numbers in the Xref header.
15488 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15490         * gnus-agent.el (gnus-agent-read-group): New function.
15491         (gnus-agent-flush-group, gnus-agent-expire-group)
15492         (gnus-agent-regenerate-group): Use it.
15493         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15494         nnmail-pathname-coding-system.
15496 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15498         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15500         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15501         that are unread as unread, and also as selected so that information of
15502         marks having been changed by a user may be updated when exiting group.
15504 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15506         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15508 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15510         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15511         calculated ignoring signature parts to gnus-treat-article.
15513 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15515         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15516         a point here in order to keep the window start.
15517         (gnus-insert-mime-security-button): Make a button overlay without the
15518         front stickiness.
15519         (gnus-mime-display-security): Goto the end of a button.
15521         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15523 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15525         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15526         group-name-at-point.
15527         (gnus-group-completing-read): New function that offers decoded
15528         non-ASCII group names for completion.
15529         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15530         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15531         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15532         (gnus-group-fetch-control): Use it.
15533         (gnus-fetch-group): Use group-name-at-point for the initial value
15534         rather than the default value; use gnus-alive-p.
15536         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15537         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15538         (gnus-summary-post-news): Use gnus-group-completing-read.
15540         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15541         (gnus-read-move-group-name): Decode group name for completion.
15543 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15545         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15546         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15547         Yamaoka slightly modified the code).
15549 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15551         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15552         (nnmail-split-incoming): Bind it.
15554         * nnml.el (nnml-group-name-charset): New function.
15555         (nnml-decoded-group-name): Use it; don't decode group name if
15556         nnmail-group-names-not-encoded-p is non-nil.
15557         (nnml-encoded-group-name): New function.
15558         (nnml-group-pathname): Inline nnml-decoded-group-name.
15559         (nnml-request-expire-articles): Decode group name in message.
15560         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15561         nnmail-pathname-coding-system.
15562         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15563         not decoded ones according to nnmail-group-names-not-encoded-p.
15564         (nnml-generate-active-info): Use nnml-encoded-group-name.
15566 2007-08-08  Glenn Morris  <rgm@gnu.org>
15568         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15569         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15570         doc-strings and comments.
15572 2007-07-25  Glenn Morris  <rgm@gnu.org>
15574         * Relicense all FSF files to GPLv3 or later.
15576 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15578         * gnus-sum.el (gnus-summary-move-article):
15579         Make gnus-summary-respool-article work.
15581 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15583         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15584         string.
15586 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15588         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15589         that should be ignored when comparing distant RSS articles with local
15590         ones.
15591         (nnrss-make-hash-index): New function.  Create a hash index according
15592         to the ignored fields.
15593         (nnrss-check-group): Use it.
15595 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15597         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15599         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15601         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15602         the new optional argument ENCODED is non-nil.
15603         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15604         coding system for encoding group name.
15605         (gnus-group-make-rss-group): Pass un-encoded group name to
15606         gnus-group-make-group.
15607         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15608         encoded.
15610         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15611         Encode group name to which articles are moved or copied.
15612         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15613         coding system for encoding Newsgroup, Followup-To and Xref headers.
15615         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15616         marks; use nnheader-file-coding-system to write a file.
15617         (nnagent-retrieve-headers): Bind file-name-coding-system to
15618         nnmail-pathname-coding-system.
15620         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15622         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15623         (nnml-request-article, nnml-request-create-group)
15624         (nnml-request-rename-group, nnml-find-id)
15625         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15626         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15627         (nnml-save-marks): Use nnml-group-pathname instead of
15628         nnmail-group-pathname.
15630         (nnml-request-create-group, nnml-request-expire-articles)
15631         (nnml-request-move-article, nnml-request-delete-group)
15632         (nnml-deletable-article-p, nnml-possibly-create-directory)
15633         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15634         (nnml-open-marks): Bind file-name-coding-system to
15635         nnmail-pathname-coding-system.
15637         (nnml-request-article): Pass server argument to nnml-find-group-number.
15638         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15639         Pass server argument to nnml-possibly-create-directory.
15640         (nnml-request-accept-article): Pass server argument to
15641         nnml-active-number and nnml-save-mail.
15642         (nnml-find-group-number): Pass server argument to nnml-find-id.
15643         (nnml-request-update-info): Pass server argument to
15644         nnml-marks-changed-p.
15646         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15647         (nnml-save-mail, nnml-active-number): Add server argument.
15649         (nnml-request-delete-group): Warn if group is missing.
15650         (nnml-get-nov-buffer): Decode group name.
15651         (nnml-generate-active-info): Encode group name.
15652         (nnml-open-marks): Decode group name in messages.
15654 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15656         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15657         if it is not specified.
15658         (gnus-article-pipe-part, gnus-article-save-part)
15659         (gnus-article-interactively-view-part, gnus-article-copy-part)
15660         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15661         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15662         (gnus-article-replace-part, gnus-article-delete-part)
15663         (gnus-article-view-part-as-type): Pass raw prefix argument to
15664         gnus-article-part-wrapper.
15666 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15668         * gnus-agent.el (gnus-agent-save-active):
15669         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15671         * gnus-cache.el (gnus-cache-save-buffers)
15672         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15673         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15674         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15675         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15676         (gnus-cache-generate-active, gnus-cache-rename-group)
15677         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15678         (gnus-cache-update-overview-total-fetched-for):
15679         Bind file-name-coding-system to nnmail-pathname-coding-system.
15680         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15681         New variables.
15682         (gnus-cache-decoded-group-name): New function.
15683         (gnus-cache-file-name): Use it.
15684         (gnus-cache-generate-active): Use non-decoded group name for active.
15686         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15687         right place.
15688         (gnus-write-active-file): Don't break non-ASCII group names.
15690         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15691         nnmail-pathname-coding-system.
15693         * gnus-uu.el (gnus-uu-decode-save): Typo.
15695 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15697         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15699 2007-07-14  David Kastrup  <dak@gnu.org>
15701         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15702         finishing actions if we did not edit the article.
15704 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15706         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15707         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15708         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15709         (gnus-agent-flush-group, gnus-agent-flush-cache)
15710         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15711         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15712         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15713         (gnus-agent-regenerate-group)
15714         (gnus-agent-update-files-total-fetched-for)
15715         (gnus-agent-update-view-total-fetched-for):
15716         Bind file-name-coding-system to nnmail-pathname-coding-system.
15717         (gnus-agent-group-pathname): Don't encode file names by
15718         nnmail-pathname-coding-system.
15719         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15720         coding-system-for-write instead of buffer-file-coding-system to
15721         gnus-agent-file-coding-system.
15723         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15724         Decode group name.
15726         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15728         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15729         (gnus-read-newsrc-el-file): Make group names unibyte.
15731         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15732         nnmail-pathname-coding-system.
15734         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15735         (nnrss-request-delete-group): Bind file-name-coding-system to
15736         nnmail-pathname-coding-system.
15737         (nnrss-read-server-data, nnrss-read-group-data):
15738         Bind file-name-coding-system correctly.
15739         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15741         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15742         (nntp-server-to-method-cache): New variable.
15743         (nntp-group-pathname): New function that decodes non-ASCII group names.
15744         (nntp-possibly-create-directory, nntp-marks-changed-p)
15745         (nntp-save-marks, nntp-open-marks): Use it.
15746         (nntp-possibly-create-directory, nntp-open-marks):
15747         Bind file-name-coding-system to nnmail-pathname-coding-system.
15748         (nntp-open-marks): Decode group names when bootstrapping marks.
15750         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15751         Newsgroups and Followup-To headers.
15753 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15755         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15756         (gnus-server-closed-face, gnus-server-denied-face)
15757         (gnus-server-offline-face): Remove variable.
15758         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15760         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15761         of modifying message-stack directly for XEmacs.
15763         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15764         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15765         if the coding-system argument is nil for XEmacs.
15767         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15768         mm-charset-override-alist.
15770         * rfc2047.el: Don't require base64; require rfc2045 for the function
15771         rfc2045-encode-string.
15772         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15773         to quote the parameter value.
15775 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15777         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15778         form in gnus-group-name-charset-method-alist.
15780         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15781         overrides the default layout edit-form.
15783         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15785         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15787 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15789         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15790         as unfetched articles.
15792 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15794         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15796 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15798         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15799         original back end that keeps marks in the local system.
15801 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15803         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15804         arg of pop-to-buffer for XEmacs.
15805         (gnus-article-read-summary-keys): Ditto; don't restore window
15806         configuration if summary command ends up with neither article buffer
15807         nor summary buffer; describe bindings if summary keys end with C-h.
15809 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15811         * message.el (message-fix-before-sending): Skip raw message part to be
15812         forwarded while checking illegible text.
15813         (message-forward-make-body-mime, message-forward-make-body):
15814         Mark signed or encrypted raw message as having no illegible text.
15816 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15818         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15819         (gnus-message-with-timestamp-1): New macro.
15820         (gnus-message-with-timestamp): New function.
15821         (gnus-message): Use them.
15823         * nnheader.el (nnheader-message): Use them.
15825 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15827         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15828         .newsrc.eld file.
15830 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15832         * gnus-agent.el (gnus-agent-fetch-headers)
15833         (gnus-agent-retrieve-headers):
15834         Bind gnus-decode-encoded-address-function to identity.
15836         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15837         available also when the server returns simply a dot.
15839         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15841 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15843         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15845 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15847         * gnus-ems.el (gnus-x-splash): Make it work.
15849         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15850         from being used.
15852 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15854         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15855         the front stickiness.
15856         (gnus-article-summary-command-nosave): Correct the order of the
15857         arguments passed to pop-to-buffer.
15858         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15859         summary command ends up with the article buffer.
15861         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15862         the same faces.
15864 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15866         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15868 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15870         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15871         * gnus-sum.el (gnus-summary-highlight):
15872         * mail-source.el (mail-source-delete-old-incoming-confirm):
15873         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15875 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15877         * gnus-art.el (gnus-mime-view-part-externally)
15878         (gnus-mime-view-part-internally): Fix predicate function passed to
15879         completing-read.
15881         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15883         * gnus.el (gnus-update-message-archive-method): Add :version.
15885 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15887         * gnus.el (gnus-update-message-archive-method): New variable.
15889         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15890         according to gnus-message-archive-method if
15891         gnus-update-message-archive-method is non-nil.
15893 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15895         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15896         Suggested by Loic Dachary <loic@dachary.org>.
15897         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15899 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15901         * message.el (message-pop-to-buffer): Add switch-function argument.
15902         (message-mail): Pass switch-function argument to it.
15904 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15906         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15907         Improve doc string.
15909 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15911         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15912         (gnus-header-content):
15913         * gnus-cite.el (gnus-cite-10):
15914         * gnus-srvr.el (gnus-server-closed):
15915         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15916         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15917         (gnus-group-mail-3-empty, gnus-group-mail-low)
15918         (gnus-group-mail-low-empty, gnus-splash):
15919         * message.el (message-header-to, message-header-cc)
15920         (message-header-subject, message-header-other, message-header-name)
15921         (message-header-xheader, message-separator, message-cited-text)
15922         (message-mml): Lighten colors of faces used for dark background.
15924 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15926         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15927         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15929 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15931         * message.el (message-narrow-to-headers-or-head):
15932         Ignore mail-header-separator in the body.
15934 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15936         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15937         same as window size.
15939 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15941         * message.el (message-font-lock-keywords): Use message-header-xheader
15942         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15943         ahead of the anything pattern, to get it recognized.
15945 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15947         * gnus-sum.el (gnus-articles-to-read)
15948         (gnus-summary-insert-old-articles): Don't truncate group name for
15949         `read-string'.
15951         * gnus-util.el (gnus-limit-string): Delete this function.
15953         * gnus-sum.el (gnus-simplify-subject-fully):
15954         Use `truncate-string-to-width' instead.
15956 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15958         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15959         Tell if, on summary exit, the next group has to be selected.
15960         (gnus-summary-exit): Use it.
15962 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15964         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15965         non-break space.
15967 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15969         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15970         Check if group is not a directory.
15971         (nnfolder-request-expire-articles): Don't delete articles if the target
15972         group is not available.
15974         * nnml.el (nnml-request-create-group): Properly check if group is not a
15975         file.
15976         (nnml-request-expire-articles): Don't delete articles if the target
15977         group is not available.
15979         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15980         Don't quote characters that are within parentheses.
15982 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15984         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15985         (gnus-handle-ephemeral-exit): Select article according to it.
15987 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15989         * message.el (message-insert-formated-citation-line): Remove newline.
15990         (message-citation-line-format): Add final \n here so that the user can
15991         avoid a blank line.
15993 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15995         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15996         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15997         Update lanl/arXiv support.
15999 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16001         * gnus.el: Bump version number.
16003 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16005         * gnus.el (gnus-version-number): Bump version.
16007 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16009         * gnus.el: No Gnus v0.6 is released.
16011 2007-04-27  Didier Verna  <didier@xemacs.org>
16013         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16014         * gmm-utils.el (gmm-regexp-concat): ... here.
16015         * message.el: Don't require 'gnus-util.
16016         (message-dont-reply-to-names): Handle name change above.
16017         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16019 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16021         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16022         since the initial value varies according to the system.
16024 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16026         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16028 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16030         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16032 2007-04-24  Didier Verna  <didier@xemacs.org>
16034         Improve the type of gnus-ignored-from-addresses.
16035         * gnus-util.el (gnus-orify-regexp): New function.
16036         * message.el (gnus-util): Require it.
16037         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16038         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16039         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16041 2007-04-24  Didier Verna  <didier@xemacs.org>
16043         * gnus-sum.el:
16044         * gnus-utils.el: Fix some trailing whitespaces.
16046 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16048         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16049         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16050         article's Message-ID; refer parent article in summary buffer.
16052         * message.el (message-bounce): Call mime-to-mml.
16054 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16056         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16058 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16060         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16061         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16062         displayed of multipart/alternative part if it is invoked from summary
16063         buffer.
16065         * mm-view.el (mm-inline-text-html-render-with-w3m)
16066         (mm-inline-text-html-render-with-w3m-standalone)
16067         (mm-inline-render-with-function): Use mail-parse-charset by default.
16069 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16071         * parse-time.el (parse-time-string-chars): Check if CHAR
16072         is less than the length of parse-time-syntax.
16074 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16076         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16077         from gnus-newsgroup-processable.
16079 2007-04-16  Didier Verna  <didier@xemacs.org>
16081         * gnus-msg.el (gnus-configure-posting-styles):
16082         Handle message-signature-directory properly with :file syntax.
16083         Reported by "Leo".
16085 2007-04-11  Didier Verna  <didier@xemacs.org>
16087         New user option: message-signature-directory.
16088         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16089         * message.el (message-insert-signature): Ditto.
16090         * message.el (message-signature-file): Doc update.
16091         * message.el (message-signature-directory): New.
16093 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16095         * gnus-msg.el (gnus-inews-yank-articles):
16096         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16098 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16100         * message.el (message-yank-original): Make sure cited text ends with
16101         newline; don't exchange point and mark.
16103 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16105         * tls.el (open-tls-stream): Properly handle case where there
16106         is no associated buffer.
16108 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16110         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16111         message-yank-original, make sure (< mark TEXT point).
16113 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16115         * message.el (message-fill-column): New variable.
16116         (message-mode): Use it.  Add comment on a possible new hook.
16118         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16119         (nnmail-get-new-mail): Reformat.
16121         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16123         * gmm-utils.el: Fix Commentary.
16124         (gmm-tool-bar-from-list): Fix typo in doc string.
16126 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16128         * message.el (message-yank-original): Don't switch point and mark
16129         unnecessarily to put point and mark as documented.
16131 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16134         from the message heads.
16136 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16138         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16139         article buffer does not have a window.  This may not be the best
16140         solution but is certainly better than setting the start of the null,
16141         that is the current, window.
16143 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16145         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16146         (gnus-draft-setup): Run it.
16148         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16149         gnus-score-fast-scoring.  Allow regexp.
16150         (gnus-score-headers): Use it.
16152         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16153         XEmacs.
16155         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16156         string.
16157         (gnus-button-alist): Also catch `<f1> k ...'.
16158         (gnus-treat-display-x-face): Fix doc string.
16160 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16162         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16163         evaluation of gnus-extended-version to ensure correct generation of the
16164         User-Agent header when message-generate-headers-first is used.
16166 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16168         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16169         hashcash-path is nil.  Don't call callback with incorrect number of
16170         parameters if val is 0.
16172 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16174         * message.el (message-required-news-headers):
16175         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16177 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16179         * message.el (message-generate-new-buffers): Change the meaning of the
16180         nil value; add `standard' to the choices; treat t as `unique'; improve
16181         doc string.
16182         (gnus-select-frame-set-input-focus): Autoload.
16183         (message-buffer-name): Search for the existing message buffer if
16184         message-generate-new-buffers is nil or `standard'; treat the value t of
16185         message-generate-new-buffers as `unique'.
16186         (message-pop-to-buffer): Raise the frame already displaying the message
16187         buffer; clear the echo area after querying.
16188         (message-setup): Pass the `continue' argument to compose-mail.
16189         (message-mail): Prefer `switch-function' if it is given; search for the
16190         existing message buffer if the `continue' argument is non-nil; pass
16191         continue and switch-function arguments to compose-mail by way of
16192         message-setup.
16193         (message-mail-other-window): Adjust argument of message-setup.
16194         (message-mail-other-frame): Ditto.
16196 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16198         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16199         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16200         to turn font-lock on when turning gnus-message-citation-mode on.
16202 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16204         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16205         (mml-smime-function-alist): New variable; add epg as the backend.
16206         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16207         mml-smime- functions instead.
16208         * mm-view.el: Require smime.
16210 2007-03-05  Didier Verna  <didier@xemacs.org>
16212         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16213         instead of just inheritance for posting styles.
16214         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16216 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16218         * tls.el (tls-certtool-program): Fix custom type.
16220 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16222         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16223         and point-at-eol instead of line-(beginning|end)-position.
16225         * assistant.el (assistant-parse-buffer): Ditto.
16227 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16229         * mml2015.el (mml2015-epg-find-usable-key): New function.
16230         (mml2015-epg-sign): Use it.
16231         (mml2015-epg-encrypt): Use it.
16233 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16235         * message.el (message-make-in-reply-to): Quote name containing
16236         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16237         if there are special characters.  Reported by NAKAJI Hiroyuki
16238         <nakaji@jp.freebsd.org>.
16240 2007-02-27  Didier Verna  <didier@xemacs.org>
16242         Include the group parameters as well as the topic ones in the
16243         inheritance filter process.
16244         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16245         argument GROUP-PARAMS-LIST.
16246         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16248 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16250         * nntp.el (nntp-never-echoes-commands)
16251         (nntp-open-connection-functions-never-echo-commands): New variables.
16252         (nntp-send-command): Use them.
16254 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16256         * mml2015.el (mml2015-epg-verify): Simplify.
16258 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16260         * mml.el (mml-content-disposition-alist): New user option.
16261         (mml-content-disposition): New function.
16262         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16263         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16265 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16267         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16268         verification.
16270 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16272         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16273         articles posted in the last 24 hours.
16275 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16277         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16279 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16281         * nntp.el (nntp-send-command): Don't wait for echoes when
16282         nntp-open-ssl-stream is used.
16284 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16286         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16287         (gnus-message-add-citation-keywords)
16288         (gnus-message-remove-citation-keywords): Remove.
16289         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16290         directly, make the variables in font-lock-defaults buffer-local, add
16291         gnus-message-citation-keywords to them and then update the value of
16292         font-lock-keywords.
16294 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16296         * message.el (message-cite-original-1): Don't call
16297         gnus-article-highlight-citation.
16299         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16300         citations; fix line count.
16302 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16304         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16305         (gnus-message-add-citation-keywords)
16306         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16307         versions of font-lock-add-keywords and font-lock-remove-keywords to
16308         work with XEmacs correctly.
16310 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16312         * gnus-cite.el (gnus-cite-face-list): Set the values of
16313         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16314         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16315         (gnus-message-cite-prefix-regexp): New variable.
16316         (gnus-message-search-citation-line): Use it; protect against long
16317         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16318         the 0th match data for Emacs.
16319         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16320         (gnus-message-add-citation-keywords): Append keywords rather than
16321         prepending; emulate font-lock-add-keywords if it is not available.
16322         (gnus-message-remove-citation-keywords):
16323         Emulate font-lock-remove-keywords if it is not available.
16325         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16327         * message.el (message-cite-prefix-regexp): Set the value of
16328         gnus-message-cite-prefix-regexp.
16330 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16332         * nnweb.el (nnweb-google-parse-1): Update parser.
16334 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16336         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16338 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16340         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16341         regexp.
16343 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16345         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16346         string-to-multibyte.
16347         (uudecode-decode-region-internal): Use it.
16349 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16351         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16352         Fix custom choice.
16354         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16356 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16358         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16360         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16361         `write-region' to respect `mm-inhibit-file-name-handlers'.
16363 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16365         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16366         Use gnus-home-directory instead of "~/" or "$HOME".
16368 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16370         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16371         to mention filename.
16372         Add comments at beginning regarding usage.
16373         (encrypt-write-file-contents): Change interactive so a string is
16374         acceptable.  If the file has no associated model, show an error instead
16375         of a nonsense prompt.
16377 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16379         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16380         Thanks to Yoshihiko Yamada for kind notification of this typo.
16382 2007-01-12  Kenichi Handa  <handa@m17n.org>
16384         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16385         multibyte buffer.
16387 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16389         * gnus-score.el (gnus-score-fast-scoring): New variable.
16390         (gnus-score-headers): Use it.
16392         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16394         * message.el (message-cite-original-1):
16395         Call gnus-article-highlight-citation if requested.
16396         (message-make-from): Allow name and address as optional arguments.
16398         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16400         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16401         bugs to doc string.
16402         (gnus-button-alist): Add mid\\|message-id.
16403         (gnus-button-fetch-group): Extend for use in
16404         `browse-url-browser-function'.
16405         (gnus-button-url-regexp): Try to catch paired parentheses like in
16406         Wikipedia URLs.
16408         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16409         Suggested by Simon Krahnke <overlord@gmx.li>.
16411 2007-01-13  Romain Francoise  <romain@orebokech.com>
16413         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16414         Update copyright.
16416 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16418         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16420 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16422         * gnus-registry.el (gnus-registry-unfollowed-groups)
16423         (gnus-registry-split-fancy-with-parent): Fix documentation.
16425 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16427         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16428         from nnweb groups.
16430 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16432         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16433         Xref urls.  Erase buffer before requesting head.
16435         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16437 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16439         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16440         customizable.
16442 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16444         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16445         no signing key is found.
16446         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16447         no encrypting and/or signing key is found.
16449 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16451         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16453 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16455         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16456         headers read from disk with the ones newly found in the current search.
16457         This should no longer cause problems, because the article numbers in
16458         Gmane's `nov.php' output are ignored since the previous change.
16460 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16462         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16464 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16466         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16468 2007-01-01  Romain Francoise  <romain@orebokech.com>
16470         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16472 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16474         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16475         `define-minor-mode' macro definition expanded properly.
16476         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16477         exclude it there.
16479         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16480         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16481         `fboundp' test.
16482         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16483         This is OK to autoload in (S)XEmacs now.
16485 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16487         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16488         keystroke.
16489         (gnus-summary-limit-to-singletons): Fix typo.
16491         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16492         else fails.
16494 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16496         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16497         docstring.
16499         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16500         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16501         (gnus-summary-insert-dormant-articles): Fix typo in message.
16503 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16505         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16506         nil for XEmacs.
16507         (gnus-message-citation-mode): Don't autoload in XEmacs.
16509         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16511 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16513         * nnimap.el (nnimap-expunge-search-string):
16514         Mention nnimap-search-uids-not-since-is-evil in docstring.
16516 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16518         * spam.el: Revert to make-obsolete-variable because
16519         define-obsolete-variable-alias is not supported in Emacs 21.
16521         * spam.el (spam-ifile-path, spam-ifile-database-path)
16522         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16523         make-obsolete-variable.
16524         (spam-bsfilter-path, spam-bsfilter-program)
16525         (spam-spamassassin-path, spam-spamassassin-program)
16526         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16527         Don't use "path" inappropriately.
16528         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16529         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16530         variable names.
16532 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16534         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16535         summary buffer.
16537         * password.el (password-cache-remove): Use clear-string to burn
16538         password, if available.
16540 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16542         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16544         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16546         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16547         (gnus-message-highlight-citation): Move defcustom here from
16548         gnus-cite.el.
16549         (gnus-message-citation-mode): Autoload.
16551         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16552         checks to make it compile with XEmacs.
16553         (gnus-message-citation-mode): New minor mode.
16554         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16555         (gnus-message-highlight-citation): New variables.
16556         (gnus-message-search-citation-line)
16557         (gnus-message-add-citation-keywords)
16558         (gnus-message-remove-citation-keywords)
16559         (turn-on-gnus-message-citation-mode)
16560         (turn-off-gnus-message-citation-mode): New functions.
16562 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16564         * gnus-cite.el: Enable highlighting of different citation levels in
16565         message-mode.
16567 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16569         * message.el (message-make-fqdn): Fix comment.
16570         (message-bogus-system-names): Add ".local".
16572         * spam.el (spam-ifile-path, spam-ifile-program)
16573         (spam-ifile-database-path, spam-ifile-database)
16574         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16575         Don't use "path" inappropriately.
16576         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16577         strings.
16578         (spam-check-ifile, spam-ifile-register-with-ifile)
16579         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16580         Use new variable names.
16582         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16583         (gnus-treat-display-smileys): Simplify using
16584         gnus-image-type-available-p.
16586         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16587         available.
16589 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16591         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16592         one after turning on the buffer's multibyteness instead of decoding
16593         them directly in the unibyte buffer that causes unexpected conversion
16594         in Emacs 23 (unicode).
16596 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16598         * message.el (message-generate-hashcash): Fix custom type.
16600 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16602         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16604 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16606         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16607         disconnect icons.  Add help text.
16609 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16611         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16612         negated to be consistent with the others we handle.
16614 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16616         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16617         version of gnus-summary-buffer to something, so that we can use two
16618         article buffers at the same time.
16620 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16622         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16623         trigger all the extra headers.
16624         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16625         sorting.
16627 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16629         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16630         solid groups.
16632 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16634         * legacy-gnus-agent.el: Add Copyright notice.
16636 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16638         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16640 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16642         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16644         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16645         to make it work reliably in CVS Emacs.
16646         (gnus-summary-limit-strange-charsets-predicate)
16647         (gnus-summary-limit-to-predicate): New functions.
16649 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16651         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16652         specifying array size.
16653         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16654         array if it is too small.
16655         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16656         (gnus-sort-threads-loop): New function.
16658 2006-12-06  Chris Moore  <dooglus@gmail.com>
16660         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16661         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16663 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16665         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16666         options.
16668 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16670         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16671         DOS-ing the recipient.
16673         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16674         the headers when creating the mapping to avoid mismappings.
16675         (nnweb-gmane-create-mapping): Always nix out old mapping.
16677 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16679         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16680         and mm-verify-option to never.
16682 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16684         * message.el (message-signed-or-encrypted-p): New function.
16685         (message-forward-make-body): Use it.
16687         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16688         Replace encode-coding-string with mm-encode-coding-string.
16690 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16692         * nneething.el (nneething-decode-file-name):
16693         Replace decode-coding-string with mm-decode-coding-string.
16695         * gnus-int.el (gnus-open-server): Say failed server's name.
16697 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16699         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16700         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16702         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16703         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16704         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16705         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16706         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16707         (gnus-subscribe-newsgroup, gnus-1):
16708         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16709         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16710         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16711         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16713 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16715         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16716         keystroke.
16717         (gnus-summary-limit-to-bodies): Implement headersp.
16719 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16723 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16725         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16727 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16729         * message.el (message-generate-hashcash): Expand range of values to
16730         include `opportunistic'.
16731         (message-send-mail): Use it.
16733 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16735         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16736         and comment it.
16738         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16740 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16742         * gnus-util.el (gnus-extract-address-components): Improve comment.
16744 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16746         * gnus-util.el (gnus-extract-address-components): Work with address in
16747         which the name portion contains @.
16749 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16751         * gnus.el (gnus-start): Move custom group up.
16752         (gnus-select-method): Don't autoload, but make it available for
16753         `customize-variable'.
16754         (gnus-getenv-nntpserver): Don't autoload.
16756 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16758         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16760 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16762         * message.el (message-sendmail-extra-arguments): New variable.
16763         (message-send-mail-with-sendmail): Use it.
16765 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16767         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16768         mm-with-unibyte-current-buffer to make string unibyte.
16770         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16771         mm-string-as-multibyte.
16773 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16775         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16776         Reported by Werner Koch <wk@gnupg.org>.
16778 2006-11-14  Daiki Ueno  <ueno@p360>
16780         * mml2015.el: Autoload epa-select-keys when compiling.
16782 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16784         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16785         message-options.
16786         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16788 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16790         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16791         EasyPG (< 0.0.6).
16792         (mml2015-always-trust): New user option.
16793         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16794         prompt.
16796 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16798         * nntp.el (nntp-authinfo-force): New variable.
16799         (nntp-send-authinfo): Use it.
16801 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16803         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16804         decode encoded words.  Improve prompt.  Add comment about forwarding.
16805         (message-replacement-char): Move up.
16807 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16809         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16810         instead of gnus-intersection because arguments of gnus-sorted-nunion
16811         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16813 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16815         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16816         (message-simplify-subject-functions):
16817         Enable message-strip-subject-encoded-words by default.
16819 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16821         * message.el (message-strip-subject-encoded-words): New function.
16822         (message-simplify-subject-functions): New variable.
16823         (message-simplify-subject): Use it.  Fix typo in doc string.
16824         Support message-strip-subject-encoded-words.
16826 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16828         * gnus-diary.el (gnus-diary-delay-format-function):
16829         * nndiary.el (nndiary-reminders):
16830         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16832 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16834         * gnus-art.el (article-hide-boring-headers): Fetch date from
16835         gnus-original-article-buffer to avoid problems with localized date
16836         strings.
16838 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16840         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16842 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16844         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16845         New variables.
16846         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16847         (mm-charset-synonym-alist): Move some entries to
16848         mm-codepage-iso-8859-list.
16849         (mm-charset-synonym-alist, mm-charset-override-alist):
16850         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16852 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16854         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16856 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16858         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16859         with Emacs 21 and XEmacs.
16861 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16863         * spam.el (spam-parse-address): New function for better parsing,
16864         catching errors, etc.
16865         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16867 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16869         * mm-view.el: Add interactive arg to html2text autoload.
16871 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16873         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16875 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16877         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16878         New variables.
16879         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16880         (mm-charset-synonym-alist): Move some entries to
16881         mm-codepage-iso-8859-list.
16883         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16885 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16887         * message.el (message-citation-line-format)
16888         (message-insert-formated-citation-line): Fix implementation of %E, %N
16889         and %n according to the doc string.
16891 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16893         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16894         Use car-safe to avoid bad parses.
16896 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16898         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16899         names.
16901         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16903 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16905         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16906         header.
16908         * message.el (message-draft-headers): Add Date.
16909         (message-headers-to-generate): Fix typo in docstring.
16911         * nndraft.el (nndraft-required-headers): New variable.
16912         (nndraft-generate-headers): Use it.
16914         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16916 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16918         * gnus-registry.el (gnus-registry-wash-for-keywords)
16919         (gnus-registry-find-keywords): New functions to allow easy searching of
16920         articles that are in the registry.
16922 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16924         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16925         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16926         Reported by Damien Elmes <damien@repose.cx>.
16928 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16930         * gnus.el (gnus-mime): Remove unused custom group.
16932 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16934         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16935         "blank line" when searching for end of armor headers.
16937 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16939         * gmm-utils.el (gmm-write-region): Fix variable name.
16941 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16943         * gmm-utils.el (gmm-write-region): New function based on compatibility
16944         code from `mm-make-temp-file'.
16946         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16948         * nnmaildir.el (nnmaildir--update-nov)
16949         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16950         Use `gmm-write-region'.
16952 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16954         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16955         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16957         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16959         * message.el (message-replacement-char): New variable.
16960         (message-fix-before-sending): Use it.
16961         (message-simplify-subject): New function to remove duplicate code.
16962         (message-reply, message-followup): Use it.
16964         * gnus-sum.el (gnus-summary-make-menu-bar):
16965         Clarify gnus-summary-limit-to-articles.
16967 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16969         * gnus-util.el (gnus-with-local-quit): New macro.
16971         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16973 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16975         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16976         ignore non-string data.
16978 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16980         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16981         non-string data (needs to be done in the registry too).
16983 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16985         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16986         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16987         (gnus-registry-split-fancy-with-parent)
16988         (gnus-registry-fetch-simplified-message-subject-fast)
16989         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16990         Remove text properties on ingress into the registry and when it's saved.
16991         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16992         registry from entries with no groups.
16994 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16996         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16997         function to remove string properties.
16999 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17001         * gmm-utils.el (gmm): Adjust custom version.
17003         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17004         Adjust custom version.
17006         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17008 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17010         * gnus-art.el (gnus-insert-prev-page-button)
17011         (gnus-insert-next-page-button): Simplify.  Reformat.
17013 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17015         * gnus-art.el (gnus-insert-prev-page-button)
17016         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17018 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17020         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17022 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17024         * gnus-art.el (gnus-insert-mime-button)
17025         (gnus-insert-mime-security-button):
17026         Apply gnus-article-button-face to MIME and security buttons.
17028 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17030         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17031         readable.
17033 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17035         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17036         `browse-url-of-file' instead of `browse-url'.
17038 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17040         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17041         regexp.  Articles containing quotation were cut prematurely.
17043 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17045         * message.el (message-cite-original-1): Use nobody by default for the
17046         value of From header.
17047         (message-reply): Ditto.
17049 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17051         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17052         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17053         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17055 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17057         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17058         mails in the doc string.  Add some URLs in comment.
17059         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17061 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17063         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17064         backslashes handling and the way to find boundaries of quoted strings.
17066 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17068         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17069         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17070         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17071         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17073 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17075         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17076         doc string.
17077         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17079 2006-09-06  Simon Josefsson  <jas@extundo.com>
17081         * mml2015.el (mml2015-use): Doc fix, mention epg.
17083 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17085         * mml2015.el (mml2015-use): Default to epg, if available.
17087 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17089         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17090         message-sender.
17091         (mml1991-epg-encrypt): Ditto.
17092         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17093         message-sender.
17094         (mml2015-epg-encrypt): Ditto.
17096 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17098         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17099         several common directories.
17101 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17103         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17104         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17106 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17108         * gnus-art.el (article-decode-encoded-words): Make it fast.
17110 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17112         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17114         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17115         in quoted string into `\'.
17117 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17119         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17120         Use standard-syntax-table.
17122 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17124         * gnus-art.el (gnus-decode-address-function): New variable.
17125         (article-decode-encoded-words): Use it to decode headers which are
17126         assumed to contain addresses.
17127         (gnus-mime-delete-part): Remove useless `or'.
17129         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17130         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17131         (gnus-nov-parse-line): Use it to decode From header.
17132         (gnus-get-newsgroup-headers): Ditto.
17133         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17135         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17136         (mail-decode-encoded-address-string): New alias.
17138         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17139         New function.
17140         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17141         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17142         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17143         (rfc2047-decode-string): Ditto.
17144         (rfc2047-decode-address-region): New function.
17145         (rfc2047-decode-address-string): New function.
17147 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17149         * message.el (message-caesar-buffer-body): Allow rotating headers.
17151         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17153         * message.el (message-insert-formated-citation-line): Fix %f.
17154         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17156 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17158         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17159         (gnus-bookmark-mouse-available-p): New macro.
17160         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17161         (gnus-bookmark-bmenu-show-infos): Use it.
17162         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17163         (gnus-bookmark-bmenu-hide-infos): Ditto.
17164         (gnus-bookmark-remove-properties): New function.
17165         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17166         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17167         (gnus-bookmark-write-file): Bind coding-system-for-write.
17168         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17169         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17170         group before selecting it.
17171         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17172         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17173         quit-window if it is not available; use gnus-mouse-2 and bind it to
17174         gnus-bookmark-bmenu-select-by-mouse.
17175         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17176         (gnus-bookmark-bmenu-select-by-mouse): New function.
17178 2006-08-13  Romain Francoise  <romain@orebokech.com>
17180         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17181         space.
17183 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17185         * compface.el (uncompface): Use binary rather than raw-text-unix.
17187 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17189         * compface.el (uncompface): Make sure the eol conversion doesn't take
17190         place when communicating with the external programs.
17191         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17193 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17195         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17197 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17199         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17200         Make it more robust by parsing author and date independently.
17202 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17204         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17206 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17208         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17209         first matching secret key.
17210         (mml2015-epg-encrypt): Ditto.
17212         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17213         first matching secret key.
17214         (mml1991-epg-encrypt): Ditto.
17216         * mml2015.el (mml2015-encrypt-to-self): New user option.
17217         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17218         mml2015-epg-encrypt-to-self is set.
17220         * mml1991.el (mml1991-encrypt-to-self): New variable.
17221         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17222         mml1991-epg-encrypt-to-self is set.
17224         * mml2015.el (mml2015-signers): New user option.
17225         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17226         (mml2015-epg-encrypt): Allow to select signing keys.
17228         * mml1991.el (mml1991-signers): New variable.
17229         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17230         (mml1991-epg-encrypt): Allow to select signing keys.
17232 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17234         * nnheader.el (nnheader-insert-head): Make it work even if the file
17235         uses CRLF for the line-break code.
17237 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17239         * mml2015.el: Require mml-sec instead of password.
17240         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17241         (mml2015-cache-passphrase): Inherit the default value from
17242         mml-secure-cache-passphrase.
17243         (mml2015-passphrase-cache-expiry): Inherit the default value from
17244         mml-secure-passphrase-cache-expiry.
17246         * mml1991.el: Require mml-sec instead of password.
17247         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17248         (mml1991-cache-passphrase): Inherit the default value from
17249         mml-secure-cache-passphrase.
17250         (mml1991-passphrase-cache-expiry): Inherit the default value from
17251         mml-secure-passphrase-cache-expiry.
17253         * mml-sec.el: Require password.
17254         (mml-secure-verbose): New user option.
17255         (mml-secure-cache-passphrase): New user option.
17256         (mml-secure-passphrase-cache-expiry): New user option.
17258 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17259             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17261         * pgg-def.el (pgg-truncate-key-identifier):
17262         Truncate the key ID to 8 letters from the end.
17264 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17266         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17267         workaround for the url package included with Emacs.
17269         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17271 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17273         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17274         correctly.  This fixes a bug caused by the 2006-05-12 change.
17276 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17278         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17279         some information about the error when saying that the `bogus' mail
17280         group will be used.
17282 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17284         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17285         string.
17287 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17289         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17291 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17293         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17295 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17297         * mml1991.el (mml1991-function-alist): Add epg.
17298         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17299         (mml1991-epg-encrypt): New functions.
17301 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17303         * mml2015.el (mml2015-verbose): New variable.
17304         (mml2015-cache-passphrase): Ditto.
17305         (mml2015-passphrase-cache-expiry): Ditto.
17306         (mml2015-function-alist): Add epg.
17307         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17308         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17309         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17310         New functions.
17312 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17314         * message.el (message-cite-original-1): Preserve region when removing
17315         quoted text due to X-No-Archive in order to avoid bogus attribution
17316         when citing multiple messages.
17318 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17320         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17321         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17323 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17325         * gnus-diary.el (gnus-user-format-function-d)
17326         (gnus-user-format-function-D): Autoload.
17328         * imap.el (Commentary): Fix typo.
17330         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17331         2006-04-22 contribution.
17333 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17335         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17336         It didn't really fix the bogosity I'm seeing with solid web groups.
17338 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17340         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17341         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17342         created using server names.  If we use the feature without declaring
17343         it, Gnus does not properly manage server and group state.
17345         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17346         bound.
17348 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17350         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17351         looking up the method using GROUP's prefix before inventing a new one.
17352         It is used on killed/unknown groups in various places where returning
17353         an all-new method isn't expected by the caller.
17355         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17356         and match semantics of gnus-group-real-prefix.
17358 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17360         * nnmail.el (nnmail-broken-references-mailers): New variable.
17361         (nnmail-ignore-broken-references): New function generalizing
17362         nnmail-fix-eudora-headers.
17363         (nnmail-fix-eudora-headers): Now obsolete.
17365         * gnus-art.el (gnus-button-handle-custom):
17366         Support `customize-apropos*'.
17368 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17370         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17372         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17373         articles.
17375 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17377         * message.el (message-cite-reply-above): New variable.
17378         (message-yank-original): Use it.
17380 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17382         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17384 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17386         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17387         as read.
17389         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17391 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17393         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17394         (gnus-bookmark-default-file): Use gnus-directory.
17395         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17396         Remove "*" in doc string.
17397         (gnus-bookmark-write-file): Simplify.
17398         (gnus-bookmark-maybe-sort-alist): Use `when'.
17399         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17400         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17401         Add FIXME about Emacs 21 and XEmacs compatibility.
17402         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17403         compatibility.
17404         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17405         compatibility.
17406         (gnus-bookmark-menu-heading): Fix version.
17408 2006-06-19  Bastien Guerry  <bzg@altern.org>
17410         * gnus-bookmark.el: New file.
17412 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17414         * message.el (message-syntax-checks): Doc fix.
17416 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17418         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17419         unsubscribed groups as if they were killed ones.  It causes duplicate
17420         entries in gnus-newsrc-alist.
17422 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17424         * message.el (message-syntax-checks): Doc fix.
17425         (message-send-mail): Add check for continuation headers.
17426         (message-check-news-header-syntax): Fix regexp used to check for
17427         continuation headers.
17429 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17431         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17433 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17435         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17437 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17439         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17440         default-truncate-lines.
17442 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17444         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17445         to fill the utf-8 entry.
17447 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17449         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17451 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17453         * gnus-agent.el (directory-files-and-attributes): Move all the way
17454         forward (the third and final move).
17455         (gnus-agent-read-agentview): Trap reconstruction errors due to
17456         nonexistent directory.  Handle by returning nil.
17458 2006-05-30  Didier Verna  <didier@xemacs.org>
17460         * message.el (message-dont-reply-to-names): Update the custom type.
17461         * message.el (message-dont-reply-to-names): New defsubst: potentially
17462         convert a list of regexps into a single one.
17463         * message.el (message-get-reply-headers): Use it.
17464         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17466 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17468         * gnus-agent.el (directory-files-and-attributes): Move forward.
17470 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17472         * gnus-ml.el (gnus-mailing-list-subscribe)
17473         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17474         (gnus-mailing-list-message): Fix doc strings.
17476 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17478         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17479         of doing it manually.
17481 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17483         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17484         comment.
17486 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17488         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17489         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17490         (gnus-agent-read-local): All symbols allocated in my-obarray.
17491         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17492         (gnus-agent-regenerate-group): Check numeric names to see if they are
17493         messages or groups.
17494         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17495         better way of do this...)
17497         * gnus-cache.el (gnus-agent-total-fetched-for):
17498         Ignore 'dummy.group' (there should be a better way of do this...)
17500 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17502         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17503         (gnus-saved-headers): Ditto.
17504         (gnus-default-article-saver): Mention functions may have properties.
17505         (gnus-article-save): Override gnus-save-all-headers and
17506         gnus-saved-headers by :headers property which saver function may have.
17507         (gnus-summary-save-in-file): Add :headers property.
17508         (gnus-summary-write-to-file): Ditto.
17510         * gnus-sum.el (gnus-summary-save-article): Bind
17511         gnus-prompt-before-saving to t when saving many articles in a file;
17512         always show all headers.
17514 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17516         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17517         marks.
17519         * message.el (message-indent-citation): Add optional arguments to allow
17520         using it outside of message buffers.
17522         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17523         (gnus-article-treat-unfold-headers): Use it.
17524         (gnus-article-truncate-lines): New variable.
17525         (gnus-article-mode): Use it.
17526         (gnus-article-toggle-truncate-lines): New function.
17528         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17529         Add gnus-article-toggle-truncate-lines.
17531         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17532         coding system in XEmacs, use binary.
17534 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17536         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17537         after-load-alist.
17539         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17540         this function should save decoded articles.
17541         (gnus-summary-write-to-file): Use property to specify this function
17542         should save decoded articles and specify gnus-summary-save-in-file
17543         should be used to save articles other than the first one when saving
17544         many articles.
17545         (gnus-summary-save-body-in-file): Use property to specify this
17546         function should save decoded articles.
17547         (gnus-summary-write-body-to-file): Use property to specify this
17548         function should save decoded articles and specify
17549         gnus-summary-save-body-in-file should be used to save articles other
17550         than the first one when saving many articles.
17552         * gnus-sum.el (gnus-summary-save-article): Simplify.
17554 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17556         * gnus-art.el (gnus-default-article-saver):
17557         Add gnus-summary-write-body-to-file.
17558         (gnus-article-save-coding-system): Don't use coding system object
17559         in XEmacs.
17560         (gnus-read-save-file-name): Add optional `dir-var' argument which
17561         specifies directory in which files are saved; work even if optional
17562         `variable' argument is not specified.
17563         (gnus-summary-write-to-file): Read file name.
17564         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17565         (gnus-summary-write-body-to-file): New function.
17567         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17568         (gnus-summary-local-variables): Add it.
17569         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17570         (gnus-summary-save-article): Remove optional `decode' argument;
17571         determine whether to decode articles by the value of
17572         gnus-default-article-saver; when saving many files using
17573         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17574         it first and use gnus-summary-save-in-file or
17575         gnus-summary-save-body-in-file thereafter unless
17576         gnus-prompt-before-saving is always; move point to article which
17577         will be saved.
17578         (gnus-summary-save-article-file): Revert.
17579         (gnus-summary-write-article-file): Revert.
17580         (gnus-summary-save-article-body-file): Revert.
17581         (gnus-summary-write-article-body-file): New function.
17583 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17585         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17587 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17589         * gnus-art.el (gnus-default-article-saver): Doc fix.
17590         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17591         from gnus-summary-save-article-coding-system, and default to a
17592         certain coding system.
17593         (gnus-output-to-file): Add coding cookie and encode text according
17594         to gnus-article-save-coding-system; don't use mm-append-to-file.
17596         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17597         gnus-art.el and rename to gnus-article-save-coding-system.
17598         (gnus-summary-save-article): Require gnus-art; don't show all
17599         headers if it decodes articles; don't add coding cookie here;
17600         don't bind mm-text-coding-system-for-write.
17601         (gnus-summary-save-article-file): Save decoded articles.
17602         (gnus-summary-write-article-file): When saving many files, use
17603         gnus-summary-write-to-file first and gnus-summary-save-in-file
17604         thereafter unless gnus-prompt-before-saving is always.
17605         (gnus-summary-save-article-body-file): Save decoded articles.
17607 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17609         * nnrss.el (nnrss-check-group): Bind hash-index.
17611 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17613         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17614         its hash index.  Store this hash in `nnrss-group-data'.
17615         (nnrss-read-group-data): Update accordingly.
17617 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17619         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17620         entry.
17622         * gnus-sum.el (gnus-summary-make-menu-bar):
17623         Add gnus-article-browse-html-article.
17625 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17627         * gnus-sum.el (gnus-summary-mime-map):
17628         Add gnus-article-browse-html-article.
17630 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17632         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17633         suitable coding systems in customize.
17635 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17637         * mail-source.el (mail-sources): Fix custom type.
17639 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17641         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17642         (gnus-summary-expire-articles-now): Shorten prompt.
17644         * gmm-utils.el (wid-edit): Require.
17645         (defun-gmm): Rename from `gmm-defun-compat'.
17646         (gmm-image-search-load-path): Use it.
17647         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17649 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17651         * gnus-sum.el (gnus-summary-save-article-coding-system):
17652         New variable.
17653         (gnus-summary-save-article): Add optional `decode' argument.
17654         If it is set and gnus-summary-save-article-coding-system is non-nil,
17655         save decoded article.
17656         (gnus-summary-write-article-file): Save decoded article if
17657         gnus-summary-save-article-coding-system is non-nil.
17659         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17660         type.
17662 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17664         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17666 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17668         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17669         first to test gnus-single-article-buffer which may be buffer-local.
17671         * gnus-sum.el (gnus-summary-setup-buffer):
17672         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17673         group; make gnus-article-buffer, gnus-article-current, and
17674         gnus-original-article-buffer always buffer-local.
17675         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17676         group.
17677         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17679 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17681         * nnml.el (nnml-request-compact-group): Compressed files might not
17682         have .gz extension.
17684 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17686         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17687         (mm-copy-to-buffer): Use with-current-buffer.
17688         (mm-display-part): Simplify.
17689         (mm-inlinable-p): Add optional arg `type'.
17691 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17693         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17694         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17695         Try harder to show the attachment internally or externally using
17696         gnus-mime-view-part-as-type.
17698 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17700         * message.el (message-from-style, message-signature-separator)
17701         (message-user-organization-file, message-send-mail-function)
17702         (message-citation-line-function, message-yank-prefix)
17703         (message-indent-citation-function, message-signature)
17704         (message-signature-file, message-signature-insert-empty-line):
17705         Remove autoloads.
17707         * gnus-art.el (gnus-buttonized-mime-types):
17708         Remove "multipart/signed".  Revert 2006-04-26 change.
17710 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17712         * gnus.el (gnus-version-number): Bump version.
17714 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17716         * gnus.el: No Gnus v0.5 is released.
17718 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17720         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17721         fetching articles by message-id.
17723 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17725         * message.el (hashcash): Require hashcash as normal.
17727         * ecomplete.el (ecomplete-highlight-match-line):
17728         Use point-at-eol.
17729         (ecomplete-highlight-match-line): Use `highlight', because that
17730         face exists in both Emacs and XEmacs.
17732         * message.el (message-display-abbrev): Use point-at-bol.
17734         * mail-source.el: Don't require timer/timer-funcs.
17736         * gnus-async.el: Ditto.
17738         * password.el: Ditto.
17740         * mm-url.el: Ditto.
17742         * mm-util.el: Require timer/timer-funcs.
17744 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17746         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17747         Close.
17749 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17751         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17752         unibyte after clear-decrypt function runs.
17754         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17755         returns as a unibyte string.
17757 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17759         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17760         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17761         (mml1991-pgg-encrypt): Ditto.
17763 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17765         * message.el (message-user-organization-file): Check several
17766         locations of the organization file.
17768         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17769         Add gnus-article-view-part-as-type.
17771         * gnus-art.el (gnus-article-view-part-as-type): New function.
17773         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17774         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17776         * mml.el: Simplify autoload.
17777         (mml-mode): defvar dnd-protocol-alist instead of using
17778         symbol-value.
17779         (mml-default-directory): New variable.
17780         (mml-minibuffer-read-file): Use it.
17781         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17783         * message.el (message-citation-line-format): New variable.
17784         (message-insert-formated-citation-line): New function.
17785         (message-citation-line-function):
17786         Add `message-insert-formated-citation-line' to custom type.
17788         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17789         to doc string.
17791         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17792         depending on mm-verify-option.
17794 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17796         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17797         binding pgg-* variables; reimplement the section which prevents
17798         MIME header from being signed.
17799         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17800         pgg-text-mode; remove a blank line at the top of body.
17802         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17803         lines at the top of body; use gnus-newsgroup-charset if there's no
17804         Charset header.
17806 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17808         * message.el (message-self-insert-commands): Doc fix.
17810         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17811         (mm-uu-pgp-encrypted-test): Ditto.
17812         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17813         between header and body; return application/pgp-encrypted handle
17814         if decryption failed; decode decrypted body by charset.
17816         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17817         element match to application/pgp-*.
17819 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17821         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17822         HTML.
17824 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826         * mail-source.el (mail-source-call-script): Message the error
17827         string.
17829 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17831         * gnus-util.el (gnus-byte-compile): Use it.
17833 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17835         * gnus-util.el (kill-empty-logs): New function.
17837 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17839         * message.el (message-mail-alias-type): Doc fix.
17840         (message-mail-alias-type-p): New function.
17841         (message-send): Use it.
17842         (message-mode): Ditto.
17843         (message-strip-forbidden-properties): Ditto.
17845         * ecomplete.el (ecomplete-database-file-coding-system):
17846         New variable.
17847         (ecomplete-save): Use it.
17848         (ecomplete-setup): Use it.
17850 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17852         * message.el (message-self-insert-commands): New variable.
17853         (message-strip-forbidden-properties): Use it.
17855 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17857         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17858         that doesn't make XEmacs choke.
17860 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17862         * gnus-util.el (gnus-replace-in-string):
17863         Prefer replace-regexp-in-string over of replace-in-string.
17865 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17867         * gnus-util.el (gnus-select-frame-set-input-focus):
17868         Use select-frame-set-input-focus if it is available in XEmacs; use
17869         definition defined in Emacs 22 for old Emacsen.
17871 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17873         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17875 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17877         * gnus-registry.el (gnus-registry-cache-save): Remove text
17878         properties when saving via the temp buffer.
17880 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17882         * message.el (message-generate-hashcash): Honor custom type.
17884 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17886         * message.el (message-generate-hashcash): Default to non-nil when
17887         hashcash is found.
17889         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17890         (gnus-refer-thread-limit): Increase default to 500.
17892         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17894         * flow-fill.el (fill-flowed): Allow delete-space.
17896 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17898         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17899         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17900         Remove autoloads.
17902 2006-04-18  Simon Josefsson  <jas@extundo.com>
17904         * message.el (message-generate-hashcash): Default to.
17906 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17908         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17909         concatenating segments rather than before concatenating them.
17911 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17913         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17915         * imap.el (imap-quote-specials): New function.
17916         (imap-login-auth): Quote specials.
17918 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17920         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17922         * message.el (message-forward-make-body-plain):
17923         Allow message-forward-ignored-headers to be a list.
17924         (message-remove-ignored-headers): Factor out into function.
17925         (message-forward-make-body-mml): Use it.
17926         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17927         (rfc2231-parse-string): Allow concatanation of parameters that
17928         aren't contiguous.  The test case is
17929           (mail-header-parse-content-type "message/external-body;
17930             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17931             access-type=LOCAL-FILE;
17932             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17934 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17936         * nntp.el (nntp-accept-process-output): Return the value of
17937         `nnheader-accept-process-output'.
17939 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17941         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17942         (gnus-button-alist): Recognize more diff formats.
17943         (gnus-button-patch): Strip directory.
17945 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17947         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17948         Emacs 22 when setting focus.
17950 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17952         * gnus-art.el (gnus-article-treat-types): Do treatment of
17953         text/x-verbatim parts.
17954         (gnus-button-patch): New command.
17956         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17957         addresses that contain invalid characters.
17959 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17961         * message.el (message-put-addresses-in-ecomplete):
17962         Use gnus-replace-in-string.
17963         (message-is-yours-p): Use the more correct
17964         mail-header-parse-address instead of
17965         mail-extract-address-components.
17966         (message-put-addresses-in-ecomplete): Fix typo.
17968         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17969         keystroke.
17971         * gnus-art.el (gnus-treatment-function-alist): Change order of
17972         newsgroups/generic header folding to avoid double-folding.
17974         * message.el (message-hidden-headers): Add X-Draft-From.
17976         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17977         New command.
17978         (gnus-summary-repeat-search-article-backward): New command.
17980         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17981         groups in the parent topic.
17983 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17985         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17986         (spam-extra-header-to-number): Return the CRM114 number as a
17987         number instead of a string.
17989 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17991         * gnus-art.el (gnus-face-properties-alist): Move here from
17992         gnus-fun.
17994         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17996 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17998         * message.el (message-strip-forbidden-properties): Only display on
17999         self-insert-command.
18001         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18002         reindent.
18003         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18005 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18007         * smiley.el (smiley-style): Fix typo.
18009 2006-03-23  Kenichi Handa  <handa@m17n.org>
18011         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18012         instead of set-buffer-multibyte.
18014 2006-03-23  Kenichi Handa  <handa@m17n.org>
18016         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18017         buffer and then decode the buffer text if necessary.
18018         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18019         first, and after mm-encode-body, change the buffer to unibyte.
18021 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18023         * hashcash.el (hashcash-insert-payment-async-2):
18024         Use message-goto-eoh instead of doing it manually.
18025         (mail-add-payment): Use message-narrow-to-header instead of trying
18026         to do the same itself.
18028         * message.el (message-hidden-headers): Add Face.
18030         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18031         reparenting code.
18032         (gnus-summary-reparent-children): Refactored out code.
18033         (gnus-summary-thread-map): New keystroke.
18034         (gnus-summary-reparent-children): Make into command.
18036         * smiley.el (smiley-style): Default to `medium' if using a large
18037         font.
18039         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18040         does it itself.
18042         * message.el (message-point-in-header-p): Simplify definition.
18044 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18046         * nnagent.el (nnagent-request-set-mark): Silence log file
18047         writing.
18048         (nnagent-request-set-mark): Use write-region instead of
18049         append-to-file.
18051         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18052         strange select method.
18054         * ecomplete.el (ecomplete-display-matches): Get highlightling
18055         right.
18056         (ecomplete-display-matches): Use literals.
18057         (ecomplete-display-matches): Disable message logging.
18059         * message.el (message-display-abbrev): Small optimization.
18061         * ecomplete.el (ecomplete-display-matches): Allow automatic
18062         display.
18064         * message.el (message-strip-forbidden-properties):
18065         Display abbrevs.
18066         (message-display-abbrev): Get automatic display right.
18068         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18069         keystrokes.
18071 2006-04-13  Romain Francoise  <romain@orebokech.com>
18073         TODO: Backport to v5-10!
18075         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18076         Move here (and rename) from gnus-registry.el.
18078         * gnus-registry.el: Require gnus-util.
18079         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18081 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18083         * gnus-group.el (gnus-group-catchup-current):
18084         Change if-then-else-if-then-else into cond.
18085         (gnus-group-catchup): Indent.
18086         (group-name-at-point): New function.
18087         (gnus-fetch-group): Provide default from thing at point.
18089 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18091         * message.el (message-display-abbrev): Fix regexp.
18093         * ecomplete.el (ecomplete-highlight-match-line):
18094         Reimplement choosing.
18095         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18096         dead variables.
18098         * message.el (message-newline-and-indent): Remove debugging.
18099         (message-display-abbrev): Use new implementation.
18101 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18103         * gnus-art.el (gnus-article-mode):
18104         Set cursor-in-non-selected-windows to nil.
18106         * smiley.el: Revert previous change.
18107         (smiley-data-directory): defvar it before using it in the
18108         defcustom of `smiley-style'.
18110 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18112         * message.el (message-newline-and-indent): New function.
18114         * ecomplete.el: Implement more bits.
18116         * message.el (message-put-addresses-in-ecomplete): Clean up the
18117         string.
18119         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18121         * gnus-sum.el (gnus-summary-save-parts):
18122         Bind gnus-summary-save-parts-counter and use it to make unique file
18123         names.
18125         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18127         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18128         parameter to say whether to actually parse the individual
18129         addresses.
18131         * message.el (message-put-addresses-in-ecomplete): New function.
18132         (ecomplete): Require.
18133         (message-mail-alias-type): Add ecomplete as an option.
18135 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18137         * flow-fill.el (fill-flowed): Remove trailing space from blank
18138         quoted lines.
18140 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18142         * smiley.el (smiley-style): Move definition later to avoid a
18143         compilation warning.
18145 2006-04-12  Kenichi Handa  <handa@m17n.org>
18147         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18148         buffer and then decode the buffer text if necessary.
18149         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18150         first, and after mm-encode-body, change the buffer to unibyte.
18151         Use mm-disable-multibyte instead of set-buffer-multibyte.
18153 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18155         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18156         Content-Type header instead of Content-Disposition header.
18157         (gnus-mime-inline-part): Ditto.
18158         (gnus-mime-view-part-as-charset): Ignore charset that the part
18159         specifies.
18161         * mm-decode.el (mm-display-part): Work with external parts and
18162         usual parts similarly.
18164         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18165         instead of gnus-display-mime.
18167         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18168         instead of with-temp-buffer.
18170         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18171         tag to summarized topics part in order to encode non-ASCII text.
18173 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18175         * smiley.el (smiley-style): New variable.
18176         (smiley-directory): New function.
18177         (smiley-data-directory): Derive from `smiley-style' using
18178         `smiley-directory'.
18179         (smiley-regexp-alist): Add new entries.
18181         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18182         (gnus-article-browse-delete-temp): Add :version.
18184 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18186         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18187         the sieve region.
18189 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18191         * gnus.el (gnus-version-number): Bump version.
18193 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18195         * gnus.el: No Gnus v0.4 is released.
18197 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18199         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18200         layout.
18202         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18203         unknown charset.
18205         * message.el (message-header-synonyms): Add Original-To to the
18206         default.
18208         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18209         optional parameter.
18211 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18213         * gnus-fun.el (gnus): Require it for gnus-directory.
18215 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18217         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18219 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18221         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18223 2006-04-05  Simon Josefsson  <jas@extundo.com>
18225         * password.el (password-reset): New function.
18227 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18229         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18230         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18232 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18234         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18235         Some whitespace was matched into the url, which broke browsing hits
18236         > 100 when mm-url-use-external was nil.
18238 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18240         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18241         Check gnus-extra-headers for 'Newsgroups.
18243         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18244         bound.
18246 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18248         * pgg-gpg.el: Clean up process buffers every time gpg processes
18249         complete.
18251 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18253         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18254         doc string.
18256 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18258         * pgg-gpg.el (pgg-gpg-process-filter)
18259         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18261         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18262         lines, temporary fix.
18264 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18266         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18268 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18270         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18271         default-enable-multibyte-characters.  This reverts the change from
18272         revision 6.17 which is no longer necessary because the passphrase
18273         is sent separately now.  GnuPG messages are unreadable under
18274         multibyte locales with default-enable-multibyte-characters set to
18275         nil.
18277 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18279         * message.el (message-tool-bar-gnome): Move "spell".
18281 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18283         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18284         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18285         instead.
18287 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18289         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18290         Improve newsgroups handling for NNTP overviews which don't include
18291         Newsgroups.
18293 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18295         * message.el (message-resend): Bind message-generate-hashcash to nil.
18297 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18299         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18300         when searching for already-paid recipients.
18302 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18304         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18305         passphrases when it is not needed.
18306         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18307         passphrase stuff from gpg, should only be necessary when you use
18308         gpg with a smartcard.
18310 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18312         * mml.el (mml-insert-mime): Ignore cached contents of
18313         message/external-body part.
18315         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18316         (mm-insert-part): Ditto.
18318 2006-03-23  Simon Josefsson  <jas@extundo.com>
18320         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18321         Reiner.
18322         (pgg-gpg-use-agent-p): Use it again.
18324 2006-03-23  Simon Josefsson  <jas@extundo.com>
18326         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18327         older emacsen.
18328         (pgg-gpg-use-agent-p): Don't use it.
18330 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18332         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18333         if we can.
18335 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18337         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18338         (pgg-gpg-update-agent): New function.
18339         (pgg-gpg-use-agent-p): New function.
18340         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18341         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18342         (pgg-gpg-sign-region): Use it.
18344 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18346         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18347         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18349 2006-03-21  Simon Josefsson  <jas@extundo.com>
18351         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18352         <wilde@sha-bang.de>.
18353         (pgg-gpg-use-agent): New variable.
18354         (pgg-gpg-process-region): Use it.
18355         (pgg-gpg-encrypt-region): Likewise.
18356         (pgg-gpg-encrypt-symmetric-region): Likewise.
18357         (pgg-gpg-decrypt-region): Likewise.
18358         (pgg-gpg-sign-region): Likewise.
18359         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18361 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18363         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18365         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18366         Add comment on version.
18368 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18370         * smiley.el: Add missing test smiley.
18372 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18374         * mm-decode.el (mm-with-part): New macro.
18375         (mm-get-part): Use it; work with message/external-body as well.
18376         (mm-save-part): Treat name and filename equally.
18378         * mm-extern.el (mm-extern-cache-contents): New function.
18379         (mm-inline-external-body): Use it; force the part to be displayed;
18380         move undisplayer added to the cached handle to the parent.
18382         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18383         (gnus-mime-view-part-as-type): Work with message/external-body.
18385         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18387 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18389         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18390         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18391         Emacs.]
18393 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18395         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18396         path rather than symbol.  Always return list of directories.
18397         Guarantee that image directory comes first.  [Sync with image.el,
18398         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18400         * message.el (message-make-tool-bar): Adjust to new API of
18401         `gmm-image-load-path-for-library'.
18403         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18405         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18407 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18409         * gnus-art.el (gnus-article-only-boring-p):
18410         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18411         intangible text.
18412         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18414 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18416         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18417         Use `defun' instead of `gmm-defun-compat'.
18419 2006-03-14  Simon Josefsson  <jas@extundo.com>
18421         * message.el (message-unique-id): Don't use message-number-base36
18422         if (user-uid) is a float.
18423         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18425 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18427         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18429         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18430         empty line between a part and a message part.
18432 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18434         * smiley.el: Add more test smileys.
18435         (smiley-data-directory, smiley-regexp-alist)
18436         (gnus-smiley-file-types): Fix doc strings.
18437         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18438         adding new elements.
18439         (smiley-mouse-map): Unused code.  Make it a comment.
18441 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18443         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18444         scan latest NoCeM messages instead of old ones.
18445         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18446         delimiters that are recently used.
18447         (gnus-nocem-load-cache): Add autoload cookie.
18449         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18451         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18452         level which is larger than gnus-use-nocem is specified.
18454         * gnus-group.el (gnus-group-get-new-news): Ditto.
18456 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18458         * gnus-util.el (gnus-tool-bar-update): New function.
18460         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18461         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18463         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18465         * gnus-group.el (gnus-group-redraw-when-idle)
18466         (gnus-group-redraw-check): Remove.
18467         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18469 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18471         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18472         if optional last element is specified in splits (FIELD VALUE...).
18474 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18476         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18477         to gmm-image-load-path-for-library.  Call with no-error argument.
18478         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18480         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18482         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18484         * gmm-utils.el (gmm-image-load-path): Remove alias.
18486 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18488         * gmm-utils.el (gmm-image-load-path): Add alias.
18490         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18491         nnml-generate-nov-databases-1.
18492         (nnml-generate-nov-databases): Use it.
18493         (nnml-generate-nov-databases-directory): Document no-active
18494         argument.
18496         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18497         directory if path is t.  Add no-error.
18499         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18500         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18502         * gnus-art.el (gnus-article-browse-delete-temp-files):
18503         Simplify resetting gnus-article-browse-html-temp-list.
18505         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18506         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
18507         Add example to docstring.  Rename local variables.  Move error
18508         checks to default case in cond and simplify.
18510 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18512         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18513         handle is multipart when calling it recursively.
18514         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18516 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18518         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18519         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18521 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18523         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18524         is loaded.
18526         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18527         loaded.
18529 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18531         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18532         to "Emacs 23 (unicode)" in doc string.
18534         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18535         "Emacs 23 (unicode)" in comment.
18537 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18539         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18541         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18542         characters 160 through 255 in Emacs 23.
18544 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18546         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18547         gnus-article-browse-html-temp.
18548         (gnus-article-browse-delete-temp): Make it customizable.
18549         Add `file'.  Adjust doc string.
18550         (gnus-article-browse-delete-temp-files): Add argument.
18551         Allow query for each file.  Adjust doc string.
18552         (gnus-article-browse-html-parts):
18553         Add `gnus-article-browse-delete-temp-files' to
18554         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18556 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18558         * gnus-art.el (gnus-article-browse-html-temp)
18559         (gnus-article-browse-delete-temp): New variables.
18560         (gnus-article-browse-delete-temp-files): New function.
18561         (gnus-article-browse-html-parts): Use it.
18563 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18565         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18567         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18568         string.
18570         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18571         gnus-summary-insert-new-articles when unplugged.
18572         Remove gnus-summary-search-article-forward.
18574         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18575         display-visual-class instead of display-color-cells.
18577 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18579         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18580         message/* containing non-ASCII text properly.
18582 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18584         * message.el: Require gmm-utils, remove autoloads.
18585         (message-tool-bar): Set default based on
18586         gmm-tool-bar-style.
18587         (message-tool-bar-gnome): Add gmm-customize-mode.
18589         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18590         gmm-tool-bar-style.
18591         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18593         * gnus-group.el (gnus-group-tool-bar): Set default based on
18594         gmm-tool-bar-style.
18595         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18597         * gmm-utils.el (gmm-image-directory): Rename variable from
18598         gmm-image-load-path.
18599         (gmm-image-load-path): Use gmm-image-directory.
18600         (gmm-customize-mode): New function.
18601         (gmm-tool-bar-style): New variable.
18603         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18604         gnus-group-redraw-line-number.
18605         (gnus-group-redraw-check): Simplify.
18606         (gnus-group-tool-bar-update): Remove redraw check.
18607         (gnus-group-make-tool-bar): Add redraw check.
18609 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18611         * gnus-art.el (gnus-button): Add missing parentheses.
18613 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18615         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18617 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18619         * gnus-art.el (gnus-button): New face.
18620         (gnus-article-button-face): Use it.
18622         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18623         Add gnus-summary-next-page.  Re-order.
18625         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18626         next-node are now included.
18627         (gnus-group-redraw-line-number): New internal variable.
18628         (gnus-group-redraw-check): Helper function for updating the tool
18629         bar.
18630         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18632         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18634         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18635         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18636         Use it to match format of Spamassassin 3.0 and later.
18637         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18638         (spam-check-bogofilter)
18639         (spam-bogofilter-register-with-bogofilter): Fix args of
18640         `gnus-error' calls.
18642 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18644         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18645         unnecessary interaction when sending queued mails.
18646         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18648 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18650         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18651         first or last are nil.
18653 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18655         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18657 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18659         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18661 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18663         * dns.el (query-dns): Protect more against buggy tcp output.
18665 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18667         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18668         nov.php.
18670 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18672         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18673         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18674         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18675         output on the server side.
18676         (nnweb-google-create-mapping): Update regexps and add some
18677         progress indication.
18679 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18681         * gnus-group.el (gnus-group-tool-bar-gnome):
18682         Fix gnus-agent-toggle-plugged.  Re-order icons.
18683         (gnus-group-tool-bar-gnome):
18684         Add gnus-group-{prev,next}-unread-group.
18685         (gnus-group-tool-bar-gnome): Re-order icons.
18687         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18688         Move gnus-summary-insert-new-articles.
18690         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18691         Fix comments.
18693         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18694         also available in Emacs 21.3.
18696         * message.el (message-fix-before-sending): Change "Emacs 22" to
18697         "Emacs 23 (unicode)" in comment.
18699         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18700         "Emacs 23 (unicode)" in comment.
18702         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18703         comment.
18704         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18706         * mm-view.el (mm-fill-flowed): Add :version.
18708 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18710         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18711         and load-path.
18713 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18715         * message.el: Autoload gmm-image-load-path.
18716         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18717         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18718         consitency.
18720         * gmm-utils.el (gmm-image-load-path): Also search in
18721         "../etc/images".  Don't set gmm-image-load-path if we don't find
18722         the image.
18724 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18726         * gmm-utils.el (gmm-image-load-path): Don't make
18727         `gmm-image-load-path' include subdirectories which the second arg
18728         `image' might specify.
18730         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18731         subdirectory to icon file names.
18733         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18735 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18737         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18738         gmm-image-load-path calls.
18740         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18742         * message.el (message-make-tool-bar): Ditto.
18744         * mml.el (mml-preview): Add comment concerning tool bar icons.
18746         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18747         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18749         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18750         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18752         * message.el (message-tool-bar-gnome): Use new icon names.
18753         (message-make-tool-bar): Use `gmm-image-load-path'.
18755         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18756         New functions from MH-E.
18757         (gmm-image-load-path): New variable from MH-E.
18758         (gmm-image-load-path): New function from MH-E.  Add arguments
18759         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18760         *-image-load-path-called-flag.
18762 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18764         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18766 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18768         * nnimap.el (nnimap-request-move-article): Change folder back to
18769         source group before deleting.
18771 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18773         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18775         * gnus-art.el (mm-url-insert-file-contents-external):
18776         Autoload mm-url.
18778         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18780 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18782         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18783         coding system which mm-charset-to-coding-system returns for a
18784         given charset is valid.
18786 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18788         * html2text.el (html2text-remove-tag-list):
18789         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18791 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18793         * gnus-cus.el: Revert 2005-10-17 change.
18795 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18797         * gnus-art.el (article-strip-banner):
18798         Call article-really-strip-banner only when the regexp match is made.
18800 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18802         * gnus-art.el (article-strip-banner):
18803         Use gnus-extract-address-components instead of
18804         mail-header-parse-addresses to make it work with non-ASCII text;
18805         remove mail-encode-encoded-word-string.
18807         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18808         values which are surrounded with \"...\"; make it never cause a
18809         Lisp error; give up parsing of parameters if it failed in
18810         extracting type.
18812 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18814         * smime.el (smime-cert-by-ldap-1): Fix bug where
18815         `smime-ldap-search' returns results without userCertificates.
18817 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18819         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18821 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18823         * spam.el (spam-check-spamassassin-headers): Adapt format for
18824         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18825         <ari@mbf.ocn.ne.jp>.
18826         (spam-list-of-processors): Add spam-use-gmane.
18828 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18830         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18831         make-temp-file; make it work with XEmacs as well.
18833         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18834         mm-make-temp-file.
18836         * mm-decode.el (mm-display-external): Use the 3rd arg of
18837         mm-make-temp-file.
18838         (mm-create-image-xemacs): Ditto.
18840 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18842         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18843         with message-narrow-to-headers.
18844         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18845         (gnus-draft-check-draft-articles): New function.
18846         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18848 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18850         * gnus-art.el (gnus-article-browse-html-parts):
18851         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18852         Don't use suffix argument for mm-make-temp-file for Emacs 21
18853         compatibility.  Remove useless `format'.
18855 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18857         * nnweb.el (nnweb-google-wash-article): Update regexps.
18858         (nnweb-group-alist): Use defvoo instead of defvar.
18860 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18862         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18863         re-loading nn* modules.
18865 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18867         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18868         for `tool-bar-mode' and don't check it's default-value.
18870         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18872         * message.el (message-make-tool-bar): Ditto.
18874         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18875         `substring'.  Shorten tmp-file name.
18877         * gnus.el: Remove bogus comment.
18879 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18881         * gnus-art.el (gnus-article-browse-html-parts): New function.
18882         (gnus-article-browse-html-article): New function for viewing html
18883         articles with a browser.
18885 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18887         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18888         (mml2015-pgg-encrypt): Ditto.
18890         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18891         (mml1991-pgg-encrypt): Ditto.
18893 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18895         * nnfolder.el (nnfolder-insert-newsgroup-line):
18896         Use message-make-date instead of current-time-string.
18898         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18899         to gnus-decoded which mm-uu might set.
18901 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18903         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18904         don't decode quoted parameters; remove misimported Emacs code.
18905         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18906         (rfc2231-decode-encoded-string): Don't use split-string which
18907         behaves differently according to Emacs version; use
18908         mm-decode-coding-region to convert charset to coding-system.
18909         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18910         (rfc2231-encode-string): Remove misimported Emacs code.
18912 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18914         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18915         when calling mail-header-parse-content-type.
18916         (article-de-quoted-unreadable): Ditto.
18917         (article-de-base64-unreadable): Ditto.
18918         (article-wash-html): Ditto.
18920         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18921         calling mail-header-parse-content-type and
18922         mail-header-parse-content-disposition.
18923         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18924         mail-header-parse-content-type.
18926         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18927         insert charset and format parameters; encode description after
18928         inserting it to buffer.
18929         (mml-insert-parameter): Fold lines properly even if a parameter is
18930         segmented into two or more lines; change the max column to 76.
18932         * rfc1843.el (rfc1843-decode-article-body): Don't use
18933         ignore-errors when calling mail-header-parse-content-type.
18935         * rfc2231.el (rfc2231-parse-string): Return at least type if
18936         possible; don't cause an error even if it fails in parsing of
18937         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18938         (rfc2231-encode-string): Don't break lines at the beginning, leave
18939         it to mml-insert-parameter.
18941         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18942         calling mail-header-parse-content-type.
18944 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18946         * spam-report.el (spam-report-gmane-use-article-number):
18947         Improve doc string.
18948         (spam-report-gmane-internal): Check if a suitable header was found
18949         in the article.
18951 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18953         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18954         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18956 2006-02-05  Romain Francoise  <romain@orebokech.com>
18958         Update copyright notices of all files in the gnus directory.
18960 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18962         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18964 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18966         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18967         segmented lines of parameter value to cope with Thunderbird 1.5
18968         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18969         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18970         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18972 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18974         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18975         parts.
18977 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18979         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18980         there's only one active file for all servers.
18981         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18982         solid groups.  Gnus might have used a FAST request to select the group.
18983         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18984         and nnweb-search redundantly in the active file.
18985         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18986         (nnweb-request-create-group): Don't use ARGS.
18987         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18988         initializations.  Let nnoo do the work.
18990 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18992         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18993         Say the part has been decoded.
18995         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18997 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18999         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19000         mailcap-viewer-test-cache when there's no 'test clause, since that
19001         will invert the meaning of a "nil" test previously determined by
19002         mailcap-mailcap-entry-passes-test.
19004 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19006         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19007         compiling.
19009         * gnus-sum.el: Ditto.
19011         * message.el: Don't bind tool-bar-map when compiling.
19013 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19015         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19017 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19019         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19020         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19021         current Google Groups.
19023 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19025         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19026         and tool-bar-mode.
19028         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19029         and tool-bar-mode.
19031         * message.el (message-tool-bar-update): Simplify.
19032         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19034         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19035         gnus-summary-buffer.
19036         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19037         gnus-summary-reply.
19039         * gmm-utils.el (gmm): Add :version.
19041 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19043         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19044         Don't autoload.
19046 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19048         * gmm-utils.el (gmm-verbose): Add :group.
19050 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19052         * message.el: Change some comments WRT tool-bars.
19054         * gnus-sum.el (gnus-summary-tool-bar)
19055         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19056         (gnus-summary-tool-bar-zap-list): New variables.
19057         (gnus-summary-make-tool-bar): Complete rewrite using
19058         `gmm-tool-bar-from-list'.
19060         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19061         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19062         New variables.
19063         (gnus-group-make-tool-bar): Complete rewrite using
19064         `gmm-tool-bar-from-list'.
19065         (gnus-group-tool-bar-update): New function.
19067         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19069 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19071         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19072         is dissected into a single part of which the type is the same as
19073         the given one; decode charset.
19075 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19077         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19078         into alists as symbol not string, since that's what
19079         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19080         look for.
19082 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19084         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19085         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19087         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19089 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19091         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19092         (gnus-mime-security-button-menu): New definition.
19093         (gnus-mime-security-button-map): Use them.
19094         (gnus-mime-security-button-menu): New function.
19095         (gnus-insert-mime-security-button): Addition to help echo.
19096         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19097         (gnus-mime-security-pipe-part): New functions.
19099         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19100         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19102         * mm-decode.el (mm-handle-set-disposition): Remove.
19103         (mm-handle-set-description): Remove.
19105 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19107         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19108         (mm-w3m-standalone-supports-m17n-p): New function.
19109         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19110         w3m usage.
19112         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19113         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19115 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19117         * message.el (message-tool-bar-zap-list):
19118         Use gmm-tool-bar-zap-list as custom type.
19119         (message-tool-bar-update): New function.
19120         (message-tool-bar, message-tool-bar-gnome)
19121         (message-tool-bar-retro): Add message-tool-bar-update.
19122         (message-tool-bar-gnome): Add flyspell-buffer.
19124         * gnus-util.el (gnus-error): Describe `args'.
19126         * gmm-utils.el (gmm-error): Describe `args'.
19127         (gmm-tool-bar-zap-list): New widget.
19128         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19130 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19132         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19133         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19134         the number of recursive calls.
19136         * mm-decode.el (mm-handle-set-disposition): New macro.
19137         (mm-handle-set-description): New macro.
19139 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19141         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19142         encoding.
19144 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19146         * message.el (message-tool-bar-zap-list, message-tool-bar)
19147         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19148         (message-tool-bar-local-item-from-menu): Remove.
19149         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19150         (message-make-tool-bar): New function.
19151         (message-mode): Use `message-make-tool-bar'.
19153         * gmm-utils.el: New file.
19154         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19155         (gmm-lazy): New widget copied from `nnmail.el'.
19156         (gmm-tool-bar-from-list): New function for creating customizable
19157         tool bars.
19158         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19159         output.
19160         (gmm): Add :prefix to defgroup.
19162 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19164         * gmm-utils.el (gmm-widget-p): New function.
19166 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19168         * mml.el (mml-attach-file): Describe `description' in doc string.
19169         (mml-menu): Add Emacs MIME manual and PGG manual.
19171 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19173         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19175 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19177         * nntp.el (nntp-end-of-line): Doc fix.
19179 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19181         * imap.el (imap-open): Handle case where buffer is a buffer
19182         object.
19184 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19186         * gnus-delay.el (gnus-delay): Don't autoload.
19187         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19188         to be re-loaded when customizing the `gnus-delay' group.
19190 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19192         * message.el (message-insert-citation-line): Use newlines.
19194 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19196         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19198         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19200 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19202         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19204 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19206         * mm-decode.el (mm-inlined-types): Add application/pgp.
19207         (mm-automatic-display): Ditto.
19209         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19210         part as text.
19212 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19214         * nnrss.el: Update copyright.
19215         (nnrss-opml-import): Query whether to subscribe to each entry.
19217         * gnus-art.el:
19218         * gnus-sum.el:
19219         * mm-uu.el:
19220         * mm-view.el: Update copyright.
19222 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19224         * message.el (message-info): New function.
19225         (message-mode-menu): Add it.
19226         Update copyright.
19228         * ChangeLog: Fix and update copyright.
19230 2006-01-13  Romain Francoise  <romain@orebokech.com>
19232         * message.el (message-forward-subject-name-subject): Prefer the
19233         address to 'nowhere' if the sender has no name.
19234         Fix typo.  Update copyright year.
19236 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19238         * gnus-art.el (article-wash-html):
19239         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19240         (gnus-article-wash-html-with-w3m-standalone): New function.
19242         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19243         mm-inline-text-html-render-with-w3m-standalone.
19244         (mm-text-html-washer-alist): Map w3m-standalone to
19245         gnus-article-wash-html-with-w3m-standalone.
19246         (mm-inline-text-html-render-with-w3m-standalone): New function.
19248 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19250         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19251         Improve LaTeX.
19253 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19255         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19256         (nnrss-request-article): Render text/plain parts as HTML.
19258         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19259         the buffer.
19261 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19263         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19264         custom definition of `gnus-posting-styles'.
19266         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19267         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19269 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19271         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19272         Use nntp for bug archive.
19274 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19276         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19277         parts.
19278         (nnrss-normalize-date): New function converts ISO 8601 date into
19279         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19280         (nnrss-check-group): Use it.
19282 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19284         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19286         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19287         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19288         (nnrss-insert-w3): Ditto.
19290 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19292         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19293         the articles to be forwarded including the case where neither a
19294         number of articles nor a region is specified.
19296 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19298         * nnrss.el (nnrss-request-article): Fix last change; fill
19299         text/plain parts.
19301 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19303         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19304         in text/plain part.
19305         (nnrss-check-group): Don't add excessive newline to dc:subject.
19307 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19309         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19310         article.
19312 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19314         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19315         (nnml-use-compressed-files, nnml-save-mail): Support other
19316         comression programs such as bzip2.
19318 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19320         * dns.el (query-dns): Make sure we check the buffer size before
19321         removing tcp headers.
19323 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19325         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19326         remove MIME buttons associated with multipart/alternative parts.
19327         (gnus-mime-display-alternative): Tag buttons using `article-type'
19328         text property.
19330         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19331         associated with multipart/alternative parts.
19333         * gnus-art.el (gnus-signature-separator): Fix custom type.
19335         * mm-decode.el (mm-inlined-types): Fix custom type.
19336         (mm-keep-viewer-alive-types): Ditto.
19337         (mm-automatic-display): Ditto.
19338         (mm-attachment-override-types): Ditto.
19339         (mm-inline-override-types): Ditto.
19340         (mm-automatic-external-display): Ditto.
19342 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19344         * spam-report.el (spam-report-user-mail-address)
19345         (spam-report-user-agent): New variables.
19346         (spam-report-url-ping-plain): Use spam-report-user-agent.
19348 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19350         * gnus-art.el (gnus-button-handle-custom): Do not just use
19351         `customize-apropos' for any "M-x customize-*" button but the
19352         function called for.  Accept both the function name and its
19353         argument in order to achieve this.
19354         (gnus-button-alist): Remove support for "custom:" URL's.
19355         Pass function name to `gnus-button-handle-custom' in case of "M-x
19356         customize-*" buttons.
19358 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19360         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19361         multipart/alternative and add xref to mm-discouraged-alternatives
19362         in doc string.
19364         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19365         gnus-buttonized-mime-types in doc string.
19367 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19369         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19370         Suggest image/.* in the doc string.
19372 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19374         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19375         message-marks (Debian bug#342521).
19377 2005-12-12  Simon Josefsson  <jas@extundo.com>
19379         * password.el (password-read-from-cache): Add.
19380         (password-read): Use it.
19382 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19384         * rfc2047.el (rfc2047-charset-to-coding-system):
19385         Recognize us-ascii as a MIME charset.
19387         * mm-bodies.el (mm-decode-content-transfer-encoding):
19388         Protect against the case where the 2nd arg TYPE is nil.
19390 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19392         * pop3.el (pop3-stream-type): Fix custom version.
19394         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19396 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19398         * mm-decode.el (mm-display-external): Add missing cdr.
19400 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19402         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19403         RFC1524) if it is in mailcap or add a suffix according to
19404         mailcap-mime-extensions when generating a temp filename; postpone
19405         deleting a temp file for 2 seconds for some wrappers, shell
19406         scripts, and so on, which might exit right after having started a
19407         viewer command as a background job.
19409 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19411         * nntp.el (nntp-marks-directory): Fix custom group.
19413         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19414         steps when < 10.
19416         * gnus-start.el (gnus-no-server-1):
19417         Mention `gnus-level-default-subscribed' in doc string.
19419 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19421         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19422         parens.
19424 2005-11-26  Dave Love  <fx@gnu.org>
19426         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19427         (tls-program, tls-success): Provide openssl alternative.
19429         * starttls.el: Doc fixes.
19430         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19431         SERVICE to PORT.
19433         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19434         port null or service name.
19435         (starttls-negotiate): Autoload.
19437 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19439         * message.el (message-kill-to-signature): Fix interactive spec.
19441 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19443         * pop3.el (pop3-open-server): Recognize a string as a service name.
19445 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19447         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19449 2005-11-23  Dave Love  <fx@gnu.org>
19451         Add pop3s, pop3/starttls.
19453         * pop3.el (pop3-authentication-scheme): Clarify doc.
19454         (open-tls-stream, starttls-open-stream): Autoload.
19455         (pop3-stream-type): New.
19456         (pop3-open-server): Use it.
19458         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19459         for POP.
19460         (mail-source-keyword-map): Add :stream for POP.
19461         (mail-source-fetch-pop): Use pop3-stream-type.
19463 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19465         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19466         of current-time-string.
19468 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19470         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19471         date header.
19473 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19475         * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19476         it can seriously impact performance as it bypasses the agent's
19477         local caches.
19479 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19481         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19482         must be explicitly online rather than "not explicitly offline" for
19483         its flags to be synchronized.
19485         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19486         that gnus-uu-unmark-thread will function correctly.
19488         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19489         1024K is instead displayed as 1M.
19491 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19493         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19495 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19497         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19499 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19501         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19502         error message to display actual error condition.
19503         (gnus-agent-save-local): Avoid saving symbols that are bound to
19504         nil as they simply result in a warning message in
19505         gnus-agent-read-local.
19507 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19509         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19510         rather than make-variable-buffer-local for file-precious-flag.
19512 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19514         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19515         for duplicates which are removed.  The invalid sort check then
19516         triggers a rescan after the sort as sorting may have moved
19517         duplicate entries such that they can be cheaply detected.
19519 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19521         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19523 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19525         * gnus-agent.el (gnus-agent-article-alist-save-format):
19526         Change internal variable to a custom variable.  Change default value
19527         from compressed(2) to uncompressed(1).
19528         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19529         support for uncompressed agentview files.  Taken together, reading
19530         the agentview file should now be 6-7 times faster.
19532 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19534         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19535         as a buffer-local variable.  This avoids creating truncated
19536         dribble files as a result of a hang up, eg.
19538 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19540         * gnus-start.el (gnus-start-draft-setup):
19541         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19543         * gnus.el (gnus-splash): Change custom group.
19544         (gnus-group-get-parameter, gnus-group-parameter-value):
19545         Describe allow-list argument.
19547         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19548         string.
19550 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19552         * gnus-art.el (gnus-default-article-saver): Add user-defined
19553         `function' to custom type.
19555 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19557         * imap.el (imap-open): Handle case where buffer is a buffer
19558         object.
19560 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19562         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19563         long lines.
19564         (gnus-cache-delete-group): Wrap doc strings.
19566         * gnus-agent.el (gnus-agent-rename-group)
19567         (gnus-agent-delete-group): Wrap doc strings.
19569 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19571         * gnus-start.el (gnus-1): Add "native" to
19572         gnus-predefined-server-alist.
19574         * gnus.el (gnus-method-to-server): Don't add "native" to the
19575         lists here, because that leads to problems when
19576         gnus-select-method is bound.
19578 2005-11-09  Simon Josefsson  <jas@extundo.com>
19580         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19581         use (not sort-by-date) instead.
19583 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19585         * gnus-delay.el (gnus-delay-group): Don't autoload.
19586         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19587         to be re-loaded when customizing the `gnus-delay' group.
19589 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19591         * message.el: Revert last changes.
19592         (message-insert-citation-line): Use newlines.
19594 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19596         * message.el (message-courtesy-message)
19597         (message-mark-insert-begin, message-mark-insert-end)
19598         (message-elide-ellipsis, message-cancel-message)
19599         (message-add-header, message-change-subject)
19600         (message-cross-post-followup-to-header)
19601         (message-cross-post-insert-note, message-reduce-to-to-cc)
19602         (message-widen-reply, message-delete-not-region)
19603         (message-kill-to-signature, message-insert-signature)
19604         (message-insert-importance-high, message-insert-importance-low)
19605         (message-insert-or-toggle-importance)
19606         (message-insert-disposition-notification-to)
19607         (message-indent-citation, message-yank-original)
19608         (message-cite-original-without-signature, message-cite-original)
19609         (message-insert-citation-line, message-position-on-field)
19610         (message-fix-before-sending, message-send-mail-partially)
19611         (message-send-mail, message-send-mail-with-sendmail)
19612         (message-send-mail-with-qmail, message-send-news)
19613         (message-check-news-header-syntax, message-generate-headers)
19614         (message-insert-courtesy-copy, message-fill-address)
19615         (message-fill-header, message-shorten-references)
19616         (message-setup-1, message-cancel-news)
19617         (message-forward-make-body-plain, message-forward-make-body-mime)
19618         (message-forward-make-body-mml, message-encode-message-body)
19619         (message-forward-make-body-digest-plain)
19620         (message-forward-make-body-digest-mime)
19621         (message-use-alternative-email-as-from): Insert `hard-newline'
19622         instead of ordinary newlines.
19624 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19626         * message.el (message-generate-headers): Downcase the argument
19627         given to message-check-element.
19629 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19631         * nntp.el (nntp-authinfo-rejected): New error condition.
19632         (nntp-wait-for): Use new error condition to signal authentication
19633         error.
19634         (nntp-retrieve-data): Rethrow new error condition to break out of
19635         recursive call to nntp-send-authinfo.
19637 2005-11-08  Romain Francoise  <romain@orebokech.com>
19639         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19640         (gnus-summary-exit-map): Bind to `Z p'.
19641         (gnus-summary-make-menu-bar): Add menu item.
19643 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19645         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19646         (gnus-treat-*): Add `first' in all doc strings.
19648         * gnus-group.el (gnus-group-compact-group): Fix typo.
19650 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19652         * gnus.el (gnus-parameters-case-fold-search): New variable.
19653         (gnus-parameters-get-parameter): Use it.
19655         * gnus-score.el (gnus-home-score-file): Doc fix.
19657 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19659         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19661 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19663         * mm-util.el (mm-special-display-p): New function.
19665         * mml.el (mml-preview): Use it; doc fix.
19667 2005-10-29  Romain Francoise  <romain@orebokech.com>
19669         * message.el (message-fix-before-sending): Fix comment.
19671 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19673         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19675 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19677         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19678         Used in gnus-score.el.
19680 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19682         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19684 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19686         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19687         whitespace removed in revision 7.8.  Use concatenated string to
19688         protect trailing whitespace.
19690 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19692         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19693         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19694         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19695         Courier IMAP ("some version from 2004").  Mostly based on similar
19696         code in the same function.
19698 2005-10-26  Didier Verna  <didier@xemacs.org>
19700         * gnus-group.el (gnus-group-compact-group): Invalidate original
19701         article buffer.
19702         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19703         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19704         NOV database and in article itself.
19705         Invalidate article backlog.
19707 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19709         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19711 2005-10-26  Simon Josefsson  <jas@extundo.com>
19713         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19714         part of 2004-07-25 change.
19716 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19718         * message.el (message-display-completion-list): New function.
19719         (message-expand-group): Use it; make sure the Completions buffer
19720         is modifiable.
19722 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19724         * imap.el (imap-open): Handle case where buffer is a buffer object.
19726 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19728         * pgg-def.el:
19729         * pgg-gpg.el:
19730         * pgg-parse.el:
19731         * pgg-pgp.el:
19732         * pgg-pgp5.el:
19733         * pgg.el: Move to the parent lisp directory.
19735 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19737         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19738         user-mail-name is an empty string.
19740 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19742         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19743         depending on gnus-score-decay-constant.
19745         * encrypt.el (encrypt-insert-file-contents)
19746         (encrypt-write-file-contents): Don't use `gnus-message'.
19748         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19749         arguments.
19750         (mm-uu-type-alist): Add message-marks and insert-marks.
19751         Pass arguments to mm-uu-verbatim-marks-extract.
19752         (mm-uu-hide-markers): New variable.
19753         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19755         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19756         (gnus-convert-image-to-face-command): Use "convert" by default to
19757         allow other input image formats.
19758         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19759         accordingly.
19761 2005-10-23  Simon Josefsson  <jas@extundo.com>
19763         * imap.el (imap-gssapi-program): Align command line parameters
19764         with latest GNU SASL.
19765         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19767 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19769         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19770         HTML.
19771         (nnslashdot-request-article): Ditto.
19773 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19775         * mail-source.el (mail-source-fetch-pop): Require pop3.
19776         (mail-source-check-pop): Ditto.
19778 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19780         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19781         errors.
19783 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19785         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19786         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19788         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19790         * mm-bodies.el (mm-decode-string):
19791         Call `mm-charset-to-coding-system' with allow-override argument.
19793 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19795         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19796         (rfc2047-charset-to-coding-system): New function.
19797         (rfc2047-decode-encoded-words): New function.
19798         (rfc2047-decode-region): Use them.
19799         (rfc2047-decode-cte): Remove.
19800         (rfc2047-parse-and-decode): Remove.
19801         (rfc2047-decode): Remove.
19803 2005-10-15  Kenichi Handa  <handa@m17n.org>
19805         * rfc2047.el (rfc2047-decode-cte): New function.
19806         (rfc2047-decode-region): Change the way to decode successive
19807         encoded-words: decode B- or Q-encoding in each encoded-word,
19808         concatenate them, and decode it as charset.
19810 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19812         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19813         widget-move-and-invoke.
19814         (gnus-custom-mode): Use gnus-custom-map.
19816 2005-10-15  Bill Wohler  <wohler@newt.com>
19818         * message.el (message-tool-bar-map): Rename image file from
19819         mail_send to mail/send.
19821 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19823         * message.el (message-expand-group): Pass the common
19824         prefix substring of completion to `display-completion-list'.
19826 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19828         * mml-sec.el (mml-secure-method): New internal variable.
19829         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19830         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19831         New functions using mml-secure-method.
19833         * mml.el (mml-mode-map): Add key bindings for those functions.
19834         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19835         Harder <harder@myrealbox.com>.
19836         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19837         Goto end of message if point is the headers of the message.
19839         * message.el (message-in-body-p): New function.
19841         * assistant.el: Autoload gnus-util and netrc.
19843         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19844         Use `mm-charset-override-alist' only when decoding.
19846         * mm-bodies.el (mm-decode-body):
19847         Call `mm-charset-to-coding-system' with allow-override argument.
19849         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19850         `filename' from Content-Disposition if Content-Type doesn't
19851         provide `name'.
19852         (gnus-mime-view-part-as-type): Set default instead of
19853         initial-input.
19855 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19857         * format-spec.el (format-spec): Propagate text properties of % spec.
19859 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19861         * gnus-art.el (gnus-treat-predicate): Add `first'.
19863 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19865         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19866         (mm-charset-override-alist): New variable.
19867         (mm-charset-to-coding-system): Use it.
19868         (mm-codepage-setup): New helper function.
19869         (mm-charset-eval-alist): New variable.
19870         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19871         Warn about unknown charsets.
19873 2005-10-04  David Hansen  <david.hansen@gmx.net>
19875         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19876         (nnrss-check-group): Ditto.
19878 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19880         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19881         Rename x-gnus-verbatim to x-verbatim.
19882         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19884         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19885         x-verbatim.
19887         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19889         * gnus-util.el (gnus-remove-duplicates): Remove.
19891         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19892         instead of gnus-remove-duplicates.
19894         * message.el (message-remove-duplicates): Remove.
19895         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19896         message-remove-duplicates.
19898         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19899         available, else use implementation from `delete-dups'.
19901         * message.el (message-insert-expires): New function.
19902         (message-mode-map): Add key binding.
19903         (message-mode-field-menu): Add menu entry.
19904         (message-mode): Document it.
19905         (message-make-expires-date): Use `message-make-date'.
19907 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19909         * message.el (message-make-expires-date): New function.
19911 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19913         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19915 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19917         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19918         function rather than the diff-mode.el package.
19919         (mm-display-external): Use with-current-buffer.
19920         (mm-viewer-completion-map, mm-viewer-completion-map):
19921         Move initialization inside declaration.
19923 2005-09-29  Simon Josefsson  <jas@extundo.com>
19925         * spam.el: Load hashcash when compiling, to avoid warnings.
19926         Don't autoload mail-check-payment.
19927         (spam-check-hashcash): Define unconditionally, since hashcash.el
19928         is part of Gnus now.  Ignore errors from payment checking.
19930 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19932         * message.el (message-bold-region, message-unbold-region):
19933         Rename from `bold-region' and `unbold-region'.
19935         * message.el: Remove useless autoloads.
19937 2005-09-28  Simon Josefsson  <jas@extundo.com>
19939         * message.el (message-use-idna): Default to t.
19940         (message-use-idna): Test whether encoding works too.  Doc fix.
19942 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19944         * nntp.el (nntp-warn-about-losing-connection): Remove.
19946 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19948         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19949         customizable.  Change default value.
19950         (mm-uu-diff-groups-regexp): Change default value.
19951         (mm-uu-type-alist): Add doc string.
19952         (mm-uu-configure): Add doc string.  Make it interactive.
19953         (mm-uu-tex-groups-regexp): New variable.
19954         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19955         (mm-uu-type-alist): Add LaTeX documents.
19956         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19957         of "text/verbatim".
19958         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19960         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19961         instead of "text/verbatim".
19963         * message.el (message-mark-inserted-region)
19964         (message-mark-insert-file): Use slrn style marks when called with
19965         prefix argument.
19967 2005-09-27  Simon Josefsson  <jas@extundo.com>
19969         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19971 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19973         * message.el (message-remove-duplicates): New function.
19974         Implementation borrowed from `gnus-remove-duplicates'.
19975         (message-idna-to-ascii-rhs): Also encode idna addresses in
19976         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19977         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19978         only ask about the same idna domain once per header and also tell
19979         in what header to replace the idna domain.
19981         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19982         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19983         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19984         a header is decoded and not just the last one.
19986 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19988         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19989         has been decoded.
19991         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19992         (mm-insert-part): Don't modify text if it has been decoded.
19994         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19995         decoded.
19997         * mm-view.el (mm-inline-text): Don't strip text props unless
19998         decoding enriched or richtext parts.
20000 2005-09-25  Romain Francoise  <romain@orebokech.com>
20002         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20003         * gnus-start.el (gnus-subscribe-interactively):
20004         * gnus-uu.el (gnus-uu-grab-articles):
20005         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20006         space.
20008 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20010         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20011         * mm-view.el (mm-view-pkcs7-decrypt):
20012         * gnus-sum.el (gnus-summary-limit-to-extra)
20013         (gnus-summary-respool-article, gnus-read-move-group-name):
20014         * gnus-score.el (gnus-summary-increase-score):
20015         * gnus-util.el (gnus-completing-read-with-default):
20016         * gnus-art.el (gnus-read-save-file-name)
20017         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20018         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20019         * message.el (message-check-news-header-syntax):
20020         Follow convention for reading with the minibuffer.
20022 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20024         * spam-report.el (spam-report-url-ping-plain):
20025         Use gnus-extended-version as User-Agent.
20027         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20028         default value is nil.
20030         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20031         (mm-uu-verbatim-marks-extract): New function.
20032         (mm-uu-extract): New face.
20033         (mm-uu-copy-to-buffer): Use it.
20035         * spam-report.el (spam-report-gmane-ham): Rename from
20036         `spam-report-gmane-unspam'.
20037         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20038         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20040         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20041         Autoload.
20042         (spam-report-gmane-unregister-routine):
20043         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20045 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20047         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20048         (spam-report-gmane-unregister-routine): Add support for gmane
20049         unregistration.
20051         * spam-report.el (spam-report-gmane-unspam)
20052         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20053         (spam-report-gmane): Change to take a single article and do unspam
20054         registration.
20056 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20058         * mm-url.el (mm-url-decode-entities): Fix regexp.
20060 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20062         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20063         default to nil, to be able to use Gnus at all.  If the default
20064         switches to something else, then the function should be fixed not
20065         be exceedingly slow.
20067 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20069         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20070         fail hard.
20072         * spam-report.el: Add better Keywords line.
20074         * spam.el: Add Maintainer and better Keywords line.
20076 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20078         * gnus-art.el (gnus-article-replace-part)
20079         (gnus-mime-replace-part): New functions.
20080         (gnus-mime-action-alist, gnus-mime-button-commands)
20081         (gnus-mime-save-part-and-strip): Add file argument.
20082         (gnus-article-part-wrapper): Add interactive argument.
20084         * gnus-sum.el (gnus-summary-mime-map):
20085         Add `gnus-article-replace-part'.
20087 2005-09-19  Didier Verna  <didier@xemacs.org>
20089         The nnml compaction feature:
20090         * nnml.el (nnml-request-compact-group): New function.
20091         * nnml.el (nnml-request-compact): New function.
20092         * gnus-int.el (gnus-request-compact-group): New function.
20093         * gnus-int.el (gnus-request-compact): New function.
20094         * gnus-group.el (gnus-group-compact-group): New function.
20095         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20096         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20097         * gnus-srvr.el (gnus-server-compact-server): New function.
20098         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20099         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20101 2005-09-18  Deepak Goel  <deego@gnufans.org>
20103         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20104         format spec.
20106 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20108         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20110 2005-09-15  Romain Francoise  <romain@orebokech.com>
20112         * message.el (message-fill-paragraph): Clarify docstring.
20114 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20116         * gnus-art.el (gnus-mime-display-part): Protect against broken
20117         MIME messages.
20119 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20121         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20122         before parsing header.
20124 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20126         * html2text.el (html2text-replace-list): Add new entities.
20128 2005-09-11  Romain Francoise  <romain@orebokech.com>
20130         * message.el (message-alternative-emails): Improve docstring.
20131         (message-setup-1): Call `message-use-alternative-email-as-from'
20132         after `message-setup-hook' to give it precedence over posting
20133         styles, etc.
20134         (message-use-alternative-email-as-from): Add docstring.
20135         Remove the original From header if present.
20137         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20138         (nnml-save-mail): Use it.
20140         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20141         articles.  Add new argument `silent'.
20142         (gnus-uu-mark-all): Report the total number of marked articles.
20144 2005-09-10  Romain Francoise  <romain@orebokech.com>
20146         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20147         (gnus-uu-mark-series): Likewise.
20149 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20151         * spam-report.el (spam-report-gmane): Fix generation of spam
20152         report URL.
20154 2005-09-10  Simon Josefsson  <jas@extundo.com>
20156         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20157         t, based on discussion on the ding list with Robert Epprecht
20158         <epprecht@solnet.ch>.
20160 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20162         * spam-report.el (spam-report-gmane): Make it work without
20163         X-Report-Spam header.  Gmane now only provides Archived-At.
20164         This is only used if `spam-report-gmane-use-article-number' is nil.
20165         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20167         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20168         make `gnus-summary-sort-by-recipient' work with threading.
20170         * nnweb.el (nnweb-google-wash-article): Print a message if article
20171         is not available.
20173 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20175         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20176         change.  Decode text/* parts content before displaying.
20178 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20180         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20182 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20184         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20186 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20188         * message.el (message-tab-body-function): Fix mismatched custom type.
20190         * gnus.el (gnus-group-change-level-function): Ditto.
20192         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20194         * gnus-art.el (gnus-signature-limit)
20195         (gnus-article-mime-part-function): Ditto.
20197 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20199         * mml.el (mml-mode): Silence the byte compiler.
20201         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20202         using `(sit-for 0)' before moving the point to the specified part;
20203         skip unbuttonized parts.
20204         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20205         return to the summary window if gnus-auto-select-part is non-nil.
20207 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20209         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20210         New variables.
20211         (mml-dnd-attach-file, mml-mode): Use them.
20213         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20214         Make fetching article by MID work again for Google Groups.
20215         Add FIXME concerning gnus-group-make-web-group.
20217         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20218         Don't depend on Gnus by using mail-extract-address-components if
20219         gnus-extract-address-components is not bound.
20221 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20223         * gnus-art.el (gnus-mime-display-security): Don't display the
20224         signature, but only the signed part.
20226 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20228         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20230         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20231         list, not listp.
20233 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20235         * mm-encode.el (mm-encode-content-transfer-encoding):
20236         Likewise when encoding.
20238         * mm-bodies.el (mm-decode-content-transfer-encoding):
20239         De-canonicalize CRLF for all text content types, not just
20240         text/plain.
20242 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20244         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20245         valid article; point arrow and cursor at the MIME button.
20247 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20249         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20250         Suggested by Dan Christensen <jdc@uwo.ca>.
20252         * mm-decode.el (mm-save-part): Enable change of prompt.
20254 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20256         * gnus-msg.el (gnus-inews-add-send-actions):
20257         Make `message-post-method' lambda parameter ARG `&optional'.
20259 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20261         * gnus-sum.el (gnus-summary-mime-map):
20262         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20263         gnus-article-jump-to-part.
20265         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20266         (gnus-article-edit-part): Use it.
20267         (gnus-article-part-wrapper): Add no-handle argument.
20268         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20269         New functions.
20271 2005-08-29  Romain Francoise  <romain@orebokech.com>
20273         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20274         docstring.
20275         (gnus-face-from-file): Likewise.
20277 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20279         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20280         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20281         non-nil.
20282         (gnus-auto-select-part): New variable.
20283         (gnus-article-jump-to-part): New function.
20284         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20285         (gnus-mime-delete-part): Allow selecting specified part after
20286         deleting or stripping parts.
20287         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20288         part if argument is bogus.
20290 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20292         * gnus-art.el (w3m-minor-mode-map):
20293         * gnus-spec.el (gnus-newsrc-file-version):
20294         * gnus-util.el (nnmail-active-file-coding-system)
20295         (gnus-original-article-buffer, gnus-user-agent):
20296         * gnus.el (gnus-ham-process-destinations)
20297         (gnus-parameter-ham-marks-alist)
20298         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20299         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20300         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20301         * mm-decode.el (gnus-current-window-configuration):
20302         * mm-extern.el (gnus-article-mime-handles):
20303         * mm-url.el (url-current-object, url-package-name)
20304         (url-package-version):
20305         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20306         (smime-keys, w3m-cid-retrieve-function-alist)
20307         (w3m-current-buffer, w3m-display-inline-images)
20308         (w3m-minor-mode-map):
20309         * mml-smime.el (gnus-extract-address-components):
20310         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20311         (gnus-newsrc-hashtb, message-default-charset)
20312         (message-deletable-headers, message-options)
20313         (message-posting-charset, message-required-mail-headers)
20314         (message-required-news-headers):
20315         * mml1991.el (mc-pgp-always-sign):
20316         * mml2015.el (mc-pgp-always-sign):
20317         * nnheader.el (nnmail-extra-headers):
20318         * rfc1843.el (gnus-decode-encoded-word-function)
20319         (gnus-decode-header-function, gnus-newsgroup-name):
20320         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20322 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20324         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20325         the end of the date treatments.
20327 2005-08-15  Simon Josefsson  <jas@extundo.com>
20329         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20330         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20331         Capello and Romain Francoise.
20332         (pgg-fetch-key-function): Remove, not used?
20333         (pgg-insert-url-with-w3): Require url, to get
20334         url-insert-file-contents regardless of where it is defined.
20336 2005-08-13  Romain Francoise  <romain@orebokech.com>
20338         * message.el (message-cite-original-1): New function.
20339         (message-cite-original): Use it.
20340         (message-cite-original-without-signature): Ditto.
20342 2005-08-08  Romain Francoise  <romain@orebokech.com>
20344         * message.el (message-yank-empty-prefix): New variable.
20345         (message-indent-citation): Use it.
20346         (message-cite-original-without-signature): Respect X-No-Archive.
20348 2005-08-08  Simon Josefsson  <jas@extundo.com>
20350         * pgg.el: Autoload url-insert-file-contents instead of loading
20351         w3/url.
20352         (pgg-insert-url-with-w3): Don't load url here.
20354 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20356         * message.el (message-kill-to-signature): Don't insert newline at
20357         bol.
20358         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20360 2005-08-06  Romain Francoise  <romain@orebokech.com>
20362         * message.el (message-user-fqdn): Fix typo in docstring.
20364 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20366         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20368         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20370 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20372         * mm-bodies.el (mm-encode-body): Use coding system rather than
20373         charset to encode text.
20375         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20376         number of charsets if utf-8 is available (XEmacs).
20378 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20380         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20381         taken from `gnus-button-mid-or-mail-regexp'.
20382         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20383         (gnus-button-alist): Improve regexp for domain part of the MIDs
20384         for news:localpart@domain buttons.
20385         (gnus-button-ctan-directory-regexp): Update.
20387 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20389         * sieve-manage.el (sieve-manage-interactive-login):
20390         Use make-local-variable rather than make-variable-buffer-local.
20391         (sieve-manage-open): Ditto.
20392         (sieve-manage-authenticate): Ditto.
20394         * mml.el (mml-generate-mime-1): Make the content type default to
20395         text/plain if the filename is not specified.
20397 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20399         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20400         instead of insert-buffer.
20402         * message.el (message-yank-original): Ditto; set the mark at the
20403         end of the yanked message.
20405 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20407         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20408         lines to scroll rather than to stop it.
20410         * mml.el (mml-generate-default-type): Add doc string.
20411         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20412         default to application/octet-stream when determining the content
20413         type if it is not specified for the part or the mml contents; add
20414         a comment about mml-generate-default-type.
20416 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20418         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20419         make it default to application/octet-stream when determining the
20420         content type if it is not specified for the external contents.
20422 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20424         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20425         segmented parameter but also other parameters might be there.
20427 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20429         * mm-decode.el (mm-display-external): Delete temp file, directory
20430         and buffer immediately if the external process is exited.
20432 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20434         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20435         fewer lines than that of scroll-margin.
20436         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20438 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20440         * gnus-art.el (gnus-article-next-page): Revert.
20441         (gnus-article-beginning-of-window): New macro.
20442         (gnus-article-next-page-1): Use it.
20443         (gnus-article-prev-page): Ditto.
20444         (gnus-article-edit-part): Use insert-buffer-substring instead of
20445         insert-buffer.
20446         (gnus-article-edit-exit): Ditto.
20448         * gnus-util.el (gnus-beginning-of-window): Remove.
20449         (gnus-end-of-window): Remove.
20451 2005-07-25  Simon Josefsson  <jas@extundo.com>
20453         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20454         to have the url package without w3.  Reported by Daiki Ueno
20455         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20457 2005-07-20  Didier Verna  <didier@xemacs.org>
20459         * gnus-diary.el: Remove the description comment (nndiary is now
20460         properly documented in the Gnus manual).
20461         Fix the spelling of "Back End".
20462         * nndiary.el: Ditto.
20463         Fix the copyright notice.
20465 2005-07-18  Romain Francoise  <romain@orebokech.com>
20467         * gnus-sum.el (gnus-summary-to-prefix)
20468         (gnus-summary-newsgroup-prefix): New variables.
20469         (gnus-summary-from-or-to-or-newsgroups): Use them.
20471 2005-07-17  Romain Francoise  <romain@orebokech.com>
20473         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20474         space as it's generally not especially interesting to the user.
20476 2005-07-16  Romain Francoise  <romain@orebokech.com>
20478         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20479         nil to avoid prompting and file modification if one of the
20480         messages at the top of the nnfolder file contains a copyright
20481         notice.
20482         Update copyright notice.
20484         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20485         instead of `current-time-string' as the latter creates a time
20486         string that is not RFC 2822 compliant (it lacks the zone).
20487         Update copyright notice.
20489 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20491         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20492         for text/rtf.  Display default in prompt.  Pass default for M-n.
20494         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20496 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20498         * gnus-msg.el (gnus-button-mailto):
20499         Remove save-selected-window-window hackery because it relies on
20500         save-selected-window internals.
20502 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20504         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20505         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20506         (gnus-article-prev-page): Ditto.
20508         * gnus-util.el (gnus-beginning-of-window): New function.
20509         (gnus-end-of-window): New function.
20511 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20513         * gnus-score.el (gnus-score-edit-all-score):
20514         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20515         gnus-message.
20517 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20519         * gnus-msg.el (gnus-button-mailto):
20520         Remove save-selected-window-window hackery because it relies on
20521         save-selected-window internals.
20523 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20525         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20526         add-minor-mode.
20527         (gnus-binary-mode): Ditto.
20529         * gnus-topic.el (gnus-topic-mode): Ditto.
20531 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20533         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20534         (gnus-article-prev-page): Take scroll-margin into consideration.
20536 2005-07-04  Lute Kamstra  <lute@gnu.org>
20538         Update FSF's address in GPL notices.
20540 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20542         * gnus.el (gnus-exit):
20543         * gnus-group.el (gnus-group-icons):
20544         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20546         * gnus-nocem.el (gnus-nocem):
20547         * message.el (message-various, message-buffers, message-sending)
20548         (message-interface, message-forwarding, message-insertion)
20549         (message-headers, message-news, message-mail):
20550         * pgg-gpg.el (pgg-gpg):
20551         * pgg-parse.el (pgg-parse):
20552         * pgg-pgp.el (pgg-pgp):
20553         * pgg-pgp5.el (pgg-pgp5):
20554         * pop3.el (pop3): Finish `defgroup' description with period.
20556 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20558         * gnus-art.el (article-display-face): Improve the efficiency.
20559         (article-display-x-face): Ditto; remove gray x-face stuff.
20561 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20563         * gnus-art.el (article-display-face): Correct the position in
20564         which Faces are inserted.
20566 2005-06-29  Didier Verna  <didier@xemacs.org>
20568         * gnus-art.el (article-display-face): Display faces in correct
20569         order.
20571 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20573         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20574         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20575         (gnus-nocem-check-article): Fetch the Type header.
20576         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20577         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20578         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20579         make sure gnus-nocem-hashtb is initialized.
20580         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20581         (gnus-nocem-unwanted-article-p): Ditto.
20583         * pgg.el (pgg-verify): Return the verification result.
20585 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20587         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20588         is ascii.
20590 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20592         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20593         `show-nonbreak-escape'.
20595 2005-06-23  Lute Kamstra  <lute@gnu.org>
20597         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20599         * dig.el (dig-mode):
20600         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20602 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20604         * nnimap.el (nnimap-split-download-body): Fix spellings.
20606 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20608         * gnus-art.el (gnus-article-encrypt-body):
20609         * gnus-cus.el (gnus-score-customize):
20610         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20611         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20613 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20615         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20616         header by looking for magic "MII" at the beginning.
20618 2005-06-16  Miles Bader  <miles@gnu.org>
20620         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20621         (assistant-field-face): New backward-compatibility alias for renamed
20622         face.
20623         (assistant-render-text): Use renamed assistant-field face.
20625         * spam.el (spam): Remove "-face" suffix from face name.
20626         (spam-face): New backward-compatibility alias for renamed face.
20627         (spam-face, spam-initialize): Use renamed spam face.
20629         * message.el (message-header-to, message-header-cc)
20630         (message-header-subject, message-header-newsgroups)
20631         (message-header-other, message-header-name)
20632         (message-header-xheader, message-separator, message-cited-text)
20633         (message-mml): Remove "-face" suffix from face names.
20634         (message-header-to-face, message-header-cc-face)
20635         (message-header-subject-face, message-header-newsgroups-face)
20636         (message-header-other-face, message-header-name-face)
20637         (message-header-xheader-face, message-separator-face)
20638         (message-cited-text-face, message-mml-face):
20639         New backward-compatibility aliases for renamed faces.
20640         (message-font-lock-keywords): Use renamed message faces.
20642         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20643         (sieve-test-commands, sieve-tagged-arguments):
20644         Remove "-face" suffix from face names.
20645         (sieve-control-commands-face, sieve-action-commands-face)
20646         (sieve-test-commands-face, sieve-tagged-arguments-face):
20647         New backward-compatibility aliases for renamed faces.
20648         (sieve-control-commands-face, sieve-action-commands-face)
20649         (sieve-test-commands-face, sieve-tagged-arguments-face):
20650         Use renamed sieve faces.
20652         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20653         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20654         (gnus-group-news-3-empty, gnus-group-news-4)
20655         (gnus-group-news-4-empty, gnus-group-news-5)
20656         (gnus-group-news-5-empty, gnus-group-news-6)
20657         (gnus-group-news-6-empty, gnus-group-news-low)
20658         (gnus-group-news-low-empty, gnus-group-mail-1)
20659         (gnus-group-mail-1-empty, gnus-group-mail-2)
20660         (gnus-group-mail-2-empty, gnus-group-mail-3)
20661         (gnus-group-mail-3-empty, gnus-group-mail-low)
20662         (gnus-group-mail-low-empty, gnus-summary-selected)
20663         (gnus-summary-cancelled, gnus-summary-high-ticked)
20664         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20665         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20666         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20667         (gnus-summary-low-undownloaded)
20668         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20669         (gnus-summary-low-unread, gnus-summary-normal-unread)
20670         (gnus-summary-high-read, gnus-summary-low-read)
20671         (gnus-summary-normal-read, gnus-splash):
20672         Remove "-face" suffix from face names.
20673         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20674         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20675         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20676         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20677         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20678         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20679         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20680         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20681         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20682         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20683         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20684         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20685         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20686         (gnus-summary-normal-ticked-face)
20687         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20688         (gnus-summary-normal-ancient-face)
20689         (gnus-summary-high-undownloaded-face)
20690         (gnus-summary-low-undownloaded-face)
20691         (gnus-summary-normal-undownloaded-face)
20692         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20693         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20694         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20695         (gnus-splash-face):
20696         New backward-compatibility aliases for renamed faces.
20697         (gnus-group-startup-message): Use renamed gnus faces.
20699         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20700         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20701         (gnus-server-agent): Remove "-face" suffix from face names.
20702         (gnus-server-agent-face, gnus-server-opened-face)
20703         (gnus-server-closed-face, gnus-server-denied-face)
20704         (gnus-server-offline-face):
20705         New backward-compatibility aliases for renamed faces.
20706         (gnus-server-agent-face, gnus-server-opened-face)
20707         (gnus-server-closed-face, gnus-server-denied-face)
20708         (gnus-server-offline-face): Use renamed gnus faces.
20710         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20711         Remove "-face" suffix from face names.
20712         (gnus-picon-xbm-face, gnus-picon-face):
20713         New backward-compatibility aliases for renamed faces.
20715         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20716         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20717         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20718         (gnus-cite-11): Remove "-face" suffix from face names.
20719         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20720         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20721         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20722         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20723         New backward-compatibility aliases for renamed faces.
20724         (gnus-cite-attribution-face, gnus-cite-face-list)
20725         (gnus-article-boring-faces): Use renamed gnus faces.
20727         * gnus-art.el (gnus-signature, gnus-header-from)
20728         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20729         (gnus-header-content): Remove "-face" suffix from face names.
20730         (gnus-signature-face, gnus-header-from-face)
20731         (gnus-header-subject-face, gnus-header-newsgroups-face)
20732         (gnus-header-name-face, gnus-header-content-face):
20733         New backward-compatibility aliases for renamed faces.
20734         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20736         * gnus-sum.el (gnus-summary-selected-face)
20737         (gnus-summary-highlight): Use renamed gnus faces.
20738         * gnus-group.el (gnus-group-highlight): Likewise.
20740 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20742         * gnus-sieve.el (gnus-sieve-article-add-rule):
20743         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20744         * spam-stat.el (spam-stat-buffer-change-to-spam)
20745         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20747         * message.el (message-is-yours-p):
20748         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20750 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20752         * mm-view.el (mm-inline-text): Withdraw the last change.
20754 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20756         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20757         executing enriched-decode.
20759 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20761         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20762         charset of tar files.
20764 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20766         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20768 2005-06-04  Lute Kamstra  <lute@gnu.org>
20770         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20771         information is never recorded.
20773 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20775         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20777 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20779         * pop3.el (pop3-apop): Run md5 in the binary mode.
20781         * starttls.el (starttls-set-process-query-on-exit-flag):
20782         Use eval-and-compile.
20784 2005-05-31  Simon Josefsson  <jas@extundo.com>
20786         * smime.el (smime-replace-in-string): Define.
20787         (smime-cert-by-ldap-1): Use it.
20789 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20791         * gnus-art.el (article-display-x-face): Replace
20792         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20794         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20795         set-process-query-on-exit-flag or process-kill-without-query.
20797         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20798         loop instead of replace-regexp.
20800         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20801         instead of process-kill-without-query if it is available.
20803         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20804         instead of find-file-hooks if it is available.
20806         * mml1991.el: Bind pgg-default-user-id when compiling.
20808         * mml2015.el: Bind pgg-default-user-id when compiling.
20810         * nndraft.el (nndraft-request-associate-buffer):
20811         Use write-contents-functions instead of write-contents-hooks if it is
20812         available.
20814         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20815         instead of find-file-hooks if it is available.
20817         * nntp.el (nntp-open-connection): Replace
20818         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20819         (nntp-open-ssl-stream): Ditto.
20820         (nntp-open-tls-stream): Ditto.
20822         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20823         set-process-query-on-exit-flag or process-kill-without-query.
20824         (starttls-open-stream-gnutls): Use it instead of
20825         process-kill-without-query.
20826         (starttls-open-stream): Ditto.
20828 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20830         * smime.el (smime-cert-by-ldap-1): Don't use
20831         replace-regexp-in-string.
20833 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20835         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20837         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20838         in PEM format.  Adjust to the XEmacs compatibility.
20840 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20842         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20843         by `string-to-number'.
20844         * gnus-agent.el (gnus-agent-regenerate-group)
20845         (gnus-agent-fetch-articles): Ditto.
20846         * gnus-art.el (gnus-button-fetch-group): Ditto.
20847         * gnus-cache.el (gnus-cache-generate-active)
20848         (gnus-cache-articles-in-group): Ditto.
20849         * gnus-group.el (gnus-group-set-current-level)
20850         (gnus-group-insert-group-line): Ditto.
20851         * gnus-score.el (gnus-score-set-expunge-below)
20852         (gnus-score-set-mark-below, gnus-summary-score-effect)
20853         (gnus-summary-score-entry): Ditto.
20854         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20855         (gnus-soup-pack): Ditto.
20856         * gnus-spec.el (gnus-xmas-format): Ditto.
20857         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20858         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20859         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20860         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20861         * nndb.el (nndb-get-remote-expire-response): Ditto.
20862         * nndiary.el (nndiary-parse-schedule-value)
20863         (nndiary-string-to-number, nndiary-request-replace-article)
20864         (nndiary-request-article): Ditto.
20865         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20866         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20867         * nneething.el (nneething-make-head): Ditto.
20868         * nnfolder.el (nnfolder-request-article)
20869         (nnfolder-retrieve-headers): Ditto.
20870         * nnheader.el (nnheader-file-to-number): Ditto.
20871         * nnkiboze.el (nnkiboze-request-article): Ditto.
20872         * nnmail.el (nnmail-process-unix-mail-format)
20873         (nnmail-process-babyl-mail-format): Ditto.
20874         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20875         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20876         (nnmh-request-create-group, nnmh-request-list-1)
20877         (nnmh-request-group, nnmh-request-article): Ditto.
20878         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20879         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20880         * nnsoup.el (nnsoup-make-active): Ditto.
20881         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20882         * nntp.el (nntp-find-group-and-number)
20883         (nntp-retrieve-headers-with-xover): Ditto.
20884         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20885         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20886         (pgg-format-key-identifier): Ditto.
20887         * pop3.el (pop3-last, pop3-stat): Ditto.
20888         * qp.el (quoted-printable-decode-region): Ditto.
20890         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20891         of concat.
20893 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20895         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20897         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20899         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20901         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20903         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20905         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20907         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20908         (gnus-carpal-mode): Ditto.
20910         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20911         (gnus-browse-mode): Ditto.
20913         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20915         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20917 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20919         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20921 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20923         * gnus-util.el (gnus-run-mode-hooks): New function.
20925         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20927 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20929         * gnus-agent.el (gnus-agent-make-mode-line-string):
20930         Use mode-line-highlight as mouse-face.
20932 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20934         * canlock.el (canlock): Change the parent group to news.
20936         * deuglify.el (gnus-outlook-deuglify): Add :group.
20938         * dig.el (dig): Add :group.
20940         * dns-mode.el (dns-mode): Add :group.
20942         * encrypt.el (encrypt): Add :group.
20944         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20945         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20946         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20947         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20948         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20950         * gnus-diary.el (gnus-diary): Add :group.
20952         * gnus.el (gnus-group-news-1-face): Add :group.
20953         (gnus-group-news-1-empty-face): Ditto.
20954         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20955         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20956         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20957         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20958         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20959         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20960         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20961         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20962         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20963         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20964         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20965         (gnus-summary-high-ticked-face): Ditto.
20966         (gnus-summary-low-ticked-face): Ditto.
20967         (gnus-summary-normal-ticked-face): Ditto.
20968         (gnus-summary-high-ancient-face): Ditto.
20969         (gnus-summary-low-ancient-face): Ditto.
20970         (gnus-summary-normal-ancient-face): Ditto.
20971         (gnus-summary-high-undownloaded-face): Ditto.
20972         (gnus-summary-low-undownloaded-face): Ditto.
20973         (gnus-summary-normal-undownloaded-face): Ditto.
20974         (gnus-summary-high-unread-face): Ditto.
20975         (gnus-summary-low-unread-face): Ditto.
20976         (gnus-summary-normal-unread-face): Ditto.
20977         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20978         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20980         * hashcash.el (hashcash): New custom group.
20981         (hashcash-default-payment): Add :group.
20982         (hashcash-payment-alist): Ditto.
20983         (hashcash-default-accept-payment): Ditto.
20984         (hashcash-accept-resources): Ditto.
20985         (hashcash-path): Ditto.
20986         (hashcash-extra-generate-parameters): Ditto.
20987         (hashcash-double-spend-database): Ditto.
20988         (hashcash-in-news): Ditto.
20990         * message.el (message-minibuffer-local-map): Add :group.
20992         * netrc.el (netrc): Add :group.
20994         * sieve-manage.el (sieve-manage-log): Add :group.
20995         (sieve-manage-default-user): Diito.
20996         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20997         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20998         (sieve-manage-authenticators): Ditto.
20999         (sieve-manage-authenticator-alist): Ditto.
21000         (sieve-manage-default-port): Ditto.
21002         * sieve-mode.el (sieve-control-commands-face): Add :group.
21003         (sieve-action-commands-face): Ditto.
21004         (sieve-test-commands-face): Ditto.
21005         (sieve-tagged-arguments-face): Ditto.
21007         * smime.el (smime): Add :group.
21009         * spam-report.el (spam-report): Add :group.
21011         * spam.el (spam, spam-face): Add :group.
21013 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21015         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21016         return \n.\n.\n at the end of articles.  Protect against that.
21017         (nntp-with-open-group): Allow debugging.
21019         * nnheader.el (mail-header-set-extra): Make into a function
21020         because I just could't understand how to quote the list properly.
21022         * dns.el (query-dns-cached): New function.
21024 2005-05-26  Lute Kamstra  <lute@gnu.org>
21026         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21028 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21030         * gnus-art.el: Don't autoload mail-extract-address-components.
21032         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21033         eval-and-compile to evaluate it.
21035         * hashcash.el: Don't autoload executable-find.
21037         * nndb.el: Don't declare the nndb back end two or more times; don't
21038         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21040         * nntp.el: Autoload format-spec instead of format; use
21041         eval-and-compile to evaluate autoload forms.
21043 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21045         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21047 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21049         * gnus.el (gnus-version-number): Bump version.
21051 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21053         * gnus.el: No Gnus v0.3 is released.
21055 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21057         * gnus-art.el (gnus-article-edit-part): Disable undo.
21059 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21061         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21062         gnus-article-date-lapsed-new-header is t if date timer is active;
21063         skip headers in which the original date value is empty.
21064         (gnus-article-save-original-date): Redefine it as a macro.
21065         (gnus-display-mime): Use it.
21067 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21069         * gnus-art.el (article-date-ut): Support converting date in
21070         forwarded parts as well.
21071         (gnus-article-save-original-date): New function.
21072         (gnus-display-mime): Use it.
21074 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21076         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21077         enclosure element of <item>.
21079 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21081         * message.el (message-kill-buffer-query): Rename from
21082         `message-kill-buffer-query-if-modified'.  Add :version.
21084 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21086         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21087         window layout.
21089 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21091         * mml.el: Autoload dnd when compiling.
21093 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21095         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21096         x-dnd-*.
21098 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21100         * qp.el (quoted-printable-encode-region): Save excursion.
21102 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21104         * message.el (message-kill-buffer-query-if-modified): Add new variable
21105         so the user can kill a modified message buffer quickly.
21106         (message-kill-buffer): Use it.
21108 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21110         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
21111         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21113 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21115         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21116         contained in text because xml.el decodes entities) with LFs.
21118 2005-04-11  Lute Kamstra  <lute@gnu.org>
21120         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21121         differently.
21123 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21125         * mm-util.el (mm-detect-coding-region): Typo.
21127 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21129         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21131 2005-04-06  Deepak Goel  <deego@gnufans.org>
21133         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21134         user-function allow user modifications of the scores.
21135         (spam-stat-score-buffer-user): New function, to allow
21136         user-computed modifications to the score.
21137         (spam-stat-score-buffer-user-functions): List of additional
21138         scoring functions.
21139         (spam-stat-error-holder): Global temporary error holder.
21140         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21141         variable.
21143 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21145         * gnus-registry.el (gnus-registry-clean-empty-function)
21146         (gnus-registry-trim, gnus-registry-fetch-groups)
21147         (gnus-registry-delete-group): Groups that match
21148         `gnus-registry-ignored-groups' are removed from the registry
21149         entries, not just ignored for splitting.  This helps clean up the
21150         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21151         to get all the groups a message ID is in.
21153         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21154         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21155         (spam-stat-score-buffer-user-functions): Add :number custom type.
21157 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21159         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21160         argument in XEmacs.
21162         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21163         (nnrss-request-group): Decode group name first.
21164         (nnrss-request-article): Make a text/plain article if mml-to-mime
21165         failed.
21166         (nnrss-get-encoding): Return a compatible encoding according to
21167         nnrss-compatible-encoding-alist.
21168         (nnrss-find-el): Use consp instead of listp.
21169         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21171 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21173         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21174         which Emacs 20 doesn't support.
21175         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21177 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21179         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21180         silence the byte compiler inside the defun.
21182         * gnus-demon.el (parse-time-string): Add autoload.
21184         * gnus-delay.el (parse-time-string): Add autoload.
21186         * gnus-art.el (parse-time-string): Add autoload.
21188         * nnultimate.el (parse-time): Require for `parse-time-string'.
21190 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21192         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21194         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21196         * smime.el (smime-ldap-host-list): Add :version.
21198 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21200         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21201         pass it to `gnus-browse-read-group'.
21202         (gnus-browse-read-group): Add NUMBER argument and pass it to
21203         `gnus-group-read-ephemeral-group'.
21205         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21206         argument and pass it to `gnus-group-read-group'.
21208 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21210         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21211         mm-xemacs-find-mime-charset-1 if we have the mule feature
21212         available at runtime.
21214 2005-03-25  Werner Lemberg  <wl@gnu.org>
21216         * nnmaildir.el: Replace `illegal' with `invalid'.
21218 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21220         * gnus-start.el (gnus-display-time-event-handler):
21221         Check display-time-timer at runtime rather than only at load time
21222         in case display-time-mode is turned off in the mean time.
21224 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21226         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21227         used.
21229         * nneething.el (nneething-map-file-directory): Derive from
21230         `gnus-directory'.
21232         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21233         the To/Cc button.
21235 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21237         * nnmaildir.el (nnmaildir-request-accept-article):
21238         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21240 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21242         * gnus-async.el: Require timer-funcs at compile time when in
21243         XEmacs for `run-with-idle-timer'.
21245 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21247         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21248         autoloaded function.
21250 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21252         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21254 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21256         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21258 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21260         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21261         Add gnus-expert-user to default.
21263 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21265         * nnimap.el (nnimap-open-server): Ditto.
21267         * imap.el (imap-authenticate): Fix typo.
21269 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21271         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21272         buffer (since IMAP server might return FETCH response out of
21273         order, and the nntp buffer must be sorted).
21275 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21277         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21278         comparison on string.
21280         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21281         (gnus-agent-score): Rename category keywords to match gnus-cus.
21282         (gnus-agent-summary-fetch-series): Modify to protect against
21283         gnus-agent-summary-fetch-group clearing processable flags.
21284         (gnus-agent-synchronize-group-flags): Update live group buffer as
21285         synchronization may occur due to the user toggle the plugged
21286         status.
21287         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21288         successfully downloaded.
21289         (gnus-agent-expire-group-1): Avoid using markers when the overview
21290         is in ascending order; greatly improves performance.
21291         (gnus-agent-regenerate-group):
21292         Use gnus-agent-synchronize-group-flags to reset read status in both
21293         gnus and server.
21294         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21296 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21298         * message.el: Don't autoload former message-utils variables.
21299         (message-strip-subject-trailing-was): Change doc string.
21301         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21302         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21303         (nnweb-google-search): Add "hl=en" here.
21304         (nnweb-google-parse-1, nnweb-google-create-mapping):
21305         Don't hardcode URL.
21307 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21309         * message.el (message-get-reply-headers, message-followup):
21310         Mention related variables `message-use-followup-to' and
21311         `message-use-mail-followup-to', in the information buffer.
21313         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21314         of broken groups(-beta).google.com.
21316 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21318         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21319         parameter to invoked gnus-request-move-article; remove the
21320         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21321         all at once instead of once per article.
21322         (gnus-summary-remove-process-mark): Accept a list of articles as
21323         well as a single article for processing.
21325         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21326         parameter.
21328         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21330         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21332         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21333         parameter.
21335         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21336         parameter.
21338         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21339         parameter and remove the gnus-sum-hint-move-is-internal variable.
21341         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21342         parameter.
21344         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21345         parameter.
21347         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21348         parameter.
21350         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21352         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21353         parameter.
21355         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21356         parameter.
21358 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21360         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21361         a more conservative way.
21363 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21365         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21366         buffer, so it moves the window's cursor.
21368 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21370         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21371         `mm-dissect-multipart' and receive the from field as an (optional)
21372         argument from `mm-dissect-multipart'.
21373         (mm-dissect-multipart): Receive the from field as an argument and
21374         pass it on when we call `mm-dissect-buffer' on MIME parts.
21375         Fixes verification/decryption of signed/encrypted MIME parts.
21377 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21379         * gnus-sum.el (gnus-summary-move-article):
21380         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21381         whatever it calls (right now, only nnimap-request-move article
21382         respects it).
21384         * nnimap.el (nnimap-request-move-article):
21385         When gnus-sum-hint-move-is-internal is set, don't do the extra
21386         nnimap-request-article.
21388 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21390         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21392         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21393         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21395         * gnus-sum.el (gnus-summary-caesar-message):
21396         Apply `gnus-treat-article' after rotation.
21398         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21399         doc string.
21401 2005-02-22  Simon Josefsson  <jas@extundo.com>
21403         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21404         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21405         <arne@arnested.dk>.
21406         (encrypt): Add password-cache and password-cache-expiry as group
21407         members.
21409 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21411         * smime.el (smime-ldap-host-list): Doc fix.
21412         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21413         cache) password.
21414         (smime-sign-region): Use it.
21415         (smime-decrypt-region): Use it.
21416         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21417         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21418         fails.
21419         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21420         certificate from DER to PEM format rather than calling openssl.
21422         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21424         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21425         for signing/encryption.
21427         * mml.el (mml-parse-1): Use them.
21429 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21431         * nnrss.el (nnrss-verbose): Remove.
21432         (nnrss-request-group): Use `nnheader-message' instead.
21434 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21436         * nnrss.el (nnrss-verbose): New variable.
21437         (nnrss-request-group): Make it say nnrss is requesting a group.
21439 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21441         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21442         Handle news URL with given port correctly.
21444 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21446         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21447         containing special characters.
21449         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21451         * mml.el (mime-to-mml): Ditto.
21453         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21454         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21455         (rfc2047-decode-region): Quote decoded words containing special
21456         characters when rfc2047-quote-decoded-words-containing-tspecials
21457         is non-nil.
21459 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21461         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21463         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21465 2005-02-15  Simon Josefsson  <jas@extundo.com>
21467         * nnimap.el (nnimap-debug): Doc fix.
21469         * imap.el (imap-debug): Doc fix.
21471 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21473         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21475 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21477         * gnus.el (spam-contents): Improve docs for spam-contents
21478         parameter in its variable incarnation.
21480 2005-02-14  Simon Josefsson  <jas@extundo.com>
21482         * smime-ldap.el: Use require instead of load-library for ldap.
21483         (smime-ldap-search): Indent.
21484         (smime-ldap-search-internal): Shorten line.
21486         * smime.el (smime-cert-by-dns): Add doc-string.
21487         (smime-cert-by-ldap-1): Indent.
21489         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21490         mml-smime-get-dns-ldap.
21491         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21493 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21495         * smime.el: Require smime-ldap.
21496         (smime-ldap-host-list): New variable.
21497         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21499         * mml-smime.el (mml-smime-encrypt-query): New function.
21500         (mml-smime-encrypt-query): Use it.
21502         * smime-ldap.el: New file.
21504 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21506         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21508 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21510         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21511         argument in doc string.  Make query for type more clear.
21513 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21515         * gnus.el (gnus-group-startup-message): Search for gnus images in
21516         etc/images/gnus.
21517         * mm-util.el (mm-image-load-path): Likewise.
21518         * smiley.el (smiley-data-directory): Search for smilies in
21519         etc/images/smilies.
21521 2005-02-09  Kim F. Storm  <storm@cua.dk>
21523         Change Emacs release version from 21.4 to 22.1 throughout.
21524         Change Emacs development version from 21.3.50 to 22.0.50.
21526 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21528         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21530         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21531         non-Mule XEmacs as well.
21532         (mm-decompress-buffer): Signal an error intentionally if it does
21533         not decompress compressed data because auto-compression-mode is
21534         disabled.
21536 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21538         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21539         an ID in the registry even if it has no groups.
21541 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21543         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21544         merge it into mm-decompress-buffer.
21545         (gnus-mime-copy-part): Use the MIME part charset, the value which
21546         a user specified or gnus-newsgroup-charset for decoding, like
21547         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21548         save-buffer what was used.  Suggested by Kevin Ryde
21549         <user42@zip.com.au>.
21550         (gnus-mime-inline-part): Allow the name parameter as well as the
21551         filename parameter; force decompressing of compressed data; always
21552         display contents being not decoded as unibyte.
21554         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21555         as well as the filename parameter.
21557         * mm-util.el (mm-decompress-buffer):
21558         Merge gnus-mime-jka-compr-maybe-uncompress.
21559         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21560         of compressed data.
21562 2005-02-08  Simon Josefsson  <jas@extundo.com>
21564         * imap.el (imap-log): Doc fix.
21566 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21568         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21569         the coding cookies; decompress compressed parts.
21571         * mml.el (mml-generate-mime-1): Add the charset parameter according
21572         to the value which a user specified manually or the coding cookie.
21574         * mm-util.el (mm-string-to-multibyte): New function.
21575         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21576         (mm-coding-system-to-mime-charset): New function.
21577         (mm-decompress-buffer): New function.
21578         (mm-find-buffer-file-coding-system): New function.
21580         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21581         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21582         parts.
21584 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21586         * mm-view.el (mm-display-inline-fontify): Decode a part according
21587         to the charset parameter.
21589 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21591         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21592         prefix arg is neither nil nor a number, as info specifies.
21594 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21596         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21597         timestamps.
21599 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21601         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21602         groups error checking and notify user.
21604 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21606         * message.el (message-send-mail-function): Check existence of
21607         sendmail-program first before using default value
21608         `message-send-mail-with-sendmail'.  Otherwise use more generic
21609         `smtpmail-send-it'.
21611 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21613         * nntp.el (nntp-request-update-info): Always return nil.
21615 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21617         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21619 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21621         * message.el (message-beginning-of-line): Change the behavior when
21622         invoked between BOL and : so that it first moves backward.
21624 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21626         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21627         article buffer when editing of the article is discarded.
21628         (gnus-article-prepare): Revert.
21630 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21632         * gnus-art.el (gnus-article-prepare):
21633         Remove message-strip-forbidden-properties from the local hook.
21635 2005-01-27  Simon Josefsson  <jas@extundo.com>
21637         * password.el (password-cache-add): Only start one timer per key.
21638         Reported by Derek Atkins <warlord@MIT.EDU>.
21640 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21642         * run-at-time.el: Remove.  It is no longer needed as
21643         timer-funcs.el in the xemacs-base package has a working version of
21644         `run-at-time'.
21646         * password.el: Require timer-funcs instead of run-at-time in
21647         XEmacs.
21648         Remove `password-run-at-time' macro.
21649         (password-cache-add): Use `run-at-time' instead of
21650         `password-run-at-time'.
21652         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21653         for `run-with-idle-timer'.
21655         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21656         for `run-at-time'.
21658         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21659         for `with-timeout'.
21661 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21663         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21664         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21666 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21668         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21669         sensitively.
21671 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21673         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21675 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21677         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21678         which will be inserted according to the multibyteness of a buffer
21679         rather than the type of contents.  Suggested by ARISAWA Akihiro
21680         <ari@mbf.ocn.ne.jp>.
21682         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21683         of string which old xml.el may return rather than a string.
21685 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21687         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21689 2005-01-16  Simon Josefsson  <jas@extundo.com>
21691         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21692         idn/idna.el isn't available.
21693         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21694         <michael@waxrat.com>.
21696         * hashcash.el: Remove non-FSF copyright header.
21698         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21699         (hashcash-generate-payment): Use it.
21700         (hashcash-generate-payment-async): Use it.
21702 2005-01-15  Simon Josefsson  <jas@extundo.com>
21704         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21705         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21707         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21708         gnus-summary-idna-message.
21709         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21710         (gnus-summary-idna-message): New function.
21712 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21714         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21715         gnus-novice-user.
21717 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21719         * nnrss.el (nnrss-request-delete-group): Delete entries in
21720         nnrss-group-alist as well.
21721         (nnrss-save-server-data): Insert newline.
21723 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21725         * gnus.el (gnus-user-agent): Use list of symbols instead of
21726         symbols.  Display full version number for (S)XEmacs.
21727         Optionally display (S)XEmacs codename.
21729         * gnus-util.el (gnus-emacs-version): Update for new
21730         `gnus-user-agent'.
21732         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21733         Gnus version.
21735 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21737         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21738         which is unreadable in some setups.
21740 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21742         * gnus-spec.el (gnus-update-format-specifications): Flush the
21743         group format spec cache if it doesn't support decoded group names.
21745 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21747         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21748         Allow to apply decay on score files matching a regexp.
21750 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21752         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21753         compatibility in %g and %c.
21755 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21757         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21758         name for only %g and %c.
21759         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21760         of gnus-tmp-group to decoded group name.
21761         (gnus-group-make-rss-group): Exclude `/'s from group names.
21763 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21765         * nnrss.el (nnrss-get-encoding): Fix regexp.
21767 2004-12-27  Simon Josefsson  <jas@extundo.com>
21769         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21770         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21771         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21773 2004-12-17  Kim F. Storm  <storm@cua.dk>
21775         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21777         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21779 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21781         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21783 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21785         * nnrss.el: Require rfc2047 and mml.
21786         (nnrss-file-coding-system): New variable.
21787         (nnrss-format-string): Redefine it as an inline function.
21788         (nnrss-decode-group-name): New function.
21789         (nnrss-string-as-multibyte): Remove.
21790         (nnrss-retrieve-headers): Decode group name; don't use
21791         nnrss-format-string.
21792         (nnrss-request-group): Decode group name.
21793         (nnrss-request-article): Decode group name; allow a Message-ID as
21794         well as an article number; don't use nnrss-format-string; encode a
21795         Message-ID string which may contain non-ASCII characters; use
21796         mml-to-mime to compose a MIME article.
21797         (nnrss-request-expire-articles): Decode group name.
21798         (nnrss-request-delete-group): Decode group name.
21799         (nnrss-fetch): Clarify error message.
21800         (nnrss-read-server-data): Use insert-file-contents instead of load;
21801         bind file-name-coding-system; use multibyte buffer.
21802         (nnrss-save-server-data): Bind coding-system-for-write to the
21803         value of nnrss-file-coding-system; bind file-name-coding-system;
21804         add coding cookie.
21805         (nnrss-read-group-data): Use insert-file-contents instead of load;
21806         bind file-name-coding-system; use multibyte buffer.
21807         (nnrss-save-group-data): Bind coding-system-for-write to the
21808         value of nnrss-file-coding-system; bind file-name-coding-system.
21809         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21810         make it work with non-ASCII text.
21811         (nnrss-find-el): Make it work with old xml.el as well.
21813 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21815         * nnrss.el (nnrss-get-encoding): New function.
21816         (nnrss-fetch): Use unibyte buffer initially; bind
21817         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21818         decode contents according to the encoding attribute.
21819         (nnrss-save-group-data): Add coding cookie.
21820         (nnrss-mime-encode-string): New function.
21821         (nnrss-check-group): Use it to encode subject and author.
21823 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21825         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21826         imaginary variable.
21828 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21830         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21831         correctly even if there are wide characters.
21833 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21835         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21836         downcased symbol names; make a new cache instead of reusing
21837         bbdb-hashtable.
21839 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21841         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21842         concatenating segments rather than before concatenating them.
21843         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21845         * message.el (message-get-reply-headers): Bind `extra'.
21847 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21849         * message.el (message-extra-wide-headers): New variable.
21850         (message-get-reply-headers): Use it.
21852 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21854         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21855         (gnus-agent-group-pathname): Ditto.
21857         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21859         * gnus-group.el (gnus-group-make-group): Decode group name.
21860         (gnus-group-make-rss-group): Register the group data after opening
21861         the nnrss group.
21863 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21865         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21866         by expiry now get marked as read.
21868 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21870         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21872 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21874         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21875         unify Latin characters in XEmacs.
21876         (mm-find-mime-charset-region): Use it.
21878 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21880         * gnus-util.el (gnus-delete-directory): New function.
21882         * gnus-agent.el (gnus-agent-delete-group): Use it.
21884         * gnus-cache.el (gnus-cache-delete-group): Use it.
21886 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21888         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21889         names.
21891 2004-12-16  Simon Josefsson  <jas@extundo.com>
21893         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21895 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21897         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21899         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21900         (gnus-group-set-current-level): Decode group name.
21902 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21904         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21905         failed.
21907 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21909         * gnus-group.el (gnus-group-delete-group): Decode group name.
21910         (gnus-group-make-rss-group): Encode group name.
21911         (gnus-group-catchup-current): Decode group name.
21912         (gnus-group-kill-group): Decode group name.
21914 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21916         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21918 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21920         * gnus-group.el (gnus-group-make-rss-group):
21921         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21923         * gnus-start.el (gnus-setup-news): Honor user's setting to
21924         gnus-message-archive-method.  Suggested by Lute Kamstra
21925         <lute@gnu.org>.
21927 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21929         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21930         global counterparts of the buffer-local variables.
21932 2004-11-16  Romain Francoise  <romain@orebokech.com>
21934         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21935         counterparts of the buffer-local variables.
21937 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21939         * message.el (message-forbidden-properties): Fix typo in doc
21940         string.
21942 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21944         * gnus-util.el (gnus-replace-in-string): Add doc string.
21946         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21947         to avoid problems when splitting mails with many recipients.
21949 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21951         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21952         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21954 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21956         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21957         if there is no hashtable in memory or file modification time is
21958         newer than cached timestamp.
21960 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21962         * gnus-sum.el (gnus-summary-limit-to-recipient):
21963         Implement not-matching option.
21965 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21967         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21968         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21969         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21970         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21971         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21972         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21974 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21976         * message.el (message-forward-make-body-mml): Remove headers
21977         according to message-forward-ignored-headers if a message is decoded.
21979 2004-12-02  Romain Francoise  <romain@orebokech.com>
21981         * message.el (message-forward-make-body-plain): Always remove
21982         headers according to message-forward-ignored-headers.
21984 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21986         * spam.el (spam-summary-prepare-exit): Remove the
21987         gnus-summary-limit pop for now, it has problems with ham marks for
21988         me.
21990 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21992         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21993         correctly.
21995 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21997         * format-spec.el (format-spec): Message the char.
21999 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22001         * gnus-art.el (gnus-split-methods): Reformat comments.
22003         * spam.el (spam-summary-prepare-exit): Remove article limits
22004         before exiting the summary buffer.
22006 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22008         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22009         order to silence the byte compiler.
22011         * spam.el: Fix the way to silence the byte compiler, which
22012         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22013         bbdb-search-simple, spam-BBDB-register-routine,
22014         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22015         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22016         spam-stat-buffer-is-spam, spam-stat-load,
22017         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22018         spam-stat-save and spam-stat-split-fancy.
22020 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22022         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22023         which may confuse users.
22024         (canlock-password-for-verify): Ditto.
22026         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22028         * gnus-art.el (gnus-emphasis-alist): Ditto.
22030         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22032         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22034         * gnus-start.el (gnus-save-killed-list): Ditto.
22036         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22037         (gnus-sum-thread-tree-root): Ditto.
22038         (gnus-sum-thread-tree-false-root): Ditto.
22039         (gnus-sum-thread-tree-single-indent): Ditto.
22041         * message.el (message-courtesy-message): Ditto.
22042         (message-archive-note): Ditto.
22043         (message-subscribed-address-file): Ditto.
22044         (message-user-fqdn): Ditto.
22046         * spam-report.el (spam-report-gmane-regex): Ditto.
22048         * spam.el (spam-blackhole-good-server-regex): Ditto.
22050 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22052         * mml.el (mml-preview): Widen the message buffer before copying
22053         the contents to the preview buffer; sort headers before previewing.
22055         * message.el (message-hidden-headers): Fix the way to avoid a bug
22056         in the `repeat' widget in Emacs 21.3 or earlier.
22058 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22060         * message.el (message-hidden-headers): Default to "^References:".
22061         Improve customization type.  Suggested by Reiner Steib
22062         <Reiner.Steib@gmx.de>.
22064 2004-11-25  Romain Francoise  <romain@orebokech.com>
22066         * message.el (message-strip-forbidden-properties): Remove check for
22067         obsolete `message-hidden' text property, hidden headers are not
22068         accessible in the buffer anymore.
22070 2004-11-22  Romain Francoise  <romain@orebokech.com>
22072         * message.el (message-header-format-alist): Add `From' in list
22073         so that it can be sorted.
22074         (message-fix-before-sending): Widen and sort headers before
22075         sending.
22076         (message-hide-headers): Use narrowing to hide headers by moving
22077         them to the top of the buffer and narrowing to the region
22078         underneath.
22080 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22082         * message.el (message-strip-forbidden-properties):
22083         Bind buffer-read-only (etc) to nil.
22085 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22087         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22088         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22090 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22092         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22094 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22096         * dns.el (query-dns): Use sit-for to time instead of
22097         accept-process-output, since that doesn't seem to work on udp
22098         sockets.
22100 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22102         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22104 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22106         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22107         doc string.  Improve doc string.
22109 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22111         * nntp.el (nntp-request-update-info): Return nil if
22112         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22113         may not call gnus-activate-group which uselessly issues the GROUP
22114         commands for all nntp groups and wastes time.  Reported by Romain
22115         Francoise <romain@orebokech.com>.
22117         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22119 2004-11-15  Simon Josefsson  <jas@extundo.com>
22121         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22122         headers separately.
22123         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22124         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22126 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22128         * gnus-start.el (gnus-convert-old-newsrc):
22129         Assign legacy-gnus-agent to 5.10.7.
22131 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22133         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22134         start of the lines.
22136 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22138         * hashcash.el (hashcash-default-payment): Change default to 20.
22139         (hashcash-default-accept-payment): Change default to 20.
22140         (hashcash-process-alist): New variable.
22141         (hashcash-generate-payment-async): Add.
22142         (hashcash-already-paid-p): Add.
22143         (hashcash-insert-payment): Don't generate payments twice.
22144         (hashcash-insert-payment-async): Add.
22145         (hashcash-insert-payment-async-2): Add.
22146         (hashcash-cancel-async): Add.
22147         (hashcash-wait-async): Add.
22148         (hashcash-processes-running-p): Add.
22149         (hashcash-wait-or-cancel): Add.
22150         (mail-add-payment): New optional argument.  Conditionally start
22151         asynchronous calculation.
22152         (mail-add-payment-async): Add.
22154         * message.el (message-send-mail): Wait for asynchronous hashcash
22155         results.  Don't clobber existing X-Hashcash headers.
22156         (message-setup-1): Call mail-add-payment-async when
22157         message-generate-hashcash is non-nil.
22159 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22161         * message.el (message-use-alternative-email-as-from): Examine the
22162         From header as well; use message-make-from in order to include a
22163         user's full name.
22165 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22167         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22168         default; improve customization type.
22169         (gnus-emphasis-custom-with-format): New macro.
22170         (gnus-emphasis-custom-value-to-external): New function.
22171         (gnus-emphasis-custom-value-to-internal): New function.
22173 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22175         * dns.el (query-dns): Resolve reverse addresses.
22177 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22179         * gnus-group.el (gnus-group-get-new-news): Use it.
22181         * gnus-start.el (gnus-check-reasonable-setup): New function.
22183 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22185         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22186         "Args out of range" error.  Reported by Arnaud Giersch
22187         <arnaud.giersch@free.fr>.
22189 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22191         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22193 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22195         * spam.el (spam group): Add :version.
22197         * pgg-def.el (pgg group): Add :version.
22199 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22201         * gnus-art.el (gnus-article-edit-article): Don't associate the
22202         article buffer with a draft file.  This is a temporary measure
22203         against the 2004-08-22 change to gnus-article-edit-mode.
22205 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22207         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22208         (html2text-format-tags): Remove unused variable `attr'.
22210 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22212         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22214         * spam-stat.el (spam-stat): Add :version.
22216         * sieve.el (sieve): Add :version.
22218         * sha1.el (sha1): Add :version.
22219         (sha1-use-external): Remove redundant version.
22221         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22222         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22223         (nnmail-split-fancy-match-partial-words)
22224         (nnmail-split-lowercase-expanded): Add :version.
22226         * nndiary.el (nndiary): Add :version.
22228         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22230         * mml-sec.el (mml-default-sign-method)
22231         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22232         Add :version.
22234         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22236         * mm-url.el (mm-url-use-external, mm-url-program)
22237         (mm-url-arguments): Add :version.
22239         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22240         (mm-attachment-file-modes, mm-decrypt-option)
22241         (mm-w3m-safe-url-regexp): Add :version.
22243         * message.el (message-cite-prefix-regexp)
22244         (message-sendmail-envelope-from, message-minibuffer-local-map)
22245         (message-user-fqdn, message-completion-alist): Add :version.
22247         * gnus-win.el (gnus-configure-windows-hook)
22248         (gnus-use-frames-on-any-display): Add :version.
22250         * gnus-art.el (gnus-article-address-banner-alist)
22251         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22252         (gnus-treat-from-picon, gnus-treat-mail-picon)
22253         (gnus-treat-x-pgp-sig): Add :version.
22255         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22256         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22257         (gnus-summary-article-delete-hook)
22258         (gnus-summary-display-while-building): Add :version.
22260         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22261         (gnus-get-top-new-news-hook): Add :version.
22263         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22264         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22266         * gnus-registry.el (gnus-registry): Add :version.
22268         * gnus-spec.el (gnus-use-correct-string-widths)
22269         (gnus-make-format-preserve-properties): Add :version.
22271         * gnus.el (gnus-group-charter-alist)
22272         (gnus-group-fetch-control-use-browse-url)
22273         (gnus-install-group-spam-parameters): Add :version.
22275         * gnus-diary.el (gnus-diary): Add :version.
22277         * gnus-delay.el (gnus-delay): Add :version.
22279         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22280         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22281         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22282         Add :version.
22284         * gnus-agent.el (gnus-agent-max-fetch-size)
22285         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22286         (gnus-agent-prompt-send-queue): Add :version.
22288         * deuglify.el (gnus-outlook-deuglify): Add :version.
22290         * html2text.el: Beautify code.  Improve doc strings.
22291         Some checkdoc cleanup.
22292         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22294 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22296         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22298 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22300         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22301         when package is loaded.
22303         * spam.el (spam-summary-score-preferred-header): Add global preference
22304         for people who want to override the default SpamAssassin over
22305         Bogofilter preference (when both are set).
22306         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22307         (spam-user-format-function-S):
22308         Check spam-summary-score-preferred-header.
22309         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22310         (spam-user-format-function-S): Format the score correctly.
22312 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22314         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22315         signature file.  Suggested by Manoj Srivastava
22316         <srivasta@golden-gryphon.com>.
22318         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22319         iso-2022-jp even in the Japanese language environment.
22320         Suggested by Jason Rumney <jasonr@gnu.org>.
22322 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22324         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22325         use the same characters as the dummy marks; make it free from
22326         getting affected by the language environment.
22327         (gnus-summary-read-group-1): Update mark positions only when the
22328         format spec is updated.
22330         * gnus-spec.el (gnus-update-format-specifications): Return a list
22331         of updated types.
22333 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22335         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22336         of boundp to check if display-warning is available.
22338 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22340         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22342 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22344         * nnspool.el (nnspool-spool-directory): Use news-path if the
22345         news-directory variable is not bound.
22347         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22348         function instead of display-warning if it is not available.
22350 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22352         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22353         v5-10: Use `point-at-bol'.
22355 2004-10-26  Simon Josefsson  <jas@extundo.com>
22357         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22358         <chenggao@gmail.com>.
22360 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22362         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22363         instead.
22365 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22367         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22368         to remove a server from the nnimap-server-buffer-alist.
22369         (nnimap-open-connection, nnimap-close-server): Use it.
22371         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22373 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22375         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22376         running the major-mode function.
22378 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22380         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22381         dummy marks in the right way.
22383 2004-10-18  David Edmondson  <dme@dme.org>
22385         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22386         excessively.
22388 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22390         * gnus-util.el (gnus-split-references): Accept a nil references
22391         string and go on blissfully.
22393         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22394         cases where the references string is non-nil but has no references.
22396         * encrypt.el: Add autoload tags.
22398         * spam.el (spam-resolve-registrations-routine): Remove article
22399         from unregistration list too.  Reported by David Hanak
22400         <dhanak@isis.vanderbilt.edu>
22402 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22404         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22405         nil.  Change custom type.
22407 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22409         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22411         * gnus-sum.el (gnus-summary-move-article): Use it.
22413 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22415         * encrypt.el: Add autoload cookies.
22417         * spam.el (spam-backend-article-list-property)
22418         (spam-backend-get-article-todo-list)
22419         (spam-backend-put-article-todo-list)
22420         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22421         Resolve registrations separately.
22422         (spam-register-routine): Format comments.
22423         (spam-unregister-routine, spam-register-routine): Always call with
22424         specific-articles, no default list.
22425         (spam-summary-prepare-exit): Use the spam-classifications function.
22427         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22428         gnus-encrypt.el.
22430         * encrypt.el: Copied from gnus-encrypt.el.
22432         * gnus-encrypt.el: Commented that it's obsolete.
22434 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22436         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22437         (gnus-score-save): Use it.
22439         * message.el (message-bury): Use `window-dedicated-p'.
22441 2004-10-15  Simon Josefsson  <jas@extundo.com>
22443         * pop3.el (top-level): Don't require nnheader.
22444         (pop3-read-timeout): Add.
22445         (pop3-accept-process-output): Add.
22446         (pop3-read-response, pop3-retr): Use it.
22448 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22450         * spam.el (spam-register-routine): Move comment.
22451         (spam-verify-bogofilter): Use 'unknown for the initial
22452         spam-bogofilter-valid state, not 'never.
22454         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22455         for netrc-machine.
22457         * nnimap.el (nnimap-open-connection):
22458         Use netrc-machine-user-or-password.
22460 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22462         * gnus-registry.el (gnus-registry-unload-hook):
22463         Set as a variable with add-hook.
22465         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22466         of news-path.
22468         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22470         * spam.el: Delete duplicate `provide'.
22471         (spam-unload-hook): Set as a variable with add-hook.
22473 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22475         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22476         in the doc string.
22478         * message.el (message-ignored-news-headers)
22479         (message-ignored-supersedes-headers)
22480         (message-ignored-resent-headers)
22481         (message-forward-ignored-headers): Improve custom type.
22483 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22485         * message.el (message-tokenize-header): Fix 2004-09-06 change
22486         which used point-min in the wrong place.
22488 2004-10-12  Simon Josefsson  <jas@extundo.com>
22490         * tls.el (tls-certtool-program): New variable.
22491         (tls-certificate-information): New function, based on
22492         ssl-certificate-information.
22494 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22496         * compface.el: Move the version of ELisp-based uncompface program
22497         to the contrib directory because of the copyright problem.
22499 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22501         * message.el (message-kill-buffer): Raise the current frame.
22503 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22505         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22507         * gnus.el (message-y-or-n-p): Autoload.
22509         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22510         (pop3-password-required, pop3-authentication-scheme)
22511         (pop3-leave-mail-on-server): Make customizable.
22512         (pop3): New custom group.
22513         (pop3-retr): Remove `sleep-for' statements.
22514         Suggested by Dave Love <fx@gnu.org>.
22516         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22517         Windows/DOS.
22519         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22520         (imap-parse-body): Fix incorrect use of `assert'.
22521         Suggested by Dave Love <fx@gnu.org>.
22523         * mml.el (mml-minibuffer-read-disposition): Require match.
22524         Suggested by Dave Love <fx@gnu.org>.
22526 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22528         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22529         doc string.
22531 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22533         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22535 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22537         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22538         instead of calling `mm-insert-inline', to decode text/* parts
22539         before displaying them.
22541 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22543         * mm-uu.el (mm-uu-text-plain-type): New variable.
22544         (mm-uu-pgp-signed-extract-1): Use it.
22545         (mm-uu-pgp-encrypted-extract-1): Use it.
22546         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22547         bind mm-uu-text-plain-type with that value.
22548         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22549         mm-uu-dissect.
22551 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22553         * gnus-group.el (gnus-update-group-mark-positions):
22554         * gnus-sum.el (gnus-update-summary-mark-positions):
22555         * message.el (message-check-news-body-syntax):
22556         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22557         of string-as-multibyte.
22559 2004-10-05  Juri Linkov  <juri@jurta.org>
22561         * gnus-group.el (gnus-update-group-mark-positions):
22562         * gnus-sum.el (gnus-update-summary-mark-positions):
22563         * message.el (message-check-news-body-syntax):
22564         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22565         8-bit unibyte values to a multibyte string for search functions.
22567 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22569         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22570         (mm-uu-dissect-text-parts): New function.
22572         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22573         dissect text parts.
22575         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22576         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22578         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22580         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22581         Use gnus-current-topics instead of gnus-current-topic.
22583 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22585         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22587 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22589         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22590         where appropriate.
22592         * nnml.el (nnml-generate-active-info): do.
22594         * nndiary.el (nndiary-generate-active-info): do.
22596         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22597         (gnus-topic-move): do.
22599         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22600         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22602         * gnus-srvr.el (gnus-server-prepare)
22603         (gnus-server-open-all-servers): do.
22605         * gnus-msg.el (gnus-summary-cancel-article)
22606         (gnus-summary-resend-message)
22607         (gnus-summary-mail-crosspost-complaint): do.
22609         * gnus-move.el (gnus-change-server): do.
22611         * gnus-group.el (gnus-group-unmark-all-groups)
22612         (gnus-group-set-current-level): do.
22614 2004-10-04  Simon Josefsson  <jas@extundo.com>
22616         * message.el (message-generate-hashcash): Doc fix.
22618 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22620         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22621         avoid infinite recursion via gnus-get-function.
22623 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22625         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22627         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22629         * nnmail.el (nnmail-split-history): do.
22631         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22632         (nnml-request-delete-group): do.
22634         * nnslashdot.el (nnslashdot-read-groups): do.
22636         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22637         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22639         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22640         (nnspool-sift-nov-with-sed): Use last.
22641         (nnspool-retrieve-headers-with-nov): Use mapc.
22642         (nnspool-request-newgroups): Use dolist.
22643         (nnspool-request-group): Use last.
22645         * nntp.el (nntp-read-server-type): Use dolist.
22647         * nnvirtual.el (nnvirtual-create-mapping)
22648         (nnvirtual-update-read-and-marked): Use dolist.
22649         (nnvirtual-convert-headers): Simplify.
22651 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22653         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22654         Add support for sync'ing tick marks.
22656 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22658         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22659         there's no visible header.
22661 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22663         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22664         When necessary, pass full group name to gnus-request-set-marks.
22666 2004-10-01  Simon Josefsson  <jas@extundo.com>
22668         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22669         acroread.
22671 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22673         * spam-report.el (spam-report-gmane): Fix interactive.
22675         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22677         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22678         when writing file.
22679         (gnus-agent-synchronize-flags): Don't default to being
22680         interactive.
22682 2004-09-30  Simon Josefsson  <jas@extundo.com>
22684         * message.el (message-generate-hashcash): Add.
22685         (message-send-mail): Use it, call mail-add-payment.
22687 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22689         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22691 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22693         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22694         gnus-request-update-info with explicit code to sync the in-memory
22695         info read flags with the marks being sync'd to the backend.
22697         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22699 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22701         * spam.el (spam-verify-bogofilter): Add new function.
22702         (spam-check-bogofilter)
22703         (spam-bogofilter-register-with-bogofilter): Use it.
22704         (spam-verify-bogofilter): Add small fixes.
22706 2004-09-28  Simon Josefsson  <jas@extundo.com>
22708         * hashcash.el (hashcash-generate-payment): Revert.
22710 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22712         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22713         Use gnus-extract-references instead of gnus-split-references.
22715         * gnus-util.el (gnus-extract-references): Add new function, analogous
22716         to gnus-split-references but extracts only the message-ID without
22717         anything extra.
22719         * hashcash.el (hashcash-generate-payment)
22720         (hashcash-check-payment): Do the right thing if hashcash-path is
22721         nil (because the hashcash program could not be found).
22723         * spam.el (spam-use-hashcash): Remove comment.
22725 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22727         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22728         (gnus-cache-enter-article, gnus-cache-remove-article)
22729         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22731         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22733         * gnus-art.el (article-hide-boring-headers)
22734         (article-translate-strings, article-display-face)
22735         (gnus-article-mime-match-handle-first)
22736         (gnus-article-highlight-headers)
22737         (gnus-article-add-buttons-to-head): do.
22739 2004-09-27  Simon Josefsson  <jas@extundo.com>
22741         * hashcash.el: New version, from
22742         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22743         ../contrib/.
22745 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22747         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22749 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22751         * gnus-dup.el (gnus-dup-open): Use mapc.
22752         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22754         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22755         Reported by Stefan Wiens <s.wi@gmx.net>.
22757         * gnus.el (gnus-shutdown): Use dolist.
22759         * gnus-undo.el (gnus-undo): Use mapc.
22761         * nnrss.el (nnrss-generate-active): do.
22763         * message.el (message-cite-original-without-signature)
22764         (message-cite-original): Use mapc.
22765         (message-do-actions, message-make-forward-subject): Use dolist.
22767 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22769         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22770         deletion to remove entire duplicate line.  Fixes merged article
22771         number bug.
22773 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22775         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22776         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22777         first ask if you want to open a server and then, even when you
22778         responded with no, asking if you want to synchronize the server's
22779         flags.
22780         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22781         multi-line expressions.
22782         (gnus-agent-synchronize-group-flags): New internal function.
22783         Updates marks in memory (in the info structure) AND in the
22784         backend.
22786         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22788         * nnagent.el (nnagent-request-set-mark):
22789         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22790         method, to ensure that synchronization updates marks in the
22791         backend and in the info (in memory) structure.
22793 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22795         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22796         convention fully; don't miss the root article of a thread; make
22797         the X-Draft-From header with correct article numbers.
22799 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22801         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22802         unless plugged.  Disable the agent so that an open failure causes
22803         an error.
22805         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22806         Revert 2004-09-21 change.  The backend must be opened while
22807         synchronizing flags even when the backend stores the flags
22808         locally.
22810 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22812         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22813         in `header' match.  Reported by Svend Tollak Munkejord.
22815         * message.el (message-cite-original): Fix use of
22816         `message-cite-articles-with-x-no-archive'.
22818 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22820         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22821         (gnus-window-to-buffer): Ditto.
22823         * mml.el (mml-preview-buffer): New variable.
22824         (mml-preview): Manage window layout with gnus-buffer-configuration.
22826         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22827         X-Draft-From header even if those articles aren't quoted.
22829 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22831         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22832         (gnus-request-set-mark, gnus-request-update-mark): Use new
22833         g-s-t-u-l-m to decide to use backend even when unplugged.
22835 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22837         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22838         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22840 2004-09-20  Simon Josefsson  <jas@extundo.com>
22842         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22843         "utf-16-le".
22845 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22847         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22849 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22851         * uudecode.el (uudecode-use-external): Add :version.
22853         * smime.el (smime-CA-file, smime-encrypt-cipher)
22854         (smime-dns-server): Add :version.
22856         * smiley.el (gnus-smiley-file-types): Add :version.
22858         * sha1.el (sha1-use-external): Add :version.
22860         * pgg-def.el (pgg-query-keyserver): Add :version.
22862         * nnmail.el (nnmail-fancy-expiry-targets)
22863         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22864         Add :version.
22866         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22867         (nnimap-retrieve-groups-asynchronous): Add :version.
22868         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22870         * mml.el (mml-content-disposition-parameters)
22871         (mml-insert-mime-headers-always): Add :version.
22873         * mm-util.el (mm-coding-system-priorities): Add :version.
22875         * mm-decode.el (mm-inline-text-html-with-images)
22876         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22877         (mm-verify-option): Add :version.
22878         (mm-text-html-renderer): Change :version.
22880         * message.el (message-fcc-externalize-attachments)
22881         (message-required-headers, message-draft-headers)
22882         (message-subject-trailing-was-query)
22883         (message-subject-trailing-was-ask-regexp)
22884         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22885         (message-mark-insert-end, message-archive-header)
22886         (message-archive-note, message-cross-post-default)
22887         (message-cross-post-note, message-followup-to-note)
22888         (message-cross-post-note-function, message-use-mail-followup-to)
22889         (message-subscribed-address-functions)
22890         (message-subscribed-address-file, message-subscribed-addresses)
22891         (message-subscribed-regexps, message-allow-no-recipients)
22892         (message-yank-cited-prefix, message-signature-insert-empty-line)
22893         (message-hidden-headers, message-hierarchical-addresses)
22894         (message-mail-user-agent, message-use-idna)
22895         (message-valid-fqdn-regexp)
22896         (message-strip-special-text-properties, message-header-synonyms)
22897         (message-beginning-of-line, message-tab-body-function): Add :version.
22898         (message-insert-canlock, message-wide-reply-confirm-recipients):
22899         Change :version.
22901         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22902         and :version.
22903         (mail-source-delete-old-incoming-confirm)
22904         (mail-source-movemail-program): Add :version.
22906         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22907         (gnus-agent-cache, gnus-agent): Change :version.
22909         * gnus-util.el (gnus-use-byte-compile): Change :version.
22911         * gnus-sum.el (gnus-summary-make-false-root-always)
22912         (gnus-summary-default-high-score)
22913         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22914         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22915         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22916         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22917         (gnus-sum-thread-tree-single-indent)
22918         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22919         (gnus-sum-thread-tree-leaf-with-other)
22920         (gnus-sum-thread-tree-single-leaf): Add :version.
22921         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22922         (gnus-article-loose-mime): Change :version.
22924         * gnus-start.el (gnus-backup-startup-file)
22925         (gnus-save-startup-file-via-temp-buffer): Add :version.
22927         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22928         (gnus-server-offline-face): Add :version.
22930         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22932         * gnus-msg.el (gnus-gcc-externalize-attachments)
22933         (gnus-debug-files, gnus-debug-exclude-variables)
22934         (gnus-discouraged-post-methods): Change :version.
22935         (gnus-confirm-mail-reply-to-news)
22936         (gnus-confirm-treat-mail-like-news): Add :version.
22938         * gnus-int.el (gnus-server-unopen-status): Add :version.
22940         * gnus-group.el (gnus-group-jump-to-group-prompt)
22941         (gnus-large-ephemeral-newsgroup)
22942         (gnus-fetch-old-ephemeral-headers): Add :version.
22944         * gnus-fun.el (gnus-x-face-directory)
22945         (gnus-convert-pbm-to-x-face-command)
22946         (gnus-convert-image-to-x-face-command)
22947         (gnus-convert-image-to-face-command): Add :version.
22949         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22951         * gnus-cite.el (gnus-cite-blank-line-after-header)
22952         (gnus-article-boring-faces): Add :version.
22954         * gnus-art.el (gnus-buttonized-mime-types)
22955         (gnus-inhibit-mime-unbuttonizing)
22956         (gnus-treat-display-face)
22957         (gnus-treat-body-boundary): Change :version.
22958         (gnus-body-boundary-delimiter, gnus-picon-databases)
22959         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22960         (gnus-treat-date-english, gnus-treat-fold-headers)
22961         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22962         (gnus-treat-mail-picon, gnus-treat-wash-html)
22963         (gnus-article-encrypt-protocol)
22964         (gnus-use-idna, gnus-article-over-scroll)
22965         (gnus-mime-display-multipart-alternative-as-mixed)
22966         (gnus-mime-display-multipart-related-as-mixed)
22967         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22968         (gnus-ctan-url, gnus-button-ctan-handler)
22969         (gnus-button-handle-ctan-bogus-regexp)
22970         (gnus-button-ctan-directory-regexp)
22971         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22972         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22973         (gnus-button-man-level, gnus-button-emacs-level)
22974         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22976         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22977         (gnus-agent-go-online): Change :version.
22978         (gnus-agent-expire-unagentized-dirs)
22979         (gnus-agent-auto-agentize-methods): Add :version.
22981         * flow-fill.el (fill-flowed-display-column)
22982         (fill-flowed-encode-column): Add :version.
22984         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22985         (gnus-outlook-deuglify-unwrap-max)
22986         (gnus-outlook-deuglify-cite-marks)
22987         (gnus-outlook-deuglify-unwrap-stop-chars)
22988         (gnus-outlook-deuglify-no-wrap-chars)
22989         (gnus-outlook-deuglify-attrib-cut-regexp)
22990         (gnus-outlook-deuglify-attrib-verb-regexp)
22991         (gnus-outlook-deuglify-attrib-end-regexp)
22992         (gnus-outlook-display-hook): Add :version.
22994         * binhex.el (binhex-use-external): Add :version.
22996 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22998         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22999         and `invisible'.
23001 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23003         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23004         in gnus-registry-trim.
23006 2004-09-13  Simon Josefsson  <jas@extundo.com>
23008         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23010         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23012         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23013         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23014         <yamaoka@jpl.org>.
23015         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23016         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23017         <yamaoka@jpl.org>.
23019         * sieve.el (sieve-manage-mode): Ditto.
23021 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23023         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23025 2004-09-11  Simon Josefsson  <jas@extundo.com>
23027         * dns-mode.el: Add.
23029         * mm-view.el (mm-display-dns-inline): Add.
23031         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23032         (mm-automatic-display): Ditto.
23034         * mailcap.el (mailcap-mime-data): Add text/dns.
23035         (mailcap-mime-extensions): Map .soa to text/dns.
23037 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23039         * gnus-art.el (article-decode-mime-words, article-babel)
23040         (gnus-article-highlight-signature, gnus-article-add-buttons)
23041         (gnus-signature-toggle): Remove unnecessary bindings of
23042         `inhibit-read-only' inherited from v5.10 merge.
23044 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23046         * nntp.el (nntp): New customization group.
23047         (nntp-authinfo-file): Add customization group.
23049         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23051         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23053         * gnus.el (to-address, to-list, subscribed)
23054         (large-newsgroup-initial): Ditto.
23056         * flow-fill.el (fill-flowed-display-column)
23057         (fill-flowed-encode-column): Ditto.
23059 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23061         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23062         Use point-min rather than 1.
23063         (message-send-mail): Use buffer-size rather than point-max.
23065         * gnus-sum.el (gnus-summary-search-article-forward):
23066         Signal a specific `search-failed' rather than a generic `error'.
23068         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23069         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23070         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23072 2004-09-10  Simon Josefsson  <jas@extundo.com>
23074         * nndb.el (require): Remove tcp and duplicate cl.
23076 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23078         * gnus-agent.el (directory-files-and-attributes): Move forward.
23080 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23082         * gnus-agent.el (directory-files-and-attributes):
23083         Optionally defined to support XEmacs.
23085 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23087         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23088         to avoid run-time CL dependencies.
23089         (gnus-agent-unfetch-articles): New function.
23090         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23091         article numbers even when local .overview file is missing.
23092         (gnus-agent-read-article-number): New function.  Only accepts
23093         27-bit article numbers.
23094         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23095         Use gnus-agent-read-article-number.
23096         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23097         from backend while recognizing that article numbers in .overview
23098         must be valid.
23099         (gnus-agent-update-files-total-fetched-for):
23100         Use directory-files-and-attributes to improve performance.
23101         * gnus-int.el (gnus-request-move-article):
23102         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23103         improve performance.
23105         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23106         some users confused by references to .newsrc when they only have a
23107         .newsrc.eld file.
23108         (gnus-convert-mark-converter-prompt)
23109         (gnus-convert-converter-needs-prompt): Fix use of property list.
23110         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23111         New function.  Used internally to only display 'gnus converting
23112         files' message when actually necessary.
23114         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23115         methods now autoloaded.
23117 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23119         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23120         identifiers.
23122 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23124         * gnus-picon.el: Fix indentation and closing parenthesis.
23126 2004-09-01  Simon Josefsson  <jas@extundo.com>
23128         * message.el (message-canlock-generate): Require sha1, not
23129         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23130         to require within a function.  Sadly, if sha1.el isn't loaded, the
23131         let binding in m-c-g will hide the defcustom definition, which is
23132         bad.)
23134         * canlock.el: Require sha1, not sha1-el.
23136         * message.el: Don't autoload sha1 (there is a autoload cookie in
23137         sha1.el).
23139         * sha1-el.el: Rename to sha1.el.
23141 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23143         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23145 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23147         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23149 2004-08-30  Kim F. Storm  <storm@cua.dk>
23151         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23153         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23154         Add :group 'nnimap.
23156 2004-08-30  Andreas Schwab  <schwab@suse.de>
23158         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23159         ?* and ?\;.
23161         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23162         and ?\' to symbol instead of whitespace.
23164 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23166         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23168         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23169         instead of re-search-forward.
23171         * gnus-uu.el (gnus-uu-save-article): Ditto.
23172         (gnus-uu-post-encode-uuencode): Ditto.
23174         * html2text.el (html2text-clean-list-items): Ditto.
23175         (html2text-clean-dtdd): Ditto.
23176         (html2text-format-tags): Ditto.
23178         * message.el (message-send-mail-with-sendmail): Fix regexp.
23179         (message-fill-field-general): Use search-forward instead of
23180         re-search-forward.
23181         (unbold-region): Ditto.
23183         * nnrss.el (nnrss-request-article): Ditto.
23185         * nnslashdot.el (nnslashdot-request-article): Ditto.
23187         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23189         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23190         "Unrecognized menu descriptor" error in XEmacs.
23192 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23194         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23195         parent article of a sparse article in the thread hashtb.
23197 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23199         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23200         (nnmail-expand-newtext): Lowercase expanded entries if
23201         nnmail-split-lowercase-expanded is non-nil.
23203 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23205         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23207         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23208         of gnus-tmp-news-method into string under XEmacs.  It will be
23209         passed to gnus-correct-length which takes only a string argument.
23211 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23213         * gnus-util.el (gnus-bind-print-variables): New macro.
23214         (gnus-prin1): Use it.
23215         (gnus-prin1-to-string): Use it.
23216         (gnus-pp): New function.
23217         (gnus-pp-to-string): New function.
23219         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23220         Replace pp-to-string with gnus-pp-to-string.
23221         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23222         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23223         * gnus-msg.el (gnus-debug): Ditto.
23224         * gnus-score.el (gnus-score-save): Ditto.
23225         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23226         gnus-pp-to-string.
23227         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23228         with gnus-pp.
23229         * score-mode.el (gnus-score-pretty-print): Ditto.
23230         * webmail.el (webmail-debug): Ditto.
23232 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23234         * gnus-art.el (article-display-face, article-display-x-face):
23235         Use buffer-read-only.
23237 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23239         * gnus-art.el (article-hide-list-identifiers):
23240         Bind inhibit-read-only as t.
23242 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23244         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23246 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23248         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23249         (gnus-narrow-to-page): Don't assume point-min == 1.
23250         (gnus-article-edit-mode): Derive from message-mode.
23252         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23253         point-min == 1.
23255         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23256         Disable incorrect use of `assert'.
23258         * message.el (message-mode): Set comment-start-skip.
23260 2004-08-22  Sam Steingold  <sds@gnu.org>
23262         * pop3.el (pop3-leave-mail-on-server): New user variable.
23263         (pop3-movemail): Delete mail only when it is nil.
23265 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23267         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23269         * mml.el (mml-preview): Use `pop-to-buffer'.
23271         * message.el (message-goto-mail-followup-to): Insert after "To".
23272         (message-carefully-insert-headers): Add comment.
23274         * gnus.el: Remove unused variable `gnus-article-check-size'.
23276         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23278         * gnus-art.el (gnus-button-alist):
23279         Improve `gnus-button-handle-library' entry.
23281 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23283         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23284         Use downcase, since XEmacs capitalizes error messages differently.
23286 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23288         * nntp.el: Add (require 'gnus) due to reference to
23289         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23291 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23293         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23294         Bind `mm-fill-flowed'.
23296         * mm-decode.el (mm-dissect-singlepart): Check it.
23298 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23300         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23301         'imap' for netrc parsing.
23303 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23305         * mailcap.el (mailcap-mime-data): Mark as risky.
23307 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23309         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23310         may be included in the encoded word.
23311         (rfc2047-encode): Don't append a space if the encoded word
23312         includes close parenthesis.
23314 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23316         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23317         of text within parentheses.
23319 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23321         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23322         (gnus-encrypt-write-file-contents): Make the password key the file
23323         name PLUS the cipher, not just the cipher.  Also remove failed
23324         passwords from the cache.
23326 2004-08-06  Simon Josefsson  <jas@extundo.com>
23328         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23329         Doc fix.
23331 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23333         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23334         LWSP.
23336 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23338         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23339         Try to append in-reply-to: data to the references: header.
23341         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23342         (netrc-parse): Use gnus-encrypt.el functions.
23344         * gnus-encrypt.el: Add new file for encryption support; currently
23345         does only a few GPG ciphers and an internal XOR cipher.
23347         * password.el: Add comments on using password-read-and-add.
23348         (password-read-and-add): Add function to read and add the
23349         password to the cache at once.
23351 2004-07-28  Simon Josefsson  <jas@extundo.com>
23353         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23354         parameter (but don't use it, for now).
23356         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23357         instead of hard coding to nil.
23359 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23361         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23362         as mm-inline-image-xemacs does.
23364 2004-07-26  Simon Josefsson  <jas@extundo.com>
23366         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23367         Revert part of 2004-07-17 change below.
23369 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23371         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23372         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23374 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23376         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23377         quotes that actually start with ">" at the beginning of the
23378         lines.
23380 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23382         * rfc2047.el (rfc2047-encode-region): Fix last change.
23383         (rfc2047-encode-parameter): Remove useless concat.
23385 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23387         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23388         encode special characters; fix some kind of misconfigured headers;
23389         signal a real error if debug-on-quit or debug-on-error is non-nil.
23390         (rfc2047-encode-max-chars): New variable.
23391         (rfc2047-encode-1): Use it.
23392         (rfc2047-encode-parameter): New function.
23394         * mml.el (mml-insert-parameter): Remove an excessive space.
23396 2004-07-17  Simon Josefsson  <jas@extundo.com>
23398         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23399         Kai Grossjohann <kai@emptydomain.de>.
23400         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23401         (gnus-group-make-menu-bar): Ditto.
23403         * gnus-util.el (gnus-group-server): Add.
23405 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23407         * message.el (message-clone-locals): Clone sendmail and smtp
23408         variables.
23410 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23412         * rfc2047.el (rfc2047-encode-region): Fix last change.
23414 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23416         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23417         characters as non-special.
23419 2004-07-09  Simon Josefsson  <jas@extundo.com>
23421         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23422         Users will lose all flag changes made while unplugged with
23423         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23424         good default.  See numerous reports on ding mailing list.
23426 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23428         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23429         add generate-head-function and generate-article-function to the
23430         rfc822-forward entry.
23431         (nndoc-rfc822-forward-generate-article): New function.
23432         (nndoc-rfc822-forward-generate-head): New function.
23434         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23436 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23438         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23439         respect display group parameter and gnus-summary-expunge-below.
23440         (gnus-articles-to-read): Remove unused reference to display group
23441         parameter.
23443 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23445         * nnheader.el (nnheader-uniquify-message-id): New experimental
23446         variable.
23447         (nnheader-nov-read-message-id): Use it.
23449         * spam-report.el (spam-report-gmane): Add interactive.
23451 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23453         * mm-encode.el (mm-content-transfer-encoding-defaults):
23454         Use qp-or-base64 for the application/* types.
23456 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23458         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23460 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23462         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23463         trim value.
23465 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23467         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23468         New macro and function.
23469         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23471 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23473         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23474         after-load-alist.
23476 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23478         * gnus-group.el (gnus-group-get-new-news-this-group):
23479         Don't update info that isn't there.
23481 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23483         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23484         entry.
23486 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23488         * mm-view.el (mm-inline-render-with-function): Use multibyte
23489         buffer; decode html source by charset.
23491         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23493         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23494         Mule-UCS is loaded under XEmacs.
23495         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23497 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23499         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23501 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23503         * mm-util.el (mm-coding-system-p): Return a coding-system.
23504         (mm-mime-mule-charset-alist): Use shift_jis instead of
23505         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23506         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23507         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23508         instead of japanese-shift-jis and iso-latin-1 respectively in
23509         order to share the default value with both Emacs and XEmacs-mule.
23510         (mm-mule-charset-to-mime-charset):
23511         Make mm-coding-system-priorities effective.
23512         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23513         while predicating of candidates upon the priorities.
23515 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23517         * gnus-sum.el (gnus-summary-make-menu-bar):
23518         Add gnus-uu-invert-processable.
23520         * gnus.el: Autoload gnus-uu-invert-processable.
23522 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23524         * mm-util.el (mm-with-multibyte-buffer): New macro.
23526         * rfc2047.el (rfc2047-encode-string): Use it.
23527         (rfc2047-encode-region): Move point to the end of the region after
23528         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23530 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23532         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23533         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23535 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23537         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23538         (gnus-cite-parse): Ignore quoted envelope From_.
23539         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23541 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23543         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23544         invalid addresses.
23546 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23548         * spam.el: Change section markers, revise TODO list.
23549         (spam-backends): Make new master list of all installed backends.
23550         (spam-summary-exit-behavior): Add new variable to determine how
23551         messages moves are done at summary exit.
23552         (spam-move-spam-nonspam-groups-only)
23553         (spam-process-ham-in-nonham-groups)
23554         (spam-process-ham-in-spam-groups): Remove variables, the
23555         spam-summary-exit-behavior variable should be used to manage this
23556         behavior.
23557         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23558         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23559         and spam-old-spam-articles.
23560         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23561         Add empty variables, placeholders for the backends they represent.
23562         (spam-set-difference): Move, unchanged.
23563         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23564         unless the user has a processor variable.
23565         (spam-classifications, spam-classification-valid-p)
23566         (spam-backend-properties, spam-backend-property-valid-p)
23567         (spam-backend-function-type-valid-p)
23568         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23569         (spam-report-articles-gmane, spam-report-articles-resend):
23570         Remove functions, they are not needed.
23571         (spam-install-backend-super, spam-backend-list)
23572         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23573         (spam-backend-function, spam-backend-ham-registration-function)
23574         (spam-backend-spam-registration-function)
23575         (spam-backend-ham-unregistration-function)
23576         (spam-backend-spam-unregistration-function)
23577         (spam-backend-statistical-p, spam-backend-mover-p)
23578         (spam-install-backend-alias, spam-install-checkonly-backend)
23579         (spam-install-mover-backend, spam-install-nocheck-backend)
23580         (spam-install-backend, spam-install-statistical-backend)
23581         (spam-install-statistical-checkonly-backend): Add backend installation
23582         support.
23583         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23584         (spam-group-processor-p): Use the new backend code and respect the
23585         summary exit behavior.
23586         (spam-mark-spam-as-expired-and-move-routine): Remove.
23587         (spam-summary-prepare): Change to use the new spam-old-articles
23588         variable.
23589         (spam-copy-or-move-routine, spam-copy-spam-routine)
23590         (spam-move-spam-routine, spam-copy-ham-routine)
23591         (spam-move-ham-routine): Add code to copy/move ham or spam.
23592         (spam-fetch-field-fast): Improve doc and code, plus allow the
23593         'number request.
23594         (spam-list-of-checks, spam-list-of-statistical-checks):
23595         Remove variables.
23596         (spam-split, spam-find-spam): Use the new backend code.
23597         (spam-registration-functions): Remove variable.
23598         (spam-unregister-routine): Add convenience wrapper.
23599         (spam-log-undo-registration, spam-register-routine)
23600         (spam-log-processing-to-registry)
23601         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23602         where possible.
23603         (spam-check-gmane-xref, spam-check-regex-headers)
23604         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23605         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23606         (spam-check-bogofilter-headers, spam-check-spamoracle)
23607         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23608         (spam-check-crm114-headers): Use the spam-split-group that
23609         spam-split prepares, no need to determine it every time.
23611         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23612         to the nnheader-parse-naked-head call.
23614         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23616         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23617         the nnheader-nov-read-message-id call.
23619 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23621         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23622         gnus-activate-group twice.  Suggested by Markus Peter
23623         <warp@spin.de>.
23625 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23627         * gnus-art.el (gnus-article-time-format): Exchange the order of
23628         day and month in the default value; fix customization type.
23629         (article-date-ut): Use add-text-properties.
23630         (article-make-date-line): Use message-make-date instead of
23631         current-time-string.
23633         * message.el (message-fetch-field): Don't use set-text-properties.
23634         (message-make-date): Simplify.
23636 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23638         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23639         (rfc2047-encode-region): Treat text within parentheses as special;
23640         show the original text when error has occurred.
23642         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23643         already-computed method to gnus-activate-group.
23645         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23646         same select-methods identical Lisp objects.
23648         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23649         object when modifying the info.
23651 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23653         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23654         gnus-opened-servers since it has never been opened with the new
23655         configuration yet.
23657 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23659         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23660         arg to nnheader-generate-fake-message-id.
23662 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23664         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23665         number and build a fake message ID localized to a group and
23666         article number (so it's repeatable from that point on).
23667         (nnheader-fake-message-id-p): Change regex to accommodate new fake
23668         ID format.
23670         * gnus-sum.el (gnus-get-newsgroup-headers):
23671         Call nnheader-generate-fake-message-id with the article number.
23673 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23675         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23676         end-of-buffer.
23678 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23680         * message.el (message-ignored-supersedes-headers): Add Approved.
23682 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23684         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23685         goto-char.
23686         (rfc2047-encode): Fold the line before encoding.
23688 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23690         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23691         folding -- not all headers can be folded, and this should be done
23692         by the message composition mode.  Probably.  I think.
23694 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23696         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23697         fast.
23699         * gnus-ems.el (gnus-remove-image): Don't use
23700         message-text-with-property; remove only the image found first.
23702 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23704         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23706 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23708         * message.el (message-text-with-property): Make it fast and accept
23709         optional arguments.
23710         (message-strip-forbidden-properties): Use it.
23711         (message-fix-before-sending): Follow the m-t-w-p change.
23713         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23715 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23717         * gnus-art.el (article-hide-headers): Don't change the buffer
23718         mistakenly when performing mml-preview even if
23719         gnus-single-article-buffer is nil.
23721 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23723         * message.el (message-expand-name-databases): New user option.
23724         (message-expand-name): Use it.
23726 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23728         * spam.el (spam-report-articles-resend)
23729         (spam-report-resend-register-routine): Allow ham reporting.
23730         (spam-report-resend-register-ham-routine): Add wrapper.
23731         (spam-registration-functions): Add ham resending functions.
23732         (spam-list-of-processors): Add ham resend processor.
23734         * gnus.el (ham-resend-to): Add new group parameter.
23735         (spam-process): Add ham resend option.
23737         * spam-report.el (spam-report-resend): Allow reporting ham.
23738         (spam-report-resend-ham): Add wrapper.
23740 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23742         * message.el (message-cite-articles-with-x-no-archive):
23743         New variable.
23744         (message-cite-original): Use it.
23746 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23748         * message.el (message-cite-original): Respect X-No-Archive.
23750 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23752         * gnus-art.el (article-hide-headers): Refer to the values for
23753         gnus-ignored-headers and gnus-visible-headers in the summary
23754         buffer since a user may have set them as group parameters.
23756 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23758         * assistant.el (assistant-node-name): Add convenience function.
23759         (assistant-render-text, assistant-render-node): Add error handling,
23760         plus handle multiple next nodes.
23761         (assistant-find-next-node): Comment out for now.
23762         (assistant-find-next-nodes): Add function, returns list of next
23763         nodes.
23765 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23767         * mail-source.el (mail-source-directory): Fix doc-string.
23769 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23771         * assistant.el (assistant-render-text, assistant-eval): Add :set
23772         widget type, which is different because it takes and returns a
23773         list.  Much hilarity ensues.
23775 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23777         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23779         * gnus-group.el (gnus-group-get-new-news-this-group):
23780         Add doc-string.
23782         * gnus-start.el (gnus-activate-group): Add doc-string.
23784 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23786         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23788 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23790         * assistant.el (assistant-render-text): Try to add a :set
23791         widget, more to come.
23793         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23794         strings.
23795         (spam-report-articles-resend)
23796         (spam-register-routine): Do registration iff any articles warrant
23797         it.
23798         (spam-summary-prepare-exit): Change log message for nil group
23799         destinations.
23801 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23803         * spam.el (spam-report-resend-register-routine):
23804         Allow spam-report-resend-to to be a group parameter or a global value.
23806 2004-05-26  Simon Josefsson  <jas@extundo.com>
23808         * starttls.el: Merge with my GnuTLS based starttls.el.
23809         (starttls-gnutls-program, starttls-use-gnutls)
23810         (starttls-extra-arguments, starttls-process-connection-type)
23811         (starttls-connect, starttls-failure, starttls-success):
23812         New variables.
23813         (starttls-program, starttls-extra-args): Doc fix.
23814         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23815         New functions.
23816         (starttls-negotiate, starttls-open-stream):
23817         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23818         function if it is set.
23820 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23822         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23823         structured fields.
23825 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23827         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23829 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23831         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23832         Add variable.
23833         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23834         assigning the spam-mark to new messages.
23836 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23838         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23840 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23842         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23843         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23844         default.
23846 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23848         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23849         correct data.
23851 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23853         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23854         (spam-group-processor-p): Fix function.
23855         (spam-group-processor-multiple-p)
23856         (spam-group-spam-processor-report-gmane-p)
23857         (spam-group-spam-processor-report-resend-p)
23858         (spam-group-spam-processor-bogofilter-p)
23859         (spam-group-spam-processor-blacklist-p)
23860         (spam-group-spam-processor-ifile-p)
23861         (spam-group-ham-processor-ifile-p)
23862         (spam-group-spam-processor-spamoracle-p)
23863         (spam-group-spam-processor-crm114-p)
23864         (spam-group-ham-processor-bogofilter-p)
23865         (spam-group-spam-processor-stat-p)
23866         (spam-group-ham-processor-stat-p)
23867         (spam-group-ham-processor-whitelist-p)
23868         (spam-group-ham-processor-BBDB-p)
23869         (spam-group-ham-processor-spamoracle-p)
23870         (spam-group-ham-processor-copy-p): Remove functions with some
23871         prejudice against unneeded code.
23872         (spam-report-articles-resend)
23873         (spam-report-resend-register-routine): Allow the group/topic
23874         spam-resend-to value to override spam-report-resend-to.
23875         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23876         properly now.
23878         * gnus.el (spam-resend-to): Add group/topic parameter.
23879         (spam-process): Move the OBSOLETE processors to the end of the
23880         choices.
23882 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23884         * spam-report.el (spam-report-resend-to, spam-report-resend):
23885         Start with resend-to set to nil, and then ask the user if necessary.
23886         (spam-report-resend): spam-report-resend takes a list of articles, not
23887         separate article numbers.
23889 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23891         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23892         addition to emacs-w3m.
23894 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23896         * assistant.el (assistant-authinfo-data): New function.
23897         (assistant-eval): Eval for entire assistant.
23899         * netrc.el (netrc-services-file): New variable.
23900         (netrc-parse-services): New function.
23901         (netrc-find-service-name): New function.
23902         (netrc-find-service-number): New function.
23903         (netrc-port-equal): New function.
23904         (netrc-machine): Use it.
23906         * nnimap.el (nnimap-open-connection): Use netrc.
23908         * gnus-util.el (gnus-netrc-get): Remove aliases.
23910         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23912         * assistant.el (wid-edit): Fix compilation.
23914         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23916 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23918         * gnus-util.el (gnus-set-file-modes): New function.  (small
23919         patch).
23921 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23923         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23925         * assistant.el (assistant-render-node): Fix up rendering and
23926         read-only text.
23927         (assistant-render-node): Reset.
23928         (assistant-make-read-only): Not sticky.
23930 2004-05-20  Danny Siu  <dsiu@adobe.com>
23932         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23933         centered even when gnus-auto-center-summary is t.
23935 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23937         * dns.el (dns-get-txt-answer): New function.
23938         (dns-read-txt): Ditto.
23939         (query-dns): Use it.
23941 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23943         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23944         active for foreign groups even if the group level is higher than
23945         the specified value.
23947 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23949         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23950         non-active groups.
23952         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23954 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23956         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23958 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23960         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23961         (spam-crm114-header, spam-crm114-spam-switch)
23962         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23963         (spam-crm114-positive-spam-header)
23964         (spam-crm114-database-directory, spam-list-of-processors)
23965         (spam-group-spam-processor-crm114-p)
23966         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23967         (spam-generic-score, spam-list-of-checks)
23968         (spam-list-of-statistical-checks, spam-registration-functions)
23969         (spam-check-crm114-headers, spam-crm114-score)
23970         (spam-check-crm114, spam-crm114-register-with-crm114)
23971         (spam-crm114-register-spam-routine)
23972         (spam-crm114-unregister-spam-routine)
23973         (spam-crm114-register-ham-routine)
23974         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23976 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23978         * gnus.el: Add spam-use-crm114.
23980         * spam.el (spam-list-of-processors, spam-registration-functions):
23981         Add spam-use-resend.
23982         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23983         (spam-report-articles-gmane): Add doc fix.
23984         (spam-report-articles-resend, spam-report-resend-register-routine):
23985         Add wrappers around spam-report-resend-to.
23987         * spam-report.el (spam-report-resend-to, spam-report-resend):
23988         Add support for resending spam.
23989         (spam-report-gmane): Fix line length >80.
23991         * gnus.el (spam-process): Add spam-use-resend.
23993 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23995         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23996         number of processed spam messages.
23997         (spam-ham-copy-or-move-routine): Return the number of processed
23998         ham messages.
23999         (spam-summary-prepare-exit): Use the above values to decide
24000         whether status messages shouled be displayed.
24002 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24004         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24005         `rfc2047-encoding-function-alist' in order to avoid conflicting
24006         with the old version.
24007         (rfc2047-encode-region): Concatenate words containing non-ASCII
24008         characters in structured fields; don't encode space-delimited
24009         ASCII words even in unstructured fields; don't break words at
24010         char-category boundaries.
24011         (rfc2047-encode-1): New function.
24012         (rfc2047-encode): Use it; encode text so that it occupies the
24013         maximum width within 76-column; work correctly on Q encoding for
24014         iso-2022-* charsets.
24015         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24016         sure not to break a line just after the header name.
24017         (rfc2047-b-encode-region): Remove.
24018         (rfc2047-b-encode-string): New function.
24019         (rfc2047-q-encode-region): Remove.
24020         (rfc2047-q-encode-string): New function.
24022         * mm-util.el (mm-replace-in-string): New function.
24024 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24026         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24027         Really get it right.
24028         (gnus-inews-make-draft): Really.
24030 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24032         * nnmh.el (nnmh-request-list-1): Don't check the link count
24033         before descending.  (small patch)
24035 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24037         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24038         stuff.
24040         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24041         Match on real group name.
24043         * gnus-art.el (gnus-signature-limit): Doc fix.
24045         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24047 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24049         * gnus-draft.el (gnus-draft-send):
24050         Bind rfc2047-encode-encoded-words.
24052         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24053         (rfc2047-encodable-p): Say that =? needs encoding.
24054         (rfc2047-encode-encoded-words): New variable.
24056         * gnus-group.el (gnus-group-select-group): Doc fix.
24058         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24060         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24061         to nil.
24063         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24065         * nnheader.el (nnheader-get-lines-and-char): New function.
24067 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24069         * gnus-msg.el (gnus-summary-followup-with-original):
24070         Document yanking of region when active.
24072 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24074         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24075         groups if the group level is higher than the specified value.
24077 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24079         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24080         (gnus-group-jump-to-group): Add prefix argument using
24081         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24082         non-active group.
24084         * compface.el (uncompface): Be verbose when changing
24085         `uncompface-use-external'.
24087         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24088         handle manual section.
24090 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24092         * gnus-art.el (gnus-button-alist): Revert previous change.
24094 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24096         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24098 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24100         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24101         whether backend can accept message.
24103         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24105 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24107         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24108         Avoid creating directory when nntp-marks-is-evil is true.
24109         Reported by Reiner Steib.
24111 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24113         * gnus-picon.el (gnus-picon-insert-glyph):
24114         Add optional `nostring' argument.
24116 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24118         * gnus-picon.el (gnus-picon-style): New variable.
24119         (gnus-picon-transform-address): Support `gnus-picon-style'.
24121 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24123         * message.el (message-fill-field): Return point.
24124         (message-generate-headers): Go to end of field.
24126         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24127         stuff for non-living groups.
24129 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24131         * gnus-art.el (gnus-article-followup-with-original)
24132         (gnus-article-reply-with-original): gnus-mark-active-p ->
24133         gnus-region-active-p.
24135 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24137         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24138         only when there is spam or ham to be processed.
24140 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24142         * mail-source.el (mail-source-delete-crash-box): Refactor.
24143         (mail-source-fetch): Use it.
24144         (mail-source-fetch-file): Ditto.
24145         (mail-source-fetch-directory): Run PostScript in loop.
24146         (mail-source-fetch-pop): Delete.
24147         (mail-source-fetch-maildir): Ditto.
24148         (mail-source-fetch-imap): Ditto.
24150         * imap.el (imap-authenticators): Comment out sasl.
24152         * message.el (message-skip-to-next-address): New function.
24153         (message-fill-header-address): Refactor.
24154         (message-fill-address): Use it.
24155         (message-delete-address): Use it.
24156         (message-fill-header-general): Refactor.
24157         (message-fill-field-address): Rename.
24158         (message-narrow-to-field): Find the start of the header.
24159         (message-header-format-alist): Don't pre-fill.
24160         (message-fill-header): Remove.
24161         (message-insert-header): New function.
24162         (message-shorten-references): Use it.
24164         * rfc2047.el (rfc2047-field-value): Strip props.
24166         * mail-parse.el (mail-header-make-address): New alias.
24168         * ietf-drums.el (ietf-drums-make-address): New function.
24170         * imap.el: Add compiler directives.
24172         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24174         * gnus-art.el (article-decode-idna-rhs): Don't use
24175         message-idna-inside-rhs-p.
24177 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24179         * message.el (message-idna-inside-rhs-p): Remove.
24180         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24182         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24183         false positives.
24185 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24187         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24189 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24191         * nneething.el (nneething-file-name): Don't create spurious
24192         files.
24194         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24195         (gnus-inews-do-gcc): Remove sleep.
24197         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24198         part under point.
24200         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24201         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24203 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24205         * spam.el (spam-summary-prepare-exit): Fix (length).
24207 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24209         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24210         as expired without moving it" message when there are spam
24211         messages left.
24213 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24215         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24216         header is not nil.
24218 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24220         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24221         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24222         (nntp-marks-changed-p): New arg SERVER.
24223         (nntp-request-update-info): Adjust caller.
24225 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24227         * nntp.el (nntp-save-marks): Pass missing arg.
24229 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24231         * nntp.el: Support marks.
24232         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24233         (nntp-marks-modtime, nntp-marks-directory): New variables.
24234         (nntp-request-set-mark, nntp-request-update-info)
24235         (nntp-possibly-create-directory, nntp-marks-changed-p)
24236         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24237         New functions.
24239 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24241         * gnus-score.el (gnus-score-insert-help):
24242         Use gnus-select-lowest-window.
24244         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24245         appt-select-lowest-window and rename to gnus-select-lowest-window.
24247         * gnus.el: do.
24249 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24251         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24252         encodings of MIME-encoded words, in order to improve
24253         interoperability with several broken MUAs.
24255 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24257         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24258         tags, only when charsets are not specified in headers.
24259         (mm-inline-text-html-render-with-w3m): Ditto.
24261 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24263         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24264         instead of MIME-decoded from fields when checking
24265         `gnus-article-address-banner-alist'.
24267 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24269         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24270         description rather than subject.
24272 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24274         * gnus.el (gnus-version-number): Bump.
24276 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24278         * gnus.el: No Gnus v0.2 is released.
24280 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24282         * gnus-agent.el (gnus-agent-read-agentview):
24283         Inline gnus-uncompress-range.
24285 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24287         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24288         `exec-installed-p'.
24290 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24292         * gnus.el (spam-process, spam-autodetect-methods):
24293         Add bsfilter and bsfilter-headers.
24295         * spam.el (spam-bsfilter): New customize group.
24296         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24297         (spam-bsfilter-header, spam-bsfilter-probability-header)
24298         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24299         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24300         (spam-bsfilter-database-directory): New options.
24301         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24302         (spam-list-of-statistical-checks, spam-registration-functions):
24303         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24304         (spam-bsfilter-score): New command.
24305         (spam-check-bsfilter-headers, spam-check-bsfilter)
24306         (spam-bsfilter-register-with-bsfilter)
24307         (spam-bsfilter-register-spam-routine)
24308         (spam-bsfilter-unregister-spam-routine)
24309         (spam-bsfilter-register-ham-routine)
24310         (spam-bsfilter-unregister-ham-routine): New functions.
24311         (spam-generic-score): Support bsfilter; Accept an optional argument
24312         to recalcurate spam score even if scoring header has already been
24313         added.
24314         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24315         optional argument to recalcurate spam score even if scoring header
24316         has already been added.
24318 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24320         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24321         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24322         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24323         link is missing.
24325 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24327         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24328         (html2text-get-attr): Rewrite.
24330         * message.el (message-setup-1): Remove redundant put-text-property
24331         on mail-header-separator.
24333 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24335         * gnus-registry.el (gnus-registry-cache-whitespace)
24336         (gnus-registry-action, gnus-registry-spool-action)
24337         (gnus-registry-split-fancy-with-parent): Change message levels
24338         from 5 to 3 or 7, as needed.
24340         * spam.el (spam-summary-prepare-exit)
24341         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24342         (spam-split, spam-find-spam, spam-log-undo-registration)
24343         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24344         level from 5 to 6.
24346 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24348         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24349         2004-03-04 change).
24351 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24353         * sieve-manage.el (sieve-manage-open):
24354         * nnweb.el (nnweb-insert-html):
24355         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24356         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24357         * nnspool.el (nnspool-request-group):
24358         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24359         * nnml.el (nnml-request-update-info):
24360         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24361         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24362         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24363         (nnimap-request-set-mark):
24364         * nnfolder.el (nnfolder-request-update-info):
24365         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24366         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24367         * gnus-uu.el (gnus-uu-find-articles-matching):
24368         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24369         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24370         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24371         * gnus-nocem.el (gnus-nocem-scan-groups):
24372         * gnus-int.el (gnus-start-news-server):
24373         * gnus-group.el (gnus-group-make-kiboze-group)
24374         (gnus-group-browse-foreign-server):
24375         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24376         Use mapc when appropriate.
24378 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24379             Adam Sjøgren  <asjo@koldfront.dk>
24380             Wes Hardaker  <wes@hardakers.net>
24381             Michael Shields  <shields@msrl.com>
24383         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24384         may need for spam sorting and scoring.
24385         (spam-user-format-function-S): Add user format function suitable for
24386         general use.
24387         (spam-article-sort-by-spam-status): Add sorting function for summary
24388         sorting.
24389         (spam-extra-header-to-number): Add function to get a score from a
24390         header.
24391         (spam-summary-score): Add function to get a numeric score from the
24392         headers.
24393         (spam-generic-score): Fix function doc, was in wrong place.
24394         (spam-initialize): Take symbols when it's run, and install the
24395         extra headers that spam-necessary-extra-headers thinks we need.
24397 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24399         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24400         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24402 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24404         * gnus-sum.el (gnus-set-global-variables)
24405         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24406         (gnus-article-get-xrefs, gnus-summary-best-group)
24407         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24408         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24409         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24410         Use with-current-buffer.
24412 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24414         * spam.el (spam-summary-prepare-exit): Simplify logic.
24415         (spam-fetch-article-header): Read the article header if it's not
24416         available.
24417         (spam-list-articles): Simplify logic.
24418         (spam-filelist-register-routine): Fix bug with unregister-list.
24420         * gnus-registry.el: Fix comments at beginning.
24422 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24424         * message.el (message-cater-to-broken-inn): Remove.
24425         (message-shorten-references): Make sure the total folded length of
24426         References is shorter than 998 characters to cater to a bug in INN
24427         2.3.  Also, don't pretend that references aren't folded -- this
24428         hasn't worked for a while.
24430 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24432         * gnus-agent.el (gnus-agentize):
24433         gnus-agent-send-mail-real-function no longer set to current value
24434         of message-send-mail-function but rather a lambda that calls
24435         message-send-mail-function.  The change makes the agent real-time
24436         responsive to user changes to message-send-mail-function.
24438 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24440         * legacy-gnus-agent.el
24441         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24442         help from Florian Weimer <fw@deneb.enyo.de>
24444 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24446         * nnmail.el (nnmail-cache-insert): Revert last change.
24448 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24450         * nnmail.el (nnmail-cache-insert): Always check whether
24451         nnmail-cache-ignore-groups matches a group name.
24453 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24455         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24456         (spam-find-spam, spam-log-processing-to-registry)
24457         (spam-log-registered-p, spam-log-unregistration-needed-p)
24458         (spam-log-undo-registration): Use gnus-message instead of
24459         gnus-error, none of these errors are fatal.
24461         * gnus-registry.el (gnus-registry-clean-empty-function)
24462         (gnus-registry-clean-empty): Remove only empty entries without
24463         extra data.
24465 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24467         * spam-stat.el (spam-stat-buffer-change-to-spam)
24468         (spam-stat-buffer-change-to-non-spam): Change (error) to
24469         (gnus-message 8) invocation.
24471 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24473         * nntp.el (nntp-via-netcat-command): New variable.
24474         (nntp-via-netcat-switches): New variable.
24475         (nntp-open-via-rlogin-and-netcat): New function.
24476         (nntp-open-connection-function): Doc fix.
24477         (nntp-telnet-command): Doc fix.
24478         (nntp-end-of-line): Doc fix.
24479         (nntp-via-rlogin-command): Doc fix.
24480         (nntp-via-user-name): Doc fix.
24481         (nntp-via-address): Doc fix.
24483 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24485         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24486         error in Emacs 21.1.
24488 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24490         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24492 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24494         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24495         (gnus-agent-with-refreshed-group): New macro.
24496         (gnus-agent-rename-group): New function.
24497         (gnus-agent-delete-group): New function.
24498         (gnus-agent-save-group-info): Use gnus-command-method when
24499         `method' parameter is nil.  Don't write nil entries into the
24500         active file.
24501         (gnus-agent-get-group-info): New function.
24502         (gnus-agent-fetch-articles):
24503         Use gnus-agent-update-files-total-fetched-for to increment disk space
24504         used.
24505         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24506         Use gnus-agent-update-view-total-fetched-for to increment disk space
24507         used.
24508         (gnus-agent-get-local): Add optional parameters to avoid calling
24509         gnus-group-real-name and gnus-find-method-for-group.
24510         (gnus-agent-set-local): Delete stored entry if either min, or max,
24511         are nil.
24512         (gnus-agent-fetch-session): Reworded error/quit messages.
24513         On quit, use gnus-agent-regenerate-group to record existence of any
24514         articles fetched to disk before the quit occurred.
24515         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24516         gnus-agent-update-view-total-fetched-for, and
24517         gnus-agent-update-files-total-fetched-for to decrement disk space
24518         used.
24519         (gnus-agent-retrieve-headers):
24520         Use gnus-agent-update-view-total-fetched-for to increment disk space
24521         used.
24522         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24523         with gnus-agent-update-files-total-fetched-for to decrement disk
24524         space and fresh group buffer.
24525         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24526         (gnus-agent-need-update-total-fetched-for): New variable.
24527         (gnus-agent-update-files-total-fetched-for): New function.
24528         (gnus-agent-update-view-total-fetched-for): New function.
24529         (gnus-agent-total-fetched-for): New function.
24531         * gnus-cache.el (gnus-cache-save-buffers):
24532         Use gnus-cache-update-overview-total-fetched-for to change disk space
24533         used by this group.
24534         (gnus-cache-possibly-enter-article):
24535         Use gnus-cache-update-file-total-fetched-for to increment disk space
24536         used by this group.
24537         (gnus-cache-possibly-remove-article):
24538         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24539         used by this group.
24540         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24541         (gnus-cache-rename-group): New function.
24542         (gnus-cache-delete-group): New function.
24543         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24544         (gnus-cache-need-update-total-fetched-for): New variable.
24545         (gnus-cache-with-refreshed-group): New macro.
24546         (gnus-cache-update-file-total-fetched-for): New function.
24547         (gnus-cache-update-overview-total-fetched-for): New function.
24548         (gnus-cache-rename-group-total-fetched-for): New function.
24549         (gnus-cache-delete-group-total-fetched-for): New function.
24550         (gnus-cache-total-fetched-for): New function.
24552         * gnus-group.el: Require gnus-sum and autoload functions to
24553         resolve warnings when gnus-group.el compiled alone.
24554         (gnus-group-line-format): Document new %F.
24555         (size of Fetched data) group line format; identifies disk space
24556         used by agent and cache.
24557         (gnus-group-line-format-alist): Define new F format.
24558         (gnus-total-fetched-for): New function.
24559         (gnus-group-delete-group): No longer update
24560         gnus-cache-active-altered as gnus-request-delete-group now keeps
24561         the cache in sync.
24562         (gnus-group-list-active): Let the agent store a server's active
24563         list if currently plugged.
24565         * gnus-int.el (gnus-request-delete-group):
24566         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24567         local disk in sync with the server.
24568         (gnus-request-rename-group):
24569         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24570         local disk in sync with the server.
24572         * gnus-start.el (gnus-get-unread-articles):
24573         Cosmetic simplification to logic.
24575         * gnus-util.el (gnus-rename-file): New function.
24577 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24579         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24581 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24583         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24584         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24586 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24588         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24589         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24591 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24593         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24595 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24597         * spam.el (spam-set-difference): Add function to replace
24598         gnus-set-difference in spam.el.
24599         (spam-summary-prepare-exit): Use spam-set-difference.
24601 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24603         * gnus-registry.el (gnus-registry-cache-file): Update to use
24604         gnus-dribble-directory OR gnus-home-directory OR ~.
24605         (gnus-registry-split-fancy-with-parent): Fix doc.
24607 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24609         * message.el (message-exchange-point-and-mark):
24610         Use message-mark-active-p.  Suggested by Jesper Harder
24611         <harder@ifa.au.dk>.
24613 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24615         * message.el (message-exchange-point-and-mark): Don't activate
24616         region if it was inactive.  Suggested by Hiroshi Fujishima
24617         <pooh@nature.tsukuba.ac.jp>.
24619 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24621         * gnus-art.el (article-display-face): Display Faces in the same
24622         order as X-Faces.
24624 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24626         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24628 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24630         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24631         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24632         (gnus-article-mime-hierarchy): Remove.
24633         (gnus-article-mime-hierarchy-next): Remove.
24634         (gnus-article-mode): Revert 2004-03-19 change.
24635         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24636         (gnus-insert-mime-button): Revert 2004-03-19 change.
24637         (gnus-mime-accumulate-hierarchy): Remove.
24638         (gnus-mime-enter-multipart): Remove.
24639         (gnus-mime-leave-multipart): Remove.
24640         (gnus-mime-display-part): Revert 2004-03-19 change.
24641         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24643         * mml.el (mml-preview): Revert 2004-03-19 change.
24645 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24647         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24649 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24651         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24652         t while entering a file name using the mm-with-multibyte macro.
24653         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24655         * mm-util.el (mm-with-multibyte): New macro.
24657 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24659         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24660         New user option.
24661         (gnus-mime-multipart-functions): Doc and customization fix.
24662         (gnus-article-mime-hierarchy): New variable.
24663         (gnus-article-mime-hierarchy-next): New variable.
24664         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24665         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24666         gnus-article-mime-hierarchy-next to nil.
24667         (gnus-insert-mime-button): Show hierarchy numbers.
24668         (gnus-mime-accumulate-hierarchy): New function.
24669         (gnus-mime-enter-multipart): New function.
24670         (gnus-mime-leave-multipart): New function.
24671         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24672         (gnus-mime-display-alternative): Show hierarchy numbers.
24674         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24675         gnus-article-mime-hierarchy-next to nil.
24677 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24679         * dns.el: Don't require gnus-xmas.
24681 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24683         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24684         inline PGP.
24685         (mml-menu): Disable mml-quote-region if mark is inactive.
24687 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24689         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24690         when the group's active is not available.
24692 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24694         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24695         error.
24697 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24699         * imap.el (imap-store-password): New variable.
24700         (imap-interactive-login): Use it.
24701         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24703 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24705         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24706         window-start and hscroll to summary window.
24708 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24710         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24711         conversion message to newsrc-dribble when an actual conversion is
24712         performed.
24714 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24716         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24718 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24720         * mm-decode.el (mm-complicated-handles): New function reviving
24721         former definition of mm-multiple-handles.
24723         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24724         (gnus-mime-delete-part): Use it.
24726 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24728         * gnus-agent.el (gnus-agent-read-local):
24729         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24730         avoid the implicit assumption that they will always be equal.
24731         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24732         coding-system-for-write, as the with-temp-file macro first prints
24733         to a buffer then saves the buffer.
24735 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24737         * gnus-art.el (gnus-article-edit-part): New function.
24738         (gnus-mime-save-part-and-strip): Use it; do query instead of
24739         signaling an error; don't use mm-multiple-handles.
24740         (gnus-mime-delete-part): Ditto.
24742 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24744         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24745         old file versions.
24746         (gnus-group-prepare-hook): Remove function that converted list
24747         form of gnus-agent-expire-days to group properties.
24749         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24750         (gnus-request-accept-article): Re-indented.
24752         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24753         converters to handle old agent file formats.  Add logic for a
24754         "backup before upgrading warning".
24755         (gnus-convert-mark-converter-prompt): Developers can mark
24756         functions as needing (default), or not needing,
24757         gnus-convert-old-newsrc's "backup before upgrading warning".
24758         (gnus-convert-converter-needs-prompt): Tests whether the user
24759         should be protected from potentially irreversable changes by the
24760         function.
24762         * legacy-gnus-agent.el: New.  Provides converters that are only
24763         loaded when gnus-convert-old-newsrc needs to call them.
24765 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24767         * mail-source.el (mail-source-touch-pop): Doc fix.
24769         * message.el (message-smtpmail-send-it): Doc fix.
24771 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24773         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24775         * nnmail.el (nnmail-split-fancy): do.
24777         * gnus-kill.el (gnus-kill, gnus-execute): do.
24779 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24781         * gnus-sum.el (gnus-widget-reversible-match)
24782         (gnus-widget-reversible-to-internal)
24783         (gnus-widget-reversible-to-external): New functions.
24784         (gnus-widget-reversible): New widget.
24785         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24787 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24789         * gnus-sum.el (gnus-thread-sort-functions)
24790         (gnus-article-sort-functions): Document `(not F)' items.
24792 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24794         * spam.el (spam-use-gmane-xref): Add new backend.
24795         (spam-gmane-xref-spam-group): Add variable to control the name of the
24796         Gmane spam group.
24797         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24798         (spam-regex-headers-spam, spam-regex-headers-ham)
24799         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24800         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24801         backends and checks.
24802         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24804         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24805         an autodetect method.
24807 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24809         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24810         articles are being added to a group.
24811         (gnus-request-replace-article): Inform the agent that articles
24812         need to be uncached as the cached contents are no longer valid.
24814 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24816         * binhex.el: Don't autoload executable-find.
24818         * canlock.el: Don't autoload mail-fetch-field.
24820         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24822         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24823         rmail-dont-reply-to and rmail-output.
24825         * gnus-score.el: Don't autoload ffap-string-at-point.
24827         * gnus-setup.el: Don't autoload sc-cite-original.
24829         * imap.el: Don't autoload base64-decode-string,
24830         base64-encode-string and md5.
24832         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24833         and rmail-msg-restore-non-pruned-header.
24835         * mm-decode.el: Don't autoload executable-find.
24837         * mm-url.el: Don't autoload executable-find.
24839         * mm-view.el: Don't autoload diff-mode.
24841         * nndb.el: Don't autoload news-reply-mode, news-setup,
24842         cancel-timer and telnet.
24844         * password.el: Don't autoload run-at-time for Emacs.
24846         * sha1-el.el: Don't autoload executable-find.
24848         * sieve-mode.el: Don't autoload c-mode.
24850         * uudecode.el: Don't autoload executable-find.
24852 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24854         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24855         (gnus-agent-possibly-alter-active): Avoid null in numeric
24856         comparison.
24857         (gnus-agent-set-local): Refuse to save null in local object table.
24858         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24859         list of articles that will be marked as unread.
24861 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24863         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24865 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24867         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24868         language tags.
24870 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24872         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24873         Don't bind "obarray".
24875         * gnus-sum.el (gnus-thread-sort-functions):
24876         Add `gnus-thread-sort-by-most-recent-number' and
24877         `gnus-thread-sort-by-most-recent-date'.
24878         Reported by Kai Grossjohann <kai@emptydomain.de>.
24880 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24882         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24884 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24886         * gnus-cus.el (gnus-agent-customize-category):
24887         Remove ignore-errors macro reference that required cl to be loaded at
24888         run-time.
24890         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24891         single-interval range of the form (min . max).  Previously the
24892         range had to look like ((min . max)).  Likewise, return
24893         (min . max) rather than ((min . max)).
24894         (gnus-range-map): Use gnus-range-normalize to accept
24895         single-interval range.
24897         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24898         the cache, but not the agent, now appear with their usual face.
24900 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24902         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24903         w3m-safe-url-regexp variable buffer-local.
24905         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24907 2004-02-27  Simon Josefsson  <jas@extundo.com>
24909         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24910         gnus-group-real-prefix.
24911         (gnus-summary-move-article): Use it, instead of
24912         gnus-group-real-prefix.
24914 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24916         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24917         w3m-safe-url-regexp variable buffer-local and set it as the value
24918         of mm-w3m-safe-url-regexp.
24920         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24922         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24923         parsing gnus-posting-styles when the message is not for replying.
24925         * nnrss.el (nnrss-opml-export):
24926         Use mm-set-buffer-file-coding-system instead of
24927         set-buffer-file-coding-system.
24929 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24931         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24932         of checkdoc.el).
24933         * nnrss.el: do.
24934         * gnus-mlspl.el: do.
24935         * gnus-ml.el: do.
24936         * gnus-srvr.el: do.
24938         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24940 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24942         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24943         Corrections to custom-manual links.
24945         * gnus-art.el (gnus-article): Ditto.
24947         * mm-decode.el (mime-display, mime-security): Ditto.
24949 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24951         * flow-fill.el: Typo.
24953 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24955         * spam-wash.el: New file.
24957 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24959         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24961 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24963         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24964         to be run with new-articles as LIST1, not LIST2.
24965         (spam-registration-functions): Add spam-use-ham-copy as a nil
24966         registration backend.
24968 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24970         * spam-stat.el (spam-stat-washing-hook): New option.
24971         (spam-stat-buffer-words): Use it.
24972         (spam-stat-process-directory, spam-stat-test-directory):
24973         Use insert-file-contents-literally.
24974         (spam-stat-coding-system): New variable.
24975         (spam-stat-load, spam-stat-save): Use it.
24977 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24979         * spam-report.el (spam-report-plug-agent):
24980         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24982 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24984         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24985         Allow / in mailto URLs.
24987 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24989         * spam-report.el (spam-report-process-queue): Fix interactive use.
24990         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24991         (spam-report-unplug-agent): Doc fixes.
24992         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24993         (spam-report-agentize, spam-report-deagentize):
24994         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24996         * message.el (message-setup-fill-variables): Add mml tags to
24997         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24998         <ajk@iu.edu>.
24999         (message-mode): Don't modify paragraph-separate there.
25001 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25003         * compface.el (uncompface-use-external): Default to undecided.
25004         (uncompface-use-external-threshold): New variable.
25005         (uncompface-float-time): New macro.
25006         (uncompface): Determine whether to use the external decoder if
25007         uncompface-use-external is undecided.
25009 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25011         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25012         after images.
25014         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25016 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25018         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25020         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25022         * gnus-sum.el (gnus-summary-limit-to-age)
25023         (gnus-summary-limit-children): do.
25025         * gnus-int.el (gnus-request-scan): do.
25027         * gnus-group.el (gnus-group-suspend): do.
25029         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25031         * gnus-cite.el (gnus-cite-parse-attributions): do.
25033         * gnus-agent.el (gnus-summary-set-agent-mark)
25034         (gnus-agent-regenerate-group): do.
25036         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25038         * binhex.el (binhex-decode-region-internal): do.
25040 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25042         * gnus-fun.el (gnus-face-properties-alist): New user option.
25043         (gnus-display-x-face-in-from): Use it.
25045         * gnus-art.el (article-display-face): Ditto.
25047         * compface.el (uncompface-use-external): Default to nil.
25049 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25051         * nntp.el (nntp-erase-buffer): New function.
25052         (nntp-retrieve-data, nntp-send-command)
25053         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25054         (nntp-possibly-change-group): Use it.
25056         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25057         Use with-current-buffer.
25059 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25061         * compface.el: Merge the ELisp-based uncompface program.
25062         (compface): New customization group.
25063         (uncompface-use-external): New user option.
25064         (uncompface): Call uncompface-internal if uncompface-use-external
25065         is nil.
25066         (uncompface-internal): New function.  Note that there are also
25067         some other functions and variables added for this function.
25069 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25071         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25072         if necessary.
25074 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25076         * spam-report.el (spam-report-unplug-agent)
25077         (spam-report-plug-agent, spam-report-deagentize)
25078         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25079         Add support for the Agent in spam-report: when unplugged, report to a
25080         file; when plugged, submit all the requests.
25082         * spam.el (spam-register-routine): Fix message about
25083         registration.
25085 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25087         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25088         dependencies.
25089         (rfc2047-encode): Use it.
25091         * gnus-art.el (gnus-button-marker-list): Move before first
25092         reference.
25094         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25095         (imap-parse-body): Fix format string mismatch.
25097         * gnus-score.el (gnus-summary-increase-score): do.
25099         * nnrss.el (nnrss-close): New function.
25101 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25103         * nnrss.el (nnrss-make-filename): New function.
25104         (nnrss-request-delete-group, nnrss-read-server-data)
25105         (nnrss-save-server-data, nnrss-read-group-data)
25106         (nnrss-save-group-data): Use it.
25107         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25108         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25109         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25111 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25113         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25115 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25117         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25118         files.
25120         * message.el (message-generate-headers-first): Don't quote nil
25121         and t in docstrings.
25123         * imap.el (imap-id): do.
25125         * gnus-agent.el (gnus-agent-consider-all-articles)
25126         (gnus-agent-queue-mail): do.
25128 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25130         * spam-report.el (spam-report-process-queue): New function.
25131         Process requests from `spam-report-requests-file'.
25132         (spam-report-process-queue): Doc fix.
25134 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25136         * spam.el (spam-register-routine)
25137         (spam-log-processing-to-registry, spam-log-registered-p)
25138         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25139         Change "check" to "spam-check" for semi-clarity.
25141 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25143         * pop3.el: Require nnheader.
25145         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25147         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25149         * gnus-picon.el: Require cl.
25151         * gnus-fun.el: Require gnus-ems and gnus-util.
25153         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25155         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25157         * gnus-art.el (gnus-article-edit-mode): Define before first
25158         reference.
25160 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25162         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25163         (gnus-uu-post-encoded): Use point-at-bol.
25165         * gnus-topic.el (gnus-group-active-topic-p): do.
25167         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25169         * gnus-group.el (gnus-group-kill-region): do.
25171         * gnus-art.el (article-date-ut): do.
25173         * message.el (message-fetch-field): Remove redundant
25174         case-fold-search binding.
25175         (message-narrow-to-field): Simplify.
25177 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25179         * spam.el (spam-directory): Derive from `gnus-directory'.
25181         * spam-report.el (spam-report-url-to-file)
25182         (spam-report-requests-file): New function and variable for offline
25183         reporting.
25184         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25185         and user defined function.
25186         (spam-report-url-ping-mm-url): Remove doubled slash.
25188 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25190         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25192 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25194         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25195         Fix format string mismatch.
25197         * sieve.el (sieve-deactivate-all): do.
25199         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25201         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25203         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25205         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25207 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25209         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25210         the list of checks.
25212 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25214         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25215         padding.
25217 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25219         * mm-view.el (mm-fill-flowed): New variable.
25220         (mm-inline-text): Use it.
25222 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25224         * spam.el (spam-spamassassin-register-ham-routine)
25225         (spam-spamassassin-register-spam-routine): Fix function names.
25227 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25229         * gnus.el (gnus-tmp-grouplens): Remove.
25230         (gnus-summary-line-format): Remove grouplens.
25232         * gnus-group.el (gnus-group-line-format): Ditto.
25234         * gnus-spec.el (gnus-format-specs): Ditto.
25235         (gnus-update-format-specifications): Flush the group format spec
25236         cache if there's the grouplens stuff.
25237         (gnus-parse-simple-format): Replace %l with the empty string.
25239 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25241         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25242         omission.
25244 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25246         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25247         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25249 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25251         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25252         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25253         New macros and functions.
25254         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25255         Handle > NLINK_MAX messages.
25256         * nnmaildir.el (nnmaildir-request-set-mark):
25257         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25259 2004-01-25  Alex Schroeder  <alex@gnu.org>
25261         * spam-stat.el (spam-stat-process-directory-age): New option.
25262         (spam-stat-process-directory): Use it.
25264 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25266         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25267         (spam-stat-save): Accept prefix argument.
25269 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25271         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25272         links" error.
25274 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25276         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25277         compatibility with old .newsrc.eld files.
25279         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25281         * gnus-start.el (gnus-1): do.
25283         * gnus-group.el (gnus-group-line-format-alist): do.
25285         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25287         * gnus-gl.el: Remove.
25289 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25291         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25292         marks consisting of a single range {for example, (3 . 5)} rather
25293         than a list of a single range { ((3 . 5)) }.
25295 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25297         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25298         Use with-current-buffer.
25299         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25300         avoid consing a string.
25302         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25303         Remove obsolete entries for big5 and gb2312.
25305 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25307         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25308         uncompressed list.
25310 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25312         * spam-stat.el (spam-stat-strip-xref): New function.
25313         (spam-stat-process-directory): Use it.
25315         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25316         here -- it's done in message-fetch-field.
25318 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25320         * gnus-agent.el (gnus-agent-queue-mail)
25321         (gnus-agent-prompt-send-queue): New variables.
25322         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25323         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25324         "nndraft:queue" along to gnus-draft-send.
25325         Use gnus-agent-prompt-send-queue.
25326         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25327         is "nndraft:queue".  Suggested by Gaute Strokkenes
25328         <gs234@srcf.ucam.org>
25330         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25331         (agent-enable-undownloaded-faces): Add.
25332         (gnus-agent-cat-groups): Use eval-and-compile, not
25333         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25334         method of gnus-agent-cat-groups even when the buffer has been
25335         evalled.
25336         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25337         delete gnus-agent-save-active-1.
25338         (gnus-agent-save-groups): Delete.  Identical to
25339         gnus-agent-save-active.
25340         (gnus-agent-write-active): No longer adjust agent's copy of active
25341         file as agent's adjustments are now stored in their own
25342         file.  Remove optional parameter.
25343         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25344         servers.  Add use of min/max range limits from server's local
25345         file.
25346         (gnus-agent-save-alist): Remove unused optional argument.
25347         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25348         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25349         (gnus-agent-set-local): A per-server file that keeps min/max range
25350         limits for articles known to the agent.  Provides a fast mechanism
25351         for altering many active ranges.
25352         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25353         active file (local makes it unnecessary).
25354         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25356         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25357         (agent-enable-undownloaded-faces): Add.
25359         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25360         disable it when sending to "nndraft:queue".
25361         (gnus-group-send-queue): Add safety check to avoid sending queue
25362         when unplugged.
25364         * gnus-group.el (gnus-group-catchup): Use new
25365         gnus-sequence-of-unread-articles, not
25366         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25367         numbers of articles.  Use gnus-range-map to avoid having to
25368         uncompress the unread list.
25369         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25370         Fix invalid ange-ftp reference.
25372         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25373         (gnus-sorted-range-intersection): Intersection of two ranges
25374         without requiring that they first be uncompressed.
25376         * gnus-start.el (gnus-activate-group): Unless blocked by the
25377         caller, possibly expand the active range to include both cached
25378         and agentized articles.
25379         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25380         multiple version-dependent converters.
25381         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25382         gnus-agent-save-active.
25383         (gnus-save-newsrc-file): Save dirty agent range limits.
25385         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25386         gnus-agent-possibly-alter-active.
25387         (gnus-adjust-marked-articles): Faster handling of simple lists.
25389 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25391         * spam-stat.el (spam-stat-test-directory): New optional argument
25392         displays a list of files detected.  Suggested by Andrew Cohen
25393         <cohen@andy.bu.edu>.
25394         (spam-stat-buffer-words-with-scores): Don't narrow and change
25395         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25397 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25399         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25400         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25401         (spam-spamassassin-arguments)
25402         (spam-spamassassin-spam-flag-header)
25403         (spam-spamassassin-positive-spam-flag-header)
25404         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25405         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25406         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25407         (spam-list-of-processors, spam-list-of-checks)
25408         (spam-list-of-statistical-checks, spam-registration-functions)
25409         (spam-check-spamassassin-headers, spam-check-spamassassin)
25410         (spam-spamassassin-score)
25411         (spam-spamassassin-register-with-sa-learn)
25412         (spam-spamassassin-register-spam-routine)
25413         (spam-spamassassin-register-ham-routine)
25414         (spam-assassin-register-spam-routine)
25415         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25416         (spam-bogofilter-score): Fix to show article before scoring.
25418 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25420         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25421         default scoring function.
25422         (spam-generic-score): Call spam-spamassassin-score if
25423         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25424         spam-bogofilter-score otherwise.
25426         * gnus.el (spam-process, spam-autodetect-methods):
25427         Add spamassassin and spamassassin-headers.
25429 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25431         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25432         Suppress unnecessary messages.
25434 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25436         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25437         make-hash-table.
25439 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25441         * canlock.el (base64-encode-string): Don't autoload it.
25443 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25445         * run-at-time.el: Remove useless (require 'itimer),
25446         eval-and-compile and (featurep 'xemacs).
25448 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25450         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25451         GROUP is a virtual group.
25453 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25455         * gnus.el: Autoload `message-y-or-n-p'.
25457 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25459         * pgg-parse.el: Remove unnecessary (require 'custom).
25461         * pgg-def.el: do.
25463         * nnmail.el: do.
25465         * gnus-undo.el: do.
25467         * gnus-picon.el: do.
25469         * gnus-util.el: do.
25471 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25473         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25475 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25477         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25478         handle, as well as a list.
25480         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25481         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25482         (mm-w3m-cid-retrieve): Simplify.
25484 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25486         * message.el (message-kill-to-signature): Allow prefix arg to
25487         specify number of lines to keep before signature.
25489 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25491         * message.el (message-kill-to-signature): Change docstring.
25493 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25495         * canlock.el: Always require sha1-el.
25496         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25498         * message.el: Autoload sha1 only when compiling.
25500 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25502         * message.el (message-canlock-generate): Require sha1-el.
25504 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25506         * message.el (message-expand-name): Silence the byte compiler.
25508 2004-01-13  Simon Josefsson  <jas@extundo.com>
25510         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25511         Invoke gnus-score-mode.
25512         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25514         * gnus-range.el (gnus-compress-sequence): Doc fix.
25515         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25517 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25519         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25521 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25523         * spam.el (spam-get-article-as-string): Update to use
25524         gnus-request-article-this-buffer, much simpler.
25525         (spam-get-article-as-buffer): Remove.
25527 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25529         * message.el (message-expand-name): Use EUDC if the user uses that.
25531 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25533         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25534         character for the encoding to avoid consing a string.
25536         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25537         unnecessarily.
25539         * mm-util.el (mm-replace-chars-in-string): Remove.
25541         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25542         of mm-replace-chars-in-string.
25544 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25546         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25548         * mm-util.el (mm-subst-char-in-string): Support inplace.
25550         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25551         a new string in every iteration.  Use shy groups.
25553 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25555         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25556         * gnus-soup.el (gnus-soup-group-brew):
25557         * gnus-msg.el (gnus-put-message):
25558         * gnus-move.el (gnus-group-move-group-to-server):
25559         * gnus-kill.el (gnus-batch-score):
25560         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25561         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25562         (gnus-group-update-group, gnus-group-read-group)
25563         (gnus-group-make-group, gnus-group-make-help-group)
25564         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25565         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25566         (gnus-group-sort-by-unread, gnus-group-catchup)
25567         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25568         (gnus-group-yank-group, gnus-group-set-info)
25569         (gnus-group-list-groups):
25570         * gnus.el (gnus-generate-new-group-name):
25571         * gnus-delay.el (gnus-delay-send-queue):
25572         * nnvirtual.el (nnvirtual-catchup-group):
25573         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25574         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25575         (gnus-group-prepare-topics, gnus-topic-check-topology):
25576         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25577         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25578         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25579         (gnus-group-make-articles-read):
25580         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25581         (gnus-group-change-level, gnus-kill-newsgroup)
25582         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25583         (gnus-get-unread-articles, gnus-make-articles-unread)
25584         (gnus-make-ascending-articles-unread): Use accessor
25585         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25586         to get group information for improved readability.
25588 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25590         * gnus-art.el (article-decode-mime-words, article-babel)
25591         (gnus-article-highlight-signature, gnus-article-add-buttons)
25592         (gnus-signature-toggle): Use gnus-with-article-buffer.
25594         * gnus-art.el (gnus-article-highlight-headers)
25595         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25597         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25598         (gnus-article-set-globals, gnus-request-article-this-buffer)
25599         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25600         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25601         (gnus-mime-display-alternative): Use with-current-buffer.
25603 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25605         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25606         also under 80 char limit, and call gnus-error if needed.
25607         (spam-fetch-article-header): Fix - it was a
25608         buffer-local variable (gnus-newsgroup-data).
25609         (spam-find-spam): Use spam-generate-fake-headers, forget about
25610         spam-insert-fake-headers.
25611         (spam-insert-fake-headers): Remove.
25613 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25615         * deuglify.el (gnus-article-outlook-unwrap-lines)
25616         (gnus-outlook-rearrange-article)
25617         (gnus-outlook-repair-attribution-outlook)
25618         (gnus-outlook-repair-attribution-block)
25619         (gnus-outlook-repair-attribution-other): Remove redundant
25620         save-excursion.
25622 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25624         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25625         (spam-fetch-field-subject-fast)
25626         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25627         (spam-fetch-article-header): Add functions to deal with Gnus
25628         internals for fast retrieval of article header data.
25629         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25631 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25633         * pop3.el (pop3-md5): Remove.
25634         (pop3-apop): Replace pop3-md5 with md5.
25636         * mm-bodies.el: base64 is always built-in.
25638         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25639         Use with-current-buffer.
25641 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25643         * canlock.el (canlock-insert-header): Remove excessive grouping in
25644         regexp.
25646         * gnus-sum.el (gnus-summary-read-document): Ditto.
25648         * gnus-uu.el (gnus-uu-part-number): Ditto.
25650         * html2text.el (html2text-remove-tags): Ditto.
25651         (html2text-format-tags): Ditto.
25652         (html2text-format-single-elements): Ditto.
25654         * mml.el (mml-parse-1): Ditto.
25656 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25658         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25660         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25662         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25664         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25666 2003-11-15  Simon Josefsson  <jas@extundo.com>
25668         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25669         (pgg-gpg-lookup-key): Use regexp match instead of
25670         split-string (split-string is different between emacs 21.2 and
25671         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25673 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25675         * gnus-art.el (gnus-mime-view-all-parts)
25676         (gnus-article-part-wrapper, gnus-article-view-part):
25677         Use with-current-buffer.
25679 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25681         * spam.el (spam-disable-spam-split-during-ham-respool)
25682         (spam-spamoracle-database, spam-cache-lookups)
25683         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25684         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25685         (spam-group-ham-marks, spam-group-spam-marks)
25686         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25687         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25688         also add spam-use-blackholes to the statistical checks.
25689         (spam-fetch-field-fast): Add interface to fetching fields, may
25690         become a macro.
25691         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25692         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25693         (spam-insert-fake-headers): Fake an article when needed.
25694         (spam-find-spam): Fake article when possible.
25695         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25696         (spam-check-bogofilter-headers): Use message-fetch-field instead
25697         of nnmail-fetch-field.
25699 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25701         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25703 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25705         * spam.el (spam-split): Do not require spam-use-CHECK to be
25706         enabled if that check is passed to spam-split explicitly; also
25707         fix so 'spam doesn't get converted to spam-split-group when
25708         spam-split-symbolic-return is t.
25709         (spam-find-spam): Find registrations of the article and use those
25710         instead of re-running spam-split to find the spam/ham
25711         classification of the article.
25712         (spam-log-processing-to-registry, spam-log-registered-p)
25713         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25714         Use gnus-error instead of gnus-message.
25715         (spam-log-registration-type): Add function to determine the
25716         classification of a message based on registry entries; will
25717         return nil if both 'spam and 'ham are found.
25718         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25719         a reasonably fast local cache without the loading errors.
25720         (spam-cache-lookups): Set to t by default.
25721         (spam-find-spam): Don't try to guess spam-cache-lookups.
25722         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25723         spam-caches entry.
25724         (spam-filelist-build-cache, spam-filelist-check-cache):
25725         Fix caching of whitelist/blacklist entries.
25726         (spam-check-whitelist, spam-check-blacklist):
25727         Invoke spam-from-listed-p with a type, not a cache variable.
25728         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25730 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25732         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25734         * nnmail.el (nnmail-split-fancy): do.
25736         * mml.el (mml-parse): do.
25738         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25739         (gnus-score-adaptive): do.
25741 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25743         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25744         (gnus-mime-button-map): Don't set keymap parent.
25745         (gnus-button-ctan-directory-regexp): Use shy grouping.
25746         (gnus-prev-page-map): Don't set keymap parent.
25747         (gnus-prev-page-map): Remove duplicated one.
25748         (gnus-next-page-map): Don't set keymap parent.
25749         (gnus-mime-security-button-map): Ditto.
25751         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25752         version number.
25754         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25756 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25758         * canlock.el (canlock-sha1-function): Remove.
25759         (canlock-sha1-function-for-verify): Remove.
25760         (canlock-openssl-program): Remove.
25761         (canlock-openssl-args): Remove.
25762         (canlock-ignore-errors): Remove.
25763         (canlock-sha1-with-openssl): Remove.
25764         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25765         (canlock-verify): Don't use canlock-ignore-errors.
25767         * sha1-el.el (sha1-string-external): Make it can return a string
25768         in binary form.
25769         (sha1-region-external): Ditto.
25770         (sha1-string-internal): Ditto.
25771         (sha1-region-internal): Ditto.
25772         (sha1-region): Ditto.
25773         (sha1-string): Ditto.
25774         (sha1): Ditto.
25776 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25778         * spam.el (spam-report-articles-gmane): New command.
25780 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25782         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25784         * run-at-time.el (run-at-time-saved): Remove.
25785         (run-at-time): Doc fix.
25787 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25789         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25790         (gnus-summary-limit-map): Add it.
25791         (gnus-summary-make-menu-bar): do.
25793 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25795         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25796         Make attempt at some caching support (done for BBDB only now).
25797         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25798         addresses to be checked.
25799         (spam-clear-cache-BBDB): Add function, to be invoked by
25800         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25801         (spam-check-BBDB): Check and use the caches, if
25802         spam-cache-lookups is on, remove superfluous (provide).
25804 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25806         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25808 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25810         * run-at-time.el (run-at-time-saved): Move to after the definition
25811         of `run-at-time'.
25813 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25815         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25816         mm-w3m-local-map-property.
25818         * mm-view.el (mm-w3m-mode-map): Remove.
25819         (mm-w3m-local-map-property): Remove.
25820         (mm-inline-text-html-render-with-w3m): Don't use
25821         mm-w3m-local-map-property.
25823 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25825         * run-at-time.el: New file.
25827         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25828         of gnus-set-text-properties.
25830         * gnus-uu.el (gnus-uu-save-article): Ditto.
25832         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25834         * gnus-cite.el (gnus-cite-parse): Ditto.
25836         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25837         of gnus-.
25839         * gnus.el: Change calls to nnheader-run-at-time and
25840         password-run-at-time throughout to use run-at-time directly.
25842         * password.el: Remove definition of run-at-time.
25844 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25846         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25847         in prompt.
25849 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25851         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25852         XEmacs version.
25854         * dns.el (dns-make-network-process): Use `open-network-stream'
25855         instead of `gnus-xmas-open-network-stream'.
25857         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25859 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25861         * gnus-art.el (gnus-mime-display-alternative)
25862         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25863         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25864         Don't use gnus-local-map-property.
25866         * gnus-util.el (gnus-local-map-property): Remove.
25868         * mm-view.el (mm-view-pkcs7-decrypt):
25869         Replace gnus-completing-read-maybe-default with completing-read.
25871         * gnus-util.el (gnus-completing-read): do.
25872         (gnus-completing-read-maybe-default): Remove.
25874 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25876         * password.el: Only autoload `run-at-time' if not XEmacs.
25877         Only autoload the itimer functions if XEmacs.
25879 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25881         * gnus-art.el (gnus-read-string): Remove.
25882         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25883         read-string.
25885 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25887         * netrc.el: Autoload password-read.
25888         (netrc): Add configuration group.
25889         (netrc-encoding-method, netrc-openssl-path):
25890         Add variables for encoding and decoding of files with symmetric
25891         ciphers.
25892         (netrc-encode): Add assistant function to encode a file with
25893         netrc-encoding-method.
25894         (netrc-parse): Add interactive parameter, added optional
25895         decoding if netrc-encoding-method is non-nil but otherwise
25896         behavior is standard.
25897         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25898         Do s/encode/encrypt/ everywhere.
25900         * spam.el: Remove executable-find autoload.
25902 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25904         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25906         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25908 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25910         * gnus-art.el (gnus-treat-ansi-sequences)
25911         (article-treat-ansi-sequences): New variable and function.
25912         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25914         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25915         Use it.
25917 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25919         * mm-util.el (mm-quote-arg): Remove.
25921         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25922         shell-quote-argument.
25924         * gnus-uu.el (gnus-uu-command): do.
25926         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25928         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25929         with make-char.
25931         * mm-util.el (mm-make-char): Remove.
25933         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25934         add-minor-mode.
25936         * gnus-undo.el (gnus-undo-mode): do.
25938         * gnus-topic.el (gnus-topic-mode): do.
25940         * gnus-sum.el (gnus-dead-summary-mode): do.
25942         * gnus-start.el (gnus-slave-mode): do.
25944         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25946         * gnus-ml.el (gnus-mailing-list-mode): do.
25948         * gnus-gl.el (gnus-grouplens-mode): do.
25950         * gnus-draft.el (gnus-draft-mode): do.
25952         * gnus-dired.el (gnus-dired-mode): do.
25954         * gnus-ems.el (gnus-add-minor-mode): Remove.
25956         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25957         Replace gnus-char-width with char-width.
25959         * gnus-ems.el (gnus-char-width): Remove.
25961         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25962         Replace gnus-char-width with char-width.
25964         * gnus-ems.el (gnus-char-width): Remove.
25966         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25967         definition.
25968         Remove Emacs 20 hash table compatibility code.
25970         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25971         20 compatibility code.
25973         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25975         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25977         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25978         Replace with point-at-{eol,bol}.
25980         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25982         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25984         * flow-fill.el (fill-flowed-point-at-bol)
25985         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25987         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25988         Replace with point-at-{eol,bol} throughout all files.
25990 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25992         * ntlm.el (ntlm-string-as-unibyte): New macro.
25993         (ntlm-build-auth-response): Use it.
25995         Remove Emacs 20 stuff:
25996         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25997         of delq and copy-sequence.
25998         * gnus-art.el (popup-menu): Remove the compiler macro.
25999         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26000         Emacs 20.
26002 2004-01-05  Simon Josefsson  <jas@extundo.com>
26004         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26005         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26006         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26007         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26008         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26009         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26010         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26011         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26012         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26013         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26014         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26015         string-xor into ntlm-string-xor.
26016         Suggested by Jesper Harder <harder@myrealbox.com>.
26018         * ntlm.el: Don't include poem.
26020         * md4.el (print-int32, print-string-hexa): Remove.
26021         Suggested by Jesper Harder <harder@myrealbox.com>.
26023         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26025         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26026         probably breaks emacs with DL patch, but do we care? Is anyone
26027         still using the DL stuff?)
26029         * sieve-manage.el: Use the password package.
26030         (sieve-manage-read-passwd): Remove.
26031         (sieve-manage-interactive-login): Use password.  Re-add
26032         condition-case around loop.
26034         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26035         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26036         Use the password package.
26038 2003-02-19  Simon Josefsson  <jas@extundo.com>
26040         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26041         token.
26043 2002-08-07  Simon Josefsson  <jas@extundo.com>
26045         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26046         (sieve-manage-authenticators)
26047         (sieve-manage-authenticator-alist): Add some SASL mechs.
26048         (sieve-sasl-auth): New function.
26049         (sieve-manage-cram-md5-auth)
26050         (sieve-manage-plain-auth): Rewrite using SASL library.
26051         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26052         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26053         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26054         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26056 2004-01-05  Simon Josefsson  <jas@extundo.com>
26058         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26059         New files.
26061 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26063         * gnus-group.el (gnus-no-groups-message): Update.
26065         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26067 2003-11-09  Simon Josefsson  <jas@extundo.com>
26069         * imap.el: Support for ID IMAP extension (RFC 2971).
26070         (imap-local-variables): Add imap-id.
26071         (imap-id): New variable.
26072         (imap-id): New function.
26073         (imap-parse-response): Parse untagged ID response.
26074         * nnimap.el (nnimap-id): New variable.
26075         (nnimap-open-connection): Use it.
26077 2003-12-28  Simon Josefsson  <jas@extundo.com>
26079         * gnus-score.el (gnus-score-edit-all-score): New.
26080         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26082 2004-01-04  Simon Josefsson  <jas@extundo.com>
26084         * password.el: Add.
26086 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26088         * dns.el (dns-query-types): Fix typo.
26089         (dns-query-types): New function.
26090         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26091         PTR and SOA replies, see RFC 1035.
26093 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26095         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26097         * Move to Changelog.2.
26099 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26101         * gnus.el (gnus-version-number): Bump version.
26103 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26105         * gnus.el: No Gnus v0.1 is released.
26107 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26109         * gnus.el: No Gnus v0.0 is released.
26111 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26113         * gnus.el (gnus-version-number): Bump.
26114         (gnus-version): No.
26116 See ChangeLog.2 for earlier changes.
26118   Copyright (C) 2004-2015 Free Software Foundation, Inc.
26120   This file is part of GNU Emacs.
26122   GNU Emacs is free software: you can redistribute it and/or modify
26123   it under the terms of the GNU General Public License as published by
26124   the Free Software Foundation, either version 3 of the License, or
26125   (at your option) any later version.
26127   GNU Emacs is distributed in the hope that it will be useful,
26128   but WITHOUT ANY WARRANTY; without even the implied warranty of
26129   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26130   GNU General Public License for more details.
26132   You should have received a copy of the GNU General Public License
26133   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26135 ;; Local Variables:
26136 ;; coding: utf-8
26137 ;; fill-column: 79
26138 ;; add-log-time-zone-rule: t
26139 ;; End: