Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * registry.el (cl-remf, cl-loop, cl-subseq):
4         Alias to remf, loop, and subseq respectively for old Emacsen.
5
6 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
7
8         * registry.el (registry-db): Set default slot later.
9         This is because its value is not a literal integer.
10
11 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * registry.el (registry-db): Fix default registry-db max-size.
14
15 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16
17         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
18         add warning.
19
20         * gnus-art.el: Fix up compiler warnings.
21         (article-display-face, article-display-x-face): Remove unused `face'.
22         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
23         (article-date-ut): Remove unused var `first'.
24         (gnus-article-prepare): Remove unused var `gnus-article'.
25         (gnus-mime-save-part-and-strip): Remove unused var `param'.
26         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
27         `coding-system' along with corresponding dead code.
28         (gnus-mime-view-part-externally): Remove unused var
29         `mm-user-display-methods'.
30         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
31         (gnus-display-mime): Remove unused var `handle'.
32         (gnus-mime-display-alternative): Remove unused var `props'.
33         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
34         (gnus-article-edit-done): Remove unused var `p'.
35         (gnus-url-mailto): Remove unused var `to'.
36         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
37         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
38
39 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
40
41         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
42         slots into a :max-size slot.
43         (registry-db-version): Add new variable for database version number.
44         (registry-prune): Use :max-size slot. Accept and use a sort-function
45         argument.
46         (registry-collect-prune-candidates): Add new function for finding
47         non-precious pruning candidates.
48         (registry-prune-hard-candidates, registry-prune-soft-candidates):
49         Remove obsolete functions.
50         (initialize-instance): Upgrade registry version when starting.
51
52         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
53         (gnus-registry-max-pruned-entries): Remove obsolete variable.
54         (gnus-registry-cache-file): Change default
55         filename extension to "eieio".
56         (gnus-registry-read): Add new function, split out from
57         `gnus-registry-load', that does the actual object reading.
58         (gnus-registry-load): Use it. Add condition case handler to check for
59         old filename extension and rename to the new one.
60         (gnus-registry-default-sort-function): New variable to specify a sort
61         function to use when pruning.
62         (gnus-registry-save, gnus-registry-insert): Use it.
63         (gnus-registry-sort-by-creation-time): Define a default sort function.
64
65         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
66         Adjust test for new object signature.
67         (gnustest-registry-pruning-test): Add new pruning test.
68         (gnustest-registry-sort-function): Default sort function for testing.
69         (gnustest-registry-pruning-sort-test): New test for sorting.
70
71 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-art.el (gnus-article-mime-handles): Refactored out into own
74         function for reuse.
75         (gnus-mime-buttonize-attachments-in-header): Adjusted.
76
77 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * message.el (message-change-subject): Really check whether the subject
80         changed.
81
82 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
85         PDFs.
86         (mailcap-view-mime): New function.
87
88 2014-12-01  Glenn Morris  <rgm@gnu.org>
89
90         * gnus-cloud.el (gnus-cloud): Add :version tag.
91
92 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
93
94         * gnus-art.el (gnus-use-idna):
95         * gnus-sum.el (gnus-summary-idna-message):
96         * message.el (message-use-idna):
97         Protect against nil value for idna-program.
98
99         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
100
101 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
102
103         * auth-source.el (auth-source-macos-keychain-search-items): Return
104         result of `auth-source-macos-keychain-result-append' (bug#19074).
105
106 2014-11-25  Glenn Morris  <rgm@gnu.org>
107
108         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
109         Add :version tag.
110
111 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * pop3.el (pop3-open-server): Warn unless encrypted.
114
115         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
116
117 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
118
119         Port new time stamp handling to Emacs 23.2.
120         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
121         * time-date.el (time-add, time-subtract, time-less-p):
122         Use eval-and-compile, not eval-when-compile.
123
124 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
125
126         * message.el (message-valid-fqdn-regexp): Add non-internaional new
127         TLDs.
128
129 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
130
131         Port new time stamp handling to old Emacs and to XEmacs.
132         This is needed for Gnus, which copies time-date.el and which
133         runs on older Emacs implementations.
134         * time-date.el (with-decoded-time-value):
135         Handle 'nil' and floating-point arg more compatibly with new Emacs.
136         (encode-time-value, with-decoded-time-value):
137         Obsolete only if new Emacs.
138         (time-add, time-subtract, time-less-p): Define if not new Emacs.
139
140         Improve time stamp handling, and be more consistent about it.
141         This implements a suggestion made in:
142         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
143         Among other things, this means timer.el no longer needs to
144         autoload the time-date module.
145         * time-date.el (seconds-to-time, days-to-time, time-since)
146         (with-decoded-time-value):
147         Treat 'nil' as current time.  This is mostly for XEmacs.
148         (encode-time-value, with-decoded-time-value): Obsolete.
149         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
150         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
151
152 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
155         discarding changes in ephemeral groups.
156
157         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
158         things the user isn't interested in.
159
160 2014-11-13  Julien Danjou  <jd@abydos>
161
162         * gnus-notifications.el (gnus-notifications-notify): Provide both
163         app-icon and image-path.
164
165 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
166
167         * mm-url.el (mm-url-encode-multipart-form-data):
168         Restore to handle "multipart/form-data" by eww.
169
170 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
171
172         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
173         Landscheidt.
174
175 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
176
177         Simplify use of current-time and friends.
178         * gnus-delay.el (gnus-delay-article):
179         * gnus-sum.el (gnus-summary-read-document):
180         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
181         * message.el (message-make-expires-date):
182         Omit unnecessary call to current-time.
183         * gnus-util.el (gnus-float-time): Simplify to an alias because
184         time-to-seconds now behaves like float-time with respect to nil arg.
185         (gnus-seconds-year): Don't call current-time twice to get the current
186         time stamp, as this can lead to inconsistent results.
187         * time-date.el (time-to-seconds) [!float-time]:
188         Use current time if arg is nil, to be compatible with float-time.
189         (time-date--day-in-year): New function, with most of the guts of
190         the old time-to-day-in-year.
191         (time-to-day-in-year): Use it.
192         (time-to-days): Use it, to avoid decoding the same time stamp twice.
193
194 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * gnus.el (gnus-mode-line-buffer-identification):
197         Don't add image data for a non-graphic display (bug#18813).
198
199 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
202         load-path, it blocks autoloading of find-image (bug#18813).
203
204 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
205
206         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
207         to keep connection open (bug#18728).
208
209 2014-10-20  Glenn Morris  <rgm@gnu.org>
210
211         * Merge in all changes up to 24.4 release.
212
213 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
214
215         * message.el (message-insert-signature): Use `newline' instead of
216         inserting explicit "\n".
217
218 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
219
220         * gnus-icalendar.el: Support vcal format timezones.
221         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
222         compute dates with associated timezone.
223         (gnus-icalendar-event-from-ical): Compute all timezones.
224
225 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
226
227         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
228         check the newsrc.eld file's timestamp before saving it.
229         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
230         timestamp has changed to be newer.
231
232 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
233
234         * gnus-icalendar.el (gnus-icalendar-identities):
235         Include message-alternative-emails.
236
237 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
240         New compatibility functions.
241         (ntlm-build-auth-response): Use them.
242
243 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
244
245         * ntlm.el (ntlm-build-auth-request):
246         Add NTLM2 Session support.  (Bug#15603)
247
248 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
249
250         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
251         expired messages only when it was built in reverse order.
252
253 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
254
255         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
256         last so it can be used in `message-send-hook'.
257
258 2014-09-29  Daiki Ueno  <ueno@gnu.org>
259
260         * mml.el (mml-parse-1): Error out if unknown mode is specified in
261         <#secure> tag (bug#18513).
262
263 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * parse-time.el: Require cl when compiling.
266
267 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         Use cl-lib as much as possible following the 2014-09-26 change
270         in the Emacs trunk.
271         * parse-time.el: Try requiring cl-lib.
272         (parse-time-incf): Alias to cl-incf or incf.
273         (digit-char-p): Remove.
274         (parse-time-integer): Alias to cl-parse-integer or the one defined.
275         (parse-integer): Rename to parse-time-integer.
276         (parse-time-tokenize, parse-time-rules, parse-time-string)
277         Use parse-time-incf and parse-time-integer.
278
279 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
280
281         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
282         of ":delete".
283
284 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * gnus-art.el (gnus-article-browse-html-save-cid-content)
287         (gnus-article-browse-html-parts):
288         Revert last change that breaks links other than cid contents.
289
290 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-art.el (gnus-article-browse-html-save-cid-content)
293         (gnus-article-browse-html-parts): Make cid file names relative.
294
295 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * mm-view.el (mm-display-inline-fontify): Make the working buffer
298         temporarily displayed when running a mode function (at least org-mode
299         requires it).
300
301 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
302
303         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
304         the gnus-summary-article-expire-hook should be told where the function
305         is going. In particular, the Gnus registry might want to know.
306
307 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
308
309         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
310
311 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-sum.el (gnus-summary-expire-articles): Revert.
314
315 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
316
317         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
318         the gnus-summary-article-expire-hook should be told where the function
319         is going. In particular, the Gnus registry might want to know.
320
321 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
322
323         Don't mishandle year-9999 dates (Bug#18176).
324         * parse-time.el (parse-time-rules):
325         Allow years up to most-positive-fixnum.
326         * time-date.el (date-to-time):
327         Pass "Specified time is not representable" errors through.
328
329 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
330
331         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
332         groups and t.
333
334 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus-utils.el (gnus-recursive-directory-files):
337         Unify hard or symbolic links (bug#18063).
338
339 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
340
341         * gnus-msg.el (gnus-configure-posting-style):
342         Allow string replacements in values when matching against a header.
343
344 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
347         the dribble buffer even when it is shrunk a lot.
348         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
349
350 2014-06-26  Glenn Morris  <rgm@gnu.org>
351
352         * mm-util.el (help-function-arglist): Remove outdated declaration.
353
354 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
355
356         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
357         attribute values.  (Bug#17834)
358
359 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
360
361         * gnus-sum.el (gnus-summary-edit-article-done):
362         Prefer point-marker to copy-marker of point.
363
364 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * Makefile.in (install-el, install-el-elc): Compress .el files.
367         (uninstall): Remove compressed .el files.
368
369 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
372         (gnus-article-read-summary-keys):
373         Don't bug out when there is no article in the summary buffer.
374         (gnus-mime-buttonize-attachments-in-header):
375         Improve criterion that finds parts to display.
376
377         * gnus-art.el (gnus-mm-display-part):
378         * mm-decode.el (mm-shr):
379         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
380         (mm-insert-inline): Revert last changes.
381
382 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * gnus-art.el (gnus-mm-display-part):
385         * mm-decode.el (mm-shr):
386         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
387         (mm-insert-inline): Set insertion type of end-marker, not only
388         start-marker, of undisplayer so as to stay after inserted text.
389
390 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
391
392         * html2text.el (html2text-get-attr): Fix typo when splitting value from
393         attribute. (Bug#17613)
394
395 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
396
397         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
398         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
399
400 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't
403         delete next part button; keep spacing between buttons.
404
405 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
408         Work for the last MIME part in an article.
409         (gnus-mime-display-single): Suppress excessive newlines between parts.
410
411         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
412         by leading or trailing newline.
413
414 2014-05-12  Sam Steingold  <sds@gnu.org>
415
416         * time-date.el (seconds-to-string): New function to pretty print time
417         delay in seconds.
418
419 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
422         while prompting a user for a file name, etc.
423         (gnus-mime-display-single): Display part with a common appearance no
424         matter whether MIME button is omitted or not; don't add duplicate entry
425         to gnus-article-mime-handle-alist.
426         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
427
428 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
429
430         * mml2015.el (mml2015-display-key-image): New variable.
431
432 2014-05-08  Glenn Morris  <rgm@gnu.org>
433
434         * gnus-fun.el (gnus-grab-cam-face):
435         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
436         This is CVE-2014-3421.
437
438 2014-05-04  Glenn Morris  <rgm@gnu.org>
439
440         * gnus-registry.el (gnus-registry-install-p): Doc fix.
441
442 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
445         the displaying state of a part.
446         (gnus-mm-display-part): Don't insert a newline in the beginning of
447         a part like gnus-mime-inline-part doesn't; work for XEmacs.
448
449         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
450         (mm-shr): Make undisplayer unbreakable.
451
452         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
453         insert excessive newline.
454         (mm-inline-text-html-render-with-w3m, mm-inline-text)
455         (mm-insert-inline): Make undisplayer unbreakable.
456
457 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
458
459         * gnus.el: Ma Gnus v0.11 is released.
460
461 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * gnus-art.el (gnus-mm-display-part):
464         Highlight header attachment buttons.
465
466 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
469         a part; redisplay a button (enbugged in 2014-02-05).
470
471 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
472
473         * auth-source.el (auth-source-search, auth-source-search-backends):
474         Treat :max 0 as an indicator that a boolean return is wanted, as
475         documented. Reported by Joe Bloggs.
476
477 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-icalendar.el: Require gnus-art.
480
481 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
482
483         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
484         (gnus-icalendar--update-org-event): put event timestamp in
485         the org entry body instead of the drawer.
486         (gnus-icalendar-event--get-attendee-names): list of participants should
487         contain even attendees without common name attribute.
488         (gnus-icalendar--update-org-event): don't generate duplicates of empty
489         property tags in org drawers.
490
491 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * gmm-utils.el (gmm-format-time-string): New function.
494
495         * message.el (message-insert-formatted-citation-line): Use the original
496         author's time zone to express a date string.
497
498 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
499
500         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
501         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
502         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
503         Silence compiler warnings.
504         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
505
506 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * mml.el: Require url when compiling.
509
510         * gnus-cloud.el (gnus-cloud-parse-version-1):
511         Use plist-get rather than CL's getf.
512         (gnus-activate-group, gnus-subscribe-group): Declare.
513
514         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
515
516 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
519         buttons when toggling the header off.
520
521 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
522
523         * tls.el (tls-program): Reflow docstring.
524
525 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
526
527         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
528         groups work again.
529
530 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
531
532         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
533         999 correctly (i.e. "1,342").
534
535 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
538         out if the directory doesn't exist.
539
540 2014-03-07  Daiki Ueno  <ueno@gnu.org>
541
542         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
543         commands here; instead, only check if epg-config.el is available.
544
545 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
546
547         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
548         messages with embedded images.
549         (mml-generate-mime): Don't bug out if you don't have libxml.
550
551 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
552
553         * message.el (message-make-html-message-with-image-files): New command.
554
555 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-group.el (gnus-group-make-group): Clarify prompt.
558
559         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
560
561 2014-02-23  David Engster  <deng@randomsample.de>
562
563         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
564         to stay compatible with older Emacsen, so replace `cl-loop' with
565         `loop'.
566
567 2014-02-22  Daniel Colascione  <dancol@dancol.org>
568
569         * auth-source.el (auth-source-secrets-listify-pattern): New function.
570         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
571         instead, build list of patterns.
572
573 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
576         Display header attachment buttons by gnus-article-prepare-display
577         rather than gnus-article-prepare so as to view in mml-preview as well.
578
579 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
582         in `auth-sources' means and link to EPA docs.
583
584 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
585
586         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
587         (bug#12375).
588
589 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
592         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
593
594 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
595
596         * message.el (message-tab): Mention what happens on normal tabs
597         (bug#11297).
598
599 2014-02-08  Glenn Morris  <rgm@gnu.org>
600
601         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
602
603 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
606         buttons that are hidden in unselected alternative part as well.
607         (gnus-mime-display-alternative): Redraw attachment buttons in header.
608
609         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
610
611 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
614         keystroke.
615         (gnus-server-toggle-cloud-server): Only allow clouding applicable
616         types.
617
618         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
619         with an empty string.
620
621 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
624         buffer-local in some buffers, so bind it explicitly in the buffer we're
625         trying to cancel the article in (bug#10808).
626
627 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
630         New functions.
631
632         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
633         New user option.
634         (gnus-mime-buttonize-attachments-in-header): New function.
635         (gnus-article-prepare): Use it.
636         (gnus-mime-inline-part): Suppress extra newline.
637         (gnus-mm-display-part): Save excursion;
638         remove useless deleting and adding of buttons.
639         (gnus-insert-mime-button): Allow insertion in the middle of a line.
640
641         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
642         Add gnus-mime-buttonize-attachments-in-header.
643
644 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
645
646         * nnimap.el (nnimap-request-articles): New command to download several
647         articles at once.
648
649         * gnus.el (gnus-variable-list): Save Cloud variables.
650
651         * gnus-int.el (gnus-request-accept-article): Doc fix.
652
653 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
654
655         * parse-time.el (parse-time-iso8601-regexp)
656         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
657         it more generally.
658
659 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
660
661         * gnus-cloud.el: New file to provide the Emacs Cloud.
662
663         * dgnushack.el: Silence XEmacs w3 warning.
664
665         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
666         `url-retrieve-synchronously', apparently.
667
668         * dgnushack.el: Silence XEmacs dns.el warning.
669
670         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
671         instead of in all files.
672
673         * dns.el (network-interface-list): Define for XEmacs.
674
675         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
676         XEmacs.
677
678         * nnrss.el (libxml-parse-html-region): Silence compilation error.
679
680 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
681
682         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
683         `gnus-group-split-fancy'.
684
685 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * message.el (message-remove-header): Doc fix.
688         (message-forward-included-headers): New variable.
689         (message-remove-ignored-headers): Use it.
690
691 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
692
693         * nnir.el (nnir-request-update-mark): Don't try to update the source
694         group if we can't find it (bug#16611).
695
696 2014-01-31  Dave Abrahams  <dave@boostpro.com>
697
698         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
699
700 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
701
702         * dns.el (dns-servers-up-to-date-p): New function to see whether the
703         network interfaces changed.
704         (dns-query): Use it to flush the data.
705
706 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
707
708         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
709         from random face commands.
710         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
711         Face.
712         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
713         (gnus--random-face-with-type): Generic function returning a face-type
714         as a string.
715         (gnus--insert-random-face-with-type): Generic function inserting a face
716         in a message buffer header.
717         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
718         (gnus-insert-random-x-face-header): Rewritten to use
719         `gnus--insert-random-face-with-type`.
720         (gnus-random-face): Return random (png) Face as string.
721         (nus-insert-random-face-header): Insert random (png) Face in a message
722         buffer.
723
724 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
725
726         * mm-url.el: Remove all usage of w3.
727
728         * nnrss.el: Ditto.
729
730         * mm-decode.el: Ditto.
731
732         * mm-view.el: Ditto.
733
734         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
735         outdated and all Emacsen have url.el built-in.
736
737         * gnus-setup.el: Remove outdated file.
738
739 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
740
741         * gnus.el: Ma Gnus v0.9 is released.
742
743 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
744
745         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
746
747 2014-01-31  Dave Abrahams  <dave@boostpro.com>
748
749         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
750         in the summary buffer (bug#13769).
751
752 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
753
754         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
755         name if we're using a single article buffer.  Otherwise, it may point
756         to a killed buffer (bug#13756).
757
758 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
759
760         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
761         the match data, just save and restore it explictly (bug#12375).
762
763         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
764         that's needed.
765
766         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
767         the code once (bug#9069).
768
769 2014-01-18  Steinar Bang  <sb@dod.no>
770
771         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
772         reading.
773
774 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
775
776         * message.el (message-bury): Call bury-buffer with no argument
777         in the message-return-action case too.
778
779 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
782         (nnimap-split-fancy, nnimap-split-methods): Declare.
783
784         * mm-util.el (help-function-arglist): Declare.
785
786 2013-12-28  Glenn Morris  <rgm@gnu.org>
787
788         * gnus-sieve.el (gnus-sieve-select-method):
789         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
790         (gravatar-rating, gravatar-size):
791         * message.el (message-minibuffer-local-map):
792         * sieve-manage.el (sieve-manage-authenticators)
793         (sieve-manage-authenticator-alist): Specify custom types.
794
795         * hashcash.el (hashcash-program): Rename from hashcash-path.
796         Update callers.
797
798         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
799         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
800         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
801
802         * auth-source.el (auth-sources):
803         * nnmairix.el (nnmairix-propagate-marks-upon-close):
804         Fix custom types.
805
806         * tls.el (tls-certtool-program): Fix default value.
807
808 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
811         we get proper traces there, too.
812
813 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
814
815         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
816         value of the parameters if the current article has a Reply-To or From
817         field.
818
819 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
820
821         * gnus.el (gnus-group-buffer): Remove duplicate definition.
822
823 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus-sum.el (gnus-summary-exit): Stop animations.
826
827 2013-12-19  Juri Linkov  <juri@jurta.org>
828
829         * gnus.el (gnus-suppress-keymap):
830         * gnus-art.el (gnus-article-mode-map):
831         * gnus-group.el (gnus-group-mode-map):
832         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
833         Remove [backspace] key binding because it shadows DEL (bug#16035).
834
835         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
836
837 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
840         Make sure work directory exists.
841         (gnus-uu-digest-mail-forward): Store temporary files in work directory
842         rather than tmp directory.
843         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
844         not necessarily always run, with it.
845
846 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
847
848         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
849         value of gnus-icalendar-additional-identities work without restart.
850
851 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * mm-util.el (mm-make-temp-file):
854         Alias to make-temp-file for modern Emacsen.
855
856 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
859         nnir-article-number and nnir-article-group.
860
861 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
862
863         * message.el (message-send-mail-with-sendmail):
864         Don't kill error buffer if sending fails.
865
866 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
867
868         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
869         (gnus-icalendar-event->org-entry)
870         (gnus-icalendar--update-org-event)
871         (gnus-icalendar-event->gnus-calendar): Distinguish between
872         required/optional/non-participant attendee status.  Fix bug causing
873         the first required event participant to be omitted.
874
875 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-art.el (article-de-quoted-unreadable)
878         (article-de-base64-unreadable, gnus-mime-copy-part)
879         * gnus-html.el (gnus-article-html)
880         * mm-view.el (mm-inline-text-html-render-with-w3)
881         (mm-inline-text-html-render-with-w3m-standalone)
882         * rfc2231.el (rfc2231-decode-encoded-string):
883         Allow overriding charset by mm-charset-override-alist.
884
885         * gnus-art.el (gnus-article-browse-html-parts):
886         Replace LWSPs with `&nbsp;'s in header.
887
888         Work for broken Chinese articles.
889
890         * gnus-art.el (gnus-article-browse-html-save-cid-content):
891         Exclude broken handles that gnus-summary-enter-digest-group may create.
892         (gnus-article-browse-html-parts):
893         Allow overriding charset by mm-charset-override-alist.
894
895 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
896
897         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
898         (gnus-icalendar-identities): Support additional-identities.
899
900 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
901
902         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
903         org-timestamp for events ending at midnight.
904
905 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
906
907         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
908         .log files.
909
910 2013-11-20  David Engster  <deng@randomsample.de>
911
912         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
913
914 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
915
916         * message.el (message-beginning-of-line):
917         Use beginning-of-visual-line when visual-line-mode is turned on.
918
919 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
920
921         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
922         (gnus-icalendar-event-from-ical)
923         (gnus-icalendar-event->org-entry)
924         (gnus-icalendar--update-org-event): Required/optional participation,
925         list of attendees synced to org.
926
927 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
928
929         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
930         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
931         cancellations to be synced to org if the original appt has an org
932         outline.
933
934 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
935
936         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
937         (gnus-icalendar-event->org-entry)
938         (gnus-icalendar--update-org-event)
939         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
940
941 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
942
943         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
944         Fix timezone handling in gnus-icalendar export to org.
945
946 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
949
950 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
953
954 2013-10-30  Glenn Morris  <rgm@gnu.org>
955
956         * gnus-group.el (gnus-group-browse-foreign-server):
957         * gnus-int.el (gnus-start-news-server):
958         Silence compiler obsolescence warning.
959
960 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
963         `nnoo-current-server' first, then for the actual `nnimap-address' to
964         allow netrc entries for the nnoo server to coexist with netrc entries
965         for the `nnimap-address'.
966
967 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * mm-decode.el (mm-dissect-buffer): Revert last change.
970         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
971         The problem that motivated those changes was attributed to a broken
972         mail sender, and has been fixed.
973
974 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
977         token is missing in the Content-Type header.
978
979         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
980
981 2013-09-18  Glenn Morris  <rgm@gnu.org>
982
983         * gnus-util.el (image-size): Declare.
984
985 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
988         (gnus-icalendar-event-from-ical)
989         (gnus-icalendar-event--build-reply-event-body)
990         (gnus-icalendar-event-reply-from-buffer)
991         (gnus-icalendar-find-org-event-file)
992         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
993         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
994
995         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
996
997 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
998
999         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1000         Use save-current-buffer.
1001         (gnus-tree-mode-map): Initialize in the declaration.
1002         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1003         (scroll-in-place): Defvar it.
1004         (gnus-tmp-*): Defvar them.
1005         (gnus-get-tree-buffer): Use derived-mode-p.
1006         (gnus--let-eval): New macro.
1007         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1008         non-prefixed variables.
1009         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1010
1011         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1012         vars since it doesn't seem to be available.
1013         (gnus-set-global-variables, gnus-summary-read-group-1)
1014         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1015         (gnus-summary-display-article, gnus-summary-select-article)
1016         (gnus-summary-next-article, gnus-offer-save-summaries)
1017         (gnus-summary-generic-mark): Use derived-mode-p.
1018         (gnus-summary-read-group-1, gnus-summary-exit)
1019         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1020         Adjust calls to gnus-tree-close and gnus-tree-open.
1021
1022         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1023
1024         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1025         (gnus-agent-mode): Use derived-mode-p.
1026         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1027         gnus-command-method and *-command-method to nil, but bind
1028         gnus-command-method to *-command-method instead!
1029         (gnus-agent-fetch-articles): Remove unused var `id'.
1030         (gnus-agent-fetch-headers): Remove unused arg `force'.
1031         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1032         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1033         (gnus-agent-short-article, gnus-agent-long-article)
1034         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1035         first use.
1036         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1037         `score-param'.
1038         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1039         (gnus-get-predicate): Push in front of the cache, rather than end.
1040         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1041         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1042         (gnus-agent-expire-unagentized-dirs): Don't rebind
1043         gnus-agent-expire-current-dirs since the defvar silences the warning.
1044         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1045         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1046         (gnus-agent-regenerate): Simplify interactive spec and doc.
1047
1048 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * gnus-int.el (gnus-open-server): Silence compiler.
1051
1052         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1053
1054         * message.el (message-display-completion-list): Abolish.
1055         (message-completion-in-region): Use display-completion-list.
1056
1057 2013-09-17  Glenn Morris  <rgm@gnu.org>
1058
1059         * gnus-util.el (gnus-message-with-timestamp-1):
1060         Use `messages-buffer' function if available.  Ignore read-only.
1061
1062 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * message.el (message-expand-group, message-completion-in-region):
1065         Correct the order of start and end of a region.
1066
1067 2013-09-13  Glenn Morris  <rgm@gnu.org>
1068
1069         * mml2015.el (gnus-create-image): Autoload it.
1070
1071         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1072
1073         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1074         (image-size): Declare.
1075
1076 2013-09-12  Glenn Morris  <rgm@gnu.org>
1077
1078         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1079         Avoid using `find', which i) might not be defined at runtime;
1080         ii) does not work, since its default test is eql, not equal.
1081         (gnus-mime-action-alist): Declare.
1082
1083 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1084
1085         * score-mode.el (gnus-score-mode-map): Move initialization
1086         into declaration.
1087         (gnus-score-mode): Use define-derived-mode.
1088         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1089         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1090         into declaration.
1091         (gnus-kill-file-mode): Use define-derived-mode.
1092         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1093         Use derived-mode-p.
1094         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1095         (gnus-group-setup-buffer, gnus-group-name-at-point)
1096         (gnus-group-make-web-group, gnus-group-enter-directory)
1097         (gnus-group-suspend): Use derived-mode-p.
1098         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1099         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1100         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1101         (gnus-article-setup-buffer, gnus-article-prepare)
1102         (gnus-article-prepare-display, gnus-sticky-article)
1103         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1104         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1105         (gnus-article-read-summary-keys): Use derived-mode-p.
1106
1107 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1110
1111 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1114         shift_jis from the default value set for Japanese users.
1115
1116 2013-08-13  Glenn Morris  <rgm@gnu.org>
1117
1118         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1119
1120         * gnus.el (gnus-valid-select-methods): Fix type.
1121
1122         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1123
1124 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * mm-decode.el (mm-display-external): Run a timer for the temp files
1127         deletion after a viewer exits; add a deletion timer for the needsterm
1128         case, too.
1129
1130         * mm-decode.el (mm-display-external): Try to delete temporary files by
1131         using a 1-min. timer.
1132
1133 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1136         New internal variables.
1137         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1138         (mm-display-external): Use it to delete temporary files instead of
1139         using timers.
1140
1141 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1144
1145 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1146
1147         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1148         with cond for backwards compatability.
1149
1150 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * mm-decode.el (mm-display-external): Bind process-connection-type to
1153         nil; don't delete a temp file immediately even if a viewer finishes,
1154         since it may be a shell script, like xdg-open, that launches a real
1155         viewer program belatedly.
1156
1157 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1158
1159         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1160         that we can create nndoc groups that excerpt other groups.
1161
1162 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus-delay.el (gnus-delay-article): Fix typo.
1165
1166         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1167         articles.
1168
1169         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1170         we can get spell-checking etc.
1171
1172 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1175         a single one used for encoding the whole text in a header.
1176
1177 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1180         doesn't work properly on XEmacs.
1181
1182 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1185         before sending.
1186
1187         * dgnushack.el (dgnushack-compile): Add a temporary check for
1188         gnus-icalendar.
1189
1190         * mm-decode.el (mm-command-output): New face.
1191         (mm-display-external): Use it.
1192
1193 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1194
1195         * nnmbox.el (nnmbox-request-article): Don't change point.
1196
1197 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1200         Include `handle' parameter.
1201
1202 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1203
1204         * gnus-icalendar.el: New file.
1205
1206 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1209
1210         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1211         dummy roots, too.
1212
1213 2013-08-01  David Edmondson  <dme@dme.org>
1214
1215         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1216         out on ttys.
1217
1218 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1221         not empty.
1222
1223         * nnrss.el (nnrss-discover-feed): Indent.
1224
1225 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1228
1229 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1232         dirty to ensure nnimap data being saved.
1233
1234 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1235
1236         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1237         menu entry.
1238
1239         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1240         the current thread's total score instead of the current article's
1241         score.
1242
1243         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1244         (gnus-sort-threads-recursively): Delete defcustom.
1245         (gnus-sort-threads-recursive): Adapt accordingly.
1246
1247 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1248
1249         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1250         (gnus-sort-threads-recursive): Use it.
1251         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1252         again.  Now that determines how to sort subthreads.
1253
1254 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1255
1256         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1257         (gnus-sort-threads): Use it.
1258
1259 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1260
1261         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1262         punctuation characters follow parentheses (bug#14950).
1263
1264 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus.el (gnus-continuum-version):
1267         * gnus-msg.el (gnus-extended-version): Simplify.
1268
1269         * gnus.el (gnus-continuum-version-1): Remove.
1270         * gnus-msg.el (gnus-bug): Revert.
1271
1272         Calculate gnus-version correctly on Cygwin.
1273
1274         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1275         (gnus-continuum-version-1): New function, return a string.
1276
1277         * gnus-msg.el (gnus-extended-version, gnus-bug):
1278         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1279
1280 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1281
1282         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1283         (bug#13384).
1284
1285 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1288         that were only relevant in a development version a long time ago.
1289
1290 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1293         that the old Emacs 24s bundle.
1294
1295 2013-07-10  David Engster  <deng@randomsample.de>
1296
1297         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1298         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1299         fixes a bug in Emacs trunk where the 'unexist' marks were always
1300         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1301         Gnus v0.03".
1302
1303 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1304
1305         * gnus.el (gnus-summary-line-format): Reference
1306         `gnus-user-date-format-alist' for the &user-date; format, not
1307         `gnus-summary-user-date-format-alist'.
1308
1309 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1312         delete files (bug#13481).
1313
1314 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1315
1316         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1317
1318 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1319
1320         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1321         display images.
1322
1323         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1324
1325         * message.el (message-cancel-news): According to
1326         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1327         preferred over "cmsg cancel" in the Subject.
1328
1329         * nnir.el (nnir-engines): Note that the group specs are regexps
1330         (bug#13238).
1331
1332         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1333         gotten read-only text properties, ensure that those aren't heeded when
1334         copying stuff over (bug#13434).
1335
1336         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1337         (bug#13762).
1338
1339 2013-07-05  David Kastrup  <dak@gnu.org>
1340
1341         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1342         authinfo file again (important for blank passwords).  This had been
1343         broken with 2013-06-15 change.
1344
1345 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1348         Revert 2013-01-14 change.
1349
1350 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1351
1352         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1353         of 'create-image' for XEmacs compatibility; check errors when decoding
1354         image.  Reported by Uwe Brauer.
1355
1356 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1359         gnus-button-push revised at 2011-01-19.
1360
1361 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1364         now live in the lisp/net Emacs 24 repository.
1365
1366 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * eww.el (eww-update-header-line-format): Quote % characters.
1369
1370 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * eww.el (eww-process-text-input): Display passwords as asterisks.
1373
1374         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1375
1376 2013-06-19  Tom Tromey  <tromey@redhat.com>
1377
1378         * eww.el (eww-top-url): Remove.
1379         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1380         (eww-render): Set new variables.  Don't set eww-top-url.
1381         (eww-handle-link): Handle "prev", "home", and "contents".
1382         Downcase the rel text.
1383         (eww-top-url): Choose best top URL.
1384
1385 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * eww.el: Rewrite to implement form elements "by hand" instead of
1388         relying in widget.el.  Using widget.el leads to too many
1389         user interface inconsistencies.
1390         (eww-self-insert): Implement entering commands in text fields.
1391         (eww-process-text-input): New function to make text input field editing
1392         work.
1393         (eww-submit): Rewrite to use the new-style form methods.
1394         (eww-select-display): Display the correct selected item.
1395         (eww-change-select): Implement changing the select value.
1396         (eww-toggle-checkbox): Implement radio/checkboxes.
1397         (eww-update-field): Fix compilation error.
1398         (eww-tag-textarea): Implement <textarea>.
1399
1400         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1401         don't shadow mode-specific bindings.
1402
1403         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1404         nothing to push.
1405
1406         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1407
1408 2013-06-19  Glenn Morris  <rgm@gnu.org>
1409
1410         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1411
1412 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1415
1416 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * shr.el (shr-make-table-1): Implement <td rowspan>.
1419         (shr-table-horizontal-line): Allow nil as a value, and change the
1420         default.
1421         (shr-insert-table-ruler): Respect the nil value.
1422
1423 2013-06-18  Tom Tromey  <tromey@barimba>
1424
1425         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1426         New defvars.
1427         (eww-open-file): New defun.
1428         (eww-render): Initialize new variables.
1429         (eww-display-html): Handle "link" and "a".
1430         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1431         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1432         (eww-back-url): Rename from eww-previous-url.
1433         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1434         defuns.
1435
1436 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (shr-tag-table): Insert the images after the table, so that
1439         they're not covered by the table colourisation, which often looked
1440         awkward.
1441         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1442         <dd>.
1443         (shr-make-table-1): Implement <td colspan=> support.
1444         (shr-insert-document): Use one less than window width if `shr-width' is
1445         nil, since otherwise things may get one character too wide.
1446
1447 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * eww.el (eww-detect-charset): Improve regexp; move backward.
1450
1451 2013-06-18  Glenn Morris  <rgm@gnu.org>
1452
1453         * mm-decode.el (widget-convert-button): Autoload.
1454
1455         * sieve-manage.el (mm-enable-multibyte): Autoload.
1456
1457         * shr.el (libxml-parse-html-region): Declare.
1458         (shr-render-buffer): Explicit error if no libxml2 support.
1459
1460 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1461
1462         * auth-source.el (auth-source-current-line): New function.
1463         (auth-source-netrc-parse-entries): When a data token is "machine",
1464         assume we're in the wrong place and abort parsing the current line.
1465
1466 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1469         (eww-convert-widgets): Don't bug out if the first widget starts at the
1470         beginning of the buffer.
1471         (eww-convert-widgets): Fix last patch.
1472         (eww-tag-input): Support <input type=image>.
1473
1474         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1475         (shr-tag-base): Protect against base specs that are degenerate.
1476         (shr-ensure-paragraph): Don't delete empty lines that have text
1477         properties, because these may be input fields.
1478
1479         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1480         we can navigate to them.
1481
1482         * shr.el (shr-colorize-region): Put the colours over the entire region.
1483         (shr-inhibit-decoration): New variable.
1484         (shr-add-font): Use it to inhibit text property decorations while doing
1485         preliminary table renderings.  This speeds up typical Wikipedia page
1486         renderings by 15%.
1487         (shr-tag-span): Don't respect the <title>, because that overwrites the
1488         help-echo from links inside the spans.
1489         (shr-next-link): Use `help-echo' for navigation, so that we can
1490         navigate to form elements, too.
1491
1492         * eww.el (eww-button): New face.
1493         (eww-convert-widgets): Use it to make submit buttons more button-like.
1494
1495         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1496         that Gnus commands work.
1497
1498         * shr.el (shr-render-td): Support horizontal alignment.
1499
1500         * eww.el (eww-put-color): Removed.
1501         (eww-colorize-region): Use `add-face-text-property'.
1502
1503         * shr.el (shr-add-font): Append face data, so that we get the correct
1504         precedence: The innermost value (which is applied first) wins.
1505         (shr-make-overlay): Obsolete function.
1506
1507         * mm-decode.el (mm-convert-shr-links): New function to convert
1508         new-style shr URL links into widgets.
1509         (mm-shr): Use it.
1510
1511         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1512         widget commands, since we're no longer using widgets for links.
1513
1514         * shr.el (shr-next-link): New command.
1515         (shr-previous-link): New command.
1516         (shr-urlify): Don't use `widget-convert', because that's slow.
1517         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1518         because collecting the overlays and reapplying them when generating
1519         tables is slow.
1520         (shr-insert-table): Ditto.
1521
1522 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1523
1524         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1525         * shr.el (browse-url): Require `url'.
1526         * eww.el (url): Require format-spec.
1527
1528 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * eww.el (eww-display-html): Default to using the entire window width.
1531         (eww-browse-url): Don't add a User-Agent header (twice), because that
1532         makes Bing refuse connection.
1533
1534         * shr.el (shr-make-table): Cache the table rendering at the table
1535         level, and not the <td> level.  This is a bit faster.
1536
1537         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1538         #id.
1539
1540         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1541         browsers don't.
1542         (shr-expand-url): Respect #anchor links.
1543         (shr-parse-base): Chop off the anchor before using.
1544         (shr-descend): Respect display: none.
1545         (shr-descend): Allow marking elements that have certain IDs.
1546
1547         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1548
1549         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1550
1551         * eww.el (eww-tag-textarea): Support <textarea>.
1552
1553 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1554
1555         * shr.el (shr-dom-to-xml): Fixed function call.
1556
1557         * eww.el (eww): New group.
1558         (eww-header-line-format): New custom variable.
1559         (eww-current-title): New variable.
1560         (eww-display-html): Update header and handle title tag.
1561         (eww-update-header-line-format): New function.
1562         (eww-tag-title): New function.
1563
1564         * shr.el (shr-dom-to-xml): New function.
1565         (shr-tag-svg): Add support for the SVG tag.
1566         (shr-bullet): New custom variable.
1567         (shr-tag-li): Support custom bullet in unordered lists.
1568
1569 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * shr.el (shr-expand-url): Respect // URLs.
1572
1573         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1574         put a background colour onto the entire buffer.
1575         (eww-render): When being redirected, use the redirect URL as the new
1576         base URL.
1577
1578         * shr.el (shr-parse-base): Fix parsing error.
1579
1580         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1581
1582         * shr.el (shr-parse-base): New function.
1583         (shr-expand-url): Use it to expand relative URLs reliably.
1584
1585 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1586
1587         * auth-source.el (auth-source-search-collection): Fix docstring.
1588         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1589         single-quoted strings and multiline entries.
1590         (auth-source-netrc-parse-next-interesting)
1591         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
1592         functions to support parser.
1593
1594 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * eww.el (eww-submit): Get submit button logic right when hitting RET
1597         on non-submit buttons.
1598
1599         * shr.el: Remove shr-preliminary-table-render, since that can't really
1600         be used for anything in practice.
1601
1602 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1603
1604         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1605         (sieve-manage-quit).
1606
1607 2013-06-14  Glenn Morris  <rgm@gnu.org>
1608
1609         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
1610
1611 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1612
1613         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1614         control the maximum size of photo ID image.
1615         (mml2015-epg-key-image-to-string): Respect it.
1616
1617 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1620         instead of the final one so that we can more easily distinguish them.
1621
1622         * eww.el (eww-submit): Compute the submission URL correctly.
1623
1624 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1625
1626         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1627         Use plist-get rather than CL's getf.
1628         (sieve-manage-parse-capability): Avoid CL's remove-if.
1629
1630 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1631
1632         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1633         (sieve-manage-quit).
1634
1635 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1638         last slash.
1639
1640         * eww.el (eww-tag-select): Use the first value as the default value.
1641
1642 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1643
1644         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1645         (eww-mode): Use `define-derived-mode'.
1646         (eww-parse-headers): Parse headers from beginning of buffer so that
1647         file:// links work.
1648
1649 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1652
1653 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1656         to handle them at all.
1657
1658 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1661         work, too.
1662         (eww-tag-select): Implement <select>.
1663
1664 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1665
1666         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
1667         stream managing functions by using open-protocol-stream to do most of
1668         the work.  Has the nice benefit of enabling STARTTLS.
1669         Wait for capabilities after STARTTLS: following RFC5804, the server
1670         sends new capabilities after successfully establishing a TLS connection
1671         with the client.  The client should update the cached list of
1672         capabilities, but we just ignore the answer for now.
1673         (sieve-manage-network-p, sieve-manage-network-open)
1674         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1675         (sieve-manage-forward, sieve-manage-streams)
1676         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1677         API, nor called by any other function.
1678         Enable Multibyte for SieveManage buffers: The parser won't properly
1679         handle umlauts and line endings unless multibyte is turned on in the
1680         process buffer.
1681
1682 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * eww.el (eww-tag-input): Support password fields.
1685         (eww-submit): Support POST.
1686
1687 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * eww.el (eww-tag-form): Protect against degenerate forms.
1690
1691         * shr.el (shr-expand-url): Expand URLs that start with a slash
1692         correctly.
1693
1694         * eww.el (eww-submit): Get submit button logic right.
1695
1696         * shr.el (shr-final-table-render): New variable to signal when we're
1697         doing the final table rendering so that we can collect more data at
1698         that point.
1699
1700         * eww.el (eww-submit): Make form submission work.
1701         (eww-tag-input): Implement submit buttons.
1702         (eww-click-radio): Implement radio and checkboxes.
1703         (eww-submit): Handle hidden elements.
1704
1705         * shr.el (shr-descend): Allow other packages to override (or provide)
1706         rendering of elements.
1707         (shr-expand-url): Strip query strings from URLs before expanding them.
1708
1709         * eww.el: Don't require cl-lib.
1710         (eww-tag-form): Start form support.
1711
1712         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
1713
1714         * eww.el: Start writing a new, tiny web browser.
1715         (eww-previous-url): New command.
1716         (eww-quit): New command.
1717
1718 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1719
1720         * sieve.el: Put point at beginning of buffer when viewing a script.
1721         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1722         number in sieve-buffer's header.  Fixed code to also work with a string
1723         as port specifier.  Properly close the connection on pressing 'q'.  Make
1724         sieve-manage-quit close the connection and process buffer.  Also, remove
1725         duplicate keybinding for 'q'.
1726
1727 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1728
1729         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1730         make it easier to read.
1731         (mm-pkcs7-enveloped-magic): Ditto.
1732
1733 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1734
1735         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1736         before `image-type-available-p' to avoid loading the image libraries
1737         needlessly.
1738
1739 2013-06-05  David Engster  <deng@randomsample.de>
1740
1741         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1742         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1743         to see whether the group was synced before.
1744
1745 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
1746
1747         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
1748         when opening the connection.
1749         Suggested by João Távora <joaotavora@gmail.com> in
1750         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
1751
1752 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1755         assume Date header begins with "Date", that may be customized into
1756         something like "X-Sent" using gnus-article-time-format.
1757         (article-transform-date): Allow multi-line Date header.
1758
1759 2013-06-02  David Engster  <deng@randomsample.de>
1760
1761         * registry.el (initialize-instance, registry-lookup)
1762         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1763         (registry-lookup-secondary-value, registry-search, registry-delete)
1764         (registry-insert, registry-reindex, registry-size, registry-prune): Do
1765         not wrap methods in `eval-and-compile'.  This breaks due to latest
1766         changes in EIEIO (introduction of eieio-core.el).
1767
1768 2013-05-30  Glenn Morris  <rgm@gnu.org>
1769
1770         * nnmail.el (nnmail-fancy-expiry-target):
1771         Also bind mail-dont-reply-to-names.
1772
1773         * spam-stat.el (spam-stat-save):
1774         No need to tweak font-lock in temp buffers.
1775
1776         * shr.el (shr-put-image): Silence compiler.
1777
1778 2013-05-29  Glenn Morris  <rgm@gnu.org>
1779
1780         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1781
1782         * gnus-group.el (gnus-sequence-of-unread-articles)
1783         (gnus-summary-add-mark, gnus-mark-article-as-read)
1784         (gnus-group-make-articles-read): Declare.
1785
1786         * gnus-sum.el (gnus-parameter-list-identifier)
1787         (gnus-article-stop-animations, gnus-stop-downloads)
1788         (gnus-article-only-boring-p, article-goto-body)
1789         (gnus-flush-original-article-buffer, article-narrow-to-head)
1790         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1791         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1792
1793         * gnus.el: No need to eval-and-compile autoloads.
1794
1795         * gravatar.el (help-function-arglist): Autoload.
1796
1797         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1798
1799         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1800
1801         * spam.el: No need to load spam-report when compiling.
1802         No need to eval-and-compile autoloads.
1803         (spam-report-resend-to): Declare.
1804         (spam-report-resend-register-routine): Require 'spam-report.
1805
1806 2013-05-24  Julien Danjou  <julien@danjou.info>
1807
1808         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1809         setup.
1810
1811 2013-05-23  Glenn Morris  <rgm@gnu.org>
1812
1813         * gnus-util.el (rmail-swap-buffers-maybe)
1814         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1815         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1816         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1817
1818         * mm-decode.el: No need to load term when compiling.
1819         (term-mode, term-char-mode): Declare.
1820
1821         * mm-util.el: No need to load jka-compr when compiling.
1822         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1823
1824         * nnmaildir.el: Require is automatically eval-and-compile.
1825         (nnmail): Require at run-time too.
1826
1827         * registry.el (registry-size): Move definition before use.
1828
1829 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1830
1831         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1832         signed data to conform the standard.  (Bug#14232)
1833
1834 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1835
1836         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1837         double angle quotation mark.
1838
1839 2013-05-20  Glenn Morris  <rgm@gnu.org>
1840
1841         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1842
1843 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1844
1845         * message.el (message-insert-formatted-citation-line): handle finding
1846         first/lastname when more than 2 names appear.
1847
1848 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1849
1850         * shr.el (shr-tag-span): New function.
1851
1852 2013-05-18  Glenn Morris  <rgm@gnu.org>
1853
1854         * message.el (message-mode): Use message-mode-abbrev-table,
1855         with text-mode-abbrev-table as parent.  (Bug#14413)
1856
1857 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * message.el (message-expand-group): Decode group names.
1860
1861 2013-05-16  Julien Danjou  <julien@danjou.info>
1862
1863         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1864         app-icon.
1865
1866 2013-05-15  Glenn Morris  <rgm@gnu.org>
1867
1868         * shr-color.el (shr-color-visible-luminance-min)
1869         (shr-color-visible-distance-min): Use shr-color group.
1870
1871 2013-05-11  Glenn Morris  <rgm@gnu.org>
1872
1873         * gnus-vm.el: Make it loadable without VM.
1874         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1875         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1876
1877 2013-05-09  Glenn Morris  <rgm@gnu.org>
1878
1879         * mml1991.el: Make it loadable.  (Bug#13456)
1880
1881         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1882         * gnus-async.el (gnus-async-post-fetch-function):
1883         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1884         * gnus-html.el (gnus-html-image-cache-ttl):
1885         * gnus-notifications.el (gnus-notifications-timeout):
1886         * gnus-picon.el (gnus-picon-properties):
1887         * gnus-util.el (gnus-completion-styles):
1888         * gnus.el (gnus-other-frame-resume-function):
1889         * message.el (message-user-organization-file)
1890         (message-cite-reply-position):
1891         * nnir.el (nnir-summary-line-format)
1892         (nnir-retrieve-headers-override-function):
1893         * shr-color.el (shr-color-visible-luminance-min):
1894         * shr.el (shr-blocked-images):
1895         * spam-report.el (spam-report-resend-to):
1896         * spam.el (spam-summary-exit-behavior): Fix custom types.
1897
1898         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1899
1900 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1903         because of let-binding help-xref-following.  (Bug#14356)
1904
1905 2013-05-06  Glenn Morris  <rgm@gnu.org>
1906
1907         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1908
1909 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1910
1911         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1912         entering into the registry.
1913
1914 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1915
1916         * gnus.el: Ma Gnus v0.7 is released.
1917
1918 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1921         (Bug#14304)
1922
1923 2013-04-27  Glenn Morris  <rgm@gnu.org>
1924
1925         * gnus.el (gnus-list-debbugs):
1926         Use require rather than autoload.  (Bug#14262)
1927
1928 2013-04-27  Julien Danjou  <julien@danjou.info>
1929
1930         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1931         port to "sieve" now that it has an official IANA port assigned.
1932
1933 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1936         Don't set the MAILHOST environment variable permanently (Bug#14271).
1937
1938 2013-04-26  Glenn Morris  <rgm@gnu.org>
1939
1940         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1941
1942 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1943
1944         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1945         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1946
1947 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1948
1949         * nnir.el (nnir-close-group): Make sure we are in the right group.
1950
1951         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1952         dependency table from all newly retrieved headers.
1953
1954 2013-04-16  David Edmondson  <dme@dme.org>
1955
1956         Support <img src="data:...">.
1957
1958         * shr.el (shr-image-from-data): New function.
1959         (shr-tag-img): Use it.
1960
1961 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1962
1963         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1964         group.
1965
1966 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1969         corresponding to any existing group (Bug#14166).
1970
1971 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1972
1973         * nnir.el (number-sequence): No longer used.
1974         (nnir-request-set-mark): New function.
1975         (nnir-request-update-info): Improve marks updating.
1976         (nnir-request-scan): Don't duplicate marks updating.
1977         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1978         Use 'assq rather than 'assoc.  Quote anonymous function.
1979         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1980         Use 'gnus-group-prefixed-p.
1981         (gnus-summary-create-nnir-group): Make sure server for method is open.
1982
1983 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1984
1985         * nnir.el (gnus-nnir-group-p): New function.
1986         (nnir-possibly-change-group): Use it.
1987
1988         * gnus-msg.el (gnus-setup-message): Use it.
1989
1990 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1993         `initial-input' for the argument name.
1994         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1995
1996 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1997
1998         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1999         (used by MH-E).
2000
2001 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2002
2003         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2004         group.
2005
2006         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2007         fix compilation.
2008
2009 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2010
2011         * nnir.el (nnir-method-default-engines): And another typo.
2012
2013 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2014
2015         * nnir.el (nnir-method-default-engines): Fix typo.
2016
2017 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2018
2019         * nnir.el: Define 'number-sequence for xemacs.
2020         (gnus-summary-create-nnir-group): New function to create an nnir group
2021         from an nnir summary buffer based on the current query.
2022         (nnir-request-create-group): Update to allow nnir group creation based
2023         on the current query.
2024
2025 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * nndraft.el (nndraft-request-expire-articles):
2028         Make expiry target always `delete'.
2029
2030 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2031
2032         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2033         buffer use the posting-style and gcc of the original article group.
2034         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2035
2036         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2037         after other deffoos.
2038
2039 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2040
2041         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2042         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2043         support for real (i.e. not ephemeral) nnir groups.
2044         (gnus-summary-make-nnir-group): New function for initiating searches
2045         from a summary buffer.
2046
2047 2013-03-18  Sam Steingold  <sds@gnu.org>
2048
2049         * message.el (message-bury): Minor cleanup.
2050
2051 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2052
2053         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2054
2055 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2058         nnml-request-list.  (Bug#13873)
2059         (nndir-request-newsgroups): Remove, unused.
2060
2061         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2062
2063 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2064
2065         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2066         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2067         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2068
2069 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2070
2071         * shr.el: Make all the overlays set the `evaporate' property so that
2072         they're removed properly.
2073
2074 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2075
2076         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2077         shell-quote-argument.
2078
2079 2013-02-22  David Engster  <deng@randomsample.de>
2080
2081         * gnus-registry.el (gnus-registry-save): Provide class name when
2082         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2083         `condition-case' to stay compatible with older EIEIO versions which
2084         only accept one argument.
2085
2086 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2087
2088         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2089         (epg-user-id-validity): Autoload.
2090         (mml2015-epg-check-user-id): New function.
2091         (mml2015-epg-check-sub-key): New function split from
2092         mml2015-epg-find-usable-key.
2093         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2094         optional name-is-key-id, to handle the case when user-id is unusable.
2095         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2096
2097 2013-02-17  Glenn Morris  <rgm@gnu.org>
2098
2099         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2100
2101 2013-02-16  Glenn Morris  <rgm@gnu.org>
2102
2103         * shr.el (shr-put-image): Only animate images that specify a delay.
2104         This is consistent with the old image-animated-p behavior.
2105
2106 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2109         for XEmacs.
2110
2111 2013-02-13  Juri Linkov  <juri@jurta.org>
2112
2113         * gnus-art.el (gnus-article-mode-map):
2114         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2115         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2116
2117 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2118
2119         * auth-source.el (auth-source-format-prompt): Don't get confused by
2120         any "\" in replacement text.  (Bug#13637)
2121
2122 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2123
2124         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2125         (gnus-backend-trace): Honour gnus-backend-trace.
2126
2127         * mml.el (mml-insert-part): Insert closing tag.
2128
2129         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2130
2131 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2134         able to find the article, which can happen in debbugs groups,
2135         apparently.
2136
2137 2013-01-16  Glenn Morris  <rgm@gnu.org>
2138
2139         * smiley.el (smiley-style): Make the file loadable in batch mode.
2140
2141 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2142
2143         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2144         imap process running.
2145
2146 2013-01-14  Julien Danjou  <julien@danjou.info>
2147
2148         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2149         Compare addresses against addresses, not against the full From field.
2150
2151 2013-01-13  Richard Stallman  <rms@gnu.org>
2152
2153         * message.el (message-forward-make-body-mime): New args BEG, END
2154         specify what part of FORWARD-BUFFER to use.  Do the work directly
2155         instead of calling `mml-insert-buffer'.
2156
2157 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2158
2159         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2160         cross-reference(s).
2161
2162         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2163         cross-reference(s).
2164
2165 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2166
2167         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2168         and point-max-marker.
2169         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2170
2171 2013-01-11  Julien Danjou  <julien@danjou.info>
2172
2173         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2174         max are almost equal.  Also return the correct value for V which is
2175         already between 0 and 1.
2176
2177 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2178
2179         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2180         to mml2015-encrypt-to-self.
2181         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2182
2183 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2184
2185         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2186         mml-smime-epg-find-usable-secret-key.
2187
2188 2013-01-08  Glenn Morris  <rgm@gnu.org>
2189
2190         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2191
2192 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2193
2194         * mml-smime.el: Support signing by sender.
2195         Requested by Uwe Brauer.
2196         (mml-smime-sign-with-sender): New user option analogous
2197         to mml2015-sign-with-sender.
2198         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2199         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2200         mml2015.el.
2201
2202 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2205         isn't running, because Gnus will probably not know how to handle the
2206         Gcc header (bug#11941).
2207
2208         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2209         articles.
2210
2211 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2214         (nnfolder-generate-active-file): Make this function work with recursive
2215         folder names.
2216
2217 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nntp.el (nntp-open-connection): Use HELP as the capability command
2220         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2221         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2222
2223 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2224
2225         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2226         place holder since this gives `Invalid face reference: nil' messages.
2227         Use the `default' face instead.  It has the same effect here, even
2228         though it is not no-op.
2229
2230         * gnus-util.el
2231         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2232
2233 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2236         non-string posting styles (bug#13285).
2237
2238 2012-12-27  Glenn Morris  <rgm@gnu.org>
2239
2240         * plstore.el (plstore-passphrase-callback-function):
2241         Use plstore-get-file.
2242
2243 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2244
2245         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2246         stderr.
2247
2248 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2251
2252         * gnus-compat.el (set-buffer-multibyte): Remove.
2253
2254 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2255
2256         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2257         temporary file to get PGP key image.  Pass no-show-photos when
2258         extracting image to avoid having it pop up twice.
2259
2260 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2263         eligible for treatment.
2264
2265         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2266         lines.  This makes summary commands with hidden threads work more
2267         reliably.
2268
2269         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2270         button to mark the hidden citations (bug#9395).
2271
2272 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2273
2274         * mml2015.el (mml2015-epg-signature-to-string): New function.
2275         (mml2015-epg-verify-result-to-string): New function.
2276         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2277         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2278         instead of epg-verify-result-to-string.
2279         (epg-signature-key-id, epg-signature-to-string): Autoload.
2280         (epg-verify-result-to-string): Remove autoload.
2281
2282 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2283
2284         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2285         ID image from GPG public key.
2286         (mml2015-epg-key-image-to-string): New function.
2287
2288 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2289
2290         * plstore.el (plstore-passphrase-callback-function): Fix error when
2291         error when plstore-cache-passphrase-for-symmetric-encryption is set
2292         (bug#13264).
2293
2294 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2297         buffer to the article buffer here, because that clobbers multiple
2298         article buffers.
2299
2300         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2301         buffer always points to the right summary buffer.
2302
2303 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2304
2305         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2306         the password (bug#12097).
2307
2308 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2309
2310         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2311         (bug#13263).
2312
2313         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2314         buffer exists before using it (bug#12475).
2315
2316         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2317         offline groups (bug#11937).
2318
2319         * message.el (message-yank-original): When using customize to set the
2320         value of `message-cite-style', the variable it set to a symbol that's
2321         the name of the variable, which must then be dereferenced (bug#12616).
2322
2323 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2324
2325         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2326         the `face' property with a list whose car is the face specified in the
2327         format string and whose cdr is (nil).
2328         * lisp/gnus-util.el
2329         (gnus-put-text-property-excluding-characters-with-faces):
2330         Change accordingly.
2331         (gnus-get-text-property-excluding-characters-with-faces): New function.
2332         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2333         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2334         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2335
2336 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2337
2338         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2339         login methods.
2340         (nnimap-login): Respect the `nnimap-authenticator' variable.
2341
2342         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2343         mark state when moving articles.  Otherwise unticked articles will get
2344         their ticks back after moving.
2345
2346 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2347
2348         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2349
2350         * message.el (message-ignored-news-headers): Always remove
2351         X-Message-SMTP-Method to avoid information leakage if the user
2352         mistakenly inserts the header into news messages.
2353
2354         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2355
2356         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2357         right than four characters, this command would move point to
2358         `point-max'.  Don't do that.
2359
2360         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2361         to nil to allow re-selecting groups that gain articles.
2362         (gnus-bug-group-download-format-alist): Update the URL.
2363
2364 2012-12-23  Andreas Schwab  <schwab@suse.de>
2365
2366         * shr.el (shr-tag-em): Render em as italic, not bold.
2367
2368 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2369
2370         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2371         for reuse.
2372         (gnus-open-server): Use it to add more tracing.
2373         (gnus-finish-retrieve-group-infos): Add backend tracing.
2374         (gnus-backend-trace): Also note the elapsed seconds.
2375
2376 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2377
2378         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2379         Set epa-file-encrypt-to from variable to avoid querying.
2380
2381 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2382
2383         * sieve-mode.el (sieve-font-lock-keywords):
2384         Keywords should be word delimited.  (Bug#13173)
2385
2386 2012-12-13  Andreas Schwab  <schwab@suse.de>
2387
2388         * tls.el (tls-program): Update customize type.
2389
2390 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2393         instead of <pre> to align message header.
2394
2395 2012-12-12  Sam Steingold  <sds@gnu.org>
2396
2397         * gnus.el (gnus-other-frame-resume-function): Add user option.
2398         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2399
2400 2012-12-06  Sam Steingold  <sds@gnu.org>
2401
2402         * gnus-start.el (gnus-before-resume-hook): Add.
2403         (gnus-1): Run it when Gnus is alive.
2404
2405 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2408         * gnus-art.el (article-unsplit-urls)
2409         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2410         * gnus-registry.el (gnus-registry-get-article-marks)
2411         * message.el (message-goto-body): Use it.
2412         (message-called-interactively-p): Remove.
2413
2414         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2415         (spam-stat-score-buffer): Use it.
2416
2417         * spam.el: Silence the warnings against BBDB functions when compiling.
2418
2419         * gnus-score.el (gnus-score-decode-text-parts):
2420         Use append+mapcar instead of the cl function mapcan.
2421
2422 2012-12-05  Sam Steingold  <sds@gnu.org>
2423
2424         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2425         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2426         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2427
2428 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * gmm-utils.el (gmm-called-interactively-p): Revert.
2431         This seems to cause Emacs to get stuck!
2432         * gnus-art.el (article-unsplit-urls)
2433         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2434         * gnus-registry.el (gnus-registry-get-article-marks)
2435         * message.el (message-goto-body)
2436         (message-called-interactively-p): Revert.
2437
2438         * gmm-utils.el (gmm-called-interactively-p): New function.
2439         * gnus-art.el (article-unsplit-urls)
2440         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2441         * gnus-registry.el (gnus-registry-get-article-marks)
2442         * message.el (message-goto-body): Use it.
2443         (message-called-interactively-p): Remove.
2444
2445         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2446         * gnus-sync.el (gnus-sync-lesync-call)
2447         * message.el (message-read-from-minibuffer): Use it.
2448
2449 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * gmm-utils.el (gmm-flet): Remove.
2452         * gnus-sync.el (gnus-sync-lesync-call)
2453         * message.el (message-read-from-minibuffer): Don't use it.
2454
2455 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2458
2459 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2462
2463         * gnus-sync.el (gnus-sync-lesync-call)
2464         * message.el (message-read-from-minibuffer): Use gmm-flet.
2465
2466         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2467
2468         * gnus-util.el (gnus-macroexpand-all): Remove.
2469
2470 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2471
2472         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2473         to TAB, not [tab].
2474         (gnus-summary-article-map): Likewise.
2475
2476         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2477         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2478
2479 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2480
2481         * time-date.el: Commentary fix.
2482
2483 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2484
2485         * color.el: Don't require cl.
2486         (color-complement): `caddr' -> `nth 2'.
2487
2488         * time-date.el (time-to-seconds): De-obsolete.
2489
2490 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * message.el (message-get-reply-headers):
2493         Make sure the reply goes to the author if it is a wide reply.
2494
2495 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2496
2497         * gnus-score.el (gnus-score-body):
2498         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2499         scoring by body.
2500
2501 2012-11-16  Glenn Morris  <rgm@gnu.org>
2502
2503         * gnus-diary.el (nndiary-request-create-group-functions)
2504         (nndiary-request-update-info-functions)
2505         (gnus-subscribe-newsgroup-functions)
2506         (nndiary-request-accept-article-functions):
2507         Use new names for hooks rather than obsolete aliases.
2508
2509 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2512
2513 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2516         in meta tag with the one the part specifies in its header.
2517
2518 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2519
2520         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2521         by default.
2522
2523 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2526         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2527
2528 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2531         and a runtime function for it, of which the XEmacs version takes only
2532         two arguments.
2533
2534 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2535
2536         * nndiary.el (nndiary-request-create-group-functions)
2537         (nndiary-request-update-info-functions)
2538         (nndiary-request-accept-article-functions):
2539         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2540         "-hooks" suffix.
2541
2542 2012-10-19  Julien Danjou  <julien@danjou.info>
2543
2544         * gnus-art.el: Require gnus-util because it uses
2545         `gnus-timer--function'.
2546
2547 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2548
2549         * starttls.el (starttls-extra-arguments): Doc fix.
2550
2551 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2554         it.
2555
2556 2012-10-06  Glenn Morris  <rgm@gnu.org>
2557
2558         * gnus-notifications.el (gnus-notifications):
2559         Add missing group :version tag.
2560         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2561         (gnus-gcc-post-body-encode-hook):
2562         * gnus-sync.el (gnus-sync-lesync-name)
2563         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2564
2565 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2566
2567         * color.el (color-hsl-to-rgb): Fix incorrect results for
2568         small and large hue values.  (Bug#12559)
2569
2570 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         New UIDL implementation.
2573
2574         * mail-source.el (mail-sources, mail-source-keyword-map):
2575         Add :leave as a pop3 keyword.
2576         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2577
2578         * pop3.el (pop3-leave-mail-on-server): Allow number.
2579         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2580         (pop3-movemail): Add UIDL support.
2581         (pop3-send-streaming-command): Take a list of mail numbers instead of
2582         the number of mails.
2583         (pop3-write-to-file): Add X-UIDL header.
2584         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2585         (pop3-uidl-add-xheader): New functions.
2586
2587         * message.el (message-ignored-resent-headers):
2588         Add X-Content-Length and X-UIDL headers.
2589
2590 2012-10-05  Glenn Morris  <rgm@gnu.org>
2591
2592         * color.el (color-name-to-rgb, color-rgb-to-hex)
2593         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2594         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2595         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2596         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2597
2598 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2601         a user about whether to delete temp files if once a user answered as n.
2602
2603 2012-09-25  Chong Yidong  <cyd@gnu.org>
2604
2605         * password-cache.el (password-read-and-add): Use a declare form to mark
2606         this function obsolete.
2607
2608 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * lpath.el: Bind mail-encode-mml for old Emacsen.
2611
2612 2012-09-17  Richard Stallman  <rms@gnu.org>
2613
2614         * message.el (message-in-body-p): Don't set mark or modify buffer.
2615
2616         * mml.el (mml-attach-file): Doc fix.
2617         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2618         Set mail-encode-mml when in Mail mode.
2619         Simplify code to set HEAD and move back to HEAD.
2620         (mml-insert-multipart, mml-insert-part):
2621         Set mail-encode-mml when in Mail mode.
2622
2623 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-util.el (gnus-timer--function): New function.
2626
2627         * gnus-art.el (gnus-article-stop-animations): Use it.
2628
2629 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2630
2631         Fix glitches caused by addition of psec to timers.
2632         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2633         rather than raw access to timer vector.
2634
2635 2012-09-11  Julien Danjou  <julien@danjou.info>
2636
2637         * gnus-notifications.el (gnus-notifications): Check for nil values in
2638         ignored addresses check.
2639
2640 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2641
2642         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2643
2644 2012-09-07  Chong Yidong  <cyd@gnu.org>
2645
2646         * gnus-util.el
2647         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2648
2649         * gnus-salt.el (gnus-tree-highlight-node):
2650         * gnus-sum.el (gnus-summary-highlight-line):
2651         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2652
2653 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2656
2657 2012-09-06  Juri Linkov  <juri@jurta.org>
2658
2659         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2660         scheme for buffer names to be more consistent with other group and
2661         article buffer names in Gnus.
2662
2663 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-util.el
2666         (gnus-put-text-property-excluding-characters-with-faces): Removed.
2667
2668         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2669         Jenkner.
2670
2671         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2672
2673         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2674
2675         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2676
2677 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2680         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2681
2682         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2683         string-prefix-p in Emacs >=23.2.
2684
2685         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2686         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2687         instead of string-match-p.
2688         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2689
2690 2012-09-06  Kenichi Handa  <handa@gnu.org>
2691
2692         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2693         lowercase a..f.
2694
2695 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2696
2697         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2698
2699 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2700
2701         * nnimap.el (nnimap-request-move-article): Decode the group name when
2702         doing internal moves to avoid charset issues.
2703
2704         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
2705         TIME is set.
2706
2707 2012-09-05  Juri Linkov  <juri@jurta.org>
2708
2709         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2710         than one group at a time (bug#11961).
2711
2712 2012-09-05  Julien Danjou  <julien@danjou.info>
2713
2714         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2715         this hide the real reason with a message giving absolutely no hint.
2716
2717 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2720         to the backend (bug#11804).
2721
2722         * message.el (message-insert-newsgroups): Don't insert newsgroup
2723         duplicates (bug#12275).
2724
2725 2012-09-05  John Wiegley  <johnw@newartisans.com>
2726
2727         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2728         sieve rules.
2729
2730 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2731
2732         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2733         function.
2734
2735         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2736
2737         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2738
2739 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2740
2741         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2742         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2743         This should make nnmaildir more usable with offlineimap.
2744
2745 2012-09-05  Julien Danjou  <julien@danjou.info>
2746
2747         * nnimap.el (nnimap-request-list): Revert change that made listing
2748         synchronous.
2749         (nnimap-get-responses): Restore.
2750
2751 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2752
2753         * dgnushack.el: XEmacs 21.5 compilation fix.
2754
2755         * gnus-notifications.el (gnus-notifications-notify): Use it.
2756
2757         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2758         warnings on XEmacs.
2759
2760 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2761
2762         Better seeds for (random).
2763         * gnus-sync.el (gnus-sync-lesync-setup):
2764         * message.el (message-canlock-generate, message-unique-id):
2765         Change (random t) to (random), now that the latter is more random.
2766
2767 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2768
2769         * nnimap.el (nnimap-change-group): Document result value
2770
2771         * auth-source.el (auth-sources): Fix macos keychain access.
2772
2773         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2774         allow the backend `request-head' function to determine the group
2775         name on its own.
2776         (gnus-request-expire-articles): Filter out negative article numbers
2777         during expiry (Bug#11980).
2778
2779         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2780         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2781
2782         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2783         you've found the article when you haven't.
2784
2785         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
2786         that nnimap-change-group can return t.
2787
2788 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2789
2790         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2791
2792 2012-08-30  Julien Danjou  <julien@danjou.info>
2793
2794         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2795         `gnus-notifications-timeout'.
2796         (gnus-notifications-timeout): Add.
2797         (gnus-notifications-action): New function.
2798         (gnus-notifications-notify): Add :action using
2799         `gnus-notifications-action'.
2800         (gnus-notifications-id-to-msg): New variable.
2801         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2802         notifications id to messages.
2803
2804 2012-08-30  Kenichi Handa  <handa@gnu.org>
2805
2806         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2807         once.
2808
2809 2012-08-29  Julien Danjou  <julien@danjou.info>
2810
2811         * gnus-notifications.el: New file.
2812         (gnus-notifications-notify): New function.
2813         (gnus-notifications): Use `gnus-notifications-notify'.
2814
2815 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2818         transfer encoding first; bind gnus-newsgroup-charset to the charset
2819         that the article specifies (Bug#12209).
2820
2821 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2824         (gnus-group-customize-done): Encode values posting-style holds.
2825
2826         * gnus-msg.el (gnus-summary-resend-message)
2827         (gnus-configure-posting-styles): Decode values posting-style group
2828         parameter holds.
2829
2830 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2833         `name' and `address' in Resent-From header.
2834
2835 2012-08-14  Chong Yidong  <cyd@gnu.org>
2836
2837         * gnus-art.el (article-display-face): Handle failure in
2838         gnus-create-image (Bug#11802).
2839
2840 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2841
2842         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2843         Use defsetf.
2844
2845 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2846
2847         * auth-source.el (auth-source-plstore-search)
2848         (auth-source-secrets-search): Ignore :require and :type in search spec.
2849
2850 2012-08-06  Julien Danjou  <julien@danjou.info>
2851
2852         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
2853         `nnimap-request-move-article'.
2854
2855         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2856         Remove autoload, already handled by gnus.el.
2857
2858         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
2859
2860         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
2861         supported by nnimap actually.  Reverts previous change.
2862
2863         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
2864         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
2865         to-buffer argument that is already supported.
2866
2867 2012-08-05  Julien Danjou  <julien@danjou.info>
2868
2869         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2870         Add autoload.
2871
2872 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * gnus.el (gnus-valid-select-methods): Fix custom type.
2875
2876 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * auth-source.el (auth-sources, auth-source-backend-parse)
2879         (auth-source-macos-keychain-search)
2880         (auth-source-macos-keychain-search-items)
2881         (auth-source-macos-keychain-result-append)
2882         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2883         auth-source.el through the /usr/bin/security utility.
2884         (auth-sources): Fix syntax error.
2885         (auth-source-macos-keychain-result-append): Fix variable name.
2886         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2887
2888 2012-07-27  Julien Danjou  <julien@danjou.info>
2889
2890         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2891         Emacs < 24.1
2892
2893 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * message.el (message-kill-address): Don't kill last newline.
2896         (message-skip-to-next-address): Don't move to the next header.
2897         (message-fill-field-address): Work properly.
2898
2899 2012-07-25  Julien Danjou  <julien@danjou.info>
2900
2901         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2902
2903 2012-07-24  Julien Danjou  <julien@danjou.info>
2904
2905         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2906
2907         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2908         (nntp-async-timer-handler): Remove, unused.
2909
2910         * nnimap.el (nnimap-get-responses): Remove, unused.
2911
2912         * nnheader.el (mail-header-set-extra): Remove, unused.
2913
2914         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
2915         unused.
2916
2917         * mm-view.el (mm-view-sound-file): Remove, unused.
2918
2919         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2920         (mm-url-encode-multipart-form-data): Remove, unused.
2921
2922         * message.el (message-remove-signature, message-make-host-name)
2923         (message-fill-address): Remove, unused.
2924
2925         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2926         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2927         unused.
2928
2929         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
2930         (gnus-xmas-call-region): Remove, unused.
2931
2932         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2933
2934         * gnus-util.el (gnus-extract-address-component-name)
2935         (gnus-extract-address-component-email, gnus-sortable-date)
2936         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2937         (gnus-process-live-p): Remove, unused.
2938
2939         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2940
2941         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2942         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2943         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2944         function.
2945
2946         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2947
2948         * gnus-score.el (gnus-summary-score-crossposting)
2949         (gnus-score-regexp-bad-p): Remove, unused.
2950
2951         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2952
2953         * gnus-range.el (gnus-sublist-p): Remove, unused.
2954
2955         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2956         unused.
2957
2958         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2959
2960         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2961         (gnus-request-associate-buffer): Remove, unused.
2962
2963         * gnus-group.el (gnus-group-set-method-info)
2964         (gnus-group-set-params-info): Remove, unused.
2965
2966         * gnus-fun.el (gnus-shell-command-to-string)
2967         (gnus-shell-command-on-region): Remove, unused.
2968
2969         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2970
2971         * gnus-art.el (gnus-article-text-type-exists-p)
2972         (article-translate-characters, gnus-article-hide-text-of-type)
2973         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2974         Remove, unused.
2975
2976 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2977
2978         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2979
2980 2012-07-21  Julien Danjou  <julien@danjou.info>
2981
2982         * message.el (message-dont-reply-to-names): Replace deprecated
2983         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2984         (message-get-reply-headers): Ditto.
2985
2986 2012-07-18  Julien Danjou  <julien@danjou.info>
2987
2988         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2989         `sieve-upload-and-kill'.
2990
2991         * sieve.el (sieve-bury-buffer): Remove function.
2992         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2993         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2994
2995 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2996
2997         * shr.el (shr-expand-url): Handle URL starting with `//'.
2998
2999 2012-07-13  Chong Yidong  <cyd@gnu.org>
3000
3001         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3002         instead of calling toggle-read-only with a (bogus) argument.
3003
3004 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3005
3006         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3007         of initial input when reading the author to restrict the summary to.
3008
3009 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * mm-decode.el (mm-shr):
3012         Allow overriding charset by mm-charset-override-alist.
3013
3014 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * gnus-art.el (gnus-article-view-part):
3017         Toggle subparts of multipart/alternative part.
3018
3019 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3020
3021         * shr.el (shr-render-buffer): New command.
3022         (shr-visit-file): Use it.
3023
3024 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3027         Set no-byte-compile and no-update-autoloads.
3028
3029 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3032
3033 2012-06-25  Julien Danjou  <julien@danjou.info>
3034
3035         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3036         `nnimap-request-move-articles-find-limit' since we do not use it only
3037         for move operations.
3038         (nnimap-request-accept-article): Use
3039         `nnimap-request-articles-find-limit' to limit search by message-id.
3040
3041 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3042
3043         Support higher-resolution time stamps (Bug#9000).
3044
3045         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3046         VARLIST.  It's optional, for backward compatibility.
3047         (encode-time-value): New optional arg PICO.  New type 3.
3048         (time-to-seconds) [!float-time]: Support the new picoseconds
3049         component if it's used.
3050         (seconds-to-time, time-subtract, time-add):
3051         Support ps-resolution time stamps as well.
3052
3053 2012-06-19  Julien Danjou  <julien@danjou.info>
3054
3055         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3056
3057         * nnimap.el (nnimap-log-buffer): Check that
3058         `window-point-insertion-type' is boundp, since it's not available in
3059         XEmacs.
3060
3061 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3062
3063         * nnimap.el (nnimap-log-buffer): Add this, setting
3064         `window-point-insertion-type' in the buffer to t.
3065         (nnimap-log-command): Use nnimap-log-buffer.
3066
3067 2012-06-19  Julien Danjou  <julien@danjou.info>
3068
3069         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3070         argument to be able to limit the search.
3071         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3072         (nnimap-request-move-articles-find-limit): Add this to limit the search
3073         by Message-Id after a message move.
3074         (nnimap): Add defgroup.
3075
3076 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3077
3078         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3079
3080 2012-06-15  Julien Danjou  <julien@danjou.info>
3081
3082         * nnimap.el (nnimap-find-article-by-message-id): Use
3083         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3084         (nnimap-possibly-change-group): Add read-only argument.
3085         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3086         issuing EXAMINE manually.
3087         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3088         with read-only argument.
3089         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3090         cannot possibly change because we need to be sure that it's either
3091         read-write or read-only.
3092
3093 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3096         being bound to a lambda form.
3097
3098 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3099
3100         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3101         articles when fetch-old is non-nil (bug#11370).
3102
3103 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3104
3105         * gnus-picon.el (gnus-picon-properties): New defcustom.
3106         (gnus-picon-create-glyph): Use it.
3107
3108 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * gnus-group.el (gnus-group-get-new-news): Respect
3111         `gnus-group-use-permanent-levels', as documented (bug#11638).
3112
3113 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3114
3115         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3116         groups (bug#11641).
3117
3118 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3119
3120         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3121         is an integer to avoid later problems.
3122
3123 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3126         locales.
3127
3128         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3129         on a handle.
3130
3131         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3132         address as the default.
3133         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3134
3135         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3136         makes no sense to query the user about internal files.
3137
3138         * gnus-spec.el: Remove all the byte-compilation stuff, since
3139         benchmarking shows that it doesn't help when entering large summary
3140         buffers.
3141
3142         * gnus-xmas.el (gnus-xmas-define): Remove.
3143
3144         * gnus-util.el (gnus-byte-code): Remove.
3145
3146         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3147         grouplens stuff.
3148
3149 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3152         (bug#11514).
3153
3154 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3155
3156         * message.el (message-buffers): Return all buffers derived from Message
3157         to make `gnus-dired-attach' work with mu4e.
3158
3159 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3160
3161         * nntp.el: Stop the `letf' madness.
3162         (nntp--report-1): New var.
3163         (nntp-report): Merge nntp-report-1 into it.
3164         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3165         the nntp-report function.
3166
3167         * auth-source.el: Fix comment-style to follow the convention.
3168
3169 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3170
3171         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3172         (mm-dissect-singlepart): Don't guess the MIME type of
3173         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3174         set.
3175         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3176         toplevel MIME type is multipart/encrypted.
3177
3178 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3181         a string so that Gcc works (bug#11514).
3182
3183 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3184
3185         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3186         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3187
3188 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3189
3190         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3191         jumping to *Server* from a dedicated *Group* window.
3192         (gnus-configure-frame): CSE.
3193
3194         * gnus-registry.el: Minor style cleanup.
3195         (gnus-registry--set/remove-mark): New function, extracted from
3196         gnus-registry-install-shortcuts.
3197         (gnus-registry-install-shortcuts): Use it.
3198
3199 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * nnspool.el (news-path): Use eval-and-compile.
3202
3203 2012-05-24  Glenn Morris  <rgm@gnu.org>
3204
3205         * nnspool.el (news-directory, news-path, news-inews-program):
3206         Move here from paths.el.  Don't see a need for these to be autoloaded.
3207
3208         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3209         Merge in doc from paths.el version.  Don't see any need for this to be
3210         autoloaded, or for the warning about users not setting it.
3211
3212 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3213
3214         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3215         format.  In particular, add an optional argument and a docstring.
3216
3217         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3218
3219         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3220         current before calling `gnus-groups-to-gnus-format'.
3221         Note that this was already the case for `gnus-active-to-gnus-format'.
3222
3223 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3224
3225         Fix minor Y10k bug.
3226         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3227
3228 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3231         message once it's actually open.
3232
3233 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3234
3235         * gnus.el: Ma Gnus v0.5 is released.
3236
3237 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3238
3239         * auth-source.el (auth-source--aput-1, auth-source--aput)
3240         (auth-source--aget): New functions and macros.
3241         Use them instead of aput/aget.
3242
3243 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3244
3245         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3246
3247 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3248
3249         * plstore.el (plstore-called-interactively-p): New compat macro copied
3250         from message.el.
3251         (plstore-mode): Use it.
3252
3253 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3254
3255         * plstore.el: Revive the editing feature.
3256         (plstore-mode): New mode to edit plstore file.
3257         (plstore-mode-toggle-display, plstore-mode-original)
3258         (plstore-mode-decoded): New command.
3259         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3260         (plstore--insert-buffer, plstore--make): New function.
3261         (plstore-open, plstore-save): Simplify by using them.
3262
3263 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3266
3267 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3268
3269         * tls.el (open-tls-stream): Remove unused binding.
3270
3271 2012-04-16  Glenn Morris  <rgm@gnu.org>
3272
3273         * nndraft.el (nndraft-request-list): Fix declaration.
3274
3275 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * mm-decode.el (mm-dissect-buffer): Doc fix.
3278
3279         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3280         don't have a current group.
3281
3282         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3283         buffer if it doesn't exist.
3284
3285         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3286         given, mark the group as ephemeral with the current window conf.
3287
3288         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3289         buffer exists, which it doesn't if we haven't started Gnus.
3290         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3291
3292 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3295         type is.
3296
3297         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3298         `unexists' entries.
3299         (gnus-clean-old-newsrc): Fix last checkin.
3300
3301         * nnimap.el (nnimap-update-info): None of the articles below the active
3302         low-water mark exist.
3303
3304         * dgnushack.el: Get rid of XEmacs compilation warning.
3305
3306         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3307         would have gotten if we posted to the group, and use that to compare
3308         against the message we want to cancel (bug#10808).
3309
3310         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3311         on XEmacs.
3312
3313 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3314
3315         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3316         `scroll-margin'.
3317
3318 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3319
3320         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3321         citation prefix within a block of cited text should be considered part
3322         of that block *only* if it is a blank line.
3323
3324 2012-04-09  Chong Yidong  <cyd@gnu.org>
3325
3326         * binhex.el, hashcash.el, uudecode.el:
3327         Remove * characters from the front of variable docstrings.
3328
3329 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3332         before kinsoku-bol characters nor within kinsoku-eol characters.
3333
3334 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3337         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3338         (gnus-sync-read): Use mapc instead of mapcar.
3339
3340         * mm-archive.el: Require mm-decode for some macros.
3341         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3342         the byte compiler.
3343         (mm-archive-decoders): New function that returns the value of
3344         the mm-archive-decoders variable.
3345
3346         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3347         instead.
3348         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3349
3350         * nnimap.el (gnus-refer-thread-use-nnir):
3351         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3352
3353 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3356
3357 2012-03-12  Peter Münster  <pmrb@free.fr>
3358
3359         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3360         (gnus-demon-cancel): Ditto.
3361         (gnus-demon-run-callback): When function cannot be called due to low
3362         idleness, call it when idleness reaches the expected value, instead of
3363         waiting another timer period.
3364         (gnus-demon-init): Add `time' to arguments of call-back.
3365
3366 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3369
3370         * gnus.el: Register gnus-registry functions.
3371
3372         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3373         indent.
3374
3375         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3376         enabled before warping.
3377
3378 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3379
3380         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3381         registry about each article retrieved.
3382
3383         * gnus-int.el (gnus-select-group-with-message-id): New function.
3384         (gnus-try-warping-via-registry): Ditto.
3385         (gnus-warp-to-article): Fall back on the registry.
3386
3387 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3388
3389         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3390         inboxes.
3391
3392 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3395
3396 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3399         gnus-gcc-self-resent-messages may be a group parameter.
3400         (gnus-summary-resend-message): Don't encode encoded words in header
3401         when Gcc'ing resent message.
3402
3403 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * shr.el (shr-insert): Treat non-breaking space just like normal
3406         space.  This seems to produce more pleasing results.
3407         (shr-insert): Only insert a blank line if we're starting from an image.
3408         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3409         (shr-ensure-paragraph): Consider lines with white space to be blank.
3410
3411 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3412
3413         * Makefile.in: Respect DESTDIR.
3414
3415 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3416
3417         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3418         and gnus-gcc-post-body-encode-hook.
3419
3420 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3423         messages that don't exist.
3424
3425         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3426
3427 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3430         Remove.
3431
3432         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3433
3434         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3435
3436 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3439         have a group name.
3440
3441         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3442         a multibyte buffer (bug#7410).
3443         (article-wash-html): Parse the original article buffer to get the
3444         unencoded data (bug#7410).
3445
3446         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3447         .newsrc.el files.
3448
3449 2012-04-05  Bastien Guerry  <bzg@altern.org>
3450
3451         * color.el (color-lighten-name): Fix typo.
3452
3453 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3456         "#" to avoid having them interpreted as comments.
3457
3458 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459
3460         * shr.el (shr-insert): Update the text state properly to avoid
3461         inserting spurious paragraph starts.
3462
3463 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * shr.el (shr-table-widths): Divide the extra width more fairly over
3466         the TDs (bug#10973).
3467         (shr-render-td): Don't delete too much padding.
3468         (shr-natural-width): Compute the natural width more correctly.
3469         (shr-insert): Allow the natural width to be computed for tables again.
3470         (shr-tag-table-1): Rework how the natural widths are computed by
3471         rendering the table a third time.
3472         (shr-natural-width): Removed.
3473         (shr-buffer-width): New function.
3474         (shr-expand-newlines): Use it.
3475
3476         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3477         using a `gnus-use-full-window' setup (bug#11013).
3478
3479 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3482         24.1 release.
3483
3484 2012-03-10  David Edmondson  <dme@dme.org>
3485
3486         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3487         'Forwarded Message' header and the start of the message.
3488
3489 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3490
3491         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3492         isn't running (bug#10897).
3493
3494 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3497         This is inconsistent with all the other stream functions, which leave
3498         the setting up to the higher levels (if so wanted) (bug#10931).
3499
3500 2012-02-28  Glenn Morris  <rgm@gnu.org>
3501
3502         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3503         mm-decode.el: Standardize possessive apostrophe usage.
3504
3505 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3508
3509 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3510
3511         * parse-time.el (parse-time-string): Allow extractor to return nil.
3512
3513 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3516
3517 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3520
3521 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3522
3523         * mm-decode.el (mm-shr): Remove "soft hyphens".
3524
3525         * nnimap.el (nnimap-request-list): Return the group names encoded as
3526         utf8.  Otherwise non-European group names don't work.
3527         (nnimap-request-newgroups): Ditto.
3528
3529         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3530         the default in `read-string' (bug#10757).
3531
3532         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3533         topics (bug#10843).
3534
3535         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3536         buffer.  Suggested by Herbert Valerio Riedel.
3537         (nnimap-request-move-article): Delete the message from the correct IMAP
3538         server.
3539
3540 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3541
3542         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3543         Reported by Peter Münster.
3544
3545 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3546
3547         * shr.el (shr-image-fetched): Make sure we really kill the right
3548         buffer.
3549
3550 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3551
3552         * gnus-start.el (gnus-1): Avoid duplicate entries.
3553
3554 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3555
3556         * imap.el: Remove.
3557
3558         * nntp.el (nntp-coding-system-for-read): Remove.
3559         (nntp-coding-system-for-write): Ditto.
3560         (nntp-open-connection): Just use `binary' directly.
3561
3562         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3563         Gnus 0.3.
3564
3565 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3566
3567         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3568         application/octet-stream parts really is.
3569
3570         * gnus-sum.el (gnus-propagate-marks): Remove.
3571
3572 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3573
3574         * shr.el (shr-rescale-image): Undo previous change; see
3575         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3576
3577 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3578
3579         * gnus.el: Ma Gnus v0.3 is released.
3580
3581 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3582
3583         * gnus-sum.el (gnus-summary-local-variables): Make
3584         `gnus-newsgroup-unexist' into a local variable.
3585
3586 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3587
3588         * registry.el (registry-usage-test, registry-persistence-test): Move to
3589         tests/gnustest-registry.el.
3590         (registry-make-testable-db, registry-match-test)
3591         (registry-instantiation-test): Move to tests/gnustest-registry.el.
3592
3593         * gnus-registry.el (gnus-registry-misc-test)
3594         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3595
3596         * tests/gnustest-registry.el: New file with the registry and
3597         gnus-registry ERT tests.
3598
3599 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-msg.el (gnus-summary-resend-message): Make
3602         gnus-summary-resend-message-insert-gcc be last item in
3603         message-header-setup-hook.
3604
3605 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3606
3607         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3608         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
3609         Remove.
3610         (nnfolder-open-server): Don't use marks.
3611         (nnfolder-request-delete-group): Ditto.
3612         (nnfolder-request-rename-group): Ditto.
3613         (nnfolder-request-set-mark, nnfolder-request-marks)
3614         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3615         (nnfolder-save-marks, nnfolder-open-marks): Remove.
3616
3617         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3618         (nnml-marks-modtime): Remove.
3619         (nnml-request-delete-group): Don't use marks.
3620         (nnml-request-rename-group): Ditto.
3621         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3622         (nnml-save-marks, nnml-open-marks): Remove.
3623
3624         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3625         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3626         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3627         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3628         (nntp-server-to-method-cache): Remove.
3629
3630         * shr.el (shr-rescale-image): Fix wrong merge.
3631
3632 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3633
3634         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3635         too-wide lines.
3636
3637 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3638
3639         * nnimap.el (nnimap-record-commands): New variable.
3640         (nnimap-log-command): Use it.
3641         (nnimap-make-process-buffer): Add a space to the process buffer.
3642         (nnimap-transform-headers): Don't bug out on header lines containing
3643         stuff that look like IMAP length encodings.
3644
3645         * shr.el (shr-rescale-image): Allow viewing large images.
3646
3647 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3648
3649         * nnml.el (nnml-request-compact-group): Delete the marks file after
3650         compaction (bug#10800).
3651
3652         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3653         group exit.
3654
3655         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3656         QRESYNC/FETCH output.
3657
3658 2012-02-11  Glenn Morris  <rgm@gnu.org>
3659
3660         * sieve-manage.el (sieve-manage-default-stream):
3661         * shr.el (shr):
3662         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3663         (nnir-retrieve-headers-override-function)
3664         (nnir-imap-default-search-key, nnir-notmuch-program)
3665         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3666         (nnir-method-default-engines):
3667         * message.el (message-cite-reply-position):
3668         * gssapi.el (gssapi-program):
3669         * gravatar.el (gravatar):
3670         * gnus-sum.el (gnus-refer-thread-use-nnir):
3671         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3672         (gnus-registry-max-pruned-entries):
3673         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3674         * gnus-int.el (gnus-after-set-mark-hook)
3675         (gnus-before-update-mark-hook):
3676         * gnus-async.el (gnus-async-post-fetch-function):
3677         * auth-source.el (auth-source-cache-expiry):
3678         Add missing :version tags to new defcustoms and defgroups.
3679
3680 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-sum.el (gnus-adjust-marked-articles): Add to
3683         `gnus-newsgroup-unexist'.
3684
3685         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
3686         marks.
3687         (gnus-article-special-mark-lists): Put the `unexist' in the special
3688         marks list instead.
3689
3690         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
3691         articles in the list of articles to be selected.
3692
3693         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
3694         articles.
3695         (nnimap-update-info): Keep track of unexisting articles.
3696         (nnimap-update-qresync-info): Ditto.
3697
3698 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3699
3700         * message.el (message-default-send-mail-function): Made into own
3701         function for reuse by emacsbug.el.
3702
3703 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3704
3705         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3706         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3707
3708 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3709
3710         * mm-archive.el (mm-archive-dissect-and-inline): New function.
3711         (mm-archive-dissect-and-inline): Fix up the undisplayer.
3712
3713         * gnus-compat.el: Define `timer-set-function'.
3714
3715         * mm-decode.el (mm-display-external): Output the text from the command
3716         in the buffer after the command finished.  This makes text-based
3717         commands behave better.
3718
3719 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3720
3721         * gnus-compat.el: Add a compat for the old `url-retrieve'.
3722
3723 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3724
3725         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
3726         23.1.
3727
3728 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3731
3732 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3733
3734         * message.el (smtpmail-smtp-user): Silence compiler warning.
3735
3736 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3737
3738         * message.el (message-multi-smtp-send-mail): Also allow specifying the
3739         SMTP user name.
3740
3741 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * gnus-sum.el (gnus-summary-show-thread):
3744         next-single-char-property-change may return nil in XEmacs.
3745         (gnus-summary-article-map): Fix typo.
3746
3747 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3748
3749         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3750         running.
3751
3752         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3753
3754         * gnus.el (gnus-server-extend-method): Don't add an -address component
3755         if the method already has one (bug#9676).
3756
3757 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3760         of an initial-input for consistency (bug#10757).
3761
3762         * dgnushack.el: Fix XEmacs compilation warning.
3763
3764         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3765
3766         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3767
3768 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3769
3770         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3771         lines that are narrower than the window width.  Otherwise background
3772         "blocks" will look less readable.
3773
3774 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3775
3776         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3777         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3778         have newlines within the strings, and where the UID comes after the
3779         BODYSTRUCTURE element (bug#10537).
3780
3781         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3782         (bug#10732).
3783
3784         * shr.el (shr-insert-document): Add doc string.
3785         (shr-visit-file): Ditto.
3786         (shr-remove-trailing-whitespace): New function.
3787         (shr-insert-document): Use it to clean up trailing whitespace as the
3788         final step (bug#10714).
3789
3790 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3793         buffer if `gnus-kill-summary-on-exit' is nil.
3794
3795 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3798         when just reading a single group from "without" Gnus.
3799
3800 2012-02-06  Chong Yidong  <cyd@gnu.org>
3801
3802         * gnus-sum.el (gnus-summary-show-thread):
3803         next-single-char-property-change never returns nil (Bug#8657).
3804
3805 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3806
3807         * message.el (message-multi-smtp-send-mail): New function.
3808         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3809         header to implement multi-SMTP functionality.
3810
3811         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
3812         (gnus-agentize): Don't set it.
3813         (gnus-agent-send-mail): Don't use it.
3814
3815         * gnus-sum.el (gnus-summary-widget-backward): New function and
3816         keystroke.
3817
3818         * gnus-compat.el: More the compat functions more compatible.
3819
3820         * shr.el (shr-put-image): Remove underlines from sliced images.
3821         (shr-zoom-image): Compute the region to be replaced more correctly.
3822
3823 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3826         (gnus-summary-resend-message-insert-gcc): New function.
3827         (gnus-summary-resend-message): Modify message-header-setup-hook and
3828         message-sent-hook to make it work for Gcc.
3829         (gnus-inews-do-gcc): Update the number of unread articles of groups
3830         that messages are Gcc'd to.
3831
3832         * message.el (message-resend): Run message-sent-hook to do Gcc.
3833
3834 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3835
3836         * lpath.el: Fix an XEmacs compilation warning.
3837
3838         * gnus-compat.el: Require `help-fns' to fix compilation error.
3839
3840         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
3841         a higher level to silence compilation.
3842
3843         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3844         parameter to allow controlling the scaling.
3845
3846         * shr.el (shr-zoom-image): New command and keystroke.
3847         (shr-put-image): Take a `size' flag to say how to scale the image.
3848
3849         * gnus-compat.el: Redefine `delete-directory' to provide recursive
3850         deletion unless already defined.
3851
3852         * gnus.el (gnus-compat): Require it.
3853
3854         * gnus-compat.el: New file.
3855
3856         * gnus-start.el (gnus-clean-old-newsrc): New function.
3857         (gnus-read-newsrc-file): Use it.
3858
3859         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3860         Use recursive deletion.
3861         (mm-dissect-archive): Add support for zip files.
3862
3863         * gnus-util.el (gnus-recursive-directory-files): New function.
3864
3865         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3866         (mm-archive-decoders): Add tgz support.
3867
3868         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3869         Otherwise inserting text into the Gnus buffer can look odd.
3870
3871         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3872
3873         * mm-archive.el (mm-archive-decoders): Add support for tar.
3874
3875         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3876
3877         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3878
3879 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3880
3881         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3882
3883         * mm-archive.el: New file.
3884
3885         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
3886
3887         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3888
3889         * message.el (message-goto-*): Make all the `message-goto-*' commands
3890         push the mark before moving point.  This makes it easier to go back to
3891         where you came from after editing whatever you jumped to.
3892
3893 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3894
3895         * gnus.el: Ma Gnus v0.1 is released.
3896
3897 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3898
3899         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3900         without reconnecting.
3901         (nnimap-possibly-change-group): Ditto.
3902         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3903         connection has died before being called.
3904
3905 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3906
3907         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3908         an initial sync unless we're really doing one.
3909
3910         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3911         address parameter if one already exists (bug#9676).
3912
3913         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3914         not the prefix, as documented (bug#10689).
3915
3916 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3919         the "server".
3920
3921         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3922         the real error message with the useless "previously known to be down".
3923         Which isn't even correct.
3924
3925         * nntp.el (nntp-open-connection): Report the error message if the nntp
3926         server can't be reached.
3927
3928         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3929         groups we do a total scan for.
3930         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3931         doing that.
3932
3933 2012-01-31  Jim Meyering  <jim@meyering.net>
3934
3935         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3936         Correct a comment (insert "not") and hide nominally-doubled "to".
3937
3938 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus.el (gnus-version): Change name to "Ma Gnus".
3941
3942 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3943
3944         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3945         section in the manual.
3946
3947 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3948
3949         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3950         words.
3951         (rfc2047-encode-string): Ditto.
3952         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3953         understand folded filename="..." parameters, for instance.
3954
3955         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3956         the message for greater debuggability.
3957
3958 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3959
3960         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3961         instead of setting it locally, since the latter doesn't seem to have
3962         any effect (most of the time).
3963
3964 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3965
3966         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3967         function call.
3968
3969 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3970
3971         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3972         seconds, and make the repeat clause with HH:MM specs work as
3973         documented.
3974
3975 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3976
3977         * proto-stream.el (proto-stream-capability-open): Fall back on
3978         :end-of-command if :end-of-capability doesn't exist.
3979
3980 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3983         bound globally in old Emacsen and XEmacsen.
3984
3985 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3986
3987         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3988         so that previous errors don't prohibit getting new news.
3989
3990         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3991
3992         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3993
3994 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3995
3996         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3997         buffer, not of the string which is its name.
3998
3999 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4000
4001         * proto-stream.el (proto-stream-capability-open): Wait for
4002         :end-of-capability, not :end-of-command.
4003
4004         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4005         non-server-marks groups.
4006         (gnus-group-make-articles-read): Ditto.
4007
4008         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4009         methods (bug#9676).
4010
4011         * gnus.el (gnus-method-ephemeral-p): New function.
4012
4013 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4016         left-to-right.
4017
4018 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4019
4020         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4021         warning.
4022
4023 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4024
4025         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4026         macroexpand the nnir things, since they haven't been defined yet, and
4027         nnir requires gnus-sum.
4028
4029 2012-01-24  Julien Danjou  <julien@danjou.info>
4030
4031         * color.el (color-rgb-to-hsl): Fix value computing.
4032         (color-hue-to-rgb): New function.
4033         (color-hsl-to-rgb): New function.
4034         (color-clamp, color-saturate-hsl, color-saturate-name)
4035         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4036         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4037
4038 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039
4040         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4041
4042 2012-01-19  Julien Danjou  <julien@danjou.info>
4043
4044         * color.el (color-name-to-rgb): Use the white color to find the max
4045         color component value and return correctly computed values.
4046         (color-name-to-rgb): Add missing float conversion for max value.
4047
4048 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4049
4050         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4051         logical server name in addition to the actual machine address.
4052
4053         * auth-source.el (auth-source-user-and-password): Add convenience
4054         wrapper to search by just host and optionally user.
4055
4056 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4059         after rendering.
4060
4061 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4062
4063         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4064         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4065         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4066
4067 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4070         (bug#9693).
4071         (gnus-summary-setup-buffer): Document return value (bug#9697).
4072
4073         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4074         since ido doesn't work on symbols (bug#9632).
4075
4076         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4077         when getting a single value as when getting all the values.  This means
4078         that atoms like `gcc-self' work cumulatively, like variable settings,
4079         instead of getting the value from the last matching clause.
4080         (gnus-group-find-parameter): Protect against the group buffer not
4081         existing (bug#9585).
4082
4083 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * gnus-start.el (gnus-activate-group): Document more parameters
4086         (bug#9694).
4087
4088         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4089         (bug#9692).
4090
4091         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4092         article was fetched, so that it can be expired later (bug#9958).
4093         (gnus-agent-summary-fetch-series): Add doc string.
4094         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4095         (bug#9517).
4096
4097         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4098         retrieval is happening.
4099
4100         * gnus.el (gnus-parameters): Doc fix.
4101
4102 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4103
4104         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4105         show the thread after expansion.
4106
4107 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * gnus-art.el (article-narrow-to-head): If the head is completely
4110         empty, narrow to the empty region (bug#9764).
4111
4112         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4113         read, and then mark them as unread only when the unread mark is used.
4114         This makes `C-- T k' actually work, even though it's confusing.
4115
4116         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4117         alive before we try to find its window.
4118
4119 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4120
4121         * mm-decode.el (mm-display-external): Use a longer timeout for the
4122         deletion to allow slow programs to display the file.
4123
4124 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4127         prompt to be less confusing.
4128
4129         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4130         argument to `message-reply'.  This broke `special-display-*' frame
4131         pop-uping (bug#10238).
4132
4133 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134
4135         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4136         systems, since these allegedly don't work there.
4137
4138 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4139
4140         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4141         live buffer.
4142
4143 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * nnir.el (nnir-retrieve-headers): Protect against the article not
4146         existing on the server (bug#10335).
4147
4148 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4149
4150         * gnus-agent.el (gnus-agent-load-local): Recompute
4151         gnus-agent-article-local on changing method.
4152
4153 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4154
4155         * gnus.el (gnus-parameters): Note precedence.
4156
4157 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4158
4159         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4160         in the group buffer.
4161
4162 2012-01-04  Julien Danjou  <julien@danjou.info>
4163
4164         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4165         change.
4166
4167 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4170         too.
4171
4172         * nntp.el (nntp-retrieve-group-data-early): Use it.
4173
4174 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4175
4176         * nntp.el (nntp-retrieval-in-progress): New variable.
4177         (nntp-make-process-buffer): Make it buffer-local.
4178
4179         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4180         2010.
4181         (gnus-demon-init): Use it to compute the time if time is on the form
4182         "04:23".
4183
4184         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4185
4186         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4187         status in the correct buffer.
4188
4189 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4190
4191         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4192         when opening topics (bug#10407).
4193
4194 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4195
4196         * gnus-cus.el (gnus-score-customize):
4197         * gnus-sum.el (gnus-sort-gathered-threads):
4198         * message.el (message-shorten-references):
4199         * nnmairix.el (nnmairix-request-group):
4200         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4201
4202 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4203
4204         * gnus-agent.el (gnus-agent-regenerate-group):
4205         * gnus-int.el (gnus-retrieve-group-data-early):
4206         * mm-util.el (mm-codepage-ibm-list):
4207         * nndiary.el (Commentary, nndiary-get-new-mail):
4208         * nnir.el (nnir):
4209         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4210
4211 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * mm-view.el (mm-display-inline-fontify): Add comment.
4214
4215 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4216
4217         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4218         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4219
4220 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         * gnus-art.el (gnus-split-methods):
4223         * gnus-msg.el (gnus-configure-posting-styles):
4224         * gnus-spec.el (gnus-parse-simple-format):
4225         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4226         * message.el (message-do-actions): Spelling fix.
4227
4228 2011-12-15  Juri Linkov  <juri@jurta.org>
4229
4230         * mm-decode.el (mm-inline-media-tests): Add missing
4231         `mm-handle-media-subtype'.
4232
4233 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4234
4235         * gnus-group.el (gnus-group-tool-bar):
4236         * gnus-sum.el (gnus-summary-tool-bar):
4237         * message.el (message-tool-bar):
4238         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4239
4240 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4241
4242         * plstore.el (plstore--insert-buffer): Spelling fix.
4243
4244 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4245
4246         * message.el (message-valid-fqdn-regexp): Update with newly approved
4247         top-level domain names ".tel" and ".asia".
4248
4249 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4252         unconditionally.
4253
4254 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4257         pop-to-buffer-same-window for old Emacsen.
4258
4259 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4260
4261         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4262
4263 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4264
4265         * netrc.el (netrc-credentials): Spelling fix.
4266
4267 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4268
4269         * gnus-fun.el (gnus-fun-ppm-change-string):
4270         * gnus-msg.el (gnus-inews-do-gcc):
4271         * gnus-sum.el (gnus-summary-find-for-reselect):
4272         * gnus.el (gnus-summary-cancelled):
4273         * message.el (message-cancel-hook, message-send-news):
4274         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4275         * nnir.el (nnir-run-hyrex):
4276         * nntp.el (nntp-with-open-group-function):
4277         * pgg.el (pgg-pending-timers): Spelling fix.
4278
4279 2011-12-04  Chong Yidong  <cyd@gnu.org>
4280
4281         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4282         change (Bug#10200).
4283
4284 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * compface.el (uncompface):
4287         * gnus-art.el (gnus-article-x-face-command): Update the header format
4288         of icon data for the most recent icontopbm program.
4289
4290 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * gnus-msg.el (gnus-inews-do-gcc):
4293         * message.el (message-send-mail):
4294         * mml.el (mml-generate-mime): Share the value of the buffer-local
4295         `message-options' variable between a draft buffer and temprary working
4296         buffers.
4297
4298 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4299
4300         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4301
4302 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4305         for Cygwin.
4306
4307 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4308
4309         * gnus-group.el (gnus-group-prepare-flat):
4310         * mm-bodies.el (mm-encode-body):
4311         * mml.el (mml-preview):
4312         * nnml.el (nnml-request-compact-group):
4313         * pop3.el (pop3-stream-type): Spelling fix.
4314
4315 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4316
4317         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4318
4319 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4320
4321         * color.el (color-rgb-to-hsl):
4322         * gmm-utils.el (gmm-tool-bar-style):
4323         * gnus-group.el (gnus-group-prepare-flat):
4324         * gnus-topic.el (gnus-topic-prepare-topic):
4325         * mm-decode.el (mm-discouraged-alternatives):
4326         * rfc2047.el (rfc2047-encode-1):
4327         * starttls.el: Spelling fix.
4328
4329 2011-11-24  Glenn Morris  <rgm@gnu.org>
4330
4331         * binhex.el (binhex-begin-line): Give it basic doc-string.
4332
4333         * starttls.el, tls.el: Fix case of "GnuTLS".
4334
4335 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4336
4337         * gnus-group.el (gnus-group-highlight): Fix typo.
4338
4339 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4340
4341         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4342         value of `delete-file', that returns nil for a local file but returns t
4343         for a remote file using ssh.
4344
4345 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4346
4347         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4348
4349 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4352         avoid later breakage.
4353
4354 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4357         article buffers' name.
4358
4359 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4362         by Paul Eggert's spellfixes two days ago.
4363
4364 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4367         doesn't have it.
4368
4369         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4370         buffer-local instead of binding them to avoid warnings.  Also demote
4371         errors (bug#10063).
4372         (font-lock-mode-hook): Shut up byte compiler.
4373
4374 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4375
4376         * mm-util.el (mm-charset-after):
4377         * nnir.el (nnir-run-hyrex):
4378         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4379         (ntlm-get-password-hashes, ntlm-md4hash):
4380         * smime.el: Fix typo.
4381
4382 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4383
4384         * gnus-agent.el (gnus-agent-expire-group-1):
4385         * nndiary.el (nndiary-last-occurence):
4386         * nnimap.el (nnimap-request-set-mark):
4387         * nnmairix.el (nnmairix-only-use-registry):
4388         * gnus-group.el (gnus-group-prepare-flat):
4389         * gnus-sum.el (gnus-decode-encoded-word-methods):
4390         * message.el (message-wash-subject):
4391         * nntp.el (nntp-retrieve-headers-with-xover):
4392         * smime.el (smime-certificate-directory): Spelling fix.
4393
4394 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4395
4396         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4397
4398         * color.el:
4399         * gnus-agent.el (gnus-agent-possibly-alter-active):
4400         * gnus-dired.el (gnus-dired-print):
4401         * mail-parse.el:
4402         * nnmairix.el (nnmairix-request-group):
4403         * shr.el (shr-image-displayer):
4404         * sieve-manage.el:
4405         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4406
4407 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4408
4409         * gnus-sum.el (gnus-auto-select-subject):
4410         * spam-report.el (spam-report-resend): Spelling fix.
4411
4412 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4413
4414         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4415         * gnus-art.el (gnus-default-article-saver):
4416         * gnus-srvr.el (gnus-server-copy-server):
4417         * gnus.el (gnus-sloppily-equal-method-parameters):
4418         * html2text.el (html2text-format-tag-list):
4419         * message.el (message-narrow-to-head):
4420         * nndiary.el:
4421         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4422         * sieve.el: Spelling fix.
4423
4424 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4425
4426         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4427         * gnus-sum.el (gnus-summary-make-menu-bar):
4428         * gnus-uu.el (gnus-uu-decode-postscript)
4429         (gnus-uu-decode-postscript-and-save):
4430         * mailcap.el (mailcap-print-command):
4431         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4432         Fix typos.
4433
4434 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4435
4436         * gnus-art.el (gnus-article-part-wrapper):
4437         * html2text.el (html2text-fix-paragraphs):
4438         * mm-decode.el (mm-image-fit-p):
4439         * rfc2047.el (rfc2047-encode-message-header):
4440         * shr-color.el (shr-color-visible-distance-min)
4441         (shr-color-relative-to-absolute, set-minimum-interval)
4442         (shr-color-visible): Fix typos.
4443
4444 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4445
4446         * gmm-utils.el (gmm-tool-bar-item):
4447         * gnus-art.el (gnus-treat-body-boundary):
4448         * gnus-diary.el (gnus-user-format-function-d):
4449         * gnus-start.el (gnus-get-unread-articles):
4450         * pgg-gpg.el (pgg-gpg-update-agent):
4451         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4452
4453 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4454
4455         * gnus-topic.el (gnus-group-prepare-topics):
4456         * gnus-uu.el (gnus-extract-view):
4457         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4458
4459 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4460
4461         * spam.el: Move BBDB autoloads.
4462         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4463         BBDB 2 and 3.
4464         (spam-check-BBDB): Use it.
4465         (spam-enter-ham-BBDB): Use it.
4466
4467 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4468
4469         * smime.el (smime-draw-buffer): Spelling fix.
4470
4471 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4472
4473         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4474         for scanning exactly one level.
4475         * gnus-start.el (gnus-get-unread-articles): Ditto.
4476
4477 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4480         slightly clearer.
4481
4482 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * gnus-sync.el: More commentary about setup.
4485
4486 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * message.el (message-send-and-exit): Document `arg'.
4489
4490 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4491
4492         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4493
4494 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4497
4498         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4499         we don't use `bound-and-true-p'.
4500
4501 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * gnus-util.el (gnus-bound-and-true-p): Remove.
4504         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4505         * nnir.el: Use it.
4506         * nnmairix.el: Use it.
4507
4508 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4509
4510         * gnus-sync.el: Improve docs about CouchDB admins.
4511
4512         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4513         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4514         for reasons unknown.
4515         * nnir.el: Use it.
4516         * nnmairix.el: Use it.
4517
4518         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4519         * nnir.el: Ditto.
4520         * nnmairix.el: Ditto.
4521
4522         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4523
4524 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4527         not needed.  Provide xmlplistread list function to produce XML plist
4528         output for non-Gnus LeSync clients.
4529
4530 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4533
4534         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4535         and save against it.  Group subscriptions, read marks, other marks,
4536         subscription levels, topic names, and topic offsets (the group's
4537         position within the topic) are saved.  This is an experimental backend
4538         and may change significantly.  Load json.el from the gnus-fallback-lib
4539         if it's not available otherwise.
4540         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4541
4542 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4543
4544         * message.el (message-completion-function): Make sure
4545         message-tab-body-function is not attempted if one of
4546         message-completion-alist fails to find a completion (bug#9158).
4547
4548 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4549
4550         * mml.el (mml-quote-region): Quote <#secure> tag.
4551         (mml-generate-mime-1): Unquote <#secure> tag.
4552
4553 2011-10-20  Chong Yidong  <cyd@gnu.org>
4554
4555         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4556         calling a minor mode from Lisp with nil arg enables it, so we have to
4557         make the wording a bit ambiguous here).
4558
4559 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4562         * nnir.el (nnir-mode): Use it.
4563         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4564         Use it.
4565
4566         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4567         * nnmairix.el (gnus-registry-enabled): Ditto.
4568
4569 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4570
4571         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4572         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4573         only while we need to find out if it should be t or nil.
4574         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4575         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4576         the registry is installed.  Set it to nil when it's unloaded.
4577         (gnus-registry-install-p): Provide user guidance for the initial value
4578         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4579         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4580         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4581         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4582         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4583         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4584         `gnus-registry-install'.
4585
4586 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
4587
4588         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4589         previous change.
4590         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4591         primary key is marked as disabled.
4592
4593 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
4594
4595         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4596         primary key is marked as disabled.
4597
4598 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
4599
4600         * html2text.el (html2text-clean-anchor): Check for quotes around
4601         `href' value.
4602
4603 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4604
4605         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4606         searching.  Drop `bbdb-cache'.
4607
4608 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * message.el (message-signed-or-encrypted-p): Exclude header when
4611         checking if there is signed or encrypted body in text/plain message.
4612
4613 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
4614
4615         * html2text.el (html2text-get-attr): Correctly handle attribute values
4616         containing "=".
4617
4618 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
4619
4620         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4621         handle bindings.
4622
4623 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4624
4625         * gnus-win.el (gnus-configure-windows): Protect against reading
4626         ephemeral groups outside of Gnus.
4627
4628 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * shr.el (shr-tag-img): Don't get images displayed in tables.
4631
4632 2011-10-03  Glenn Morris  <rgm@gnu.org>
4633
4634         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4635         the "maintainer" version of debbugs.gnu.org reports.
4636
4637 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4640         make asynchronous adjacent image insertion work better.
4641
4642 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
4643
4644         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
4645         documentation.
4646
4647 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4650         `gnus-asynchronous' isn't shadowed.
4651
4652 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
4655
4656         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4657         (nnimap-insert-partial-structure): The charset parameter isn't
4658         case-sensitive.
4659
4660         * nnheader.el (nnheader-message-maybe): New function.
4661
4662         * shr.el (shr-tag-table): Render totally broken tables better.
4663
4664         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4665         computing the boundary.
4666
4667 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * pop3.el (pop3-number-of-responses): Remove.
4670         (pop3-wait-for-messages): Rewrite to take linear time instead of
4671         exponential time.
4672
4673 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4676         re-fetch images.
4677
4678         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4679         re-fetch images when hitting `g' in Gnus.
4680
4681 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * mml.el (mml-inhibit-compute-boundary): New internal variable.
4684         (mml-compute-boundary): Don't check collision if it is non-nil.
4685         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4686         before checking collision.
4687
4688 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * message.el (message-indent-citation): Really make sure there's a
4691         newline at the end.
4692
4693         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4694         Fix suggested by John Wiegley.
4695
4696         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4697
4698         * gnus-art.el (gnus-treat-hide-citation): Add doc.
4699
4700         * message.el (message-default-send-rename-function): Break out into its
4701         own function.
4702
4703         * ecomplete.el (ecomplete-display-matches): Revert patch since it
4704         doesn't work under XEmacs.
4705
4706         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4707         of "imaps" to word around Windows problems.
4708         (nnimap-open-connection-1): Use it.
4709
4710         * message.el (message-indent-citation): Revert last change which made
4711         `F' not work.
4712
4713 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
4714
4715         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4716         terminal as well.
4717
4718 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4721         because it displays images using overlays that aren't easy to copy to
4722         the article buffer.
4723
4724 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4725
4726         * message.el (message-indent-citation): Fix empty line removal at the
4727         end of the citation.
4728
4729 2011-09-20  Julien Danjou  <julien@danjou.info>
4730
4731         * auth-source.el (auth-source-netrc-create): Use default value for
4732         password if specified.  Evaluate default.
4733         (auth-source-plstore-create): Ditto.
4734         (auth-source-plstore-create, auth-source-netrc-create): Fix default
4735         value evaluation.
4736         (auth-source-netrc-create): Typo fix.
4737         (auth-source-plstore-create): Ditto.
4738
4739         * password-cache.el (password-cache-remove): Remove entries even if the
4740         value is nil, so that password with a nil value (negative caching) is
4741         possible to invalidate.
4742
4743         * auth-source.el (auth-source-format-cache-entry): New function.
4744
4745 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4748
4749 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4752
4753 2011-09-19  Julien Danjou  <julien@danjou.info>
4754
4755         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4756         which work with things that are not ASCII.
4757
4758 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4761
4762 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4765         message level.
4766
4767 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4770
4771 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus.el (gnus-interactive-exit): Update defcustom spec.
4774
4775 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4776
4777         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4778         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4779
4780 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
4781
4782         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4783         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4784         articles.
4785
4786 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
4787
4788         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4789         (message-mail-other-window, message-mail-other-frame)
4790         (message-news-other-window, message-news-other-frame):
4791         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4792         instead of setting buffer display varibles.
4793
4794 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4795
4796         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4797
4798         * gnus-sum.el (gnus-fetch-headers): Bump message level.
4799
4800 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4803         duplicates" to a higher level.
4804
4805         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4806         most egregious messages.
4807
4808 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809
4810         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4811
4812 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
4813
4814         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4815         up the file (bug#9351).
4816
4817 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
4820         it does with all other backends, but decode the names immediately after
4821         getting them.
4822
4823         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4824         decoding nnimap groups.
4825
4826         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4827         newsrc file.  It doesn't seem like an important optimization any more.
4828
4829 2011-09-10  Dave Abrahams  <dave@boostpro.com>
4830
4831         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4832         overflows.
4833
4834 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus.el (gnus-article-mark-lists): Remove `recent'.
4837         (gnus-interactive-exit): Extend to `quiet'.
4838
4839         * gnus-sum.el (gnus-offer-save-summaries): Use it.
4840
4841         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4842         string.
4843
4844         * plstore.el (plstore--get-buffer): Silence compiler warnings by
4845         renaming function arguments from `this'.
4846
4847         * gnus-sum.el (gnus-newsgroup-recent): Remove.
4848
4849         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4850         has been renamed.
4851         (gnus-lrm-string-p): Include RLM and PDF, too.
4852
4853         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4854         (bug#9225).
4855
4856 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
4857
4858         Add autoload cookies for functions used by sendmail.el.
4859         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4860
4861         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4862
4863 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-art.el (article-date-ut): Work properly even when there are
4866         things like Date header in the body; work for forwarded parts.
4867
4868 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
4869
4870         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4871         original-article-buffer.
4872
4873 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
4874
4875         * nnir.el (nnir-compose-result): Fix matching of server type.
4876         (nnir-run-swish++): Ditto.
4877         (nnir-run-namazu): Ditto.
4878         (nnir-run-notmuch): Ditto.
4879
4880 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4883         (bug#9405).
4884
4885         * gnus-score.el (gnus-summary-increase-score): Doc clarification
4886         (bug#9421).
4887
4888         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4889         (bug#9425).
4890
4891         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4892         thing (bug#9426).
4893
4894 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4895
4896         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4897         the error message.
4898
4899 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
4900
4901         * message.el (message-setup-1): Return t (Bug#9392).
4902
4903 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
4904
4905         * gnus-sum.el: When adding article headers to a summary buffer also
4906         update gnus-newsgroup-articles (bug#9386).
4907
4908 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * auth-source.el: Autoload help-mode.
4911
4912 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4915         names.
4916
4917 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
4918
4919         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4920         mm-replace-in-string for compatibility issues.
4921         * mml2015.el (mml2015-epg-verify): Ditto.
4922
4923 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4926
4927         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4928
4929 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930
4931         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4932         continue on and do the clean-up phase (bug#9188).
4933
4934         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4935         just ignore groups that can't be opened instead of erroring out
4936         (bug#9225).
4937
4938         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4939         nil since some many people are fuddy-duddies.
4940
4941         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4942         images.
4943
4944         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4945         instead.
4946
4947         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4948
4949         * gnus-util.el (gnus-process-live-p): Copy over compat function.
4950
4951         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4952         processing.
4953
4954         * nntp.el (nntp-kill-buffer): Kill the process before killing the
4955         buffer to avoid warnings.
4956
4957 2011-08-20  Simon Josefsson  <simon@josefsson.org>
4958
4959         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4960         specified to reduce precision.
4961
4962 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4965         bodystructures (bug#9314).
4966
4967 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4970         Make button keymap non-sticky after buttons.
4971
4972 2011-08-18  David Engster  <dengste@eml.cc>
4973
4974         * nnmairix.el (nnmairix-request-set-mark)
4975         (nnmairix-goto-original-article): Remove adding of article to registry,
4976         since `gnus-registry-add-group' isn't available anymore.
4977         (nnmairix-determine-original-group-from-registry):
4978         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4979         available anymore.
4980
4981 2011-08-12  Simon Josefsson  <simon@josefsson.org>
4982
4983         * starttls.el (starttls-any-program-available): Define as obsolete
4984         function.
4985
4986 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4989         versions which Gnus use when appropriate.
4990
4991         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4992         a pretty destructive command.
4993
4994         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4995
4996 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * message.el (message-fix-before-sending): Make a different warning
4999         about NUL characters (bug#9270).
5000
5001         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5002         from custom (bug#9260).
5003
5004         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5005         things work in Emacs 22 and XEmacs, too.
5006
5007         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5008         default From.
5009
5010         * gnus-spec.el (gnus-lrm-string-p): New macro.
5011         (gnus-lrm-string): New constant.
5012         (gnus-summary-line-format-spec): LRM-ify the from.
5013         (gnus-tilde-max-form): LRM-ify string chopping.
5014
5015         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5016
5017         * message.el (message-is-yours-p): Allow disabling canlock checking
5018         (bug#9295).
5019         (message-shoot-gnksa-feet): Add `canlock-verify'.
5020         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5021         message directory isn't writable (bug#9304).
5022
5023         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5024         non-world-readable.
5025
5026 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5029         articles.
5030
5031 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5032
5033         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5034         copy-list.
5035
5036 2011-08-12  Sam Steingold  <sds@gnu.org>
5037
5038         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5039         in the reverse order to avoid modifying the cache with `nreverse'.
5040         (gnus-all-score-files): Do not modify the value returned by
5041         `gnus-score-find-alist' because it lives in a cache variable.
5042         (gnus-current-home-score-file): No need to `nreverse' the return value
5043         of `gnus-score-find-alist', it is already in the correct order.
5044
5045 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5046
5047         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5048         type MESSAGE and subtype RFC822 is slightly different from those of
5049         type TEXT.
5050
5051 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5052
5053         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5054         This allows article-referral to work from an nnir group.
5055
5056 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5057
5058         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5059
5060 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5061
5062         * mml1991.el (mml1991-epg-find-usable-key)
5063         (mml1991-epg-find-usable-secret-key): New function.
5064         (mml1991-epg-sign): Check if signing key is usable.
5065         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5066
5067 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5068
5069         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5070         server-variables only.  This should fix a bug introduced with commit
5071         e1889675b7f4adf057833c5513c9374134c4e053.
5072         (nnir-run-query): 'nnir-search-engine should not be set from the global
5073         environment.
5074
5075 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5076
5077         * nnir.el (nnir-search-thread): Position point on referring article
5078         line.
5079         (nnir-warp-to-article): Clean up summary buffers.
5080
5081         * nnimap.el (nnimap-request-thread): Whitespace fix.
5082
5083 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5084
5085         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5086
5087 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * starttls.el (starttls-available-p): Rename from
5090         `starttls-any-program-available' and changed return convention.
5091
5092 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5093
5094         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5095         `unix-sync' unless it's defined.
5096
5097 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5098
5099         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5100         `aref' for XEmacs compatibiltiy.
5101
5102 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5105
5106 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5107
5108         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5109         closures, quote the form properly (bug#9194).
5110
5111 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5114         (gnus-summary-insert-new-articles): Protect against servers that are
5115         down.
5116
5117 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5118
5119         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5120         in mm handle if none is specified.
5121
5122 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5123
5124         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5125
5126 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5127
5128         * nnir.el (nnir-search-thread): New function to make an nnir group
5129         based on a thread query.
5130
5131         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5132         of nnir in thread referral.
5133         (gnus-summary-refer-thread): Use it.
5134
5135         * nnimap.el (nnimap-request-thread): Use it.
5136
5137 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * shr.el (shr-tag-comment): Ignore HTML comments.
5140
5141 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5142
5143         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5144         argument.
5145         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5146         Use `nnir-address' to handle server info rather than passing an arg.
5147
5148         * nnimap.el (nnimap-make-thread-query): New utility function to format
5149         an imap thread search query.
5150         (nnimap-request-thread): Use it.
5151
5152         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5153         right select-method if we are not going back to the group buffer.
5154
5155 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5158         enter invalid buffer configurations into the quit form (bug#9107).
5159         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5160         unplugged/plugged.
5161
5162         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5163         keep track of which ones are unread (bug#9061).
5164
5165         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5166         (bug#9055).
5167
5168         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5169         (bug#9041).
5170
5171         * gnus-html.el (mm-util): Require (bug#9073).
5172
5173         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5174         (gnus-summary-refer-thread): Use it to remove duplicates in the
5175         un-threaded view (bug#9053).
5176         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5177
5178 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5179
5180         * nnir.el (nnir-read-server-parm): Use default value from global
5181         variable.  Without this the default search engine parameters aren't
5182         used at all.
5183
5184 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * message.el (message-unique-id): Don't use the undocumented return
5187         value from (random t) (bug#9118).
5188
5189 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * message.el (message-auto-save-directory): If the ~/Mail directory
5192         doesn't exist, use ~ as the auto-save directory (bug#4432).
5193
5194         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5195         hasn't already been started.
5196
5197 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5200
5201         * message.el (message-reply): Work around mysterious bug where
5202         `message-mode' seems to overwrite the locally bound `subject' variable.
5203
5204 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5205
5206         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5207         correct group.
5208
5209         * gnus-int.el (gnus-request-thread): Add group argument.
5210
5211         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5212
5213 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5216
5217         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5218         renamed to `debbugs-gnu-*'.
5219
5220 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5221
5222         * plstore.el: Revert the editing feature since it is not urgent.
5223         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5224         (plstore-mode-decoded): Remove.
5225
5226 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5229         isn't very interesting any more, and it leaks potentially secret data.
5230         (gnus-debug): Remove.
5231
5232         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5233         use of :custom-show.
5234
5235 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5236
5237         * plstore.el: Add documentation.
5238         (plstore-mode): New mode to edit plstore file.
5239         (plstore-mode-toggle-display, plstore-mode-original)
5240         (plstore-mode-decoded): New command.
5241         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5242         (plstore--insert-buffer, plstore--make): New function.
5243         (plstore-open, plstore-save): Simplify by using them.
5244
5245 2011-07-06  Glenn Morris  <rgm@gnu.org>
5246
5247         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5248
5249 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5250
5251         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5252         no longer is much used.
5253         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5254         Articles".
5255
5256 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5257
5258         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5259         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5260         `notmuch' backend.
5261
5262 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * mm-decode.el (mm-text-html-renderer): Doc fix.
5265
5266         * gnus-msg.el (gnus-bug): Fix the MML tag.
5267
5268         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5269
5270 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5271
5272         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5273         secondary methods if started with `gnus-no-server'.
5274
5275 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5276
5277         * message.el (message-return-action): Fix typo in docstring.
5278
5279 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5282         bug reports at once.
5283
5284         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5285
5286 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5287
5288         * nndraft.el: Require gnus-group.
5289         (nndraft-request-list): Declare.
5290
5291         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5292         no unread article unless it matches gnus-permanently-visible-groups.
5293
5294         * nndraft.el (nndraft-update-unread-articles): New function.
5295         (nndraft-request-associate-buffer): Use it to update the number of
5296         unread articles for the nndraft groups in the group buffer when saving
5297         or killing a draft message.
5298
5299 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5302         systems to binary before writing and reading the mbox files.
5303
5304         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5305         instead of trying to list them all (bug#8978).
5306
5307 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5308
5309         * pop3.el (pop3-open-server): Use :end-of-capability.
5310
5311 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5314         the id is always a number.
5315
5316         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5317
5318         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5319         debbugs mode, if possible.
5320
5321 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5322
5323         * auth-source.el (auth-source-token-passphrase-callback-function):
5324         Reindent.
5325         (epg-context-operation): Remove unnecessary autoload.
5326
5327 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * gnus.el (gnus-list-debbugs): New command.
5330
5331         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5332         mboxstat instead of the maintbox, since the stat seems to be fuller.
5333
5334         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5335         summary buffers.
5336
5337         * message.el (message-get-reply-headers): Delete all duplicates,
5338         instead of the first.
5339         (message-get-reply-headers): Ensure that we have progress while
5340         deleting duplicates.
5341
5342         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5343         gnus-posting-style value from the summary buffer to make it easier to
5344         make that a per-buffer conf.
5345
5346 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5347
5348         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5349         found by setting `shortcut' in 'query.
5350         (nnir-request-article): Use `shortcut' setting when requesting article
5351         by Message-ID.
5352
5353 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5354
5355         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5356         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5357         Bring the pseudo-headers back too.
5358
5359 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5360
5361         * auth-source.el (auth-source-token-passphrase-callback-function):
5362         Simplify and remove EPA dependency.
5363
5364 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5365
5366         * nnir.el (nnir-request-article): Fix error message text.
5367
5368 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5369
5370         * auth-source.el (plstore-delete): Autoload.
5371         (auth-source-plstore-search): Support delete operation.
5372         * plstore.el (plstore-delete): New function.
5373
5374 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5377         mark actually existing articles as unread rather than the ones that
5378         active asserts.
5379
5380 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5381
5382         * nntp.el (nntp-record-command):
5383         * gnus-util.el (gnus-message-with-timestamp-1):
5384         Use format-time-string rather than decoding time stamps by hand.
5385         This is simpler and insulates the code from potential changes to
5386         current-time format.
5387
5388 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5391
5392 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5393
5394         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5395         (plstore-save): Support public key encryption.
5396         (plstore--init-from-buffer): New function.
5397         (plstore-open): Use it; fix error when opening a non-existent file.
5398         (plstore-revert): Use plstore--init-from-buffer.
5399
5400 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5401
5402         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5403
5404 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5407         for old Emacsen.
5408
5409 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5410
5411         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5412         is not fully working.
5413
5414 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * dgnushack.el: Autoload sha1 on XEmacs.
5417
5418         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5419         quit window configuration.
5420
5421         * auth-source.el (epg-context-set-passphrase-callback):
5422         Remove duplicate autoload.
5423
5424 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5425
5426         * nnir.el (nnir-request-article): Allow requesting articles by
5427         Message-ID with nnimap.
5428
5429         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5430         current server.
5431
5432 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * auth-source.el: Autoload EPA/EPG functions.
5435         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5436         changed when EPA/EPG is not available.
5437         (auth-source-backend): Rename "arg" member to "data".
5438         (auth-source-backend-parse, auth-source-plstore-search)
5439         (auth-source-plstore-create): Use it.
5440
5441 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5442
5443         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5444         `gnus-refer-article-methods'.
5445
5446 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5447
5448         * auth-source.el: Require EPA and EPG.
5449         (auth-source-passphrase-alist): New variable.
5450         (auth-source-passphrase-callback-function)
5451         (auth-source-token-passphrase-callback-function): Callbacks for the
5452         netrc field encryption (GPG tokens).
5453         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5454         Symmetric encryption and decryption of the netrc GPG tokens.
5455         (auth-source-netrc-normalize): Use them, simplifying the closure.
5456
5457 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5460         is available.
5461
5462 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5465         non-nil, and `nnimap-split-methods' is nil, use the former.
5466
5467 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5468
5469         * plstore.el (plstore-revert): New function.
5470         (plstore-open): Use it; hide the buffer from user.
5471
5472 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5473
5474         * auth-source.el (auth-source-backend): New member "arg".
5475         (auth-source-backend-parse): Handle new backend 'plstore.
5476         * plstore.el: New file.
5477
5478 2011-06-30  Glenn Morris  <rgm@gnu.org>
5479
5480         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5481
5482 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5485         expiring articles to.
5486
5487         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5488         variations as ASCII (bug#5458).
5489
5490 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5493
5494 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * message.el (message-point-in-header-p): Tweak the function to default
5497         to saying that we're not in the headers if there is no separator at
5498         all.  This makes it possible to use the Message version of `M-q' in
5499         buffers with no headers (bug#7987).
5500         (message-point-in-header-p): Fix last checkin to work with an empty
5501         mail-header-separator, too.
5502
5503         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5504         again, save the choice via customize.
5505
5506 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5509
5510         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5511         ended the connection, bail out before waiting infinitely on a new
5512         connection.
5513
5514 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5517         reports.
5518
5519         * gnus.el (gnus-bug-package): Use "gnus."
5520         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5521
5522 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * dgnushack.el: Make the timer warning go away on XEmacs.
5525
5526         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5527         animations going on at article exit time.
5528
5529         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5530         since removing it breaks people upgrading.
5531
5532         * shr.el (shr-put-image): Use the new interface for animating images.
5533         (shr-put-image): Animate for 60 seconds.
5534
5535         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5536         avoid compiler warnings.
5537
5538         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5539         error with `find-file-hooks' on Emacs 22.
5540         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5541         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5542         on all architectures.
5543
5544         * spam.el (spam-stat): Require in a normal fashion without binding
5545         `spam-stat-install-hooks' to avoid compilation warnings.
5546
5547         * spam-stat.el (spam-stat-install-hooks): Remove.
5548         (spam-stat-install-hooks): Don't run automatically.
5549
5550 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5551
5552         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5553         and keystroke.
5554
5555 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * auth-source.el (auth-source-netrc-cache): Move forward.
5558
5559 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * proto-stream.el (proto-stream-open-starttls): Use
5562         `gnutls-available-p' to see whether we have built-in support.
5563
5564         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5565         we already know.
5566         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5567         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5568
5569 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5572         %S format, since that looks odd.
5573         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5574         file, especially when saving.
5575
5576 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5577
5578         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5579         article found.
5580
5581 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
5582
5583         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5584         `auth-source-save-secrets' with a more sensitive alist that can be
5585         configured per file.  Experimental, so defaults to 'never.
5586         (auth-source-netrc-create): Use it.  Still experimental code.
5587         (with-auth-source-epa-overrides): Use `find-file-hooks' if
5588         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
5589
5590 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
5591
5592         * auth-source.el (auth-source-save-secrets): New variable to control if
5593         secret tokens should be saved encrypted.
5594         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5595         to `auth-source-netrc-normalize'.
5596         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
5597         on the EPA variables being defined.
5598         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5599         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5600         the lexical-let closure.
5601         (auth-source-netrc-create): Create "gpg:" tokens according to
5602         `auth-source-save-secrets'.
5603
5604 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-group.el (gnus-group-update-group): Add new argument
5607         `info-unchanged' that stops updating dribble buffer.
5608
5609         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5610         deletes lines matching to it in dribble buffer.
5611
5612         * gnus-agent.el (gnus-agent-fetch-group-1):
5613         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5614         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5615         * gnus-start.el (gnus-group-change-level):
5616         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5617
5618         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5619         if newsgroup info is not changed.
5620
5621         * gnus-group.el (gnus-group-get-new-news-this-group):
5622         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5623         Don't update dribble buffer.
5624
5625 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
5626
5627         * gnus-registry.el (gnus-registry-remove-ignored): New function to
5628         remove entries with groups we ignore.
5629
5630 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5633         the underline comes at the bottom.
5634
5635 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5638         `gnus-registry-user-format-function-M' and declare the latter obsolete.
5639         (gnus-registry-article-marks-to-names): Rename from
5640         `gnus-registry-user-format-function-M2'.
5641
5642 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5645         ephemeral group.
5646
5647 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * shr.el (shr-browse-image): Copy the URL if called interactively.
5650
5651 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5654         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
5655         done, then unselected articles may be marked as read.
5656
5657         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5658         since not doing this seems to lead to a race condition in pop3-logon.
5659
5660         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5661         so that the call chain it correct when we call "upwards".
5662
5663         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5664         in read-only groups.
5665
5666         * gnus-group.el (gnus-group-mark-article-read): Ditto.
5667
5668         * message.el (message-cite-reply-position): Doc string fix.
5669
5670         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5671         avoid regexp overflow.
5672         (nnimap-transform-split-mail): Ditto.
5673
5674         * pop3.el (pop3-retr): Error out if the server closes the connection.
5675
5676 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5677
5678         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5679         mm-with-unibyte-current-buffer.  The buffer should not contain any
5680         multibyte chars anyway at this stage.
5681
5682 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5683
5684         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5685         at the end of lines.
5686
5687 2011-05-29  Julien Danjou  <julien@danjou.info>
5688
5689         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5690
5691 2011-05-27  Glenn Morris  <rgm@gnu.org>
5692
5693         * gnus-group.el (gnus-bug-group-download-format-alist):
5694         Use the "maintainer" version of debian reports as well.
5695
5696 2011-05-26  Glenn Morris  <rgm@gnu.org>
5697
5698         * gnus-group.el (gnus-bug-group-download-format-alist):
5699         Use the "maintainer" version of debbugs.gnu.org reports.
5700
5701 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5704
5705 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5706
5707         * gnus-cus.el (gnus-agent-customize-category):
5708         * gnus-delay.el (gnus-delay-send-queue):
5709         * gnus.el (gnus-other-frame):
5710         Don't quote lambda expressions with `quote'.
5711
5712 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5713
5714         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5715         the thread moves us backwards and so we loop forever.
5716
5717 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5720         whitespace in base64 data lines.
5721
5722 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * gnus-registry.el (gnus-registry-user-format-function-M):
5725         Use `mapconcat'.
5726         (gnus-registry-user-format-function-M2): Use to see the full text of
5727         the marks.  Make "," the mark text separator.
5728
5729         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5730         authentication with auth-source.
5731
5732 2011-05-17  Glenn Morris  <rgm@gnu.org>
5733
5734         * gnus-group.el (gnus-import-other-newsrc-file):
5735         Use insert-file-contents.
5736
5737 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5740         1000 iterations.
5741
5742 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * nntp.el (nntp-open-connection): Check if process-type is available.
5745
5746 2011-05-16  Julien Danjou  <julien@danjou.info>
5747
5748         * shr.el (shr-tag-del): Add support for del tag.
5749
5750 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-html.el (gnus-html-put-image): Register a displayer.
5753
5754         * shr.el (shr-image-displayer): Don't remove text props from alt text.
5755
5756 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * registry.el (prune-factor): New initialization parameter defaulting
5759         to 0.1.
5760         (registry-prune-hard): Use it.
5761
5762         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5763         0.1 expicitly.
5764
5765 2011-05-13  Glenn Morris  <rgm@gnu.org>
5766
5767         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5768         is bound, since this function requires sendmail.
5769
5770 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * registry.el (registry-usage-test): Disable pruning test.
5773
5774 2011-05-11  David Engster  <dengste@eml.cc>
5775
5776         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
5777         Bind set-network-process-option for XEmacs.
5778
5779 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
5780
5781         * registry.el (registry-prune-hard-candidates)
5782         (registry-prune-soft-candidates): Helper methods for registry pruning.
5783         (registry-prune): Use them.  Make the sort function optional.
5784
5785 2011-05-10  Jim Meyering  <meyering@redhat.com>
5786
5787         * shr.el (shr-colorize-region): Fix typo "on on -> on".
5788
5789 2011-05-10  Julien Danjou  <julien@danjou.info>
5790
5791         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5792         symbol and not a list.
5793
5794 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-art.el (gnus-article-mode): Move binding of
5797         shr-put-image-function here from gnus-article-prepare-display.
5798
5799         * shr.el (shr-put-image-function): New variable.
5800         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5801         (shr-put-image): Return scaled image.
5802
5803         * gnus-art.el (gnus-shr-put-image): New function.
5804         (gnus-article-prepare-display): Bind shr-put-image-function to it.
5805
5806         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5807         original ones, as deletable.
5808
5809 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5810
5811         * nntp.el (nntp-open-connection): Set TCP keepalive option.
5812
5813 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * registry.el (registry-full): Add convenience method.  Fix logic.
5816         (registry-insert): Use it.  Fix logic here too.
5817
5818         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5819         `registry-prune' if `registry-full' returns t.
5820         (gnus-registry-handle-action)
5821         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5822         (gnus-registry-usage-test): Use it.
5823
5824 2011-05-07  Julien Danjou  <julien@danjou.info>
5825
5826         * shr.el (shr-link): Make shr-link inherit from link by default.
5827
5828 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * shr.el (shr-urlify, shr-link): Fix shr-link face.
5831
5832 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5835         error out because the face is not a list.
5836
5837 2011-05-05  Glenn Morris  <rgm@gnu.org>
5838
5839         * proto-stream.el (gnutls-negotiate): Fix declarations.
5840
5841         * gnus-start.el (gnus-propagate-marks): Declare.
5842
5843 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
5844
5845         * registry.el (registry-reindex): Fix percentage message.
5846
5847         * proto-stream.el (network-stream-open-starttls): Adjust to call
5848         `gnutls-negotiate' with :process and :hostname arguments.
5849
5850 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
5851
5852         * shr.el: Add shr-link face for links.
5853         (shr-urlify): Use it.
5854
5855         * registry.el (registry-insert): Make error message more helpful.
5856
5857 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * gnus-html.el (gnus-html-schedule-image-fetching):
5860         Use url-queue-retrieve, if it exists.
5861
5862         * shr.el (shr-tag-img): Ditto.
5863
5864         * gnus.el: Autoload more gnus-agent functions.
5865
5866         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5867         agent if we haven't already (bug#8502).
5868
5869         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5870         into the Agent, too.
5871
5872         * gnus-agent.el (gnus-agent-store-article): New function.
5873
5874         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5875         and moved from that file for reuse.
5876
5877         * pop3.el (pop3-open-server): Error messages are "-ERR".
5878
5879 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5880
5881         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5882         (open-tls-stream): Remove superfluous tls/starttls autoloads.
5883
5884 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5885
5886         * gnus.el: No Gnus v0.17 is released.
5887
5888 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5889
5890         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5891         buffer has moved to a different frame.
5892
5893 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5896         to get the conversion from unibyte to multibyte buffers to work on
5897         Emacs 22.
5898
5899         * nntp.el (nntp-request-article): Slight clean-up.
5900
5901 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5902
5903         * shr.el (shr-strike-through): New face.
5904         (shr-tag-s): Use it to provide <s> support.
5905         (shr-tag-s): Remove duplicate definition.
5906
5907 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5910         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5911
5912 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
5913
5914         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
5915         `gnutls-negotiate'.
5916         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
5917
5918 2011-04-23  Glenn Morris  <rgm@gnu.org>
5919
5920         * gnus-sum.el (gnus-extra-headers): Bump :version.
5921
5922 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * shr.el (shr-tag-sup): New function.
5925         (shr-tag-sub): Ditto.
5926
5927 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
5928
5929         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5930         for the case where `gnus-registry-ignored-groups' is a list of lists,
5931         and don't call `gnus-parameter-registry-ignore' otherwise.
5932
5933 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
5934
5935         * nnimap.el (nnimap-user): New backend variable.
5936         (nnimap-open-connection-1): Use it.
5937         (nnimap-credentials): Accept user parameter so it's explicit what user
5938         name is desired.
5939
5940         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5941         default.
5942
5943         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5944         not gnus-registry.el.
5945
5946         * gnus-registry.el: Mention in comments how to modify
5947         `gnus-extra-headers' for proper recipient tracking and that it may
5948         already have To and Cc recently, which it does as of this commit.
5949         (gnus-registry-ignored-groups): Remove defcustom.
5950         Explain why in comments.
5951         (gnus-registry-action): Fix data-header reference to use the extra
5952         headers.  Explain in package commentary how to add To and Cc headers to
5953         the gnus-extra-headers.
5954         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5955         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5956         parameter list or a string list in `gnus-registry-ignored-groups'.
5957         Fix logic error.
5958
5959 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * shr.el (shr-expand-url): Protect against null urls.
5962
5963 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * shr.el (shr-base): New binding.
5966         (shr-tag-base): Keep track of <base>.
5967         (shr-expand-url): New function used throughout.
5968
5969 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * gnus-registry.el
5972         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5973         (gnus-registry-ignored-groups): New variable.
5974         (gnus-registry-ignore-group-p): Use it.
5975         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5976         set the destination group to nil (same as delete) if it's ignored.
5977
5978 2011-04-20  David Engster  <dengste@eml.cc>
5979
5980         * tests/gnustest-nntp.el: New file for simple NNTP testing.
5981
5982         * Makefile.in (test-nntp): New rule.
5983         (check): Add it.
5984         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
5985
5986 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-registry.el (gnus-registry-action)
5989         (gnus-registry-fetch-header-fast):
5990         Don't use mail-header that looks an internal function of mailheader.el.
5991
5992 2011-04-19  Glenn Morris  <rgm@gnu.org>
5993
5994         * time-date.el (time-to-days): Remove unused local variables.
5995
5996 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-registry.el: Eliminate cl functions.
5999         (gnus-registry-sort-addresses): New function that replaces mapcan.
6000         (gnus-registry-action, gnus-registry-spool-action)
6001         (gnus-registry-split-fancy-with-parent)
6002         (gnus-registry-fetch-recipients-fast): Use it.
6003         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6004
6005         * registry.el (initialize-instance, registry-lookup)
6006         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6007         (registry-lookup-secondary-value, registry-search, registry-delete)
6008         (registry-insert, registry-reindex, registry-size, registry-prune):
6009         Use eval-and-compile.
6010
6011 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6012
6013         * registry.el (registry-reindex): New method to recreate the secondary
6014         registry indices.
6015
6016         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6017         tracked field changes.
6018         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6019         (gnus-registry-action, gnus-registry-spool-action)
6020         (gnus-registry-handle-action)
6021         (gnus-registry--split-fancy-with-parent-internal)
6022         (gnus-registry-split-fancy-with-parent)
6023         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6024         move, and delete actions, and for fancy splitting with parent.
6025         (gnus-registry-extract-addresses)
6026         (gnus-registry-fetch-recipients-fast)
6027         (gnus-registry-fetch-header-fast): Convenience functions.
6028         (gnus-registry-misc-test): ERT test of
6029         `gnus-registry-extract-addresses'.
6030
6031 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6034         Track by subject first, then sender.
6035
6036 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6037
6038         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6039
6040         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6041         Lisp.
6042
6043         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6044         (gnus-draft-send): Use it to avoid popping
6045         up frames from gnus-group-send-queue.
6046
6047 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6048
6049         * gnus-registry.el: Updated gnus-registry docs.
6050
6051 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6054         Fix logic bug.
6055         (gnus-registry-post-process-groups): Fix logging of no results and
6056         quote sender and subject.
6057
6058 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6059
6060         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6061         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6062         gnutls-cli are too slow to be done opportunistically.
6063
6064         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6065         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6066         we had no early-data returned.
6067         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6068         two async commands to the same server at the same time.
6069
6070 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6071
6072         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6073
6074 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6075
6076         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6077         "warning" level.
6078
6079         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6080         (mm-url-insert-file-contents): Don't set the package names.
6081
6082 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * gnus-registry.el (gnus-registry-action): Remove properties and
6085         simplify subject in `gnus-registry-handle-action'.
6086         (gnus-registry-spool-action): Get subject and sender from message if
6087         they are not passed in.
6088         (gnus-registry-handle-action): Remove properties and simplify subject
6089         consistently.
6090
6091 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6092
6093         * registry.el: Require CL before using defmacro*.
6094
6095 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-art.el (article-treat-date): Assume that
6098         gnus-article-date-headers may be a group parameter.
6099
6100 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6103
6104         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6105         interactively so the newsrc file can contain foreign groups too.
6106         Useful for debugging but not much for users.
6107
6108 2011-04-07  David Engster  <dengste@eml.cc>
6109
6110         * registry.el (registry-usage-test): Only do
6111         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6112         lexical binding.
6113
6114 2011-04-07  David Engster  <dengste@eml.cc>
6115
6116         * Makefile.in (check, test-registry): New rules for test-suite.
6117
6118 2011-04-06  David Engster  <dengste@eml.cc>
6119
6120         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6121         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6122
6123 2011-04-06  David Engster  <dengste@eml.cc>
6124
6125         * registry.el (initialize-instance): Change :after to :AFTER to be
6126         compatible with old EIEIO version in XEmacs.
6127
6128 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * gnus-registry.el (gnus-registry-post-process-groups)
6131         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6132         and provide better messaging.
6133
6134 2011-04-06  David Engster  <dengste@eml.cc>
6135
6136         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6137         errors.
6138
6139         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6140         dgnushack-compile with error-on-warn enabled, and to signal an error if
6141         clean compilation failed.
6142         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6143         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6144
6145 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6146
6147         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6148         unconditionally anyway, discarding errors.
6149         (gnus-registry-delete-entries): New convenience function.
6150         (gnus-registry-import-eld): Import from old .eld registry.
6151
6152         * registry.el: Don't use ERT if it's not available.  Load it
6153         unconditionally anyway, discarding errors.
6154
6155         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6156         version from the Claudio Bley GnuTLS patch (extra optional parameters
6157         and host name).
6158
6159 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6160
6161         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6162         fixup the parameters that can be customized by the user between
6163         save/read cycles.
6164         (gnus-registry-read): Use it.
6165         (gnus-registry-make-db): Use it.
6166         (gnus-registry-spool-action, gnus-registry-handle-action):
6167         Fix messaging.
6168         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6169         Map references to actual group names with sender and subject tracking.
6170         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6171         (gnus-registry-usage-test): Add subject lookup test.
6172
6173         * registry.el (registry-db, initialize-instance): Set up constructor
6174         instead of :initform arguments for the sake of older Emacsen.
6175         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6176         pre-lexbind merge bug.
6177         (registry-usage-test): Use it.
6178         (initialize-instance, registry-db): Move the non-function initforms
6179         back to the class definition.
6180
6181 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6182
6183         * registry.el: New library to manage gnus-registry-style data.
6184
6185         * gnus-registry.el: Use it (major rewrite).
6186
6187         * nnregistry.el: Use it.
6188
6189         * spam.el: Use it.
6190
6191 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6194         marks on non-selected articles.
6195
6196 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6197
6198         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6199         parameter to open-protocol-stream.
6200
6201 2011-04-01  Julien Danjou  <julien@danjou.info>
6202
6203         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6204         fundamental-mode.
6205
6206 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6209         servers.
6210
6211 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6214         made marks not propagate, again.
6215
6216 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6217
6218         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6219         Make this the default type.
6220         (proto-stream-open-plain): Rename from proto-stream-open-default.
6221         (open-protocol-stream, proto-stream-open-starttls)
6222         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6223         with `plain'.
6224
6225         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6226         value.
6227
6228         * nntp.el (nntp-open-connection-function): Document the fact that some
6229         values are not functions but are instead handled specially.
6230         Recognize nntp-open-plain-stream value.
6231         (nntp-open-connection): Recognize that value.
6232
6233 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6236         where it seems to be needed.
6237
6238 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6241         stuff.
6242
6243         * gnus-score.el (gnus-score-string): Fix calling convention of
6244         `gnus-simplify-buffer-fuzzy' after last patches.
6245
6246         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6247         server for articles we didn't get any headers for.  This is a sanity
6248         check.
6249
6250 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6251
6252         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6253         new CAPABILITY, use it.
6254
6255 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6258         downloading anything.
6259
6260         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6261
6262 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6263
6264         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6265         colors.
6266         (gnus-splash-svg-color-symbols): New function.
6267
6268 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6269
6270         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6271         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6272         (gnus-simplify-subject-fuzzy): Use the local
6273         gnus-simplify-subject-fuzzy-regex instead of the global one.
6274         This makes using this variable in group parameters work.
6275
6276 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         * gnus-registry.el (gnus-registry-unfollowed-groups):
6279         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6280         archive:sent-YYYY-MM-DD groups).
6281         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6282         tracking if there are more than `gnus-registry-max-track-groups'
6283         matches.
6284
6285 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6286
6287         * message.el (message--yank-original-internal): New function to do the
6288         insertion cleanly inside eval in `message-yank-original'.
6289         (message-yank-original): Use it.
6290
6291 2011-03-29  Julien Danjou  <julien@danjou.info>
6292
6293         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6294         local variables disabled rather than `normal-mode'.
6295
6296 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6297
6298         * imap.el (imap-shell-open, imap-process-connection-type):
6299         Use imap-process-connection-type for 'shell' streams as well as
6300         Kerberos, SSL, other subprocesses.
6301
6302 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6303
6304         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6305         with open-network-stream.
6306         (proto-stream-always-use-starttls): Option removed.
6307         (open-protocol-stream): Return a process object by default.  Provide a
6308         new parameter :return-list specifying a list-type return value, which
6309         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6310         :type `network' to `try-starttls', and `network-only' to `default'.
6311         Make `default' the default, for compatibility with open-network-stream.
6312         Handle the no-parameter case exactly as open-network-stream, with no
6313         additional stream processing.  Search plists using plist-get.
6314         Explicitly add :end-of-commend parameter if it is missing.
6315         (proto-stream-open-default): Rename from
6316         proto-stream-open-network-only.  Return 'default as the type.
6317         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6318         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6319         failed.  Always return a list with a (possibly dead) process as the
6320         first element, for compatibility with open-network-stream.
6321         (proto-stream-open-tls): Use plist-get.  Always return a list.
6322         (proto-stream-open-shell): Return `default' as connection type.
6323         (proto-stream-capability-open): Use plist-get.
6324         (proto-stream-eoc): Function deleted.
6325
6326         * nnimap.el (nnimap-stream, nnimap-open-connection)
6327         (nnimap-open-connection-1): Handle renaming of :type parameter for
6328         open-protocol-stream.
6329         (nnimap-open-connection-1): Pass a :return-list parameter
6330         open-protocol-stream to obtain a list return value.  Parse this list
6331         using plist-get.
6332
6333         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6334         for open-protocol-stream.  Accept open-protocol-stream return value
6335         that is a subprocess object instead of a list.  Handle the case of a
6336         dead returned process.
6337
6338 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6341
6342         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6343
6344 2011-03-21  Julien Danjou  <julien@danjou.info>
6345
6346         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6347         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6348         query.
6349         (mm-inline-text): Render normal text with fontification whenever
6350         possible.
6351
6352         * gnus-sum.el (gnus-summary-save-parts-1):
6353         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6354         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6355         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6356         Use `mm-handle-filename'.
6357
6358         * mm-util.el (mm-handle-filename): New function, return the filename of
6359         an handle.
6360
6361 2011-03-18  Julien Danjou  <julien@danjou.info>
6362
6363         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6364         (gnus-buffer-live-p): Check that buffer is not nil.
6365
6366 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6367
6368         * gnus.el: No Gnus v0.15 is released.
6369
6370 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6371
6372         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6373         avoid warning on XEmacs.
6374
6375         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6376         on XEmacs.
6377
6378         * gnus-art.el: Require mouse, which the build bot seems to say is
6379         needed.
6380
6381         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6382
6383         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6384         XEmacs, since it doesn't have url-retrieve-synchronously.
6385
6386         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6387         since assoc-string doesn't exist in XEmacs.
6388
6389 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6390
6391         * gnus-group.el (gnus-group-list-ticked): New function.
6392         (gnus-group-make-menu-bar): Provide a menu entry for it.
6393         (gnus-group-list-map): Provide a binding for it.
6394
6395 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * shr.el (shr-visit-file): New command.
6398
6399         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6400
6401 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6402
6403         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6404         servers.
6405
6406 2011-03-16  Julien Danjou  <julien@danjou.info>
6407
6408         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6409         inline.
6410
6411         * gnus-art.el (article-hide-list-identifiers):
6412         Use gnus-group-get-list-identifiers.
6413
6414         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6415         (gnus-summary-remove-list-identifiers):
6416         Use gnus-group-get-list-identifiers to get regexp.
6417         (gnus-select-newsgroup, gnus-summary-insert-subject)
6418         (gnus-summary-insert-articles):
6419         Call gnus-summary-remove-list-identifiers unconditionally.
6420
6421 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6422
6423         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6424         we're selecting a group with unread articles.
6425
6426         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6427
6428         * gssapi.el: New file separated out from imap.el to provide a general
6429         Kerberos 5 connection facility for Emacs.
6430
6431         * message.el (message-elide-ellipsis): Document the format spec
6432         ellipsis.
6433
6434 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * message.el (message-elide-region): Allow the ellipsis to say how many
6437         lines were removed.
6438
6439 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6442         window configurations containing buffers that are now dead.
6443
6444         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6445         parsing to avoid integer overflows.
6446         (nnimap-parse-flags): Simplify the last change.
6447         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6448         too large for 32-bit Emacsen.
6449
6450 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6451
6452         * auth-source.el (auth-source-netrc-create):
6453         * message.el (message-yank-original): Fix use of `case'.
6454
6455 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6456
6457         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6458         XEmacs, which was one character too wide.
6459
6460 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6461
6462         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6463         default number of articles to display.
6464         (gnus-articles-to-read): Use pretty names for prompt.
6465
6466 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * gnus-int.el (gnus-open-server): Ditto.
6469
6470         * gnus-start.el (gnus-activate-group): Give a backtrace if
6471         debug-on-quit is set and the user hits `C-g'.
6472         (gnus-read-active-file): Ditto.
6473
6474         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6475
6476 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6477
6478         * message.el (message-yank-original): Use cond instead of CL case.
6479
6480 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6481
6482         * auth-source.el (auth-source-netrc-create): Use usual format for the
6483         default in prompts.
6484
6485 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * lpath.el: Fbind read-char-choice for XEmacs.
6488
6489 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6490
6491         * auth-source.el (auth-source-netrc-create): Show the default in the
6492         prompt when prompting for token creation.
6493
6494 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6495
6496         * auth-source.el (auth-source-format-prompt): Always convert the value
6497         to a string to avoid evaluating non-string arguments.
6498         (auth-source-netrc-create): Offer default properly, not as initial
6499         content in `read-string'.
6500         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6501         of line to determine if we've been run before.  If so, don't run again,
6502         but print a trivial message to indicate the cache was hit instead.
6503
6504 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6505
6506         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6507         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6508         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6509         Gnus.
6510
6511 2011-03-11  Julien Danjou  <julien@danjou.info>
6512
6513         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6514         modified file".
6515
6516 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6517
6518         * auth-source.el (auth-source-read-char-choice): New function to read a
6519         character choice using `dropdown-list', `read-char-choice', or
6520         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6521         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6522         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6523         (auth-source-netrc-saver): Use it.
6524         (auth-source-pick-first-password): New convenience function.
6525
6526 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6529         parameter in the credentials.
6530         (nnimap-open-connection-1): Use it after a successful login.
6531         (nnimap-credentials): Add IMAP-specific user and password prompt.
6532
6533         * auth-source.el (auth-source-search): Add :require parameter, taking a
6534         list.  Document it and the :save-function return token.  Pass :require
6535         down.  Change the CREATED message from a warning to a debug statement.
6536         (auth-source-search-backends): Pass :require down.
6537         (auth-source-netrc-search): Pass :require down.
6538         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6539         Change save prompt to indicate all modifications saved here are
6540         deletions.
6541         (auth-source-netrc-create): Take user login name as default in user
6542         prompt.  Move all the save functionality to a lexically bound function
6543         under the :save-function token in the returned list.  Set up clearer
6544         default prompts for user, host, port, and secret.
6545         (auth-source-netrc-saver): New function, intended to be wrapped for
6546         :save-function.
6547
6548 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6549
6550         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6551         lines to be spaces instead.
6552
6553 2011-03-07  Julien Danjou  <julien@danjou.info>
6554
6555         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6556         (sieve-sasl-auth): Check that auth-source-search did return something,
6557         or just return an empty string.
6558
6559 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6560
6561         * gnus.el (gnus-interactive): Use read-directory-name.
6562
6563         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6564         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6565         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6566         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6567         Likewise.
6568
6569         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6570
6571 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6574         onto the list of killed groups, too.  This makes killed nnimap groups,
6575         for instance, more reliably not reappear.
6576
6577         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6578         the parent.
6579
6580         * gnus-sum.el (gnus-update-read-articles): Fix typo.
6581
6582         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6583         really have server-side marks.
6584
6585         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6586         since most backends do not usefully have server-side marks.
6587         (gnus-update-read-articles): Propagate marks to all backends that
6588         really have server-side marks.
6589
6590 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6591
6592         * message.el (message-cite-reply-position, message-cite-style):
6593         New variables.
6594         (message-yank-original): Use the new citation styles.
6595
6596 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
6597
6598         * message.el (message-options): Revert 22da67af (workaround for XEmacs
6599         buffer-local issue); don't mark it buffer-local when running under
6600         XEmacs.
6601
6602 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
6603
6604         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6605         numbers too big to be `read'.
6606
6607 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
6608
6609         * password-cache.el (password-in-cache-p): Add autoload.
6610
6611         * message.el (message-options): Make buffer-local two ways to attempt
6612         to fix a XEmacs bug.
6613
6614 2011-03-02  Julien Danjou  <julien@danjou.info>
6615
6616         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6617
6618 2011-03-01  Julien Danjou  <julien@danjou.info>
6619
6620         * gnus-art.el (list-identifier): Add list-identifier as a parameter
6621         group.
6622         (article-hide-list-identifiers): Use list-identifier group parameter.
6623
6624 2011-02-28  Julien Danjou  <julien@danjou.info>
6625
6626         * sieve.el (sieve-buffer-script-name): New local variable to store
6627         sieve script name.
6628         (sieve-edit-script): Store sieve script name.
6629         (sieve-upload): Use sieve script name when uploading.
6630         (sieve-upload): Use substitute-command-keys.
6631         (sieve-edit-script): Use substitute-command-keys.
6632         (sieve-refresh-scriptlist): Use substitute-command-keys.
6633         (sieve-manage-mode-map): Define keymap properly.
6634         (sieve-manage-mode): Do not set mode name manually, change mode-name to
6635         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6636         Remove commented code about cvs.
6637         (sieve-manage-quit): New function.
6638         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6639
6640 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * gnus-group.el (gnus-import-other-newsrc-file): New function.
6643
6644 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6645
6646         * auth-source.el (auth-source-search): Cache empty result sets.
6647
6648         * password-cache.el (password-in-cache-p): Convenience function to
6649         check if a key is in the cache, even if the value is nil.
6650
6651         * auth-source.el (auth-source-save-behavior): New variable to replace
6652         `auth-source-never-create'.
6653         (auth-source-netrc-create): Use it.
6654         (auth-source-never-save): Remove.
6655
6656 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
6657
6658         * nnimap.el (nnimap-stream): Doc fix.
6659         (nnimap-open-connection-1): Reverse the order of the ports to that the
6660         prompted-for port is first.
6661
6662         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6663         retrieval by the no-group selection.
6664
6665         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6666         numerical parameters.
6667
6668 2011-02-25  Julien Danjou  <julien@danjou.info>
6669
6670         * gnus-gravatar.el: Use gnus-with-article-buffer.
6671
6672         * gnus-art.el (gnus-with-article-buffer): Check that the
6673         gnus-article-buffer is alive.
6674
6675 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
6676
6677         * auth-source.el (auth-source-creation-prompts): New variable to manage
6678         creation-time prompts.
6679         (auth-source-search): Document it.
6680         (auth-source-format-prompt): Add utility function.
6681         (auth-source-netrc-create): Don't default the user name to
6682         user-login-name.  Use `auth-source-creation-prompts' and some default
6683         prompts for user, host, port, and password (the default generic prompt
6684         remains ugly).
6685         (auth-source-never-save): Add customizable option to never save info.
6686         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
6687         mode excursion.
6688
6689 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6692         argument that XEmacs doesn't support.
6693
6694         * dgnushack.el (dgnushack-compile): Exclude color.el from being
6695         compiled for Emacsen having no `libxml-parse-html-region' support.
6696
6697         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
6698
6699         * lpath.el: Bind buffer-save-without-query for XEmacs.
6700
6701 2011-02-23  Julien Danjou  <julien@danjou.info>
6702
6703         * gnus-art.el (article-make-date-line): Ignore errors if time is
6704         invalid and not convertible.
6705         (article-make-date-line): Only add lapsed time if time is not nil.
6706
6707 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
6708
6709         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6710         `read-char-choice' for backwards compatibility.
6711         (auth-source-netrc-element-or-first): New function to DTRT for
6712         parameter extraction.
6713         (auth-source-netrc-create): Use it and fix multiple parameter print
6714         bug.  Use the default passed from above (given-default) or the
6715         built-in (user-login-name for :user).
6716
6717 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
6718
6719         * gnus-start.el (gnus-dribble-read-file):
6720         Set buffer-save-without-query, since we always want to save the dribble
6721         file, probably.
6722
6723         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6724         nnimap.
6725
6726         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6727         -summary- since it's a user-visible variable.
6728
6729         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6730         first time you use the new Gnus.
6731
6732 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
6733
6734         * auth-source.el: Don't load netrc.el.
6735         (auth-sources): Search ~/.netrc as well by default.
6736         (auth-source-debug): Add 'trivia option for extra output.
6737         (auth-source-do-trivia): Use it.
6738         (auth-source-search): Simplify logic to use
6739         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
6740         appropriate.  Don't keep a running count at this level.  Layer :create
6741         and :delete options appropriately on the first and second passes.
6742         Don't track the backend with the search results.
6743         (auth-source-search-backends): New function to search a list of
6744         backends for a processed spec.
6745         (auth-source-netrc-parse): Cache all netrc files, making
6746         auth-source-netrc-cache an alist keyed by the file name and using the
6747         file mtime as the caching criterion.  Keep the obfuscated data secret
6748         with a lexical bind.
6749         (auth-source-netrc-search): Don't calculate the length of the results
6750         unnecessarily.
6751         (auth-source-search-backends): Fix bug.
6752         (auth-source-netrc-create): Rework prompts.
6753
6754 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
6755
6756         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6757         Lower case names of search constraints.
6758         (nnir-run-query): Cache and reuse search constraints for all imap
6759         servers.
6760
6761 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
6762
6763         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6764         after exit.
6765         (gnus-setup-message): Define missing variable from last checkin.
6766
6767         * gnus-sum.el (gnus-summary-show-article): When called with t as the
6768         value, show the raw article.
6769
6770 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6771
6772         * gnus.el: No Gnus v0.13 is released.
6773
6774 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6775
6776         * nnimap.el (nnimap-open-connection-1): Revert last change, since
6777         auth-source now accepts numbers.
6778
6779         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6780         spec, too.
6781         (auth-source-ensure-strings): New function.
6782
6783         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6784         (gnus-article-setup-buffer): Always restart the date timer so that user
6785         changes to the frequency is respected.
6786
6787         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6788         port numbers, so make sure it gets that if nnimap-server-port is
6789         explicit.
6790
6791 2011-02-21  Simon Josefsson  <simon@josefsson.org>
6792
6793         * nnimap.el (nnimap-inbox): Doc fix.
6794
6795 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
6796
6797         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
6798         Autoload.  Add optional arg FRAME, and pass it to color-values.
6799         (color-complement): Caller changed.  Doc fix.
6800         (color-gradient): Rewrite for better clarity and efficiency.
6801
6802 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
6803
6804         * shr-color.el (shr-color->hexadecimal): Use renamed function names
6805         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6806         color-lab-to-srgb.
6807
6808 2011-02-20  Drew Adams  <drew.adams@oracle.com>
6809
6810         * color.el: First part of merge from hexrgb.el.
6811         (color-rgb-to-hex): Rename from color-rgb->hex.
6812         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
6813         saturation to zero if the value is too small.
6814         (color-rgb-to-hsl): Rename from color-rgb->hsl.
6815         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
6816         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
6817         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
6818         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
6819         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
6820         (color-cie-de2000): Doc fix.
6821
6822 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6823
6824         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6825         given method as in the group name if we're using an extended method.
6826         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6827         command, if we're using that, instead of waiting for the beginning.
6828
6829         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6830         we're sure to get unique server names, and we don't output two async
6831         commands in the same buffer.  This fixes an NNTP hang for some users.
6832
6833 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6834
6835         * gnus.el: No Gnus v0.11 is released.
6836
6837 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
6838
6839         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6840         summary buffer before reading going to the next buffer.  This avoids
6841         putting the point in the group buffer if you `C-g' the command.
6842
6843         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6844         cache (for now) to make ~/.authinfo.gpg files usable.
6845
6846         * nnfolder.el (copyright-update): Define for the compiler.
6847
6848         * auth-source.el (auth-source-search): Fix unbound variable.
6849
6850 2011-02-19  Glenn Morris  <rgm@gnu.org>
6851
6852         * gnus.el (gnus-meta): Doc fix.
6853
6854 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6855
6856         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6857         in case it's not yet loaded.
6858
6859 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
6860
6861         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6862         line we're waiting for.
6863
6864 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6865
6866         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6867         face with line-width greater than zero will cause RET in gnus summary
6868         buffer to scroll down article page-wise because auto vscroll happens,
6869         it should be temporally disabled when doing a scroll-up.
6870
6871 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
6872
6873         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6874         outputs from the server.
6875
6876 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6877
6878         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6879         later so that bbdb can hook in easier.
6880
6881 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
6882
6883         * auth-source.el (auth-source-search): Don't try to create credentials
6884         if the caller doesn't want that.
6885         (auth-source-search): If we don't find a match, don't bug out on
6886         non-bound variables.
6887         (auth-source-search): Only ask a single backend to create the
6888         credentials.
6889
6890         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6891         logging.
6892         (nnimap-credentials): Protect against auth-source-search returning nil.
6893         (nnimap-request-list): Protect against not being able to open the
6894         server.
6895
6896 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
6897
6898         * auth-source.el (auth-source-search): Do a two-phase search, one with
6899         no :create to get the responses from all backends.
6900
6901         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6902         when getting credentials.
6903
6904         * gnus-util.el (gnus-delete-duplicates): New function.
6905
6906 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * nnimap.el (nnimap-credentials): Instead of picking the first port as
6909         a creation default, pass the whole port list down.  It will be
6910         completed.
6911
6912         * auth-source.el (auth-source-search): Updated docs to talk about
6913         multiple creation choices.
6914         (auth-source-netrc-create): Accept a list as a value (from the search
6915         parameters) and do completion on that list.  Keep a separate netrc line
6916         with the password obscured for showing the user.
6917
6918         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6919         first choice to `auth-source-search' so it will be used for entry
6920         creation instead of the server's Gnus-specific name.
6921         (nnimap-credentials): Rely on the auth-source library to select which
6922         port is actually wanted in the new netrc entry, so don't override
6923         `auth-source-creation-defaults'.
6924
6925         * auth-source.el (auth-source-netrc-parse): Use :port instead of
6926         :protocol and accept a missing user, host, or port as a wildcard match.
6927         (auth-source-debug): Default to off.
6928
6929         (auth-source-netrc-search, auth-source-netrc-create)
6930         (auth-source-secrets-search, auth-source-secrets-create)
6931         (auth-source-user-or-password, auth-source-backend, auth-sources)
6932         (auth-source-backend-parse-parameters, auth-source-search): Use :port
6933         instead of :protocol.
6934
6935         * nnimap.el (nnimap-credentials): Pass a port default to
6936         `auth-source-search' in case an entry needs to be created.
6937         (nnimap-open-connection-1): Use :port instead of :protocol.
6938
6939 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * auth-source.el: Bind load-path when loading EIEIO from
6942         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
6943         21.4 doesn't support, to `require'.
6944         (auth-source-secrets-search): Use mm-delete-duplicates instead of
6945         delete-dups that is not available in XEmacs 21.4.
6946
6947 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
6948
6949         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
6950         as EIEIO must also be loaded when auth-source.el is being
6951         byte-compiled.
6952
6953 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
6956
6957         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
6958
6959         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
6960
6961         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
6962
6963         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
6964
6965         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
6966
6967         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
6968
6969         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
6970         necessary.
6971
6972 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
6973
6974         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6975         nil means that nnimap doesn't get updated.
6976
6977 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6978
6979         * auth-source.el (auth-source-netrc-create): Return a synthetic search
6980         result when the user doesn't want to write to the file.
6981         (auth-source-netrc-search): Expect a synthetic result and proceed
6982         accordingly.
6983         (auth-source-cache-expiry): New variable to override
6984         `password-cache-expiry'.
6985         (auth-source-remember): Use it.
6986
6987         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6988         parameter.  Create entry if necessary by using :create t.
6989         (nnimap-open-connection-1): Don't pass `inhibit-create'.
6990
6991 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
6992
6993         * auth-source.el (auth-source-debug): Enable by default and don't
6994         mention the obsolete `auth-source-hide-passwords'.
6995         (auth-source-do-warn): New function to debug unconditionally.
6996         (auth-source-do-debug): Use it.
6997         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6998         and for Secrets API entries when the secrets.el library is not
6999         available.
7000
7001 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7002
7003         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7004         (gnus-summary-exit): Kill the correct article buffer on exit from a
7005         `C-d' group.
7006
7007         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7008         gnus-propagate-marks.
7009
7010         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7011         before killing the buffers so that a non-full window conf gets handled
7012         correctly.
7013         (gnus-summary-exit): Ditto.
7014         (gnus-summary-read-group-1): Ditto.
7015
7016         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7017         async code again so that we can debug it properly.
7018
7019         * message.el (message-reply): Take an optional switch-buffer parameter
7020         so that Gnus window confs are respected better.
7021
7022 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7023
7024         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7025         `plist-get' to accept non-list parameters (XEmacs issue).
7026         Fix docstring.
7027         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7028         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7029         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7030         Login collection is "Login" and not "login".
7031
7032 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7033
7034         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7035         multiple headers.
7036
7037         * nnimap.el (nnimap-inhibit-logging): New variable.
7038         (nnimap-log-command): Don't log login commands.
7039
7040         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7041         to have more parameters.
7042
7043         * nnimap.el (nnimap-send-command): Mark the command time for each
7044         command, so that we don't get NOOPs stepping on our toes.
7045
7046         * gnus-art.el (article-date-ut): Get the date from the Date header on
7047         `t'.
7048
7049 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * auth-source.el (auth-source-search): Use copy-sequence instead of
7052         the cl.el copy-list.
7053
7054 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7055
7056         * imap.el: Bring it back (revert
7057         84d800cd31de3064f0ed39617d725709a2f8f42f).
7058
7059 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7060
7061         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7062         Improve prompt.
7063
7064 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7065
7066         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7067         washing status from the default format.  It isn't very informative.
7068
7069 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7070
7071         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7072         Fix Gcc processing on imap.
7073
7074 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7075
7076         * imap.el: Remove file.  All the functionality is in nnimap.el.
7077
7078 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * message.el (message-bury): Don't pop up a new window when selected
7081         window is dedicated.
7082
7083 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7084
7085         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7086
7087 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7088
7089         * sieve-manage.el: Autoload `auth-source-search'.
7090         (sieve-sasl-auth): Use it.
7091
7092 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7093
7094         * nnimap.el: Autoload `auth-source-forget+'.
7095         (nnimap-open-connection-1): Use it if the connection fails.
7096
7097         * auth-source.el: Require `password-cache'.
7098         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7099         obsolete.
7100         (auth-source-magic): Marker for `password-cache' keys.
7101         (auth-source-do-cache): Update docstring.
7102         (auth-source-search): Use and check cache.
7103         (auth-source-forget-all-cached, auth-source-remember)
7104         (auth-source-recall, auth-source-forget, auth-source-forget+)
7105         (auth-source-specmatchp): Caching support functions.
7106         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7107         Remove and obsolete.
7108         (auth-source-user-or-password): Remove caching to further discourage
7109         using it.  Always hide passwords.
7110
7111         * password-cache.el (password-cache-remove): Accept secrets that are
7112         not strings.
7113
7114 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7115
7116         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7117         code for now, since it doesn't work for all users.
7118
7119 2011-02-09  Julien Danjou  <julien@danjou.info>
7120
7121         * message.el (message-options): Make message-options really buffer
7122         local.
7123
7124 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7125
7126         * mail-source.el: Autoload `auth-source-search'.
7127         (mail-source-keyword-map): Note order matters.
7128         (mail-source-set-1): Get all the mail-source source values and
7129         defaults and search auth-source on those if needed.  This can all
7130         probably be simplified.
7131
7132         * nnimap.el: Autoload `auth-source-search'.
7133         (nnimap-credentials): Use it.
7134         (nnimap-open-connection-1): Ask for the virtual server and physical
7135         address in one shot.
7136
7137         * nntp.el: Autoload `auth-source-search'.
7138         (nntp-send-authinfo): Use it.  Note TODO.
7139
7140 2011-02-08  Julien Danjou  <julien@danjou.info>
7141
7142         * shr.el (shr-tag-body): Add support for text attribute in body
7143         markups.
7144
7145         * message.el (message-options): Make message-options a local variable.
7146
7147 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7148
7149         * auth-source.el (auth-source-secrets-search)
7150         (auth-source-user-or-password): Use `append' instead of `nconc'.
7151         (auth-source-user-or-password): Build return list better and protect
7152         against nil :secret.
7153
7154 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7155
7156         * nnimap.el (nnimap-update-info): Refactor slightly.
7157         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7158         (nnimap-update-info): Clean up slightly.
7159         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7160         characters.
7161         (nnimap-process-quirk): Rename function to avoid collision.
7162         (nnimap-update-info): Fix macrology bug-out.
7163         (nnimap-update-info): Simplify split history test.
7164
7165 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7166
7167         * auth-source.el (top): Require 'eieio unconditionally.
7168         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7169         (auth-source-secrets-search): Limit search when `max' is greater than
7170         number of results.
7171
7172 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7173
7174         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7175         part not returning any data.
7176
7177         * proto-stream.el (open-protocol-stream): Document the return value.
7178
7179 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7180
7181         * auth-source.el (auth-source-secrets-search): Add examples.
7182
7183 2011-02-06  Julien Danjou  <julien@danjou.info>
7184
7185         * message.el (message-setup-1): Handle message-generate-headers-first
7186         set to t.
7187
7188 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7189
7190         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7191         API with a string "secrets:collection-name" and with 'default.
7192         (auth-source-backend-parse): Parse "secrets:collection-name" and
7193         'default.  Recurse on parses instead of repeating code.  Use the
7194         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7195         message when ignoring a source.
7196         (auth-source-search): List ignored search keys at the top level.
7197         (auth-source-netrc-create): Use `case' instead of `cond'.
7198         (auth-source-secrets-search): Created with TODOs.
7199         (auth-source-secrets-create): Created with TODOs.
7200         (auth-source-retrieve, auth-source-create, auth-source-delete)
7201         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7202         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7203         (auth-source-user-or-password-sftp)
7204         (auth-source-user-or-password-smtp): Remove.
7205         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7206         around `auth-source-search'.  Not tested thoroughly.
7207
7208 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7209
7210         * auth-source.el: Bring in assoc and eioeio libraries.
7211         (secrets-enabled): New variable to track the status of the Secrets API.
7212         (auth-source-backend): New EIOEIO class to represent a backend.
7213         (auth-source-creation-defaults): New variable to set prompt defaults
7214         during token creation (see the `auth-source-search' docstring for
7215         details).
7216         (auth-sources): Simplify to allow a simple string as a netrc backend
7217         spec.
7218         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7219         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7220         (auth-source-search): Main auth-source API entry point.
7221         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7222         (auth-source-search-collection): Helper function for searching.
7223         (auth-source-netrc-parse, auth-source-netrc-normalize)
7224         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7225         Supports search, create, and delete.
7226         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7227         backend stubs.
7228         (auth-source-user-or-password): Call `auth-source-search' but it's not
7229         ready yet.
7230
7231 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7232
7233         * message.el (message-setup-1): Remove the read-only stuff, since it
7234         doesn't work under XEmacs, for some reason.
7235
7236         * gnus-sum.el (gnus-user-date): Rename back from
7237         gnus-summary-user-date since user code refers to it.
7238
7239         * shr.el (shr-render-td): Store the actual background color used.
7240
7241         * message.el (message-setup-1): Don't bind the constant
7242         -forbidden-properties.
7243         (message-setup-1): Revert previous change, since it needs to bind the
7244         props to insert them.
7245         (message-resend): Allow removing the read-only separator line.
7246
7247 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7248
7249         * nnimap.el (nnimap-request-accept-article): Give an error message if
7250         the APPEND wasn't successful.
7251
7252 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7253
7254         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7255         that have no groups.
7256
7257 2011-02-03  Julien Danjou  <julien@danjou.info>
7258
7259         * gnus-draft.el: Remove progn around gnus-draft-setup.
7260
7261 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7262
7263         * gnus-start.el (gnus-read-active-for-groups): This function is never
7264         called with a nil `infos', so clean that up.
7265         (gnus-get-unread-articles): Request active files from primary/secondary
7266         methods that have no groups (yet).
7267
7268 2011-02-03  Julien Danjou  <julien@danjou.info>
7269
7270         * message.el (message-setup-1): Always generate References first.
7271         (message-mail): Return the return value of message-setup, not always t.
7272         (message-setup-1): Insert mail-header-separator with read-only and
7273         intangible properties set.
7274
7275         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7276         user-date in docstring.
7277
7278         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7279
7280         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7281         docstring.
7282
7283         * gnus.el (gnus-user-date-format-alist): Change default value.
7284         Use defcustom, with type and group.  Move from gnus-util.el.
7285         Rename to gnus-summary-user-date-format-alist.
7286
7287 2011-02-03  Glenn Morris  <rgm@gnu.org>
7288
7289         * nnimap.el (gnus-fetch-headers): Declare.
7290
7291         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7292
7293 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7294
7295         * message.el (message-forward-make-body-digest-plain)
7296         (message-followup, message-reply): Clean up things noted by Stefan.
7297
7298         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7299         gnus-article-update-date-headers is nil.
7300         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7301         it didn't really work with defcustom.
7302         (article-update-date-lapsed): Make sure the window start doesn't move,
7303         either.
7304
7305 2011-02-01  Julien Danjou  <julien@danjou.info>
7306
7307         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7308         format.
7309
7310         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7311         standard in Emacs nowadays.
7312
7313         * color.el (color-gradient): Add a color-gradient function.
7314
7315 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7316
7317         * message.el (message-expand-name): Don't trust the return value of
7318         bbdb-complete-name.
7319         (message-check-news-header-syntax): Remove unused var `start'.
7320         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7321         (message-inhibit-body-encoding): Move to before first use.
7322         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7323         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7324         (Organization, Message-ID, Date, mh-previous-window-config):
7325         Defvar the vars using dynamic scoping.
7326
7327 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7328
7329         * shr.el (shr-render-td): Only do colors at the final rendering.
7330         Should be slightly faster.
7331         (shr-insert-table): Fix up TD background colors when doing the
7332         vertical padding.
7333
7334         * gnus-art.el (article-date-ut): Protect against articles with no Date
7335         header.
7336         (article-update-date-lapsed): Don't use current-column to find the
7337         horizontal position.  It's fragile in the presence of \003 characters.
7338
7339         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7340
7341 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7342
7343         * gnus-art.el (article-transform-date): Rewrite to still work when
7344         there are several rfc2822 parts.
7345         (article-transform-date): Fix infinite recursion.
7346         (article-date-ut): Replace infinitely many Date headers with a single
7347         one when called interactively.
7348
7349         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7350         secure manner.
7351
7352         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7353         move around by not using save-window-excursion.  It seems to work...
7354
7355 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-art.el (article-make-date-line): Work for user-defined format.
7358
7359 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7360
7361         * nntp.el (nntp-retrieve-group-data-early)
7362         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7363         fetching functions.
7364
7365         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7366         thoroughly for all backends that have no known groups.  This should
7367         allow new nnml methods to retrieve mail.
7368
7369         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7370         that Gnus doesn't know exists again.
7371
7372         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7373         (gnus-treat-date-ut): Ditto.
7374         (gnus-article-update-date-header): Rename.
7375         (gnus-treat-date-local): Remove.
7376         (gnus-treat-date-english): Remove.
7377         (gnus-treat-date-lapsed): Remove.
7378         (gnus-treat-date-combined-lapsed): Remove.
7379         (gnus-treat-date-original): Remove.
7380         (gnus-treat-date-iso8601): Remove.
7381         (gnus-treat-date-user-defined): Remove.
7382         (gnus-article-date-headers): New variable to control all the date
7383         header options.
7384         (article-date-ut): Rewrite to allow using the new way to format date
7385         headers(s).
7386
7387 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7388
7389         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7390         method.
7391         (nnmail-article-group): A better test for fanciness.
7392
7393         * nnimap.el (nnimap-request-head): Protect against not finding the
7394         article by Message-ID.
7395
7396 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7397
7398         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7399         keep point at the "same place".
7400
7401 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7402
7403         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7404         data if the group is inactive.
7405
7406 2011-01-28  Julien Danjou  <julien@danjou.info>
7407
7408         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7409         (gnus-all-windows-visible-p): Remove old compatibility code.
7410         (gnus-window-top-edge): Add docstring.
7411
7412         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7413
7414 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7417         older request-update-info.
7418
7419         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7420
7421 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7422
7423         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7424         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7425
7426 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7427
7428         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7429         groups.  This makes the nndraft:queue group pop up if it's not already
7430         there.
7431
7432         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7433         messages" logic, which was reversed.
7434
7435         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7436         the "same place" even if point is on the line being replaced.
7437         (article-update-date-lapsed): Allow updating both the combined lapsed
7438         and the lapsed headers.
7439         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7440         (article-make-date-line): Limit the number of segments dynamically to
7441         avoid too-long lines.
7442
7443 2011-01-27  Julien Danjou  <julien@danjou.info>
7444
7445         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7446         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7447
7448 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7451         Use plist-get instead of the cl function getf.
7452
7453 2011-01-27  Glenn Morris  <rgm@gnu.org>
7454
7455         * gnus-util.el (float-time): Get rid of compiler warning, again.
7456
7457 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7458
7459         * shr.el (shr-put-color): Special-case background colors: Do put them
7460         at the blank parts at the front of the lines.
7461
7462         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7463         exit hook to nix out all data on readedness on group exit.
7464
7465         * gnus-util.el (float-time): If float-time is bound, always use it on
7466         all Emacsen.  It's unclear why the subrp check was there.
7467         (time-date): Require to make some autoload issues on XEmacs go away.
7468
7469         * shr.el (shr-put-color): Don't do the box padding in tables, since
7470         they're already padded.
7471
7472 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7473
7474         * gnus-art.el (gnus-article-next-page): When the last line of the
7475         article is displayed, scroll down once more instead of going to the
7476         next article at once.
7477         (article-lapsed-string): Refactor out and allow specifying how many
7478         segments you want.
7479         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7480         (gnus-article-update-lapsed-header): New variable.
7481
7482         * shr.el: Revert change that made headings use different-sized faces.
7483         The Emacs display engine isn't advanced enough that, for instance,
7484         tables can comfortably use differently-sized faces.
7485
7486 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7487
7488         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7489         used.
7490         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7491         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7492         we're using an encrypted connection.
7493
7494         * proto-stream.el: Alter the interface functions to also return the
7495         actual stream type used: network or tls.
7496
7497 2011-01-25  Julien Danjou  <julien@danjou.info>
7498
7499         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7500         (mm-display-javascript-inline): New function.
7501
7502         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7503         viewing function.
7504
7505 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * shr.el (shr-expand-newlines): Fix variable name.
7508
7509 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7510
7511         * shr.el (shr-expand-newlines): Make nested boxes work.
7512
7513 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7514
7515         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7516         backgrounds.
7517         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7518         in a more sensible manner.
7519
7520 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7523         if EPG is loaded.
7524
7525 2011-01-24  Julien Danjou  <julien@danjou.info>
7526
7527         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7528         tags.
7529
7530 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7531
7532         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7533         commands.
7534
7535         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7536         in the article buffer.
7537         (gnus-gravatar-insert): Use blank space from the current buffer to
7538         avoid breaking text properties.  This makes X-Sent updating work again.
7539
7540         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7541
7542 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7543
7544         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7545         fix the bug in url-http.el instead.
7546
7547         * shr.el (shr-image-fetched): Ditto.
7548
7549         * shr.el (shr-image-fetched): Avoid having point move in the article
7550         buffer.
7551
7552         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7553         buffer after being called.  It's apparently being killed by url.el, and
7554         killing it made point move to end-of-buffer in a random buffer.
7555
7556         * shr.el (shr-image-fetched): Ditto.
7557
7558 2011-01-23  Julien Danjou  <julien@danjou.info>
7559
7560         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7561
7562         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7563         text/x-org.
7564
7565 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7566
7567         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7568         (i.e., nnimap) returning nil as the article number.
7569
7570 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7571
7572         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7573         "DelSp" parameter in RFC3676.
7574
7575 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7576
7577         * message.el (message-check-recipients): Display the encoded version of
7578         the bogus address if they differ.
7579
7580         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7581         after sending.
7582
7583         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7584
7585         * gnus-group.el (gnus-group-refresh-group): New convenience function.
7586
7587         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7588         group buffer after sending the queue.
7589
7590         * gnus-agent.el (gnus-agent-send-mail): Ditto.
7591
7592 2011-01-22  Julien Danjou  <julien@danjou.info>
7593
7594         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7595
7596 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7597
7598         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7599         nested related parts.
7600
7601         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7602         unexpired articles.  This fixes the regression that led expiry marks to
7603         disappear from nnfolder groups.
7604
7605 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7606
7607         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7608         Don't confuse the "ret" of "retrograde" with RET.
7609
7610 2011-01-21  Julien Danjou  <julien@danjou.info>
7611
7612         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7613         than mm-insert-inline.
7614
7615 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7618         Widen article buffer.
7619
7620 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7621
7622         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7623         the temp buffer.
7624         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7625
7626 2011-01-20  Julien Danjou  <julien@danjou.info>
7627
7628         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7629
7630         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7631         than mm-insert-inline to insert inline part: this respect
7632         mm-inline-media-tests displayers.
7633
7634         * mm-view.el (mm-display-shell-script-inline): New function.
7635
7636         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7637
7638         * mm-uu.el (mm-uu-type-alist): Add org block.
7639         (mm-uu-org-src-code-block-extract): New function.
7640
7641         * mm-view.el (mm-display-org-inline): New function.
7642
7643         * mm-decode.el (mm-automatic-display): Add text/org.
7644
7645         * mailcap.el (mailcap-mime-extensions): Add .org.
7646
7647 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-art.el (gnus-article-highlight): Remove argument passed to
7650         gnus-article-add-buttons.
7651
7652 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7653
7654         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7655         From header with a date and "nobody" as the sender.
7656
7657 2011-01-19  Julien Danjou  <julien@danjou.info>
7658
7659         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7660         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7661         if you have the same regexp several times.
7662         (gnus-button-push): Fix matching when regexp is symbol.
7663
7664 2011-01-15  Glenn Morris  <rgm@gnu.org>
7665
7666         * message.el (message-mail): A compose-mail function should
7667         accept headers as strings.
7668
7669 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
7670
7671         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7672         Add :vert-only tags.
7673         (message-mail): New arg RETURN-ACTION.
7674         (message-return-action): New var.
7675         (message-bury): Use it.
7676         (message-mode): Make it buffer-local.
7677         (message-send-and-exit): Always call message-bury.
7678
7679         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
7680         message-mail.
7681
7682 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7683
7684         * nnimap.el (nnimap-convert-partial-article): Protect against
7685         zero-length body parts.
7686
7687         * mm-decode.el (mm-preferred-alternative-precedence):
7688         Discourage showing empty parts.
7689
7690         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7691         and stuff if the backend didn't return the article number.  This fixes
7692         an Exchange-related nnimap bug.
7693
7694         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7695         group window, because it does the wrong thing when a separate frame
7696         displays the group buffer.
7697
7698         * proto-stream.el (open-protocol-stream): Protect against the low-level
7699         transport functions returning nil.
7700
7701 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
7702
7703         * mml2015.el (epg-sub-key-fingerprint): Autoload.
7704         (mml2015-epg-find-usable-secret-key): New function.
7705         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7706         mml2015-epg-find-usable-key (Bug#7797).
7707         (mml2015-epg-encrypt): Ditto.
7708
7709 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * dgnushack.el (rot13-string): Fix the way to get the argument.
7712
7713 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7714
7715         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7716
7717 2011-01-03  Glenn Morris  <rgm@gnu.org>
7718
7719         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7720
7721         * sieve.el (sieve-open-server): Give a more explicit error if
7722         sieve-manage-open returns nil.  (Bug#7720)
7723
7724 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
7725
7726         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7727
7728 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7731         This avoids sending passwords in plain text over non-encrypted
7732         channels.
7733
7734         * shr.el (shr-rescale-image): Display all GIF images as animated images.
7735
7736         * nnimap.el (nnimap-login): Refactored out into own function, and
7737         implement CRAM-MD5.
7738         (nnimap-wait-for-line): Refactored out.
7739
7740         * mm-view.el (mml-smime): Require.
7741
7742 2010-12-20  David Engster  <deng@eml.cc>
7743
7744         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7745         use EPG to decrypt S/MIME messages instead of openssl.
7746
7747 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7750
7751         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7752         status is the group clearly is unreachable.
7753
7754         * auth-source.el (auth-source-create): Add the optional second
7755         parameter to `local-variable-p' to be compatible with XEmacs.
7756
7757 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
7758
7759         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7760         work when using a compressed nnml folder.
7761
7762 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7765         backends after sanitising on entry, because this never makes sense:
7766         If the articles have gone missing, then the data no longer exists on
7767         the backend, and if they haven't, then Gnus is wrong, and shouldn't
7768         overwrite anything anyway.
7769
7770         * shr.el (shr-insert-document): Bind shr-width dynamically to
7771         window-width if it's nil.
7772
7773 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
7774
7775         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7776         with the meaning of using the full emacs window width for rendering.
7777
7778 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
7779
7780         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7781         case when sender is not given.
7782
7783 2010-12-23  Julien Danjou  <julien@danjou.info>
7784
7785         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7786         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7787         the addresses, otherwise we might misplaced the gravatar.
7788
7789 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
7790
7791         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7792         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7793         obsolete in Emacs.
7794
7795 2010-12-20  Julien Danjou  <julien@danjou.info>
7796
7797         * gnus-util.el (gnus-rescale-image): Revert last change.
7798
7799 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
7800
7801         * binhex.el: Improve commentary (Bug#7482).
7802
7803 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7804
7805         * gnus-group.el (gnus-group-delete-articles): New command.
7806
7807 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7808
7809         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7810
7811 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7814         here, since it's up to the backends to do CRLF removal if their
7815         protocol has it.
7816
7817         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7818
7819 2010-12-17  Julien Danjou  <julien@danjou.info>
7820
7821         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7822         they are from file.  Can also scale up.
7823
7824 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
7825
7826         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7827         Restore gnus-use-agent.
7828         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7829
7830         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7831
7832 2010-12-17  Julien Danjou  <julien@danjou.info>
7833
7834         * gravatar.el (gravatar-retrieve-synchronously): New function.
7835         (gravatar-get-data): Make more robust.
7836
7837 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
7840
7841 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7844         to really consider the last line.
7845
7846 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
7847
7848         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7849         list of recipient keys, or use symmetric encryption if not a list.
7850         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7851         EPA override, replacing the call to `netrc-store-data'.
7852
7853 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
7854
7855         * gnus-srvr.el: Avoid passing nil regexp argument to
7856         delete-matching-lines.
7857
7858 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7861         fetching stops when Gnus exits.
7862
7863         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7864         function.
7865         (nnfolder-request-expire-articles): Save all the buffers after doing
7866         expiry.
7867
7868         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7869         the last article", since that led to serious performance regressions
7870         when expiring nnml groups.
7871
7872 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
7873
7874         * nnir.el: Improve customizations.
7875
7876 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7877
7878         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7879
7880         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7881         group has been killed.
7882         (gnus-group-yank-group): Ditto.
7883
7884         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7885
7886         * nnimap.el (nnimap-request-update-group-status): New function.
7887
7888         * gnus-int.el (gnus-request-update-group-status): New interface
7889         function.
7890
7891         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7892         copying read-ness to the backends.
7893
7894         * nnimap.el (nnimap-quirk): New function.
7895         (nnimap-retrieve-group-data-early): Use it.
7896         (nnimap-quirks): New alist.
7897
7898 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * shr.el (shr-insert): Set shr-start after deleting trailing space;
7901         don't delete it within indentation.
7902
7903 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7904
7905         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7906         previous line.
7907
7908 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7909
7910         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7911         QRESYNC command by deleting a superfluous space which broke Cyrus
7912         servers.  This change will break other servers that are buggy the other
7913         way around.
7914
7915 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * spam.el: Reindent and fix long lines.
7918         (spam-copy-or-move-routine): Exclude invalid move destinations.
7919
7920 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
7921
7922         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7923         installed the registry.
7924
7925 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
7928
7929 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7930
7931         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7932         groupname doesn't contain "gmane".
7933
7934 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
7937         and netrc-bound-and-true-p bindings.
7938         (netrc-parse): Cache the netrc contents.
7939
7940         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7941         (gnus-1): Don't create the nndrafts group twice.
7942         (gnus-setup-news): There's no need to read the active file here, since
7943         that's done again later on a per-backend basis.
7944         (gnus-start-draft-setup): Make sure that the new group is started out
7945         empty.
7946
7947         * gnus-agent.el (gnus-agentize): Don't create the queue group
7948         automatically on startup.  It'll be created later, if needed.
7949
7950         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7951         of automatically subscribed groups.
7952         (gnus-auto-subscribed-categories): New variable.
7953         (gnus-matches-options-n): Use it.
7954         (gnus-default-subscribed-newsgroups): Remove unused variable.
7955         (gnus-start-draft-setup): Message a bit less.
7956
7957 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
7958
7959         * nnir.el (nnir-run-imap): Return article list in order of increasing
7960         UID.
7961
7962 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * gnus-sum.el (gnus-summary-enter-digest-group):
7965         Mention gnus-auto-select-on-ephemeral-exit.
7966
7967         * proto-stream.el (proto-stream-open-network-only): Fix the calling
7968         convention of the network-only option.
7969
7970 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971
7972         * proto-stream.el (proto-stream-open-network-only): New function to
7973         have a way to specify non-STARTTLS upgrade connections.
7974
7975 2010-12-10  Julien Danjou  <julien@danjou.info>
7976
7977         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7978         email address is nil.
7979
7980         * message.el (message-bogus-recipient-p): Set address to "" if nil.
7981
7982 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
7983
7984         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7985         deletion.
7986         (nnir-run-imap): Only need to parse list once.
7987
7988 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7989
7990         * shr.el (shr-tag-script): Ignore <script>.
7991         (shr-tag-label): Add <label> support.
7992
7993 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7996
7997         * shr.el (shr-image-displayer): Work for images lined side by side.
7998
7999 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8000
8001         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8002         parameter, since XEmacs doesn't accept t as a parameter.
8003
8004 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8005
8006         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8007         ids.
8008         (nnir-run-gmane): Simplify groupspec formatting.
8009         (nnir-request-expire-articles): New function.
8010
8011 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8012
8013         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8014         overflow, possibly.
8015
8016         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8017         (shr-render-td): Handle td style="" better.
8018         (shr-tag-table): Use the color from the style sheet.
8019         (shr-render-td): Make sure we copy over all the overlays, too.
8020
8021 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8022
8023         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8024         (nnir-request-article): Improve article retrieval.
8025
8026 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * mm-util.el (mm-extra-numeric-entities): New variable.
8029
8030         * mm-url.el (mm-url-decode-entities):
8031         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8032
8033         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8034
8035 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8036
8037         * message.el: Use completion-at-point.
8038         (message-completion-function): New fun, extracted from message-tab.
8039         (message-mode): Use it for completion-at-point-functions.
8040         (message-tab): Use it and completion-at-point.
8041
8042 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8045         character if a non-breakable character follows.
8046
8047 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8050         any stream.
8051
8052         * shr.el (shr-tag-font): Colorize the region.
8053         (shr-tag-body): Ditto.
8054         (shr-tag-font): Actually let the styles be inherited instead of
8055         overwriting them.
8056         (shr-tag-font): Get the background color right.
8057         (shr-tag-style): Ignore all <style> tags for the moment.
8058
8059         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8060         a Message-ID to avoid having nnimap depend on gnus-sum.
8061
8062         * shr.el (shr-descend): Only colorize something if we have a node that
8063         sets colors.
8064
8065 2010-12-06  Julien Danjou  <julien@danjou.info>
8066
8067         * shr.el (shr-render-td): Render td content with shr-descend, so style
8068         will be applied to <td> too.
8069         (shr-colorize-region): Colorize region even if we only have a background.
8070         (shr-tag-body): Fix color and background color inheritance.
8071         Do not recolorize after shr-generic.
8072         (shr-tag-font): Let shr-generic colorize via inheritance.
8073
8074 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8077
8078 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8079
8080         * nnir.el (nnir-request-move-article): Remove obsolete code.
8081
8082 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8085
8086 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087
8088         * gnus-sum.el (gnus-summary-respool-article): The completion function
8089         expects a list instead of an alist.
8090
8091         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8092         string as the parameter.
8093
8094         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8095
8096         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8097         styles.
8098         (shr-colorize-region): New function.
8099         (shr-insert-background-overlay): Remove.
8100         (shr-render-td): Background setting should be taken care of on a higher
8101         level.
8102         (shr-tag-body): Use post-hoc colorizations.
8103         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8104         (shr-put-color-1): Don't overwrite old colors.
8105         (shr-colorize-region): When the background color isn't explicit, use
8106         a fixed background.
8107
8108         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8109         nnmail variables.
8110
8111 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8112
8113         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8114         unless necessary.
8115
8116 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8117
8118         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8119         server.
8120
8121 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8124         so that TAB works.
8125
8126         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8127         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8128
8129         * shr.el (shr-urlify): Show the URL before the title to avoid
8130         misleading URLs.
8131
8132 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8133
8134         * shr.el (shr-urlify): Display the title in <a> tags.
8135
8136 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8137
8138         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8139
8140 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8141
8142         * nnir.el: Rearrange code to allow macros to be autoloaded by
8143         gnus-sum.el.
8144         (nnir-retrieve-headers-override-function): Make this variable
8145         customizable.
8146         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8147
8148         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8149         from nnir.el.
8150
8151 2010-12-03  Julien Danjou  <julien@danjou.info>
8152
8153         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8154
8155 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8158         allow optional argument `environment'.
8159
8160 2010-12-03  Glenn Morris  <rgm@gnu.org>
8161
8162         * mm-extern.el (message-goto-body): Update declaration.
8163
8164 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-util.el (gnus-macroexpand-all): New function.
8167
8168         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8169         instead of macroexpand-all that is unavailable in XEmacs.
8170
8171 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8172
8173         * nnir.el (nnir-summary-line-format): New variable.
8174         (nnir-mode): Use it.
8175         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8176         (nnir-article-ids): Reimplement as defsubst.
8177         (nnir-retrieve-headers): Don't mangle the subject header.
8178         (nnir-run-imap): Use 100 as RSV score.
8179         (nnir-run-find-grep): Fix for full server searching.
8180         (nnir-run-gmane): Better restriction to gmane groups.
8181
8182         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8183         summary buffers.
8184
8185 2010-12-02  Julien Danjou  <julien@danjou.info>
8186
8187         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8188
8189         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8190
8191         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8192         support.
8193
8194 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8195
8196         * nnir.el: Update to handle the registry better.
8197         (autoload): Silence byte-compiler.
8198         (nnir-open-server): Add a hook for nnir groups.
8199         (nnir-request-move-article): Don't mangle the header.  Better to use
8200         formatting variables (which will be added in the future).
8201         (nnir-registry-action): Update the registry using the original article
8202         group name.
8203         (nnir-mode): Install nnir-specific hooks for updating the registry.
8204
8205         * gnus-sum.el
8206         (gnus-article-original-subject, gnus-newsgroup-original-name):
8207         Remove obsolete variables.
8208         (gnus-summary-move-article): Remove use of obsolete variables.
8209         (gnus-summary-local-variables): Make move and delete hooks local to
8210         summary buffers.
8211
8212 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * rtree.el: New file.
8215
8216 2010-12-01  Julien Danjou  <julien@danjou.info>
8217
8218         * message.el (message-user-organization): Do not use
8219         gnus-local-organization.
8220
8221         * gnus.el: Remove gnus-local-organization.
8222
8223         * gnus-msg.el: Remove nastygram thing.
8224
8225 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8228         funcall.
8229
8230 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8233         names.
8234
8235         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8236         characters.
8237
8238         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8239         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8240         Suggested by Štěpán Němec <stepnem@gmail.com>.
8241         (gnus-gravatar-transform-address): Use mail-extract-address-components
8242         that supports non-ASCII names rather than mail-header-parse-addresses.
8243
8244 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * proto-stream.el (open-protocol-stream): All starttls connections are
8247         handled by the network handler.
8248
8249 2010-11-30  Julien Danjou  <julien@danjou.info>
8250
8251         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8252         (nnimap-open-connection-1): Fix PREAUTH.
8253
8254         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8255
8256 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8259         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8260         (shr-insert): Use them.
8261         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8262
8263 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8264
8265         * nnir.el (nnir-request-move-article): Bail out if original group
8266         doesn't support article moves.
8267         (nnir-get-active): Improve active list retrieval.
8268
8269 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8272
8273 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8274
8275         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8276         seem to accept strings-with-numbers as port numbers.
8277
8278 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8279
8280         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8281         change the registry.
8282
8283 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8286         delete-dups that is not available in XEmacs 21.4.
8287
8288         * mm-util.el (mm-delete-duplicates): Add comment.
8289
8290 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8291
8292         * nnir.el (nnir-ignored-newsgroups): New variable.
8293         (nnir-get-active): Use it.
8294
8295 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * proto-stream.el (proto-stream-open-network): Add some comments.
8298
8299         * nntp.el (nntp-open-connection): Provide a :success condition.
8300
8301         * nnimap.el (nnimap-open-connection-1): Ditto.
8302
8303         * proto-stream.el (proto-stream-open-network): See what the response to
8304         the STARTTLS command is.
8305
8306         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8307         backwards compatibility).
8308         (nnimap-open-connection-1): Really respect nnimap-server-port.
8309
8310         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8311         TLS upgrades we don't really care about the identity of the peer.
8312         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8313         that what we've checked for.
8314         (proto-stream-always-use-starttls): Only default to t if
8315         open-gnutls-stream exists.
8316         (proto-stream-open-network): If STARTTLS failed, then just open a
8317         normal connection.
8318         (proto-stream-open-network): Wait until the greeting before doing
8319         STARTTLS.
8320
8321         * nntp.el (nntp-open-connection): Report what the connection error is.
8322
8323         * proto-stream.el (open-protocol-stream): Rename from
8324         open-proto-stream.
8325
8326 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * nnimap.el (nnimap-stream): Change default to `undecided'.
8329         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8330         first, and then network.
8331         (nnimap-open-connection-1): Respect nnimap-server-port.
8332         (nnimap-open-connection): Be more backwards-compatible.
8333
8334         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8335         (proto-stream-open-starttls): De-duplicate the starttls code.
8336         (proto-stream-open-starttls): Folded back into the main function.
8337         (proto-stream-open-network): Fix typo in the gnutls path.
8338         (proto-stream-command): Refactor out.
8339
8340         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8341
8342         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8343         starttls.el STARTTLS.
8344
8345         * color.el (color-lab->srgb): Fix function call name.
8346
8347         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8348         if we're using tls.el.
8349         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8350         built in, then don't try to establish a STARTTLS connection.
8351
8352         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8353         servers.
8354
8355         * proto-stream.el (open-proto-stream): Use network, not stream.
8356         (open-proto-stream): Add a way to specify what the end of a command is.
8357
8358         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8359         connections types.
8360         (nntp-open-network-stream): Remove.
8361         (nntp-open-ssl-stream): Remove.
8362         (nntp-open-tls-stream): Remove.
8363         (nntp-ssl-program): Remove.
8364
8365         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8366
8367 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8368
8369         * nnir.el: Fix typos.
8370         (nnir-retrieve-headers-override-function): Rename variable to reflect
8371         new semantics.
8372         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8373         macros.
8374         (nnir-request-article, nnir-request-move-article): Use them.
8375         (nnir-categorize): New function.
8376         (nnir-run-query): Use it.
8377         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8378         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8379         sorted.
8380         (nnir-group-full-name): Use gnus-group-full-name instead.
8381         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8382         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8383
8384 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385
8386         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8387
8388         * proto-stream.el: New library to provide protocol-specific
8389         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8390         protocols.
8391         (open-proto-stream): Complete the documentation.
8392         (proto-stream-open-network): Fix some typos.
8393
8394         * nnimap.el (nnimap-open-connection): Use it.
8395
8396 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8397
8398         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8399         negotiation.
8400
8401 2010-11-26  Julien Danjou  <julien@danjou.info>
8402
8403         * color.el: Rename various rgb functions to srgb.
8404
8405 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8408         names.
8409
8410 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * shr.el (shr-insert): Revert last change.
8413         (shr-find-fill-point): Never leave point being at bol;
8414         relax the kinsoku limitation when rendering tables.
8415
8416 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8419         results from -accept-article.
8420
8421         * shr-color.el: Require cl when compiling.
8422
8423         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8424         checkin.
8425
8426         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8427
8428         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8429
8430         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8431         'add and 'delete to set backend marks.
8432
8433         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8434
8435         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8436
8437         * nntp.el (nntp-request-set-mark): Use it.
8438
8439         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8440
8441         * nnml.el (nnml-request-set-mark): Ditto.
8442
8443         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8444         introduces regressions in article selection.
8445         (nnimap-find-uid-response): New function.
8446         (nnimap-request-accept-article): Use the UID returned, if any.
8447         (nnimap-request-move-article): Use the UID returned, if any.
8448         (nnimap-get-groups): Reimplement to work with folded lines.
8449         (nnimap-find-uid-response): The UID is the last element in the list.
8450         (nnimap-request-set-mark): Extend syntax with 'set.
8451
8452         * nnml.el (nnml-request-set-mark): Ditto.
8453
8454         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8455
8456         * nntp.el (nntp-request-set-mark): Ditto.
8457
8458 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * message.el (message-called-interactively-p): A temporary macro.
8461         (message-goto-body): Use it temporarily.
8462
8463 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8464
8465         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8466         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8467         (nnimap-last-response-string): Fix last unfolding fix.
8468
8469 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * shr.el (shr-insert): Fix the way to fold lines.
8472
8473 2010-11-25  Julien Danjou  <julien@danjou.info>
8474
8475         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8476
8477         * color.el: Rename from color-lab.el
8478         (color-rgb->hex): Add.
8479         (color-complement): Add.
8480         (color-complement-hex): Add.
8481
8482         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8483
8484 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * shr-color.el (shr-color-visible): Don't bug out if the color names
8487         don't exist.
8488
8489 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8492         assuming that article displaying or another mml-preview may be
8493         interrupted for an error or for the like.
8494
8495         * shr.el (shr-get-background): Fix argument name.
8496
8497 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8500
8501         * gnus-sum.el (gnus-summary-include-articles): New function.
8502
8503         * message.el (message-goto-body): called-interactively-p needs a
8504         parameter, so use `any'.
8505
8506         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8507         clear marks before moving, since they're synced from the Gnus side
8508         first.
8509
8510         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8511         (gnus-summary-move-article): Copy over all marks before moving, so that
8512         IMAP doesn't think a new article has arrived.
8513
8514 2010-11-24  Julien Danjou  <julien@danjou.info>
8515
8516         * shr.el (shr-insert-background-overlay): Fix typo.
8517         (shr-render-td): Copy the background before rendering.
8518
8519         * shr-color.el (shr-color-visible): Fix docstring.
8520
8521         * shr.el (shr-tag-table): Add bgcolor support.
8522         (shr-render-td): Add bgcolor support.
8523         (shr-get-background): Add.
8524         (shr-insert-foreground-overlay): Use shr-get-background.
8525
8526         * message.el (message-goto-body): Use called-interactively-p.
8527         (message-in-body-p): message-goto-body returns point.
8528
8529 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8530
8531         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8532         Fixes something or other in Emacs 23, and is backwards compatible.
8533
8534         * message.el (message-goto-body): Remove the <#secure special-casing,
8535         which is too special.
8536
8537         * shr.el (shr-parse-style): Drop !important from styles.
8538
8539 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8540
8541         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8542         this function to return incorrect results when calling it with an
8543         explicit article argument different from
8544         (gnus-summary-article-number).
8545
8546 2010-11-24  Julien Danjou  <julien@danjou.info>
8547
8548         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8549         (shr-tag-body): Add background support.
8550         (shr-descend): Add background support.
8551         (shr-tag-title): Add.
8552
8553         * shr-color.el (shr-color-visible): Really return original background
8554         if fixed.
8555
8556 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * shr.el (shr-color-check): Protect against non-existent color names.
8559
8560 2010-11-24  Julien Danjou  <julien@danjou.info>
8561
8562         * color-lab.el: Require 'cl when compiling.
8563
8564         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8565
8566         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8567         matched part.
8568
8569         * color-lab.el: Fix all expt calls to use float type.
8570
8571 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8574         expression to shr-color-check as is.
8575
8576         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8577
8578         * color-lab.el: Add coding cookie.
8579         (float-pi): Use eval-and-compile.
8580
8581         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
8582         compiled for Emacsen having no `libxml-parse-html-region' support.
8583
8584 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8585
8586         * shr.el (shr-insert-color-overlay): Split stuff like
8587         "#444444 !important" to find the real color.
8588         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8589         parse <font color="red"> entries.
8590
8591 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
8592
8593         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
8594         point when parsing headers.
8595
8596         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
8597         is positioned properly when parsing headers.
8598
8599 2010-11-23  Julien Danjou  <julien@danjou.info>
8600
8601         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8602
8603         * shr-color.el (shr-color->hexadecimal): Add support for color names.
8604
8605         * shr.el (shr-parse-style): Replace \n with space in style parsing.
8606
8607         * shr-color.el (shr-color-hsl-to-rgb-fractions):
8608         Use shr-color-hue-to-rgb.
8609         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8610
8611 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * shr.el (shr-color->hexadecimal): Autoload.
8614         (shr-descend): Add color to all tags.
8615
8616 2010-11-22  Julien Danjou  <julien@danjou.info>
8617
8618         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8619         shr-color->hexadecimal.
8620
8621         * shr-color.el (shr-color->hexadecimal): Add converting functions for
8622         RGB() or HSL() color representation.
8623
8624         * shr.el (shr-tag-font): Add.
8625         (shr-tag-color-check): New function to get better colors.
8626         (shr-tag-insert-color-overlay): Factorize code between tag-font and
8627         tag-span.
8628
8629         * shr-color.el: New file.
8630
8631         * color-lab.el: New file.
8632
8633         * gnus-art.el (gnus-url-mailto): Do not downcase args.
8634
8635 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
8636
8637         * nnir.el: Fix typo in comments.
8638         (nnir-run-imap): Simplify code.  No need to reverse artlist.
8639         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8640
8641 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8642
8643         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8644
8645         * nnimap.el (nnimap-get-capabilities): Refactor out.
8646         (nnimap-open-connection): Re-request capabilities after STARTTLS.
8647
8648 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
8649
8650         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8651         appearing when `mm-uu-hide-markers' is nil.
8652
8653 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * nnimap.el (nnimap-unselect-group): Make into its own function.
8656         (nnimap-request-rename-group): Unselect group before renaming.
8657         This had gotten lost somewhere.
8658         (nnimap-request-accept-article): Keep track of examined groups, and
8659         unselect the group before APPENDing to read-only groups.
8660         (nnimap-request-move-article): Clear flags before moving so that they
8661         can be re-set later.
8662
8663 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8666         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8667
8668 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-art.el (gnus-mime-display-single):
8671         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8672         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8673         parameter.
8674
8675 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8676
8677         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8678         (shr-table-vertical-line): New variable.
8679         (shr-insert-table): Use it.
8680
8681 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-html.el (gnus-html-wash-images): Don't display images if
8684         gnus-inhibit-images is non-nil; register displayer for cid images.
8685         (gnus-html-display-image): Work for cid image.
8686         (gnus-html-insert-image): Allow arguments.
8687         (gnus-html-put-image): Inhibit read-only.
8688         (gnus-html-prefetch-images): Don't prefetch images if
8689         gnus-inhibit-images is non-nil.
8690
8691 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692
8693         * shr.el (shr-put-image): Break lines when inserting big pictures.
8694
8695 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8696
8697         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8698         sender, thanks Katsumi Yamaoka.
8699
8700 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
8701
8702         * nnir.el (nnir-run-imap): Reverse the article list for each group
8703         rather than the whole list.
8704
8705 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * shr.el (shr-image-displayer): Protect function against non-existent
8708         image source.
8709
8710         * gnus-art.el (gnus-inhibit-images): New user option.
8711         (gnus-mime-display-single): Don't display image if it is non-nil.
8712
8713         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8714         gnus-inhibit-images.
8715
8716         * shr.el (shr-image-displayer): New function.
8717         (shr-tag-img): Use it.
8718
8719 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
8720
8721         * mml2015.el (mml2015-epg-sign): Use From header.
8722
8723 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724
8725         * gnus-html.el (gnus-html-wash-images): Register a displayer.
8726
8727         * gnus-util.el (gnus-find-text-property-region): Return markers.
8728
8729         * shr.el (shr-tag-img): Put a displayer in the text property.
8730
8731         * gnus-util.el (gnus-find-text-property-region): New utility function.
8732
8733         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8734         (gnus-html-show-images): Remove.
8735
8736         * gnus-art.el (gnus-article-show-images): New, more general function.
8737
8738         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8739         image url text properties.
8740
8741         * shr.el: Ditto.
8742
8743         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8744         gnus-agent-auto-agentize-methods is set.  Which it isn't.
8745
8746 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8749         work for two or more articles.
8750
8751 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8754         divide an image that's in an html article to two or more when washing
8755         non-ASCII characters in alt text of it.
8756
8757 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8760         smime-decrypt-region using function argument.
8761         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8762
8763         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8764
8765         * smime.el (smime-decrypt-region): Catch it.
8766
8767 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8768
8769         * smime.el (smime-mode-map): Move initialization into declaration.
8770         (gnus-run-mode-hooks): Don't autoload.
8771         (smime-mode): Use define-derived-mode.
8772
8773 2010-11-11  Glenn Morris  <rgm@gnu.org>
8774
8775         * smime.el (from): Restrict declaration to XEmacs.
8776
8777         * nnir.el (gnus-group-topic-name): Autoload.
8778
8779 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * shr.el (shr-insert): Don't break long line if it is because of
8782         kinsoku-bol characters in the line end.
8783
8784 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
8785
8786         * nnir.el (nnir-request-move-article): Fix to provide original group
8787         and subject.
8788         (nnir-warp-to-article): Don't fail on articles whose headers haven't
8789         been retrieved.
8790
8791         * gnus-sum.el (gnus-summary-move-article): Use original group and
8792         subject for virtual articles such as those in an nnir summary buffer.
8793
8794 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8797         least 21.5).
8798
8799         * smime.el (from): Declare it again for XEmacs.
8800
8801 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802
8803         * message.el (message-resend): Don't disable encoding unless it's
8804         already encoded.
8805
8806         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8807         low-numbered articles.
8808
8809 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * rfc2047.el (rfc2047-syntax-table): Simplify.
8812
8813         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
8814
8815         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8816         set-char-table-range for XEmacs.
8817
8818 2010-11-10  Glenn Morris  <rgm@gnu.org>
8819
8820         * time-date.el (time-to-seconds): Always an alias on Emacs,
8821         never a real function.
8822         (with-no-warnings): Remove compat stub, now unused.
8823         (time-less-p): Doc fix.
8824         (time-to-number-of-days): Simplify.
8825
8826         * smime.el (from): Remove unused declaration.
8827
8828         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8829         (gnus-float-time): On Emacs, always an alias.
8830
8831         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8832         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8833
8834 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * dgnushack.el: Don't use ignore-errors in the top level form since it
8837         is unavailable in XEmacs even if cl is loaded.
8838
8839         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8840
8841 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * shr.el (browse-url-mailto): Autoload.
8844
8845         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8846
8847         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8848         regexp doesn't need quoting.
8849
8850 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
8851
8852         * message.el (message-subject-trailing-was-ask-regexp)
8853         (message-subject-trailing-was-regexp): Match was: in addition to was.
8854
8855 2010-11-09  Glenn Morris  <rgm@gnu.org>
8856
8857         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8858         (nnbabyl-check-mbox): Use point-at-bol.
8859
8860 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8863
8864         * message.el (message-mailto): New function.
8865         (message-mailto): Should accept other parameters.
8866         (message-mailto): Remove since it duplicates browse-url-mailto
8867         functionality.
8868
8869 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8872         methods.
8873         (gnus-read-active-file): Ditto.
8874
8875         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8876         ": " from the prompt.
8877         (gnus-group-make-group): Ditto.
8878
8879 2010-11-07  Glenn Morris  <rgm@gnu.org>
8880
8881         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8882         (gnus-bookmark-kill-line): Use point-at-eol.
8883
8884 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8887         asterisks in From header.
8888
8889 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8892         string to avoid making the From headers syntactically invalid.
8893
8894         * message.el (message-send-mail): Don't insert courtesy messages if the
8895         message already has List-Post and List-ID messages.
8896
8897 2010-11-06  Glenn Morris  <rgm@gnu.org>
8898
8899         * gnus-art.el (gnus-treat-article): Give dynamic local variables
8900         `condition', `type', `length' a prefix.
8901         (gnus-treat-predicate): Update for above name changes.
8902
8903 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
8904
8905         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8906         binding.  Handled by `gnus-summary-refer-thread' instead.
8907         (nnir-warp-to-article): New backend function.
8908
8909         * nnimap.el (nnimap-request-thread): Force dependency updating.
8910
8911         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8912         (gnus-summary-refer-thread): Rework to improve thread-referral.
8913
8914         * gnus-int.el (gnus-warp-to-article): New function.
8915
8916         * gnus-sum.el (gnus-summary-article-map): Bind it.
8917
8918 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
8919
8920         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8921         gnus-summary-refer-thread.
8922
8923         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8924         headers.
8925         (gnus-summary-limit-include-thread): Prevent articles in thread from
8926         being cut in gnus-cut-threads.
8927         (gnus-summary-refer-thread): Limit retrieved headers to those in
8928         thread.
8929
8930 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * message.el (message-send-mail): Use the value of
8933         message-courtesy-message from the message buffer.
8934
8935         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8936
8937         * shr.el (shr-browse-url): Implement mailto: URLs.
8938
8939         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8940         "raw".
8941
8942         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8943         if it's already selected.
8944
8945         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8946
8947 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8950         to measure the length and truncate alt text.
8951
8952 2010-11-03  Glenn Morris  <rgm@gnu.org>
8953
8954         * nndiary.el (nndiary-generate-nov-databases-1)
8955         (nndiary-generate-active-info): Rename dynamic variable `files' to
8956         something less generic.
8957
8958 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
8959
8960         * nnir.el (nnir-request-move-article): Call the underlying backend to
8961         move articles from nnir.
8962
8963 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8966
8967 2010-11-02  Julien Danjou  <julien@danjou.info>
8968
8969         * nnir.el: Remove wais support.
8970
8971 2010-11-02  Glenn Morris  <rgm@gnu.org>
8972
8973         * gnus-html.el: Reorder requirements to quieten compiler.
8974
8975 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8978         properly for XEmacs as well.
8979         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8980         (gnus-article-natural-long-line-p): Use window-width rather than
8981         frame-width.
8982
8983 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
8984
8985         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
8986         (nnir-read-parms): Don't modify query.
8987         (nnir-run-query): Add ability to search topic on current line.
8988         (nnir-get-active): Clean up.
8989
8990 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8993         degenerate articles.
8994
8995         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8996         (gnus-print-buffer): Just print the buffer as is, without any copying
8997         to a buffer and then re-highlighting.
8998
8999         * nnimap.el (nnimap-request-group): Store the new updated info.
9000         (nnimap-request-group): Select the group when we don't know whether it
9001         exists or not.
9002
9003         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9004         groups.
9005
9006         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9007         groups.
9008
9009         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9010         groups.
9011
9012         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9013         long-lines case by only filling the long lines.
9014
9015         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9016         (bug#7311).
9017
9018 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * shr.el: No need to declare `declare-function' since shr.el is for
9021         only Emacsen that provide `libxml-parse-html-region'.
9022
9023         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9024         effective only in a file it is referred to.
9025
9026 2010-11-01  Glenn Morris  <rgm@gnu.org>
9027
9028         * mm-util.el (gnus-completing-read): Autoload.
9029         (mm-read-coding-system): Simplify Emacs definition.
9030
9031         * nnmail.el (gnus-activate-group):
9032         * nnimap.el (gnutls-negotiate):
9033         * nntp.el (netrc-parse): Fix declarations.
9034
9035 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9038         string-match-p in Emacs >=23.
9039
9040         * gnus-msg.el (gnus-configure-posting-styles):
9041         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9042
9043 2010-11-01  Glenn Morris  <rgm@gnu.org>
9044
9045         * nnir.el (declare-function): Add compat stub.
9046         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9047         (nnir-run-gmane): Require 'mm-url.
9048
9049         * mm-util.el (mm-string-to-multibyte): Simplify.
9050
9051         * shr.el (declare-function): Add compat stub.
9052         (url-cache-create-filename): Declare.
9053         (mm-disable-multibyte, widget-convert-button): Autoload.
9054
9055         * smime.el (ldap-search): Declare.
9056         (smime-cert-by-ldap-1): Require ldap on Emacs.
9057
9058         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9059         (nnimap-keepalive): Use gnus-float-time.
9060
9061         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9062         (mail-source-delete-crash-box): Use gnus-float-time.
9063
9064         * gnus-dired.el (gnus-completing-read): Autoload.
9065
9066         * mm-view.el (gnus-rescale-image): Autoload.
9067
9068         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9069
9070         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9071
9072         * sieve-manage.el: Require 'cl when compiling.
9073
9074         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9075         (gnus-iswitchb-completing-read): Require iswitchb.
9076         (gnus-select-frame-set-input-focus): Silence compiler.
9077
9078 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * message.el (message-subject-trailing-was-query): Change default to t,
9081         since I think that's what most people want.
9082
9083         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9084         appending for easier debugging.
9085         (nnimap-wait-for-connection): Take a regexp.
9086         (nnimap-request-accept-article): Wait for the continuation line before
9087         sending anything unless we're streaming.
9088
9089         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9090         leave the header washing to take place.
9091
9092 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9093
9094         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9095         regular expression match and replace in posting styles.
9096
9097 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9098
9099         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9100         an entire server.
9101         (nnir-get-active): New function.
9102         (nnir-run-imap): Use it.
9103         (nnir-run-gmane): Who knew, gmane search returns an article score!
9104
9105         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9106         server on the current line with nnir.
9107
9108 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9111         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9112         left edge.
9113         (gnus-article-foldable-buffer): Skip past the prefix when determining
9114         raggedness.
9115
9116         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9117         the raw article, and change `C-u g' to show the article without doing
9118         treatments.
9119
9120         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9121         on to `gnus-treat-article'.
9122         (gnus-inhibit-article-treatments): New variable.
9123
9124         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9125
9126         * gnus-art.el (gnus-treatment-function-alist): Have
9127         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9128         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9129         sections.
9130
9131         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9132         parameter.
9133         (gnus-article-fill-cited-long-lines): New function.
9134         (gnus-article-fill-cited-article): Allow filling only long sections.
9135
9136         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9137         and non-punctuation (like after the apostrophe in "'We").
9138
9139         * gnus-sum.el (gnus-summary-select-article): Make sure
9140         gnus-original-article-buffer is alive.
9141
9142         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9143         reflect the order they're in in the digest.
9144
9145         * gnus.el (gnus-group-startup-message): Move point to the start of the
9146         buffer.
9147
9148         * nnimap.el (nnimap-capability): New function.
9149         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9150         is set.
9151
9152 2010-10-31  David Engster  <dengste@eml.cc>
9153
9154         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9155         conform with changes to gnus-completing-read.
9156
9157 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9160
9161 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9162
9163         * nnir.el: Move defvar, defcustom around to keep file organized
9164         and keep byte-compiler quiet.
9165         (nnir-read-parms): Accept search-engine as arg.
9166         (nnir-run-query): Pass search-engine as arg.
9167         (nnir-search-engine): Remove.
9168
9169 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * shr.el (shr-generic): The text nodes should be text, not :text.
9172
9173         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9174         later in the file.
9175
9176 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9177
9178         * nnir.el: General clean up.  Allow searching with multiple engines.
9179         Allow separate extra-parameters for each engine.
9180         Batch queries when possible.
9181         (nnir-imap-default-search-key, nnir-method-default-engines):
9182         Add customize interface.
9183         (nnir-run-gmane): New engine.
9184         (nnir-engines): Use it.  Qualify all prompts with engine name.
9185         (nnir-search-engine): Remove global variable.
9186         (nnir-run-hyrex): Restore for now.
9187         (nnir-extra-parms, nnir-search-history): New variables.
9188         (gnus-group-make-nnir-group): Use them.
9189         (nnir-group-server): Remove in favor of gnus-group-server.
9190         (nnir-request-group): Avoid searching twice.
9191         (nnir-sort-groups-by-server): New function.
9192
9193 2010-10-30  Julien Danjou  <julien@danjou.info>
9194
9195         * gnus-group.el: Remove gnus-group-fetch-control.
9196
9197         * gnus-start.el (gnus-find-new-newsgroups):
9198         Remove gnus-check-first-time-used.
9199
9200         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9201
9202 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9203
9204         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9205         set on groups that don't have \* permanentflags.
9206
9207 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9210         control the background color.
9211         (shr-tag-img): Ignore very small web bug type images.
9212         (shr-put-image): Add help-echo alt texts to the images.
9213         (shr-tag-video): Show the video poster image.
9214
9215 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * shr.el (shr-table-depth): New variable.
9218         (shr-tag-table-1): Only insert the images after the top-level table.
9219
9220         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9221
9222         * gnus-util.el (gnus-list-memq-of-list): New function.
9223
9224         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9225         selected.
9226         (nnimap-unsplittable-articles): New slot.
9227         (nnimap-new-articles): Use it.
9228
9229 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9230
9231         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9232         move to the previous line on `M-g'.
9233
9234 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9237         *-request-group, which seems unnecessary.
9238
9239         * nnimap.el (nnimap-quote-specials): Function copied over from
9240         imap.el.
9241         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9242         they support that.  Suggested by Tom Regner.
9243
9244 2010-10-29  Julien Danjou  <julien@danjou.info>
9245
9246         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9247         defalias.
9248         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9249
9250         * gnus.el: Remove `gnus-nntp-service' variable.
9251         (gnus-secondary-servers): Make obsolete.
9252         (gnus-nntp-server): Make obsolete.
9253
9254         * gnus-start.el (gnus-1): Remove x-splash calls.
9255
9256         * gnus-ems.el (gnus-x-splash): Remove.
9257
9258         * gnus.el (gnus-group-startup-message): Simplify/update code.
9259
9260         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9261         definition.
9262
9263         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9264         capability before doing anything.
9265         (gnus-group-insert-group-line): Remove useless
9266         gnus-group-remove-excess-properties.
9267
9268 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9271
9272 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9273
9274         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9275         config after reselecting.
9276
9277 2010-10-28  Julien Danjou  <julien@danjou.info>
9278
9279         * shr.el (shr-put-image): Use point even if only inserting text.
9280         (shr-put-image): Save excursion when inserting alt text on non-graphic
9281         display, so the behavior is the same when we are on a graphic display.
9282
9283         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9284
9285 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9288         (gnus-mime-copy-part): Check coding system, not charset.
9289         (gnus-mime-view-part-externally): Never remove part.
9290         (gnus-mime-view-part-internally): Don't remove part here.
9291         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9292         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9293         multipart/alternative.
9294
9295         * mm-decode.el (mm-display-part): Take optional arg `force'.
9296
9297 2010-10-26  Julien Danjou  <julien@danjou.info>
9298
9299         * gnus-group.el (gnus-group-default-list-level): Add this function to
9300         compute the default list level.
9301         (gnus-group-default-list-level): Add possibility to use a function.
9302
9303 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9306
9307         * gnus-group.el (gnus-group-completing-read)
9308         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9309         gnus-replace-in-string.
9310
9311 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * shr.el (shr-tag-div): Add.
9314
9315         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9316
9317 2010-10-25  Julien Danjou  <julien@danjou.info>
9318
9319         * gnus-util.el: Remove `gnus-with-local-quit'.
9320
9321         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9322
9323 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9326         the original article buffer.
9327
9328 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * nnimap.el (nnimap-request-head): New function.
9331         (nnimap-request-move-article): Try to be slightly faster by not
9332         requesting the entire message when moving.
9333         (nnimap-transform-headers): Don't bug out on bodiless articles.
9334         (nnimap-send-command): Have no outstanding messages if the IMAP server
9335         doesn't support streaming.
9336         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9337
9338 2010-10-24  Julien Danjou  <julien@danjou.info>
9339
9340         * message.el (message-default-headers): Fix type.
9341
9342 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9345         prefetching images.
9346
9347         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9348         backend for unknown groups.  This is mainly useful for nnimap groups.
9349
9350         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9351         group isn't covered by the agent.
9352
9353 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9354
9355         * nnir.el (nnir-method-default-engines): New variable.
9356         (nnir-run-query): Use it.
9357         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9358         (gnus-summary-nnir-goto-thread): Change group if needed.
9359
9360         * gnus-group.el (gnus-group-group-map): Add key binding for
9361         gnus-group-make-nnir-group.
9362
9363 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364
9365         * shr.el (shr-tag-object): Add.
9366
9367         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9368         original article buffer live.
9369         (gnus-summary-select-article-buffer):
9370         Mention gnus-widen-article-buffer.
9371
9372 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373
9374         * shr.el (shr-tag-strong): Add.
9375
9376 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9379         group names.  They mess up the group buffer badly.
9380
9381         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9382
9383         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9384         instead of the summary one.
9385
9386 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * mml.el (mml-preview): Work properly when editing article.
9389
9390         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9391         gnus-have-read-active-file if it's already been in.
9392
9393 2010-10-22  Tom Tromey  <tromey@redhat.com>
9394
9395         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9396         gnus-group-completing-read.
9397
9398 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * message.el (message-mode-map): Don't bind M-; to comment region, to
9401         allow the global comment-dwim to work.
9402
9403 2010-10-21  Julien Danjou  <julien@danjou.info>
9404
9405         * message.el (message-setup-1): Allow message-default-headers to be a
9406         function.
9407
9408 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * shr.el (shr-tag-table): Simplify.
9411
9412 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9415         to avoid trying to snarf invalid stuff.
9416
9417         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9418
9419         * gnus.el (gnus-message-archive-group): Quote value.
9420         (gnus-message-archive-group): Mark as changed.
9421
9422         * shr.el (shr-add-font): Don't put the font properties on the newline
9423         or the indentation.
9424
9425         * message.el (message-fix-before-sending): Change options when sending
9426         non-printable characters.
9427
9428         * gnus.el (gnus-message-archive-method): Change the default to
9429         monthly outgoing groups.
9430
9431         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9432         that have gotten new numbers.
9433
9434         * nnimap.el (nnimap-request-replace-article): New function.
9435
9436 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9439         (nnrss-request-article): Don't use special html washing code.
9440
9441 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * shr.el (shr-tag-table): Remove useless nconc.
9444
9445 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * gnus-art.el (article-wash-html): Simplify and remove the charset
9448         stuff.  Use the normal html rendering code instead of the special html
9449         washing code.
9450
9451         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9452         `gnus-w3m' symbols.
9453         (mm-text-html-washer-alist): Remove.
9454
9455         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9456         (mm-inline-media-tests): Remove use.
9457         (mm-text-html-renderer): Change default to the `shr' symbol.
9458
9459         * mm-view.el (mm-inline-text-html): Remove use.
9460
9461         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9462         `gnus-blocked-images' to be a function.
9463         (gnus-article-wash-function): Remove.
9464
9465 2010-10-20  Julien Danjou  <julien@danjou.info>
9466
9467         * spam.el (spam-list-of-processors): Mark as obsolete.
9468
9469         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9470         (nnimap-insert-partial-structure): Fix boundary detection.
9471
9472 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9473
9474         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9475         run file-truename on remote files.  This can be expensive and even
9476         prevent one from editing drafts if some unrelated buffer has a stale
9477         connection.
9478
9479 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9482         kinsoku-eol regardless of shr-kinsoku-shorten.
9483         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9484         (shr-tag-table): Support caption, thead, and tfoot.
9485
9486 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9487
9488         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9489         lines.
9490         (shr-save-contents): New command and keystroke.
9491
9492         * nndoc.el (nndoc-type-alist): Add git support.
9493         (nndoc-git-type-p): New function.
9494         (nndoc-transform-git-article): Ditto.
9495         (nndoc-transform-git-headers): Ditto.
9496         (nndoc-transform-git-headers): Generate Subject headers.
9497
9498         * shr.el (shr-parse-style): New function.
9499         (shr-tag-span): Ditto.
9500
9501         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9502         to `G G' to avoid collisions.
9503
9504 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * shr.el: Load kinsoku if necessary.
9507         (shr-kinsoku-shorten): New internal variable.
9508         (shr-find-fill-point): Make kinsoku shorten text line if
9509         shr-kinsoku-shorten is bound to non-nil.
9510         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9511         shr-indentation too when testing if table is wider than frame width.
9512         (shr-insert-table): Use `string-width' instead of `length' to measure
9513         text width.
9514         (shr-insert-table-ruler): Make sure indentation is done at bol.
9515
9516 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9517
9518         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9519         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9520         undecoded network data.
9521
9522 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9525         name in the mode line spec so that the mode line menu works
9526         (bug#2431).
9527
9528         * message.el (message-get-reply-headers): If we're fed `to-address',
9529         then always use that.
9530
9531         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9532         aren't so wide as to need to switch off the edit menu.
9533
9534         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9535         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9536
9537         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9538         `M-g'.
9539         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9540         the permanent marks.
9541
9542 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9543
9544         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9545         Splitting according to references/in-reply-to obeys the ignore-groups
9546         variable, while splitting by sender and subject do not.
9547
9548 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9551         alist, so that we can look for non-Unicode chars.
9552         (article-translate-strings): Allow both character and string maps.
9553
9554 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * shr.el (shr-insert): Don't insert space behind a wide character
9557         categorized as kinsoku-bol, or between characters both categorized as
9558         nospace.
9559
9560 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9561
9562         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9563         headers to gnus-newsgroup-headers.
9564
9565 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * shr.el (shr-tag-img): Don't align images -- since we're not
9568         rescaling, this often leads to ugly displays.
9569
9570 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9571
9572         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9573         duplicates.
9574
9575 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9576
9577         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9578         call.
9579
9580 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9581
9582         * gnus.el: Autoload gnus-html-show-images.
9583
9584         * nnimap.el: Use nnheader-message throughout.
9585
9586         * shr.el (shr-tag-img): Ignore images with no data.
9587
9588 2010-10-15  Julien Danjou  <julien@danjou.info>
9589
9590         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9591         a possibility to disable format=flow encoding when using hard newlines.
9592
9593 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * shr.el (shr-insert): Remove space inserted before or after a
9596         breakable character or at the beginning or the end of a line.
9597         (shr-find-fill-point): Do kinsoku; find the second best point or give
9598         it up if there's no breakable point.
9599
9600 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * nnimap.el (nnimap-open-connection): Message when opening connection
9603         for debugging purposes.
9604
9605         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9606         on every setup buffer call to allow this to change from article to
9607         article.
9608
9609         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9610         buffers where we have a wide table.
9611
9612 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
9613
9614         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9615         uses *-request-thread.
9616
9617 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618
9619         * nnimap.el (nnimap-open-connection): Remove %s from openssl
9620         incantation, which is no longer valid.
9621
9622 2010-10-14  Julien Danjou  <julien@danjou.info>
9623
9624         * shr.el: Fix defcustom type (char -> character).
9625
9626 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * nnimap.el (nnimap-open-connection): tls-program should be a list of
9629         programs.
9630
9631 2010-10-14  Julien Danjou  <julien@danjou.info>
9632
9633         * shr.el (shr-tag-a): Use url-link as widget type.
9634
9635         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9636         `gnus-group-get-icon'.
9637
9638 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9641         This should make server editing work better.
9642
9643         * shr.el (shr-find-fill-point): Don't inloop on indented text.
9644
9645         * tls.el (tls-program): Remove spurious %s from openssl.
9646
9647         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9648         (nnimap-parse-flags): Fix regexp.
9649
9650         * shr.el (shr-find-fill-point): Use a filling algorithm that should
9651         probably work for CJVK text, too.
9652
9653         * nnimap.el (nnimap-extend-tls-programs): Remove.
9654         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9655
9656         * tls.el (tls-starttls-switches): Remove starttls hack.
9657         (open-tls-stream): Ditto.
9658         (tls-find-starttls-argument): Ditto.
9659
9660 2010-10-13  Julien Danjou  <julien@danjou.info>
9661
9662         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9663         responses.
9664
9665 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9668
9669         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9670         anything in Emacs.
9671
9672         * shr.el (shr-current-column): Remove buggy and unnecessary function.
9673
9674 2010-10-13  Julien Danjou  <julien@danjou.info>
9675
9676         * shr.el (shr-width): Make shr-width a defcustom with default to
9677         fill-column.
9678         (shr-tag-img): Use shr-width rather than fill-column.
9679
9680 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * dgnushack.el (byte-optimize-apply):
9683         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9684
9685         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9686         position when (X-)Faces exist.
9687         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9688         avatars when called interactively.
9689
9690 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9693         gnus-article-x-face-too-ugly is bound.
9694
9695 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9698
9699         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9700         mailbox that doesn't exist.
9701
9702 2010-10-12  Julien Danjou  <julien@danjou.info>
9703
9704         * shr.el (shr-tag-img): Encode URL properly when retrieving.
9705         (shr-get-image-data): Encode URL properly when fetching from cache.
9706         (shr-tag-img): Use aligned-to spaces to align correctly images.
9707
9708         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9709         before inserting the Gravatar.
9710
9711         * shr.el (shr-tag-img): Add align attribute support for <img>.
9712
9713 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * gnus-gravatar.el (gnus-art): Require.
9716
9717         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9718         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9719         Remove long obsoleted functions.
9720
9721 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
9724
9725         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9726
9727         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9728         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9729         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
9730         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
9731         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
9732         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
9733         * sieve-manage.el, smime.el, spam.el:
9734         Fix comment for declare-function.
9735
9736 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9737
9738         * nnimap.el (nnimap-request-rename-group): Select group read-only
9739         before renaming it.
9740
9741         * shr.el (shr-insert): Fix up the white space only regexp.
9742
9743         * nnimap.el (nnimap-transform-split-mail): Not all articles have
9744         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
9745
9746         * shr.el (shr-current-column): New function.
9747         (shr-find-fill-point): New function.
9748
9749 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9750
9751         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9752         numbers.
9753
9754 2010-10-11  Julien Danjou  <julien@danjou.info>
9755
9756         * shr.el (shr-hr-line): Add.
9757         (shr-tag-hr): Use shr-hr-line to specify which character to use to
9758         display hr lines.
9759         (shr-max-columns): Do not change state to nil if we just inserting
9760         spaces.
9761
9762 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * gnus-topic.el (gnus-topic-read-group): If after the last group,
9765         select the last group.
9766
9767 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
9768
9769         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9770
9771 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
9772
9773         * dig.el (dig-mode-map): Declare and define in one step.
9774
9775 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9776
9777         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9778         for Gnus.
9779         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9780         (nnimap-update-qresync-info): Mark \Seen articles as read.
9781
9782         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9783         non-variable, too.
9784
9785         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
9786         available.
9787         (nnimap-update-info): Rely more on the current active than the param
9788         active to avoid marking articles as read too much.
9789
9790         * auth-source.el (auth-source-create): Use (user-login-name) for the
9791         user name default.
9792
9793         * nnimap.el (nnimap-update-info): If the server doesn't return any
9794         useful info, just use the previous info.
9795         (nnimap-update-info): Prefer old info over start-article.
9796         (nnimap-update-qresync-info): Finish implementing QRESYNC.
9797
9798 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
9799
9800         * nnir.el (autoload): Clean up autoloads.
9801         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9802         Use key rather than value.
9803         (nnir-imap-search-other): New variable.
9804         (nnir-read-parm): Use it.
9805         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9806         (gnus-summary-nnir-goto-thread): Modify to work with imap.
9807
9808 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9809
9810         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9811         the process, too.
9812
9813 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * spam.el (gnus-summary-mode-map): Bind to "$".
9816         Suggested by Russ Allbery.
9817
9818         * shr.el: Rework the way things are indented by <li> slightly.
9819
9820         * gnus.el (gnus-group-set-parameter): Fix typo.
9821
9822         * nnimap.el: Start implementing QRESYNC support.
9823
9824 2010-10-09  Julien Danjou  <julien@danjou.info>
9825
9826         * nnir.el (nnir-engines): Fix too many arguments.
9827
9828 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9831         group is the "last", so that the backends like nnfolder actually save
9832         their folders.
9833
9834         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
9835         try to use that for the tls stream.
9836         (nnimap-retrieve-group-data-early): Rework the marks code to heed
9837         UIDVALIDITY and find out which groups are read-only and not.
9838         (nnimap-get-flags): Use the same marks parsing code as the rest of
9839         nnimap.
9840
9841 2010-10-09  Julien Danjou  <julien@danjou.info>
9842
9843         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9844
9845         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9846         retrieving gravatars.
9847
9848         * shr.el (shr-table-corner): Add.
9849         (shr-table-line): Add.
9850         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9851
9852 2010-10-08  Julien Danjou  <julien@danjou.info>
9853
9854         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9855
9856 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
9857
9858         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9859
9860         * gnus-sum.el (gnus-mark-article-as-unread)
9861         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9862         (gnus-summary-set-bookmark): Use it.
9863
9864         * gnus-msg.el (gnus-setup-message): Use it.
9865
9866         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9867
9868         * gnus.el (gnus-group-remove-parameter): Use it.
9869
9870         * gnus-group.el (gnus-group-make-web-group): Use it.
9871
9872         * gnus-demon.el (gnus-demon-remove-handler): Use it.
9873
9874         * nnregistry.el: Update docs to mention manual.
9875
9876         * gnus-registry.el: Update docs to mention nnregistry.el.
9877         (gnus-registry-initialize): Don't install nnregistry refer method
9878         automatically.
9879         (gnus-registry-install-nnregistry): Remove it.
9880
9881 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9882
9883         * shr.el (shr-insert): Don't insert double spaces.
9884
9885 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-gravatar.el (gnus-treat-from-gravatar)
9888         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9889         called interactively.
9890
9891         * gnus-art.el (gnus-mime-view-part-externally)
9892         (gnus-mime-view-part-internally): Make predicate function passed to
9893         gnus-mime-view-part-as-type assume argument is a mime type, not a list
9894         of a mime type.
9895
9896         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9897
9898 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * shr.el (require): Require cl when compiling.
9901         (shr-tag-hr): New function.
9902
9903         * nnimap.el (nnimap-update-info): Remove double setting of high.
9904         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9905         This makes nnimap work properly on Courier again.
9906
9907         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9908         the variable for backwards compatibility.
9909
9910         * mm-decode.el (mm-save-part): If given a non-directory result, expand
9911         the file name before using to avoid setting mm-default-directory to
9912         nil.
9913
9914         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9915         bidning gnus-agent variables.
9916
9917         * shr.el (shr-render-td): Use a cache for the table rendering function
9918         to avoid getting an exponential rendering behavior in nested tables.
9919         (shr-insert): Rework the line-breaking algorithm.
9920         (shr-insert): Don't leave trailing spaces.
9921         (shr-insert-table): Also insert empty TDs.
9922         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9923
9924 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9925
9926         * gnus-sum.el (gnus-number): Rename from `number'.
9927         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9928         (gnus-summary-limit-children): Update uses correspondingly.
9929
9930 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9933         (gnus-gravatar-transform-address): Don't show avatars of people of
9934         which mail addresses match gnus-gravatar-too-ugly.
9935
9936 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * shr.el (shr-table-widths): Expand TD elements to fill available
9939         space.
9940
9941 2010-10-07  Julien Danjou  <julien@danjou.info>
9942
9943         * nnimap.el (nnimap-request-rename-group): Add this method.
9944
9945 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9948         name from XEmacs' function-arglist.
9949
9950         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9951         gravatar under XEmacs.
9952
9953 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
9954
9955         * auth-source.el: Update docs with TODO items.
9956
9957         * gnus-sync.el: Update docs to explain state and plans.
9958
9959         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9960         Hooks for mark updates.
9961         (gnus-request-set-mark, gnus-request-update-mark): Use them.
9962
9963         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9964         hooks with arguments, which is needed for mark update hooks.
9965
9966 2010-10-06  Julien Danjou  <julien@danjou.info>
9967
9968         * gnus.el (gnus-expand-group-parameter): Only return and act on what
9969         was matched.
9970
9971         * sieve-manage.el: Update example in `Commentary'.
9972
9973         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9974
9975         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9976         not 2000.
9977         (sieve-manage-authenticate): Re-add function.
9978
9979 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9980
9981         * shr.el (shr-insert): Get 'space transition right.
9982         (shr-render-td): Only delete space at the end of the TD.
9983
9984         * nnimap.el (nnimap-open-connection): Prepare to support
9985         open-gnutls-stream.
9986
9987         * shr.el: Rearrange function order to be more logical.
9988
9989 2010-10-06  Julien Danjou  <julien@danjou.info>
9990
9991         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9992         (nnrss-discover-feed): Remove 404 URL in docstring.
9993
9994         * nnir.el: Fix Swish-E URL.
9995         Fix Namazu URL.
9996
9997         * message.el (message-change-subject): Remove 404 URL in a comment.
9998
9999 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10002         called interactively.
10003
10004         * gnus-util.el (gnus-remove-if): Allow hash table.
10005         (gnus-remove-if-not): New function.
10006
10007         * gnus-art.el (gnus-mime-view-part-as-type):
10008         * gnus-score.el (gnus-summary-score-effect):
10009         * gnus-sum.el (gnus-read-move-group-name):
10010         Replace remove-if-not with gnus-remove-if-not.
10011
10012         * gnus-group.el (gnus-group-completing-read):
10013         Regard collection as a hash table if it is not a list.
10014
10015 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10018
10019         * shr.el: Document the table-rendering algorithm.
10020
10021 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10024         for Emacsen having no `libxml-parse-html-region' support.
10025
10026 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10027
10028         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10029         invalid URLs.
10030
10031         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10032         line-broken.
10033         (shr-tag-img): Ignore image fetching errors.
10034         (shr-overlays-in-region): Compute overlay positions correctly.
10035
10036         * mm-decode.el (mm-shr): Require shr.
10037
10038         * gnus-art.el (gnus-blocked-images): Move variable here.
10039
10040         * shr.el (shr-insert-table): Bind free variable.
10041
10042         * mm-decode.el (mm-shr): Bind shr-content-function.
10043
10044         * shr.el (shr-content-function): New variable.
10045
10046         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10047         added for symmetry.
10048
10049         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10050
10051         * gnus-group.el (gnus-group-make-group): Doc fix.
10052
10053         * nnimap.el (nnimap-request-newgroups): Return success.
10054
10055         * shr.el (shr-find-elements): New function.
10056         (shr-tag-table): Put all the images after the table.
10057         (shr-tag-table): Really inhibit images inside the table.
10058         (shr-collect-overlays): Copy over overlays from the TD elements to the
10059         main document.
10060
10061         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10062         gnus-blocked-images.
10063
10064 2010-10-05  Julien Danjou  <julien@danjou.info>
10065
10066         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10067
10068         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10069         (gnus-html-maximum-image-size): Add this function.
10070         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10071
10072         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10073         server-value of the capability is nil.
10074
10075 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * shr.el (shr-tag-em): Add <EM> tag.
10078
10079 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10080
10081         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10082         customizable.
10083
10084         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10085         handing broken links to browse-url.
10086
10087 2010-10-05  Julien Danjou  <julien@danjou.info>
10088
10089         * gnus-util.el (gnus-emacs-completing-read)
10090         (gnus-iswitchb-completing-read): Use autoload rather than require.
10091
10092 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10095         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10096         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10097         iswitchb-temp-buflist for XEmacs.
10098
10099         * gnus-util.el (gnus-completing-read-function): Exclude
10100         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10101         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10102         XEmacs.
10103
10104         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10105         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10106
10107         * gnus-html.el: Don't require help-fns under XEmacs.
10108         (gnus-html-schedule-image-fetching): Work for XEmacs.
10109
10110         * mm-decode.el (mm-shr): Decode contents by charset.
10111
10112 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10113
10114         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10115         unknown.
10116
10117         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10118         (shr-get-image-data): Ensure against the cache file missing.
10119
10120         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10121         for data.
10122
10123         * spam-report.el (spam-report-url-ping-plain): Don't query about
10124         killing the process.
10125
10126         * shr.el (shr-render-td): Protect against too-wide text.
10127
10128 2010-10-04  Julien Danjou  <julien@danjou.info>
10129
10130         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10131         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10132
10133         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10134         retrieved.
10135
10136 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10137
10138         * shr.el (browse-url): Require.
10139         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10140         lines.
10141         (shr-show-alt-text, shr-browse-image): New commands.
10142         (shr-browse-url, shr-copy-url): New commands.
10143
10144         * gnus-sum.el (gnus-widen-article-window): New variable.
10145         (gnus-summary-select-article-buffer): Use it.
10146
10147         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10148         without @ signs.
10149
10150 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10151
10152         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10153
10154 2010-10-04  Julien Danjou  <julien@danjou.info>
10155
10156         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10157         for XEmacs.
10158
10159 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160
10161         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10162
10163         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10164         (nnimap-close-server): Implement.
10165
10166         * dgnushack.el (iswitchb): Require to shut up the compiler.
10167
10168         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10169         (shr-insert): Tweak line breaking.
10170         (shr-insert): Handle <pre> better.
10171         (shr-tag-li): Get <li> indentation right.
10172         (shr-tag-li): Get <li> indentation even righter.
10173         (shr-tag-blockquote): Ensure paragraph start.
10174         (shr-make-table): Tweak table generation.
10175         (shr-make-table): Fix typo.
10176
10177         * shr.el: Implement table rendering.
10178
10179 2010-10-04  Julien Danjou  <julien@danjou.info>
10180
10181         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10182
10183 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184
10185         * shr.el (shr-insert): Use string anchors instead of line anchors.
10186
10187 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10188
10189         * shr.el: Add headings.
10190         (shr-ensure-paragraph): Actually work.
10191         (shr-tag-li): Make <ul> prettier.
10192         (shr-insert): Get white space at the beginning/end of elements right.
10193         (shr-tag-p): Collapse subsequent <p>s.
10194         (shr-ensure-paragraph): Don't insert double line feeds after blank
10195         lines.
10196         (shr-insert): \t is also space.
10197         (shr-tag-s): Fix "s" tag name function.
10198         (shr-tag-s): Fix face prop name.
10199
10200 2010-10-03  Julien Danjou  <julien@danjou.info>
10201
10202         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10203
10204         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10205         gnus-window-inside-pixel-edges.
10206
10207         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10208         gnus-ems.
10209
10210         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10211
10212         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10213         function.
10214
10215         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10216         resize choice.
10217
10218 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219
10220         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10221         beginning of the buffer.
10222
10223         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10224         article buffer again.
10225
10226         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10227
10228         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10229         when it's at the start of the buffer.
10230
10231         * shr.el (shr-tag-blockquote): Convert name.
10232         (shr-rescale-image): Use the right image-size variant.
10233
10234         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10235         buffer isn't shown, then select the current article first instead of
10236         bugging out.
10237         (gnus-summary-select-article-buffer): Show both the article and summary
10238         buffers again.
10239
10240         * shr.el (shr-fontize-cont): Protect against regions with no text.
10241         Rename tag functions to shr-tag-* for enhanced security.
10242         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10243
10244 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10245
10246         * shr.el (shr-insert):
10247         * pop3.el (pop3-movemail):
10248         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10249         loaded.
10250
10251 2010-10-03  Glenn Morris  <rgm@gnu.org>
10252
10253         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10254
10255         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10256
10257         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10258
10259         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10260
10261         * gnus-util.el (gnus-make-local-hook): Simplify.
10262
10263 2010-10-02  Julien Danjou  <julien@danjou.info>
10264
10265         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10266         (gnus-ido-completing-read): New function.
10267         (gnus-emacs-completing-read): New function.
10268         (gnus-completing-read): Use gnus-completing-read-function.
10269         Add gnus-completing-read-function.
10270
10271 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * shr.el (shr-insert-document): Autoload.
10274         (shr-img): Be silent.
10275         (shr-insert): Add a newline after every picture before text.
10276         (shr-add-font): Use overlays for combining faces.
10277         (shr-insert): Pass upwards the text start point.
10278
10279         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10280         possible.
10281         (mm-shr): New function.
10282
10283 2010-10-02  Julien Danjou  <julien@danjou.info>
10284
10285         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10286         should go backward.
10287
10288 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10289
10290         * shr.el (shr): Fix typo in provide call.
10291
10292 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293
10294         * shr.el: New file.
10295
10296         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10297
10298         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10299         completing read.
10300
10301 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10304         we're being queried about.  Suggested by Dan Jacobson.
10305
10306         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10307         Suggested by Jason Eisner.
10308
10309         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10310         table, too.  Suggested by Stefan Wiens.
10311         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10312         the table unnecessary.  Suggested by Stefan Wiens.
10313
10314         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10315         longer needed, and probably doesn't work either, as pointed out by
10316         Stefan Wiens.
10317         (gnus-summary-exit): Remove call to the clearing function.
10318         (gnus-summary-exit-no-update): Ditto.
10319
10320         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10321         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10322         Reported by Stefan Monnier.
10323         (gnus-summary-save-in-rmail): Ditto.
10324
10325         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10326         article buffer, instead of both the article buffer and the summary
10327         buffer.  Sort of suggested by Dan Jacobson.
10328
10329         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10330
10331         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10332         Suggested by Dan Jacobson.
10333
10334         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10335         documentation clearer.
10336
10337         * message.el (message-shorten-references): Comment on the number "21".
10338         Suggested by Stefan Monnier.
10339
10340         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10341         Suggested by Dan Jacobson.
10342
10343         * gnus.el (gnus-large-newsgroup):
10344         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10345
10346         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10347         externalize attachments.  Bug reported by Steve Wen.
10348
10349         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10350         really message anything to the user.
10351
10352         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10353         directly.
10354
10355         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10356         messages in empty groups.
10357
10358 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10359
10360         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10361         non-UIDNEXT group.
10362
10363 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10366         not the value from the collection.
10367
10368         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10369         values.  This sometimes happens on some groups that have no info.
10370         (nnimap-request-newgroups): New function.
10371
10372 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10373
10374         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10375         check into `gnus-registry-initialize'.
10376         (gnus-registry-initialize): Ditto.
10377         Fix and extend header docs.
10378
10379 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10380
10381         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10382         regexp backtrace overflows.
10383
10384         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10385         for starttls that tls.el implements; i.e. openssl.
10386
10387         * tls.el (tls-starttls-switches): Give up on using starttls with
10388         gnutls-cli.
10389         (tls-program): Add --insecure to be consistent with the defaults from
10390         openssl s_client.  Now all three commands are insecure.
10391
10392 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * lpath.el: Bind completion-styles-alist for XEmacs.
10395
10396         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10397         (gravatar-create-image): New function that's an alias to
10398         gnus-xmas-create-image, gnus-create-image, or create-image.
10399         (gravatar-data->image): Use it.
10400
10401 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10402
10403         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10404         install the nnregistry refer method.
10405         (gnus-registry-install-hooks): Use it.
10406         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10407         unfollowed groups.
10408
10409 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10410
10411         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10412         expanding threads.
10413
10414 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * nnir.el: Use the server names without suffixes (bug#7009).
10417
10418         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10419         unencrypted to STARTTLS, if possible.
10420
10421 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10422
10423         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10424         headers before superseding.
10425
10426 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427
10428         * nnrss.el (nnrss-use-local): Add documentation.
10429
10430         * nnimap.el (nnimap-extend-tls-programs): New function.
10431         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10432         (nnimap-wait-for-connection): Accept the greeting from the stupid
10433         output from openssl s_client -starttls, too.
10434
10435         * tls.el (tls-starttls-switches): New variable.
10436         (tls-find-starttls-argument): Use it.
10437         (open-tls-stream): Ditto.
10438
10439         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10440         (netrc-machine): Ditto.
10441
10442         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10443         article number.
10444         (nnimap-split-fancy): New variable.
10445         (nnimap-split-incoming-mail): Use it.
10446
10447         * nntp.el (nntp-server-list-active-group): Document.
10448
10449         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10450         SELECT to get the message-id.
10451
10452         * mail-source.el (mail-sources): Remove webmail support.
10453         (defvar): Ditto.
10454         (mail-source-fetcher-alist): Ditto.
10455         (mail-source-fetch-webmail): Remove.
10456
10457         * webmail.el: Remove -- doesn't seem relevant any more.
10458
10459         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10460
10461         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10462         the \r.
10463
10464 2010-09-30  Julien Danjou  <julien@danjou.info>
10465
10466         * gnus-agent.el (gnus-agent-add-group): Fix call to
10467         gnus-completing-read.
10468
10469 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * nndoc.el (nndoc-retrieve-groups): New function.
10472
10473         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10474         `default', use nnmail-split-methods.
10475         (nnimap-request-article): Downcase the NILs so that they are nil.
10476
10477         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10478         symbol.
10479
10480         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10481         code, since if the user has requested network, that's what they ought
10482         to get.
10483         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10484         (nnimap-split-rule): Mark as obsolete.
10485
10486         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10487         New variable.
10488
10489         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10490         correct slot, too.
10491
10492 2010-09-29  Julien Danjou  <julien@danjou.info>
10493
10494         * gnus.el (gnus-local-domain): Declare variable obsolete.
10495
10496         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10497         Fix history computing.
10498         (gnus-ido-completing-read): Require ido.
10499
10500 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10503         build Gnus.
10504
10505         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10506         when interpreting the structures.
10507         (nnimap-request-accept-article): Add \r\n to the lines to make this
10508         work with Cyrus.
10509
10510         * nndraft.el (nndraft-request-expire-articles): Use the group name
10511         instead if "nndraft".  Fix found by Nils Ackermann.
10512
10513 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10514
10515         * nnregistry.el: Add.
10516
10517 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10518
10519         * nnmail.el (group, group-art-list, group-art):
10520         Remove unneeded directives.
10521
10522 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10525         (mm-mime-charset):
10526         * rfc2047.el (rfc2047-syntax-table):
10527         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10528
10529         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10530         rather than `insert-file-contents' and `eval-region'.
10531
10532         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10533         construction.
10534
10535         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10536
10537         * time-date.el: No need to require cl for Emacs 21.
10538
10539 2010-09-29  Julien Danjou  <julien@danjou.info>
10540
10541         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10542         replacement of `gnus-gravatar-relief' to mimic
10543         `gnus-faces-properties-alist'.
10544         Add :version property.
10545
10546 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * mail-source.el (mail-source-report-new-mail):
10549         * message.el (message-default-mail-headers):
10550         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10551
10552         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10553
10554 2010-09-28  Julien Danjou  <julien@danjou.info>
10555
10556         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10557         mail-address contains the same string as real-name.
10558
10559         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10560         non-blank in header, otherwise it'll get stripped.
10561
10562         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10563         real-name, and then for mail address rather than doing : or , search.
10564
10565 2010-09-27  Julien Danjou  <julien@danjou.info>
10566
10567         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10568         right completing-read function.
10569         (gnus-use-ido): New variable
10570         (gnus-completing-read-with-default): Remove.
10571         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10572         (gnus-agent-add-group):
10573         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10574         * mm-view.el (mm-view-pkcs7-decrypt):
10575         * mm-util.el (mm-codepage-setup):
10576         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10577         * mml-smime.el (mml-smime-openssl-sign-query):
10578         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10579         (mml-insert-multipart):
10580         * gnus-msg.el (gnus-summary-yank-message):
10581         * gnus-int.el (gnus-start-news-server):
10582         * mm-decode.el (mm-interactively-view-part):
10583         * gnus-dired.el (gnus-dired-attach):
10584         * gnus.el (gnus-read-method):
10585         * gnus-bookmark.el (gnus-bookmark-jump):
10586         * gnus-art.el (gnus-mime-view-part-as-type)
10587         (gnus-mime-action-on-part, gnus-article-encrypt-body):
10588         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10589         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10590         * nnmairix.el (nnmairix-create-server-and-default-group)
10591         (nnmairix-update-groups, nnmairix-get-server)
10592         (nnmairix-backend-to-server, nnmairix-goto-original-article)
10593         (nnmairix-get-group-from-file-path):
10594         * nnrss.el (nnrss-find-rss-via-syndic8):
10595         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10596         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10597         (gnus-group-browse-foreign-server):
10598         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10599         (gnus-summary-execute-command, gnus-summary-respool-article)
10600         (gnus-read-move-group-name):
10601         * gnus-score.el (gnus-summary-increase-score)
10602         (gnus-summary-score-effect):
10603         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10604
10605 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
10608         x-focus-frame.
10609
10610         * nnimap.el (auth-source-forget-user-or-password)
10611         (auth-source-user-or-password): Autoload.
10612
10613         * message.el (message-from-style, message-interactive)
10614         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10615         (message-yank-prefix, message-indentation-spaces, message-signature)
10616         (message-signature-file): Add comment.
10617
10618 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619
10620         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10621         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10622         new articles.
10623
10624         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10625         parts.
10626         (nnimap-request-article): Work with the t setting, too.
10627
10628         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10629         that you don't get flashes of other buffers.
10630         (gnus-summary-show-complete-article): Intern before setting.
10631
10632 2010-09-27  David Engster  <dengste@eml.cc>
10633
10634         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10635         well as HEADERS.
10636         (nnmairix-retrieve-headers): Provide new argument for the above.
10637
10638 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * gnus-sum.el (gnus-summary-move-article): Don't alter
10641         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
10642         group.
10643
10644         * nnimap.el (nnimap-update-info): Don't destructively alter active.
10645
10646         * message.el (message-cite-prefix-regexp): Revert my last edit.
10647
10648         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10649         variable instead of the Gnus variable.
10650
10651         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10652
10653         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10654
10655         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10656         since some servers don't like it.
10657         (nnimap-open-connection): Forget credentials if the server says the
10658         password was wrong.
10659         (nnimap-parse-line): Protect against invalid data.
10660
10661         * gnus-sum.el (gnus-summary-move-article): Add comment.
10662         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10663         nothing alters it while scanning for new messages.
10664
10665         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10666         which may or may not help.
10667         (nnimap-open-connection): If we're doing a stream connection, and then
10668         discover we're on a STARTTLS-capable server, then open a STARTTLS
10669         connection instead.
10670
10671 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10672
10673         * nnimap.el (utf7): Require.
10674
10675         * message.el (message-cite-prefix-regexp): Remove "}" from citation
10676         prefix.
10677
10678 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
10679
10680         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10681
10682 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10683
10684         * nnimap.el (nnimap-request-accept-article): Message the error on
10685         error.
10686
10687 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10690
10691 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10692
10693         * nndoc.el (nndoc-request-list): Return success always.
10694
10695         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10696         `fetch-old' -- we only want to fetch the articles we've requested.
10697         The rest are in the agent, probably.
10698         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10699         disappeared server" to something low.  It's not important.
10700
10701         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10702         arrived before the FETCH data.
10703
10704         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10705         target here, because we don't know the Gnus name of the group.
10706
10707         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10708         for the correct group.
10709
10710         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10711
10712         * gnus.el (gnus): Give a final warning after startup.
10713
10714         * gnus-util.el (gnus-action-message-log): New variable.
10715         (gnus-message): Use it.
10716         (gnus-final-warning): New function.
10717
10718         * nnimap.el (nnimap-open-connection): Record the greeting.
10719         (nnimap): Add greeting.
10720
10721 2010-09-26  Julien Danjou  <julien@danjou.info>
10722
10723         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10724         arguments.
10725         (gnus-html-wash-images): Fix spec computing to include start/end.
10726
10727         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10728
10729 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10732         deletion.
10733         (nnimap-retrieve-headers): Don't select the group, because that's
10734         already done by nnimap-possibly-change-group.
10735
10736         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10737         (gnus-picon-transform-address): Use it.
10738
10739         * mail-source.el (mail-source-value): Revert previous patch.
10740
10741         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10742         on failure.
10743         (nnimap-open-connection): Look up both virtual and physical server name
10744         credentials.
10745
10746         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10747
10748 2009-02-07  Dave Love  <fx@gnu.org>
10749
10750         * tls.el (open-tls-stream): Don't query killing process.
10751
10752 2009-02-08  Dave Love  <fx@gnu.org>
10753
10754         * gnus-win.el (gnus-window-to-buffer-helper)
10755         (gnus-all-windows-visible-p): Function needn't be a symbol.
10756
10757         * mail-source.el (mail-source-value): Function needn't be a symbol.
10758
10759 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760
10761         * message.el (message-cite-prefix-regexp): Remove } from the cite
10762         prefix.
10763
10764         * gnus-art.el (gnus-treatment-function-alist): Do picons before
10765         highlight again, so that the highlight is correct.
10766
10767         * gnus-picon.el (gnus-picon): Remove again.
10768         (gnus-picon-create-glyph): Set the background XPM color explicitly.
10769
10770         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10771         doing the header highlightling, so that the background color of the
10772         picon is correct.
10773
10774         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10775         (gnus-picon): Ditto.
10776         (gnus-picon): Reinstate.  The background color for picons is white.
10777         (gnus-picon-insert-glyph): Make the background white.
10778
10779         * nnml.el (nnml-open-nov): Don't return dead buffers.
10780
10781         * auth-source.el (auth-source-create): Query the user for whether to
10782         store the credentials.
10783
10784         * netrc.el (netrc-store-data): New function.
10785
10786         * auth-source.el (auth-source-user-or-password): Use the existing auth
10787         sources, if any, for creation.
10788
10789         * gnus.el (gnus-group-fast-parameter): Return the last matching
10790         parameter instead of the first matching parameter.
10791
10792 2010-09-26  Julien Danjou  <julien@danjou.info>
10793
10794         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10795
10796 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * mml2015.el (mml2015-use): Remove gpg support.
10799
10800         * mml1991.el (mml1991-function-alist): Remove gpg function.
10801         (mml1991-gpg-sign): Remove.
10802
10803 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
10804
10805         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10806         (gnus-browse-unsubscribe-current-group): Document it.
10807         (gnus-browse-unsubscribe-group): Use it.
10808
10809 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10810
10811         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10812         address to the To list for easier response.
10813
10814         * gnus.el (gnus-play-startup-jingle): Remove.
10815         (gnus-splash): Don't play jingle.
10816         (gnus): Silence gnus-load message.
10817
10818         * gnus-art.el (gnus-treat-play-sounds): Remove.
10819
10820         * gnus.el (gnus-play-jingle): Remove audio support.
10821
10822         * gnus-cus.el (gnus-score-customize): Remove audio reference.
10823
10824         * earcon.el: Remove -- no users.
10825
10826         * gnus-audio.el: Remove -- no users of this package.
10827
10828         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10829
10830         * gnus-start.el (gnus-setup-news): Remove nocem support.
10831
10832         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10833
10834         * gnus.el (gnus-use-nocem): Remove.
10835
10836         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10837         Remove.
10838
10839         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
10840         uses NoCeM any more.
10841
10842         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10843         (gnus-button-ctan-handler): Ditto.
10844         (gnus-button-handle-ctan-bogus-regexp): Ditto.
10845         (gnus-button-ctan-directory-regexp): Ditto.
10846         (gnus-button-handle-ctan): Ditto.
10847         (gnus-button-tex-level): Ditto.
10848         (gnus-button-alist): Remove CTAN stuff.
10849
10850 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10853         nnimap-streaming test.
10854
10855         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10856         servers twice.
10857
10858         * nnimap.el (nnimap-open-connection): Add more error reporting when
10859         nnimap fails early.
10860
10861         * nnheader.el (nnheader-get-report-string): New function.
10862         (nnheader-get-report): Use it.
10863
10864         * gnus-int.el (gnus-check-server): Say what the error was when opening
10865         failed.
10866
10867         * nnimap.el (nnimap-wait-for-response): Search further when we're not
10868         using streaming.
10869
10870 2010-09-25  Julien Danjou  <julien@danjou.info>
10871
10872         * gnus-html.el (gnus-html-rescale-image): Use our defalias
10873         gnus-window-inside-pixel-edges.
10874
10875 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10878
10879         * mm-decode.el (mm-save-part): Allow saving to other directories the
10880         normal Emacs way.
10881
10882         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10883         Suggested by Jay Berkenbilt.
10884
10885         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10886         there isn't a single byte.
10887
10888         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10889         just do it.  It doesn't really seem to matter what the user responds
10890         here, I think, so it's just a confusing question.
10891
10892         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10893         non-streaming case.
10894
10895         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10896         (gnus-article-encrypt-body): Use it.
10897
10898         * gnus-sum.el (gnus-summary-show-complete-article): New command and
10899         keystroke.
10900
10901         * nnimap.el (nnimap-find-wanted-parts-1):
10902         Use gnus-fetch-partial-articles.
10903
10904         * gnus-art.el (gnus-fetch-partial-articles): New variable.
10905
10906         * nnimap.el (nnimap-insert-partial-structure): New function.
10907         (nnimap-get-partial-article): New function.
10908         (nnimap-request-article): Use it.
10909         (nnimap-wait-for-response): Return whether the wait was successful.
10910         (nnimap-finish-retrieve-group-infos): Don't do anything if the
10911         retrieval wasn't successful.
10912         (nnimap-retrieve-group-data-early): Allow throttling servers.
10913         (nnimap-streaming): New variable.
10914         (nnimap-fetch-partial-articles): Remove.
10915
10916         * mm-decode.el (mm-with-part): Protect against killed buffers.
10917
10918         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10919         for prettier summary display.
10920
10921 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
10922
10923         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10924
10925 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10928         apparently third-party libraries depend on it.
10929
10930         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10931         before starting negotiation.
10932
10933         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10934         privacy reasons.
10935         (gnus-treat-mail-gravatar): Ditto.
10936
10937         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10938         buffer when inserting images.  Inserting text into the headers, for
10939         instance, can make them invalid.
10940
10941 2010-09-25  Julien Danjou  <julien@danjou.info>
10942
10943         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10944         variables.
10945
10946         * nnheader.el: Remove useless variables news-reply-yank-from and
10947         news-reply-yank-message-id.
10948
10949         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10950         variables.
10951
10952         * mml1991.el: Remove useless mml1991-verbose.
10953
10954         * gnus.el: Remove useless variable gnus-use-generic-from.
10955         Remove obsolete variable gnus-topic-indentation.
10956
10957         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10958
10959         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10960
10961         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10962
10963         * gnus-group.el: Remove useless gnus-group-icon-cache.
10964         Remove useless gnus-ephemeral-group-server.
10965
10966         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10967
10968         * mml2015.el: Remove useless mml2015-verbose.
10969
10970         * mml-smime.el: Remove useless mml-smime-verbose.
10971
10972         * gnus.el: Remove useless gnus-local-domain.
10973
10974         * gnus-gravatar.el (gnus-gravatar-transform-address):
10975         Use gnus-gravatar-size.
10976
10977         * gnus-art.el: Remove useless gnus-treat-translate.
10978
10979 2010-09-24  Julien Danjou  <julien@danjou.info>
10980
10981         * gnus-sum.el: Add support for Gravatars.
10982
10983         * gnus-art.el: Add support for Gravatars.
10984
10985         * gnus-gravatar.el: Add this file.
10986
10987         * gravatar.el: Add this file.
10988
10989 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10990
10991         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10992
10993         * gnus-group.el (gnus-group-fetch-faq): Remove.
10994
10995         * gnus.el (gnus-group-faq-directory): Remove.
10996
10997         * gnus-group.el (gnus-group-fetch-charter): Remove.
10998
10999         * gnus.el (gnus-group-charter-alist): Remove.
11000
11001         * gnus-group.el (gnus-group-archive-directory): Remove.
11002         (gnus-group-recent-archive-directory): Ditto.
11003         (gnus-group-make-archive-group): Remove.
11004
11005         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11006
11007         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11008         use the same article number for all the cached articles.
11009
11010         * nnimap.el (nnimap-command): Register the last command time so
11011         that we can use it for idling NOOPs.
11012         (nnimap-open-connection): Start the keeplive timer.
11013         (nnimap-make-process-buffer): Store all the process buffers.
11014         (nnimap-keepalive): New function.
11015
11016         * starttls.el (starttls-open-stream): Add autoload cookie.
11017
11018 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11019
11020         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11021         handling.
11022
11023 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11026         its data structures.
11027
11028         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11029         instead of the cl.el copy-list.
11030         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11031         equalp.
11032
11033 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11036         and tool-bar-local-item-from-menu.
11037
11038         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11039         mode-line-highlight face for Emacs.
11040
11041         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11042         loading gnus-sum.elc; fix comment for canlock-verify.
11043         (gnus-article-jump-to-part): Use read-number.
11044         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11045         Remove Emacs pre-21 compatible code for help-echo.
11046         (gnus-article-next-page-1): No need to adjust the number of lines.
11047         (gnus-article-describe-bindings): Always use help-buffer.
11048
11049         * gnus-audio.el (gnus-audio-inline-sound):
11050         * gnus-cus.el (gnus-custom-mode):
11051         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11052
11053         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11054
11055         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11056         compatible code.
11057
11058 2010-09-24  Glenn Morris  <rgm@gnu.org>
11059
11060         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11061         visiting the fcc file in rmail-mode.
11062
11063         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11064
11065 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * nnir.el: Silence the byte compiler.
11068
11069         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11070         alias to browse-url-url-encode-chars if any.
11071         (gnus-html-encode-url): Use it.
11072
11073 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * gnus-start.el (gnus-use-backend-marks): New variable.
11076         (gnus-get-unread-articles-in-group): Use it.
11077
11078         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11079         makeover.
11080
11081 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11082
11083         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11084
11085 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11088         Remove.
11089         (gnus-setup-news-hook):
11090         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11091
11092         * gnus-int.el (gnus-request-update-info): Protect against backends not
11093         having the function.
11094
11095         * nnimap.el (nnimap-stream): Mention starttls.
11096         (nnimap-open-connection): Add starttls support.
11097
11098 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11099
11100         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11101
11102 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11105         BODYSTRUCTUREs.
11106         (nnimap-transform-headers): Unfold quoted {42} headers.
11107
11108         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11109         the info.
11110         (gnus-get-unread-articles): Only call updatep on backends that support
11111         it.
11112
11113         * nnweb.el (nnweb-request-update-info): NOOP.
11114
11115         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11116
11117         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11118         since it only deals with marks.
11119
11120         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11121         gnus-request-marks, and make a new gnus-request-update-info.
11122
11123         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11124         the active instead of the high number, which is usually too low.
11125
11126 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11127
11128         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11129         * encrypt.el: Remove.
11130
11131 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11134         server in symbolic form.
11135
11136         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11137
11138 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139
11140         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11141         (nnimap-update-info): Fix up code slightly.
11142
11143         * gnus-int.el (gnus-open-server): Add tracing for performance
11144         debugging.
11145
11146         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11147         (gnus-group-insert-group-line): Pass the real group name so that it
11148         gets the right data.
11149
11150         * gnus-start.el (gnus-get-unread-articles): Don't have
11151         `gnus-get-unread-articles-in-group' update info, since that can be
11152         really slow and doesn't seem to be needed?
11153
11154 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11155
11156         * time-date.el (date-to-time): Try using parse-time-string first before
11157         using the slower timezone-make-date-arpa-standard.
11158
11159 2010-09-22  Julien Danjou  <julien@danjou.info>
11160
11161         * gnus-group.el (gnus-group-insert-group-line):
11162         Call gnus-group-highlight-line.
11163         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11164         default hook list.
11165         (gnus-group-update-eval-form): Add new function.
11166         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11167         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11168
11169 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11172         immediate, then expire all articles.
11173         (nnimap-update-info): Fix off-by-one errors.
11174         (nnimap-flags-to-marks): Would return no marks lists for group with no
11175         flags.  Instead return the other data.
11176
11177 2010-09-22  Julien Danjou  <julien@danjou.info>
11178
11179         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11180         Only return an icon.
11181         (gnus-group-insert-group-line): Compute icon to return.
11182
11183         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11184         (gnus-html-image-fetched): Only cache if
11185         gnus-html-image-automatic-caching is set.
11186         (gnus-html-image-fetched): Check for errors.
11187
11188 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11191         once per method on `g'.  This ensures that backends like nnfolder don't
11192         open all their folders.
11193
11194         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11195         (nnimap-request-list): Nix out group in the correct buffer.
11196         (nnimap-parse-flags): Implement by using `read' instead of
11197         hand-parsing.
11198         (nnimap-flags-to-marks): Pass on permanent-flags.
11199         (nnimap-make-process-buffer): Record the server name.
11200         (nnimap-parse-flags): Fix typo.
11201         (nnimap-request-scan): Run split on the server in general, not just a
11202         single group.
11203
11204         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11205         parameter, and propagate this downwards.
11206
11207         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11208         since EXAMINE changes it on the server.
11209
11210         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11211         this command might take a while.
11212
11213 2010-09-22  Julien Danjou  <julien@danjou.info>
11214
11215         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11216         harmful if you have 2 images side-by-side, they can't be properly
11217         update on text deletion.  Using text-property is safer here.
11218         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11219         data.
11220
11221 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11222
11223         * nnimap.el (nnimap-expunge-inbox): Remove.
11224         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11225         (nnimap-expunge): Flip default to t.
11226
11227         * gnus.el (gnus-method-to-server): Don't push things to the cache
11228         unless it's unique.
11229         (gnus-server-to-method): Ditto.
11230
11231 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11234
11235 2010-09-22  Julien Danjou  <julien@danjou.info>
11236
11237         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11238         get the start of data.
11239         (gnus-html-encode-url): Add this function to encode special chars in
11240         URL.
11241         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11242         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11243
11244         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11245         default.
11246         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11247
11248         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11249         images alt-text.
11250         (gnus-html-put-image): Put alt-text as help-echo.
11251
11252 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11255         * mm-util.el (mm-decompress-buffer):
11256         * nnir.el (nnir-run-find-grep):
11257         * pop3.el (pop3-list): Use 3rd arg of split-string.
11258
11259         * time-date.el (format-seconds): Comment fix.
11260
11261         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11262         and byte-optimize-form-code-walker.
11263         (dgnushack-make-auto-load): Don't advise make-autoload.
11264
11265         * lpath.el: Remove Emacs 21 stuff.
11266
11267 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11270         outside the active range.  Suggested by Dan Christensen.
11271
11272         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11273         slightly later to avoid double-getting it.
11274
11275         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11276         previous patch.
11277
11278         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11279
11280 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11281
11282         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11283
11284 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11285
11286         * gnus-int.el (gnus-open-server): Give a better error message in the
11287         "go offline" case.
11288
11289         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11290         marks for nnimap, which is seldom the right thing to do.
11291
11292         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11293         (gnus-same-method-different-name): New function.
11294
11295         * nnimap.el (parse-time): Require.
11296
11297         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11298         method in the presence of many similar methods.
11299
11300         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11301
11302         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11303         nnml-inhibit-expiry.
11304
11305         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11306         find out whether methods are equal.
11307
11308         * nnimap.el (nnimap-find-expired-articles): New function.
11309         (nnimap-process-expiry-targets): New function.
11310         (nnimap-request-move-article): Request the article before looking at
11311         what the Message-ID is.  Fix found by Andrew Cohen.
11312         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11313
11314         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11315         for oldness in addition to being a predicate.
11316
11317         * nnimap.el (nnimap-request-group): When we have zero articles, return
11318         the right data to Gnus.
11319         (nnimap-request-expire-articles): Only delete articles immediately if
11320         the target is 'delete.
11321
11322         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11323         method, this would bug out.
11324
11325         * gnus-group.el (gnus-group-expunge-group): Rename from
11326         gnus-group-nnimap-expunge, and implemented as a normal interface
11327         function.
11328
11329         * gnus-int.el (gnus-request-expunge-group): New function.
11330
11331         * nnimap.el (nnimap-request-create-group): Implement.
11332         (nnimap-request-expunge-group): New function.
11333
11334 2010-09-21  Julien Danjou  <julien@danjou.info>
11335
11336         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11337         (gnus-html-cache-expired): Add new function.
11338         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11339         wethever we should display image for fetch it.
11340         Compute alt-text earlier to pass it to the fetching function too.
11341         (gnus-html-schedule-image-fetching): Change function argument to only
11342         get one image at a time, not a list.
11343         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11344         cache.
11345         (gnus-html-get-image-data): New function to retrieve image data from
11346         cache.
11347         (gnus-html-put-image): Change buffer argument to use image data rather
11348         than file, and place image above region rather than inserting a new
11349         one.  Do not take alt-text as argument, since it's useless now: we place
11350         the image above alt-text.
11351         (gnus-html-prune-cache): Remove.
11352         (gnus-html-show-images): Start to fetch image when we find one, do not
11353         push into a temporary list.
11354         (gnus-html-prefetch-images): Only fetch image if they have expired.
11355         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11356         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11357
11358 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11361
11362 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11363
11364         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11365         spec inser "*" if the group isn't active instead of 0.
11366
11367         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11368         opening the server.
11369         (nnimap-request-delete-group): Implement group deletion.
11370         (nnimap-transform-headers): Return the size of the entire message in
11371         the Bytes header, not just the size of the first part.
11372         (nnimap-request-move-article): When moving an article from nnimap,
11373         request the article first so the accepting form has an article to
11374         accept.  Reported by Dan Christensen.
11375         (nnimap-command): Make sure that the error message doesn't error out.
11376
11377 2010-09-20  David Edmondson  <dme@dme.org>
11378
11379         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11380         we haven't requested anything.
11381
11382 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11385         "".  Fix found by Andrew Cohen.
11386
11387         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11388         instead of -encode-string.
11389
11390 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11393
11394         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11395         by mm-subst-char-in-string.
11396
11397 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11398
11399         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11400         waiting for the connection string.
11401
11402         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11403         arriving.
11404
11405         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11406         bogus characters.  This allows selecting certain Gmail groups.
11407
11408         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11409         (nnimap-fetch-partial-articles): New variable.
11410         (nnimap-open-connection): When looking for credentials, also use the
11411         nnimap-server-port.
11412         (nnimap-request-article): Return the group/article number, so that Gnus
11413         `^' works as expected.
11414         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11415
11416         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11417         comments.
11418         (gnus-methods-sloppily-equal): New function.
11419         (gnus): When using the development version of Gnus, load the gnus-load
11420         file.
11421
11422         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11423         `gnus-open-server' on each method before trying to scan them etc.
11424         This ensures that all the backend parameters are set correctly.
11425
11426         * nnimap.el (nnimap-authenticator): New variable.
11427         (nnimap-open-connection): Allow anonymous login.
11428         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11429         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11430
11431         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11432         patch, found by Knut Anders Hatlen.
11433
11434 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11435
11436         * gnus-agent.el (gnus-agent-batch-confirmation)
11437         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11438         to gnus-message.
11439         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11440         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11441         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11442         * gnus-int.el (gnus-open-server): Likewise.
11443         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11444         (gnus-score-check-syntax): Likewise.
11445         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11446         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11447         Likewise.
11448         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11449
11450 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11451
11452         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11453         calling conventions so that prefetch doesn't bug out.
11454
11455 2010-09-19  Julien Danjou  <julien@danjou.info>
11456
11457         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11458         rather than `subst-char-in-region' in order to be able to replace ASCII
11459         char by UTF-8 ones.
11460
11461         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11462         than curl.
11463         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11464         the right URL and ALT text on images.
11465         (gnus-html-wash-tags): Fix tag case.
11466         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11467         (gnus-article-html): Add -o display_ins_del=2 option.
11468         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11469
11470 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11471
11472         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11473         the extra mail headers, which sometimes seem to happen for unknown
11474         reasons.
11475
11476         * mail-parse.el (mail-header-encode-parameter): Define as
11477         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11478         (or most, perhaps?) mail readers don't understand the latter, but do
11479         understand the former.
11480
11481         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11482         to nil, so that no methods are automatically agentized.  I think this
11483         is probably what most users want.
11484
11485         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11486         from url-retrieve, for instance about invalid URLs.
11487
11488         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11489         groups that have no articles.
11490         (nnimap-request-article): Check that we really got an article when we
11491         requested one.
11492
11493         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11494         doesn't exist.
11495
11496         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11497         nntp buffer so the agent can save it.
11498         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11499         that CRLF doesn't get translated to \n.
11500         (nnimap-open-connection): Don't make 'shell commands only send \n.
11501
11502 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11503
11504         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11505         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11506         Update var name.
11507         (nnml-generate-nov-file): Use dolist.
11508         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11509         Use with-current-buffer.
11510
11511 2010-09-18  Julien Danjou  <julien@danjou.info>
11512
11513         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11514         parallel.
11515
11516 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11517
11518         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11519         the range update right.
11520         (nnimap-request-group): Don't make `M-g' bug out on group with no
11521         marks.
11522         (nnoo): Require, so that other packages can require nnimap.
11523         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11524         command we're looking for.  This helps when the server sends more
11525         responses after we've gotten everything we expected.
11526         (nnimap): Add a `newlinep' field to keep track of end-of-line
11527         conventions.
11528         Don't send CRLF to things that don't want it.
11529         (nnimap-request-accept-article): Ditto.
11530
11531 2010-09-18  Julien Danjou  <julien@danjou.info>
11532
11533         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11534         than curl to retrieve images.
11535
11536 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11537
11538         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11539         the marks.
11540         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11541         (nnimap-wait-for-connection): New function.
11542         (nnimap-open-connection): If we have PREAUTH, don't query for login
11543         credentials.
11544         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11545         when doing a partial update.
11546
11547 2010-09-18  Julien Danjou  <julien@danjou.info>
11548
11549         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11550         tags.
11551
11552 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * nnimap.el (nnimap-credentials): New function.
11555         (nnimap-open-connection): Use the new function to look for credentials
11556         also on the numeric equivalents of "imap" and "imaps".
11557
11558         * gnus-start.el (gnus-activate-group): Send the info to
11559         gnus-request-group.
11560
11561         * nnimap.el (nnimap-request-group): Have the "check" version of the
11562         function parse flags and update the info, so that a `M-g' get a total
11563         resync of all flags from the group.
11564
11565         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11566         to allow backends to alter the info on group selection.  Also alter all
11567         the backend -request-group functions to take the parameter.
11568
11569         * nnimap.el (nnimap-store-info): New function.
11570         (nnimap-update-info): Store the info for later usage.
11571         (nnimap-request-group): Use the stored info for the dont-check case, so
11572         that we don't retrieve all marks when we enter a group.
11573
11574         * nnimap.el: Use deffoo instead of defun for interface functions.
11575
11576         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11577         update the group info.  This makes the nndraft groups, for instance, go
11578         back to their old behavior.
11579
11580         * gnus-sum.el (gnus-select-newsgroup): Indent.
11581
11582         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11583         in.
11584         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11585         nothing.
11586
11587         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11588         from methods that are denied.
11589
11590         * gnus-int.el (gnus-method-denied-p): New function.
11591
11592         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11593         store the password instead of netrc.
11594         (nnimap-open-connection): Don't error out when we can't make a
11595         connections.
11596
11597         * auth-source.el (auth-source-create): In the password prompt, say what
11598         we're querying for.  Also prompt for user name if that hasn't been
11599         given.
11600
11601         * nnimap.el (nnimap-with-process-buffer): Remove.
11602
11603 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11604
11605         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11606         method when we're reading from the agent.
11607
11608         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11609
11610         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11611         that's probably most useful for users.
11612
11613         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11614         "failed" all the time.
11615
11616         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11617         ...)) with (with-current-buffer ... ).
11618
11619         * nntp.el (nntp-open-server): Return whether the open was successful or
11620         not.
11621
11622         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11623         select an unread unseen article first.
11624
11625         * nnimap.el (nnimap-open-connection): If the user doesn't have a
11626         /etc/services, supply some sensible port defaults.
11627
11628         * dgnushack.el: Define netrc-credentials.
11629
11630 2010-09-17  Julien Danjou  <julien@danjou.info>
11631
11632         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11633
11634 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
11635
11636         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11637         doesn't have any parameters.
11638
11639 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11640
11641         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11642         only upcased checks.
11643
11644         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11645
11646         * nnimap.el (nnimap-open-shell-stream): New function.
11647         (nnimap-open-connection): Use it.
11648         (nnimap-transform-headers): Get the number of lines in each message.
11649         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11650         number of lines.
11651         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
11652         problem.
11653
11654         * utf7.el (utf7-encode): Autoload.
11655
11656         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11657         to allow the mail splitting to not return a default group.  This is
11658         useful for nnimap, which will leave unmatched mail in the inbox.
11659
11660         * nnimap.el: Rewritten.
11661
11662         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11663         nnimap usage.
11664
11665         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11666         if the move is internal, so that nnimap can do fast internal moves.
11667
11668         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11669         data.
11670         (gnus-read-active-for-groups): Support finishing the early retrieval of
11671         data.
11672
11673         * gnus-range.el (gnus-range-nconcat): New function.
11674
11675         * gnus-int.el (gnus-finish-retrieve-group-infos)
11676         (gnus-retrieve-group-data-early): New functions.
11677
11678 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11679
11680         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11681         (nnrss-retrieve-groups):
11682         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11683         (pop3-quit): Use with-current-buffer.
11684
11685 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11688         instead of nnheader-accept-process-output.
11689
11690         * dgnushack.el (dgnushack-compile): Add comment.
11691
11692         * lpath.el: No need to fbind propertize for XEmacs 21.4.
11693
11694         * gnus-html.el (gnus-html-schedule-image-fetching)
11695         (gnus-html-prefetch-images): Replace process-kill-without-query by
11696         gnus-set-process-query-on-exit-flag.
11697
11698 2010-09-16  Romain Francoise  <romain@orebokech.com>
11699
11700         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11701
11702 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * gnus-registry.el (gnus-registry-install-shortcuts): The second
11705         parameter to unintern is mandatory-ish in Emacs 24.
11706
11707         * gnus-html.el (gnus-html-schedule-image-fetching)
11708         (gnus-html-prefetch-images): Check for curl before using it.
11709
11710         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11711         depend on curl, which isn't essential.
11712
11713         * imap.el: Revert back to version
11714         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11715         seem problematic.
11716
11717 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11718
11719         * gnus-registry.el (gnus-registry-install-shortcuts):
11720         Explicitly pass `obarray' to `unintern' to avoid a warning.
11721
11722 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11723
11724         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11725         change.
11726
11727         * nnrss.el (nnrss-request-list): Remove this function and related
11728         functions, including the moreover stuff.
11729
11730 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731
11732         * nnrss.el (nnrss-retrieve-groups): New function.
11733
11734 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
11735
11736         * .dir-locals.el: Add no-byte-compile cookie.
11737
11738 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * time-date.el (format-seconds): Comment fix.
11741
11742         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11743         for back end that doesn't support request-scan.
11744
11745 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11746
11747         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11748         then do request scans from the backends.
11749
11750         * netrc.el (netrc-credentials): New conveniency function.
11751
11752         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11753         avoid running a hook per line, since this takes a lot of time,
11754         profiling shows.
11755         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11756         directly if gnus-visual-p is true.
11757
11758 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11761         groups; replace mapcar with dolist which is a bit faster; pass groups
11762         info to gnus-read-active-file-1.
11763         (gnus-read-active-file-1): Scan only specified groups if the new
11764         optional arg `infos' is given.
11765
11766 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767
11768         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11769
11770         * pop3.el (pop3-movemail): Remove.
11771         (pop3-streaming-movemail): Rename to pop3-movemail.
11772
11773         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11774         don't restrict end-tag searches to the end of the line.
11775
11776 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11779         articles of every unchecked group to t, which means unknown since the
11780         server has never been opened.
11781
11782 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11783
11784         * gnus-html.el (gnus-html-show-alt-text): New command.
11785         (gnus-html-browse-image): Ditto.
11786         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11787         to browse the image directly.
11788         (gnus-html-wash-tags): Search for images first, so that <a><img> works
11789         better.
11790
11791         * gnus-async.el (gnus-async-article-callback):
11792         Call `gnus-html-prefetch-images' unconditionally.
11793
11794         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11795         before feeding URLs to curl.
11796
11797 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11800         internal images as deletable by `W D D'.
11801
11802         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11803         (gnus-async-article-callback): Fix typo.
11804
11805 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11806
11807         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11808         current line to work around bugs in the output from w3m.
11809
11810         * gnus-async.el (gnus-async-article-callback): Always prefetch images
11811         for groups that want that.
11812
11813         * nntp.el (nntp-wait-for-string): Supply a timeout for
11814         accept-process-output to ensure progress.
11815
11816         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11817         level to get unread articles from, then use that for foreign groups,
11818         too.
11819
11820         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11821         confuses the rest of the function.
11822
11823         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11824         for the methods that support -retrieve-groups, too.
11825
11826         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11827
11828 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11831         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
11832
11833         * pop3.el: Require cl when compiling.
11834         (pop3-number-of-responses): Search for "+OK", not "+OK ".
11835
11836 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11837
11838         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11839         that aren't going to be activated.
11840         (gnus-get-unread-articles): Fix up the last commit.
11841
11842         * gnus-html.el (gnus-article-html): Allow calling without specifying
11843         the handle.  In that case, dissect the buffer first.
11844
11845         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11846
11847         * nnimap.el (nnimap-open-connection): Revert the change that would look
11848         into authinfo for imaps instead of imap.
11849
11850         * gnus-start.el (gnus-activate-group): Take an optional parameter to
11851         say that you don't want to call gnus-request-group with don-check, but
11852         do check the reponse.  This is for virtual groups only.
11853         (gnus-get-unread-articles): Count the archive groups as secondary, so
11854         that they're activated the same way as before.
11855
11856         * imap.el (imap-message-map): Removed optional buffer parameter, since
11857         no callers use it.
11858         (imap-message-get): Ditto.
11859         (imap-message-put): Ditto.
11860         (imap-mailbox-map): Ditto.
11861         (imap-mailbox-put): Ditto.
11862         (imap-mailbox-get): Ditto.
11863         (imap-mailbox-get): Revert last change for this function.
11864
11865         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11866         case-insensitively.
11867         (nnimap-debug): Remove.
11868
11869         * net/imap.el (imap-fetch-safe): Remove function, and alter all
11870         callers to use `imap-fetch' instead.  According to the comments, this
11871         should be safe, since all other IMAP clients use the 1:* syntax.
11872         (imap-enable-exchange-bug-workaround): Remove.
11873         (imap-debug): Remove -- doesn't seem very useful.
11874
11875         * mail-source.el (mail-source-fetch): Don't message if we're fetching
11876         mail from a file, and the file doesn't exist.
11877
11878         * imap.el (imap-log): New convenience function used throughout instead
11879         of repeating the same code all over the place.
11880
11881         * pop3.el (pop3-streaming-movemail): Return t for success.
11882
11883         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11884         .authinfo if we're using ssl connection.
11885
11886         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11887         already have if we're in a main Gnus `g' run.
11888
11889         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11890
11891 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11894
11895         * nnmh.el (nnmh-request-list-1): Bind `file'.
11896
11897         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11898         alias to set-process-query-on-exit-flag or process-kill-without-query.
11899         (pop3-open-server): Use it.
11900
11901 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * mail-source.el (mail-source-delete-crash-box): Always move the crash
11904         box to the Incoming file.  Fixes mistake in previous checkin.
11905
11906         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11907         request loop (for debugging purposes) removed.
11908
11909         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11910         culprit is more visible.
11911         (nnml-save-incremental-nov, nnml-open-incremental-nov)
11912         (nnml-add-incremental-nov): New functions to do "incremental" nov
11913         updates, where we just append to the end of the existing nov files
11914         without reading/writing them in full.
11915
11916         * mail-source.el (mail-source-delete-crash-box): Really only check the
11917         incoming files once in a while.
11918
11919         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11920
11921         * mail-source.el (mail-source-delete-crash-box): Only check the
11922         incoming files for deletion once per day to save a lot of file
11923         accesses.
11924
11925         * pop3.el (pop3-logon): Fix up unbound variable typo.
11926
11927         * mail-source.el (pop3-streaming-movemail): Autoload.
11928
11929         * pop3.el (pop3-streaming-movemail):
11930         Respect pop3-leave-mail-on-server.
11931
11932         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11933         retrieval.
11934
11935         * pop3.el (pop3-process-filter): Remove unused function.
11936         (pop3-streaming-movemail, pop3-send-streaming-command)
11937         (pop3-wait-for-messages, pop3-write-to-file)
11938         (pop3-number-of-responses): New functions for streaming pop3
11939         retrieval.
11940
11941         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11942         come from no known methods.
11943         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11944         list.
11945
11946         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11947         message sizes.
11948         (pop3-movemail): Use erase-buffer instead of looping and deleting
11949         regions, which seems rather odd.
11950
11951         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11952         file once per `g' run.
11953
11954         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11955         directories.  This makes the draft queue directory work.
11956
11957         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11958         data from the backends, so that we only request the list of groups from
11959         each method once.  This should speed things up considerably.
11960
11961         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11962         detect that it's not implemented.
11963
11964         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11965         we actually do recurse down into the tree, but don't stat all leaf
11966         nodes.
11967
11968         * gnus-html.el (gnus-html-show-images): If there are no images to show,
11969         then say so instead of bugging out.
11970
11971         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11972         files exist before trying to read them.
11973
11974         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11975         around <pre_int>.
11976
11977         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11978
11979         * nnmh.el (nnmh-request-list-1): Optimize for speed.
11980
11981 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11982
11983         * mm-util.el (mm-image-load-path): Just return the image directories,
11984         not all directories in the path in addition to the image directories.
11985         (mm-image-load-path): Maintain a cache of the image directories so that
11986         the `g' command in Gnus doesn't have to stat dozens of directories each
11987         time.
11988
11989         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11990         (gnus-html-wash-tags): Add a new `i' command to insert images.
11991         (gnus-html-insert-image): New command and keystroke.
11992         (gnus-html-redisplay-with-images): New command and keystroke.
11993         (gnus-html-show-images): Rename command.
11994         (gnus-html-wash-tags): Remove more white space before <pre_int> image
11995         spacers.
11996         (gnus-html-wash-tags): Decode entities at the end, so that entities
11997         inside the tags don't mess up the rest of the "parsing".
11998
11999         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12000         so that nnimap methods aren't agentized by default.  There's apparently
12001         many problems related to agent/imap behavior.
12002
12003         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12004
12005         * gnus-html.el: Doc fix.
12006
12007 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12010         specifier-spec-list for Emacs 21.
12011
12012         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12013         glyph-width and glyph-height instead of display-graphic-p and
12014         image-size; make avoidance of displaying small images work for XEmacs.
12015
12016         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12017         for XEmacs.
12018
12019         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12020         of symbol that holds plist data.
12021         (gnus-process-plist): Remove plist of process after getting it.
12022
12023 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * message.el (message-generate-hashcash): Change default to
12026         'opportunistic if hashcash is installed.
12027
12028         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12029         (gnus-html-put-image): Only call image-size once, since it's somewhat
12030         time-consuming on remote X servers.
12031
12032 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12035         type on data, not a file name.
12036
12037         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12038         window-pixel-edges for Emacs 21.
12039
12040         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12041         decoded contents.
12042         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12043
12044 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045
12046         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12047         group line format, since it isn't very interesting.
12048
12049         * gnus-agent.el (gnus-agent-short-article),
12050         (gnus-agent-long-article): Increase values for these two variables,
12051         since most people are likely to have more network connection and
12052         storage than before.
12053
12054         * gnus.el (gnus-refer-article-method): Change default to 'current.
12055         When referring an article, the common behavior is to refer it from the
12056         current select method, not the native select method.  The chances of
12057         the native select method having the message in question is rather slim
12058         these days.
12059
12060         * gnus-sum.el (gnus-auto-select-subject): Change default to
12061         `unseen-or-unread'.  I think it's likely that most people want to
12062         select an unseen article over a previously seen, but unread one.
12063
12064         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12065         means that in the article buffer none of the minor mode elements will
12066         be shown, usually, and this is not desirable in most cases.
12067
12068         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12069         that commands like `d' (and the like) go to the next line in the
12070         buffer, instead of the next unread article.  I think this is the
12071         behavior that is most natural for most users.
12072         (gnus-single-article-buffer): Change default to nil, so that people can
12073         have as many article buffers open as they have summary buffer.  I think
12074         this is the most natural way for the groups to behave.
12075
12076         * message.el (message-generate-new-buffers): Change default to
12077         `unsent', so that all new message buffers start their names with the
12078         string "*unsent", and it's easier to find the buffers if you move from
12079         them.
12080
12081 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12084         small.  They're probably tracking images.
12085         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12086         (gnus-html-rescale-image): Yet another try at getting the image sizing
12087         right.
12088
12089         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12090         nntp-marks-file-name is nil.
12091
12092 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12093
12094         * gnus-html.el (gnus-html-wash-tags)
12095         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12096         Better logging.
12097
12098 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099
12100         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12101
12102         * gnus-html.el (gnus-html-wash-tags): Check the value of
12103         gnus-blocked-images in the summary buffer.
12104
12105 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12106
12107         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12108
12109 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12110
12111         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12112         like "a", it seems like.
12113         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12114         since it needs to be picked from the correct buffer.
12115
12116         * nnwfm.el: Remove.
12117
12118         * nnlistserv.el: Remove.
12119
12120 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12121
12122         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12123         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12124
12125 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12126
12127         * nnkiboze.el: Remove.
12128
12129         * nndb.el: Remove.
12130
12131         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12132         alt text.
12133         (gnus-html-rescale-image): Try to get the rescaling logic right for
12134         images that are just wide and not tall.
12135
12136         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12137         overshadow variable bindings.
12138
12139 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12140
12141         * gnus-html.el (gnus-html-wash-tags)
12142         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12143         Add extra logging.
12144
12145 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12148         (gnus-max-image-proportion): New variable.
12149         (gnus-html-rescale-image): New function.
12150         (gnus-html-put-image): Rescale images.
12151
12152 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12153
12154         Fix up some byte-compiler warnings.
12155         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12156         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12157         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12158         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12159         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12160         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12161         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12162
12163 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-html.el (gnus-article-html): Decode contents by charset.
12166
12167 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12170         (gnus-html-frame-width, gnus-blocked-images):
12171         * message.el (message-prune-recipient-rules): Add custom version.
12172         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12173
12174         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12175         functions.
12176
12177         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12178         gnus-process-get.
12179
12180 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12181
12182         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12183         instead of lsub directly.
12184
12185 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12186
12187         * nnwarchive.el: Remove.
12188
12189         * gnus-soup.el: Remove.
12190
12191         * nnsoup.el: Remove.
12192
12193         * nnultimate.el: Remove.
12194
12195         * gnus-html.el (gnus-blocked-images): New variable.
12196
12197         * message.el (message-prune-recipients): New function.
12198         (message-prune-recipient-rules): New variable.
12199
12200         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12201         guess whether a long line is natural text or not.
12202
12203         * gnus-html.el (gnus-html-schedule-image-fetching):
12204         Use gnus-process-plist and friends for compatibility.
12205
12206 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12207
12208         * gnus-html.el: Require packages that define macros used in this file.
12209         (gnus-article-mouse-face): Declare to silence byte-compiler.
12210         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12211         process-get.
12212         (gnus-html-put-image): Use plist-get to avoid getf.
12213         (gnus-html-prefetch-images): Use with-current-buffer.
12214
12215 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * gnus-ems.el: Provide compatibility functions for
12218         gnus-set-process-plist.
12219
12220         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12221         header-line-format for XEmacs 21.4.
12222
12223         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12224         * gnus.el (gnus-valid-select-methods):
12225         * message.el (message-send-mail-partially-limit):
12226         * mm-decode.el (mm-text-html-renderer):
12227         * mml.el (mml-insert-mime-headers-always):
12228         * smiley.el (smiley-regexp-alist): Bump custom version.
12229
12230 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12231
12232         * gnus-html.el: Require mm-url.
12233         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12234         with the url to `url'.
12235         (gnus-html-wash-tags): Support cid: URLs/images.
12236
12237 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12238
12239         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12240         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12241         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12242
12243         * gnus-move.el: Remove file, since it doesn't really work.
12244
12245         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12246         UTF-8.  This seems to fix problems with some German web feeds.
12247
12248         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12249         at the top so that the proper colors are applied.
12250
12251         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12252         don't have dots in their names.
12253
12254         * gnus-art.el (gnus-article-view-part): Doc fix.
12255
12256         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12257         XEmacs-compatible.
12258         (gnus-html-put-image): Don't do images on non-graphic displays.
12259
12260         * nnslashdot.el: Remove this unused backend.
12261
12262         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12263         actions.
12264         (gnus-undo-register-1): Revert last change.
12265
12266         * gnus-group.el (gnus-group-completing-read): Protect against not
12267         having completion-styles bound.
12268
12269         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12270         make broken recipients happier.
12271
12272         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12273
12274         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12275         point parameter.
12276
12277         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12278
12279         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12280         completion-styles for group selection.
12281
12282 2009-02-04  Andreas Schwab  <schwab@suse.de>
12283
12284         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12285         headers and regexp-quote the match if necessary.
12286
12287 2009-03-24  Miles Bader  <miles@gnu.org>
12288
12289         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12290         the blinking smiley.
12291
12292 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12293
12294         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12295         blink smiley.
12296
12297 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12298
12299         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12300         where the dribbel file lives exists.
12301
12302         * message.el (message-send-mail-partially-limit): Change the default to
12303         nil, since most people don't want this.
12304
12305         * mm-url.el (mm-url-decode-entities): Also decode entities like
12306         &#x3212.
12307
12308 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12309
12310         * gnus-sum.el (gnus-summary-idna-message):
12311         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12312         Hyperlink urls in docstrings with URL `...'.
12313
12314 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12315
12316         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12317         functions.
12318
12319 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320
12321         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12322         say what the mouseover text should be.
12323
12324         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12325         version of the mm-w3m-safe-url-regexp variable to only download images
12326         in the groups where we want that to happen.
12327
12328         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12329
12330         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12331         easier debugging.
12332         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12333         big pictures in the article buffer.
12334
12335         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12336         gnus-article-html.
12337         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12338         w3m.
12339
12340         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12341
12342 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12343
12344         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12345         which doesn't exist.
12346
12347         * message.el (message-inhibit-ecomplete): New variable to allow some
12348         function to inhibit ecomplete address storage.
12349         (message-resend): Disable ecomplete message storage when resending
12350         messages.
12351
12352         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12353
12354 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12357         Save excursion while copying, moving, and deleting articles in order to
12358         prevent the cursor from jumping to unforeseen place.
12359
12360 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * lpath.el: No need to bind bookmark-current-buffer,
12363         bookmark-yank-point and bookmark-make-record-function.
12364
12365 2010-08-17  Glenn Morris  <rgm@gnu.org>
12366
12367         * gnus-sync.el: Require gnus components whose functions are used.
12368
12369         * gnus-art.el (bookmark-make-record-function):
12370         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12371         Declare for compiler.
12372
12373         * mm-url.el (mml-compute-boundary): Autoload.
12374
12375 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12378
12379 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12380
12381         Typo fix "hoo4a" -> "hook".
12382
12383         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12384
12385 2010-08-14  Glenn Morris  <rgm@gnu.org>
12386
12387         * gnus-sync.el (gnus-sync): Fix defgroup version.
12388
12389 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12390
12391         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12392
12393         * gnus-sync.el: Fix docs.
12394         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12395         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12396
12397 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12398
12399         Optimizations for gnus-sync.el.
12400
12401         * gnus-sync.el: Add docs about gnus-sync-backend
12402         possibilities.
12403         (gnus-sync-save): Remove unnecessary message.
12404         (gnus-sync-read): Optimize and show what groups were skipped.
12405
12406 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12407
12408         Minor bug fixes for gnus-sync.el.
12409
12410         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12411         Don't read the sync on get-new-news.
12412
12413         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12414         quiet.
12415
12416         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12417         (fix typo).
12418
12419 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12420
12421         Make saving and restoring of hidden threads work with overlays.
12422         Patch applied by Ted Zlatanov.
12423
12424         * gnus-sum.el (gnus-hidden-threads-configuration)
12425         (gnus-restore-hidden-threads-configuration): Update to deal with text
12426         properties, rather than searching for a magic character.
12427
12428 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12429
12430         New gnus-sync.el library for synchronization of marks.
12431
12432         * gnus-sync.el: New library for synchronization of marks.
12433
12434         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12435         renamed from `gnus-registry-grep-in-list'.
12436
12437         * gnus-registry.el (gnus-registry-follow-group-p):
12438         Use `gnus-grep-in-list'.
12439
12440         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12441
12442 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12445         determining charset of text fails.
12446
12447 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * nnmail.el (nnmail-get-new-mail-1): Revert.
12450
12451         * nnml.el (nnml-active-number): Make sure names of newly created groups
12452         in nnml-group-alist are encoded.
12453
12454 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12457         containing non-ASCII characters in active file for nnml back end.
12458
12459 2010-07-24  David Engster  <dengste@eml.cc>
12460
12461         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12462         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12463
12464 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12465
12466         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12467         tag (Bug#6654).
12468
12469 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12472         the article buffer, not the summary buffer.
12473
12474 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12475
12476         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12477         Emacs 23 as well.
12478
12479 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12482         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12483
12484 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12485
12486         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12487         Patch applied by Karl Fogel.
12488
12489         * gnus-sum.el (gnus-summary-bookmark-make-record):
12490         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12491
12492 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12493
12494         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12495         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12496         C-w still not working correctly from Article buffers; Thierry's
12497         patch to fix that will be applied after this.
12498
12499         * gnus-art.el (bookmark-make-record-function): New local variable.
12500
12501         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12502         article buffer.
12503         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12504
12505 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12506
12507         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12508         on changes in bookmark.el.
12509
12510 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12513         `no-log' instead of message not to log prompt string.
12514
12515 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12516
12517         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12518         the *other* type of HTML form submission.
12519
12520 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12521
12522         * auth-source.el (auth-source-pick): If choice does not contain a
12523         questioned keyword, set the check to t.
12524
12525 2010-06-12  Romain Francoise  <romain@orebokech.com>
12526
12527         * gnus-util.el (gnus-date-get-time): Move up before first use.
12528
12529 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12532         (gnus-article-edit-part): Bind it to make last part that is substituted
12533         or deleted visible.
12534         (gnus-mime-display-single): Buttonize part of which id equals to
12535         gnus-mime-buttonized-part-id.
12536
12537 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12538
12539         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12540         (gnus-dd-mmm): Use gnus-date-get-time.
12541         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12542         simplify logic.
12543         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12544         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12545
12546 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12547
12548         * auth-source.el (top): Autoload `secrets-list-collections',
12549         `secrets-create-item', `secrets-delete-item'.
12550         (auth-sources): Fix tag string.
12551         (auth-get-source, auth-source-retrieve, auth-source-create)
12552         (auth-source-delete): New defuns.
12553         (auth-source-pick): Rewrite in order to avoid 2 passes.
12554         (auth-source-forget-user-or-password): New parameter USERNAME.
12555         (auth-source-user-or-password): New parameters CREATE-MISSING and
12556         DELETE-EXISTING.  Retrieve password interactively, if needed.
12557
12558 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12559
12560         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12561         deleting unused directories when gnus-expert-user is t.
12562
12563 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12566         for each temp file when gnus-article-browse-delete-temp is ask.
12567
12568 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12569
12570         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12571         Replace Lisp calls to delete-backward-char by calls to delete-char.
12572
12573 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12574
12575         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12576
12577 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12578
12579         * password-cache.el (password-cache-remove): Fix docstring.
12580
12581 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12584         article unless decoding article to be saved.
12585
12586 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12589         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12590         generated within the mm-with-unibyte-current-buffer macro.
12591
12592 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12595         to nil when we're in a mml-preview buffer and no group is selected.
12596
12597 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
12598
12599         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12600         when catching the `C-g'.  Reported by "Leo".
12601
12602 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * message.el (message-forward-make-body-plain)
12605         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12606         multibyte-string-p.
12607
12608         * lpath.el: Revert.
12609
12610 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * message.el (message-forward-make-body-mml): Assume original message
12613         is multibyte string; error on unibyte.
12614         (message-forward-make-body-plain): Ditto; don't add excessive newline
12615         in body end.
12616
12617         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
12618
12619 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
12620
12621         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12622         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
12623
12624 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * mm-extern.el (mm-extern-url): Don't use
12627         mm-with-unibyte-current-buffer.
12628         (mm-extern-cache-contents): Use with-current-buffer instead of
12629         save-excursion + set-buffer.
12630
12631 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * mm-util.el (mm-emacs-mule): Remove.
12634
12635 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
12636
12637         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12638         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12639         change.
12640
12641 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12644         bind the default value of enable-multibyte-characters to nil.
12645
12646 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * message.el (message-forward-make-body-plain)
12649         (message-forward-make-body-mml):
12650         Don't use mm-with-unibyte-current-buffer.
12651
12652 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12653
12654         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
12655
12656 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12657
12658         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12659         (Bug#5592).
12660
12661 2010-05-07  Julien Danjou  <julien@danjou.info>
12662
12663         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12664         it to mm-pipe-part.
12665
12666         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12667         it is given.
12668
12669 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * binhex.el (binhex-decode-region-internal):
12672         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
12673         (dns-query):
12674         * nnweb.el (nnweb-gmane-search):
12675         * pgg-parse.el (pgg-parse-armor):
12676         * pgg.el (pgg-verify-region):
12677         * sha1.el (sha1-string-external):
12678         * uudecode.el (uudecode-decode-region-internal):
12679         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12680         XEmacs.
12681
12682         * gnus-art.el (gnus-article-browse-html-parts):
12683         * gnus-group.el (gnus-read-ephemeral-gmane-group):
12684         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12685         make-temp-file.
12686
12687         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12688         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12689         compiling.
12690
12691         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12692         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12693         XEmacs when compiling.
12694
12695         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12696         gnus-pick-mode-off-hook for XEmacs when compiling.
12697         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12698         gnus-binary-mode-off-hook for XEmacs when compiling.
12699
12700         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12701         Return nil if char-charset is not available.
12702
12703         * imap.el (imap-disable-multibyte)
12704         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
12705         macros.
12706
12707         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12708         instead of encode-coding-string.
12709
12710         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12711         'xemacs) instead of mm-emacs-mule to switch function definitions.
12712         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12713
12714         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
12715         bind temporary-file-directory for XEmacs;
12716         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
12717         timer-set-function for XEmacs 21.4 and SXEmacs;
12718         bind timer-list for XEmacs 21.4 and SXEmacs;
12719         fbind char-charset and find-charset-region for non-Mule XEmacs;
12720         fbind decode-coding-region, decode-coding-string, detect-coding-region,
12721         encode-coding-region and encode-coding-string for XEmacs having no
12722         file-coding feature.
12723
12724 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
12725
12726         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12727
12728 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12731         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12732
12733 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
12734
12735         * mm-util.el (mm-decompress-buffer): Use `delete-file';
12736         alias `jka-compr-delete-temp-file' no longer exists.
12737
12738 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12739
12740         Use define-minor-mode in Gnus where applicable.
12741         * mml.el (mml-mode): Use define-minor-mode.
12742         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12743         (gnus-undo-mode): Use define-minor-mode.
12744         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12745         (gnus-dead-summary-mode): Use define-minor-mode.
12746         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12747         Initialize in declaration.
12748         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12749         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12750         (gnus-mailing-list-mode): Use define-minor-mode.
12751         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12752         (gnus-draft-mode): Use define-minor-mode.
12753         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12754         (gnus-dired-mode): Use define-minor-mode.
12755
12756 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
12757
12758         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12759         handles on recursive mml-to-mime translation and check them for
12760         boundary delimiter collisions.  Reported by Greg Troxel.
12761
12762 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12765
12766 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12767
12768         * mm-util.el (mm-find-buffer-file-coding-system):
12769         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12770
12771 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
12772
12773         * message.el (message-generate-headers): Record insertion of optional
12774         headers as well.  Otherwise the check to prevent repeated insertion of
12775         optional headers is a no-op.
12776
12777 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
12778
12779         * smime.el: Don't mention CVS.
12780
12781         * nnrss.el (nnrss-fetch): Don't mention CVS.
12782
12783         * nnir.el: Don't mention CVS.
12784
12785 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12786
12787         * gnus-sum.el (gnus-summary-bookmark-make-record):
12788         Add `location' field.
12789
12790 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * lpath.el: Fbind bookmark-default-handler,
12793         bookmark-get-bookmark-record, bookmark-make-record-default,
12794         bookmark-prop-get for Emacs <23 and XEmacs.
12795
12796 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12797
12798         * gnus-sum.el: Add bookmark declarations to silence the compiler.
12799         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12800         Use with-current-buffer to silence the byte-compiler.
12801         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12802         bother to require `gnus'.
12803         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
12804
12805 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12806
12807         * gnus-sum.el (gnus-summary-bookmark-make-record)
12808         (gnus-summary-bookmark-jump): New functions.
12809         (gnus-summary-mode): Setup bookmark support.
12810
12811 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
12812
12813         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12814         if set.
12815
12816 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12819         gnus-article-browse-html-save-cid-image; make it work recursively for
12820         forwarded messages as well.
12821         (gnus-article-browse-html-parts): Work when prefix arg is given.
12822         (gnus-article-browse-html-article): Doc fix.
12823
12824 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
12825
12826         * message.el (message-default-mail-headers)
12827         (message-default-headers): Carry the value mail-default-headers over
12828         into message-default-mail-headers, rather than message-default-headers.
12829
12830 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
12831
12832         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12833         charset.
12834
12835         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12836         charset into the <meta> tag when the article is encoded to utf-8.
12837
12838 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * gnus-art.el (gnus-article-browse-delete-temp-files):
12841         Delete directories as well.
12842         (gnus-article-browse-html-parts): Work for images that do not specify
12843         file names; delete temp directory when quitting; insert header at the
12844         right place; use file: scheme for image files.
12845
12846 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
12847
12848         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12849         (gnus-article-browse-html-parts): Use it to make temporary cid image
12850         files in addition to html file so that browser may display them.
12851
12852 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12855
12856 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12857
12858         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12859
12860 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12861
12862         * auth-source.el (auth-sources): Change default to be simpler.
12863         Explain about Secret Service API sources.  Improve Customize options.
12864         (auth-source-pick): Change to accept any number of search parameters.
12865         Implement fallbacks iteratively, not recursively.  Add scoring on the
12866         second pass and sort by score.  Call Secret Service API when needed.
12867         (auth-source-user-or-password): Use it.  Call Secret Service API
12868         directly when needed to get the user name and the password.
12869
12870 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
12871
12872         * message.el (message-interactive): Doc fix.
12873         (message-qmail-inject-args): Reflow.
12874         (message-kill-to-signature): Fix typo in docstring.
12875
12876         * smiley.el (smiley-buffer): Fix typo in docstring.
12877
12878 2010-03-24  Glenn Morris  <rgm@gnu.org>
12879
12880         * mail-source.el (gnus-message): Declare.
12881         (mail-source-delete-old-incoming): Require gnus-util.
12882
12883 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12886
12887         * message.el (ecomplete-setup): Autoload it for Emacs <23.
12888
12889         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12890         password-cache's default if it is not bound.
12891         (mml-secure-passphrase-cache-expiry): Default to 16 that is
12892         password-cache-expiry's default if it is not bound.
12893
12894         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12895         available in Emacs 21.
12896
12897         * lpath.el: Suppress compiler warnings for:
12898         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
12899         XEmacs;
12900         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
12901         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
12902         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
12903
12904 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
12905
12906         * auth-source.el (auth-sources): Fix up definition so extra parameters
12907         are always inline.
12908
12909 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
12910
12911         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12912         wasn't updated after mismatch.  Clear cached mailbox info correctly
12913         when uidvalidity changes.
12914         (nnimap-group-prefixed-name): New function to avoid some code
12915         duplication.
12916         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12917         (nnimap-request-group): Use it.
12918         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12919         (nnimap-update-unseen): Significantly improved speed of Gnus startup
12920         with many imap folders.  This is done by caching the group status from
12921         the imap server persistently in a group parameter `imap-status'.  (This
12922         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12923         but not persistently, so every Gnus startup was still very slow.)
12924
12925 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12926
12927         * assistant.el (assistant-render-text): Run `widget-setup' and don't
12928         delete the extra newline.  Otherwise editing of :string and :number
12929         types don't work.
12930
12931 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
12934         secrets.el dependency.
12935         (auth-sources): Add optional user name.  Add secrets.el configuration
12936         choice (unused right now).
12937
12938 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
12939
12940         * gnus-sum.el (gnus-summary-make-menu-bar):
12941         Let `gnus-registry-install-shortcuts' fill in the functions.
12942
12943         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12944         warnings.
12945         (gnus-registry-misc-menus): Variable to hold registry mark menus.
12946         (gnus-registry-install-shortcuts): Populate and use it in a
12947         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12948
12949 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
12950
12951         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12952         In-place substitutions for the group name encoding/decoding.
12953         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12954         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12955         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12956         (nnimap-update-unseen, nnimap-request-list)
12957         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12958         (nnimap-request-set-mark, nnimap-split-to-groups)
12959         (nnimap-split-articles, nnimap-request-newgroups)
12960         (nnimap-request-create-group, nnimap-request-accept-article)
12961         (nnimap-request-delete-group, nnimap-request-rename-group)
12962         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
12963         `encoded-mbx' for consistency.
12964         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12965         variable `imap-current-mailbox'.
12966
12967         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12968         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12969
12970 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
12971
12972         * pop3.el (pop3-display-message-size-flag): Display message size byte
12973         counts during POP3 download.
12974         (pop3-movemail): Use it.
12975         (pop3-list): Implement listing of available messages.
12976
12977 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
12978
12979         * nnir.el (nnir-get-article-nov-override-function): New function to
12980         override the normal NOV retrieval.
12981         (nnir-retrieve-headers): Use it.
12982
12983 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
12984
12985         * auth-source.el (netrc-machine-user-or-password): Autoload.
12986
12987 2010-03-19  Glenn Morris  <rgm@gnu.org>
12988
12989         Stop message.el from loading about 40 libraries it doesn't always need.
12990         The general approach is to autoload rather than require, and to
12991         require in the specific functions rather than the file.  (Bug#5642)
12992
12993         * gmm-utils.el: Don't require wid-edit.
12994         (widget-create-child-value, widget-convert, widget-default-get):
12995         Autoload.
12996
12997         * gnus-util.el: Don't require time-date, netrc.
12998         (message-fetch-field, gnus-group-name-decode): Declare rather than
12999         autoloading.
13000         (gnus-fetch-field): Require message.
13001         (gnus-decode-newsgroups): Require gnus-group.
13002
13003         * ietf-drums.el: Don't require time-date.
13004
13005         * message.el: Don't require hashcash, canlock, ecomplete.
13006         Do require mail-utils.  Require nnheader only when compiling.
13007         (smtpmail-default-smtp-server): Remove declaration.
13008         (message-send-mail-function): Check smtpmail-default-smtp-server
13009         is bound rather than requiring smtpmail.
13010         (message-auto-save-directory, message-insert-signature):
13011         Use expand-file-name rather than nnheader-concat.
13012         (nnheader-insert-file-contents): Autoload.
13013         (hashcash-wait-async): Declare.
13014         (message-send-mail): Only call gnus-setup-posting-charset if
13015         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13016         (message-send-mail-with-sendmail): Require sendmail.
13017         (canlock-password, canlock-password-for-verify): Declare.
13018         (message-canlock-password): Require canlock.
13019         (nnheader-get-report): Autoload.
13020         (gnus-setup-posting-charset): Declare.
13021         (message-send-news): Require gnus-msg.
13022         (message-make-references, message-make-in-reply-to): Use mail-header-id
13023         rather than the alias mail-header-message-id.
13024         (ecomplete-add-item, ecomplete-save): Declare.
13025         (message-put-addresses-in-ecomplete): Require ecomplete.
13026         (ecomplete-display-matches): Autoload.
13027
13028         * mm-decode.el: Don't require mailcap, gnus-util.
13029         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13030         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13031         Autoload.
13032         (mailcap-mime-extensions): Declare.
13033
13034         * mm-encode.el: Don't require mailcap.
13035         (mailcap-extension-to-mime): Autoload.
13036
13037         * mml-sec.el: Don't require password-cache.
13038
13039         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13040         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13041         (mml-minibuffer-read-type): Require mailcap.
13042         (mml-preview): Require gnus-msg.
13043
13044         * mml1991.el: Require password-cache.
13045         (password-cache-expiry): Remove declaration.
13046
13047         * mml2015.el: Require password-cache.
13048         (password-cache-expiry): Remove declaration.
13049
13050         * nneething.el (mailcap): Require mailcap.
13051
13052         * nnheader.el (declare-function): Add compatibility stub.
13053         (message-remove-header): Declare rather than autoload.
13054         (nnheader-replace-header): Require message.
13055
13056         * nnimap.el (declare-function): Add compatibility stub.
13057         (netrc-parse, netrc-machine-user-or-password): Declare.
13058         (nnimap-open-connection): Require netrc.
13059
13060         * nntp.el (declare-function): Add compatibility stub.
13061         (netrc-parse, netrc-machine, netrc-get): Declare.
13062         (nntp-send-authinfo): Require netrc.
13063
13064         * rfc2047.el: Don't require qp.
13065         (quoted-printable-encode-region, quoted-printable-decode-string):
13066         Autoload.
13067
13068         * sieve-mode.el: Don't require easymenu.
13069         (easy-menu-add-item): Autoload it.
13070
13071         * spam-stat.el (time-to-number-of-days): Autoload it.
13072
13073 2010-03-19  Glenn Morris  <rgm@gnu.org>
13074
13075         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13076
13077 2010-03-18  Glenn Morris  <rgm@gnu.org>
13078
13079         * hashcash.el (declare-function): Remove duplicate definition.
13080
13081 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13082
13083         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13084         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13085         value if any backslash escapes).
13086
13087 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13090         if it is available.  (bug#5647)
13091
13092         * lpath.el: Suppress compiler warning for coding-system-from-name for
13093         Emacs 21 and XEmacs.
13094
13095 2010-03-14  Juri Linkov  <juri@jurta.org>
13096
13097         * hmac-def.el:
13098         * hmac-md5.el:
13099         * netrc.el: Fix keywords.
13100
13101 2010-02-26  Glenn Morris  <rgm@gnu.org>
13102
13103         * message.el (message-send-mail-function): Change the default, so that
13104         it inherits from a customized send-mail-function.  (Bug#5643)
13105
13106 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13107
13108         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13109         shell-command-to-string signals an error (bug#5299).
13110
13111 2010-02-24  Glenn Morris  <rgm@gnu.org>
13112
13113         * message.el (message-smtpmail-send-it)
13114         (message-send-mail-with-mailclient): Doc fixes.
13115
13116 2010-02-16  Glenn Morris  <rgm@gnu.org>
13117
13118         * message.el (message-default-mail-headers): Change the default value
13119         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13120
13121 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13124         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13125
13126 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13127
13128         * time-date.el (date-to-time): Doc fix (Bug#5408).
13129
13130 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13131
13132         * message.el (message-mail): Just pass yank-action on to message-setup.
13133         (message-setup): Handle (FUN . ARGS) form of yank-action.
13134         (message-with-reply-buffer, message-widen-reply)
13135         (message-yank-original): Handle non-buffer values of
13136         message-reply-buffer (Bug#4080).
13137         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13138
13139 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13140
13141         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13142         Fix typo in docstring.
13143
13144 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13145
13146         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13147         response.
13148
13149 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13152
13153         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13154
13155         * message.el (message-check-news-header-syntax): Protect against a
13156         string that `rfc822-addresses' returns when parsing fails.
13157
13158 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13161         (gnus-previous-char-property-change): New functions.
13162
13163         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13164
13165 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13166
13167         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13168         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13169
13170 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13171
13172         * message.el (message-exchange-point-and-mark): Rework last change to
13173         avoid using optional arg of exchange-point-and-mark, for backward
13174         compatibility.
13175
13176 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13177
13178         * message.el (message-exchange-point-and-mark):
13179         Call exchange-point-and-mark with an argument rather than setting
13180         mark-active by hand (Bug#5175).
13181
13182 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * nntp.el (nntp-service-to-port): Work for service expressed with
13185         numeric string; replace [:digit:] with [0-9] for XEmacs.
13186
13187 2009-12-17  Glenn Morris  <rgm@gnu.org>
13188
13189         * gnus-group.el (gnus-bug-group-download-format-alist):
13190         Change emacs entry to debbugs.gnu.org.  Bump :version.
13191
13192 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13195
13196 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * message.el (message-info): Explain why we use `Info-goto-node'.
13199
13200 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13203
13204 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13205
13206         * message.el (message-completion-in-region): New compatibility function.
13207         (message-expand-group): Use it.
13208
13209 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13212         with no unread article should be listed if the 2nd arg `predicate' is
13213         given.
13214
13215 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13218
13219 2009-11-29  Juri Linkov  <juri@jurta.org>
13220
13221         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13222         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13223         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13224
13225 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13226
13227         * sha1.el (sha1-string-external): default-directory "/" in case
13228         otherwise non-existent.  process-connection-type pipe for touch of
13229         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13230
13231 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13232
13233         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13234         it's comms related and sgml-mode.el has "comm" on that basis too.
13235
13236 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13239         containing tspecial characters if they have been already quoted.
13240
13241 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13242
13243         * dns-mode.el (auto-mode-alist): Purecopy string.
13244
13245 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13246
13247         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13248
13249 2009-10-24  Glenn Morris  <rgm@gnu.org>
13250
13251         * gnus-art.el (help-xref-stack-item): Define for compiler.
13252
13253 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13254
13255         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13256
13257 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13260
13261 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13264         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13265
13266 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13269         (gnus-overlays-in): New alias to overlays-in.
13270
13271         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13272         gnus-overlay-get, and gnus-delete-overlay.
13273         (gnus-summary-show-thread): Make it work as well for systems in which
13274         next-single-char-property-change is not available.
13275         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13276
13277         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13278         (gnus-overlay-get): New alias to extent-property.
13279         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13280
13281         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13282         SXEmacs.
13283
13284         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13285         SXEmacs.
13286
13287 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13288
13289         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13290
13291 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13292
13293         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13294         and XEmacs that don't have `remove-overlays'.
13295
13296 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13297
13298         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13299         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13300         selective display.  Use overlays instead.
13301
13302 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13303
13304         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13305
13306 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13307
13308         * spam-stat.el (spam-stat-load): Fix typo in message.
13309
13310 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13311
13312         * dig.el (dig-invoke): Fix typo in docstring.
13313         (query-dig): Reflow docstring.
13314
13315 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13316
13317         * gnus-art.el (gnus-article-encrypt-body):
13318         * message.el (message-check-recipients):
13319         * mm-util.el (mm-codepage-setup):
13320         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13321         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13322
13323 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13324
13325         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13326         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13327         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13328         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13329         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13330
13331 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13332
13333         * dig.el: Add "Keywords: comm", as per net-utils.el.
13334
13335 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13336
13337         * dig.el (dig-mode): Use define-derived-mode.
13338
13339 2009-09-19  Glenn Morris  <rgm@gnu.org>
13340
13341         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13342
13343 2009-09-18  Glenn Morris  <rgm@gnu.org>
13344
13345         * gnus-diary.el (gnus-diary-check-message):
13346         * message.el (message-insert-formatted-citation-line):
13347         * nnbabyl.el (top-level):
13348         * nndiary.el (nndiary-schedule):
13349         Fix typos in condition-case handlers.
13350
13351 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13354         configuration that provides the sole article window in a frame;
13355         position point correctly after deleting a part.
13356
13357 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13358
13359         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13360         (spam-resolve-registrations-routine): Use it to unregister articles
13361         that change status.
13362
13363 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13366         with XEmacs.
13367         (parse-time-string-chars): Use it.
13368
13369 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * imap.el (imap-interactive-login): Better messages.
13372         (imap-open): Fix bug with renamed buffer on reconnect.
13373         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13374         for easier debugging and cleaner code.  On successful (guessed based on
13375         server capabilities) secondary authentication, set imap-state
13376         correctly.
13377         (imap-last-authenticator): Define imap-last-authenticator as a variable
13378         to avoid warnings.
13379
13380 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * nnrss.el (nnrss-request-article): Remove binding of
13383         default-enable-multibyte-characters that has gotten needless by
13384         the 2007-07-13 change in rfc2047-encode-message-header.
13385
13386         * mml.el (mml-insert-multipart): Error on the message header.
13387         (mml-insert-part): Error on the message header; position point at
13388         the end of a MIME tag.
13389
13390 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * time-date.el (autoload): Expand define-obsolete-function-alias into
13393         defalias and make-obsolete for old Emacsen that Gnus supports.
13394         (with-no-warnings): Define it for old Emacsen.
13395         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13396         is available.
13397         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13398         float-time is available; suppress compile warning for time-to-seconds.
13399
13400         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13401         (gnus-float-time): Alias to float-time if it exists.
13402
13403         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13404         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13405         float-time is available; suppress compile warning for time-to-seconds.
13406
13407         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13408         XEmacs.
13409
13410 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13411
13412         * imap.el (imap-message-map): Docstring fix.
13413
13414 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13417         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13418         Add the optional argument `encoding' that overrides the default.
13419
13420         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13421         mm-encode-buffer.
13422
13423 2009-09-04  Glenn Morris  <rgm@gnu.org>
13424
13425         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13426         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13427         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13428         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13429         * mm-util.el (mm-with-unibyte-current-buffer)
13430         (mm-find-buffer-file-coding-system):
13431         * yenc.el (yenc-decode-region): Use default-value rather than
13432         default-enable-multibyte-characters.
13433
13434 2009-09-03  Glenn Morris  <rgm@gnu.org>
13435
13436         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13437         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13438         than default-enable-multibyte-characters.
13439
13440 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13441
13442         * gnus-art.el (gnus-article-read-summary-keys):
13443         Fix gnus-buffer-configuration's value temporarily used.
13444
13445 2009-09-02  Glenn Morris  <rgm@gnu.org>
13446
13447         * gnus-util.el (gnus-float-time): New function.
13448         * gnus-delay.el (gnus-delay-article):
13449         * gnus-sum.el (gnus-thread-latest-date):
13450         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13451         * nnspool.el (nnspool-request-newgroups):
13452         Use gnus-float-time rather than time-to-seconds.
13453         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13454
13455         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13456         (gnus-header-subject-face, gnus-header-newsgroups-face)
13457         (gnus-header-name-face, gnus-header-content-face):
13458         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13459         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13460         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13461         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13462         (gnus-cite-face-11):
13463         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13464         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13465         (gnus-server-closed-face, gnus-server-denied-face)
13466         (gnus-server-offline-face):
13467         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13468         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13469         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13470         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13471         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13472         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13473         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13474         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13475         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13476         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13477         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13478         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13479         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13480         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13481         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13482         (gnus-summary-high-undownloaded-face)
13483         (gnus-summary-low-undownloaded-face)
13484         (gnus-summary-normal-undownloaded-face)
13485         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13486         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13487         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13488         (gnus-splash-face):
13489         * message.el (message-header-to-face, message-header-cc-face)
13490         (message-header-subject-face, message-header-newsgroups-face)
13491         (message-header-other-face, message-header-name-face)
13492         (message-header-xheader-face, message-separator-face)
13493         (message-cited-text-face, message-mml-face):
13494         * sieve-mode.el (sieve-control-commands-face)
13495         (sieve-action-commands-face, sieve-test-commands-face)
13496         (sieve-tagged-arguments-face):
13497         * spam.el (spam-face):
13498         Mark face aliases with "-face" in the name as obsolete.
13499
13500 2009-09-01  Glenn Morris  <rgm@gnu.org>
13501
13502         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13503         than goto-line.
13504
13505 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13508         Don't move point if the command is invoked inside the message header.
13509
13510 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13511
13512         * imap.el (imap-send-command): Simplify.
13513         (imap-wait-for-tag): point-max -> buffer-size.
13514
13515 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13516
13517         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13518         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13519         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13520         * nnir.el (nnir-swish-e-index-file):
13521         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13522         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13523         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13524         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13525         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13526         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13527
13528 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13531         Don't save excursion.
13532
13533 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13534
13535         * nnheader.el (nnheader-find-file-noselect):
13536         * mm-util.el (mm-insert-file-contents):
13537         Use (default-value 'major-mode) instead of default-major-mode.
13538
13539 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13540
13541         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13542
13543 2009-08-26  Glenn Morris  <rgm@gnu.org>
13544
13545         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13546         than placing in files.el.
13547
13548 2009-08-25  Glenn Morris  <rgm@gnu.org>
13549
13550         * nnir.el (top-level): Don't require cl at run-time.
13551         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13552         Replace cl-function substitute with gnus-replace-in-string.
13553         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13554         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13555         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13556         simplified expansions.
13557
13558 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13559
13560         * dig.el (dig): Add autoload cookie.
13561
13562 2009-08-22  Glenn Morris  <rgm@gnu.org>
13563
13564         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13565         goto-line.
13566
13567 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13568
13569         * parse-time.el (parse-time-string-chars): Save match data.
13570
13571 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13572
13573         * parse-time.el (parse-time-string-chars): Compute using character
13574         classes, to handle non-ascii characters (Bug#3190).
13575
13576 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13579
13580         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
13581         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
13582         (gnus-mm-display-part, gnus-mime-display-single)
13583         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
13584         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
13585
13586         * gnus-sum.el
13587         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
13588         (gnus-summary-move-article): Add expirable mark to articles copied or
13589         moved to group that has auto-expire turned on if the option is non-nil.
13590
13591 2009-07-24  Glenn Morris  <rgm@gnu.org>
13592
13593         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
13594         Fix typo.  (Bug#3903)
13595
13596 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
13599         gnus-article-read-summary-keys rather than gnus-summary-edit-article
13600         that should not be used for draft articles.
13601         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
13602         that has no concern in minor mode keys.
13603         (gnus-article-summary-command, gnus-article-summary-command-nosave):
13604         Abolish.
13605
13606 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
13609         article without making inquiry to a user for unknown encoding.
13610
13611         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
13612         (nnmaildir--scan): Assume i-node and device number that file-attributes
13613         returns might be cons-cell.
13614
13615         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
13616
13617         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
13618
13619 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
13620
13621         * auth-source.el: Remove docs now in auth.texi.  Don't use
13622         `gnus-message' for logging.  Add new variables `auth-source-debug' and
13623         `auth-source-hide-passwords' and use them.
13624
13625 2009-07-15  Glenn Morris  <rgm@gnu.org>
13626
13627         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
13628
13629 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
13632         excessive whitespace from the default values of title and description.
13633
13634 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
13637         mail-fetch-field to fetch Content-Description header in order to
13638         exclude newlines.
13639
13640 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
13641
13642         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
13643         format used by GnuPG 2.0.11.
13644
13645 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
13648         to deleted part.
13649
13650 2009-05-30  David Engster  <dengste@eml.cc>
13651
13652         * nnmairix.el: Remove old documentation in the commentary block.
13653         (nnmairix-request-group): Do not update active file for nnml back ends.
13654         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
13655         end so that overview files are ignored.
13656         (nnmairix-update-groups): Make updating the groups more robust by using
13657         marks.
13658         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
13659         with dollar characters in message-id.
13660
13661 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * spam.el: Use dns-query instead of query-dns.  Was renamed on
13664         2008-12-25 in dns.el.
13665
13666 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13667
13668         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
13669         could happen if the text is only composed of spaces and/or tabs.
13670
13671 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
13672
13673         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
13674         when sending a queued message to avoid extra mml tags.
13675
13676 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
13679
13680 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
13683         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
13684         rmail-toggle-header for XEmacs;
13685         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
13686
13687 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-dired.el: Remove autoload for gnus-setup-message.
13690         (gnus-dired-attach): Fake this-command value to prevent Gnus from
13691         displaying Gnus logo; always use compose-mail.
13692
13693 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
13696
13697 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
13700         (gnus-nocem-issuers): List currently active issuers; fix custom type.
13701         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
13702         available.
13703         (gnus-nocem-epg-verify): New function.
13704
13705 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
13708
13709 2009-02-15  Glenn Morris  <rgm@gnu.org>
13710
13711         * gnus-util.el (rmail-insert-rmail-file-header)
13712         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
13713         autoloads.
13714         (rmail-default-rmail-file): Remove unnecessary declaration.
13715         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
13716
13717 2009-02-14  Glenn Morris  <rgm@gnu.org>
13718
13719         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
13720         variable (only used in gnus-util, which declares it anyway).
13721         (rmail-output-to-rmail-file): Remove autoload of deleted function,
13722         which was only needed by gnus-art (changed to not use it any more).
13723         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
13724         only used in gnus-util, which autoloads it itself.
13725         (rmail-update-summary): Fix autoload.
13726
13727         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
13728         rather than rmail-output-to-rmail-file.
13729
13730 2009-02-07  Glenn Morris  <rgm@gnu.org>
13731
13732         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
13733         autoload of function that no longer exists.
13734         (rmail-toggle-header): Declare.
13735         (message-forward-rmail-make-body): Handle mbox Rmail.
13736
13737 2009-01-31  Glenn Morris  <rgm@gnu.org>
13738
13739         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13740         2009-01-09 change.
13741
13742 2009-01-31  Dave Love  <fx@gnu.org>
13743
13744         * imap.el (imap-fetch-safe): Bind debug-on-error.
13745         (imap-debug): Add imap-fetch-safe.
13746
13747 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
13748
13749         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13750         (auth-source-forget-all-cached): New convenience function.
13751         (auth-source-user-or-password): Accept list of modes or a single mode.
13752
13753         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13754         auth-source modes.
13755
13756         * netrc.el (netrc-machine-user-or-password): Use list of
13757         auth-source modes.
13758
13759         * nnimap.el (nnimap-open-connection): Use list of
13760         auth-source modes.
13761
13762         * nntp.el (nntp-send-authinfo): Use list of
13763         auth-source modes.
13764
13765 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13766
13767         * auth-source.el: Update docs to reflect epa-file-enable is to be used
13768         now.
13769
13770 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13773         coding system in XEmacs; add a workaround for XEmacs.
13774
13775         * lpath.el: Fbind coding-system-aliasee.
13776
13777 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * mm-util.el (mm-coding-system-priorities): Protect against nil value
13780         of current-language-environment.
13781
13782 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13785         available at runtime.
13786
13787 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-art.el (article-date-ut): Fix end point of narrowing.
13790
13791 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
13792
13793         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13794         the greatest positive fixnum value doesn't work under an XEmacs with
13795         bignum support; use the most-positive-fixnum constant instead,
13796         available since Emacs 21.1 with cl and XEmacs 21.1.
13797
13798 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13801         XEmacs gets not to work.
13802
13803 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13804
13805         * mm-util.el (mm-coding-system-priorities): Allow the value like
13806         "Japanese (UTF-8)" of current-language-environment.
13807
13808 2009-01-09  Glenn Morris  <rgm@gnu.org>
13809
13810         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13811         with last-command-event.
13812
13813 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13814
13815         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
13816         in the doc string.
13817
13818         * message.el (message-fix-before-sending): Amend comment.
13819
13820 2009-01-08  Dave Love  <fx@gnu.org>
13821
13822         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
13823
13824 2009-01-07  David Engster  <dengste@eml.cc>
13825
13826         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13827         simplified server definitions by converting it via
13828         gnus-server-to-method.
13829
13830 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13833         parameter's operands.
13834
13835 2009-01-06  David Engster  <dengste@eml.cc>
13836
13837         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13838         primary select method (for gnus-group-mark-article-as-read).
13839
13840 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
13841
13842         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13843         `(gnus)Face', not `(gnus)X-Face'.
13844
13845 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * mm-util.el (mm-ucs-to-char): New function.
13848
13849         * mm-url.el (mm-url-decode-entities): Use it.
13850
13851         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
13852         unicode-to-char.
13853
13854 2009-01-05  Dave Love  <fx@gnu.org>
13855
13856         * time-date.el: Require cl for `declare'.
13857
13858 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
13861         Dave Love.
13862
13863 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * message.el (message-fix-before-sending): Add `eight-bit' to
13866         illegible-text check.
13867
13868 2009-01-03  Michael Olson  <mwolson@gnu.org>
13869
13870         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13871         `headers' is nil.  This can occur if the IMAP server does not have
13872         permissions to read messages from a folder, but can write new messages
13873         to the folder.
13874         (nnimap-request-article-part): Do not insert `data' if it is nil.
13875
13876         * imap.el (imap-parse-fetch): Courier can insert spurious blank
13877         characters which will confuse `read', so skip past them.
13878
13879 2009-01-01  Dave Love  <fx@gnu.org>
13880
13881         * imap.el (imap-string-to-integer): Fix typo.
13882         (imap-fetch-safe): New function.
13883         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
13884
13885         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13886
13887         * imap.el (imap-process-connection-type, imap-debug, imap-open):
13888         (imap-parse-greeting): Fix doc strings.
13889         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
13890         (imap-parse-flag-list): Make messages unique.
13891         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
13892
13893         * nnimap.el: Fix author email.
13894         (nnimap-split-rule): Add FIXME comment.
13895         (nnimap-debug): Fix doc string.
13896
13897 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * dns.el (dns-set-servers): Check "Address".  Fix typo.
13900
13901 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
13904         nslookup if resolv.conf isn't available.
13905         (dns-query): Rename from query-dns.
13906         (dns-query-cached): Rename from query-dns-cached.
13907
13908 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13911         overlay-arrow-position and overlay-arrow-string buffer-local; no need
13912         to check if those variables exist (first appeared in Emacs 18.50).
13913
13914 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * mm-util.el (mm-line-number-at-pos): New function.
13917
13918         * spam-report.el (spam-report-process-queue): Use it.
13919
13920 2008-12-24  David Engster  <dengste@eml.cc>
13921
13922         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13923         parameters that haven't existed as variables as buffer-local variables.
13924
13925 2008-12-23  Dave Love  <fx@gnu.org>
13926
13927         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13928         cadar.
13929
13930         * sieve-manage.el (sieve-manage-starttls-p): Rename from
13931         imap-starttls-p.
13932         (sieve-manage-starttls-open): Rename from imap-starttls-open.
13933
13934 2008-12-22  Dave Love  <fx@gnu.org>
13935
13936         * imap.el: Fix author email.  Doc fixes.
13937         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
13938         reply.
13939
13940 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
13941
13942         * spam-report.el (spam-report-gmane-max-requests): New constant.
13943         (spam-report-gmane-wait): New variable.
13944         (spam-report-gmane-ham, spam-report-gmane-spam)
13945         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13946         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13947         the server.
13948
13949         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13950         Add explanations.
13951
13952         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13953         nnheader-accept-process-output and nnheader-read-timeout if available.
13954         (pop3-movemail): Use it.
13955
13956         * message.el (message-check-news-body-syntax): Fix signature check if
13957         there's an attachment.
13958
13959 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * mm-util.el: Add comments to the mm- emulating functions.
13962
13963 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
13964
13965         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13966         Reported by Stephen Berman <stephen.berman@gmx.net>.
13967
13968 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-util.el (mm-substring-no-properties): New function.
13971         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13972         (mm-special-display-p): Enable those lambda forms to be byte compiled.
13973         (mm-string-to-multibyte): Doc fix.
13974
13975         * mml.el (mml-attach-file): Use mm-substring-no-properties.
13976
13977 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * mml.el (mml-attach-file): Strip text properties from file name.
13980         (Bug#1574)
13981
13982 2008-12-16  Glenn Morris  <rgm@gnu.org>
13983
13984         * mm-util.el (mm-charset-override-alist): Declare for compiler.
13985
13986 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13989         knows since the charset specified might be a bogus alias that
13990         mm-charset-synonym-alist provides.
13991
13992 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13995         "ISO_8859-1".
13996
13997         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13998
13999 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * mm-util.el (mm-charset-eval-alist):
14002         Define it before mm-charset-to-coding-system.
14003         (mm-charset-to-coding-system): Add optional argument `silent';
14004         define it before mm-charset-override-alist.
14005         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14006         default value if it can be used in Emacs currently running;
14007         silence mm-charset-to-coding-system.
14008
14009 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14012         `allow-override' which says whether to use `mm-charset-override-alist'.
14013         (rfc2047-decode-encoded-words): Use it.
14014
14015         * mm-util.el (mm-charset-override-alist): Fix custom type;
14016         add `(gb2312 . gbk)' to choices.
14017
14018 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14021         fast.
14022
14023         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14024
14025         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14026
14027 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14028
14029         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14030         on links.
14031
14032         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14033
14034 2008-12-03  Lute Kamstra  <lute@gnu.org>
14035
14036         * sha1.el: Remove leading * from docstrings of defcustoms,
14037         deffaces, defconsts and defuns.
14038
14039 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14042         users' addresses that don't have domain parts.
14043         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14044         rather than message-narrow-to-head since there will be the message
14045         header separator.
14046
14047 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14048
14049         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14050         since the result is inserted in a unibyte buffer anyway.
14051         (nnimap-demule-use-string-to-multibyte): Remove.
14052         (nnimap-demule): Alias it to mm-string-to-multibyte.
14053
14054 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14057         variable for debugging bug#464 and bug#1174.
14058         (nnimap-demule): Use it.
14059
14060 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14063         score calculation correctly.
14064
14065 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14066
14067         * message.el (message-send-mail): Just set the buffer to unibyte
14068         rather than use mm-with-unibyte-current-buffer which does a lot more.
14069         (message-send-mail-partially): Don't bother with
14070         mm-with-unibyte-current-buffer since it's already been made unibyte by
14071         message-send-mail.
14072
14073 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14074
14075         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14076
14077 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14080
14081 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14084         require itself and to remove `with-no-warnings'.
14085
14086 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14087
14088         * starttls.el (starttls-any-program-available): Get the name of the
14089         available TLS layer program.
14090         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14091         well as the host name in the "opening" message.
14092
14093         * auth-source.el (auth-source-cache, auth-source-do-cache)
14094         (auth-source-user-or-password): Cache passwords and logins by default,
14095         allow override with `auth-source-do-cache'.
14096         (auth-source-forget-user-or-password): Allow users to remove cache
14097         entries if needed.
14098
14099 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14100
14101         * md4.el (md4-buffer): Fix typo in docstring.
14102         (md4, md4-64): Doc fixes.
14103         (md4-pack-int32): Reflow docstring.
14104
14105 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14106
14107         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14108         condition-case to only the forward-sexp call.
14109
14110 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14111
14112         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14113         quotes contained.  Make it more robust regardless by an extra
14114         condition-case wrapper.
14115
14116 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14119
14120 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * nnml.el (nnml-request-expire-articles): Check if the function set to
14123         `nnmail-expiry-target' returns the symbol `delete'.
14124
14125         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14126
14127         * nnmail.el (nnmail-expiry-target): Fix custom type.
14128
14129 2008-10-02  Glenn Morris  <rgm@gnu.org>
14130
14131         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14132         Silence compiler warning.
14133
14134 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14135
14136         * tls.el (open-tls-stream): Show the actual command being
14137         executed, instead of the format string.
14138
14139 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * lpath.el: Fbind codepage-setup for Emacs 23.
14142
14143 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14144
14145         * mml.el (mml-menu): Don't assume mml2015 is bound.
14146
14147 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14150         exists.
14151
14152 2008-09-27  Glenn Morris  <rgm@gnu.org>
14153
14154         * gnus-util.el (mail-header-remove-comments): Autoload it.
14155
14156 2008-09-27  Andreas Schwab  <schwab@suse.de>
14157
14158         * gnus-util.el (gnus-split-references): Strip comments.
14159         (gnus-parent-id): Likewise.
14160
14161 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14162
14163         * message.el (message-confirm-send): Fix version.
14164
14165 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * message.el (message-idna-to-ascii-rhs-1): Use
14168         mail-extract-address-components rather than mail-header-parse-addresses
14169         that is an alias by default to ietf-drums-parse-addresses that does not
14170         support non-ASCII names in headers' contents.
14171
14172 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14173
14174         * message.el (message-confirm-send): Fix variable documentation to
14175         avoid the "y/n" wording.
14176
14177 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14178
14179         * message.el (message-set-auto-save-file-name): Save to a different
14180         filename so multiple messages (especially drafts) can be recovered.
14181
14182 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14183
14184         * message.el (message-confirm-send): Add appropriate version.
14185
14186 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14187
14188         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14189         defvar.
14190
14191 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14192
14193         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14194         (mm-pkcs7-enveloped-magic): Ditto.
14195
14196 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14197
14198         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14199         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14200
14201 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14202
14203         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14204         default, it's better.
14205
14206 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14207
14208         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14209         summary line gnus-number property and ignore them (with a warning
14210         message).
14211
14212 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14215         macro caddr in the interactive form since it won't be expanded.
14216
14217 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14218
14219         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14220         `charset'; fix name of function called recursively.
14221         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14222
14223 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14226         (gnus-mime-set-charset-parameters): New function.
14227         (gnus-mime-view-part-as-charset): Use it to correctly display part
14228         specifying wrong charset.
14229
14230 2008-09-08  David Engster  <dengste@eml.cc>
14231
14232         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14233         in completing-read for back end server.
14234
14235 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14236
14237         * message.el (message-confirm-send): New variable to confirm sending a
14238         message.
14239         (message-send): Use it.
14240
14241 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14242
14243         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14244
14245 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14248
14249 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14250
14251         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14252         prevent tracking too many groups.
14253         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14254         Use it.
14255
14256 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14257
14258         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14259         moving point to the bottom of the window in order to avoid recentering.
14260
14261 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14264
14265         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14266         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14267         (gnus-article-beginning-of-window): Fix calculation.
14268
14269 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * gnus-msg.el (gnus-summary-supersede-article)
14272         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14273         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14274         message header.
14275
14276 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14277
14278         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14279         pending output coming after the status change.
14280
14281 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14282
14283         * message.el:
14284         * gnus-start.el:
14285         * gnus-registry.el: Remove VMS support.
14286
14287 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14290         macro.
14291         (rfc2104-hash): Use it.
14292
14293 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14296         (gnus-summary-sort-by-most-recent-date): New commands.
14297         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14298         and menu entries.
14299
14300 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14303         don't redisplay article for raw contents; remove plural articles stuff.
14304
14305         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14306         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14307         on gnus-summary-save-article; display results properly.
14308
14309 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * lpath.el: No need to fbind ns-focus-frame.
14312
14313 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14316
14317 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-art.el (gnus-summary-save-in-pipe):
14320         Consider gnus-save-all-headers.
14321
14322 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14323
14324         * gnus-util.el (ns-focus-frame): Remove declaration.
14325         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14326         like x.
14327
14328 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14329
14330         * rfc2104.el (rfc2104-zero): Delete defconst.
14331         (rfc2104-hex-alist): Likewise.
14332         (rfc2104-hex-to-int): Delete func.
14333         (rfc2104-hexstring-to-bitstring): Likewise.
14334         (rfc2104-nybbles): New defconst.
14335         (rfc2104-hash): Rewrite for speed.
14336
14337 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * tls.el (open-tls-stream): Make it work with the 2nd argument
14340         BUFFER that is a string but does not exist as a buffer object, as
14341         mentioned in the doc-string.
14342
14343 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14346         SXEmacs.
14347
14348 2008-07-16  Glenn Morris  <rgm@gnu.org>
14349
14350         * gnus-util.el (ns-focus-frame): Declare for compiler.
14351
14352 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14355         set as a group parameter.
14356         (gnus-summary-save-in-pipe): Work when it is called independently.
14357         (gnus-summary-pipe-to-muttprint): Don't modify
14358         gnus-summary-pipe-output-default-command.
14359
14360 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14361
14362         * message.el (message-send-mail-with-sendmail):
14363         Display the error message.
14364
14365 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-art.el (gnus-default-article-saver):
14368         Add gnus-summary-save-in-pipe to choices.
14369         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14370         gnus-summary-pipe-output-default-command as the default command.
14371         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14372         instead of gnus-last-shell-command.
14373
14374         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14375         New user option.
14376         (gnus-summary-muttprint-program): Mention the value will be changed.
14377         (gnus-summary-save-article): Force showing of all headers.
14378         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14379
14380 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14381
14382         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14383
14384 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14385
14386         * nnimap.el (nnimap-id):
14387         * sieve-manage.el (sieve-manage-open): Doc fixes.
14388
14389 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14390
14391         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14392         if available.
14393
14394 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14397
14398         * nnkiboze.el (nnkiboze-generate-group):
14399         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14400
14401         * nnmairix.el: Require CL.
14402
14403 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14404
14405         * dgnushack.el: Autoload get-display-table and put-display-table for
14406         XEmacs 21.5.
14407
14408         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14409         21.4 and SXEmacs.
14410
14411 2008-06-15  David Engster  <dengste@eml.cc>
14412
14413         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14414
14415 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14416
14417         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14418         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14419         runtime choice under XEmacs.
14420
14421         * gnus-sum.el (gnus-summary-set-display-table):
14422         Use `gnus-put-display-table', `gnus-get-display-table',
14423         `gnus-set-display-table' for the display table, instead of `aset'.
14424
14425         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14426         Use `gnus-put-display-table', `gnus-get-display-table',
14427         `gnus-set-display-table' for the display table.
14428
14429 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * nnmairix.el: Add autoloads.
14432
14433 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * nnmairix.el (nnmairix-delete-recreate-group)
14436         (nnmairix-update-and-clear-marks): Fix error messages.
14437
14438 2008-06-14  David Engster  <dengste@eml.cc>
14439
14440         * nnmairix.el: Upgrade to version 0.6.
14441         (nnmairix-group-toggle-propmarks-this-group)
14442         (nnmairix-group-toggle-readmarks-this-group)
14443         (nnmairix-group-delete-recreate-this-group)
14444         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14445         (nnmairix-remove-tick-mark-original-article): New commands.
14446         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14447         (nnmairix-propagate-marks-to-nnmairix-groups)
14448         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14449         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14450         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14451         functions needed for marks propagation and manipulation of read marks.
14452         (nnmairix-update-groups): New function.
14453         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14454         (nnmairix-determine-original-group-from-registry)
14455         (nnmairix-determine-original-group-from-path)
14456         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14457         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14458         New helper functions.
14459         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14460         keystrokes for new commands.
14461         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14462         (nnmairix-request-group): Check allow-fast group parameter.
14463         (nnmairix-request-create-group): Set allow-fast group parameter if
14464         nnmairix-allowfast-default is set.
14465         (nnmairix-close-group): Propagate marks upon closing if needed.
14466         (nnmairix-group-toggle-threads-this-group): Use new.
14467         nnmairix-group-toggle-parameter helper function.
14468         (nnmairix-search): Better check for empty search result.
14469         (nnmairix-goto-original-article): Use new helper functions for
14470         determining original article.
14471         (nnmairix-show-original-article): Make sure message-id is in brackets.
14472         (nnmairix-call-mairix-binary): Change variable name.
14473         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14474         helper function.
14475         (nnmairix-widget-toggle-activate): Fix doc string.
14476
14477 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * nnir.el: Require edmacro when compiling with XEmacs.
14480         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14481         available in Emacs 21.
14482
14483 2008-06-11  Glenn Morris  <rgm@gnu.org>
14484
14485         * gnus-util.el (x-focus-frame):
14486         * gnus.el (image-size):
14487         * mm-decode.el (image-size): Declare.
14488
14489         * gnus-picon.el (declare-function): Add compat definition.
14490         (image-size): Declare.
14491
14492         * gnus-group.el (tool-bar-map):
14493         * gnus-sum.el (tool-bar-map): Define for compiler.
14494
14495         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14496
14497         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14498
14499         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14500         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14501         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14502         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14503         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14504         * sieve-manage.el, spam-report.el, spam.el:
14505         Remove unnecessary eval-and-compile of autoloads.
14506
14507 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14508
14509         * auth-source.el: Precise Tramp doc.
14510
14511 2008-06-07  Glenn Morris  <rgm@gnu.org>
14512
14513         * nnmairix.el: Remove unnecessary eval-when-compile.
14514
14515 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * lpath.el: Fbind propertize for XEmacs 21.4.
14518
14519 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * nnir.el: Move here from ../contrib.
14522
14523 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14524
14525         * gnus-util.el (gnus-read-shell-command): New function.
14526         * mm-decode.el (mm-pipe-part):
14527         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14528
14529 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14532
14533 2008-06-03  Glenn Morris  <rgm@gnu.org>
14534
14535         * pop3.el (nnheader-accept-process-output): Autoload it.
14536
14537 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14540         are not 2-digit hexadecimal characters that follow `%'s.
14541
14542 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * message.el (message-bogus-recipient-p): Fix type in doc string.
14545         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14546         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14547         Improve custom options.
14548         (message-bogus-recipient-p): Adjust accordingly.
14549
14550 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14551
14552         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14553         long-form month and day names.
14554
14555 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * dgnushack.el: Autoload debug, eudc-expand-inline and
14558         pgg-snarf-keys-region for XEmacs.
14559
14560         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14561
14562         * nnmairix.el: Require edmacro when compiling with XEmacs.
14563
14564 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14567         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14568
14569 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14570
14571         * auth-source.el: Add more docs.
14572
14573         * netrc.el (netrc-machine): Always match if the port is not given.
14574
14575 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14576
14577         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14578         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14579         retrieval faster in some cases, but might make CPU usage larger.
14580         If this has any bad side effects, we might revert this change.
14581
14582         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
14583         seems to make mail retrieval much, much faster.
14584         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
14585         unconditionally.
14586
14587         * gnus-draft.el (gnus-group-send-queue):
14588         Bind message-send-mail-partially-limit to nil to avoid being prompted.
14589
14590 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * mml.el (mml-attach-buffer): Prompt for `disposition'.
14593
14594         * message.el (message-bogus-address-regexp): Fix and improve custom
14595         type.
14596         (message-setup-hook): Add message-check-recipients as custom option.
14597
14598 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * message.el (message-cite-function): Remove bogus autoload which crept
14601         in during merge from v5-10.
14602
14603 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
14604
14605         * nnimap.el (nnimap-open-connection): Fix login/password bug.
14606
14607         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
14608
14609         * auth-source.el: Preliminary Tramp docs.
14610         (auth-sources): Change the default auth-sources to use
14611         EPA .gpg files.
14612
14613 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
14614
14615         * nntp.el: Autoload `auth-source-user-or-password'.
14616         (nntp-send-authinfo): Use it.
14617
14618         * nnimap.el: Autoload `auth-source-user-or-password'.
14619         (nnimap-open-connection): Use it.
14620
14621         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
14622         for the gnus-message function.
14623         (auth-source-user-or-password): Use it.
14624
14625 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14626
14627         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
14628         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
14629         (rfc2104-hash): Use it.
14630
14631 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
14632
14633         * gnus-art.el (gnus-article-toggle-truncate-lines):
14634         Don't use `iff' in docstring.
14635
14636 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
14637
14638         * gnus-registry.el: Adjusted copyright dates and added a keyword.
14639
14640         * gnus-util.el (gnus-extract-address-component-name)
14641         (gnus-extract-address-component-email): Convenience functions around
14642         `gnus-extract-address-components'.
14643
14644         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14645         Use `gnus-extract-address-component-email' to fix bug of comparing full
14646         sender name to `user-mail-address'.
14647
14648 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
14651         catch/throw to optimize.
14652         (gnus-registry-find-keywords): Just use member to find a keyword.
14653
14654 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14655
14656         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
14657         is current before calling gnus-server-prepare.
14658         (gnus-server-setup-buffer, gnus-server-update-server)
14659         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
14660
14661 2008-05-04  Juri Linkov  <juri@jurta.org>
14662
14663         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
14664         (mailcap-file-default-commands): Use mailcap-replace-in-string
14665         instead of replace-regexp-in-string, and mailcap-delete-duplicates
14666         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
14667
14668 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
14669
14670         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
14671
14672 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14673
14674         * gnus.el: Bump version to 0.11.
14675
14676 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14677
14678         * gnus.el: No Gnus v0.10 is released.
14679
14680 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14681
14682         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
14683         hooks.
14684         (gnus-update-read-articles): Speed up non-marks-using users.
14685         (gnus-use-marks): Define gnus-use-marks.
14686         (gnus-propagate-marks): Rename variable to something more sensible.
14687
14688 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
14689
14690         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
14691         (gmm-image-load-path-for-library): Fix typos in docstrings.
14692         (gmm-message): Reflow docstring.
14693
14694 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
14695
14696         * mail-source.el (mail-source-set-1, mail-source-bind):
14697         Move auth-source code out of the macro to clean it up and fix bugs.
14698
14699 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
14700
14701         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
14702         by sender if it's equal to user-mail-address, it's likely to be
14703         useless.
14704
14705         * mail-source.el (mail-source-bind): Don't use user or password if they
14706         are not bound.  Unintern them if they are nil.  Don't use server unless
14707         it's bound, and default it to empty string otherwise.
14708
14709 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
14710
14711         * mail-source.el: Load auth-source.el.
14712         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
14713         get user name or password, if auth-sources is set up.
14714
14715         * gnus-registry.el (gnus-registry-split-strategy): New variable for
14716         strategy of splitting with parent.
14717         (gnus-registry-split-fancy-with-parent)
14718         (gnus-registry-post-process-groups): Use it and fix prior
14719         bug (returning a list as the split result).
14720
14721         * auth-source.el (auth-sources): Remove server parameter.
14722         (auth-source-pick, auth-source-user-or-password)
14723         (auth-source-user-or-password-imap)
14724         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14725         (auth-source-user-or-password-sftp)
14726         (auth-source-user-or-password-smtp): Remove server parameter.
14727
14728 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
14729
14730         * smime.el (smime-sign-region, smime-encrypt-region)
14731         (smime-decrypt-region):
14732         Remove redundant calls to `generate-new-buffer-name'.
14733
14734 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
14735
14736         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
14737         Don't use QP for message/rfc822.
14738         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
14739
14740 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14741
14742         * sieve-manage.el (sieve-string-bytes): Remove.
14743         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
14744         correct byte-length only if the process's coding-system is the same as
14745         the one used internally by Emacs to represent strings.
14746
14747 2008-04-22  Juri Linkov  <juri@jurta.org>
14748
14749         * mailcap.el (mailcap-file-default-commands): New function.
14750
14751 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14752
14753         * message.el (message-signature-separator, message-cite-function):
14754         Change custom version.
14755
14756 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
14757
14758         * tls.el (tls-program): Add -ign_eof argument to call the openssl
14759         commands.
14760         (tls-checktrust): Ditto.
14761
14762 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * mm-decode.el (mm-display-external): Make temp file read-only.
14765
14766 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
14769         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
14770         `C-c C-f d'.
14771
14772 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
14773
14774         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
14775
14776 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14777
14778         * gnus.el: Bump version to 0.9.
14779
14780 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
14781
14782         * gnus.el: No Gnus v0.8 is released.
14783
14784 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14785
14786         * mail-source.el (mail-source-value):
14787         Prefer fboundp to functionp so it works with macros as well.
14788
14789 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14790
14791         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14792         Fix last change in case the element is not even a symbol.
14793
14794 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14795
14796         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14797         Prefer fboundp to functionp so it works with macros as well.
14798
14799 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
14800
14801         * auth-source.el: Add docs.
14802         (auth-sources): Modify format to support server.
14803         (auth-source-pick, auth-source-user-or-password)
14804         (auth-source-user-or-password-imap)
14805         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14806         (auth-source-user-or-password-sftp)
14807         (auth-source-user-or-password-smtp): Add server parameter.
14808
14809 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
14810
14811         * gnus-registry.el: Initialize the registry when gnus-registry-install
14812         is t.
14813
14814 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * compface.el (uncompface): Make buffer unibyte.
14817
14818 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14819
14820         * mail-source.el (mail-source-value):
14821         Prefer fboundp to functionp so it works with macros as well.
14822
14823 2008-04-05  Glenn Morris  <rgm@gnu.org>
14824
14825         * gnus-ems.el (mm-disable-multibyte): Autoload it.
14826
14827 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14828
14829         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
14830         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
14831
14832         * nnheader.el (nnheader-init-server-buffer): Change buffer's
14833         multibyteness after rather than before erasing it.
14834
14835         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
14836         mm-with-multibyte.
14837         (gnus-request-article-this-buffer): Make sure the proper decoding is
14838         used if gnus-original-article-buffer happens to be unibyte.
14839
14840         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
14841         default-enable-multibyte-characters.
14842
14843         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
14844         default-enable-multibyte-characters.
14845
14846         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
14847
14848         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
14849
14850 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14851
14852         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14853         Fix last change in case the element is not even a symbol.
14854
14855 2008-04-02  Simon Josefsson  <simon@josefsson.org>
14856
14857         * imap.el (imap-enable-exchange-bug-workaround): New variable.
14858         (imap-message-copyuid-1): Use it.
14859         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
14860         J. Williams in
14861         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14862
14863         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
14864         imap-enable-exchange-bug-workaround.
14865         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
14866
14867 2008-04-01  Simon Josefsson  <simon@josefsson.org>
14868
14869         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
14870         a 100 byte status-checks into a 2-3MB transfer for each group.
14871         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
14872         to enable bug workaround or not.
14873         (nnimap-find-minmax-uid): Only enable workaround conditionally.
14874
14875 2008-03-31  Glenn Morris  <rgm@gnu.org>
14876
14877         * message.el (mml2015-use): Declare for compiler.
14878         (message-info): Require mml2015 when appropriate.
14879
14880 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * Makefile.in (EMACS_COMP): Quote directory name that might contain
14883         whitespace.
14884
14885 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14886
14887         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
14888         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
14889         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
14890         (nntp-service-to-port): New function.
14891         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
14892         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
14893         (nntp-open-netcat-stream): New function.
14894         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
14895
14896 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
14897
14898         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
14899
14900 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14901
14902         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
14903
14904 2008-03-28  Magnus Henoch  <mange@freemail.hu>
14905
14906         * dns.el (dns-write): Use set-buffer-multibyte.
14907
14908 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
14909
14910         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
14911
14912 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14913
14914         * message.el (message-signature-separator): Change default.
14915         Improve custom type.
14916         (message-cite-function): Change default to
14917         message-cite-original-without-signature.
14918
14919         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14920         toggle.
14921
14922         * message.el (message-check-news-body-syntax): Fix signature check.
14923         (message-setup-1): Mark buffer as unmodified _after_ running
14924         message-setup-hook and handling message-alternative-emails.
14925         (message-shorten-references): Be more strict when building list of
14926         valid references to comply with GNKSA.
14927
14928         * gnus-group.el (gnus-read-ephemeral-bug-group)
14929         (gnus-read-ephemeral-debian-bug-group)
14930         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14931
14932         * message.el (message-info): Don't use booleanp which isn't supported
14933         in Emacs 21 and XEmacs.
14934
14935 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
14936
14937         * gnus-group.el (gnus-gmane-group-download-format): Rename from
14938         gnus-group-gmane-group-download-format.
14939         (gnus-group-read-ephemeral-gmane-group): Rename from
14940         gnus-group-read-ephemeral-gmane-group.
14941         (gnus-read-ephemeral-gmane-group-url): Rename from
14942         gnus-group-read-ephemeral-gmane-group-url.
14943         (gnus-bug-group-download-format-alist): New variable.
14944         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14945         (gnus-read-ephemeral-emacs-bug-group): New commands.
14946
14947 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14950         (gnus-visible-headers): Improve custom type.
14951
14952 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * mml.el (mml-menu): Add workarounds for XEmacs.
14955
14956         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14957         X-Boundary header.
14958
14959         * message.el (message-simplify-recipients): Fix previous commit.
14960
14961 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14962
14963         * mm-util.el (mm-set-buffer-multibyte): New function.
14964         * mm-decode.el (mm-copy-to-buffer): Use it.
14965
14966         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14967         Prefer fboundp to functionp so it works with macros as well.
14968
14969 2008-03-19  Glenn Morris  <rgm@gnu.org>
14970
14971         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
14972         Accidentally removed in the sync process with Emacs.
14973
14974 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * message.el (message-alter-recipients-discard-bogus-full-name):
14977         New function.
14978         (message-alter-recipients-function): New variable.
14979         (message-get-reply-headers): Use it.
14980         (message-replace-header): New helper function.
14981         (message-recipients-without-full-name): New variable.
14982         (message-simplify-recipients): New command.
14983
14984         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14985
14986         * message.el (message-info): Handle EasyPG manual.
14987
14988         * mml.el (mml-menu): Add entry for EasyPG.
14989
14990 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
14991
14992         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14993         parameter.
14994
14995         * message.el (message-disassociate-draft): Specify drafts group name
14996         fully.
14997
14998 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
14999
15000         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15001         Eliminate unnecessary duplicates from the match list.
15002
15003 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15006
15007         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15008
15009         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15010         args of `how-many' of which the XEmacs version doesn't take; declare
15011         Info-index-next as function.
15012
15013 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * gnus-score.el (gnus-score-headers): Fix handling of
15016         gnus-inhibit-slow-scoring.
15017
15018         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15019         string.
15020         (gnus-button-url-regexp): Improve handling of parenthesis.
15021         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15022         (gnus-button-handle-info-keystrokes): Handle index entries.
15023
15024 2008-03-15  Glenn Morris  <rgm@gnu.org>
15025
15026         * parse-time.el (parse-time-string): Simplify.
15027
15028 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15031         Incoming* files.
15032
15033 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15034
15035         * auth-source.el (auth-sources): Rename from auth-source-choices.
15036         (auth-source-pick): Use it.
15037
15038 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15039
15040         * binhex.el (binhex-decode-region-internal):
15041         * uudecode.el (uudecode-decode-region-internal):
15042         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15043         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15044         setting default-enable-multibyte-characters.
15045
15046 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15047
15048         * auth-source.el (auth-source-protocols)
15049         (auth-source-protocols-customize, auth-source-choices): Add and
15050         modified variable customizations and defaults.
15051         (auth-source-pick, auth-source-user-or-password)
15052         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15053         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15054         (auth-source-user-or-password-sftp)
15055         (auth-source-user-or-password-smtp): Use new variables and provide an
15056         interface to netrc.el.
15057
15058 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15061         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15062         Make sure the nntp port to specify is a string.
15063
15064 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15065
15066         * nntp.el: Use with-current-buffer.
15067         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15068         dubious mm-with-unibyte-current-buffer.
15069         (nntp-with-open-group-function): New function extracted from
15070         nntp-with-open-group macro.
15071         (nntp-with-open-group): Use the function, so it's easier to debug.
15072         Add indentation and debugging info.
15073         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15074         Recommend the use of the netcat alternatives.
15075
15076         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15077         Avoid mm-string-as-multibyte as well.
15078
15079         * nnweb.el (nnweb-insert-html):
15080         Remove use of nnheader-string-as-multibyte.
15081
15082         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15083         (nnheader-string-as-multibyte): Remove.
15084
15085         * mm-view.el: Use inhibit-read-only.
15086         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15087         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15088         or unibyte-string.
15089
15090         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15091         (mm-uu-yenc-extract): Use with-current-buffer.
15092
15093         * gnus-soup.el (gnus-soup-send-packet): Don't use
15094         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15095
15096         * nnmh.el: Use with-current-buffer.
15097         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15098         mm-string-as-multibyte on the output of mm-encode-coding-string.
15099
15100         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15101         (nnimap-request-move-article): Use with-current-buffer.
15102
15103         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15104         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15105         conversion uses string-make-unibyte rather than string-as-unibyte.
15106
15107         * gnus-msg.el: Use with-current-buffer.
15108
15109         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15110
15111 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15112
15113         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15114         string for caching if it is 'PIN.
15115
15116 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * lpath.el: Consider the case without Emacs/W3.
15119
15120 2008-03-08  Glenn Morris  <rgm@gnu.org>
15121
15122         * time-date.el (date-to-time, time-subtract, time-add)
15123         (safe-date-to-time): Doc fixes.
15124
15125 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15126
15127         * mail-source.el (mail-source-delete-old-incoming-confirm):
15128         Change default to nil.
15129         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15130
15131 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * lpath.el: Rearrange.
15134
15135         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15136         (gnus-article-goto-prev-page): Work for articles having ^L's.
15137
15138         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15139
15140         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15141
15142 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15143
15144         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15145         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15146         (gnus-bookmark-jump): Adjust some variable names.
15147
15148 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15149
15150         * auth-source.el: New package.
15151         (auth-source-choices): Add customization entry point variable.
15152
15153         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15154         bug.
15155
15156 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15157
15158         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15159         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15160         (gnus-registry-install-shortcuts): Rename from
15161         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15162         the `gnus-registry-mark-map' keymap dynamically from
15163         `gnus-registry-marks'.  The generated functions update the summary line
15164         when a registry mark is added or deleted, and will call
15165         `gnus-registry-install-p' (see the comments in the code).
15166         (gnus-registry-user-format-function-M): Use concat intelligently.
15167
15168         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15169         the registry mark functions.
15170
15171 2008-03-05  Glenn Morris  <rgm@gnu.org>
15172
15173         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15174         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15175         gnus-art.
15176         (top-level): No need to load own source when compiling.
15177
15178 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15179
15180         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15181         Suggested by <chris.anderton@zetnet.co.uk>.
15182
15183 2008-03-04  Glenn Morris  <rgm@gnu.org>
15184
15185         * gnus-sum.el (top-level): No need to require gnus when compiling,
15186         since unconditionally required near start of file.
15187         (gnus-summary-display-while-building): Move definition before use.
15188
15189 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15190
15191         * gnus-registry.el (gnus-registry-user-format-function-M):
15192         Add formatting function.
15193
15194 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15195
15196         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15197         with plists.
15198         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15199         Use new format.
15200
15201 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15204         `where-is-internal' that returns a range of key sequences.
15205
15206 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15207
15208         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15209
15210         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15211         (gnus-summary-jump-to-group): Consider windows on other displayed
15212         frames as well.  Similar changes might be needed elsewhere, but that's
15213         the one I've bumped into during my use.
15214
15215         * nndoc.el (nndoc-oe-dbx-type-p):
15216         * gnus-msg.el (gnus-debug):
15217         * gnus-group.el (gnus-update-group-mark-positions):
15218         Use mm-string-to-multibyte.
15219
15220 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15223         doesn't handle NotDashEscaped.
15224
15225         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15226         (mml-dnd-attach-options): Fix typo in custom choice.
15227
15228         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15229         Change nndoc-article-type to mbox.
15230         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15231
15232         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15233         to nil, instead of html2text.
15234
15235         * imap.el (imap-debug): Add `imap-ping-server'.
15236
15237         * gnus-bookmark.el: Add FIXMEs.
15238
15239         * message.el (message-form-letter-separator)
15240         (message-send-form-letter-delay): New variables.
15241         (message-send-form-letter): Use them.  New command to send form
15242         letters.  Requested by Uwe Siart.
15243         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15244
15245 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * Update copyright years.
15248
15249 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         Sync from EMACS_22_BASE.
15252
15253         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15254
15255 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15256
15257         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15258         empty author.
15259
15260 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15261
15262         * gnus-registry.el (gnus-registry-marks): Add variable for
15263         customization of marks and their appearance.
15264         (gnus-registry-read-mark): Use it.
15265         (gnus-registry-do-marks): Add utility function to loop through
15266         `gnus-registry-marks'.
15267         (gnus-registry-install-shortcuts-and-menus): Add function to install
15268         shortcuts and menus.
15269         (gnus-registry-initialize): Use it.
15270         (gnus-registry-default-mark): Clarify documentation.
15271
15272 2008-02-29  Glenn Morris  <rgm@gnu.org>
15273
15274         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15275         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15276         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15277         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15278         Change defcustom :version from 23.0 to 23.1.
15279
15280 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15281
15282         * gnus-registry.el (gnus-registry-follow-group-p)
15283         (gnus-registry-post-process-groups): Add functions to aid registry
15284         splitting and improve logging.  Clarify behavior in function
15285         documentation.
15286         (gnus-registry-split-fancy-with-parent): Use them.
15287
15288 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15289
15290         * gnus-art.el: Use with-current-buffer.
15291
15292 2008-02-27  David Engster  <dengste@eml.cc>
15293
15294         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15295         Express real group name in the response.
15296
15297 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15300         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15301         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15302         autoload gnus-registry-fetch-group when compiling.
15303         (nnmairix-request-group-with-article-number-correction):
15304         Remove unreferenced argument passed to nnmairix-call-backend.
15305
15306 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15309         (mm-uu-extract): Improve face for low color ttys.
15310         Reported by Sascha Wilde.
15311
15312 2008-02-27  Glenn Morris  <rgm@gnu.org>
15313
15314         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15315         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15316         variables to defconsts.  Convert comments to doc-strings.
15317         (nnmairix-last-server, nnmairix-current-server): Convert from free
15318         variables to defvars.  Convert comments to doc-strings.
15319         (gnus-registry-fetch-group): Autoload.
15320         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15321         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15322         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15323         caddr.
15324         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15325         nnmairix-request-group-with-article-number-correction call.
15326         (nnmairix-fast, nnmairix-group): New, less general names, for free
15327         variables passed from nnmairix-request-group to
15328         nnmairix-request-group-with-article-number-correction.  Declare.
15329         (nnmairix-request-group-with-article-number-correction):
15330         Use nnmairix-fast, nnmairix-group rather than fast, group.
15331
15332 2008-02-26  David Engster  <dengste@eml.cc>
15333
15334         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15335         version 0.5.
15336
15337 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15338
15339         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15340         instead of making an extra function call.  Don't add the current group
15341         to articles only when they have the group.  Use
15342         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15343         Reported by David <de_bb@arcor.de>.
15344
15345 2008-02-24  Miles Bader  <miles@gnu.org>
15346
15347         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15348         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15349         (mm-find-mime-charset-region):
15350         * mm-bodies.el (mm-encode-body):
15351         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15352
15353 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15356         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15357
15358 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15359
15360         * mail-source.el (mail-source-delete-incoming): Change default.
15361         Supplement doc string.
15362
15363         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15364
15365 2008-02-14  Glenn Morris  <rgm@gnu.org>
15366
15367         * time-date.el (format-seconds): New function.
15368
15369 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15370
15371         * nnmail.el (nnmail-message-id-cache-file): Derive from
15372         `gnus-home-directory'.
15373
15374 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15377         Document negative prefix.
15378
15379         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15380
15381 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15382
15383         * message.el (message-unsent-separator): Add the Exim bounce
15384         separator.
15385
15386 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15387
15388         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15389         list.
15390         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15391         recipient/signer list.
15392
15393 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * Makefile.in (datarootdir): Define.
15396         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15397         name that might contain whitespace.
15398
15399 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15402         fbound (Emacs 23 unicode), signal an error.
15403
15404 2008-02-08  Glenn Morris  <rgm@gnu.org>
15405
15406         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15407
15408 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15409
15410         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15411         ports to the calls to `netrc-machine-user-or-password' in addition to
15412         "imap" and "imaps".
15413
15414 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15415
15416         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15417
15418         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15419
15420 2008-02-01  Kenichi Handa  <handa@m17n.org>
15421
15422         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15423         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15424         (rfc2104-hash): Convert the result of concat to unibyte string.
15425
15426 2008-02-01  Dave Love  <fx@gnu.org>
15427
15428         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15429         coding-system-for-read.
15430         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15431
15432 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15435         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15436         <hanche@math.ntnu.no>.
15437
15438 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15441
15442         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15443
15444 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15445
15446         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15447         * message.el (message-beginning-of-line): Use featurep instead of bound
15448         tests in order to resolve conditionals at compile time.
15449
15450 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15451
15452         * mail-source.el (mail-sources): Add `group' choice.
15453
15454         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15455         parameter `in-group' to control into which group the articles go.
15456         Add treatment of `group' mail-source.
15457
15458 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15461
15462         * mm-decode.el (mm-dissect-buffer): Decode description.
15463
15464         * mml.el (mml-to-mime): Encode message header first.
15465
15466 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15469         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15470
15471         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15472         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15473
15474 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15475
15476         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15477
15478 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15481         prefix keys.
15482         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15483         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15484         gnus-xmas.el.
15485
15486         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15487         (gnus-xmas-article-describe-bindings): New function.
15488         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15489         gnus-xmas-article-describe-bindings.
15490
15491         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15492
15493 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15494
15495         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15496         Add new variables for article mark management.
15497         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15498         list of extra data entries which, when present, will indicate that the
15499         article ID should not be trimmed from the registry.
15500         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15501         functions.
15502         (gnus-registry-read-mark): New function to read a mark name from the
15503         user.
15504         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15505         (gnus-registry-set-article-mark-internal): New functions to add and
15506         remove marks.
15507         (gnus-registry-get-article-marks): New function to show the marks for
15508         an article, or retrieve them for further use.
15509
15510 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15513         keys when no argument is given.
15514
15515 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15516
15517         * imap.el (imap-ping-server): New variable.
15518         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15519         (imap-ping-server): Minor doc string fixes.
15520
15521 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15522
15523         * imap.el (imap-ping-server): New function.
15524         (imap-opened): Call imap-ping-server.
15525
15526 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15527
15528         * gnus-sum.el (gnus-article-sort-by-random)
15529         (gnus-thread-sort-by-random): Fix doc strings.
15530         Reported by jidanni@jidanni.org.
15531
15532 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (gnus-article-describe-bindings): New function.
15535         (gnus-article-read-summary-keys): Use it.
15536         (gnus-article-mode-map): Bind `C-h b' to it.
15537
15538 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15541         XEmacs.
15542         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15543         Protect against non-character events.
15544
15545         * lpath.el: Fbind map-keymap for Emacs 21.
15546
15547 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15550         New command.
15551         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15552         instead of END.  Change name of the temp file.
15553         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15554         customizable.
15555
15556 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15559         bind `S W' to gnus-article-wide-reply-with-original; set default
15560         binding to gnus-article-read-summary-send-keys.
15561         (gnus-article-read-summary-keys): Fix the order of keys; display
15562         continuation keys correctly in the echo area; describe bindings
15563         correctly when keys end with `C-h'.
15564         (gnus-article-read-summary-send-keys): New function.
15565         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15566         Work for gnus-article-read-summary-send-keys; display continuation keys
15567         correctly in the echo area.
15568         (gnus-article-reply-with-original): Ignore prefix argument.
15569         (gnus-article-wide-reply-with-original): New function.
15570
15571         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15572         Emacs 21.
15573
15574 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15577         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15578
15579 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
15582         (gnus-group-read-ephemeral-gmane-group): New command.
15583
15584 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
15585
15586         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
15587
15588 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * message.el (message-send-mail-function): Increase custom version.
15591
15592         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
15593         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
15594
15595 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15596
15597         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
15598         for the cases where imap-authenticate is called with a nil buffer
15599         parameter.
15600
15601 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
15604         html parts correctly; support forwarded messages.
15605         (gnus-article-browse-html-article): Remove work buffers.
15606
15607         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
15608         compiling.
15609         (netrc-bound-and-true-p): New macro.
15610         (netrc-parse): Use it instead of bound-and-true-p that is not available
15611         in XEmacs 21.4.
15612
15613 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
15614
15615         * gnus-registry.el (gnus-registry-mark-article)
15616         (gnus-registry-article-marks): Add functionality to mark articles
15617         through the Gnus registry.
15618
15619         * encrypt.el: Clarify documentation for the new pgg method.
15620         (encrypt-file-alist): Add PGG option.
15621         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
15622         functionality.  Abstract password key and messaging to external
15623         functions.
15624         (encrypt-password-key, encrypt-get-passphrase-if-needed)
15625         (encrypt-message-method-and-cipher): Add new convenience external
15626         functions.
15627         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
15628         (encrypt-pgg-process-buffer): Add PGG functionality glue.
15629
15630         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
15631         (netrc-parse): Use encrypt-file-alist to determine if
15632         encrypt-find-model or encrypt-insert-file-contents should be used.
15633
15634         * encrypt.el: Clarify documentation.  Load password-cache or
15635         password, whichever one is found first, instead of autoloading.
15636
15637 2007-12-19  Glenn Morris  <rgm@gnu.org>
15638
15639         * mml.el (message-options-set, message-narrow-to-head)
15640         (message-in-body-p, message-mail-p, message-encode-message-body):
15641         Autoload.
15642         (message-remove-header, message-narrow-to-headers-or-head)
15643         (message-subscribed-p, message-make-mail-followup-to)
15644         (message-position-on-field, message-news-p)
15645         (message-options-set-recipient, message-generate-headers)
15646         (message-sort-headers): Declare as functions.
15647
15648 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
15651         convention in doc string.
15652
15653 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
15656         title to html parts.
15657         (gnus-article-browse-html-article): Pass message header to it.
15658
15659         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
15660
15661 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
15664         or password compatible with XEmacs.
15665
15666 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15667
15668         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
15669         format document.
15670         (gnus-mime-delete-part): Don't write description line if empty.
15671         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
15672
15673 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
15674
15675         * gnus-sum.el (gnus-summary-mark-unread-as-read)
15676         (gnus-summary-mark-read-and-unread-as-read)
15677         (gnus-summary-mark-current-read-and-unread-as-read)
15678         (gnus-summary-mark-unread-as-ticked): Doc fix.
15679         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
15680
15681 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
15684         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15685
15686 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
15689         yes-or-no-p.
15690
15691 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * mm-decode.el (mm-add-meta-html-tag): New function.
15694         (mm-save-part-to-file, mm-pipe-part): Use it.
15695
15696         * gnus-art.el (gnus-article-browse-delete-temp-files):
15697         Use gnus-y-or-n-p instead of y-or-n-p.
15698         (gnus-article-browse-html-parts): Work with message/external-body; use
15699         mm-add-meta-html-tag.
15700
15701 2007-12-11  Glenn Morris  <rgm@gnu.org>
15702
15703         * gnus-cache.el: Require gnus-sum not just when compiling.
15704
15705         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
15706
15707         * gnus-int.el (gnus-server-opened, gnus-status-message):
15708         Move definitions before use.
15709
15710         * mm-decode.el: Require gnus-util.
15711         (mm-remove-part): Only call delete-annotation on XEmacs.
15712
15713         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
15714
15715         * nnmail.el: Require gnus-int.
15716
15717         * spam.el: Move `require's before `eval-when-compile's.
15718
15719         * gnus-ems.el (gnus-alive-p):
15720         * gnus-fun.el (message-goto-eoh):
15721         * gnus-util.el (gnus-group-name-decode):
15722         * mail-source.el (gnus-compress-sequence):
15723         * message.el (Info-goto-node, format-spec):
15724         * mm-bodies.el (message-options-get):
15725         * mm-decode.el (mm-view-pkcs7):
15726         * mm-util.el (gmm-write-region):
15727         * mml-smime.el (mml-compute-boundary)
15728         (gnus-completing-read-with-default):
15729         * mml.el (widget-button-press, gnus-make-hashtable):
15730         * mml1991.el (mm-decode-content-transfer-encoding)
15731         (mm-encode-content-transfer-encoding)
15732         (message-options-get, message-options-set):
15733         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
15734         * nnfolder.el (gnus-request-group):
15735         * nnheader.el (ietf-drums-unfold-fws):
15736         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
15737         * smime.el (gnus-run-mode-hooks):
15738         * spam-stat.el (gnus-message): Autoload.
15739
15740         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
15741         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
15742         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
15743         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
15744         Add declare-function compatibility definition.
15745
15746         * gnus-cache.el (nnvirtual-find-group-art):
15747         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
15748         (gnus-add-image, gnus-add-wash-type):
15749         * gnus-group.el (nnkiboze-score-file):
15750         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
15751         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
15752         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
15753         (message-tokenize-header, gnus-get-buffer-create)
15754         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
15755         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
15756         * gnus.el (gnus-group-decoded-name):
15757         * mail-source.el (imap-capability):
15758         * mm-bodies.el (message-options-set):
15759         * mm-decode.el (gnus-configure-windows):
15760         * mm-extern.el (message-goto-body):
15761         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
15762         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
15763         (epg-sub-key-validity, message-options-set):
15764         * mml.el (widget-event-point, gnus-configure-windows):
15765         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
15766         * mml2015.el (epg-check-configuration, epg-configuration)
15767         (message-options-set):
15768         * nndb.el (nndb-request-article):
15769         * nnfolder.el (gnus-request-create-group):
15770         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
15771         * nnmaildir.el (gnus-group-mark-article-read):
15772         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
15773         * rfc1843.el (message-fetch-field):
15774         * spam.el (gnus-extract-address-components):
15775         Declare as functions.
15776
15777 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
15780
15781         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
15782
15783         * lpath.el: Fbind run-mode-hooks for Emacs 21;
15784         bind show-trailing-whitespace for XEmacs.
15785
15786 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15787
15788         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
15789         new no-op macro for backward compatibility.
15790
15791         * imap.el (imap-string-to-integer): New function.
15792
15793 2007-12-09  Glenn Morris  <rgm@gnu.org>
15794
15795         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
15796
15797         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
15798         * message.el, mm-view.el, sieve-manage.el, smime.el:
15799         Add declare-function compatibility definition.
15800
15801         * gnus-art.el (w3-region, w3m-region, Info-menu):
15802         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
15803         * gnus-sum.el (gnus-get-predicate):
15804         * gnus-util.el (mm-append-to-file, w32-focus-frame):
15805         * message.el (mail-abbrev-in-expansion-header-p):
15806         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
15807         (w3m-detect-meta-charset, w3m-region):
15808         * sieve-manage.el (password-read, password-cache-add)
15809         (password-cache-remove):
15810         * smime.el (password-read-and-add): Declare as functions.
15811
15812 2007-12-08  David Kastrup  <dak@gnu.org>
15813
15814         * gnus-sum.el (gnus-summary-simplify-subject-query):
15815         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
15816         `message'.
15817
15818 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
15821         it to bind idna-program, installation-directory, defined-colors, and
15822         face-attribute for XEmacs of the version that compiles defcustom forms.
15823
15824 2007-12-07  Glenn Morris  <rgm@gnu.org>
15825
15826         * gnus-art.el (article-make-date-line): Revert previous change.
15827
15828 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15829
15830         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
15831
15832 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
15833
15834         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
15835         Call gnus-add-to-range ranges only once with a prepared article-list.
15836
15837 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
15838
15839         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
15840         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
15841         group names with backslashes.
15842         Reported by Tassilo Horn <tassilo@member.fsf.org>.
15843
15844 2007-12-06  Deepak Goel  <deego3@gmail.com>
15845
15846         * gnus-art.el (article-make-date-line):
15847         * gnus-start.el (gnus-load):
15848         * pop3.el (pop3-read-response): Fix buggy call to `error'.
15849
15850 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * gnus-art.el (gnus-use-idna):
15853         * gnus-start.el (gnus-site-init-file):
15854         * message.el (message-use-idna):
15855         * mm-uu.el (mm-uu-hide-markers):
15856         * smiley.el (smiley-style): Revert changes that suppress warnings.
15857
15858 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
15861         specify charset to html source.
15862         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
15863
15864 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
15867         idna-program in order to suppress byte compile warning issued by XEmacs
15868         that came to byte compile the default value section of defcustom forms
15869         recently.
15870
15871         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
15872         value of installation-directory.
15873
15874         * message.el (message-use-idna): Don't directly refer to the value of
15875         idna-program.
15876
15877         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
15878
15879         * smiley.el (smiley-style): Don't directly call face-attribute.
15880
15881 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
15884
15885         * gnus-dired.el: Reduce Gnus dependencies.
15886         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
15887         Don't require.  Use autoloads instead.
15888         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
15889         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
15890         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
15891         (gnus-dired-mode): Adjust doc string.
15892         (gnus-dired-mail-mode): New variable.
15893         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
15894         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
15895         (gnus-dired-mail-buffers): New function.  Return mail or message
15896         composition buffers.
15897         (gnus-dired-attach): Use it.
15898         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
15899         NO-DECODE.
15900         (gnus-dired-print): Use `gnus-print-buffer' depending on
15901         `gnus-dired-mail-mode'.
15902
15903 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * rfc2047.el (rfc2047-encoded-word-regexp)
15906         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
15907         explaining what regexp patterns are for.
15908
15909 2007-12-04  Glenn Morris  <rgm@gnu.org>
15910
15911         * password.el: Move to password-cache.el.
15912
15913         * mml1991.el (password-read, password-cache-add, password-cache-remove):
15914         * mml2015.el (password-read, password-cache-add, password-cache-remove):
15915         * mml-smime.el (password-read, password-cache-add)
15916         (password-cache-remove):
15917         No need to autoload, since mml-sec requires password.
15918
15919         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
15920         * message.el (gnus-extract-address-components):
15921         * mml-smime.el (gnus-extract-address-components): Define for compiler.
15922
15923         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
15924         password.
15925
15926 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * mailcap.el: Reduce dependencies.
15929         (mail-header-parse-content-type): Autoload.
15930         (mailcap-delete-duplicates): New alias.
15931         (mailcap-mime-info): Add optional argument NO-DECODE.
15932         (mailcap-mime-types): Use mailcap-delete-duplicates.
15933
15934         * message.el (message-ignored-supersedes-headers): Add "X-ID".
15935
15936 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
15937
15938         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
15939         (imap-parse-status): Upcase status-att for servers that sends them
15940         lower-case (e.g., MS Exchange 2007).
15941
15942 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15943
15944         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
15945         function.
15946
15947         * gnus-uu.el (gnus-uu-decode-yenc): New command.
15948         (gnus-uu-yenc-article): New function.
15949
15950         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
15951
15952         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
15953
15954 2007-12-02  Glenn Morris  <rgm@gnu.org>
15955
15956         * binhex.el (binhex): New custom group.
15957         (binhex-decoder-program, binhex-decoder-switches)
15958         (binhex-use-external): Move to the binhex custom group.
15959
15960         * uudecode.el (uudecode): New custom group.
15961         (uudecode-decoder-program, uudecode-decoder-switches)
15962         (uudecode-use-external): Move to the uudecode custom group.
15963
15964         * netrc.el (top-level): Don't load `encrypt' features.
15965         (netrc-parse): Don't use encrypt.
15966         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
15967
15968         * encrypt.el: Remove file.
15969
15970 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
15973         matches on patches.
15974
15975         * gnus-art.el (gnus-article-browse-html-article):
15976         Mention `mm-text-html-renderer' in the doc string.
15977
15978         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
15979         string.  Add comments.
15980
15981         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
15982         if rhs is ASCII.
15983
15984 2007-12-01  Glenn Morris  <rgm@gnu.org>
15985
15986         * mail-source.el (top-level): Require format-spec before
15987         eval-when-compile.
15988
15989 2007-11-30  Glenn Morris  <rgm@gnu.org>
15990
15991         * encrypt.el: Require password, rather than autoloading password-read.
15992
15993 2007-11-29  Glenn Morris  <rgm@gnu.org>
15994
15995         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
15996         (sasl-make-client, sasl-next-step, sasl-step-data)
15997         (sasl-step-set-data): Declare as functions.
15998
15999 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16002
16003 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16004
16005         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16006         certs should be verified and what is to be done in the event of a
16007         verification failure.
16008
16009         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16010         caller can indicate whether the cache should be disregarded for this
16011         call.  This way the result of the call is reproducible at all times and
16012         can be considered a canonical server name for the supplied method.
16013         (gnus-agent-method-p): Canonicalize server names by pushing their
16014         method through `gnus-method-to-server' using the no-cache argument.
16015
16016         * gnus-srvr.el (gnus-server-insert-server-line):
16017         Call `gnus-method-to-server' with `no-cache' argument.
16018
16019         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16020         gnus-agent-possibly-synchronize-flags as this should be called when the
16021         server is actually being opened.
16022         (gnus-agent-possibly-synchronize-flags)
16023         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16024         flags file of an agentized server to the latter function.
16025
16026         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16027         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16028         after a connection has been established successfully.
16029
16030 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus-art.el (article-display-face): Force to display face if called
16033         interactively; check if gnus-article-x-face-too-ugly matches author.
16034         (article-display-x-face): Display face even if From header is missing
16035         as article-display-face does.
16036
16037 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16038
16039         * hashcash.el (message-narrow-to-headers-or-head)
16040         (message-fetch-field, message-goto-eoh)
16041         (message-narrow-to-headers): Declare as functions.
16042
16043 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * mail-source.el (mail-sources): Default to fetch from file for
16046         compatibility with default of nnmail-spool-file.
16047
16048 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16051         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16052         to look for encoded word that should be encoded again.
16053         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16054         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16055         encoding pattern.
16056         (rfc2047-decode-region): Switch strict regexp and loose one according
16057         to rfc2047-allow-irregular-q-encoded-words.
16058
16059 2007-11-25  Romain Francoise  <romain@orebokech.com>
16060
16061         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16062
16063 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * tls.el (tls-program): Provide more custom choices from
16066         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16067         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16068
16069 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16070
16071         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16072         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16073
16074         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16075         `nnmail-spool-file'.
16076
16077         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16078         `nnmail-spool-file'.
16079
16080         * gnus-move.el (gnus-change-server): Ditto.
16081
16082         * gnus-kill.el (gnus-batch-score): Ditto.
16083
16084         * gnus-cache.el (gnus-jog-cache): Ditto.
16085
16086         * gnus-msg.el (gnus-summary-reply):
16087         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16088
16089 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16090
16091         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16092         version.  Minor improvement to doc strings.
16093         (tls-program): Add comment.
16094
16095 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16096
16097         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16098         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16099         mismatch between the hostname provided in the certificate and the name
16100         of the host connnecting to.
16101         (open-tls-stream): Use them.  Check certificates against trusted root
16102         certificates.
16103
16104 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-cache.el (gnus-cache-generate-nov-databases):
16107         Use nnml-generate-nov-databases-directory instead of
16108         nnml-generate-nov-databases-1.
16109
16110 2007-11-24  Glenn Morris  <rgm@gnu.org>
16111
16112         * message.el (message-tool-bar-retro): Update for rename
16113         mail_send.xpm->mail-send.xpm.
16114
16115 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16116
16117         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16118         `smime-ldap-search' for Emacs 22 and up.
16119
16120 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16121
16122         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16123
16124         * message.el (message-send-mail-function): Fix error convention.
16125         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16126         (message-widen-reply, message-send-mail, message-talkative-question)
16127         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16128         (message-clone-locals, message-send-news): Use with-current-buffer.
16129         (message-insert-or-toggle-importance): Remove unused var `valid'.
16130         (message-make-references): Remove unused var `new-references'.
16131         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16132
16133 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16134
16135         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16136         (spam-split-symbolic-return-positive): Reflow docstring.
16137         (spam-backends, spam-summary-exit-behavior)
16138         (spam-mark-ham-unread-before-move-from-spam-group)
16139         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16140         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16141         (spam-clear-cache, spam-backend-check, spam-install-backend)
16142         (spam-install-statistical-backend, spam-list-of-processors)
16143         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16144         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16145         (spam-check-crm114, spam-initialize, spam-unload-hook):
16146         Fix typos in docstrings.
16147
16148 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16151         been checked if they have never been read and those group levels are
16152         higher than the one that a user specified.
16153
16154 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16157         foreign groups unless a group level is specified by a user.
16158         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16159
16160 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * message.el (message-send-mail-function): Require sendmail.
16163
16164 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16165
16166         * message.el (message-send-mail-function): Check for smtpmail too.
16167
16168         * utf7.el (utf7-encode, utf7-decode): Use coding system
16169         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16170
16171         * message.el (message-send-mail-function): New function.
16172         (message-send-mail-function): Set default using
16173         message-send-mail-function.  Adjust doc string.
16174         (message-send-mail-with-mailclient): New function.
16175
16176 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16177
16178         * smime.el (from):
16179         * rfc2047.el (message-posting-charset):
16180         * qp.el (mm-use-ultra-safe-encoding):
16181         * pop3.el (parse-time-months):
16182         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16183         * nnml.el (files):
16184         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16185         (jka-compr-compression-info-list, ange-ftp-path-format)
16186         (efs-path-regexp):
16187         * nndiary.el (files):
16188         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16189         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16190         (epg-digest-algorithm-alist, inhibit-redisplay)
16191         (password-cache-expiry):
16192         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16193         (pgg-output-buffer, password-cache-expiry):
16194         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16195         (efs-path-regexp):
16196         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16197         (inhibit-redisplay):
16198         * mm-uu.el (file-name, start-point, end-point, entry)
16199         (gnus-newsgroup-name, gnus-newsgroup-charset):
16200         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16201         (latin-unity-ucs-list):
16202         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16203         (mm-uu-binhex-decode-function):
16204         * message.el (gnus-message-group-art, gnus-list-identifiers)
16205         (rmail-enable-mime-composing, gnus-local-organization)
16206         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16207         (gnus-read-active-file, facemenu-add-face-function)
16208         (facemenu-remove-face-function, gnus-article-decoded-p)
16209         (tool-bar-mode):
16210         * mail-source.el (display-time-mail-function):
16211         * gnus-util.el (nnmail-pathname-coding-system)
16212         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16213         (gnus-original-article-buffer, gnus-user-agent)
16214         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16215         (xemacs-codename, sxemacs-codename, emacs-program-version):
16216         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16217         * gnus-start.el (gnus-agent-covered-methods)
16218         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16219         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16220         (gnus-newsgroup-headers, gnus-group-list-mode)
16221         (gnus-group-mark-positions, gnus-newsgroup-data)
16222         (gnus-newsgroup-unreads, nnoo-state-alist)
16223         (gnus-current-select-method, mail-sources)
16224         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16225         (nnmail-spool-file, gnus-cache-active-hashtb):
16226         * gnus-mh.el (mh-lib-progs):
16227         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16228         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16229         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16230         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16231         (gnus-group-buffer):
16232         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16233         (font-lock-set-defaults):
16234         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16235         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16236         (gnus-summary-post-menu, total-parts, type, condition, length):
16237         * gnus-agent.el (gnus-agent-read-agentview):
16238         * flow-fill.el (show-trailing-whitespace):
16239         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16240         eval-and-compile wrappers for byte compiler pacifiers.
16241
16242         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16243         (mm-display-inline-fontify): Check for featurep 'xemacs not
16244         extent-list.
16245
16246         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16247         itimer-list.
16248         (mm-create-image-xemacs): Only do something for XEmacs.
16249         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16250
16251         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16252
16253         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16254         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16255
16256 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16257
16258         * nnimap.el (nnimap-split-download-body):
16259         * gnus-demon.el (gnus-demon):
16260         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16261
16262 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16265         New macros.
16266         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16267         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16268         copy data from unibyte buffer to multibyte current buffer.
16269         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16270         to copy data from unibyte current buffer to multibyte buffer.
16271         (nntp-make-process-buffer): Make process buffer unibyte.
16272
16273         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16274
16275 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16276
16277         * pop3.el (pop3-open-server): Accept and process data more robustly at
16278         connection start to avoid spurious "POP SSL connection failed" errors.
16279
16280 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16283         read group names.
16284
16285 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16288
16289 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16292         (nnmail-save-active): Use a unibyte buffer when saving active file,
16293         which may contain non-ASCII group names.
16294
16295         * nnml.el (nnml-request-group): Decode group names in messages.
16296
16297 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * message.el (message-citation-line-function)
16300         (message-insert-formatted-citation-line): Fix spelling of
16301         `message-insert-formated-citation-line'.
16302
16303 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16304
16305         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16306
16307 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16310         nnmail-pathname-coding-system.
16311
16312         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16313         that a user enters; decode group names in messages.
16314
16315         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16316
16317 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16320
16321         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16322
16323         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16324         risky local variable.
16325
16326         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16327
16328 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16329
16330         * encrypt.el: Improve documentation to fix function name typo.
16331         Reported by Daiki Ueno <ueno@unixuser.org>.
16332
16333 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16336         even if the point is not in the last page of an article.
16337         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16338         back to the previous page.
16339
16340 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16343
16344 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16347
16348 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16349
16350         * message.el (message-check-news-body-syntax):
16351         Avoid mm-string-as-multibyte.
16352         (message-hide-headers): Don't assume (point-min)==1.
16353
16354 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16355
16356         * message.el (message-remove-blank-cited-lines): Fix if remove is
16357         given.
16358         (message-bogus-address-regexp): New variable.
16359         (message-bogus-recipient-p): New function.
16360         (message-check-recipients): New command.
16361         (message-syntax-checks): Add `bogus-recipient'.
16362         (message-fix-before-sending): Add `bogus-recipient'.
16363
16364         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16365         (gnus-treat-body-boundary): Don't test window-system.
16366
16367 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16368
16369         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16370
16371 2007-10-28  Miles Bader  <miles@gnu.org>
16372
16373         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16374         at compile-time too.
16375
16376 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * gnus-msg.el (gnus-message-setup-hook):
16379         Add `message-remove-blank-cited-lines' to options.
16380
16381 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * message.el (message-remove-blank-cited-lines): New function.
16384         Suggested by Karl Plästerer.
16385
16386 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16389         mapc.
16390
16391         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16392         (top-level): Use mapc to set functions to be traced for debugging.
16393
16394         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16395         called for effect with while loop.
16396
16397         * message.el (message-talkative-question): Replace mapcar called for
16398         effect with mapc.
16399
16400         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16401         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16402         called for effect with dolist.
16403
16404         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16405
16406         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16407         gnus-extra-headers and nnmail-extra-headers.
16408
16409         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16410         called for effect with dolist.
16411         (top-level): Use mapc to set functions to be traced for debugging.
16412
16413         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16414         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16415         dolist.
16416
16417         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16418         Replace mapcar called for effect with mapc.
16419         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16420         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16421         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16422         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16423
16424         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16425         remove-if that's a cl function.
16426
16427         * webmail.el (webmail-debug): Replace mapcar called for effect with
16428         dolist.
16429
16430         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16431         with mapc.
16432
16433 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16436         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16437         with while loop.
16438
16439         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16440         functions from article-* functions.
16441         (gnus-multi-decode-header): Replace mapcar called for effect with
16442         dolist.
16443
16444         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16445         (gnus-bookmark-show-details): Replace mapcar called for effect with
16446         while loop.
16447
16448         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16449         called for effect with while loop.
16450
16451         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16452         with dolist.
16453
16454         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16455         Replace mapcar called for effect with dolist.
16456
16457         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16458
16459         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16460         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16461         Replace mapcar called for effect with dolist.
16462         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16463         mapc.
16464
16465         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16466         Replace mapcar called for effect with dolist.
16467         (gnus-topic-list): Replace mapcar called for effect with mapc.
16468
16469         * gnus.el: Use mapc instead of mapcar to add autoloads.
16470
16471 2007-10-23  Richard Stallman  <rms@gnu.org>
16472
16473         * gnus-group.el (gnus-group-highlight): Mark as risky.
16474
16475 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * gnus.el (gnus-server-to-method): Return method found first in
16478         gnus-newsrc-alist.
16479
16480         * gnus-art.el (gnus-article-highlight-signature)
16481         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16482         button overlay without the front stickiness.
16483
16484 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16485
16486         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16487         overview buffer needed a catch to receive its throw.
16488         (gnus-agent-flush-cache): Declare as interactive to make this function
16489         easier to use.
16490
16491 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16494         `next-line'.
16495
16496 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16499         exclude address matching message-dont-reply-to-names.
16500
16501 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * gnus-util.el (gnus-string<): New function.
16504
16505         * gnus-sum.el (gnus-article-sort-by-author)
16506         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16507
16508 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16511         the frame-focus tag is set in gnus-buffer-configuration.
16512
16513 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16516         the front stickiness.
16517
16518 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16521         url pattern; remove duplicate one.
16522         (gnus-article-extend-url-button): New function.
16523         (gnus-article-add-buttons): Use it.
16524         (gnus-button-push): Use concatenated url that it makes.
16525
16526 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16527
16528         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16529
16530 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16531
16532         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16533         Don't hardcode point-min==1.
16534
16535 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16538         Fix comment about "iso8859-1".
16539
16540 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16541
16542         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16543         ones returned from the verify-function.
16544
16545         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16546         Call mml2015-extract-cleartext-signature if extraction failed.
16547
16548 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16549
16550         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16551         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16552         failed.
16553
16554 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16557
16558 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16561         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16562         recommends to use EasyPG instead of PGG.
16563
16564         * pgg.el: Revert to revision 6.23.2.16.
16565
16566         * pgg-def.el: Revert to revision 6.6.2.14.
16567
16568         * pgg-gpg.el: Revert to revision 6.23.2.34.
16569
16570 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16571
16572         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16573         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16574         thread for both the null and zero (kill/expire thread) universal prefix
16575         cases.
16576         (gnus-summary-expire-thread): Add new function to expire a thread,
16577         using gnus-summary-kill-thread.
16578         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16579         shortcuts for gnus-summary-expire-thread.
16580         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
16581         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
16582
16583 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16584
16585         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
16586         extras value, so an extras entry can be deleted.
16587         (gnus-registry-delete-extra-entry): Use it.
16588         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
16589         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
16590         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16591         storage through the gnus-registry, and provide an appropriate API for
16592         it.
16593
16594 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
16597         Suggested by Leo <sdl.web@gmail.com>.
16598
16599         * gnus.el: Do.
16600
16601 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
16604         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
16605
16606         * gnus-agent.el (gnus-agent-fetch-headers): Do.
16607
16608         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16609         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
16610
16611 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
16614         newline.
16615         (nnmbox-request-accept-article): Don't change article in source buffer;
16616         narrow to header to use message-fetch-field rather than
16617         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
16618         (nnmbox-request-replace-article): Quote lines that'll be misidentified
16619         as delimiters; make sure article ends with newline.
16620         (nnmbox-delete-mail): Correct last position of article to be deleted;
16621         ignore X-Gnus-Newsgroup header in article body.
16622         (nnmbox-save-mail): Quote lines looking like delimiters at the right
16623         positions; make sure article ends with newline.
16624
16625         * message.el (message-display-abbrev): Don't infloop when a user
16626         inserts SPC in the beginning of header.
16627
16628         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
16629         coding-system-for-read and coding-system-for-write for XEmacs having no
16630         file-coding feature.
16631
16632         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
16633
16634 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
16635
16636         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
16637         list of groups not followed by default.  Fix type to be regexp.
16638         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
16639
16640 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
16641
16642         * hmac-def.el (define-hmac-function): Switch from old-style to
16643         new-style backquotes.
16644
16645         * md4.el (md4-make-step): Likewise.
16646
16647 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
16650         raw-text coding system when saving .newsrc file, which may contain
16651         non-ASCII group names.
16652
16653 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * gnus-cus.el (gnus-score-extra): New widget.
16656         (gnus-score-extra-convert): New function.
16657         (gnus-score-customize): Use it for Extra.
16658
16659 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
16660
16661         * mml2015.el (mml2015-extract-cleartext-signature): New function.
16662         (mml2015-mailcrypt-clear-verify): Use it.
16663         (mml2015-gpg-clear-verify): Use it.
16664         (mml2015-pgg-clear-verify): Use it.
16665         (mml2015-epg-clear-verify): Replace the current part with the output
16666         from GnuPG; don't extract the plaintext by itself.
16667
16668         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
16669         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
16670         mml2015-clear-verify-function; don't touch the armor headers or
16671         dash-escaped text here.
16672
16673 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
16676         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
16677         parts, or application/octet-stream as a last resort.
16678         (gnus-mime-view-part-as-type): Don't toggle display.
16679         (gnus-mime-view-part-as-charset): Don't turn off display before
16680         querying charset.
16681
16682         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
16683         stuff to undisplayer function in Emacs.
16684         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
16685
16686         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
16687         text/calendar parts.
16688
16689 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
16692         decoding text/calendar parts.
16693
16694         * message.el (message-forward-make-body-mime): Always mark body as
16695         having no illegible text; remove signed-or-encrypted argument.
16696         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
16697
16698         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
16699         (mml-generate-mime-1): Don't encode body if it is specified to be in
16700         raw form; don't make buffer be unibyte when inserting multibyte string.
16701
16702 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16703
16704         * sha1.el: Fix up comment style.
16705         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
16706         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
16707
16708         * hex-util.el: Fix up comment style.
16709         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
16710
16711         * gnus-salt.el: Use with-current-buffer.
16712         (gnus-pick-setup-message): Fix long-standing typo.
16713
16714 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * imap.el (imap-logout-timeout): New variable.
16717         (imap-logout, imap-logout-wait): New functions.
16718         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
16719
16720         * nnimap.el (nnimap-logout-timeout): New server variable.
16721         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
16722         nnimap-logout-timeout.
16723
16724         * gnus-art.el (gnus-article-summary-command-nosave)
16725         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
16726
16727 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * gnus.el (gnus-maximum-newsgroup): New variable.
16730
16731         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
16732         according to gnus-maximum-newsgroup.
16733
16734         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
16735         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
16736         Limit the range of articles according to gnus-maximum-newsgroup.
16737
16738 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
16739
16740         * gnus-art.el (gnus-sticky-article): Fix problems described in
16741         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16742         Don't perform gnus-configure-windows here; reuse existing sticky
16743         article buffer.
16744
16745         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
16746         it doesn't exist in gnus-article-mode.
16747
16748 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
16751         (gnus-agent-decoded-group-name): New function.
16752         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
16753         (gnus-agent-expire-group-1): Use it; decode group name in messages.
16754
16755 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
16756
16757         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
16758         Add binding for gnus-sticky-article.
16759         (gnus-summary-exit): Don't kill sticky article buffers.
16760
16761         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
16762         article buffer.
16763         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
16764         (gnus-kill-sticky-article-buffers): New commands.
16765
16766 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * nntp.el (nntp-xref-number-is-evil): New server variable.
16769         (nntp-find-group-and-number): If it is non-nil, don't trust article
16770         numbers in the Xref header.
16771
16772 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-agent.el (gnus-agent-read-group): New function.
16775         (gnus-agent-flush-group, gnus-agent-expire-group)
16776         (gnus-agent-regenerate-group): Use it.
16777         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
16778         nnmail-pathname-coding-system.
16779
16780 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
16783
16784         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
16785         that are unread as unread, and also as selected so that information of
16786         marks having been changed by a user may be updated when exiting group.
16787
16788 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16789
16790         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
16791
16792 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-art.el (gnus-mime-display-single): Pass part number that is
16795         calculated ignoring signature parts to gnus-treat-article.
16796
16797 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
16800         a point here in order to keep the window start.
16801         (gnus-insert-mime-security-button): Make a button overlay without the
16802         front stickiness.
16803         (gnus-mime-display-security): Goto the end of a button.
16804
16805         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
16806
16807 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
16810         group-name-at-point.
16811         (gnus-group-completing-read): New function that offers decoded
16812         non-ASCII group names for completion.
16813         (gnus-fetch-group, gnus-group-read-ephemeral-group)
16814         (gnus-group-jump-to-group, gnus-group-make-group-simple)
16815         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
16816         (gnus-group-fetch-control): Use it.
16817         (gnus-fetch-group): Use group-name-at-point for the initial value
16818         rather than the default value; use gnus-alive-p.
16819
16820         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
16821         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
16822         (gnus-summary-post-news): Use gnus-group-completing-read.
16823
16824         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
16825         (gnus-read-move-group-name): Decode group name for completion.
16826
16827 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
16828
16829         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
16830         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
16831         Yamaoka slightly modified the code).
16832
16833 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
16836         (nnmail-split-incoming): Bind it.
16837
16838         * nnml.el (nnml-group-name-charset): New function.
16839         (nnml-decoded-group-name): Use it; don't decode group name if
16840         nnmail-group-names-not-encoded-p is non-nil.
16841         (nnml-encoded-group-name): New function.
16842         (nnml-group-pathname): Inline nnml-decoded-group-name.
16843         (nnml-request-expire-articles): Decode group name in message.
16844         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
16845         nnmail-pathname-coding-system.
16846         (nnml-save-mail, nnml-active-number): Work with decoded group names and
16847         not decoded ones according to nnmail-group-names-not-encoded-p.
16848         (nnml-generate-active-info): Use nnml-encoded-group-name.
16849
16850 2007-08-08  Glenn Morris  <rgm@gnu.org>
16851
16852         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
16853         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
16854         doc-strings and comments.
16855
16856 2007-07-25  Glenn Morris  <rgm@gnu.org>
16857
16858         * Relicense all FSF files to GPLv3 or later.
16859
16860 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * gnus-sum.el (gnus-summary-move-article):
16863         Make gnus-summary-respool-article work.
16864
16865 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
16868         string.
16869
16870 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
16871
16872         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
16873         that should be ignored when comparing distant RSS articles with local
16874         ones.
16875         (nnrss-make-hash-index): New function.  Create a hash index according
16876         to the ignored fields.
16877         (nnrss-check-group): Use it.
16878
16879 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
16882
16883         * gnus-art.el (article-decode-group-name): Decode Xref header too.
16884
16885         * gnus-group.el (gnus-group-make-group): Encode group name here unless
16886         the new optional argument ENCODED is non-nil.
16887         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
16888         coding system for encoding group name.
16889         (gnus-group-make-rss-group): Pass un-encoded group name to
16890         gnus-group-make-group.
16891         (gnus-group-set-info): Tell gnus-group-make-group that group name is
16892         encoded.
16893
16894         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
16895         Encode group name to which articles are moved or copied.
16896         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
16897         coding system for encoding Newsgroup, Followup-To and Xref headers.
16898
16899         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
16900         marks; use nnheader-file-coding-system to write a file.
16901         (nnagent-retrieve-headers): Bind file-name-coding-system to
16902         nnmail-pathname-coding-system.
16903
16904         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
16905
16906         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
16907         (nnml-request-article, nnml-request-create-group)
16908         (nnml-request-rename-group, nnml-find-id)
16909         (nnml-possibly-change-directory, nnml-possibly-create-directory)
16910         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
16911         (nnml-save-marks): Use nnml-group-pathname instead of
16912         nnmail-group-pathname.
16913
16914         (nnml-request-create-group, nnml-request-expire-articles)
16915         (nnml-request-move-article, nnml-request-delete-group)
16916         (nnml-deletable-article-p, nnml-possibly-create-directory)
16917         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
16918         (nnml-open-marks): Bind file-name-coding-system to
16919         nnmail-pathname-coding-system.
16920
16921         (nnml-request-article): Pass server argument to nnml-find-group-number.
16922         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
16923         Pass server argument to nnml-possibly-create-directory.
16924         (nnml-request-accept-article): Pass server argument to
16925         nnml-active-number and nnml-save-mail.
16926         (nnml-find-group-number): Pass server argument to nnml-find-id.
16927         (nnml-request-update-info): Pass server argument to
16928         nnml-marks-changed-p.
16929
16930         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
16931         (nnml-save-mail, nnml-active-number): Add server argument.
16932
16933         (nnml-request-delete-group): Warn if group is missing.
16934         (nnml-get-nov-buffer): Decode group name.
16935         (nnml-generate-active-info): Encode group name.
16936         (nnml-open-marks): Decode group name in messages.
16937
16938 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
16941         if it is not specified.
16942         (gnus-article-pipe-part, gnus-article-save-part)
16943         (gnus-article-interactively-view-part, gnus-article-copy-part)
16944         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
16945         (gnus-article-inline-part, gnus-article-save-part-and-strip)
16946         (gnus-article-replace-part, gnus-article-delete-part)
16947         (gnus-article-view-part-as-type): Pass raw prefix argument to
16948         gnus-article-part-wrapper.
16949
16950 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * gnus-agent.el (gnus-agent-save-active):
16953         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
16954
16955         * gnus-cache.el (gnus-cache-save-buffers)
16956         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
16957         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
16958         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
16959         (gnus-cache-braid-nov, gnus-cache-braid-heads)
16960         (gnus-cache-generate-active, gnus-cache-rename-group)
16961         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
16962         (gnus-cache-update-overview-total-fetched-for):
16963         Bind file-name-coding-system to nnmail-pathname-coding-system.
16964         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
16965         New variables.
16966         (gnus-cache-decoded-group-name): New function.
16967         (gnus-cache-file-name): Use it.
16968         (gnus-cache-generate-active): Use non-decoded group name for active.
16969
16970         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
16971         right place.
16972         (gnus-write-active-file): Don't break non-ASCII group names.
16973
16974         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
16975         nnmail-pathname-coding-system.
16976
16977         * lpath.el: Bind default-file-name-coding-system,
16978         file-name-coding-system and language-info-alist for XEmacs.
16979
16980         * gnus-uu.el (gnus-uu-decode-save): Typo.
16981
16982 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
16985
16986 2007-07-14  David Kastrup  <dak@gnu.org>
16987
16988         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
16989         finishing actions if we did not edit the article.
16990
16991 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16992
16993         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
16994         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
16995         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
16996         (gnus-agent-flush-group, gnus-agent-flush-cache)
16997         (gnus-agent-fetch-headers, gnus-agent-load-alist)
16998         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
16999         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17000         (gnus-agent-regenerate-group)
17001         (gnus-agent-update-files-total-fetched-for)
17002         (gnus-agent-update-view-total-fetched-for):
17003         Bind file-name-coding-system to nnmail-pathname-coding-system.
17004         (gnus-agent-group-pathname): Don't encode file names by
17005         nnmail-pathname-coding-system.
17006         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17007         coding-system-for-write instead of buffer-file-coding-system to
17008         gnus-agent-file-coding-system.
17009
17010         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17011         Decode group name.
17012
17013         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17014
17015         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17016         (gnus-read-newsrc-el-file): Make group names unibyte.
17017
17018         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17019         nnmail-pathname-coding-system.
17020
17021         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17022         (nnrss-request-delete-group): Bind file-name-coding-system to
17023         nnmail-pathname-coding-system.
17024         (nnrss-read-server-data, nnrss-read-group-data):
17025         Bind file-name-coding-system correctly.
17026         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17027
17028         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17029         (nntp-server-to-method-cache): New variable.
17030         (nntp-group-pathname): New function that decodes non-ASCII group names.
17031         (nntp-possibly-create-directory, nntp-marks-changed-p)
17032         (nntp-save-marks, nntp-open-marks): Use it.
17033         (nntp-possibly-create-directory, nntp-open-marks):
17034         Bind file-name-coding-system to nnmail-pathname-coding-system.
17035         (nntp-open-marks): Decode group names when bootstrapping marks.
17036
17037         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17038         Newsgroups and Followup-To headers.
17039
17040 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17041
17042         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17043         (gnus-server-closed-face, gnus-server-denied-face)
17044         (gnus-server-offline-face): Remove variable.
17045         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17046
17047         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17048         of modifying message-stack directly for XEmacs.
17049
17050         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17051         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17052         if the coding-system argument is nil for XEmacs.
17053
17054         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17055         mm-charset-override-alist.
17056
17057         * rfc2047.el: Don't require base64; require rfc2045 for the function
17058         rfc2045-encode-string.
17059         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17060         to quote the parameter value.
17061
17062 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17063
17064         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17065         form in gnus-group-name-charset-method-alist.
17066
17067         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17068         overrides the default layout edit-form.
17069
17070         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17071
17072         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17073
17074 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17077         as unfetched articles.
17078
17079 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17080
17081         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17082
17083 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17086         original back end that keeps marks in the local system.
17087
17088 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17091         arg of pop-to-buffer for XEmacs.
17092         (gnus-article-read-summary-keys): Ditto; don't restore window
17093         configuration if summary command ends up with neither article buffer
17094         nor summary buffer; describe bindings if summary keys end with C-h.
17095
17096 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * message.el (message-fix-before-sending): Skip raw message part to be
17099         forwarded while checking illegible text.
17100         (message-forward-make-body-mime, message-forward-make-body):
17101         Mark signed or encrypted raw message as having no illegible text.
17102
17103 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17106         (gnus-message-with-timestamp-1): New macro.
17107         (gnus-message-with-timestamp): New function.
17108         (gnus-message): Use them.
17109
17110         * nnheader.el (nnheader-message): Use them.
17111
17112 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17113
17114         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17115         .newsrc.eld file.
17116
17117 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * gnus-agent.el (gnus-agent-fetch-headers)
17120         (gnus-agent-retrieve-headers):
17121         Bind gnus-decode-encoded-address-function to identity.
17122
17123         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17124         available also when the server returns simply a dot.
17125
17126         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17127
17128 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17131
17132 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * gnus-ems.el (gnus-x-splash): Make it work.
17135
17136         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17137         from being used.
17138
17139         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17140
17141 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17142
17143         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17144         4th and the 5th arguments.
17145
17146         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17147         the front stickiness.
17148         (gnus-article-summary-command-nosave): Correct the order of the
17149         arguments passed to pop-to-buffer.
17150         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17151         summary command ends up with the article buffer.
17152
17153         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17154         the same faces.
17155
17156 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17157
17158         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17159
17160 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17161
17162         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17163         * gnus-sum.el (gnus-summary-highlight):
17164         * pgg.el (pgg-sign-region, pgg-sign):
17165         * mail-source.el (mail-source-delete-old-incoming-confirm):
17166         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17167
17168 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17169
17170         * gnus-art.el (gnus-mime-view-part-externally)
17171         (gnus-mime-view-part-internally): Fix predicate function passed to
17172         completing-read.
17173
17174         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17175
17176         * gnus.el (gnus-update-message-archive-method): Add :version.
17177
17178 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * gnus.el (gnus-update-message-archive-method): New variable.
17181
17182         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17183         according to gnus-message-archive-method if
17184         gnus-update-message-archive-method is non-nil.
17185
17186 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17189         Suggested by Loic Dachary <loic@dachary.org>.
17190         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17191
17192 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * message.el (message-pop-to-buffer): Add switch-function argument.
17195         (message-mail): Pass switch-function argument to it.
17196
17197 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17198
17199         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17200         Improve doc string.
17201
17202 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17205         (gnus-header-content):
17206         * gnus-cite.el (gnus-cite-10):
17207         * gnus-srvr.el (gnus-server-closed):
17208         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17209         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17210         (gnus-group-mail-3-empty, gnus-group-mail-low)
17211         (gnus-group-mail-low-empty, gnus-splash):
17212         * message.el (message-header-to, message-header-cc)
17213         (message-header-subject, message-header-other, message-header-name)
17214         (message-header-xheader, message-separator, message-cited-text)
17215         (message-mml): Lighten colors of faces used for dark background.
17216
17217 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17218
17219         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17220         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17221
17222 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * message.el (message-narrow-to-headers-or-head):
17225         Ignore mail-header-separator in the body.
17226
17227 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17230         same as window size.
17231
17232 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17233
17234         * message.el (message-font-lock-keywords): Use message-header-xheader
17235         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17236         ahead of the anything pattern, to get it recognized.
17237
17238 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17239
17240         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17241         spam.el loads uses it in the compiled defadvice form.
17242
17243 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17244
17245         * gnus-sum.el (gnus-articles-to-read)
17246         (gnus-summary-insert-old-articles): Don't truncate group name for
17247         `read-string'.
17248
17249         * gnus-util.el (gnus-limit-string): Delete this function.
17250
17251         * gnus-sum.el (gnus-simplify-subject-fully):
17252         Use `truncate-string-to-width' instead.
17253
17254 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17255
17256         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17257         Tell if, on summary exit, the next group has to be selected.
17258         (gnus-summary-exit): Use it.
17259
17260 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17263         non-break space.
17264
17265 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17268         Check if group is not a directory.
17269         (nnfolder-request-expire-articles): Don't delete articles if the target
17270         group is not available.
17271
17272         * nnml.el (nnml-request-create-group): Properly check if group is not a
17273         file.
17274         (nnml-request-expire-articles): Don't delete articles if the target
17275         group is not available.
17276
17277         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17278         Don't quote characters that are within parentheses.
17279
17280 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17283         (gnus-handle-ephemeral-exit): Select article according to it.
17284
17285 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * message.el (message-insert-formated-citation-line): Remove newline.
17288         (message-citation-line-format): Add final \n here so that the user can
17289         avoid a blank line.
17290
17291 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17292
17293         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17294         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17295         Update lanl/arXiv support.
17296
17297 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * gnus.el: Bump version number.
17300
17301 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17302
17303         * gnus.el (gnus-version-number): Bump version.
17304
17305 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17306
17307         * gnus.el: No Gnus v0.6 is released.
17308
17309 2007-04-27  Didier Verna  <didier@xemacs.org>
17310
17311         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17312         * gmm-utils.el (gmm-regexp-concat): ... here.
17313         * message.el: Don't require 'gnus-util.
17314         (message-dont-reply-to-names): Handle name change above.
17315         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17316
17317 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17320         since the initial value varies according to the system.
17321
17322 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17325
17326 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17327
17328         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17329
17330 2007-04-24  Didier Verna  <didier@xemacs.org>
17331
17332         Improve the type of gnus-ignored-from-addresses.
17333         * gnus-util.el (gnus-orify-regexp): New function.
17334         * message.el (gnus-util): Require it.
17335         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17336         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17337         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17338
17339 2007-04-24  Didier Verna  <didier@xemacs.org>
17340
17341         * gnus-sum.el:
17342         * gnus-utils.el: Fix some trailing whitespaces.
17343
17344 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17345
17346         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17347         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17348         article's Message-ID; refer parent article in summary buffer.
17349
17350         * message.el (message-bounce): Call mime-to-mml.
17351
17352         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17353         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17354         optimize and/or forms properly.
17355
17356 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17357
17358         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17359         URL.
17360
17361 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17364
17365 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17368         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17369         displayed of multipart/alternative part if it is invoked from summary
17370         buffer.
17371
17372         * mm-view.el (mm-inline-text-html-render-with-w3m)
17373         (mm-inline-text-html-render-with-w3m-standalone)
17374         (mm-inline-render-with-function): Use mail-parse-charset by default.
17375
17376 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17377
17378         * parse-time.el (parse-time-string-chars): Check if CHAR
17379         is less than the length of parse-time-syntax.
17380
17381 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17384         from gnus-newsgroup-processable.
17385
17386 2007-04-16  Didier Verna  <didier@xemacs.org>
17387
17388         * gnus-msg.el (gnus-configure-posting-styles):
17389         Handle message-signature-directory properly with :file syntax.
17390         Reported by "Leo".
17391
17392 2007-04-11  Didier Verna  <didier@xemacs.org>
17393
17394         New user option: message-signature-directory.
17395         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17396         * message.el (message-insert-signature): Ditto.
17397         * message.el (message-signature-file): Doc update.
17398         * message.el (message-signature-directory): New.
17399
17400 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17401
17402         * gnus-msg.el (gnus-inews-yank-articles):
17403         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17404
17405 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * message.el (message-yank-original): Make sure cited text ends with
17408         newline; don't exchange point and mark.
17409
17410 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17411
17412         * tls.el (open-tls-stream): Properly handle case where there
17413         is no associated buffer.
17414
17415 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17416
17417         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17418         message-yank-original, make sure (< mark TEXT point).
17419
17420 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * message.el (message-fill-column): New variable.
17423         (message-mode): Use it.  Add comment on a possible new hook.
17424
17425         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17426         (nnmail-get-new-mail): Reformat.
17427
17428         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17429
17430         * gmm-utils.el: Fix Commentary.
17431         (gmm-tool-bar-from-list): Fix typo in doc string.
17432
17433 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17434
17435         * message.el (message-yank-original): Don't switch point and mark
17436         unnecessarily to put point and mark as documented.
17437
17438 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17439
17440         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17441         from the message heads.
17442
17443 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17444
17445         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17446         article buffer does not have a window.  This may not be the best
17447         solution but is certainly better than setting the start of the null,
17448         that is the current, window.
17449
17450 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17451
17452         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17453         (gnus-draft-setup): Run it.
17454
17455         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17456         gnus-score-fast-scoring.  Allow regexp.
17457         (gnus-score-headers): Use it.
17458
17459         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17460         XEmacs.
17461
17462         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17463         string.
17464         (gnus-button-alist): Also catch `<f1> k ...'.
17465         (gnus-treat-display-x-face): Fix doc string.
17466
17467 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17468
17469         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17470         evaluation of gnus-extended-version to ensure correct generation of the
17471         User-Agent header when message-generate-headers-first is used.
17472
17473 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17474
17475         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17476         hashcash-path is nil.  Don't call callback with incorrect number of
17477         parameters if val is 0.
17478
17479 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17480
17481         * message.el (message-required-news-headers):
17482         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17483
17484 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17485
17486         * tls.el (open-tls-stream): In handshake-waiting loop,
17487         don't wait more if there is output available to process.
17488
17489 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17490
17491         * tls.el (tls-program): Doc fix.
17492
17493 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * message.el (message-generate-new-buffers): Change the meaning of the
17496         nil value; add `standard' to the choices; treat t as `unique'; improve
17497         doc string.
17498         (gnus-select-frame-set-input-focus): Autoload.
17499         (message-buffer-name): Search for the existing message buffer if
17500         message-generate-new-buffers is nil or `standard'; treat the value t of
17501         message-generate-new-buffers as `unique'.
17502         (message-pop-to-buffer): Raise the frame already displaying the message
17503         buffer; clear the echo area after querying.
17504         (message-setup): Pass the `continue' argument to compose-mail.
17505         (message-mail): Prefer `switch-function' if it is given; search for the
17506         existing message buffer if the `continue' argument is non-nil; pass
17507         continue and switch-function arguments to compose-mail by way of
17508         message-setup.
17509         (message-mail-other-window): Adjust argument of message-setup.
17510         (message-mail-other-frame): Ditto.
17511
17512 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17515         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17516         to turn font-lock on when turning gnus-message-citation-mode on.
17517
17518 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17519
17520         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17521         (mml-smime-function-alist): New variable; add epg as the backend.
17522         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17523         mml-smime- functions instead.
17524         * mm-view.el: Require smime.
17525
17526 2007-03-05  Didier Verna  <didier@xemacs.org>
17527
17528         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17529         instead of just inheritance for posting styles.
17530         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17531
17532 2007-02-24  Chris Moore  <dooglus@gmail.com>
17533
17534         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17535         * pgg-pgp.el (pgg-pgp-encrypt-region):
17536         * pgg-gpg.el (pgg-gpg-encrypt-region):
17537         Check pgg-encrypt-for-me if no other recipients.
17538
17539 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17540
17541         * tls.el (tls-certtool-program): Fix custom type.
17542
17543 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17546         and point-at-eol instead of line-(beginning|end)-position.
17547
17548         * assistant.el (assistant-parse-buffer): Ditto.
17549
17550         * netrc.el (netrc-parse-services): Ditto.
17551
17552 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17553
17554         * mml2015.el (mml2015-epg-find-usable-key): New function.
17555         (mml2015-epg-sign): Use it.
17556         (mml2015-epg-encrypt): Use it.
17557
17558 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17559
17560         * message.el (message-make-in-reply-to): Quote name containing
17561         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17562         if there are special characters.  Reported by NAKAJI Hiroyuki
17563         <nakaji@jp.freebsd.org>.
17564
17565 2007-02-27  Didier Verna  <didier@xemacs.org>
17566
17567         Include the group parameters as well as the topic ones in the
17568         inheritance filter process.
17569         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17570         argument GROUP-PARAMS-LIST.
17571         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17572
17573 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * nntp.el (nntp-never-echoes-commands)
17576         (nntp-open-connection-functions-never-echo-commands): New variables.
17577         (nntp-send-command): Use them.
17578
17579 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
17580
17581         * mml2015.el (mml2015-epg-verify): Simplify.
17582
17583 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * mml.el (mml-content-disposition-alist): New user option.
17586         (mml-content-disposition): New function.
17587         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
17588         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
17589
17590 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
17591
17592         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
17593         verification.
17594
17595 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17596
17597         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
17598         articles posted in the last 24 hours.
17599
17600 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
17601
17602         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
17603
17604 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
17605
17606         * nntp.el (nntp-send-command): Don't wait for echoes when
17607         nntp-open-ssl-stream is used.
17608
17609 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * gnus-cite.el (gnus-test-font-lock-add-keywords)
17612         (gnus-message-add-citation-keywords)
17613         (gnus-message-remove-citation-keywords): Remove.
17614         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
17615         directly, make the variables in font-lock-defaults buffer-local, add
17616         gnus-message-citation-keywords to them and then update the value of
17617         font-lock-keywords.
17618
17619 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17620
17621         * message.el (message-cite-original-1): Don't call
17622         gnus-article-highlight-citation.
17623
17624         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
17625         citations; fix line count.
17626
17627 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
17630         (gnus-message-add-citation-keywords)
17631         (gnus-message-remove-citation-keywords): Use it; fix the emulating
17632         versions of font-lock-add-keywords and font-lock-remove-keywords to
17633         work with XEmacs correctly.
17634
17635 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-cite.el (gnus-cite-face-list): Set the values of
17638         gnus-message-max-citation-depth and gnus-message-citation-keywords.
17639         (gnus-message-max-citation-depth): Use defvar rather than defconst.
17640         (gnus-message-cite-prefix-regexp): New variable.
17641         (gnus-message-search-citation-line): Use it; protect against long
17642         citation prefix; fill match data with nil rather than 0 for XEmacs; set
17643         the 0th match data for Emacs.
17644         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
17645         (gnus-message-add-citation-keywords): Append keywords rather than
17646         prepending; emulate font-lock-add-keywords if it is not available.
17647         (gnus-message-remove-citation-keywords):
17648         Emulate font-lock-remove-keywords if it is not available.
17649
17650         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
17651
17652         * message.el (message-cite-prefix-regexp): Set the value of
17653         gnus-message-cite-prefix-regexp.
17654
17655 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17656
17657         * nnweb.el (nnweb-google-parse-1): Update parser.
17658
17659 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
17660
17661         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
17662
17663 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17664
17665         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17666         regexp.
17667
17668 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * uudecode.el (uudecode-string-to-multibyte): New function emulating
17671         string-to-multibyte.
17672         (uudecode-decode-region-internal): Use it.
17673
17674         * lpath.el: Fbind string-as-multibyte for XEmacs.
17675
17676 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
17679         Fix custom choice.
17680
17681         * gnus-art.el (gnus-signature-limit): Fix custom choice.
17682
17683 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
17684
17685         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
17686
17687         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
17688         `write-region' to respect `mm-inhibit-file-name-handlers'.
17689
17690 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
17691
17692         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
17693         Use gnus-home-directory instead of "~/" or "$HOME".
17694
17695 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
17696
17697         * encrypt.el (encrypt-insert-file-contents): Add better prompt
17698         to mention filename.
17699         Add comments at beginning regarding usage.
17700         (encrypt-write-file-contents): Change interactive so a string is
17701         acceptable.  If the file has no associated model, show an error instead
17702         of a nonsense prompt.
17703
17704 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17705
17706         * spam.el (spam-bsfilter-ham-switch): Fix typo.
17707         Thanks to Yoshihiko Yamada for kind notification of this typo.
17708
17709 2007-01-12  Kenichi Handa  <handa@m17n.org>
17710
17711         * uudecode.el (uudecode-decode-region-internal): Make it work in a
17712         multibyte buffer.
17713
17714 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
17715
17716         * gnus-score.el (gnus-score-fast-scoring): New variable.
17717         (gnus-score-headers): Use it.
17718
17719         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
17720
17721         * message.el (message-cite-original-1):
17722         Call gnus-article-highlight-citation if requested.
17723         (message-make-from): Allow name and address as optional arguments.
17724
17725         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17726
17727         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
17728         bugs to doc string.
17729         (gnus-button-alist): Add mid\\|message-id.
17730         (gnus-button-fetch-group): Extend for use in
17731         `browse-url-browser-function'.
17732         (gnus-button-url-regexp): Try to catch paired parentheses like in
17733         Wikipedia URLs.
17734
17735         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
17736         Suggested by Simon Krahnke <overlord@gmx.li>.
17737
17738 2007-01-13  Romain Francoise  <romain@orebokech.com>
17739
17740         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
17741         Update copyright.
17742
17743 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
17744
17745         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
17746
17747 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17748
17749         * gnus-registry.el (gnus-registry-unfollowed-groups)
17750         (gnus-registry-split-fancy-with-parent): Fix documentation.
17751
17752 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17753
17754         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
17755         from nnweb groups.
17756
17757 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17758
17759         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
17760         Xref urls.  Erase buffer before requesting head.
17761
17762         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17763
17764 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17765
17766         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
17767         customizable.
17768
17769 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
17770
17771         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
17772         no signing key is found.
17773         (mml2015-epg-encrypt): Ask user whether to skip or abort if
17774         no encrypting and/or signing key is found.
17775
17776 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17777
17778         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
17779
17780 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17781
17782         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
17783         headers read from disk with the ones newly found in the current search.
17784         This should no longer cause problems, because the article numbers in
17785         Gmane's `nov.php' output are ignored since the previous change.
17786
17787 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17788
17789         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
17790
17791 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
17794         replace-regexp-in-string; bind url-version; fbind display-images-p and
17795         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
17796         find-face and set-itimer-function for Emacs; bind itimer-list for
17797         Emacs.
17798
17799         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
17800
17801 2007-01-01  Romain Francoise  <romain@orebokech.com>
17802
17803         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
17804
17805 2006-12-31  Steve Youngs  <steve@sxemacs.org>
17806
17807         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
17808         `define-minor-mode' macro definition expanded properly.
17809         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
17810         exclude it there.
17811
17812         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
17813         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
17814         `fboundp' test.
17815         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
17816         This is OK to autoload in (S)XEmacs now.
17817
17818 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17819
17820         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17821         keystroke.
17822         (gnus-summary-limit-to-singletons): Fix typo.
17823
17824         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
17825         else fails.
17826
17827 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17828
17829         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
17830         docstring.
17831
17832         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
17833         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
17834         (gnus-summary-insert-dormant-articles): Fix typo in message.
17835
17836 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
17837
17838         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
17839         nil for XEmacs.
17840         (gnus-message-citation-mode): Don't autoload in XEmacs.
17841
17842         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
17843
17844 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
17845
17846         * nnimap.el (nnimap-expunge-search-string):
17847         Mention nnimap-search-uids-not-since-is-evil in docstring.
17848
17849 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
17850
17851         * spam.el: Revert to make-obsolete-variable because
17852         define-obsolete-variable-alias is not supported in Emacs 21.
17853
17854         * spam.el (spam-ifile-path, spam-ifile-database-path)
17855         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
17856         make-obsolete-variable.
17857         (spam-bsfilter-path, spam-bsfilter-program)
17858         (spam-spamassassin-path, spam-spamassassin-program)
17859         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
17860         Don't use "path" inappropriately.
17861         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
17862         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
17863         variable names.
17864
17865 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
17866
17867         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
17868         summary buffer.
17869
17870         * password.el (password-cache-remove): Use clear-string to burn
17871         password, if available.
17872
17873 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17874
17875         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
17876
17877         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
17878
17879         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
17880         (gnus-message-highlight-citation): Move defcustom here from
17881         gnus-cite.el.
17882         (gnus-message-citation-mode): Autoload.
17883
17884         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
17885         checks to make it compile with XEmacs.
17886         (gnus-message-citation-mode): New minor mode.
17887         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
17888         (gnus-message-highlight-citation): New variables.
17889         (gnus-message-search-citation-line)
17890         (gnus-message-add-citation-keywords)
17891         (gnus-message-remove-citation-keywords)
17892         (turn-on-gnus-message-citation-mode)
17893         (turn-off-gnus-message-citation-mode): New functions.
17894
17895 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
17896
17897         * gnus-cite.el: Enable highlighting of different citation levels in
17898         message-mode.
17899
17900 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
17901
17902         * message.el (message-make-fqdn): Fix comment.
17903         (message-bogus-system-names): Add ".local".
17904
17905         * spam.el (spam-ifile-path, spam-ifile-program)
17906         (spam-ifile-database-path, spam-ifile-database)
17907         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
17908         Don't use "path" inappropriately.
17909         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
17910         strings.
17911         (spam-check-ifile, spam-ifile-register-with-ifile)
17912         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
17913         Use new variable names.
17914
17915         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
17916         (gnus-treat-display-smileys): Simplify using
17917         gnus-image-type-available-p.
17918
17919         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
17920         available.
17921
17922         * gnus-xmas.el (gnus-xmas-image-type-available-p):
17923         Use `display-images-p' if available.
17924
17925 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
17928         one after turning on the buffer's multibyteness instead of decoding
17929         them directly in the unibyte buffer that causes unexpected conversion
17930         in Emacs 23 (unicode).
17931
17932 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17933
17934         * message.el (message-generate-hashcash): Fix custom type.
17935
17936 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17937
17938         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
17939
17940 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
17941
17942         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
17943         disconnect icons.  Add help text.
17944
17945 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
17946
17947         * spam.el (spam-extra-header-to-number): CRM114 spam score is
17948         negated to be consistent with the others we handle.
17949
17950 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17951
17952         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
17953         version of gnus-summary-buffer to something, so that we can use two
17954         article buffers at the same time.
17955
17956 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17957
17958         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
17959         trigger all the extra headers.
17960         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
17961         sorting.
17962
17963 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17964
17965         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
17966         solid groups.
17967
17968 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
17969
17970         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
17971
17972 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
17973
17974         * legacy-gnus-agent.el: Add Copyright notice.
17975
17976 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
17977
17978         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
17979
17980 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17981
17982         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
17983
17984         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
17985         to make it work reliably in CVS Emacs.
17986         (gnus-summary-limit-strange-charsets-predicate)
17987         (gnus-summary-limit-to-predicate): New functions.
17988
17989 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
17990
17991         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
17992         specifying array size.
17993         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
17994         array if it is too small.
17995         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
17996         (gnus-sort-threads-loop): New function.
17997
17998 2006-12-06  Chris Moore  <dooglus@gmail.com>
17999
18000         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18001         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18002
18003 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18004
18005         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18006         options.
18007
18008 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18009
18010         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18011         DOS-ing the recipient.
18012
18013         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18014         the headers when creating the mapping to avoid mismappings.
18015         (nnweb-gmane-create-mapping): Always nix out old mapping.
18016
18017 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18020         and mm-verify-option to never.
18021
18022 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * message.el (message-signed-or-encrypted-p): New function.
18025         (message-forward-make-body): Use it.
18026
18027         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18028         Replace encode-coding-string with mm-encode-coding-string.
18029
18030 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * nneething.el (nneething-decode-file-name):
18033         Replace decode-coding-string with mm-decode-coding-string.
18034
18035         * gnus-int.el (gnus-open-server): Say failed server's name.
18036
18037 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18038
18039         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18040         strings to a single string.  Quote `errors-file-name'.
18041         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18042         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18043         Adjust calls.  Use `shell-quote-argument'.
18044
18045 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18046
18047         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18048         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18049
18050         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18051         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18052         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18053         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18054         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18055         (gnus-subscribe-newsgroup, gnus-1):
18056         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18057         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18058         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18059         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18060
18061 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062
18063         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18064         keystroke.
18065         (gnus-summary-limit-to-bodies): Implement headersp.
18066
18067 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18068
18069         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18070
18071 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18074
18075 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18076
18077         * message.el (message-generate-hashcash): Expand range of values to
18078         include `opportunistic'.
18079         (message-send-mail): Use it.
18080
18081 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18082
18083         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18084         and comment it.
18085
18086         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18087
18088 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18089
18090         * gnus-util.el (gnus-extract-address-components): Improve comment.
18091
18092 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-util.el (gnus-extract-address-components): Work with address in
18095         which the name portion contains @.
18096
18097         * lpath.el: Fbind custom-autoload.
18098
18099 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18100
18101         * gnus.el (gnus-start): Move custom group up.
18102         (gnus-select-method): Don't autoload, but make it available for
18103         `customize-variable'.
18104         (gnus-getenv-nntpserver): Don't autoload.
18105
18106 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18107
18108         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18109
18110 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * message.el (message-sendmail-extra-arguments): New variable.
18113         (message-send-mail-with-sendmail): Use it.
18114
18115 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18118         mm-with-unibyte-current-buffer to make string unibyte.
18119
18120         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18121         mm-string-as-multibyte.
18122
18123 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18124
18125         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18126         Reported by Werner Koch <wk@gnupg.org>.
18127
18128 2006-11-14  Daiki Ueno  <ueno@p360>
18129
18130         * mml2015.el: Autoload epa-select-keys when compiling.
18131
18132 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18133
18134         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18135         message-options.
18136         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18137
18138 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18139
18140         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18141         EasyPG (< 0.0.6).
18142         (mml2015-always-trust): New user option.
18143         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18144         prompt.
18145
18146 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * nntp.el (nntp-authinfo-force): New variable.
18149         (nntp-send-authinfo): Use it.
18150
18151 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18154         decode encoded words.  Improve prompt.  Add comment about forwarding.
18155         (message-replacement-char): Move up.
18156
18157 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18158
18159         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18160         instead of gnus-intersection because arguments of gnus-sorted-nunion
18161         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18162
18163 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18166         (message-simplify-subject-functions):
18167         Enable message-strip-subject-encoded-words by default.
18168
18169 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18170
18171         * message.el (message-strip-subject-encoded-words): New function.
18172         (message-simplify-subject-functions): New variable.
18173         (message-simplify-subject): Use it.  Fix typo in doc string.
18174         Support message-strip-subject-encoded-words.
18175
18176 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18177
18178         * gnus-diary.el (gnus-diary-delay-format-function):
18179         * nndiary.el (nndiary-reminders):
18180         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18181
18182 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * gnus-art.el (article-hide-boring-headers): Fetch date from
18185         gnus-original-article-buffer to avoid problems with localized date
18186         strings.
18187
18188 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18191
18192 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18193
18194         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18195         New variables.
18196         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18197         (mm-charset-synonym-alist): Move some entries to
18198         mm-codepage-iso-8859-list.
18199         (mm-charset-synonym-alist, mm-charset-override-alist):
18200         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18201
18202 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18205
18206 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18207
18208         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18209         with Emacs 21 and XEmacs.
18210
18211 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18212
18213         * spam.el (spam-parse-address): New function for better parsing,
18214         catching errors, etc.
18215         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18216
18217 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * mm-view.el: Add interactive arg to html2text autoload.
18220
18221 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18222
18223         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18224
18225 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18226
18227         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18228         New variables.
18229         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18230         (mm-charset-synonym-alist): Move some entries to
18231         mm-codepage-iso-8859-list.
18232
18233         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18234
18235 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18236
18237         * message.el (message-citation-line-format)
18238         (message-insert-formated-citation-line): Fix implementation of %E, %N
18239         and %n according to the doc string.
18240
18241 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18242
18243         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18244         Use car-safe to avoid bad parses.
18245
18246 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18249         names.
18250
18251         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18252
18253 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18256         header.
18257
18258         * message.el (message-draft-headers): Add Date.
18259         (message-headers-to-generate): Fix typo in docstring.
18260
18261         * nndraft.el (nndraft-required-headers): New variable.
18262         (nndraft-generate-headers): Use it.
18263
18264         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18265
18266 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18267
18268         * gnus-registry.el (gnus-registry-wash-for-keywords)
18269         (gnus-registry-find-keywords): New functions to allow easy searching of
18270         articles that are in the registry.
18271
18272 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18273
18274         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18275         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18276         Reported by Damien Elmes <damien@repose.cx>.
18277
18278 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * gnus.el (gnus-mime): Remove unused custom group.
18281
18282 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18283
18284         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18285         "blank line" when searching for end of armor headers.
18286
18287 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gmm-utils.el (gmm-write-region): Fix variable name.
18290
18291 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * gmm-utils.el (gmm-write-region): New function based on compatibility
18294         code from `mm-make-temp-file'.
18295
18296         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18297
18298         * nnmaildir.el (nnmaildir--update-nov)
18299         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18300         Use `gmm-write-region'.
18301
18302 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18305         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18306
18307         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18308
18309         * message.el (message-replacement-char): New variable.
18310         (message-fix-before-sending): Use it.
18311         (message-simplify-subject): New function to remove duplicate code.
18312         (message-reply, message-followup): Use it.
18313
18314         * gnus-sum.el (gnus-summary-make-menu-bar):
18315         Clarify gnus-summary-limit-to-articles.
18316
18317 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * gnus-util.el (gnus-with-local-quit): New macro.
18320
18321         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18322
18323 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18324
18325         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18326         ignore non-string data.
18327
18328 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18329
18330         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18331         non-string data (needs to be done in the registry too).
18332
18333 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18334
18335         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18336         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18337         (gnus-registry-split-fancy-with-parent)
18338         (gnus-registry-fetch-simplified-message-subject-fast)
18339         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18340         Remove text properties on ingress into the registry and when it's saved.
18341         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18342         registry from entries with no groups.
18343
18344 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18345
18346         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18347         function to remove string properties.
18348
18349 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18350
18351         * gmm-utils.el (gmm): Adjust custom version.
18352
18353         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18354         Adjust custom version.
18355
18356         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18357
18358 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * gnus-art.el (gnus-insert-prev-page-button)
18361         (gnus-insert-next-page-button): Simplify.  Reformat.
18362
18363 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18364
18365         * gnus-art.el (gnus-insert-prev-page-button)
18366         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18367
18368 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18369
18370         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18371
18372 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18373
18374         * gnus-art.el (gnus-insert-mime-button)
18375         (gnus-insert-mime-security-button):
18376         Apply gnus-article-button-face to MIME and security buttons.
18377
18378 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18381         readable.
18382
18383 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18386
18387 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18388
18389         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18390         `browse-url-of-file' instead of `browse-url'.
18391
18392 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18393
18394         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18395         regexp.  Articles containing quotation were cut prematurely.
18396
18397 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * message.el (message-cite-original-1): Use nobody by default for the
18400         value of From header.
18401         (message-reply): Ditto.
18402
18403 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18404
18405         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18406         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18407         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18408
18409 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18412         mails in the doc string.  Add some URLs in comment.
18413         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18414
18415 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18416
18417         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18418         backslashes handling and the way to find boundaries of quoted strings.
18419
18420 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18421
18422         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18423         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18424         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18425         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18426
18427 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18428
18429         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18430         doc string.
18431         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18432
18433 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18434
18435         * lpath.el: Fbind epg-check-configuration.
18436
18437 2006-09-06  Simon Josefsson  <jas@extundo.com>
18438
18439         * mml2015.el (mml2015-use): Doc fix, mention epg.
18440
18441 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18442
18443         * mml2015.el (mml2015-use): Default to epg, if available.
18444
18445 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18446
18447         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18448         message-sender.
18449         (mml1991-epg-encrypt): Ditto.
18450         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18451         message-sender.
18452         (mml2015-epg-encrypt): Ditto.
18453
18454 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18455
18456         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18457         several common directories.
18458
18459 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18460
18461         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18462         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18463
18464 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * gnus-art.el (article-decode-encoded-words): Make it fast.
18467
18468 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18469
18470         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18471
18472         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18473         in quoted string into `\'.
18474
18475 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18476
18477         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18478         Use standard-syntax-table.
18479
18480 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18481
18482         * gnus-art.el (gnus-decode-address-function): New variable.
18483         (article-decode-encoded-words): Use it to decode headers which are
18484         assumed to contain addresses.
18485         (gnus-mime-delete-part): Remove useless `or'.
18486
18487         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18488         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18489         (gnus-nov-parse-line): Use it to decode From header.
18490         (gnus-get-newsgroup-headers): Ditto.
18491         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18492
18493         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18494         (mail-decode-encoded-address-string): New alias.
18495
18496         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18497         New function.
18498         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18499         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18500         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18501         (rfc2047-decode-string): Ditto.
18502         (rfc2047-decode-address-region): New function.
18503         (rfc2047-decode-address-string): New function.
18504
18505 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * message.el (message-caesar-buffer-body): Allow rotating headers.
18508
18509         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18510
18511         * message.el (message-insert-formated-citation-line): Fix %f.
18512         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18513
18514 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18517         (gnus-bookmark-mouse-available-p): New macro.
18518         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18519         (gnus-bookmark-bmenu-show-infos): Use it.
18520         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18521         (gnus-bookmark-bmenu-hide-infos): Ditto.
18522         (gnus-bookmark-remove-properties): New function.
18523         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18524         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18525         (gnus-bookmark-write-file): Bind coding-system-for-write.
18526         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18527         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18528         group before selecting it.
18529         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18530         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18531         quit-window if it is not available; use gnus-mouse-2 and bind it to
18532         gnus-bookmark-bmenu-select-by-mouse.
18533         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18534         (gnus-bookmark-bmenu-select-by-mouse): New function.
18535
18536 2006-08-13  Romain Francoise  <romain@orebokech.com>
18537
18538         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18539         space.
18540
18541 2006-08-10  Romain Francoise  <romain@orebokech.com>
18542
18543         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18544         (dns-mode-soa-auto-increment-serial): New user option.
18545         (dns-mode-soa-maybe-increment-serial): New function.
18546         (dns-mode): Add the latter to `write-contents-functions'.
18547
18548 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * compface.el (uncompface): Use binary rather than raw-text-unix.
18551
18552 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * compface.el (uncompface): Make sure the eol conversion doesn't take
18555         place when communicating with the external programs.
18556         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18557
18558 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18561
18562 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18563
18564         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18565         Make it more robust by parsing author and date independently.
18566
18567 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18568
18569         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18570
18571 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18572
18573         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18574         first matching secret key.
18575         (mml2015-epg-encrypt): Ditto.
18576
18577         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18578         first matching secret key.
18579         (mml1991-epg-encrypt): Ditto.
18580
18581         * mml2015.el (mml2015-encrypt-to-self): New user option.
18582         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
18583         mml2015-epg-encrypt-to-self is set.
18584
18585         * mml1991.el (mml1991-encrypt-to-self): New variable.
18586         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
18587         mml1991-epg-encrypt-to-self is set.
18588
18589         * mml2015.el (mml2015-signers): New user option.
18590         (mml2015-epg-sign): Reflect the value of mml2015-signers.
18591         (mml2015-epg-encrypt): Allow to select signing keys.
18592
18593         * mml1991.el (mml1991-signers): New variable.
18594         (mml1991-epg-sign): Reflect the value of mml1991-signers.
18595         (mml1991-epg-encrypt): Allow to select signing keys.
18596
18597 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * nnheader.el (nnheader-insert-head): Make it work even if the file
18600         uses CRLF for the line-break code.
18601
18602 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
18603
18604         * mml2015.el: Require mml-sec instead of password.
18605         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
18606         (mml2015-cache-passphrase): Inherit the default value from
18607         mml-secure-cache-passphrase.
18608         (mml2015-passphrase-cache-expiry): Inherit the default value from
18609         mml-secure-passphrase-cache-expiry.
18610
18611         * mml1991.el: Require mml-sec instead of password.
18612         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
18613         (mml1991-cache-passphrase): Inherit the default value from
18614         mml-secure-cache-passphrase.
18615         (mml1991-passphrase-cache-expiry): Inherit the default value from
18616         mml-secure-passphrase-cache-expiry.
18617
18618         * mml-sec.el: Require password.
18619         (mml-secure-verbose): New user option.
18620         (mml-secure-cache-passphrase): New user option.
18621         (mml-secure-passphrase-cache-expiry): New user option.
18622
18623 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
18624             Andreas Vögele  <andreas@altroot.de>   (tiny change)
18625
18626         * pgg-def.el (pgg-truncate-key-identifier):
18627         Truncate the key ID to 8 letters from the end.
18628
18629 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18630
18631         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
18632         workaround for the url package included with Emacs.
18633
18634         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18635
18636 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
18639         correctly.  This fixes a bug caused by the 2006-05-12 change.
18640
18641 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
18642
18643         * nnmail.el (nnmail-article-group): If splitting raises an error, give
18644         some information about the error when saying that the `bogus' mail
18645         group will be used.
18646
18647 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
18648
18649         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
18650         string.
18651
18652 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
18653
18654         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
18655
18656 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18657
18658         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
18659
18660 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18661
18662         * mml1991.el (mml1991-function-alist): Add epg.
18663         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
18664         (mml1991-epg-encrypt): New functions.
18665
18666 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
18667
18668         * mml2015.el (mml2015-verbose): New variable.
18669         (mml2015-cache-passphrase): Ditto.
18670         (mml2015-passphrase-cache-expiry): Ditto.
18671         (mml2015-function-alist): Add epg.
18672         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
18673         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
18674         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
18675         New functions.
18676
18677 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18678
18679         * message.el (message-cite-original-1): Preserve region when removing
18680         quoted text due to X-No-Archive in order to avoid bogus attribution
18681         when citing multiple messages.
18682
18683 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18684
18685         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
18686         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
18687
18688 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
18689
18690         * gnus-diary.el (gnus-user-format-function-d)
18691         (gnus-user-format-function-D): Autoload.
18692
18693         * imap.el (Commentary): Fix typo.
18694
18695         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
18696         2006-04-22 contribution.
18697
18698 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18699
18700         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
18701         It didn't really fix the bogosity I'm seeing with solid web groups.
18702
18703 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18704
18705         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
18706         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
18707         created using server names.  If we use the feature without declaring
18708         it, Gnus does not properly manage server and group state.
18709
18710         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
18711         bound.
18712
18713 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18714
18715         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
18716         looking up the method using GROUP's prefix before inventing a new one.
18717         It is used on killed/unknown groups in various places where returning
18718         an all-new method isn't expected by the caller.
18719
18720         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
18721         and match semantics of gnus-group-real-prefix.
18722
18723 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
18724
18725         * nnmail.el (nnmail-broken-references-mailers): New variable.
18726         (nnmail-ignore-broken-references): New function generalizing
18727         nnmail-fix-eudora-headers.
18728         (nnmail-fix-eudora-headers): Now obsolete.
18729
18730         * gnus-art.el (gnus-button-handle-custom):
18731         Support `customize-apropos*'.
18732
18733 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18734
18735         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
18736
18737         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
18738         articles.
18739
18740 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18741
18742         * message.el (message-cite-reply-above): New variable.
18743         (message-yank-original): Use it.
18744
18745 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
18748
18749 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
18752         as read.
18753
18754         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
18755
18756 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
18757
18758         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
18759         (gnus-bookmark-default-file): Use gnus-directory.
18760         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
18761         Remove "*" in doc string.
18762         (gnus-bookmark-write-file): Simplify.
18763         (gnus-bookmark-maybe-sort-alist): Use `when'.
18764         (gnus-bookmark-get-bookmark): Fix typo in doc string.
18765         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
18766         Add FIXME about Emacs 21 and XEmacs compatibility.
18767         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
18768         compatibility.
18769         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
18770         compatibility.
18771         (gnus-bookmark-menu-heading): Fix version.
18772
18773 2006-06-19  Bastien Guerry  <bzg@altern.org>
18774
18775         * gnus-bookmark.el: New file.
18776
18777 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18778
18779         * message.el (message-syntax-checks): Doc fix.
18780
18781 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18782
18783         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
18784         unsubscribed groups as if they were killed ones.  It causes duplicate
18785         entries in gnus-newsrc-alist.
18786
18787 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18788
18789         * message.el (message-syntax-checks): Doc fix.
18790         (message-send-mail): Add check for continuation headers.
18791         (message-check-news-header-syntax): Fix regexp used to check for
18792         continuation headers.
18793
18794 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
18797
18798 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
18801
18802 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18803
18804         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
18805         default-truncate-lines.
18806
18807 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18808
18809         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
18810         to fill the utf-8 entry.
18811
18812         * lpath.el: Fbind unicode-precedence-list.
18813
18814 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18815
18816         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18817
18818 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
18819
18820         * gnus-agent.el (directory-files-and-attributes): Move all the way
18821         forward (the third and final move).
18822         (gnus-agent-read-agentview): Trap reconstruction errors due to
18823         nonexistent directory.  Handle by returning nil.
18824
18825 2006-05-30  Didier Verna  <didier@xemacs.org>
18826
18827         * message.el (message-dont-reply-to-names): Update the custom type.
18828         * message.el (message-dont-reply-to-names): New defsubst: potentially
18829         convert a list of regexps into a single one.
18830         * message.el (message-get-reply-headers): Use it.
18831         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
18832
18833 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * gnus-agent.el (directory-files-and-attributes): Move forward.
18836
18837 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18838
18839         * gnus-ml.el (gnus-mailing-list-subscribe)
18840         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
18841         (gnus-mailing-list-message): Fix doc strings.
18842
18843 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18844
18845         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
18846         of doing it manually.
18847
18848 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
18851         comment.
18852
18853 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
18854
18855         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
18856         (gnus-agent-read-agentview): Fix handling of end-of-file error.
18857         (gnus-agent-read-local): All symbols allocated in my-obarray.
18858         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
18859         (gnus-agent-regenerate-group): Check numeric names to see if they are
18860         messages or groups.
18861         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
18862         better way of do this...)
18863
18864         * gnus-cache.el (gnus-agent-total-fetched-for):
18865         Ignore 'dummy.group' (there should be a better way of do this...)
18866
18867 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
18870         (gnus-saved-headers): Ditto.
18871         (gnus-default-article-saver): Mention functions may have properties.
18872         (gnus-article-save): Override gnus-save-all-headers and
18873         gnus-saved-headers by :headers property which saver function may have.
18874         (gnus-summary-save-in-file): Add :headers property.
18875         (gnus-summary-write-to-file): Ditto.
18876
18877         * gnus-sum.el (gnus-summary-save-article): Bind
18878         gnus-prompt-before-saving to t when saving many articles in a file;
18879         always show all headers.
18880
18881         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
18882
18883 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
18884
18885         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
18886         marks.
18887
18888         * message.el (message-indent-citation): Add optional arguments to allow
18889         using it outside of message buffers.
18890
18891         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
18892         (gnus-article-treat-unfold-headers): Use it.
18893         (gnus-article-truncate-lines): New variable.
18894         (gnus-article-mode): Use it.
18895         (gnus-article-toggle-truncate-lines): New function.
18896
18897         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18898         Add gnus-article-toggle-truncate-lines.
18899
18900         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
18901         coding system in XEmacs, use binary.
18902
18903 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
18906         after-load-alist.
18907
18908         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
18909         this function should save decoded articles.
18910         (gnus-summary-write-to-file): Use property to specify this function
18911         should save decoded articles and specify gnus-summary-save-in-file
18912         should be used to save articles other than the first one when saving
18913         many articles.
18914         (gnus-summary-save-body-in-file): Use property to specify this
18915         function should save decoded articles.
18916         (gnus-summary-write-body-to-file): Use property to specify this
18917         function should save decoded articles and specify
18918         gnus-summary-save-body-in-file should be used to save articles other
18919         than the first one when saving many articles.
18920
18921         * gnus-sum.el (gnus-summary-save-article): Simplify.
18922
18923 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * gnus-art.el (gnus-default-article-saver):
18926         Add gnus-summary-write-body-to-file.
18927         (gnus-article-save-coding-system): Don't use coding system object
18928         in XEmacs.
18929         (gnus-read-save-file-name): Add optional `dir-var' argument which
18930         specifies directory in which files are saved; work even if optional
18931         `variable' argument is not specified.
18932         (gnus-summary-write-to-file): Read file name.
18933         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
18934         (gnus-summary-write-body-to-file): New function.
18935
18936         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
18937         (gnus-summary-local-variables): Add it.
18938         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
18939         (gnus-summary-save-article): Remove optional `decode' argument;
18940         determine whether to decode articles by the value of
18941         gnus-default-article-saver; when saving many files using
18942         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
18943         it first and use gnus-summary-save-in-file or
18944         gnus-summary-save-body-in-file thereafter unless
18945         gnus-prompt-before-saving is always; move point to article which
18946         will be saved.
18947         (gnus-summary-save-article-file): Revert.
18948         (gnus-summary-write-article-file): Revert.
18949         (gnus-summary-save-article-body-file): Revert.
18950         (gnus-summary-write-article-body-file): New function.
18951
18952 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18953
18954         * gnus-art.el (gnus-default-article-saver): Doc fix.
18955         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
18956         from gnus-summary-save-article-coding-system, and default to a
18957         certain coding system.
18958         (gnus-output-to-file): Add coding cookie and encode text according
18959         to gnus-article-save-coding-system; don't use mm-append-to-file.
18960
18961         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
18962         gnus-art.el and rename to gnus-article-save-coding-system.
18963         (gnus-summary-save-article): Require gnus-art; don't show all
18964         headers if it decodes articles; don't add coding cookie here;
18965         don't bind mm-text-coding-system-for-write.
18966         (gnus-summary-save-article-file): Save decoded articles.
18967         (gnus-summary-write-article-file): When saving many files, use
18968         gnus-summary-write-to-file first and gnus-summary-save-in-file
18969         thereafter unless gnus-prompt-before-saving is always.
18970         (gnus-summary-save-article-body-file): Save decoded articles.
18971
18972         * lpath.el: Fbind select-safe-coding-system for XEmacs.
18973
18974 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18975
18976         * nnrss.el (nnrss-check-group): Bind hash-index.
18977
18978 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
18979
18980         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
18981         its hash index.  Store this hash in `nnrss-group-data'.
18982         (nnrss-read-group-data): Update accordingly.
18983
18984 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
18985
18986         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
18987         entry.
18988
18989         * gnus-sum.el (gnus-summary-make-menu-bar):
18990         Add gnus-article-browse-html-article.
18991
18992 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
18993
18994         * gnus-sum.el (gnus-summary-mime-map):
18995         Add gnus-article-browse-html-article.
18996
18997         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
18998
18999 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19000
19001         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19002         suitable coding systems in customize.
19003
19004 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * mail-source.el (mail-sources): Fix custom type.
19007
19008 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19009
19010         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19011         (gnus-summary-expire-articles-now): Shorten prompt.
19012
19013         * gmm-utils.el (wid-edit): Require.
19014         (defun-gmm): Rename from `gmm-defun-compat'.
19015         (gmm-image-search-load-path): Use it.
19016         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19017
19018 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * gnus-sum.el (gnus-summary-save-article-coding-system):
19021         New variable.
19022         (gnus-summary-save-article): Add optional `decode' argument.
19023         If it is set and gnus-summary-save-article-coding-system is non-nil,
19024         save decoded article.
19025         (gnus-summary-write-article-file): Save decoded article if
19026         gnus-summary-save-article-coding-system is non-nil.
19027
19028         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19029         type.
19030
19031 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19034
19035 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19036
19037         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19038         first to test gnus-single-article-buffer which may be buffer-local.
19039
19040         * gnus-sum.el (gnus-summary-setup-buffer):
19041         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19042         group; make gnus-article-buffer, gnus-article-current, and
19043         gnus-original-article-buffer always buffer-local.
19044         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19045         group.
19046         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19047
19048 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19049
19050         * nnml.el (nnml-request-compact-group): Compressed files might not
19051         have .gz extension.
19052
19053 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19054
19055         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19056         (mm-copy-to-buffer): Use with-current-buffer.
19057         (mm-display-part): Simplify.
19058         (mm-inlinable-p): Add optional arg `type'.
19059
19060 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19061
19062         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19063         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19064         Try harder to show the attachment internally or externally using
19065         gnus-mime-view-part-as-type.
19066
19067 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19068
19069         * message.el (message-from-style, message-signature-separator)
19070         (message-user-organization-file, message-send-mail-function)
19071         (message-citation-line-function, message-yank-prefix)
19072         (message-indent-citation-function, message-signature)
19073         (message-signature-file, message-signature-insert-empty-line):
19074         Remove autoloads.
19075
19076         * gnus-art.el (gnus-buttonized-mime-types):
19077         Remove "multipart/signed".  Revert 2006-04-26 change.
19078
19079 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19080
19081         * gnus.el (gnus-version-number): Bump version.
19082
19083 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19084
19085         * gnus.el: No Gnus v0.5 is released.
19086
19087 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19088
19089         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19090         fetching articles by message-id.
19091
19092 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19093
19094         * message.el (hashcash): Require hashcash as normal.
19095
19096         * ecomplete.el (ecomplete-highlight-match-line):
19097         Use point-at-eol.
19098         (ecomplete-highlight-match-line): Use `highlight', because that
19099         face exists in both Emacs and XEmacs.
19100
19101         * message.el (message-display-abbrev): Use point-at-bol.
19102
19103         * mail-source.el: Don't require timer/timer-funcs.
19104
19105         * gnus-async.el: Ditto.
19106
19107         * password.el: Ditto.
19108
19109         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19110
19111         * mm-url.el: Ditto.
19112
19113         * gnus-xmas.el: Don't require timer-funcs.
19114
19115         * mm-util.el: Require timer/timer-funcs.
19116
19117 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19118
19119         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19120         Close.
19121
19122 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19125         unibyte after clear-decrypt function runs.
19126
19127         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19128         returns as a unibyte string.
19129
19130 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * lpath.el: Revert.
19133
19134         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19135         (pgg-gpg-process-sentinel): Revert.
19136
19137         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19138         (pgg-pgp-lookup-key): Revert.
19139
19140         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19141         (pgg-pgp5-lookup-key): Revert.
19142
19143         * pgg.el (pgg-fetch-key): Revert.
19144
19145 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * lpath.el: Fbind string-as-multibyte for XEmacs.
19148
19149         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19150         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19151         (mml1991-pgg-encrypt): Ditto.
19152
19153         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19154         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19155         a multibyte buffer.
19156
19157         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19158         (pgg-pgp-lookup-key): Ditto.
19159
19160         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19161         (pgg-pgp5-lookup-key): Ditto.
19162
19163         * pgg.el (pgg-fetch-key): Ditto.
19164
19165 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19166
19167         * message.el (message-user-organization-file): Check several
19168         locations of the organization file.
19169
19170         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19171         Add gnus-article-view-part-as-type.
19172
19173         * gnus-art.el (gnus-article-view-part-as-type): New function.
19174
19175         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19176         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19177
19178         * mml.el: Simplify autoload.
19179         (mml-mode): defvar dnd-protocol-alist instead of using
19180         symbol-value.
19181         (mml-default-directory): New variable.
19182         (mml-minibuffer-read-file): Use it.
19183         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19184
19185         * message.el (message-citation-line-format): New variable.
19186         (message-insert-formated-citation-line): New function.
19187         (message-citation-line-function):
19188         Add `message-insert-formated-citation-line' to custom type.
19189
19190         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19191         to doc string.
19192
19193         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19194         depending on mm-verify-option.
19195
19196 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19197
19198         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19199         binding pgg-* variables; reimplement the section which prevents
19200         MIME header from being signed.
19201         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19202         pgg-text-mode; remove a blank line at the top of body.
19203
19204         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19205         lines at the top of body; use gnus-newsgroup-charset if there's no
19206         Charset header.
19207
19208 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * message.el (message-self-insert-commands): Doc fix.
19211
19212         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19213         (mm-uu-pgp-encrypted-test): Ditto.
19214         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19215         between header and body; return application/pgp-encrypted handle
19216         if decryption failed; decode decrypted body by charset.
19217
19218         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19219         element match to application/pgp-*.
19220
19221 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19222
19223         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19224         HTML.
19225
19226 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19227
19228         * mail-source.el (mail-source-call-script): Message the error
19229         string.
19230
19231 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19232
19233         * gnus-util.el (gnus-byte-compile): Use it.
19234
19235 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19236
19237         * gnus-util.el (kill-empty-logs): New function.
19238
19239 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19240
19241         * message.el (message-mail-alias-type): Doc fix.
19242         (message-mail-alias-type-p): New function.
19243         (message-send): Use it.
19244         (message-mode): Ditto.
19245         (message-strip-forbidden-properties): Ditto.
19246
19247         * ecomplete.el (ecomplete-database-file-coding-system):
19248         New variable.
19249         (ecomplete-save): Use it.
19250         (ecomplete-setup): Use it.
19251
19252 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * message.el (message-self-insert-commands): New variable.
19255         (message-strip-forbidden-properties): Use it.
19256
19257 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19258
19259         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19260         that doesn't make XEmacs choke.
19261
19262 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19263
19264         * gnus-util.el (gnus-replace-in-string):
19265         Prefer replace-regexp-in-string over of replace-in-string.
19266
19267 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-util.el (gnus-select-frame-set-input-focus):
19270         Use select-frame-set-input-focus if it is available in XEmacs; use
19271         definition defined in Emacs 22 for old Emacsen.
19272
19273         * dgnushack.el: Autoload unmorse-region for XEmacs.
19274
19275         * lpath.el: Bind cursor-in-non-selected-windows and
19276         select-frame-set-input-focus for XEmacs.
19277
19278 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19279
19280         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19281
19282 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19283
19284         * gnus-registry.el (gnus-registry-cache-save): Remove text
19285         properties when saving via the temp buffer.
19286
19287 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19288
19289         * message.el (message-generate-hashcash): Honor custom type.
19290
19291 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19292
19293         * message.el (message-generate-hashcash): Default to non-nil when
19294         hashcash is found.
19295
19296         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19297         (gnus-refer-thread-limit): Increase default to 500.
19298
19299         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19300
19301         * flow-fill.el (fill-flowed): Allow delete-space.
19302
19303 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19304
19305         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19306         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19307         Remove autoloads.
19308
19309 2006-04-18  Simon Josefsson  <jas@extundo.com>
19310
19311         * message.el (message-generate-hashcash): Default to.
19312
19313 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19316         concatenating segments rather than before concatenating them.
19317
19318 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19319
19320         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19321
19322 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19323
19324         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19325
19326         * message.el (message-forward-make-body-plain):
19327         Allow message-forward-ignored-headers to be a list.
19328         (message-remove-ignored-headers): Factor out into function.
19329         (message-forward-make-body-mml): Use it.
19330
19331         * imap.el (imap-quote-specials): New function.
19332         (imap-login-auth): Quote specials.
19333
19334         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19335         (rfc2231-parse-string): Allow concatanation of parameters that
19336         aren't contiguous.  The test case is
19337           (mail-header-parse-content-type "message/external-body;
19338             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19339             access-type=LOCAL-FILE;
19340             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19341
19342 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19343
19344         * nntp.el (nntp-accept-process-output): Return the value of
19345         `nnheader-accept-process-output'.
19346
19347 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19348
19349         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19350         (gnus-button-alist): Recognize more diff formats.
19351         (gnus-button-patch): Strip directory.
19352
19353 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19354
19355         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19356         Emacs 22 when setting focus.
19357
19358 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19359
19360         * gnus-art.el (gnus-article-treat-types): Do treatment of
19361         text/x-verbatim parts.
19362         (gnus-button-patch): New command.
19363
19364         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19365         addresses that contain invalid characters.
19366
19367 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19368
19369         * message.el (message-put-addresses-in-ecomplete):
19370         Use gnus-replace-in-string.
19371         (message-is-yours-p): Use the more correct
19372         mail-header-parse-address instead of
19373         mail-extract-address-components.
19374         (message-put-addresses-in-ecomplete): Fix typo.
19375
19376         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19377         keystroke.
19378
19379         * gnus-art.el (gnus-treatment-function-alist): Change order of
19380         newsgroups/generic header folding to avoid double-folding.
19381
19382         * message.el (message-hidden-headers): Add X-Draft-From.
19383
19384         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19385         New command.
19386         (gnus-summary-repeat-search-article-backward): New command.
19387
19388         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19389         groups in the parent topic.
19390
19391 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19392
19393         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19394         (spam-extra-header-to-number): Return the CRM114 number as a
19395         number instead of a string.
19396
19397 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19398
19399         * gnus-art.el (gnus-face-properties-alist): Move here from
19400         gnus-fun.
19401
19402         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19403
19404 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19405
19406         * message.el (message-strip-forbidden-properties): Only display on
19407         self-insert-command.
19408
19409         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19410         reindent.
19411         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19412
19413 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19414
19415         * smiley.el (smiley-style): Fix typo.
19416
19417 2006-03-23  Kenichi Handa  <handa@m17n.org>
19418
19419         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19420         instead of set-buffer-multibyte.
19421
19422 2006-03-23  Kenichi Handa  <handa@m17n.org>
19423
19424         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19425         buffer and then decode the buffer text if necessary.
19426         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19427         first, and after mm-encode-body, change the buffer to unibyte.
19428
19429 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19430
19431         * hashcash.el (hashcash-insert-payment-async-2):
19432         Use message-goto-eoh instead of doing it manually.
19433         (mail-add-payment): Use message-narrow-to-header instead of trying
19434         to do the same itself.
19435
19436         * message.el (message-hidden-headers): Add Face.
19437
19438         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19439         reparenting code.
19440         (gnus-summary-reparent-children): Refactored out code.
19441         (gnus-summary-thread-map): New keystroke.
19442         (gnus-summary-reparent-children): Make into command.
19443
19444         * smiley.el (smiley-style): Default to `medium' if using a large
19445         font.
19446
19447         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19448         does it itself.
19449
19450         * message.el (message-point-in-header-p): Simplify definition.
19451
19452 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19453
19454         * nnagent.el (nnagent-request-set-mark): Silence log file
19455         writing.
19456         (nnagent-request-set-mark): Use write-region instead of
19457         append-to-file.
19458
19459         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19460         strange select method.
19461
19462         * ecomplete.el (ecomplete-display-matches): Get highlightling
19463         right.
19464         (ecomplete-display-matches): Use literals.
19465         (ecomplete-display-matches): Disable message logging.
19466
19467         * message.el (message-display-abbrev): Small optimization.
19468
19469         * ecomplete.el (ecomplete-display-matches): Allow automatic
19470         display.
19471
19472         * message.el (message-strip-forbidden-properties):
19473         Display abbrevs.
19474         (message-display-abbrev): Get automatic display right.
19475
19476         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19477         keystrokes.
19478
19479 2006-04-13  Romain Francoise  <romain@orebokech.com>
19480
19481         TODO: Backport to v5-10!
19482
19483         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19484         Move here (and rename) from gnus-registry.el.
19485
19486         * gnus-registry.el: Require gnus-util.
19487         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19488
19489 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19490
19491         * gnus-group.el (gnus-group-catchup-current):
19492         Change if-then-else-if-then-else into cond.
19493         (gnus-group-catchup): Indent.
19494         (group-name-at-point): New function.
19495         (gnus-fetch-group): Provide default from thing at point.
19496
19497 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19498
19499         * message.el (message-display-abbrev): Fix regexp.
19500
19501         * ecomplete.el (ecomplete-highlight-match-line):
19502         Reimplement choosing.
19503         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19504         dead variables.
19505
19506         * message.el (message-newline-and-indent): Remove debugging.
19507         (message-display-abbrev): Use new implementation.
19508
19509 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19510
19511         * gnus-art.el (gnus-article-mode):
19512         Set cursor-in-non-selected-windows to nil.
19513
19514         * smiley.el: Revert previous change.
19515         (smiley-data-directory): defvar it before using it in the
19516         defcustom of `smiley-style'.
19517
19518 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19519
19520         * message.el (message-newline-and-indent): New function.
19521
19522         * ecomplete.el: Implement more bits.
19523
19524         * message.el (message-put-addresses-in-ecomplete): Clean up the
19525         string.
19526
19527         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19528
19529         * gnus-sum.el (gnus-summary-save-parts):
19530         Bind gnus-summary-save-parts-counter and use it to make unique file
19531         names.
19532
19533         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19534
19535         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19536         parameter to say whether to actually parse the individual
19537         addresses.
19538
19539         * message.el (message-put-addresses-in-ecomplete): New function.
19540         (ecomplete): Require.
19541         (message-mail-alias-type): Add ecomplete as an option.
19542
19543 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19544
19545         * flow-fill.el (fill-flowed): Remove trailing space from blank
19546         quoted lines.
19547
19548 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19549
19550         * smiley.el (smiley-style): Move definition later to avoid a
19551         compilation warning.
19552
19553 2006-04-12  Kenichi Handa  <handa@m17n.org>
19554
19555         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19556         buffer and then decode the buffer text if necessary.
19557         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19558         first, and after mm-encode-body, change the buffer to unibyte.
19559         Use mm-disable-multibyte instead of set-buffer-multibyte.
19560
19561 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19562
19563         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19564         Content-Type header instead of Content-Disposition header.
19565         (gnus-mime-inline-part): Ditto.
19566         (gnus-mime-view-part-as-charset): Ignore charset that the part
19567         specifies.
19568
19569         * mm-decode.el (mm-display-part): Work with external parts and
19570         usual parts similarly.
19571
19572         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19573         instead of gnus-display-mime.
19574
19575         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19576         instead of with-temp-buffer.
19577
19578         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19579         tag to summarized topics part in order to encode non-ASCII text.
19580
19581 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19582
19583         * smiley.el (smiley-style): New variable.
19584         (smiley-directory): New function.
19585         (smiley-data-directory): Derive from `smiley-style' using
19586         `smiley-directory'.
19587         (smiley-regexp-alist): Add new entries.
19588
19589         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
19590         (gnus-article-browse-delete-temp): Add :version.
19591
19592 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
19593
19594         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
19595         the sieve region.
19596
19597 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19598
19599         * gnus.el (gnus-version-number): Bump version.
19600
19601 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
19602
19603         * gnus.el: No Gnus v0.4 is released.
19604
19605 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19606
19607         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
19608         layout.
19609
19610         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
19611         unknown charset.
19612
19613         * message.el (message-header-synonyms): Add Original-To to the
19614         default.
19615
19616         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
19617         optional parameter.
19618
19619 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
19620
19621         * gnus-fun.el (gnus): Require it for gnus-directory.
19622
19623 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * gnus-fun.el (gnus-face-properties-alist): Add :version.
19626
19627 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19628
19629         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
19630
19631 2006-04-05  Simon Josefsson  <jas@extundo.com>
19632
19633         * password.el (password-reset): New function.
19634
19635 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
19636
19637         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
19638         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
19639
19640 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19641
19642         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19643         Some whitespace was matched into the url, which broke browsing hits
19644         > 100 when mm-url-use-external was nil.
19645
19646 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19647
19648         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19649         Check gnus-extra-headers for 'Newsgroups.
19650
19651         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
19652         bound.
19653
19654 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
19655
19656         * pgg-gpg.el: Clean up process buffers every time gpg processes
19657         complete.
19658
19659 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
19660
19661         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19662         doc string.
19663
19664 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
19665
19666         * pgg-gpg.el (pgg-gpg-process-filter)
19667         (pgg-gpg-wait-for-completion): Check if buffer is alive.
19668
19669         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
19670         lines, temporary fix.
19671
19672 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19673
19674         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
19675
19676 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
19677
19678         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
19679         default-enable-multibyte-characters.  This reverts the change from
19680         revision 6.17 which is no longer necessary because the passphrase
19681         is sent separately now.  GnuPG messages are unreadable under
19682         multibyte locales with default-enable-multibyte-characters set to
19683         nil.
19684
19685 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
19686
19687         * message.el (message-tool-bar-gnome): Move "spell".
19688
19689 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
19690
19691         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
19692         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
19693         instead.
19694
19695 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
19696
19697         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19698         Improve newsgroups handling for NNTP overviews which don't include
19699         Newsgroups.
19700
19701 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19702
19703         * message.el (message-resend): Bind message-generate-hashcash to nil.
19704
19705 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19706
19707         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
19708         when searching for already-paid recipients.
19709
19710 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
19711
19712         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
19713         passphrases when it is not needed.
19714         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
19715         passphrase stuff from gpg, should only be necessary when you use
19716         gpg with a smartcard.
19717
19718 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * mml.el (mml-insert-mime): Ignore cached contents of
19721         message/external-body part.
19722
19723         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
19724         (mm-insert-part): Ditto.
19725
19726 2006-03-23  Simon Josefsson  <jas@extundo.com>
19727
19728         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
19729         Reiner.
19730         (pgg-gpg-use-agent-p): Use it again.
19731
19732 2006-03-23  Simon Josefsson  <jas@extundo.com>
19733
19734         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
19735         older emacsen.
19736         (pgg-gpg-use-agent-p): Don't use it.
19737
19738 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
19739
19740         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
19741         if we can.
19742
19743 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
19744
19745         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
19746         (pgg-gpg-update-agent): New function.
19747         (pgg-gpg-use-agent-p): New function.
19748         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
19749         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19750         (pgg-gpg-sign-region): Use it.
19751
19752 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19753
19754         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
19755         Reported by Ralf Wachinger <rwachinger@gmx.de>.
19756
19757 2006-03-21  Simon Josefsson  <jas@extundo.com>
19758
19759         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
19760         <wilde@sha-bang.de>.
19761         (pgg-gpg-use-agent): New variable.
19762         (pgg-gpg-process-region): Use it.
19763         (pgg-gpg-encrypt-region): Likewise.
19764         (pgg-gpg-encrypt-symmetric-region): Likewise.
19765         (pgg-gpg-decrypt-region): Likewise.
19766         (pgg-gpg-sign-region): Likewise.
19767         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
19768
19769 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19770
19771         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
19772
19773         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19774         Add comment on version.
19775
19776 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * smiley.el: Add missing test smiley.
19779
19780 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19781
19782         * mm-decode.el (mm-with-part): New macro.
19783         (mm-get-part): Use it; work with message/external-body as well.
19784         (mm-save-part): Treat name and filename equally.
19785
19786         * mm-extern.el (mm-extern-cache-contents): New function.
19787         (mm-inline-external-body): Use it; force the part to be displayed;
19788         move undisplayer added to the cached handle to the parent.
19789
19790         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
19791         (gnus-mime-view-part-as-type): Work with message/external-body.
19792
19793         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
19794
19795 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19796
19797         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
19798         images in image-load-path.  [Sync with image.el, revision 1.60, in
19799         Emacs.]
19800
19801 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19802
19803         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
19804         path rather than symbol.  Always return list of directories.
19805         Guarantee that image directory comes first.  [Sync with image.el,
19806         revision 1.59, in Emacs.]
19807
19808         * message.el (message-make-tool-bar): Adjust to new API of
19809         `gmm-image-load-path-for-library'.
19810
19811         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19812
19813         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19814
19815 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19816
19817         * gnus-art.el (gnus-article-only-boring-p):
19818         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
19819         intangible text.
19820         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
19821
19822 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
19823
19824         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
19825         Use `defun' instead of `gmm-defun-compat'.
19826
19827 2006-03-14  Simon Josefsson  <jas@extundo.com>
19828
19829         * message.el (message-unique-id): Don't use message-number-base36
19830         if (user-uid) is a float.
19831         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
19832
19833 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
19836
19837         * gnus-art.el (gnus-mime-display-single): Make sure there is an
19838         empty line between a part and a message part.
19839
19840 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
19841
19842         * smiley.el: Add more test smileys.
19843         (smiley-data-directory, smiley-regexp-alist)
19844         (gnus-smiley-file-types): Fix doc strings.
19845         (smiley-update-cache): Clear smiley-cached-regexp-alist before
19846         adding new elements.
19847         (smiley-mouse-map): Unused code.  Make it a comment.
19848
19849 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19850
19851         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
19852         scan latest NoCeM messages instead of old ones.
19853         (gnus-nocem-check-article): Fix regexps so as to match to PGP
19854         delimiters that are recently used.
19855         (gnus-nocem-load-cache): Add autoload cookie.
19856
19857         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
19858
19859         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
19860         level which is larger than gnus-use-nocem is specified.
19861
19862         * gnus-group.el (gnus-group-get-new-news): Ditto.
19863
19864 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
19865
19866         * gnus-util.el (gnus-tool-bar-update): New function.
19867
19868         * gnus-group.el (gnus-group-update-tool-bar): New variable.
19869         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
19870
19871         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
19872
19873         * gnus-group.el (gnus-group-redraw-when-idle)
19874         (gnus-group-redraw-check): Remove.
19875         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
19876
19877 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19878
19879         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
19880         if optional last element is specified in splits (FIELD VALUE...).
19881
19882 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
19883
19884         * message.el (message-make-tool-bar): Rename gmm-image-load-path
19885         to gmm-image-load-path-for-library.  Call with no-error argument.
19886         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
19887
19888         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19889
19890         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
19891
19892         * gmm-utils.el (gmm-image-load-path): Remove alias.
19893
19894 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
19895
19896         * gmm-utils.el (gmm-image-load-path): Add alias.
19897
19898         * nnml.el (nnml-generate-nov-databases-directory): Rename from
19899         nnml-generate-nov-databases-1.
19900         (nnml-generate-nov-databases): Use it.
19901         (nnml-generate-nov-databases-directory): Document no-active
19902         argument.
19903
19904         * gmm-utils.el (gmm-image-load-path-for-library): Return single
19905         directory if path is t.  Add no-error.
19906
19907         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
19908         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19909
19910         * gnus-art.el (gnus-article-browse-delete-temp-files):
19911         Simplify resetting gnus-article-browse-html-temp-list.
19912
19913         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
19914         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
19915         Add example to docstring.  Rename local variables.  Move error
19916         checks to default case in cond and simplify.
19917
19918 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
19921         handle is multipart when calling it recursively.
19922         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
19923
19924 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
19925
19926         * nnimap.el (nnimap-request-update-info-internal): Optimize.
19927         Don't `gnus-uncompress-range' to avoid excessive memory usage.
19928
19929 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19930
19931         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
19932         is loaded.
19933
19934         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
19935         loaded.
19936
19937 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19938
19939         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
19940         to "Emacs 23 (unicode)" in doc string.
19941
19942         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
19943         "Emacs 23 (unicode)" in comment.
19944
19945 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19946
19947         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
19948
19949         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
19950         characters 160 through 255 in Emacs 23.
19951
19952 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19953
19954         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
19955         gnus-article-browse-html-temp.
19956         (gnus-article-browse-delete-temp): Make it customizable.
19957         Add `file'.  Adjust doc string.
19958         (gnus-article-browse-delete-temp-files): Add argument.
19959         Allow query for each file.  Adjust doc string.
19960         (gnus-article-browse-html-parts):
19961         Add `gnus-article-browse-delete-temp-files' to
19962         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
19963
19964 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
19965
19966         * gnus-art.el (gnus-article-browse-html-temp)
19967         (gnus-article-browse-delete-temp): New variables.
19968         (gnus-article-browse-delete-temp-files): New function.
19969         (gnus-article-browse-html-parts): Use it.
19970
19971 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
19972
19973         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
19974
19975         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
19976         string.
19977
19978         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
19979         gnus-summary-insert-new-articles when unplugged.
19980         Remove gnus-summary-search-article-forward.
19981
19982         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
19983         display-visual-class instead of display-color-cells.
19984
19985 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19986
19987         * dgnushack.el: Autoload customize-group for XEmacs.
19988
19989         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
19990         message/* containing non-ASCII text properly.
19991
19992 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
19993
19994         * message.el: Require gmm-utils, remove autoloads.
19995         (message-tool-bar): Set default based on
19996         gmm-tool-bar-style.
19997         (message-tool-bar-gnome): Add gmm-customize-mode.
19998
19999         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20000         gmm-tool-bar-style.
20001         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20002
20003         * gnus-group.el (gnus-group-tool-bar): Set default based on
20004         gmm-tool-bar-style.
20005         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20006
20007         * gmm-utils.el (gmm-image-directory): Rename variable from
20008         gmm-image-load-path.
20009         (gmm-image-load-path): Use gmm-image-directory.
20010         (gmm-customize-mode): New function.
20011         (gmm-tool-bar-style): New variable.
20012
20013         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20014         gnus-group-redraw-line-number.
20015         (gnus-group-redraw-check): Simplify.
20016         (gnus-group-tool-bar-update): Remove redraw check.
20017         (gnus-group-make-tool-bar): Add redraw check.
20018
20019 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20020
20021         * gnus-art.el (gnus-button): Add missing parentheses.
20022
20023 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * lpath.el: Fbind line-number-at-pos.
20026
20027 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20028
20029         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20030
20031 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20032
20033         * gnus-art.el (gnus-button): New face.
20034         (gnus-article-button-face): Use it.
20035
20036         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20037         Add gnus-summary-next-page.  Re-order.
20038
20039         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20040         next-node are now included.
20041         (gnus-group-redraw-line-number): New internal variable.
20042         (gnus-group-redraw-check): Helper function for updating the tool
20043         bar.
20044         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20045
20046         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20047
20048         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20049         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20050         Use it to match format of Spamassassin 3.0 and later.
20051         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20052         (spam-check-bogofilter)
20053         (spam-bogofilter-register-with-bogofilter): Fix args of
20054         `gnus-error' calls.
20055
20056 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20059         unnecessary interaction when sending queued mails.
20060         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20061
20062 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20065         first or last are nil.
20066
20067 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20068
20069         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20070
20071 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20072
20073         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20074
20075 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20076
20077         * dns.el (query-dns): Protect more against buggy tcp output.
20078
20079 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20080
20081         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20082         nov.php.
20083
20084 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20085
20086         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20087         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20088         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20089         output on the server side.
20090         (nnweb-google-create-mapping): Update regexps and add some
20091         progress indication.
20092
20093 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20094
20095         * gnus-group.el (gnus-group-tool-bar-gnome):
20096         Fix gnus-agent-toggle-plugged.  Re-order icons.
20097         (gnus-group-tool-bar-gnome):
20098         Add gnus-group-{prev,next}-unread-group.
20099         (gnus-group-tool-bar-gnome): Re-order icons.
20100
20101         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20102         Move gnus-summary-insert-new-articles.
20103
20104         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20105         Fix comments.
20106
20107         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20108         also available in Emacs 21.3.
20109
20110         * message.el (message-fix-before-sending): Change "Emacs 22" to
20111         "Emacs 23 (unicode)" in comment.
20112
20113         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20114         "Emacs 23 (unicode)" in comment.
20115
20116         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20117         comment.
20118         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20119
20120         * mm-view.el (mm-fill-flowed): Add :version.
20121
20122 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20123
20124         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20125         and load-path.
20126
20127 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20128
20129         * message.el: Autoload gmm-image-load-path.
20130         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20131         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20132         consitency.
20133
20134         * gmm-utils.el (gmm-image-load-path): Also search in
20135         "../etc/images".  Don't set gmm-image-load-path if we don't find
20136         the image.
20137
20138 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * gmm-utils.el (gmm-image-load-path): Don't make
20141         `gmm-image-load-path' include subdirectories which the second arg
20142         `image' might specify.
20143
20144         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20145         subdirectory to icon file names.
20146
20147         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20148
20149 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20150
20151         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20152         gmm-image-load-path calls.
20153
20154         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20155
20156         * message.el (message-make-tool-bar): Ditto.
20157
20158         * mml.el (mml-preview): Add comment concerning tool bar icons.
20159
20160         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20161         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20162
20163         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20164         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20165
20166         * message.el (message-tool-bar-gnome): Use new icon names.
20167         (message-make-tool-bar): Use `gmm-image-load-path'.
20168
20169         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20170         New functions from MH-E.
20171         (gmm-image-load-path): New variable from MH-E.
20172         (gmm-image-load-path): New function from MH-E.  Add arguments
20173         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20174         *-image-load-path-called-flag.
20175
20176 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20177
20178         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20179
20180 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20181
20182         * nnimap.el (nnimap-request-move-article): Change folder back to
20183         source group before deleting.
20184
20185 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20186
20187         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20188
20189         * gnus-art.el (mm-url-insert-file-contents-external):
20190         Autoload mm-url.
20191
20192         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20193
20194 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20195
20196         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20197         coding system which mm-charset-to-coding-system returns for a
20198         given charset is valid.
20199
20200 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20201
20202         * html2text.el (html2text-remove-tag-list):
20203         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20204
20205 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20206
20207         * gnus-cus.el: Revert 2005-10-17 change.
20208
20209 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * gnus-art.el (article-strip-banner):
20212         Call article-really-strip-banner only when the regexp match is made.
20213
20214 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20215
20216         * gnus-art.el (article-strip-banner):
20217         Use gnus-extract-address-components instead of
20218         mail-header-parse-addresses to make it work with non-ASCII text;
20219         remove mail-encode-encoded-word-string.
20220
20221         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20222         values which are surrounded with \"...\"; make it never cause a
20223         Lisp error; give up parsing of parameters if it failed in
20224         extracting type.
20225
20226 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20227
20228         * smime.el (smime-cert-by-ldap-1): Fix bug where
20229         `smime-ldap-search' returns results without userCertificates.
20230
20231 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20232
20233         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20234
20235 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20236
20237         * spam.el (spam-check-spamassassin-headers): Adapt format for
20238         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20239         <ari@mbf.ocn.ne.jp>.
20240         (spam-list-of-processors): Add spam-use-gmane.
20241
20242 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20243
20244         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20245         make-temp-file; make it work with XEmacs as well.
20246
20247         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20248         mm-make-temp-file.
20249
20250         * mm-decode.el (mm-display-external): Use the 3rd arg of
20251         mm-make-temp-file.
20252         (mm-create-image-xemacs): Ditto.
20253
20254 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20255
20256         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20257         with message-narrow-to-headers.
20258         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20259         (gnus-draft-check-draft-articles): New function.
20260         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20261
20262 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20263
20264         * gnus-art.el (gnus-article-browse-html-parts):
20265         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20266         Don't use suffix argument for mm-make-temp-file for Emacs 21
20267         compatibility.  Remove useless `format'.
20268
20269 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20270
20271         * nnweb.el (nnweb-google-wash-article): Update regexps.
20272         (nnweb-group-alist): Use defvoo instead of defvar.
20273
20274 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20277         re-loading nn* modules.
20278
20279 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20282         for `tool-bar-mode' and don't check it's default-value.
20283
20284         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20285
20286         * message.el (message-make-tool-bar): Ditto.
20287
20288         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20289         `substring'.  Shorten tmp-file name.
20290
20291         * gnus.el: Remove bogus comment.
20292
20293 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20294
20295         * gnus-art.el (gnus-article-browse-html-parts): New function.
20296         (gnus-article-browse-html-article): New function for viewing html
20297         articles with a browser.
20298
20299 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20300
20301         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20302         in elisp.
20303         (pgg-gpg-encrypt-symmetric-region): Ditto.
20304         (pgg-gpg-sign-region): Ditto.
20305
20306         * pgg-def.el (pgg-text-mode): New variable.
20307
20308         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20309         (mml2015-pgg-encrypt): Ditto.
20310
20311         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20312         (mml1991-pgg-encrypt): Ditto.
20313
20314 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * nnfolder.el (nnfolder-insert-newsgroup-line):
20317         Use message-make-date instead of current-time-string.
20318
20319         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20320         to gnus-decoded which mm-uu might set.
20321
20322 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20323
20324         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20325         don't decode quoted parameters; remove misimported Emacs code.
20326         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20327         (rfc2231-decode-encoded-string): Don't use split-string which
20328         behaves differently according to Emacs version; use
20329         mm-decode-coding-region to convert charset to coding-system.
20330         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20331         (rfc2231-encode-string): Remove misimported Emacs code.
20332
20333 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20334
20335         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20336         when calling mail-header-parse-content-type.
20337         (article-de-quoted-unreadable): Ditto.
20338         (article-de-base64-unreadable): Ditto.
20339         (article-wash-html): Ditto.
20340
20341         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20342         calling mail-header-parse-content-type and
20343         mail-header-parse-content-disposition.
20344         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20345         mail-header-parse-content-type.
20346
20347         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20348         insert charset and format parameters; encode description after
20349         inserting it to buffer.
20350         (mml-insert-parameter): Fold lines properly even if a parameter is
20351         segmented into two or more lines; change the max column to 76.
20352
20353         * rfc1843.el (rfc1843-decode-article-body): Don't use
20354         ignore-errors when calling mail-header-parse-content-type.
20355
20356         * rfc2231.el (rfc2231-parse-string): Return at least type if
20357         possible; don't cause an error even if it fails in parsing of
20358         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20359         (rfc2231-encode-string): Don't break lines at the beginning, leave
20360         it to mml-insert-parameter.
20361
20362         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20363         calling mail-header-parse-content-type.
20364
20365 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20366
20367         * spam-report.el (spam-report-gmane-use-article-number):
20368         Improve doc string.
20369         (spam-report-gmane-internal): Check if a suitable header was found
20370         in the article.
20371
20372 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20373
20374         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20375         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20376
20377 2006-02-05  Romain Francoise  <romain@orebokech.com>
20378
20379         Update copyright notices of all files in the gnus directory.
20380
20381 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20382
20383         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20384
20385 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20386
20387         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20388         segmented lines of parameter value to cope with Thunderbird 1.5
20389         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20390         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20391         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20392
20393 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20394
20395         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20396         parts.
20397
20398 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20399
20400         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20401         there's only one active file for all servers.
20402         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20403         solid groups.  Gnus might have used a FAST request to select the group.
20404         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20405         and nnweb-search redundantly in the active file.
20406         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20407         (nnweb-request-create-group): Don't use ARGS.
20408         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20409         initializations.  Let nnoo do the work.
20410
20411 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20412
20413         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20414         Say the part has been decoded.
20415
20416         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20417
20418 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20419
20420         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20421         mailcap-viewer-test-cache when there's no 'test clause, since that
20422         will invert the meaning of a "nil" test previously determined by
20423         mailcap-mailcap-entry-passes-test.
20424
20425 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20426
20427         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20428         compiling.
20429
20430         * gnus-sum.el: Ditto.
20431
20432         * message.el: Don't bind tool-bar-map when compiling.
20433
20434 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20435
20436         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20437
20438 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20439
20440         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20441         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20442         current Google Groups.
20443
20444 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20445
20446         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20447         and tool-bar-mode.
20448
20449         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20450         and tool-bar-mode.
20451
20452         * message.el (message-tool-bar-update): Simplify.
20453         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20454
20455         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20456         gnus-summary-buffer.
20457         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20458         gnus-summary-reply.
20459
20460         * gmm-utils.el (gmm): Add :version.
20461
20462 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20463
20464         * Makefile.in (clean): New rule.
20465         (distclean): Use it.
20466
20467 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20468
20469         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20470         Don't autoload.
20471
20472 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20473
20474         * gmm-utils.el (gmm-verbose): Add :group.
20475
20476 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20477
20478         * message.el: Change some comments WRT tool-bars.
20479
20480         * gnus-sum.el (gnus-summary-tool-bar)
20481         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20482         (gnus-summary-tool-bar-zap-list): New variables.
20483         (gnus-summary-make-tool-bar): Complete rewrite using
20484         `gmm-tool-bar-from-list'.
20485
20486         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20487         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20488         New variables.
20489         (gnus-group-make-tool-bar): Complete rewrite using
20490         `gmm-tool-bar-from-list'.
20491         (gnus-group-tool-bar-update): New function.
20492
20493         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20494
20495 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20496
20497         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20498         is dissected into a single part of which the type is the same as
20499         the given one; decode charset.
20500
20501 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20502
20503         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20504         into alists as symbol not string, since that's what
20505         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20506         look for.
20507
20508 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20509
20510         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20511         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20512
20513         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20514
20515 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20516
20517         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20518         (gnus-xmas-mime-security-button-menu): New function.
20519
20520         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20521         (gnus-mime-security-button-menu): New definition.
20522         (gnus-mime-security-button-map): Use them.
20523         (gnus-mime-security-button-menu): New function.
20524         (gnus-insert-mime-security-button): Addition to help echo.
20525         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20526         (gnus-mime-security-pipe-part): New functions.
20527
20528         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20529         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20530
20531         * mm-decode.el (mm-handle-set-disposition): Remove.
20532         (mm-handle-set-description): Remove.
20533
20534 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20535
20536         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20537         (mm-w3m-standalone-supports-m17n-p): New function.
20538         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20539         w3m usage.
20540
20541         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20542         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20543
20544 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20545
20546         * message.el (message-tool-bar-zap-list):
20547         Use gmm-tool-bar-zap-list as custom type.
20548         (message-tool-bar-update): New function.
20549         (message-tool-bar, message-tool-bar-gnome)
20550         (message-tool-bar-retro): Add message-tool-bar-update.
20551         (message-tool-bar-gnome): Add flyspell-buffer.
20552
20553         * gnus-util.el (gnus-error): Describe `args'.
20554
20555         * gmm-utils.el (gmm-error): Describe `args'.
20556         (gmm-tool-bar-zap-list): New widget.
20557         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20558
20559 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20562         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20563         the number of recursive calls.
20564
20565         * mm-decode.el (mm-handle-set-disposition): New macro.
20566         (mm-handle-set-description): New macro.
20567
20568 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20569
20570         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20571         encoding.
20572
20573 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20574
20575         * message.el (message-tool-bar-zap-list, message-tool-bar)
20576         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20577         (message-tool-bar-local-item-from-menu): Remove.
20578         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20579         (message-make-tool-bar): New function.
20580         (message-mode): Use `message-make-tool-bar'.
20581
20582         * gmm-utils.el: New file.
20583         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
20584         (gmm-lazy): New widget copied from `nnmail.el'.
20585         (gmm-tool-bar-from-list): New function for creating customizable
20586         tool bars.
20587         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
20588         output.
20589         (gmm): Add :prefix to defgroup.
20590
20591 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
20592
20593         * gmm-utils.el (gmm-widget-p): New function.
20594
20595 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20596
20597         * mml.el (mml-attach-file): Describe `description' in doc string.
20598         (mml-menu): Add Emacs MIME manual and PGG manual.
20599
20600 2006-01-20  Richard M. Stallman  <rms@gnu.org>
20601
20602         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
20603
20604 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
20605
20606         * nntp.el (nntp-end-of-line): Doc fix.
20607
20608 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
20609
20610         * imap.el (imap-open): Handle case where buffer is a buffer
20611         object.
20612
20613 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20614
20615         * gnus-delay.el (gnus-delay): Don't autoload.
20616         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
20617         to be re-loaded when customizing the `gnus-delay' group.
20618
20619 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
20620
20621         * message.el (message-insert-citation-line): Use newlines.
20622
20623 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20624
20625         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20626         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
20627         these routines, so the passphrase can be managed externally and
20628         passed in to the system.
20629         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20630         pgg-add-passphrase-to-cache function.
20631
20632         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20633         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
20634         these routines, so the passphrase can be managed externally and
20635         passed in to the system.
20636         (pgg-pgp5-sign-region): Use new name of
20637         pgg-add-passphrase-to-cache function.
20638
20639 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
20640
20641         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20642         part of the decoded armor to find the key-identifier.
20643         (pgg-gpg-lookup-key-owner): New function to return the
20644         human-readable identifier of a key owner.
20645         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
20646         itself.
20647         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20648         the key value) if we have a key and can match it against a secret
20649         key.  Also, added a note pointing out fact that the prompt only
20650         indicates the first matching key.
20651
20652         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
20653         pgg-decrypt-region.
20654         (pgg-add-passphrase-to-cache): Rename from
20655         `pgg-add-passphrase-cache' to reduce confusion (all callers
20656         changed).
20657         (pgg-remove-passphrase-from-cache): Rename from
20658         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20659         changed).
20660         (pgg-read-passphrase, pgg-add-passphrase-cache)
20661         (pgg-remove-passphrase-cache): Add informative docstrings.
20662         (pgg-decrypt): Convey provided passphrase in subordinate call to
20663         pgg-decrypt-region.
20664
20665 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20666
20667         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20668         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20669         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20670         'passphrase' argument, so the passphrase can be managed externally
20671         and then passed in to the system.
20672
20673         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20674         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
20675         so the passphrase cache can be used reliably with identifiers
20676         besides a pgp packet's key id.
20677
20678         * pgg-gpg.el (pgg-gpg-encrypt-region)
20679         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20680         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
20681         these routines, so the passphrase can be managed externally and
20682         passed in to the system.
20683
20684         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20685         'notruncate' argument, so the passphrase cache can be used
20686         reliably with identifiers besides a pgp packet's key id.
20687
20688 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
20689
20690         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20691         symmetric encryption.
20692         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20693         encrypted session key.
20694         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20695         message ask for the passphrase in a proper way.
20696
20697         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20698         New user commands for symmetric encryption.
20699
20700 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
20703
20704         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
20705
20706 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
20707
20708         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
20709
20710 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20711
20712         * mm-decode.el (mm-inlined-types): Add application/pgp.
20713         (mm-automatic-display): Ditto.
20714
20715         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
20716         part as text.
20717
20718 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * nnrss.el: Update copyright.
20721         (nnrss-opml-import): Query whether to subscribe to each entry.
20722
20723         * gnus-art.el:
20724         * gnus-sum.el:
20725         * gnus-xmas.el:
20726         * messagexmas.el:
20727         * mm-uu.el:
20728         * mm-view.el: Update copyright.
20729
20730 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
20731
20732         * message.el (message-info): New function.
20733         (message-mode-menu): Add it.
20734         Update copyright.
20735
20736         * ChangeLog: Fix and update copyright.
20737
20738 2006-01-13  Romain Francoise  <romain@orebokech.com>
20739
20740         * message.el (message-forward-subject-name-subject): Prefer the
20741         address to 'nowhere' if the sender has no name.
20742         Fix typo.  Update copyright year.
20743
20744 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20745
20746         * gnus-art.el (article-wash-html):
20747         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
20748         (gnus-article-wash-html-with-w3m-standalone): New function.
20749
20750         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
20751         mm-inline-text-html-render-with-w3m-standalone.
20752         (mm-text-html-washer-alist): Map w3m-standalone to
20753         gnus-article-wash-html-with-w3m-standalone.
20754         (mm-inline-text-html-render-with-w3m-standalone): New function.
20755
20756 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
20757
20758         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
20759         Improve LaTeX.
20760
20761 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
20764         (nnrss-request-article): Render text/plain parts as HTML.
20765
20766         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
20767         the buffer.
20768
20769 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
20772         custom definition of `gnus-posting-styles'.
20773
20774         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
20775         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
20776
20777 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20778
20779         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
20780         Use nntp for bug archive.
20781
20782 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20783
20784         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
20785         parts.
20786         (nnrss-normalize-date): New function converts ISO 8601 date into
20787         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20788         (nnrss-check-group): Use it.
20789
20790 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
20793
20794         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
20795         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
20796         (nnrss-insert-w3): Ditto.
20797
20798 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20799
20800         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
20801         the articles to be forwarded including the case where neither a
20802         number of articles nor a region is specified.
20803
20804 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20805
20806         * nnrss.el (nnrss-request-article): Fix last change; fill
20807         text/plain parts.
20808
20809 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
20812         in text/plain part.
20813         (nnrss-check-group): Don't add excessive newline to dc:subject.
20814
20815 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
20816
20817         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
20818         article.
20819
20820 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
20821
20822         * nnml.el: Don't require gnus-bcklg.  Autoload it.
20823         (nnml-use-compressed-files, nnml-save-mail): Support other
20824         comression programs such as bzip2.
20825
20826 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20827
20828         * dns.el (query-dns): Make sure we check the buffer size before
20829         removing tcp headers.
20830
20831 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
20834         remove MIME buttons associated with multipart/alternative parts.
20835         (gnus-mime-display-alternative): Tag buttons using `article-type'
20836         text property.
20837
20838         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
20839         associated with multipart/alternative parts.
20840
20841         * gnus-art.el (gnus-signature-separator): Fix custom type.
20842
20843         * mm-decode.el (mm-inlined-types): Fix custom type.
20844         (mm-keep-viewer-alive-types): Ditto.
20845         (mm-automatic-display): Ditto.
20846         (mm-attachment-override-types): Ditto.
20847         (mm-inline-override-types): Ditto.
20848         (mm-automatic-external-display): Ditto.
20849
20850 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
20851
20852         * spam-report.el (spam-report-user-mail-address)
20853         (spam-report-user-agent): New variables.
20854         (spam-report-url-ping-plain): Use spam-report-user-agent.
20855
20856 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
20857
20858         * gnus-art.el (gnus-button-handle-custom): Do not just use
20859         `customize-apropos' for any "M-x customize-*" button but the
20860         function called for.  Accept both the function name and its
20861         argument in order to achieve this.
20862         (gnus-button-alist): Remove support for "custom:" URL's.
20863         Pass function name to `gnus-button-handle-custom' in case of "M-x
20864         customize-*" buttons.
20865
20866 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
20869         multipart/alternative and add xref to mm-discouraged-alternatives
20870         in doc string.
20871
20872         * mm-decode.el (mm-discouraged-alternatives): Add xref to
20873         gnus-buttonized-mime-types in doc string.
20874
20875 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
20876
20877         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
20878         Suggest image/.* in the doc string.
20879
20880 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
20881
20882         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
20883         message-marks (Debian bug#342521).
20884
20885 2005-12-12  Simon Josefsson  <jas@extundo.com>
20886
20887         * password.el (password-read-from-cache): Add.
20888         (password-read): Use it.
20889
20890 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20891
20892         * rfc2047.el (rfc2047-charset-to-coding-system):
20893         Recognize us-ascii as a MIME charset.
20894
20895         * mm-bodies.el (mm-decode-content-transfer-encoding):
20896         Protect against the case where the 2nd arg TYPE is nil.
20897
20898 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
20899
20900         * pop3.el (pop3-stream-type): Fix custom version.
20901
20902         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
20903
20904 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20905
20906         * mm-decode.el (mm-display-external): Add missing cdr.
20907
20908 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20909
20910         * mm-decode.el (mm-display-external): Use nametemplate (defined in
20911         RFC1524) if it is in mailcap or add a suffix according to
20912         mailcap-mime-extensions when generating a temp filename; postpone
20913         deleting a temp file for 2 seconds for some wrappers, shell
20914         scripts, and so on, which might exit right after having started a
20915         viewer command as a background job.
20916
20917 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
20918
20919         * nntp.el (nntp-marks-directory): Fix custom group.
20920
20921         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
20922         steps when < 10.
20923
20924         * gnus-start.el (gnus-no-server-1):
20925         Mention `gnus-level-default-subscribed' in doc string.
20926
20927 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20928
20929         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
20930         parens.
20931
20932 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * gnus-xmas.el (gnus-use-toolbar): Revert.
20935         (gnus-xmas-setup-toolbar): Use global default-toolbar if
20936         gnus-use-toolbar is default.
20937
20938         * messagexmas.el (message-use-toolbar): Revert.
20939         (message-setup-toolbar): Use global default-toolbar if
20940         message-use-toolbar is default.
20941
20942 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20943
20944         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
20945         according to default-toolbar-visible-p.
20946
20947         * messagexmas.el (message-use-toolbar): Ditto.
20948
20949 2005-11-26  Dave Love  <fx@gnu.org>
20950
20951         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
20952         (tls-program, tls-success): Provide openssl alternative.
20953
20954         * starttls.el: Doc fixes.
20955         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
20956         SERVICE to PORT.
20957
20958         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
20959         port null or service name.
20960         (starttls-negotiate): Autoload.
20961
20962 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20963
20964         * message.el (message-kill-to-signature): Fix interactive spec.
20965
20966 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20967
20968         * pop3.el (pop3-open-server): Recognize a string as a service name.
20969
20970 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
20971
20972         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
20973
20974 2005-11-23  Dave Love  <fx@gnu.org>
20975
20976         Add pop3s, pop3/starttls.
20977
20978         * pop3.el (pop3-authentication-scheme): Clarify doc.
20979         (open-tls-stream, starttls-open-stream): Autoload.
20980         (pop3-stream-type): New.
20981         (pop3-open-server): Use it.
20982
20983         * mail-source.el (mail-sources): Fix some :types.  Add stream type
20984         for POP.
20985         (mail-source-keyword-map): Add :stream for POP.
20986         (mail-source-fetch-pop): Use pop3-stream-type.
20987
20988 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20989
20990         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
20991         of current-time-string.
20992
20993 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
20994
20995         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
20996         date header.
20997
20998 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
20999
21000         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21001         it can seriously impact performance as it bypasses the agent's
21002         local caches.
21003
21004 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21005
21006         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21007         must be explicitly online rather than "not explicitly offline" for
21008         its flags to be synchronized.
21009
21010         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21011         that gnus-uu-unmark-thread will function correctly.
21012
21013         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21014         1024K is instead displayed as 1M.
21015
21016 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21017
21018         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21019
21020 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21021
21022         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21023
21024 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21025
21026         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21027         error message to display actual error condition.
21028         (gnus-agent-save-local): Avoid saving symbols that are bound to
21029         nil as they simply result in a warning message in
21030         gnus-agent-read-local.
21031
21032 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21033
21034         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21035         rather than make-variable-buffer-local for file-precious-flag.
21036
21037 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21038
21039         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21040         for duplicates which are removed.  The invalid sort check then
21041         triggers a rescan after the sort as sorting may have moved
21042         duplicate entries such that they can be cheaply detected.
21043
21044 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21045
21046         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21047
21048 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21049
21050         * gnus-agent.el (gnus-agent-article-alist-save-format):
21051         Change internal variable to a custom variable.  Change default value
21052         from compressed(2) to uncompressed(1).
21053         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21054         support for uncompressed agentview files.  Taken together, reading
21055         the agentview file should now be 6-7 times faster.
21056
21057 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21058
21059         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21060         as a buffer-local variable.  This avoids creating truncated
21061         dribble files as a result of a hang up, eg.
21062
21063 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21064
21065         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21066         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21067         XEmacs.
21068
21069 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21070
21071         * gnus-start.el (gnus-start-draft-setup):
21072         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21073
21074         * gnus.el (gnus-splash): Change custom group.
21075         (gnus-group-get-parameter, gnus-group-parameter-value):
21076         Describe allow-list argument.
21077
21078         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21079         string.
21080
21081 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21082
21083         * gnus-art.el (gnus-default-article-saver): Add user-defined
21084         `function' to custom type.
21085
21086 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21087
21088         * imap.el (imap-open): Handle case where buffer is a buffer
21089         object.
21090
21091 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21092
21093         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21094         long lines.
21095         (gnus-cache-delete-group): Wrap doc strings.
21096
21097         * gnus-agent.el (gnus-agent-rename-group)
21098         (gnus-agent-delete-group): Wrap doc strings.
21099
21100 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21101
21102         * messagexmas.el (message-use-toolbar): Change the valid values
21103         into default, top, bottom, left, and right.
21104         (message-toolbar-thickness): New variable.
21105         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21106         well.
21107         (message-setup-toolbar): Make it work.
21108
21109         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21110         (gnus-use-toolbar): Change the valid values into default, top,
21111         bottom, left, and right.
21112         (gnus-toolbar-thickness): New variable.
21113         (gnus-xmas-setup-toolbar): New function.
21114         (gnus-xmas-setup-group-toolbar): Use it.
21115         (gnus-xmas-setup-summary-toolbar): Use it.
21116
21117 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21118
21119         * gnus-start.el (gnus-1): Add "native" to
21120         gnus-predefined-server-alist.
21121
21122         * gnus.el (gnus-method-to-server): Don't add "native" to the
21123         lists here, because that leads to problems when
21124         gnus-select-method is bound.
21125
21126 2005-11-09  Simon Josefsson  <jas@extundo.com>
21127
21128         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21129         use (not sort-by-date) instead.
21130
21131 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21132
21133         * gnus-delay.el (gnus-delay-group): Don't autoload.
21134         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21135         to be re-loaded when customizing the `gnus-delay' group.
21136
21137 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21138
21139         * message.el: Revert last changes.
21140         (message-insert-citation-line): Use newlines.
21141
21142 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21143
21144         * message.el (message-courtesy-message)
21145         (message-mark-insert-begin, message-mark-insert-end)
21146         (message-elide-ellipsis, message-cancel-message)
21147         (message-add-header, message-change-subject)
21148         (message-cross-post-followup-to-header)
21149         (message-cross-post-insert-note, message-reduce-to-to-cc)
21150         (message-widen-reply, message-delete-not-region)
21151         (message-kill-to-signature, message-insert-signature)
21152         (message-insert-importance-high, message-insert-importance-low)
21153         (message-insert-or-toggle-importance)
21154         (message-insert-disposition-notification-to)
21155         (message-indent-citation, message-yank-original)
21156         (message-cite-original-without-signature, message-cite-original)
21157         (message-insert-citation-line, message-position-on-field)
21158         (message-fix-before-sending, message-send-mail-partially)
21159         (message-send-mail, message-send-mail-with-sendmail)
21160         (message-send-mail-with-qmail, message-send-news)
21161         (message-check-news-header-syntax, message-generate-headers)
21162         (message-insert-courtesy-copy, message-fill-address)
21163         (message-fill-header, message-shorten-references)
21164         (message-setup-1, message-cancel-news)
21165         (message-forward-make-body-plain, message-forward-make-body-mime)
21166         (message-forward-make-body-mml, message-encode-message-body)
21167         (message-forward-make-body-digest-plain)
21168         (message-forward-make-body-digest-mime)
21169         (message-use-alternative-email-as-from): Insert `hard-newline'
21170         instead of ordinary newlines.
21171
21172 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21173
21174         * message.el (message-generate-headers): Downcase the argument
21175         given to message-check-element.
21176
21177 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21178
21179         * nntp.el (nntp-authinfo-rejected): New error condition.
21180         (nntp-wait-for): Use new error condition to signal authentication
21181         error.
21182         (nntp-retrieve-data): Rethrow new error condition to break out of
21183         recursive call to nntp-send-authinfo.
21184
21185 2005-11-08  Romain Francoise  <romain@orebokech.com>
21186
21187         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21188         (gnus-summary-exit-map): Bind to `Z p'.
21189         (gnus-summary-make-menu-bar): Add menu item.
21190
21191 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21192
21193         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21194         (gnus-treat-*): Add `first' in all doc strings.
21195
21196         * gnus-group.el (gnus-group-compact-group): Fix typo.
21197
21198 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * gnus.el (gnus-parameters-case-fold-search): New variable.
21201         (gnus-parameters-get-parameter): Use it.
21202
21203         * gnus-score.el (gnus-home-score-file): Doc fix.
21204
21205 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21206
21207         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21208
21209 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * mm-util.el (mm-special-display-p): New function.
21212
21213         * mml.el (mml-preview): Use it; doc fix.
21214
21215 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21216
21217         * imap.el (imap-open): Handle case where buffer is a buffer object.
21218
21219 2005-10-29  Romain Francoise  <romain@orebokech.com>
21220
21221         * message.el (message-fix-before-sending): Fix comment.
21222
21223 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21224
21225         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21226
21227 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21228
21229         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21230         Used in gnus-score.el.
21231
21232 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21233
21234         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21235
21236 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21237
21238         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21239         whitespace removed in revision 7.8.  Use concatenated string to
21240         protect trailing whitespace.
21241
21242 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21243
21244         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21245         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21246         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21247         Courier IMAP ("some version from 2004").  Mostly based on similar
21248         code in the same function.
21249
21250 2005-10-26  Didier Verna  <didier@xemacs.org>
21251
21252         * gnus-group.el (gnus-group-compact-group): Invalidate original
21253         article buffer.
21254         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21255         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21256         NOV database and in article itself.
21257         Invalidate article backlog.
21258
21259 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21260
21261         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21262
21263 2005-10-26  Simon Josefsson  <jas@extundo.com>
21264
21265         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21266         part of 2004-07-25 change.
21267
21268 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * message.el (message-display-completion-list): New function.
21271         (message-expand-group): Use it; make sure the Completions buffer
21272         is modifiable.
21273 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21274
21275         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21276         user-mail-name is an empty string.
21277
21278 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21279
21280         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21281         depending on gnus-score-decay-constant.
21282
21283         * encrypt.el (encrypt-insert-file-contents)
21284         (encrypt-write-file-contents): Don't use `gnus-message'.
21285
21286         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21287         arguments.
21288         (mm-uu-type-alist): Add message-marks and insert-marks.
21289         Pass arguments to mm-uu-verbatim-marks-extract.
21290         (mm-uu-hide-markers): New variable.
21291         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21292
21293         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21294         (gnus-convert-image-to-face-command): Use "convert" by default to
21295         allow other input image formats.
21296         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21297         accordingly.
21298
21299 2005-10-23  Simon Josefsson  <jas@extundo.com>
21300
21301         * imap.el (imap-gssapi-program): Align command line parameters
21302         with latest GNU SASL.
21303         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21304
21305 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21306
21307         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21308         HTML.
21309         (nnslashdot-request-article): Ditto.
21310
21311         * lpath.el (featurep): Add nobreak-char-display.
21312
21313 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21314
21315         * mail-source.el (mail-source-fetch-pop): Require pop3.
21316         (mail-source-check-pop): Ditto.
21317
21318 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21319
21320         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21321         errors.
21322
21323 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21324
21325         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21326         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21327
21328         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21329
21330         * mm-bodies.el (mm-decode-string):
21331         Call `mm-charset-to-coding-system' with allow-override argument.
21332
21333 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21334
21335         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21336         (rfc2047-charset-to-coding-system): New function.
21337         (rfc2047-decode-encoded-words): New function.
21338         (rfc2047-decode-region): Use them.
21339         (rfc2047-decode-cte): Remove.
21340         (rfc2047-parse-and-decode): Remove.
21341         (rfc2047-decode): Remove.
21342
21343 2005-10-15  Kenichi Handa  <handa@m17n.org>
21344
21345         * rfc2047.el (rfc2047-decode-cte): New function.
21346         (rfc2047-decode-region): Change the way to decode successive
21347         encoded-words: decode B- or Q-encoding in each encoded-word,
21348         concatenate them, and decode it as charset.
21349
21350 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21351
21352         * lpath.el: Fbind codepage-setup for XEmacs.
21353
21354 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21355
21356         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21357         widget-move-and-invoke.
21358         (gnus-custom-mode): Use gnus-custom-map.
21359
21360 2005-10-15  Bill Wohler  <wohler@newt.com>
21361
21362         * message.el (message-tool-bar-map): Rename image file from
21363         mail_send to mail/send.
21364
21365 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21366
21367         * message.el (message-expand-group): Pass the common
21368         prefix substring of completion to `display-completion-list'.
21369
21370 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21371
21372         * mml-sec.el (mml-secure-method): New internal variable.
21373         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21374         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21375         New functions using mml-secure-method.
21376
21377         * mml.el (mml-mode-map): Add key bindings for those functions.
21378         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21379         Harder <harder@myrealbox.com>.
21380         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21381         Goto end of message if point is the headers of the message.
21382
21383         * message.el (message-in-body-p): New function.
21384
21385         * assistant.el: Autoload gnus-util and netrc.
21386
21387         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21388         Use `mm-charset-override-alist' only when decoding.
21389
21390         * mm-bodies.el (mm-decode-body):
21391         Call `mm-charset-to-coding-system' with allow-override argument.
21392
21393         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21394         `filename' from Content-Disposition if Content-Type doesn't
21395         provide `name'.
21396         (gnus-mime-view-part-as-type): Set default instead of
21397         initial-input.
21398
21399 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21400
21401         * format-spec.el (format-spec): Propagate text properties of % spec.
21402
21403 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21404
21405         * gnus-art.el (gnus-treat-predicate): Add `first'.
21406
21407 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21408
21409         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21410         (mm-charset-override-alist): New variable.
21411         (mm-charset-to-coding-system): Use it.
21412         (mm-codepage-setup): New helper function.
21413         (mm-charset-eval-alist): New variable.
21414         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21415         Warn about unknown charsets.
21416
21417         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21418
21419 2005-10-04  David Hansen  <david.hansen@gmx.net>
21420
21421         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21422         (nnrss-check-group): Ditto.
21423
21424 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21425
21426         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21427         Rename x-gnus-verbatim to x-verbatim.
21428         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21429
21430         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21431         x-verbatim.
21432
21433         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21434
21435         * gnus-util.el (gnus-remove-duplicates): Remove.
21436
21437         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21438         instead of gnus-remove-duplicates.
21439
21440         * message.el (message-remove-duplicates): Remove.
21441         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21442         message-remove-duplicates.
21443
21444         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21445         available, else use implementation from `delete-dups'.
21446
21447         * message.el (message-insert-expires): New function.
21448         (message-mode-map): Add key binding.
21449         (message-mode-field-menu): Add menu entry.
21450         (message-mode): Document it.
21451         (message-make-expires-date): Use `message-make-date'.
21452
21453 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21454
21455         * message.el (message-make-expires-date): New function.
21456
21457 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21458
21459         * Makefile.in (list-installed-shadows): New entry.
21460         (install): Use it.
21461         (remove-installed-shadows): New entry.
21462
21463         * dgnushack.el (dgnushack-default-load-path): New variable.
21464         (dgnushack-find-lisp-shadows): New function.
21465         (dgnushack-remove-lisp-shadows): New function.
21466
21467 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * Makefile.in (install-el-elc): New entry.
21470         (install): Use it so that .el files are necessarily installed.
21471
21472 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21475
21476 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21477
21478         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21479         function rather than the diff-mode.el package.
21480         (mm-display-external): Use with-current-buffer.
21481         (mm-viewer-completion-map, mm-viewer-completion-map):
21482         Move initialization inside declaration.
21483
21484 2005-09-29  Simon Josefsson  <jas@extundo.com>
21485
21486         * spam.el: Load hashcash when compiling, to avoid warnings.
21487         Don't autoload mail-check-payment.
21488         (spam-check-hashcash): Define unconditionally, since hashcash.el
21489         is part of Gnus now.  Ignore errors from payment checking.
21490
21491 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21492
21493         * message.el (message-bold-region, message-unbold-region):
21494         Rename from `bold-region' and `unbold-region'.
21495
21496         * message.el: Remove useless autoloads.
21497
21498 2005-09-28  Simon Josefsson  <jas@extundo.com>
21499
21500         * message.el (message-use-idna): Default to t.
21501         (message-use-idna): Test whether encoding works too.  Doc fix.
21502
21503 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * nntp.el (nntp-warn-about-losing-connection): Remove.
21506
21507 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21508
21509         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21510         customizable.  Change default value.
21511         (mm-uu-diff-groups-regexp): Change default value.
21512         (mm-uu-type-alist): Add doc string.
21513         (mm-uu-configure): Add doc string.  Make it interactive.
21514         (mm-uu-tex-groups-regexp): New variable.
21515         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21516         (mm-uu-type-alist): Add LaTeX documents.
21517         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21518         of "text/verbatim".
21519         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21520
21521         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21522         instead of "text/verbatim".
21523
21524         * message.el (message-mark-inserted-region)
21525         (message-mark-insert-file): Use slrn style marks when called with
21526         prefix argument.
21527
21528 2005-09-27  Simon Josefsson  <jas@extundo.com>
21529
21530         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21531
21532 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21533
21534         * message.el (message-remove-duplicates): New function.
21535         Implementation borrowed from `gnus-remove-duplicates'.
21536         (message-idna-to-ascii-rhs): Also encode idna addresses in
21537         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21538         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21539         only ask about the same idna domain once per header and also tell
21540         in what header to replace the idna domain.
21541
21542         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21543         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21544         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21545         a header is decoded and not just the last one.
21546
21547 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21548
21549         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21550         has been decoded.
21551
21552         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21553         (mm-insert-part): Don't modify text if it has been decoded.
21554
21555         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21556         decoded.
21557
21558         * mm-view.el (mm-inline-text): Don't strip text props unless
21559         decoding enriched or richtext parts.
21560
21561 2005-09-25  Romain Francoise  <romain@orebokech.com>
21562
21563         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21564         * gnus-start.el (gnus-subscribe-interactively):
21565         * gnus-uu.el (gnus-uu-grab-articles):
21566         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21567         space.
21568
21569 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21570
21571         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21572         * mm-view.el (mm-view-pkcs7-decrypt):
21573         * gnus-sum.el (gnus-summary-limit-to-extra)
21574         (gnus-summary-respool-article, gnus-read-move-group-name):
21575         * gnus-score.el (gnus-summary-increase-score):
21576         * gnus-util.el (gnus-completing-read-with-default):
21577         * gnus-art.el (gnus-read-save-file-name)
21578         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21579         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
21580         * message.el (message-check-news-header-syntax):
21581         Follow convention for reading with the minibuffer.
21582
21583 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
21584
21585         * spam-report.el (spam-report-url-ping-plain):
21586         Use gnus-extended-version as User-Agent.
21587
21588         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
21589         default value is nil.
21590
21591         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
21592         (mm-uu-verbatim-marks-extract): New function.
21593         (mm-uu-extract): New face.
21594         (mm-uu-copy-to-buffer): Use it.
21595
21596         * spam-report.el (spam-report-gmane-ham): Rename from
21597         `spam-report-gmane-unspam'.
21598         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
21599         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
21600
21601         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
21602         Autoload.
21603         (spam-report-gmane-unregister-routine):
21604         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
21605
21606 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
21607
21608         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
21609         (spam-report-gmane-unregister-routine): Add support for gmane
21610         unregistration.
21611
21612         * spam-report.el (spam-report-gmane-unspam)
21613         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
21614         (spam-report-gmane): Change to take a single article and do unspam
21615         registration.
21616
21617 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21618
21619         * mm-url.el (mm-url-decode-entities): Fix regexp.
21620
21621 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21622
21623         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
21624         default to nil, to be able to use Gnus at all.  If the default
21625         switches to something else, then the function should be fixed not
21626         be exceedingly slow.
21627
21628 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
21629
21630         * gnus-start.el (gnus-activate-group): If the server is nil, don't
21631         fail hard.
21632
21633         * spam-report.el: Add better Keywords line.
21634
21635         * spam.el: Add Maintainer and better Keywords line.
21636
21637 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21638
21639         * gnus-art.el (gnus-article-replace-part)
21640         (gnus-mime-replace-part): New functions.
21641         (gnus-mime-action-alist, gnus-mime-button-commands)
21642         (gnus-mime-save-part-and-strip): Add file argument.
21643         (gnus-article-part-wrapper): Add interactive argument.
21644
21645         * gnus-sum.el (gnus-summary-mime-map):
21646         Add `gnus-article-replace-part'.
21647
21648 2005-09-19  Didier Verna  <didier@xemacs.org>
21649
21650         The nnml compaction feature:
21651         * nnml.el (nnml-request-compact-group): New function.
21652         * nnml.el (nnml-request-compact): New function.
21653         * gnus-int.el (gnus-request-compact-group): New function.
21654         * gnus-int.el (gnus-request-compact): New function.
21655         * gnus-group.el (gnus-group-compact-group): New function.
21656         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
21657         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
21658         * gnus-srvr.el (gnus-server-compact-server): New function.
21659         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
21660         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
21661
21662 2005-09-18  Deepak Goel  <deego@gnufans.org>
21663
21664         * sieve.el (sieve-help): Fix `message' call: first arg should be a
21665         format spec.
21666
21667 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21668
21669         * gnus.el (gnus-group-startup-message): Bind image-load-path.
21670
21671 2005-09-15  Romain Francoise  <romain@orebokech.com>
21672
21673         * message.el (message-fill-paragraph): Clarify docstring.
21674
21675 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21676
21677         * gnus-art.el (gnus-mime-display-part): Protect against broken
21678         MIME messages.
21679
21680 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21681
21682         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
21683         before parsing header.
21684
21685 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
21686
21687         * html2text.el (html2text-replace-list): Add new entities.
21688
21689 2005-09-11  Romain Francoise  <romain@orebokech.com>
21690
21691         * message.el (message-alternative-emails): Improve docstring.
21692         (message-setup-1): Call `message-use-alternative-email-as-from'
21693         after `message-setup-hook' to give it precedence over posting
21694         styles, etc.
21695         (message-use-alternative-email-as-from): Add docstring.
21696         Remove the original From header if present.
21697
21698         * nnml.el (nnml-compressed-files-size-threshold): New variable.
21699         (nnml-save-mail): Use it.
21700
21701         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
21702         articles.  Add new argument `silent'.
21703         (gnus-uu-mark-all): Report the total number of marked articles.
21704
21705 2005-09-10  Romain Francoise  <romain@orebokech.com>
21706
21707         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
21708         (gnus-uu-mark-series): Likewise.
21709
21710 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
21711
21712         * spam-report.el (spam-report-gmane): Fix generation of spam
21713         report URL.
21714
21715 2005-09-10  Simon Josefsson  <jas@extundo.com>
21716
21717         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
21718         t, based on discussion on the ding list with Robert Epprecht
21719         <epprecht@solnet.ch>.
21720
21721 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
21722
21723         * spam-report.el (spam-report-gmane): Make it work without
21724         X-Report-Spam header.  Gmane now only provides Archived-At.
21725         This is only used if `spam-report-gmane-use-article-number' is nil.
21726         (spam-report-gmane-spam-header): Remove.  Not used anymore.
21727
21728         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
21729         make `gnus-summary-sort-by-recipient' work with threading.
21730
21731         * nnweb.el (nnweb-google-wash-article): Print a message if article
21732         is not available.
21733
21734 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21735
21736         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
21737         change.  Decode text/* parts content before displaying.
21738
21739 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
21740
21741         * mml-smime.el: Remove defvar of gnus-extract-address-components.
21742
21743 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21744
21745         * mm-view.el (mm-display-inline-fontify): Disable support modes.
21746
21747         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
21748         url-package-name, url-package-version,
21749         w3m-cid-retrieve-function-alist, w3m-current-buffer,
21750         w3m-display-inline-images, and w3m-minor-mode-map.
21751
21752 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
21753
21754         * message.el (message-tab-body-function): Fix mismatched custom type.
21755
21756         * gnus.el (gnus-group-change-level-function): Ditto.
21757
21758         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
21759
21760         * gnus-art.el (gnus-signature-limit)
21761         (gnus-article-mime-part-function): Ditto.
21762
21763 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21764
21765         * mml.el (mml-mode): Silence the byte compiler.
21766
21767         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
21768         using `(sit-for 0)' before moving the point to the specified part;
21769         skip unbuttonized parts.
21770         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
21771         return to the summary window if gnus-auto-select-part is non-nil.
21772
21773 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
21774
21775         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
21776         New variables.
21777         (mml-dnd-attach-file, mml-mode): Use them.
21778
21779         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
21780         Make fetching article by MID work again for Google Groups.
21781         Add FIXME concerning gnus-group-make-web-group.
21782
21783         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
21784         Don't depend on Gnus by using mail-extract-address-components if
21785         gnus-extract-address-components is not bound.
21786
21787 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21788
21789         * gnus-art.el (gnus-mime-display-security): Don't display the
21790         signature, but only the signed part.
21791
21792 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21793
21794         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
21795
21796         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
21797         list, not listp.
21798
21799 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
21800
21801         * mm-encode.el (mm-encode-content-transfer-encoding):
21802         Likewise when encoding.
21803
21804         * mm-bodies.el (mm-decode-content-transfer-encoding):
21805         De-canonicalize CRLF for all text content types, not just
21806         text/plain.
21807
21808 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21809
21810         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
21811         valid article; point arrow and cursor at the MIME button.
21812
21813 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21814
21815         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
21816         Suggested by Dan Christensen <jdc@uwo.ca>.
21817
21818         * mm-decode.el (mm-save-part): Enable change of prompt.
21819
21820 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
21821
21822         * gnus-msg.el (gnus-inews-add-send-actions):
21823         Make `message-post-method' lambda parameter ARG `&optional'.
21824
21825 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21826
21827         * gnus-sum.el (gnus-summary-mime-map):
21828         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
21829         gnus-article-jump-to-part.
21830
21831         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
21832         (gnus-article-edit-part): Use it.
21833         (gnus-article-part-wrapper): Add no-handle argument.
21834         (gnus-article-save-part-and-strip, gnus-article-delete-part):
21835         New functions.
21836
21837 2005-08-29  Romain Francoise  <romain@orebokech.com>
21838
21839         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
21840         docstring.
21841         (gnus-face-from-file): Likewise.
21842
21843 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
21844
21845         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
21846         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
21847         non-nil.
21848         (gnus-auto-select-part): New variable.
21849         (gnus-article-jump-to-part): New function.
21850         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
21851         (gnus-mime-delete-part): Allow selecting specified part after
21852         deleting or stripping parts.
21853         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
21854         part if argument is bogus.
21855
21856 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
21857
21858         * gnus-art.el (w3m-minor-mode-map):
21859         * gnus-spec.el (gnus-newsrc-file-version):
21860         * gnus-util.el (nnmail-active-file-coding-system)
21861         (gnus-original-article-buffer, gnus-user-agent):
21862         * gnus.el (gnus-ham-process-destinations)
21863         (gnus-parameter-ham-marks-alist)
21864         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
21865         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
21866         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
21867         * mm-decode.el (gnus-current-window-configuration):
21868         * mm-extern.el (gnus-article-mime-handles):
21869         * mm-url.el (url-current-object, url-package-name)
21870         (url-package-version):
21871         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
21872         (smime-keys, w3m-cid-retrieve-function-alist)
21873         (w3m-current-buffer, w3m-display-inline-images)
21874         (w3m-minor-mode-map):
21875         * mml-smime.el (gnus-extract-address-components):
21876         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
21877         (gnus-newsrc-hashtb, message-default-charset)
21878         (message-deletable-headers, message-options)
21879         (message-posting-charset, message-required-mail-headers)
21880         (message-required-news-headers):
21881         * mml1991.el (mc-pgp-always-sign):
21882         * mml2015.el (mc-pgp-always-sign):
21883         * nnheader.el (nnmail-extra-headers):
21884         * rfc1843.el (gnus-decode-encoded-word-function)
21885         (gnus-decode-header-function, gnus-newsgroup-name):
21886         * spam-stat.el (gnus-original-article-buffer): Add defvars.
21887
21888 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
21889
21890         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
21891         the end of the date treatments.
21892
21893 2005-08-15  Simon Josefsson  <jas@extundo.com>
21894
21895         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
21896         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
21897         Capello and Romain Francoise.
21898         (pgg-fetch-key-function): Remove, not used?
21899         (pgg-insert-url-with-w3): Require url, to get
21900         url-insert-file-contents regardless of where it is defined.
21901
21902 2005-08-13  Romain Francoise  <romain@orebokech.com>
21903
21904         * message.el (message-cite-original-1): New function.
21905         (message-cite-original): Use it.
21906         (message-cite-original-without-signature): Ditto.
21907
21908 2005-08-08  Romain Francoise  <romain@orebokech.com>
21909
21910         * message.el (message-yank-empty-prefix): New variable.
21911         (message-indent-citation): Use it.
21912         (message-cite-original-without-signature): Respect X-No-Archive.
21913
21914 2005-08-08  Simon Josefsson  <jas@extundo.com>
21915
21916         * pgg.el: Autoload url-insert-file-contents instead of loading
21917         w3/url.
21918         (pgg-insert-url-with-w3): Don't load url here.
21919
21920 2005-08-07  Jesper Harder  <harder@phys.au.dk>
21921
21922         * message.el (message-kill-to-signature): Don't insert newline at
21923         bol.
21924         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
21925
21926 2005-08-06  Romain Francoise  <romain@orebokech.com>
21927
21928         * message.el (message-user-fqdn): Fix typo in docstring.
21929
21930 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
21931
21932         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
21933
21934         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
21935
21936 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21937
21938         * mm-bodies.el (mm-encode-body): Use coding system rather than
21939         charset to encode text.
21940
21941         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
21942         number of charsets if utf-8 is available (XEmacs).
21943
21944 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
21945
21946         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
21947         taken from `gnus-button-mid-or-mail-regexp'.
21948         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
21949         (gnus-button-alist): Improve regexp for domain part of the MIDs
21950         for news:localpart@domain buttons.
21951         (gnus-button-ctan-directory-regexp): Update.
21952
21953 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21954
21955         * sieve-manage.el (sieve-manage-interactive-login):
21956         Use make-local-variable rather than make-variable-buffer-local.
21957         (sieve-manage-open): Ditto.
21958         (sieve-manage-authenticate): Ditto.
21959
21960         * mml.el (mml-generate-mime-1): Make the content type default to
21961         text/plain if the filename is not specified.
21962
21963 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21964
21965         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
21966         instead of insert-buffer.
21967
21968         * message.el (message-yank-original): Ditto; set the mark at the
21969         end of the yanked message.
21970
21971 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
21974         lines to scroll rather than to stop it.
21975
21976         * mml.el (mml-generate-default-type): Add doc string.
21977         (mml-generate-mime-1): Use mm-default-file-encoding or make it
21978         default to application/octet-stream when determining the content
21979         type if it is not specified for the part or the mml contents; add
21980         a comment about mml-generate-default-type.
21981
21982 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
21983
21984         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
21985         make it default to application/octet-stream when determining the
21986         content type if it is not specified for the external contents.
21987
21988 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21989
21990         * rfc2231.el (rfc2231-parse-string): Take care that not only a
21991         segmented parameter but also other parameters might be there.
21992
21993 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21994
21995         * mm-decode.el (mm-display-external): Delete temp file, directory
21996         and buffer immediately if the external process is exited.
21997
21998 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21999
22000         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22001         fewer lines than that of scroll-margin.
22002         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22003
22004 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22005
22006         * gnus-art.el (gnus-article-next-page): Revert.
22007         (gnus-article-beginning-of-window): New macro.
22008         (gnus-article-next-page-1): Use it.
22009         (gnus-article-prev-page): Ditto.
22010         (gnus-article-edit-part): Use insert-buffer-substring instead of
22011         insert-buffer.
22012         (gnus-article-edit-exit): Ditto.
22013
22014         * gnus-util.el (gnus-beginning-of-window): Remove.
22015         (gnus-end-of-window): Remove.
22016
22017         * lpath.el: Don't bind header-line-format and scroll-margin.
22018
22019 2005-07-25  Simon Josefsson  <jas@extundo.com>
22020
22021         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22022         to have the url package without w3.  Reported by Daiki Ueno
22023         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22024
22025 2005-07-20  Didier Verna  <didier@xemacs.org>
22026
22027         * gnus-diary.el: Remove the description comment (nndiary is now
22028         properly documented in the Gnus manual).
22029         Fix the spelling of "Back End".
22030         * nndiary.el: Ditto.
22031         Fix the copyright notice.
22032
22033 2005-07-18  Romain Francoise  <romain@orebokech.com>
22034
22035         * gnus-sum.el (gnus-summary-to-prefix)
22036         (gnus-summary-newsgroup-prefix): New variables.
22037         (gnus-summary-from-or-to-or-newsgroups): Use them.
22038
22039 2005-07-17  Romain Francoise  <romain@orebokech.com>
22040
22041         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22042         space as it's generally not especially interesting to the user.
22043
22044 2005-07-16  Romain Francoise  <romain@orebokech.com>
22045
22046         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22047         nil to avoid prompting and file modification if one of the
22048         messages at the top of the nnfolder file contains a copyright
22049         notice.
22050         Update copyright notice.
22051
22052         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22053         instead of `current-time-string' as the latter creates a time
22054         string that is not RFC 2822 compliant (it lacks the zone).
22055         Update copyright notice.
22056
22057 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22058
22059         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22060         for text/rtf.  Display default in prompt.  Pass default for M-n.
22061
22062         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22063
22064 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22065
22066         * gnus-msg.el (gnus-button-mailto):
22067         Remove save-selected-window-window hackery because it relies on
22068         save-selected-window internals.
22069
22070 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22071
22072         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22073         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22074         (gnus-article-prev-page): Ditto.
22075
22076         * gnus-util.el (gnus-beginning-of-window): New function.
22077         (gnus-end-of-window): New function.
22078
22079         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22080
22081 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22082
22083         * gnus-score.el (gnus-score-edit-all-score):
22084         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22085         gnus-message.
22086
22087 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22088
22089         * gnus-msg.el (gnus-button-mailto):
22090         Remove save-selected-window-window hackery because it relies on
22091         save-selected-window internals.
22092
22093 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22094
22095         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22096         add-minor-mode.
22097         (gnus-binary-mode): Ditto.
22098
22099         * gnus-topic.el (gnus-topic-mode): Ditto.
22100
22101 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22102
22103         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22104         (gnus-article-prev-page): Take scroll-margin into consideration.
22105
22106 2005-07-04  Lute Kamstra  <lute@gnu.org>
22107
22108         Update FSF's address in GPL notices.
22109
22110 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22111
22112         * gnus.el (gnus-exit):
22113         * gnus-group.el (gnus-group-icons):
22114         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22115
22116         * gnus-nocem.el (gnus-nocem):
22117         * message.el (message-various, message-buffers, message-sending)
22118         (message-interface, message-forwarding, message-insertion)
22119         (message-headers, message-news, message-mail):
22120         * pgg-gpg.el (pgg-gpg):
22121         * pgg-parse.el (pgg-parse):
22122         * pgg-pgp.el (pgg-pgp):
22123         * pgg-pgp5.el (pgg-pgp5):
22124         * pop3.el (pop3): Finish `defgroup' description with period.
22125
22126 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * gnus-art.el (article-display-face): Improve the efficiency.
22129         (article-display-x-face): Ditto; remove gray x-face stuff.
22130
22131 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22132
22133         * gnus-art.el (article-display-face): Correct the position in
22134         which Faces are inserted.
22135
22136 2005-06-29  Didier Verna  <didier@xemacs.org>
22137
22138         * gnus-art.el (article-display-face): Display faces in correct
22139         order.
22140
22141 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22142
22143         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22144         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22145         (gnus-nocem-check-article): Fetch the Type header.
22146         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22147         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22148         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22149         make sure gnus-nocem-hashtb is initialized.
22150         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22151         (gnus-nocem-unwanted-article-p): Ditto.
22152
22153         * pgg.el (pgg-verify): Return the verification result.
22154
22155 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22156
22157         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22158         is ascii.
22159
22160 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22161
22162         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22163         `show-nonbreak-escape'.
22164
22165 2005-06-23  Lute Kamstra  <lute@gnu.org>
22166
22167         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22168
22169         * dig.el (dig-mode):
22170         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22171
22172 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22173
22174         * nnimap.el (nnimap-split-download-body): Fix spellings.
22175
22176 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22177
22178         * gnus-art.el (gnus-article-encrypt-body):
22179         * gnus-cus.el (gnus-score-customize):
22180         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22181         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22182
22183 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22184
22185         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22186         header by looking for magic "MII" at the beginning.
22187
22188 2005-06-16  Miles Bader  <miles@gnu.org>
22189
22190         * gnus-xmas.el (gnus-xmas-group-startup-message):
22191         Use renamed gnus-splash face.
22192
22193         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22194         (assistant-field-face): New backward-compatibility alias for renamed
22195         face.
22196         (assistant-render-text): Use renamed assistant-field face.
22197
22198         * spam.el (spam): Remove "-face" suffix from face name.
22199         (spam-face): New backward-compatibility alias for renamed face.
22200         (spam-face, spam-initialize): Use renamed spam face.
22201
22202         * message.el (message-header-to, message-header-cc)
22203         (message-header-subject, message-header-newsgroups)
22204         (message-header-other, message-header-name)
22205         (message-header-xheader, message-separator, message-cited-text)
22206         (message-mml): Remove "-face" suffix from face names.
22207         (message-header-to-face, message-header-cc-face)
22208         (message-header-subject-face, message-header-newsgroups-face)
22209         (message-header-other-face, message-header-name-face)
22210         (message-header-xheader-face, message-separator-face)
22211         (message-cited-text-face, message-mml-face):
22212         New backward-compatibility aliases for renamed faces.
22213         (message-font-lock-keywords): Use renamed message faces.
22214
22215         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22216         (sieve-test-commands, sieve-tagged-arguments):
22217         Remove "-face" suffix from face names.
22218         (sieve-control-commands-face, sieve-action-commands-face)
22219         (sieve-test-commands-face, sieve-tagged-arguments-face):
22220         New backward-compatibility aliases for renamed faces.
22221         (sieve-control-commands-face, sieve-action-commands-face)
22222         (sieve-test-commands-face, sieve-tagged-arguments-face):
22223         Use renamed sieve faces.
22224
22225         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22226         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22227         (gnus-group-news-3-empty, gnus-group-news-4)
22228         (gnus-group-news-4-empty, gnus-group-news-5)
22229         (gnus-group-news-5-empty, gnus-group-news-6)
22230         (gnus-group-news-6-empty, gnus-group-news-low)
22231         (gnus-group-news-low-empty, gnus-group-mail-1)
22232         (gnus-group-mail-1-empty, gnus-group-mail-2)
22233         (gnus-group-mail-2-empty, gnus-group-mail-3)
22234         (gnus-group-mail-3-empty, gnus-group-mail-low)
22235         (gnus-group-mail-low-empty, gnus-summary-selected)
22236         (gnus-summary-cancelled, gnus-summary-high-ticked)
22237         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22238         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22239         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22240         (gnus-summary-low-undownloaded)
22241         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22242         (gnus-summary-low-unread, gnus-summary-normal-unread)
22243         (gnus-summary-high-read, gnus-summary-low-read)
22244         (gnus-summary-normal-read, gnus-splash):
22245         Remove "-face" suffix from face names.
22246         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22247         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22248         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22249         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22250         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22251         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22252         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22253         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22254         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22255         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22256         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22257         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22258         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22259         (gnus-summary-normal-ticked-face)
22260         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22261         (gnus-summary-normal-ancient-face)
22262         (gnus-summary-high-undownloaded-face)
22263         (gnus-summary-low-undownloaded-face)
22264         (gnus-summary-normal-undownloaded-face)
22265         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22266         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22267         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22268         (gnus-splash-face):
22269         New backward-compatibility aliases for renamed faces.
22270         (gnus-group-startup-message): Use renamed gnus faces.
22271
22272         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22273         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22274         (gnus-server-agent): Remove "-face" suffix from face names.
22275         (gnus-server-agent-face, gnus-server-opened-face)
22276         (gnus-server-closed-face, gnus-server-denied-face)
22277         (gnus-server-offline-face):
22278         New backward-compatibility aliases for renamed faces.
22279         (gnus-server-agent-face, gnus-server-opened-face)
22280         (gnus-server-closed-face, gnus-server-denied-face)
22281         (gnus-server-offline-face): Use renamed gnus faces.
22282
22283         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22284         Remove "-face" suffix from face names.
22285         (gnus-picon-xbm-face, gnus-picon-face):
22286         New backward-compatibility aliases for renamed faces.
22287
22288         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22289         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22290         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22291         (gnus-cite-11): Remove "-face" suffix from face names.
22292         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22293         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22294         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22295         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22296         New backward-compatibility aliases for renamed faces.
22297         (gnus-cite-attribution-face, gnus-cite-face-list)
22298         (gnus-article-boring-faces): Use renamed gnus faces.
22299
22300         * gnus-art.el (gnus-signature, gnus-header-from)
22301         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22302         (gnus-header-content): Remove "-face" suffix from face names.
22303         (gnus-signature-face, gnus-header-from-face)
22304         (gnus-header-subject-face, gnus-header-newsgroups-face)
22305         (gnus-header-name-face, gnus-header-content-face):
22306         New backward-compatibility aliases for renamed faces.
22307         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22308
22309         * gnus-sum.el (gnus-summary-selected-face)
22310         (gnus-summary-highlight): Use renamed gnus faces.
22311         * gnus-group.el (gnus-group-highlight): Likewise.
22312
22313 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22314
22315         * gnus-sieve.el (gnus-sieve-article-add-rule):
22316         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22317         * spam-stat.el (spam-stat-buffer-change-to-spam)
22318         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22319
22320         * message.el (message-is-yours-p):
22321         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22322
22323 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22324
22325         * mm-view.el (mm-inline-text): Withdraw the last change.
22326
22327 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22330         executing enriched-decode.
22331
22332 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22333
22334         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22335         charset of tar files.
22336
22337 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22338
22339         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22340
22341 2005-06-04  Lute Kamstra  <lute@gnu.org>
22342
22343         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22344         information is never recorded.
22345
22346 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22347
22348         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22349
22350 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22351
22352         * pop3.el (pop3-apop): Run md5 in the binary mode.
22353
22354         * starttls.el (starttls-set-process-query-on-exit-flag):
22355         Use eval-and-compile.
22356
22357 2005-05-31  Simon Josefsson  <jas@extundo.com>
22358
22359         * smime.el (smime-replace-in-string): Define.
22360         (smime-cert-by-ldap-1): Use it.
22361
22362 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22363
22364         * gnus-art.el (article-display-x-face): Replace
22365         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22366
22367         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22368         set-process-query-on-exit-flag or process-kill-without-query.
22369
22370         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22371         loop instead of replace-regexp.
22372
22373         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22374         instead of process-kill-without-query if it is available.
22375
22376         * lpath.el: Fbind ldap-search-entries.
22377
22378         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22379         instead of find-file-hooks if it is available.
22380
22381         * mml1991.el: Bind pgg-default-user-id when compiling.
22382
22383         * mml2015.el: Bind pgg-default-user-id when compiling.
22384
22385         * nndraft.el (nndraft-request-associate-buffer):
22386         Use write-contents-functions instead of write-contents-hooks if it is
22387         available.
22388
22389         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22390         instead of find-file-hooks if it is available.
22391
22392         * nntp.el (nntp-open-connection): Replace
22393         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22394         (nntp-open-ssl-stream): Ditto.
22395         (nntp-open-tls-stream): Ditto.
22396
22397         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22398         set-process-query-on-exit-flag or process-kill-without-query.
22399         (starttls-open-stream-gnutls): Use it instead of
22400         process-kill-without-query.
22401         (starttls-open-stream): Ditto.
22402
22403 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22404
22405         * smime.el (smime-cert-by-ldap-1): Don't use
22406         replace-regexp-in-string.
22407
22408 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22409
22410         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22411
22412         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22413         in PEM format.  Adjust to the XEmacs compatibility.
22414
22415 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22416
22417         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22418         by `string-to-number'.
22419         * gnus-agent.el (gnus-agent-regenerate-group)
22420         (gnus-agent-fetch-articles): Ditto.
22421         * gnus-art.el (gnus-button-fetch-group): Ditto.
22422         * gnus-cache.el (gnus-cache-generate-active)
22423         (gnus-cache-articles-in-group): Ditto.
22424         * gnus-group.el (gnus-group-set-current-level)
22425         (gnus-group-insert-group-line): Ditto.
22426         * gnus-score.el (gnus-score-set-expunge-below)
22427         (gnus-score-set-mark-below, gnus-summary-score-effect)
22428         (gnus-summary-score-entry): Ditto.
22429         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22430         (gnus-soup-pack): Ditto.
22431         * gnus-spec.el (gnus-xmas-format): Ditto.
22432         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22433         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22434         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22435         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22436         * nndb.el (nndb-get-remote-expire-response): Ditto.
22437         * nndiary.el (nndiary-parse-schedule-value)
22438         (nndiary-string-to-number, nndiary-request-replace-article)
22439         (nndiary-request-article): Ditto.
22440         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22441         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22442         * nneething.el (nneething-make-head): Ditto.
22443         * nnfolder.el (nnfolder-request-article)
22444         (nnfolder-retrieve-headers): Ditto.
22445         * nnheader.el (nnheader-file-to-number): Ditto.
22446         * nnkiboze.el (nnkiboze-request-article): Ditto.
22447         * nnmail.el (nnmail-process-unix-mail-format)
22448         (nnmail-process-babyl-mail-format): Ditto.
22449         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22450         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22451         (nnmh-request-create-group, nnmh-request-list-1)
22452         (nnmh-request-group, nnmh-request-article): Ditto.
22453         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22454         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22455         * nnsoup.el (nnsoup-make-active): Ditto.
22456         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22457         * nntp.el (nntp-find-group-and-number)
22458         (nntp-retrieve-headers-with-xover): Ditto.
22459         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22460         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22461         (pgg-format-key-identifier): Ditto.
22462         * pop3.el (pop3-last, pop3-stat): Ditto.
22463         * qp.el (quoted-printable-decode-region): Ditto.
22464
22465         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22466         of concat.
22467
22468 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22469
22470         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22471
22472         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22473
22474         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22475
22476         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22477
22478         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22479
22480         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22481
22482         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22483         (gnus-carpal-mode): Ditto.
22484
22485         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22486         (gnus-browse-mode): Ditto.
22487
22488         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22489
22490         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22491
22492 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22493
22494         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22495
22496 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22497
22498         * gnus-util.el (gnus-run-mode-hooks): New function.
22499
22500         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22501
22502         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22503         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22504
22505 2005-05-27  Lute Kamstra  <lute@gnu.org>
22506
22507         * dns-mode.el (dns-mode): Specify customization group.
22508
22509 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22510
22511         * gnus-agent.el (gnus-agent-make-mode-line-string):
22512         Use mode-line-highlight as mouse-face.
22513
22514 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22515
22516         * canlock.el (canlock): Change the parent group to news.
22517
22518         * deuglify.el (gnus-outlook-deuglify): Add :group.
22519
22520         * dig.el (dig): Add :group.
22521
22522         * dns-mode.el (dns-mode): Add :group.
22523
22524         * encrypt.el (encrypt): Add :group.
22525
22526         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22527         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22528         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22529         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22530         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22531
22532         * gnus-diary.el (gnus-diary): Add :group.
22533
22534         * gnus.el (gnus-group-news-1-face): Add :group.
22535         (gnus-group-news-1-empty-face): Ditto.
22536         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22537         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22538         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22539         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22540         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22541         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22542         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22543         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22544         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22545         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22546         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22547         (gnus-summary-high-ticked-face): Ditto.
22548         (gnus-summary-low-ticked-face): Ditto.
22549         (gnus-summary-normal-ticked-face): Ditto.
22550         (gnus-summary-high-ancient-face): Ditto.
22551         (gnus-summary-low-ancient-face): Ditto.
22552         (gnus-summary-normal-ancient-face): Ditto.
22553         (gnus-summary-high-undownloaded-face): Ditto.
22554         (gnus-summary-low-undownloaded-face): Ditto.
22555         (gnus-summary-normal-undownloaded-face): Ditto.
22556         (gnus-summary-high-unread-face): Ditto.
22557         (gnus-summary-low-unread-face): Ditto.
22558         (gnus-summary-normal-unread-face): Ditto.
22559         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22560         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22561
22562         * hashcash.el (hashcash): New custom group.
22563         (hashcash-default-payment): Add :group.
22564         (hashcash-payment-alist): Ditto.
22565         (hashcash-default-accept-payment): Ditto.
22566         (hashcash-accept-resources): Ditto.
22567         (hashcash-path): Ditto.
22568         (hashcash-extra-generate-parameters): Ditto.
22569         (hashcash-double-spend-database): Ditto.
22570         (hashcash-in-news): Ditto.
22571
22572         * message.el (message-minibuffer-local-map): Add :group.
22573
22574         * netrc.el (netrc): Add :group.
22575
22576         * sieve-manage.el (sieve-manage-log): Add :group.
22577         (sieve-manage-default-user): Diito.
22578         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22579         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
22580         (sieve-manage-authenticators): Ditto.
22581         (sieve-manage-authenticator-alist): Ditto.
22582         (sieve-manage-default-port): Ditto.
22583
22584         * sieve-mode.el (sieve-control-commands-face): Add :group.
22585         (sieve-action-commands-face): Ditto.
22586         (sieve-test-commands-face): Ditto.
22587         (sieve-tagged-arguments-face): Ditto.
22588
22589         * smime.el (smime): Add :group.
22590
22591         * spam-report.el (spam-report): Add :group.
22592
22593         * spam.el (spam, spam-face): Add :group.
22594
22595 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22596
22597         * nntp.el (nntp-next-result-arrived-p): Some news servers may
22598         return \n.\n.\n at the end of articles.  Protect against that.
22599         (nntp-with-open-group): Allow debugging.
22600
22601         * nnheader.el (mail-header-set-extra): Make into a function
22602         because I just could't understand how to quote the list properly.
22603
22604         * dns.el (query-dns-cached): New function.
22605
22606 2005-05-26  Lute Kamstra  <lute@gnu.org>
22607
22608         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
22609
22610 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22611
22612         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
22613
22614         * gnus-art.el: Don't autoload mail-extract-address-components.
22615
22616         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
22617         eval-and-compile to evaluate it.
22618
22619         * hashcash.el: Don't autoload executable-find.
22620
22621         * nndb.el: Don't declare the nndb back end two or more times; don't
22622         autoload news-reply-mode, news-setup, cancel-timer and telnet.
22623
22624         * nntp.el: Autoload format-spec instead of format; use
22625         eval-and-compile to evaluate autoload forms.
22626
22627 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
22628
22629         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
22630
22631 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22632
22633         * gnus.el (gnus-version-number): Bump version.
22634
22635 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22636
22637         * gnus.el: No Gnus v0.3 is released.
22638
22639 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22640
22641         * lpath.el (featurep): Bind show-nonbreak-escape.
22642
22643 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22644
22645         * gnus-art.el (gnus-article-edit-part): Disable undo.
22646
22647 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22648
22649         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
22650         gnus-article-date-lapsed-new-header is t if date timer is active;
22651         skip headers in which the original date value is empty.
22652         (gnus-article-save-original-date): Redefine it as a macro.
22653         (gnus-display-mime): Use it.
22654
22655 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22656
22657         * gnus-art.el (article-date-ut): Support converting date in
22658         forwarded parts as well.
22659         (gnus-article-save-original-date): New function.
22660         (gnus-display-mime): Use it.
22661
22662 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
22663
22664         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
22665         enclosure element of <item>.
22666
22667 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
22668
22669         * message.el (message-kill-buffer-query): Rename from
22670         `message-kill-buffer-query-if-modified'.  Add :version.
22671
22672 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22673
22674         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
22675         window layout.
22676
22677 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22678
22679         * mml.el: Autoload dnd when compiling.
22680
22681 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
22682
22683         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
22684         x-dnd-*.
22685
22686 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22687
22688         * qp.el (quoted-printable-encode-region): Save excursion.
22689
22690 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
22691
22692         * message.el (message-kill-buffer-query-if-modified): Add new variable
22693         so the user can kill a modified message buffer quickly.
22694         (message-kill-buffer): Use it.
22695
22696 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22697
22698         * lpath.el: Fbind display-time-event-handler; don't fbind
22699         string-to-multibyte.
22700
22701         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
22702
22703 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22704
22705         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
22706         contained in text because xml.el decodes entities) with LFs.
22707
22708 2005-04-11  Lute Kamstra  <lute@gnu.org>
22709
22710         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
22711         differently.
22712
22713 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22714
22715         * mm-util.el (mm-detect-coding-region): Typo.
22716
22717 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22718
22719         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
22720
22721 2005-04-06  Deepak Goel  <deego@gnufans.org>
22722
22723         * spam-stat.el (spam-stat-score-buffer): Add a call to a
22724         user-function allow user modifications of the scores.
22725         (spam-stat-score-buffer-user): New function, to allow
22726         user-computed modifications to the score.
22727         (spam-stat-score-buffer-user-functions): List of additional
22728         scoring functions.
22729         (spam-stat-error-holder): Global temporary error holder.
22730         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
22731         variable.
22732
22733 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
22734
22735         * gnus-registry.el (gnus-registry-clean-empty-function)
22736         (gnus-registry-trim, gnus-registry-fetch-groups)
22737         (gnus-registry-delete-group): Groups that match
22738         `gnus-registry-ignored-groups' are removed from the registry
22739         entries, not just ignored for splitting.  This helps clean up the
22740         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
22741         to get all the groups a message ID is in.
22742
22743         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
22744         (spam-stat-split-fancy): Change "threshhold" to "threshold".
22745         (spam-stat-score-buffer-user-functions): Add :number custom type.
22746
22747 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22748
22749         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
22750         argument in XEmacs.
22751
22752         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
22753         (nnrss-request-group): Decode group name first.
22754         (nnrss-request-article): Make a text/plain article if mml-to-mime
22755         failed.
22756         (nnrss-get-encoding): Return a compatible encoding according to
22757         nnrss-compatible-encoding-alist.
22758         (nnrss-find-el): Use consp instead of listp.
22759         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
22760
22761 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22762
22763         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
22764         which Emacs 20 doesn't support.
22765         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
22766
22767 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
22768
22769         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
22770         silence the byte compiler inside the defun.
22771
22772         * gnus-demon.el (parse-time-string): Add autoload.
22773
22774         * gnus-delay.el (parse-time-string): Add autoload.
22775
22776         * gnus-art.el (parse-time-string): Add autoload.
22777
22778         * nnultimate.el (parse-time): Require for `parse-time-string'.
22779
22780 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
22781
22782         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
22783
22784         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
22785
22786         * smime.el (smime-ldap-host-list): Add :version.
22787
22788 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
22789
22790         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
22791         pass it to `gnus-browse-read-group'.
22792         (gnus-browse-read-group): Add NUMBER argument and pass it to
22793         `gnus-group-read-ephemeral-group'.
22794
22795         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
22796         argument and pass it to `gnus-group-read-group'.
22797
22798 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
22799
22800         * mm-util.el (mm-xemacs-find-mime-charset): Only call
22801         mm-xemacs-find-mime-charset-1 if we have the mule feature
22802         available at runtime.
22803
22804 2005-03-25  Werner Lemberg  <wl@gnu.org>
22805
22806         * nnmaildir.el: Replace `illegal' with `invalid'.
22807
22808 2005-03-23  Lute Kamstra  <lute@gnu.org>
22809
22810         * time-date.el: Add comment on time value formats.
22811         Don't require parse-time.
22812         (with-decoded-time-value): New macro.
22813         (encode-time-value): New function.
22814         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22815         (days-to-time): Return a valid time value when arg is huge.
22816         (time-since): Use time-subtract.
22817         (time-to-number-of-days): Use time-to-seconds.
22818
22819 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22820
22821         * gnus-start.el (gnus-display-time-event-handler):
22822         Check display-time-timer at runtime rather than only at load time
22823         in case display-time-mode is turned off in the mean time.
22824
22825 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
22826
22827         * nnimap.el (nnimap-open-connection): Print which authinfo file is
22828         used.
22829
22830         * nneething.el (nneething-map-file-directory): Derive from
22831         `gnus-directory'.
22832
22833         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
22834         the To/Cc button.
22835
22836 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
22837
22838         * nnmaildir.el (nnmaildir-request-accept-article):
22839         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
22840
22841 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22842
22843         * gnus-async.el: Require timer-funcs at compile time when in
22844         XEmacs for `run-with-idle-timer'.
22845
22846 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
22847
22848         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
22849         autoloaded function.
22850
22851 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22852
22853         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
22854
22855 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
22856
22857         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
22858
22859 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22860
22861         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
22862         Add gnus-expert-user to default.
22863
22864 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
22865
22866         * nnimap.el (nnimap-open-server): Ditto.
22867
22868         * imap.el (imap-authenticate): Fix typo.
22869
22870 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
22871
22872         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
22873         buffer (since IMAP server might return FETCH response out of
22874         order, and the nntp buffer must be sorted).
22875
22876 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
22877
22878         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
22879         comparison on string.
22880
22881         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
22882         (gnus-agent-score): Rename category keywords to match gnus-cus.
22883         (gnus-agent-summary-fetch-series): Modify to protect against
22884         gnus-agent-summary-fetch-group clearing processable flags.
22885         (gnus-agent-synchronize-group-flags): Update live group buffer as
22886         synchronization may occur due to the user toggle the plugged
22887         status.
22888         (gnus-agent-fetch-group-1): Clear downloadable flag when article
22889         successfully downloaded.
22890         (gnus-agent-expire-group-1): Avoid using markers when the overview
22891         is in ascending order; greatly improves performance.
22892         (gnus-agent-regenerate-group):
22893         Use gnus-agent-synchronize-group-flags to reset read status in both
22894         gnus and server.
22895         (gnus-agent-update-files-total-fetched-for): Fix initial size.
22896
22897 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
22898
22899         * message.el: Don't autoload former message-utils variables.
22900         (message-strip-subject-trailing-was): Change doc string.
22901
22902         * nnweb.el: Fixes for `gnus-group-make-web-group'.
22903         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
22904         (nnweb-google-search): Add "hl=en" here.
22905         (nnweb-google-parse-1, nnweb-google-create-mapping):
22906         Don't hardcode URL.
22907
22908 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
22909
22910         * message.el (message-get-reply-headers, message-followup):
22911         Mention related variables `message-use-followup-to' and
22912         `message-use-mail-followup-to', in the information buffer.
22913
22914         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
22915         of broken groups(-beta).google.com.
22916
22917 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
22918
22919         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
22920         parameter to invoked gnus-request-move-article; remove the
22921         redundant gnus-sum-hint-move-is-internal variable; apply the marks
22922         all at once instead of once per article.
22923         (gnus-summary-remove-process-mark): Accept a list of articles as
22924         well as a single article for processing.
22925
22926         * gnus-int.el (gnus-request-move-article): Add move-is-internal
22927         parameter.
22928
22929         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
22930
22931         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
22932
22933         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
22934         parameter.
22935
22936         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
22937         parameter.
22938
22939         * nnimap.el (nnimap-request-move-article): Add move-is-internal
22940         parameter and remove the gnus-sum-hint-move-is-internal variable.
22941
22942         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
22943         parameter.
22944
22945         * nndraft.el (nndraft-request-move-article): Add move-is-internal
22946         parameter.
22947
22948         * nndiary.el (nndiary-request-move-article): Add move-is-internal
22949         parameter.
22950
22951         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
22952
22953         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
22954         parameter.
22955
22956         * nnagent.el (nnagent-request-move-article): Add move-is-internal
22957         parameter.
22958
22959 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22960
22961         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
22962         a more conservative way.
22963
22964 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22965
22966         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
22967         buffer, so it moves the window's cursor.
22968
22969 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
22970
22971         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
22972         `mm-dissect-multipart' and receive the from field as an (optional)
22973         argument from `mm-dissect-multipart'.
22974         (mm-dissect-multipart): Receive the from field as an argument and
22975         pass it on when we call `mm-dissect-buffer' on MIME parts.
22976         Fixes verification/decryption of signed/encrypted MIME parts.
22977
22978 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
22979
22980         * gnus-sum.el (gnus-summary-move-article):
22981         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
22982         whatever it calls (right now, only nnimap-request-move article
22983         respects it).
22984
22985         * nnimap.el (nnimap-request-move-article):
22986         When gnus-sum-hint-move-is-internal is set, don't do the extra
22987         nnimap-request-article.
22988
22989 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22990
22991         * nnheader.el (nnheader-find-file-noselect): Add doc string.
22992
22993         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
22994         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
22995
22996         * gnus-sum.el (gnus-summary-caesar-message):
22997         Apply `gnus-treat-article' after rotation.
22998
22999         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23000         doc string.
23001
23002 2005-02-22  Simon Josefsson  <jas@extundo.com>
23003
23004         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23005         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23006         <arne@arnested.dk>.
23007         (encrypt): Add password-cache and password-cache-expiry as group
23008         members.
23009
23010 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23011
23012         * smime.el (smime-ldap-host-list): Doc fix.
23013         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23014         cache) password.
23015         (smime-sign-region): Use it.
23016         (smime-decrypt-region): Use it.
23017         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23018         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23019         fails.
23020         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23021         certificate from DER to PEM format rather than calling openssl.
23022
23023         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23024
23025         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23026         for signing/encryption.
23027
23028         * mml.el (mml-parse-1): Use them.
23029
23030 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23031
23032         * nnrss.el (nnrss-verbose): Remove.
23033         (nnrss-request-group): Use `nnheader-message' instead.
23034
23035 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23036
23037         * nnrss.el (nnrss-verbose): New variable.
23038         (nnrss-request-group): Make it say nnrss is requesting a group.
23039
23040 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23041
23042         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23043         Handle news URL with given port correctly.
23044
23045 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23046
23047         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23048         containing special characters.
23049
23050         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23051
23052         * mml.el (mime-to-mml): Ditto.
23053
23054         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23055         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23056         (rfc2047-decode-region): Quote decoded words containing special
23057         characters when rfc2047-quote-decoded-words-containing-tspecials
23058         is non-nil.
23059
23060 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23061
23062         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23063
23064         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23065
23066 2005-02-15  Simon Josefsson  <jas@extundo.com>
23067
23068         * nnimap.el (nnimap-debug): Doc fix.
23069
23070         * imap.el (imap-debug): Doc fix.
23071
23072 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23073
23074         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23075
23076 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23077
23078         * gnus.el (spam-contents): Improve docs for spam-contents
23079         parameter in its variable incarnation.
23080
23081 2005-02-14  Simon Josefsson  <jas@extundo.com>
23082
23083         * smime-ldap.el: Use require instead of load-library for ldap.
23084         (smime-ldap-search): Indent.
23085         (smime-ldap-search-internal): Shorten line.
23086
23087         * smime.el (smime-cert-by-dns): Add doc-string.
23088         (smime-cert-by-ldap-1): Indent.
23089
23090         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23091         mml-smime-get-dns-ldap.
23092         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23093
23094 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23095
23096         * smime.el: Require smime-ldap.
23097         (smime-ldap-host-list): New variable.
23098         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23099
23100         * mml-smime.el (mml-smime-encrypt-query): New function.
23101         (mml-smime-encrypt-query): Use it.
23102
23103         * smime-ldap.el: New file.
23104
23105 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23106
23107         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23108
23109 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23110
23111         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23112         argument in doc string.  Make query for type more clear.
23113
23114 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23115
23116         * gnus.el (gnus-group-startup-message): Search for gnus images in
23117         etc/images/gnus.
23118         * mm-util.el (mm-image-load-path): Likewise.
23119         * smiley.el (smiley-data-directory): Search for smilies in
23120         etc/images/smilies.
23121
23122 2005-02-09  Kim F. Storm  <storm@cua.dk>
23123
23124         Change Emacs release version from 21.4 to 22.1 throughout.
23125         Change Emacs development version from 21.3.50 to 22.0.50.
23126
23127 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23128
23129         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23130
23131         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23132         non-Mule XEmacs as well.
23133         (mm-decompress-buffer): Signal an error intentionally if it does
23134         not decompress compressed data because auto-compression-mode is
23135         disabled.
23136
23137 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23138
23139         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23140         an ID in the registry even if it has no groups.
23141
23142 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23143
23144         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23145         merge it into mm-decompress-buffer.
23146         (gnus-mime-copy-part): Use the MIME part charset, the value which
23147         a user specified or gnus-newsgroup-charset for decoding, like
23148         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23149         save-buffer what was used.  Suggested by Kevin Ryde
23150         <user42@zip.com.au>.
23151         (gnus-mime-inline-part): Allow the name parameter as well as the
23152         filename parameter; force decompressing of compressed data; always
23153         display contents being not decoded as unibyte.
23154
23155         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23156         as well as the filename parameter.
23157
23158         * mm-util.el (mm-decompress-buffer):
23159         Merge gnus-mime-jka-compr-maybe-uncompress.
23160         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23161         of compressed data.
23162
23163 2005-02-08  Simon Josefsson  <jas@extundo.com>
23164
23165         * imap.el (imap-log): Doc fix.
23166
23167 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23168
23169         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23170         the coding cookies; decompress compressed parts.
23171
23172         * mml.el (mml-generate-mime-1): Add the charset parameter according
23173         to the value which a user specified manually or the coding cookie.
23174
23175         * mm-util.el (mm-string-to-multibyte): New function.
23176         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23177         (mm-coding-system-to-mime-charset): New function.
23178         (mm-decompress-buffer): New function.
23179         (mm-find-buffer-file-coding-system): New function.
23180
23181         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23182         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23183         parts.
23184
23185 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23186
23187         * mm-view.el (mm-display-inline-fontify): Decode a part according
23188         to the charset parameter.
23189
23190 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23191
23192         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23193         prefix arg is neither nil nor a number, as info specifies.
23194
23195 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23196
23197         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23198         timestamps.
23199
23200 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23201
23202         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23203         groups error checking and notify user.
23204
23205 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23206
23207         * message.el (message-send-mail-function): Check existence of
23208         sendmail-program first before using default value
23209         `message-send-mail-with-sendmail'.  Otherwise use more generic
23210         `smtpmail-send-it'.
23211
23212 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23213
23214         * nntp.el (nntp-request-update-info): Always return nil.
23215
23216 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23217
23218         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23219
23220 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23221
23222         * message.el (message-beginning-of-line): Change the behavior when
23223         invoked between BOL and : so that it first moves backward.
23224
23225 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23226
23227         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23228         article buffer when editing of the article is discarded.
23229         (gnus-article-prepare): Revert.
23230
23231 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23232
23233         * gnus-art.el (gnus-article-prepare):
23234         Remove message-strip-forbidden-properties from the local hook.
23235
23236 2005-01-27  Simon Josefsson  <jas@extundo.com>
23237
23238         * password.el (password-cache-add): Only start one timer per key.
23239         Reported by Derek Atkins <warlord@MIT.EDU>.
23240
23241 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23242
23243         * run-at-time.el: Remove.  It is no longer needed as
23244         timer-funcs.el in the xemacs-base package has a working version of
23245         `run-at-time'.
23246
23247         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23248
23249         * password.el: Require timer-funcs instead of run-at-time in
23250         XEmacs.
23251         Remove `password-run-at-time' macro.
23252         (password-cache-add): Use `run-at-time' instead of
23253         `password-run-at-time'.
23254
23255         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23256         Remove `nnheader-cancel-function-timers' alias,
23257         `cancel-function-timers' exists in XEmacs in timer-funcs.
23258
23259         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23260         for `run-with-idle-timer'.
23261
23262         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23263         for `run-at-time'.
23264
23265         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23266         for `with-timeout'.
23267
23268         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23269         the same as for XEmacs 21.4.
23270         No need to ignore `run-with-idle-timer', this function exists in
23271         XEmacs now in timer-funcs.el in the xemacs-base package.
23272         (dgnushack-compile): No need to delete
23273         run-at-time.el from the list of files to compile because it
23274         doesn't exist anymore.
23275
23276 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23277
23278         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23279         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23280
23281 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23282
23283         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23284         sensitively.
23285
23286 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23287
23288         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23289
23290 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23291
23292         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23293         which will be inserted according to the multibyteness of a buffer
23294         rather than the type of contents.  Suggested by ARISAWA Akihiro
23295         <ari@mbf.ocn.ne.jp>.
23296
23297         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23298         of string which old xml.el may return rather than a string.
23299
23300 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23301
23302         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23303
23304 2005-01-16  Simon Josefsson  <jas@extundo.com>
23305
23306         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23307         idn/idna.el isn't available.
23308         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23309         <michael@waxrat.com>.
23310
23311         * hashcash.el: Remove non-FSF copyright header.
23312
23313         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23314         (hashcash-generate-payment): Use it.
23315         (hashcash-generate-payment-async): Use it.
23316
23317 2005-01-15  Simon Josefsson  <jas@extundo.com>
23318
23319         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23320         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23321
23322         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23323         gnus-summary-idna-message.
23324         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23325         (gnus-summary-idna-message): New function.
23326
23327 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23328
23329         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23330         gnus-novice-user.
23331
23332 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23333
23334         * nnrss.el (nnrss-request-delete-group): Delete entries in
23335         nnrss-group-alist as well.
23336         (nnrss-save-server-data): Insert newline.
23337
23338 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23339
23340         * gnus.el (gnus-user-agent): Use list of symbols instead of
23341         symbols.  Display full version number for (S)XEmacs.
23342         Optionally display (S)XEmacs codename.
23343
23344         * gnus-util.el (gnus-emacs-version): Update for new
23345         `gnus-user-agent'.
23346
23347         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23348         Gnus version.
23349
23350 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23351
23352         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23353         which is unreadable in some setups.
23354
23355 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23356
23357         * gnus-spec.el (gnus-update-format-specifications): Flush the
23358         group format spec cache if it doesn't support decoded group names.
23359
23360 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23361
23362         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23363         Allow to apply decay on score files matching a regexp.
23364
23365 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23366
23367         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23368         compatibility in %g and %c.
23369
23370 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23371
23372         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23373         name for only %g and %c.
23374         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23375         of gnus-tmp-group to decoded group name.
23376         (gnus-group-make-rss-group): Exclude `/'s from group names.
23377
23378 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23379
23380         * nnrss.el (nnrss-get-encoding): Fix regexp.
23381
23382 2004-12-27  Simon Josefsson  <jas@extundo.com>
23383
23384         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23385         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23386         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23387
23388 2004-12-17  Kim F. Storm  <storm@cua.dk>
23389
23390         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23391
23392         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23393
23394 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23395
23396         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23397
23398 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23399
23400         * nnrss.el: Require rfc2047 and mml.
23401         (nnrss-file-coding-system): New variable.
23402         (nnrss-format-string): Redefine it as an inline function.
23403         (nnrss-decode-group-name): New function.
23404         (nnrss-string-as-multibyte): Remove.
23405         (nnrss-retrieve-headers): Decode group name; don't use
23406         nnrss-format-string.
23407         (nnrss-request-group): Decode group name.
23408         (nnrss-request-article): Decode group name; allow a Message-ID as
23409         well as an article number; don't use nnrss-format-string; encode a
23410         Message-ID string which may contain non-ASCII characters; use
23411         mml-to-mime to compose a MIME article.
23412         (nnrss-request-expire-articles): Decode group name.
23413         (nnrss-request-delete-group): Decode group name.
23414         (nnrss-fetch): Clarify error message.
23415         (nnrss-read-server-data): Use insert-file-contents instead of load;
23416         bind file-name-coding-system; use multibyte buffer.
23417         (nnrss-save-server-data): Bind coding-system-for-write to the
23418         value of nnrss-file-coding-system; bind file-name-coding-system;
23419         add coding cookie.
23420         (nnrss-read-group-data): Use insert-file-contents instead of load;
23421         bind file-name-coding-system; use multibyte buffer.
23422         (nnrss-save-group-data): Bind coding-system-for-write to the
23423         value of nnrss-file-coding-system; bind file-name-coding-system.
23424         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23425         make it work with non-ASCII text.
23426         (nnrss-find-el): Make it work with old xml.el as well.
23427
23428 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23429
23430         * nnrss.el (nnrss-get-encoding): New function.
23431         (nnrss-fetch): Use unibyte buffer initially; bind
23432         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23433         decode contents according to the encoding attribute.
23434         (nnrss-save-group-data): Add coding cookie.
23435         (nnrss-mime-encode-string): New function.
23436         (nnrss-check-group): Use it to encode subject and author.
23437
23438 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23439
23440         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23441         imaginary variable.
23442
23443 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23444
23445         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23446         correctly even if there are wide characters.
23447
23448 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23449
23450         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23451         downcased symbol names; make a new cache instead of reusing
23452         bbdb-hashtable.
23453
23454 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23455
23456         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23457         concatenating segments rather than before concatenating them.
23458         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23459
23460         * message.el (message-get-reply-headers): Bind `extra'.
23461
23462 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23463
23464         * message.el (message-extra-wide-headers): New variable.
23465         (message-get-reply-headers): Use it.
23466
23467 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23468
23469         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23470         (gnus-agent-group-pathname): Ditto.
23471
23472         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23473
23474         * gnus-group.el (gnus-group-make-group): Decode group name.
23475         (gnus-group-make-rss-group): Register the group data after opening
23476         the nnrss group.
23477
23478 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23479
23480         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23481         by expiry now get marked as read.
23482
23483 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23484
23485         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23486
23487 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23488
23489         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23490         unify Latin characters in XEmacs.
23491         (mm-find-mime-charset-region): Use it.
23492
23493 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23494
23495         * gnus-util.el (gnus-delete-directory): New function.
23496
23497         * gnus-agent.el (gnus-agent-delete-group): Use it.
23498
23499         * gnus-cache.el (gnus-cache-delete-group): Use it.
23500
23501 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23502
23503         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23504         names.
23505
23506 2004-12-16  Simon Josefsson  <jas@extundo.com>
23507
23508         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23509
23510 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23513
23514         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23515         (gnus-group-set-current-level): Decode group name.
23516
23517 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23518
23519         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23520         failed.
23521
23522 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23523
23524         * gnus-group.el (gnus-group-delete-group): Decode group name.
23525         (gnus-group-make-rss-group): Encode group name.
23526         (gnus-group-catchup-current): Decode group name.
23527         (gnus-group-kill-group): Decode group name.
23528
23529 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23530
23531         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23532
23533 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23534
23535         * gnus-group.el (gnus-group-make-rss-group):
23536         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23537
23538         * gnus-start.el (gnus-setup-news): Honor user's setting to
23539         gnus-message-archive-method.  Suggested by Lute Kamstra
23540         <lute@gnu.org>.
23541
23542 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23543
23544         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23545         global counterparts of the buffer-local variables.
23546
23547 2004-11-16  Romain Francoise  <romain@orebokech.com>
23548
23549         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23550         counterparts of the buffer-local variables.
23551
23552 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23553
23554         * message.el (message-forbidden-properties): Fix typo in doc
23555         string.
23556
23557 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23558
23559         * gnus-util.el (gnus-replace-in-string): Add doc string.
23560
23561         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23562         to avoid problems when splitting mails with many recipients.
23563
23564 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23565
23566         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23567         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23568
23569 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23570
23571         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23572         if there is no hashtable in memory or file modification time is
23573         newer than cached timestamp.
23574
23575 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23576
23577         * gnus-sum.el (gnus-summary-limit-to-recipient):
23578         Implement not-matching option.
23579
23580 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
23581
23582         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
23583         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
23584         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
23585         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
23586         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
23587         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
23588
23589 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23590
23591         * message.el (message-forward-make-body-mml): Remove headers
23592         according to message-forward-ignored-headers if a message is decoded.
23593
23594 2004-12-02  Romain Francoise  <romain@orebokech.com>
23595
23596         * message.el (message-forward-make-body-plain): Always remove
23597         headers according to message-forward-ignored-headers.
23598
23599 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
23600
23601         * spam.el (spam-summary-prepare-exit): Remove the
23602         gnus-summary-limit pop for now, it has problems with ham marks for
23603         me.
23604
23605 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
23606
23607         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
23608         correctly.
23609
23610 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
23611
23612         * format-spec.el (format-spec): Message the char.
23613
23614 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
23615
23616         * gnus-art.el (gnus-split-methods): Reformat comments.
23617
23618         * spam.el (spam-summary-prepare-exit): Remove article limits
23619         before exiting the summary buffer.
23620
23621 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23622
23623         * lpath.el: Remove bbdb-create-internal, bbdb-records,
23624         spam-BBDB-register-routine and spam-enter-ham-BBDB.
23625
23626         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
23627         order to silence the byte compiler.
23628
23629         * spam.el: Fix the way to silence the byte compiler, which
23630         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
23631         bbdb-search-simple, spam-BBDB-register-routine,
23632         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
23633         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
23634         spam-stat-buffer-is-spam, spam-stat-load,
23635         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
23636         spam-stat-save and spam-stat-split-fancy.
23637
23638 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23639
23640         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
23641         which may confuse users.
23642         (canlock-password-for-verify): Ditto.
23643
23644         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
23645
23646         * gnus-art.el (gnus-emphasis-alist): Ditto.
23647
23648         * gnus-registry.el (gnus-registry-max-entries): Ditto.
23649
23650         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
23651
23652         * gnus-start.el (gnus-save-killed-list): Ditto.
23653
23654         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
23655         (gnus-sum-thread-tree-root): Ditto.
23656         (gnus-sum-thread-tree-false-root): Ditto.
23657         (gnus-sum-thread-tree-single-indent): Ditto.
23658
23659         * message.el (message-courtesy-message): Ditto.
23660         (message-archive-note): Ditto.
23661         (message-subscribed-address-file): Ditto.
23662         (message-user-fqdn): Ditto.
23663
23664         * spam-report.el (spam-report-gmane-regex): Ditto.
23665
23666         * spam.el (spam-blackhole-good-server-regex): Ditto.
23667
23668 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * mml.el (mml-preview): Widen the message buffer before copying
23671         the contents to the preview buffer; sort headers before previewing.
23672
23673         * message.el (message-hidden-headers): Fix the way to avoid a bug
23674         in the `repeat' widget in Emacs 21.3 or earlier.
23675
23676 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23677
23678         * message.el (message-hidden-headers): Default to "^References:".
23679         Improve customization type.  Suggested by Reiner Steib
23680         <Reiner.Steib@gmx.de>.
23681
23682 2004-11-25  Romain Francoise  <romain@orebokech.com>
23683
23684         * message.el (message-strip-forbidden-properties): Remove check for
23685         obsolete `message-hidden' text property, hidden headers are not
23686         accessible in the buffer anymore.
23687
23688 2004-11-22  Romain Francoise  <romain@orebokech.com>
23689
23690         * message.el (message-header-format-alist): Add `From' in list
23691         so that it can be sorted.
23692         (message-fix-before-sending): Widen and sort headers before
23693         sending.
23694         (message-hide-headers): Use narrowing to hide headers by moving
23695         them to the top of the buffer and narrowing to the region
23696         underneath.
23697
23698 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23699
23700         * message.el (message-strip-forbidden-properties):
23701         Bind buffer-read-only (etc) to nil.
23702
23703 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23704
23705         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
23706         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23707
23708 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
23709
23710         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
23711
23712 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23713
23714         * dns.el (query-dns): Use sit-for to time instead of
23715         accept-process-output, since that doesn't seem to work on udp
23716         sockets.
23717
23718 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23719
23720         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
23721
23722 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
23723
23724         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
23725         doc string.  Improve doc string.
23726
23727 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23728
23729         * nntp.el (nntp-request-update-info): Return nil if
23730         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
23731         may not call gnus-activate-group which uselessly issues the GROUP
23732         commands for all nntp groups and wastes time.  Reported by Romain
23733         Francoise <romain@orebokech.com>.
23734
23735         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
23736
23737 2004-11-15  Simon Josefsson  <jas@extundo.com>
23738
23739         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
23740         headers separately.
23741         (gnus-button-openpgp): New function, inspired by Jochen Küpper
23742         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
23743
23744 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
23745
23746         * gnus-start.el (gnus-convert-old-newsrc):
23747         Assign legacy-gnus-agent to 5.10.7.
23748
23749 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23750
23751         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
23752         start of the lines.
23753
23754 2004-11-14  Magnus Henoch  <mange@freemail.hu>
23755
23756         * hashcash.el (hashcash-default-payment): Change default to 20.
23757         (hashcash-default-accept-payment): Change default to 20.
23758         (hashcash-process-alist): New variable.
23759         (hashcash-generate-payment-async): Add.
23760         (hashcash-already-paid-p): Add.
23761         (hashcash-insert-payment): Don't generate payments twice.
23762         (hashcash-insert-payment-async): Add.
23763         (hashcash-insert-payment-async-2): Add.
23764         (hashcash-cancel-async): Add.
23765         (hashcash-wait-async): Add.
23766         (hashcash-processes-running-p): Add.
23767         (hashcash-wait-or-cancel): Add.
23768         (mail-add-payment): New optional argument.  Conditionally start
23769         asynchronous calculation.
23770         (mail-add-payment-async): Add.
23771
23772         * message.el (message-send-mail): Wait for asynchronous hashcash
23773         results.  Don't clobber existing X-Hashcash headers.
23774         (message-setup-1): Call mail-add-payment-async when
23775         message-generate-hashcash is non-nil.
23776
23777 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
23778
23779         * message.el (message-use-alternative-email-as-from): Examine the
23780         From header as well; use message-make-from in order to include a
23781         user's full name.
23782
23783 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23784
23785         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
23786         default; improve customization type.
23787         (gnus-emphasis-custom-with-format): New macro.
23788         (gnus-emphasis-custom-value-to-external): New function.
23789         (gnus-emphasis-custom-value-to-internal): New function.
23790
23791 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23792
23793         * dns.el (query-dns): Resolve reverse addresses.
23794
23795 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23796
23797         * gnus-group.el (gnus-group-get-new-news): Use it.
23798
23799         * gnus-start.el (gnus-check-reasonable-setup): New function.
23800
23801 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23802
23803         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
23804         "Args out of range" error.  Reported by Arnaud Giersch
23805         <arnaud.giersch@free.fr>.
23806
23807 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23808
23809         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
23810
23811 2004-11-04  Richard M. Stallman  <rms@gnu.org>
23812
23813         * spam.el (spam group): Add :version.
23814
23815         * pgg-def.el (pgg group): Add :version.
23816
23817 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23818
23819         * gnus-art.el (gnus-article-edit-article): Don't associate the
23820         article buffer with a draft file.  This is a temporary measure
23821         against the 2004-08-22 change to gnus-article-edit-mode.
23822
23823 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23824
23825         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
23826         (html2text-format-tags): Remove unused variable `attr'.
23827
23828 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
23829
23830         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
23831
23832         * tls.el (tls-process-connection-type, tls-success)
23833         (tls-certtool-program): Add :version.
23834
23835         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
23836         (starttls-extra-arguments, starttls-process-connection-type)
23837         (starttls-connect, starttls-failure, starttls-success): Add :version.
23838
23839         * spam-stat.el (spam-stat): Add :version.
23840
23841         * sieve.el (sieve): Add :version.
23842
23843         * sha1.el (sha1): Add :version.
23844         (sha1-use-external): Remove redundant version.
23845
23846         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
23847         (nnmail-cache-ignore-groups, nnmail-spool-hook)
23848         (nnmail-split-fancy-match-partial-words)
23849         (nnmail-split-lowercase-expanded): Add :version.
23850
23851         * nndiary.el (nndiary): Add :version.
23852
23853         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
23854
23855         * mml-sec.el (mml-default-sign-method)
23856         (mml-default-encrypt-method, mml-signencrypt-style-alist):
23857         Add :version.
23858
23859         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
23860
23861         * mm-url.el (mm-url-use-external, mm-url-program)
23862         (mm-url-arguments): Add :version.
23863
23864         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
23865         (mm-attachment-file-modes, mm-decrypt-option)
23866         (mm-w3m-safe-url-regexp): Add :version.
23867
23868         * message.el (message-cite-prefix-regexp)
23869         (message-sendmail-envelope-from, message-minibuffer-local-map)
23870         (message-user-fqdn, message-completion-alist): Add :version.
23871
23872         * gnus-win.el (gnus-configure-windows-hook)
23873         (gnus-use-frames-on-any-display): Add :version.
23874
23875         * gnus-art.el (gnus-article-address-banner-alist)
23876         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
23877         (gnus-treat-from-picon, gnus-treat-mail-picon)
23878         (gnus-treat-x-pgp-sig): Add :version.
23879
23880         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
23881         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
23882         (gnus-summary-article-delete-hook)
23883         (gnus-summary-display-while-building): Add :version.
23884
23885         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
23886         (gnus-get-top-new-news-hook): Add :version.
23887
23888         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
23889         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
23890
23891         * gnus-registry.el (gnus-registry): Add :version.
23892
23893         * gnus-spec.el (gnus-use-correct-string-widths)
23894         (gnus-make-format-preserve-properties): Add :version.
23895
23896         * gnus.el (gnus-group-charter-alist)
23897         (gnus-group-fetch-control-use-browse-url)
23898         (gnus-install-group-spam-parameters): Add :version.
23899
23900         * gnus-diary.el (gnus-diary): Add :version.
23901
23902         * gnus-delay.el (gnus-delay): Add :version.
23903
23904         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
23905         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
23906         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
23907         Add :version.
23908
23909         * gnus-agent.el (gnus-agent-max-fetch-size)
23910         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
23911         (gnus-agent-prompt-send-queue): Add :version.
23912
23913         * deuglify.el (gnus-outlook-deuglify): Add :version.
23914
23915         * html2text.el: Beautify code.  Improve doc strings.
23916         Some checkdoc cleanup.
23917         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
23918
23919 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
23920
23921         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
23922
23923 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
23924
23925         * gnus-registry.el (gnus-registry-hashtb): Create the registry
23926         when package is loaded.
23927
23928         * spam.el (spam-summary-score-preferred-header): Add global preference
23929         for people who want to override the default SpamAssassin over
23930         Bogofilter preference (when both are set).
23931         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
23932         (spam-user-format-function-S):
23933         Check spam-summary-score-preferred-header.
23934         (spam-extra-header-to-number): Add X-Bogosity header parsing.
23935         (spam-user-format-function-S): Format the score correctly.
23936
23937 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23938
23939         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
23940         signature file.  Suggested by Manoj Srivastava
23941         <srivasta@golden-gryphon.com>.
23942
23943         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
23944         iso-2022-jp even in the Japanese language environment.
23945         Suggested by Jason Rumney <jasonr@gnu.org>.
23946
23947 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
23950         use the same characters as the dummy marks; make it free from
23951         getting affected by the language environment.
23952         (gnus-summary-read-group-1): Update mark positions only when the
23953         format spec is updated.
23954
23955         * gnus-spec.el (gnus-update-format-specifications): Return a list
23956         of updated types.
23957
23958 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23959
23960         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
23961         of boundp to check if display-warning is available.
23962
23963 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
23964
23965         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
23966
23967 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23968
23969         * nnspool.el (nnspool-spool-directory): Use news-path if the
23970         news-directory variable is not bound.
23971
23972         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
23973         function instead of display-warning if it is not available.
23974
23975 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
23976
23977         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
23978         v5-10: Use `point-at-bol'.
23979
23980 2004-10-26  Simon Josefsson  <jas@extundo.com>
23981
23982         * hashcash.el: Fix URL in comment, reported by Cheng Gao
23983         <chenggao@gmail.com>.
23984
23985 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23986
23987         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
23988         instead.
23989
23990 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
23991
23992         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
23993         to remove a server from the nnimap-server-buffer-alist.
23994         (nnimap-open-connection, nnimap-close-server): Use it.
23995
23996         * gnus-encrypt.el: Remove file in favor of encrypt.el.
23997
23998 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23999
24000         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24001         running the major-mode function.
24002
24003 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24004
24005         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24006         dummy marks in the right way.
24007
24008 2004-10-18  David Edmondson  <dme@dme.org>
24009
24010         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24011         excessively.
24012
24013 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24014
24015         * gnus-util.el (gnus-split-references): Accept a nil references
24016         string and go on blissfully.
24017
24018         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24019         cases where the references string is non-nil but has no references.
24020
24021         * encrypt.el: Add autoload tags.
24022
24023         * spam.el (spam-resolve-registrations-routine): Remove article
24024         from unregistration list too.  Reported by David Hanak
24025         <dhanak@isis.vanderbilt.edu>
24026
24027 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24028
24029         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24030         nil.  Change custom type.
24031
24032 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24033
24034         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24035
24036         * gnus-sum.el (gnus-summary-move-article): Use it.
24037
24038 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24039
24040         * encrypt.el: Add autoload cookies.
24041
24042         * spam.el (spam-backend-article-list-property)
24043         (spam-backend-get-article-todo-list)
24044         (spam-backend-put-article-todo-list)
24045         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24046         Resolve registrations separately.
24047         (spam-register-routine): Format comments.
24048         (spam-unregister-routine, spam-register-routine): Always call with
24049         specific-articles, no default list.
24050         (spam-summary-prepare-exit): Use the spam-classifications function.
24051
24052         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24053         gnus-encrypt.el.
24054
24055         * encrypt.el: Copied from gnus-encrypt.el.
24056
24057         * gnus-encrypt.el: Commented that it's obsolete.
24058
24059 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24060
24061         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24062         (gnus-score-save): Use it.
24063
24064         * message.el (message-bury): Use `window-dedicated-p'.
24065
24066 2004-10-15  Simon Josefsson  <jas@extundo.com>
24067
24068         * pop3.el (top-level): Don't require nnheader.
24069         (pop3-read-timeout): Add.
24070         (pop3-accept-process-output): Add.
24071         (pop3-read-response, pop3-retr): Use it.
24072
24073 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24074
24075         * spam.el (spam-register-routine): Move comment.
24076         (spam-verify-bogofilter): Use 'unknown for the initial
24077         spam-bogofilter-valid state, not 'never.
24078
24079         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24080         for netrc-machine.
24081
24082         * nnimap.el (nnimap-open-connection):
24083         Use netrc-machine-user-or-password.
24084
24085 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24086
24087         * gnus-registry.el (gnus-registry-unload-hook):
24088         Set as a variable with add-hook.
24089
24090         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24091         of news-path.
24092
24093         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24094
24095         * spam.el: Delete duplicate `provide'.
24096         (spam-unload-hook): Set as a variable with add-hook.
24097
24098 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24099
24100         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24101         in the doc string.
24102
24103         * message.el (message-ignored-news-headers)
24104         (message-ignored-supersedes-headers)
24105         (message-ignored-resent-headers)
24106         (message-forward-ignored-headers): Improve custom type.
24107
24108 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24109
24110         * message.el (message-tokenize-header): Fix 2004-09-06 change
24111         which used point-min in the wrong place.
24112
24113 2004-10-12  Simon Josefsson  <jas@extundo.com>
24114
24115         * tls.el (tls-certtool-program): New variable.
24116         (tls-certificate-information): New function, based on
24117         ssl-certificate-information.
24118
24119 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24120
24121         * compface.el: Move the version of ELisp-based uncompface program
24122         to the contrib directory because of the copyright problem.
24123
24124 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24125
24126         * message.el (message-kill-buffer): Raise the current frame.
24127
24128 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24129
24130         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24131
24132         * gnus.el (message-y-or-n-p): Autoload.
24133
24134         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24135         (pop3-password-required, pop3-authentication-scheme)
24136         (pop3-leave-mail-on-server): Make customizable.
24137         (pop3): New custom group.
24138         (pop3-retr): Remove `sleep-for' statements.
24139         Suggested by Dave Love <fx@gnu.org>.
24140
24141         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24142         Windows/DOS.
24143
24144         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24145         (imap-parse-body): Fix incorrect use of `assert'.
24146         Suggested by Dave Love <fx@gnu.org>.
24147
24148         * mml.el (mml-minibuffer-read-disposition): Require match.
24149         Suggested by Dave Love <fx@gnu.org>.
24150
24151 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24152
24153         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24154         doc string.
24155
24156 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24157
24158         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24159
24160 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24161
24162         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24163         instead of calling `mm-insert-inline', to decode text/* parts
24164         before displaying them.
24165
24166 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24167
24168         * mm-uu.el (mm-uu-text-plain-type): New variable.
24169         (mm-uu-pgp-signed-extract-1): Use it.
24170         (mm-uu-pgp-encrypted-extract-1): Use it.
24171         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24172         bind mm-uu-text-plain-type with that value.
24173         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24174         mm-uu-dissect.
24175
24176 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24177
24178         * gnus-group.el (gnus-update-group-mark-positions):
24179         * gnus-sum.el (gnus-update-summary-mark-positions):
24180         * message.el (message-check-news-body-syntax):
24181         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24182         of string-as-multibyte.
24183
24184 2004-10-05  Juri Linkov  <juri@jurta.org>
24185
24186         * gnus-group.el (gnus-update-group-mark-positions):
24187         * gnus-sum.el (gnus-update-summary-mark-positions):
24188         * message.el (message-check-news-body-syntax):
24189         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24190         8-bit unibyte values to a multibyte string for search functions.
24191
24192 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24193
24194         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24195         (mm-uu-dissect-text-parts): New function.
24196
24197         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24198         dissect text parts.
24199
24200         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24201         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24202
24203         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24204
24205         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24206         Use gnus-current-topics instead of gnus-current-topic.
24207
24208 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24209
24210         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24211
24212 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24213
24214         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24215         where appropriate.
24216
24217         * nnml.el (nnml-generate-active-info): do.
24218
24219         * nndiary.el (nndiary-generate-active-info): do.
24220
24221         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24222         (gnus-topic-move): do.
24223
24224         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24225         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24226
24227         * gnus-srvr.el (gnus-server-prepare)
24228         (gnus-server-open-all-servers): do.
24229
24230         * gnus-msg.el (gnus-summary-cancel-article)
24231         (gnus-summary-resend-message)
24232         (gnus-summary-mail-crosspost-complaint): do.
24233
24234         * gnus-move.el (gnus-change-server): do.
24235
24236         * gnus-group.el (gnus-group-unmark-all-groups)
24237         (gnus-group-set-current-level): do.
24238
24239 2004-10-04  Simon Josefsson  <jas@extundo.com>
24240
24241         * message.el (message-generate-hashcash): Doc fix.
24242
24243 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24244
24245         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24246         avoid infinite recursion via gnus-get-function.
24247
24248 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24249
24250         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24251
24252         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24253
24254         * nnmail.el (nnmail-split-history): do.
24255
24256         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24257         (nnml-request-delete-group): do.
24258
24259         * nnslashdot.el (nnslashdot-read-groups): do.
24260
24261         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24262         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24263
24264         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24265         (nnspool-sift-nov-with-sed): Use last.
24266         (nnspool-retrieve-headers-with-nov): Use mapc.
24267         (nnspool-request-newgroups): Use dolist.
24268         (nnspool-request-group): Use last.
24269
24270         * nntp.el (nntp-read-server-type): Use dolist.
24271
24272         * nnvirtual.el (nnvirtual-create-mapping)
24273         (nnvirtual-update-read-and-marked): Use dolist.
24274         (nnvirtual-convert-headers): Simplify.
24275
24276 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24277
24278         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24279         Add support for sync'ing tick marks.
24280
24281 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24282
24283         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24284         there's no visible header.
24285
24286 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24287
24288         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24289         When necessary, pass full group name to gnus-request-set-marks.
24290
24291 2004-10-01  Simon Josefsson  <jas@extundo.com>
24292
24293         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24294         acroread.
24295
24296 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24297
24298         * spam-report.el (spam-report-gmane): Fix interactive.
24299
24300         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24301
24302         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24303         when writing file.
24304         (gnus-agent-synchronize-flags): Don't default to being
24305         interactive.
24306
24307 2004-09-30  Simon Josefsson  <jas@extundo.com>
24308
24309         * message.el (message-generate-hashcash): Add.
24310         (message-send-mail): Use it, call mail-add-payment.
24311
24312 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24313
24314         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24315
24316 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24317
24318         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24319         gnus-requst-update-info with explicit code to sync the in-memory
24320         info read flags with the marks being sync'd to the backend.
24321
24322         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24323
24324 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24325
24326         * spam.el (spam-verify-bogofilter): Add new function.
24327         (spam-check-bogofilter)
24328         (spam-bogofilter-register-with-bogofilter): Use it.
24329         (spam-verify-bogofilter): Add small fixes.
24330
24331 2004-09-28  Simon Josefsson  <jas@extundo.com>
24332
24333         * hashcash.el (hashcash-generate-payment): Revert.
24334
24335 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24336
24337         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24338         Use gnus-extract-references instead of gnus-split-references.
24339
24340         * gnus-util.el (gnus-extract-references): Add new function, analogous
24341         to gnus-split-references but extracts only the message-ID without
24342         anything extra.
24343
24344         * hashcash.el (hashcash-generate-payment)
24345         (hashcash-check-payment): Do the right thing if hashcash-path is
24346         nil (because the hashcash program could not be found).
24347
24348         * spam.el (spam-use-hashcash): Remove comment.
24349
24350 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24351
24352         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24353         (gnus-cache-enter-article, gnus-cache-remove-article)
24354         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24355
24356         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24357
24358         * gnus-art.el (article-hide-boring-headers)
24359         (article-translate-strings, article-display-face)
24360         (gnus-article-mime-match-handle-first)
24361         (gnus-article-highlight-headers)
24362         (gnus-article-add-buttons-to-head): do.
24363
24364 2004-09-27  Simon Josefsson  <jas@extundo.com>
24365
24366         * hashcash.el: New version, from
24367         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24368         ../contrib/.
24369
24370 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24371
24372         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24373
24374 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24375
24376         * gnus-dup.el (gnus-dup-open): Use mapc.
24377         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24378
24379         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24380         Reported by Stefan Wiens <s.wi@gmx.net>.
24381
24382         * gnus.el (gnus-shutdown): Use dolist.
24383
24384         * gnus-undo.el (gnus-undo): Use mapc.
24385
24386         * nnrss.el (nnrss-generate-active): do.
24387
24388         * message.el (message-cite-original-without-signature)
24389         (message-cite-original): Use mapc.
24390         (message-do-actions, message-make-forward-subject): Use dolist.
24391
24392 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24393
24394         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24395         deletion to remove entire duplicate line.  Fixes merged article
24396         number bug.
24397
24398 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24399
24400         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24401         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24402         first ask if you want to open a server and then, even when you
24403         responded with no, asking if you want to synchronize the server's
24404         flags.
24405         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24406         multi-line expressions.
24407         (gnus-agent-synchronize-group-flags): New internal function.
24408         Updates marks in memory (in the info structure) AND in the
24409         backend.
24410
24411         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24412
24413         * nnagent.el (nnagent-request-set-mark):
24414         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24415         method, to ensure that synchronization updates marks in the
24416         backend and in the info (in memory) structure.
24417
24418 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24419
24420         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24421         convention fully; don't miss the root article of a thread; make
24422         the X-Draft-From header with correct article numbers.
24423
24424 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24425
24426         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24427         unless plugged.  Disable the agent so that an open failure causes
24428         an error.
24429
24430         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24431         Revert 2004-09-21 change.  The backend must be opened while
24432         synchronizing flags even when the backend stores the flags
24433         locally.
24434
24435 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24436
24437         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24438         in `header' match.  Reported by Svend Tollak Munkejord.
24439
24440         * message.el (message-cite-original): Fix use of
24441         `message-cite-articles-with-x-no-archive'.
24442
24443 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24444
24445         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24446         (gnus-window-to-buffer): Ditto.
24447
24448         * mml.el (mml-preview-buffer): New variable.
24449         (mml-preview): Manage window layout with gnus-buffer-configuration.
24450
24451         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24452         X-Draft-From header even if those articles aren't quoted.
24453
24454 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24455
24456         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24457         (gnus-request-set-mark, gnus-request-update-mark): Use new
24458         g-s-t-u-l-m to decide to use backend even when unplugged.
24459
24460 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24461
24462         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24463         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24464
24465 2004-09-20  Simon Josefsson  <jas@extundo.com>
24466
24467         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24468         "utf-16-le".
24469
24470 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24471
24472         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24473
24474 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24475
24476         * uudecode.el (uudecode-use-external): Add :version.
24477
24478         * smime.el (smime-CA-file, smime-encrypt-cipher)
24479         (smime-dns-server): Add :version.
24480
24481         * smiley.el (gnus-smiley-file-types): Add :version.
24482
24483         * sha1.el (sha1-use-external): Add :version.
24484
24485         * pgg-def.el (pgg-query-keyserver): Add :version.
24486
24487         * nnmail.el (nnmail-fancy-expiry-targets)
24488         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24489         Add :version.
24490
24491         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24492         (nnimap-retrieve-groups-asynchronous): Add :version.
24493         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24494
24495         * mml.el (mml-content-disposition-parameters)
24496         (mml-insert-mime-headers-always): Add :version.
24497
24498         * mm-util.el (mm-coding-system-priorities): Add :version.
24499
24500         * mm-decode.el (mm-inline-text-html-with-images)
24501         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24502         (mm-verify-option): Add :version.
24503         (mm-text-html-renderer): Change :version.
24504
24505         * message.el (message-fcc-externalize-attachments)
24506         (message-required-headers, message-draft-headers)
24507         (message-subject-trailing-was-query)
24508         (message-subject-trailing-was-ask-regexp)
24509         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24510         (message-mark-insert-end, message-archive-header)
24511         (message-archive-note, message-cross-post-default)
24512         (message-cross-post-note, message-followup-to-note)
24513         (message-cross-post-note-function, message-use-mail-followup-to)
24514         (message-subscribed-address-functions)
24515         (message-subscribed-address-file, message-subscribed-addresses)
24516         (message-subscribed-regexps, message-allow-no-recipients)
24517         (message-yank-cited-prefix, message-signature-insert-empty-line)
24518         (message-hidden-headers, message-hierarchical-addresses)
24519         (message-mail-user-agent, message-use-idna)
24520         (message-valid-fqdn-regexp)
24521         (message-strip-special-text-properties, message-header-synonyms)
24522         (message-beginning-of-line, message-tab-body-function): Add :version.
24523         (message-insert-canlock, message-wide-reply-confirm-recipients):
24524         Change :version.
24525
24526         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24527         and :version.
24528         (mail-source-delete-old-incoming-confirm)
24529         (mail-source-movemail-program): Add :version.
24530
24531         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24532         (gnus-agent-cache, gnus-agent): Change :version.
24533
24534         * gnus-util.el (gnus-use-byte-compile): Change :version.
24535
24536         * gnus-sum.el (gnus-summary-make-false-root-always)
24537         (gnus-summary-default-high-score)
24538         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24539         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24540         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24541         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24542         (gnus-sum-thread-tree-single-indent)
24543         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24544         (gnus-sum-thread-tree-leaf-with-other)
24545         (gnus-sum-thread-tree-single-leaf): Add :version.
24546         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24547         (gnus-article-loose-mime): Change :version.
24548
24549         * gnus-start.el (gnus-backup-startup-file)
24550         (gnus-save-startup-file-via-temp-buffer): Add :version.
24551
24552         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24553         (gnus-server-offline-face): Add :version.
24554
24555         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24556
24557         * gnus-msg.el (gnus-gcc-externalize-attachments)
24558         (gnus-debug-files, gnus-debug-exclude-variables)
24559         (gnus-discouraged-post-methods): Change :version.
24560         (gnus-confirm-mail-reply-to-news)
24561         (gnus-confirm-treat-mail-like-news): Add :version.
24562
24563         * gnus-int.el (gnus-server-unopen-status): Add :version.
24564
24565         * gnus-group.el (gnus-group-jump-to-group-prompt)
24566         (gnus-large-ephemeral-newsgroup)
24567         (gnus-fetch-old-ephemeral-headers): Add :version.
24568
24569         * gnus-fun.el (gnus-x-face-directory)
24570         (gnus-convert-pbm-to-x-face-command)
24571         (gnus-convert-image-to-x-face-command)
24572         (gnus-convert-image-to-face-command): Add :version.
24573
24574         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24575
24576         * gnus-cite.el (gnus-cite-blank-line-after-header)
24577         (gnus-article-boring-faces): Add :version.
24578
24579         * gnus-art.el (gnus-buttonized-mime-types)
24580         (gnus-inhibit-mime-unbuttonizing)
24581         (gnus-treat-display-face)
24582         (gnus-treat-body-boundary): Change :version.
24583         (gnus-body-boundary-delimiter, gnus-picon-databases)
24584         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
24585         (gnus-treat-date-english, gnus-treat-fold-headers)
24586         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
24587         (gnus-treat-mail-picon, gnus-treat-wash-html)
24588         (gnus-article-encrypt-protocol)
24589         (gnus-use-idna, gnus-article-over-scroll)
24590         (gnus-mime-display-multipart-alternative-as-mixed)
24591         (gnus-mime-display-multipart-related-as-mixed)
24592         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
24593         (gnus-ctan-url, gnus-button-ctan-handler)
24594         (gnus-button-handle-ctan-bogus-regexp)
24595         (gnus-button-ctan-directory-regexp)
24596         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
24597         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
24598         (gnus-button-man-level, gnus-button-emacs-level)
24599         (gnus-button-message-level, gnus-button-browse-level): Add :version.
24600
24601         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
24602         (gnus-agent-go-online): Change :version.
24603         (gnus-agent-expire-unagentized-dirs)
24604         (gnus-agent-auto-agentize-methods): Add :version.
24605
24606         * flow-fill.el (fill-flowed-display-column)
24607         (fill-flowed-encode-column): Add :version.
24608
24609         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
24610         (gnus-outlook-deuglify-unwrap-max)
24611         (gnus-outlook-deuglify-cite-marks)
24612         (gnus-outlook-deuglify-unwrap-stop-chars)
24613         (gnus-outlook-deuglify-no-wrap-chars)
24614         (gnus-outlook-deuglify-attrib-cut-regexp)
24615         (gnus-outlook-deuglify-attrib-verb-regexp)
24616         (gnus-outlook-deuglify-attrib-end-regexp)
24617         (gnus-outlook-display-hook): Add :version.
24618
24619         * binhex.el (binhex-use-external): Add :version.
24620
24621 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
24622
24623         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
24624         and `invisible'.
24625
24626 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
24627
24628         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
24629         in gnus-registry-trim.
24630
24631 2004-09-13  Simon Josefsson  <jas@extundo.com>
24632
24633         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
24634
24635         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
24636
24637         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
24638         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24639         <yamaoka@jpl.org>.
24640         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
24641         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
24642         <yamaoka@jpl.org>.
24643
24644         * sieve.el (sieve-manage-mode): Ditto.
24645
24646 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
24647
24648         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
24649
24650 2004-09-11  Simon Josefsson  <jas@extundo.com>
24651
24652         * dns-mode.el: Add.
24653
24654         * mm-view.el (mm-display-dns-inline): Add.
24655
24656         * mm-decode.el (mm-inline-media-tests): Add text/dns.
24657         (mm-automatic-display): Ditto.
24658
24659         * mailcap.el (mailcap-mime-data): Add text/dns.
24660         (mailcap-mime-extensions): Map .soa to text/dns.
24661
24662 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
24663
24664         * gnus-art.el (article-decode-mime-words, article-babel)
24665         (gnus-article-highlight-signature, gnus-article-add-buttons)
24666         (gnus-signature-toggle): Remove unnecessary bindings of
24667         `inhibit-read-only' inherited from v5.10 merge.
24668
24669 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
24670
24671         * nntp.el (nntp): New customization group.
24672         (nntp-authinfo-file): Add customization group.
24673
24674         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
24675
24676         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
24677
24678         * gnus.el (to-address, to-list, subscribed)
24679         (large-newsgroup-initial): Ditto.
24680
24681         * flow-fill.el (fill-flowed-display-column)
24682         (fill-flowed-encode-column): Ditto.
24683
24684 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24685
24686         * message.el (message-tokenize-header, message-send-mail-with-qmail):
24687         Use point-min rather than 1.
24688         (message-send-mail): Use buffer-size rather than point-max.
24689
24690         * gnus-sum.el (gnus-summary-search-article-forward):
24691         Signal a specific `search-failed' rather than a generic `error'.
24692
24693         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
24694         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
24695         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
24696
24697 2004-09-10  Simon Josefsson  <jas@extundo.com>
24698
24699         * nndb.el (require): Remove tcp and duplicate cl.
24700
24701 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24702
24703         * gnus-agent.el (directory-files-and-attributes): Move forward.
24704
24705 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24706
24707         * gnus-agent.el (directory-files-and-attributes):
24708         Optionally defined to support XEmacs.
24709
24710 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
24711
24712         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
24713         to avoid run-time CL dependencies.
24714         (gnus-agent-unfetch-articles): New function.
24715         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
24716         article numbers even when local .overview file is missing.
24717         (gnus-agent-read-article-number): New function.  Only accepts
24718         27-bit article numbers.
24719         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
24720         Use gnus-agent-read-article-number.
24721         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
24722         from backend while recognizing that article numbers in .overview
24723         must be valid.
24724         (gnus-agent-update-files-total-fetched-for):
24725         Use directory-files-and-attributes to improve performance.
24726         * gnus-int.el (gnus-request-move-article):
24727         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
24728         improve performance.
24729
24730         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
24731         some users confused by references to .newsrc when they only have a
24732         .newsrc.eld file.
24733         (gnus-convert-mark-converter-prompt)
24734         (gnus-convert-converter-needs-prompt): Fix use of property list.
24735         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
24736         New function.  Used internally to only display 'gnus converting
24737         files' message when actually necessary.
24738
24739         * gnus-sum.el (): Remove (require 'gnus-agent) as required
24740         methods now autoloaded.
24741
24742 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24743
24744         * gnus-sum.el (gnus-summary-insert-subject): Remove list
24745         identifiers.
24746
24747 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
24748
24749         * gnus-picon.el: Fix indentation and closing parenthesis.
24750
24751 2004-09-01  Simon Josefsson  <jas@extundo.com>
24752
24753         * message.el (message-canlock-generate): Require sha1, not
24754         sha1-el.  (Can we get rid of this require altogether?  It is ugly
24755         to require within a function.  Sadly, if sha1.el isn't loaded, the
24756         let binding in m-c-g will hide the defcustom definition, which is
24757         bad.)
24758
24759         * canlock.el: Require sha1, not sha1-el.
24760
24761         * message.el: Don't autoload sha1 (there is a autoload cookie in
24762         sha1.el).
24763
24764         * sha1-el.el: Rename to sha1.el.
24765
24766 2004-08-30  Juanma Barranquero  <lektu@terra.es>
24767
24768         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
24769
24770 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24771
24772         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
24773
24774 2004-08-30  Kim F. Storm  <storm@cua.dk>
24775
24776         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
24777
24778         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
24779         Add :group 'nnimap.
24780
24781 2004-08-30  Andreas Schwab  <schwab@suse.de>
24782
24783         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
24784         ?* and ?\;.
24785
24786         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
24787         and ?\' to symbol instead of whitespace.
24788
24789 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
24790
24791         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
24792
24793         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
24794         instead of re-search-forward.
24795
24796         * gnus-uu.el (gnus-uu-save-article): Ditto.
24797         (gnus-uu-post-encode-uuencode): Ditto.
24798
24799         * html2text.el (html2text-clean-list-items): Ditto.
24800         (html2text-clean-dtdd): Ditto.
24801         (html2text-format-tags): Ditto.
24802
24803         * message.el (message-send-mail-with-sendmail): Fix regexp.
24804         (message-fill-field-general): Use search-forward instead of
24805         re-search-forward.
24806         (unbold-region): Ditto.
24807
24808         * nnrss.el (nnrss-request-article): Ditto.
24809
24810         * nnslashdot.el (nnslashdot-request-article): Ditto.
24811
24812         * nnweb.el (nnweb-gmane-wash-article): Ditto.
24813
24814         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
24815         "Unrecognized menu descriptor" error in XEmacs.
24816
24817 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24818
24819         * gnus-sum.el (gnus-read-header): Don't remove a header for the
24820         parent article of a sparse article in the thread hashtb.
24821
24822 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
24823
24824         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
24825         (nnmail-expand-newtext): Lowercase expanded entries if
24826         nnmail-split-lowercase-expanded is non-nil.
24827
24828 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24829
24830         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
24831
24832         * gnus-group.el (gnus-group-line-format-alist): Convert the value
24833         of gnus-tmp-news-method into string under XEmacs.  It will be
24834         passed to gnus-correct-length which takes only a string argument.
24835
24836 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24837
24838         * gnus-util.el (gnus-bind-print-variables): New macro.
24839         (gnus-prin1): Use it.
24840         (gnus-prin1-to-string): Use it.
24841         (gnus-pp): New function.
24842         (gnus-pp-to-string): New function.
24843
24844         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
24845         Replace pp-to-string with gnus-pp-to-string.
24846         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
24847         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
24848         * gnus-msg.el (gnus-debug): Ditto.
24849         * gnus-score.el (gnus-score-save): Ditto.
24850         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
24851         gnus-pp-to-string.
24852         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
24853         with gnus-pp.
24854         * score-mode.el (gnus-score-pretty-print): Ditto.
24855         * webmail.el (webmail-debug): Ditto.
24856
24857 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24858
24859         * gnus-art.el (article-display-face, article-display-x-face):
24860         Use buffer-read-only.
24861
24862 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24863
24864         * gnus-art.el (article-hide-list-identifiers):
24865         Bind inhibit-read-only as t.
24866
24867 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
24868
24869         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
24870
24871 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24872
24873         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
24874         (gnus-narrow-to-page): Don't assume point-min == 1.
24875         (gnus-article-edit-mode): Derive from message-mode.
24876
24877         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
24878         point-min == 1.
24879
24880         * imap.el (imap-parse-address-list, imap-parse-body-ext):
24881         Disable incorrect use of `assert'.
24882
24883         * message.el (message-mode): Set comment-start-skip.
24884
24885
24886 2004-08-22  Sam Steingold  <sds@gnu.org>
24887
24888         * pop3.el (pop3-leave-mail-on-server): New user variable.
24889         (pop3-movemail): Delete mail only when it is nil.
24890
24891 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
24892
24893         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
24894
24895         * mml.el (mml-preview): Use `pop-to-buffer'.
24896
24897         * message.el (message-goto-mail-followup-to): Insert after "To".
24898         (message-carefully-insert-headers): Add comment.
24899
24900         * gnus.el: Remove unused variable `gnus-article-check-size'.
24901
24902         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
24903
24904         * gnus-art.el (gnus-button-alist):
24905         Improve `gnus-button-handle-library' entry.
24906
24907 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
24908
24909         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
24910         Use downcase, since XEmacs capitalizes error messages differently.
24911
24912 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
24913
24914         * nntp.el: Add (require 'gnus) due to reference to
24915         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
24916
24917 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
24918
24919         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
24920         Bind `mm-fill-flowed'.
24921
24922         * mm-decode.el (mm-dissect-singlepart): Check it.
24923
24924 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
24925
24926         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
24927         'imap' for netrc parsing.
24928
24929 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
24930
24931         * mailcap.el (mailcap-mime-data): Mark as risky.
24932
24933 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24934
24935         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
24936         may be included in the encoded word.
24937         (rfc2047-encode): Don't append a space if the encoded word
24938         includes close parenthesis.
24939
24940 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24941
24942         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
24943         of text within parentheses.
24944
24945 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
24946
24947         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
24948         (gnus-encrypt-write-file-contents): Make the password key the file
24949         name PLUS the cipher, not just the cipher.  Also remove failed
24950         passwords from the cache.
24951
24952 2004-08-06  Simon Josefsson  <jas@extundo.com>
24953
24954         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
24955         Doc fix.
24956
24957 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24958
24959         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
24960         LWSP.
24961
24962 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
24963
24964         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24965         Try to append in-reply-to: data to the references: header.
24966
24967         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
24968         (netrc-parse): Use gnus-encrypt.el functions.
24969
24970         * gnus-encrypt.el: Add new file for encryption support; currently
24971         does only a few GPG ciphers and an internal XOR cipher.
24972
24973         * password.el: Add comments on using password-read-and-add.
24974         (password-read-and-add): Add function to read and add the
24975         password to the cache at once.
24976
24977 2004-07-28  Simon Josefsson  <jas@extundo.com>
24978
24979         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
24980         parameter (but don't use it, for now).
24981
24982         * imap.el (imap-ssl-open): Use imap-process-connection-type,
24983         instead of hard coding to nil.
24984
24985 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24986
24987         * mm-view.el (mm-inline-image-emacs): Open lines under an image
24988         as mm-inline-image-xemacs does.
24989
24990 2004-07-26  Simon Josefsson  <jas@extundo.com>
24991
24992         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
24993         Revert part of 2004-07-17 change below.
24994
24995 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24996
24997         * rfc2047.el (rfc2047-encode-region): Don't infloop.
24998         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24999
25000 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25001
25002         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25003         quotes that actually start with ">" at the beginning of the
25004         lines.
25005
25006 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25007
25008         * rfc2047.el (rfc2047-encode-region): Fix last change.
25009         (rfc2047-encode-parameter): Remove useless concat.
25010
25011 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25012
25013         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25014         encode special characters; fix some kind of misconfigured headers;
25015         signal a real error if debug-on-quit or debug-on-error is non-nil.
25016         (rfc2047-encode-max-chars): New variable.
25017         (rfc2047-encode-1): Use it.
25018         (rfc2047-encode-parameter): New function.
25019
25020         * mml.el (mml-insert-parameter): Remove an excessive space.
25021
25022 2004-07-17  Simon Josefsson  <jas@extundo.com>
25023
25024         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25025         Kai Grossjohann <kai@emptydomain.de>.
25026         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25027         (gnus-group-make-menu-bar): Ditto.
25028
25029         * gnus-util.el (gnus-group-server): Add.
25030
25031 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25032
25033         * message.el (message-clone-locals): Clone sendmail and smtp
25034         variables.
25035
25036 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25037
25038         * rfc2047.el (rfc2047-encode-region): Fix last change.
25039
25040 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25041
25042         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25043         characters as non-special.
25044
25045 2004-07-09  Simon Josefsson  <jas@extundo.com>
25046
25047         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25048         Users will lose all flag changes made while unplugged with
25049         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25050         good default.  See numerous reports on ding mailing list.
25051
25052 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25053
25054         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25055         add generate-head-function and generate-article-function to the
25056         rfc822-forward entry.
25057         (nndoc-rfc822-forward-generate-article): New function.
25058         (nndoc-rfc822-forward-generate-head): New function.
25059
25060         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25061
25062 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25063
25064         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25065         respect display group parameter and gnus-summary-expunge-below.
25066         (gnus-articles-to-read): Remove unused reference to display group
25067         parameter.
25068
25069 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25070
25071         * nnheader.el (nnheader-uniquify-message-id): New experimental
25072         variable.
25073         (nnheader-nov-read-message-id): Use it.
25074
25075         * spam-report.el (spam-report-gmane): Add interactive.
25076
25077 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25078
25079         * mm-encode.el (mm-content-transfer-encoding-defaults):
25080         Use qp-or-base64 for the application/* types.
25081
25082 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25083
25084         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25085
25086 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25087
25088         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25089         trim value.
25090
25091 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25092
25093         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25094         New macro and function.
25095         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25096
25097 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25098
25099         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25100         after-load-alist.
25101
25102 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25103
25104         * gnus-group.el (gnus-group-get-new-news-this-group):
25105         Don't update info that isn't there.
25106
25107 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25108
25109         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25110         entry.
25111
25112 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25113
25114         * mm-view.el (mm-inline-render-with-function): Use multibyte
25115         buffer; decode html source by charset.
25116
25117         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25118
25119         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25120         Mule-UCS is loaded under XEmacs.
25121         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25122
25123 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25124
25125         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25126
25127 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25128
25129         * mm-util.el (mm-coding-system-p): Return a coding-system.
25130         (mm-mime-mule-charset-alist): Use shift_jis instead of
25131         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25132         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25133         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25134         instead of japanese-shift-jis and iso-latin-1 respectively in
25135         order to share the default value with both Emacs and XEmacs-mule.
25136         (mm-mule-charset-to-mime-charset):
25137         Make mm-coding-system-priorities effective.
25138         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25139         while predicating of candidates upon the priorities.
25140
25141 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25142
25143         * gnus-sum.el (gnus-summary-make-menu-bar):
25144         Add gnus-uu-invert-processable.
25145
25146         * gnus.el: Autoload gnus-uu-invert-processable.
25147
25148 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25149
25150         * mm-util.el (mm-with-multibyte-buffer): New macro.
25151
25152         * rfc2047.el (rfc2047-encode-string): Use it.
25153         (rfc2047-encode-region): Move point to the end of the region after
25154         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25155
25156 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25157
25158         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25159         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25160
25161 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25162
25163         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25164         (gnus-cite-parse): Ignore quoted envelope From_.
25165         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25166
25167 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25168
25169         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25170         invalid addresses.
25171
25172 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25173
25174         * spam.el: Change section markers, revise TODO list.
25175         (spam-backends): Make new master list of all installed backends.
25176         (spam-summary-exit-behavior): Add new variable to determine how
25177         messages moves are done at summary exit.
25178         (spam-move-spam-nonspam-groups-only)
25179         (spam-process-ham-in-nonham-groups)
25180         (spam-process-ham-in-spam-groups): Remove variables, the
25181         spam-summary-exit-behavior variable should be used to manage this
25182         behavior.
25183         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25184         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25185         and spam-old-spam-articles.
25186         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25187         Add empty variables, placeholders for the backends they represent.
25188         (spam-set-difference): Move, unchanged.
25189         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25190         unless the user has a processor variable.
25191         (spam-classifications, spam-classification-valid-p)
25192         (spam-backend-properties, spam-backend-property-valid-p)
25193         (spam-backend-function-type-valid-p)
25194         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25195         (spam-report-articles-gmane, spam-report-articles-resend):
25196         Remove functions, they are not needed.
25197         (spam-install-backend-super, spam-backend-list)
25198         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25199         (spam-backend-function, spam-backend-ham-registration-function)
25200         (spam-backend-spam-registration-function)
25201         (spam-backend-ham-unregistration-function)
25202         (spam-backend-spam-unregistration-function)
25203         (spam-backend-statistical-p, spam-backend-mover-p)
25204         (spam-install-backend-alias, spam-install-checkonly-backend)
25205         (spam-install-mover-backend, spam-install-nocheck-backend)
25206         (spam-install-backend, spam-install-statistical-backend)
25207         (spam-install-statistical-checkonly-backend): Add backend installation
25208         support.
25209         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25210         (spam-group-processor-p): Use the new backend code and respect the
25211         summary exit behavior.
25212         (spam-mark-spam-as-expired-and-move-routine): Remove.
25213         (spam-summary-prepare): Change to use the new spam-old-articles
25214         variable.
25215         (spam-copy-or-move-routine, spam-copy-spam-routine)
25216         (spam-move-spam-routine, spam-copy-ham-routine)
25217         (spam-move-ham-routine): Add code to copy/move ham or spam.
25218         (spam-fetch-field-fast): Improve doc and code, plus allow the
25219         'number request.
25220         (spam-list-of-checks, spam-list-of-statistical-checks):
25221         Remove variables.
25222         (spam-split, spam-find-spam): Use the new backend code.
25223         (spam-registration-functions): Remove variable.
25224         (spam-unregister-routine): Add convenience wrapper.
25225         (spam-log-undo-registration, spam-register-routine)
25226         (spam-log-processing-to-registry)
25227         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25228         where possible.
25229         (spam-check-gmane-xref, spam-check-regex-headers)
25230         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25231         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25232         (spam-check-bogofilter-headers, spam-check-spamoracle)
25233         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25234         (spam-check-crm114-headers): Use the spam-split-group that
25235         spam-split prepares, no need to determine it every time.
25236
25237         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25238         to the nnheader-parse-naked-head call.
25239
25240         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25241
25242         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25243         the nnheader-nov-read-message-id call.
25244
25245 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25246
25247         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25248         gnus-activate-group twice.  Suggested by Markus Peter
25249         <warp@spin.de>.
25250
25251 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25252
25253         * gnus-art.el (gnus-article-time-format): Exchange the order of
25254         day and month in the default value; fix customization type.
25255         (article-date-ut): Use add-text-properties.
25256         (article-make-date-line): Use message-make-date instead of
25257         current-time-string.
25258
25259         * message.el (message-fetch-field): Don't use set-text-properties.
25260         (message-make-date): Simplify.
25261
25262         * messagexmas.el (message-xmas-make-date): New function.
25263         (message-xmas-redefine): Defalias message-make-date to it.
25264
25265 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25266
25267         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25268         (rfc2047-encode-region): Treat text within parentheses as special;
25269         show the original text when error has occurred.
25270
25271         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25272         already-computed method to gnus-activate-group.
25273
25274         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25275         same select-methods identical Lisp objects.
25276
25277         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25278         object when modifying the info.
25279
25280 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25281
25282         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25283         gnus-opened-servers since it has never been opened with the new
25284         configuration yet.
25285
25286 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25287
25288         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25289         arg to nnheader-generate-fake-message-id.
25290
25291 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25292
25293         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25294         number and build a fake message ID localized to a group and
25295         article number (so it's repeatable from that point on).
25296         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25297         ID format.
25298
25299         * gnus-sum.el (gnus-get-newsgroup-headers):
25300         Call nnheader-generate-fake-message-id with the article number.
25301
25302 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25303
25304         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25305         end-of-buffer.
25306
25307 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25308
25309         * message.el (message-ignored-supersedes-headers): Add Approved.
25310
25311 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25312
25313         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25314         goto-char.
25315         (rfc2047-encode): Fold the line before encoding.
25316
25317 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25318
25319         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25320         folding -- not all headers can be folded, and this should be done
25321         by the message composition mode.  Probably.  I think.
25322
25323 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25324
25325         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25326         fast.
25327
25328         * gnus-ems.el (gnus-remove-image): Don't use
25329         message-text-with-property; remove only the image found first.
25330
25331         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25332         found first.
25333
25334 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25335
25336         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25337
25338 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25339
25340         * message.el (message-text-with-property): Make it fast and accept
25341         optional arguments.
25342         (message-strip-forbidden-properties): Use it.
25343         (message-fix-before-sending): Follow the m-t-w-p change.
25344
25345         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25346
25347 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * gnus-art.el (article-hide-headers): Don't change the buffer
25350         mistakenly when performing mml-preview even if
25351         gnus-single-article-buffer is nil.
25352
25353 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25354
25355         * message.el (message-expand-name-databases): New user option.
25356         (message-expand-name): Use it.
25357
25358 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25359
25360         * spam.el (spam-report-articles-resend)
25361         (spam-report-resend-register-routine): Allow ham reporting.
25362         (spam-report-resend-register-ham-routine): Add wrapper.
25363         (spam-registration-functions): Add ham resending functions.
25364         (spam-list-of-processors): Add ham resend processor.
25365
25366         * gnus.el (ham-resend-to): Add new group parameter.
25367         (spam-process): Add ham resend option.
25368
25369         * spam-report.el (spam-report-resend): Allow reporting ham.
25370         (spam-report-resend-ham): Add wrapper.
25371
25372 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25373
25374         * message.el (message-cite-articles-with-x-no-archive):
25375         New variable.
25376         (message-cite-original): Use it.
25377
25378 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25379
25380         * message.el (message-cite-original): Respect X-No-Archive.
25381
25382 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25383
25384         * gnus-art.el (article-hide-headers): Refer to the values for
25385         gnus-ignored-headers and gnus-visible-headers in the summary
25386         buffer since a user may have set them as group parameters.
25387
25388 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25389
25390         * assistant.el (assistant-node-name): Add convenience function.
25391         (assistant-render-text, assistant-render-node): Add error handling,
25392         plus handle multiple next nodes.
25393         (assistant-find-next-node): Comment out for now.
25394         (assistant-find-next-nodes): Add function, returns list of next
25395         nodes.
25396
25397 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25398
25399         * mail-source.el (mail-source-directory): Fix doc-string.
25400
25401 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25402
25403         * assistant.el (assistant-render-text, assistant-eval): Add :set
25404         widget type, which is different because it takes and returns a
25405         list.  Much hilarity ensues.
25406
25407 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25408
25409         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25410
25411         * gnus-group.el (gnus-group-get-new-news-this-group):
25412         Add doc-string.
25413
25414         * gnus-start.el (gnus-activate-group): Add doc-string.
25415
25416 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25417
25418         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25419
25420 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25421
25422         * assistant.el (assistant-render-text): Try to add a :set
25423         widget, more to come.
25424
25425         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25426         strings.
25427         (spam-report-articles-resend)
25428         (spam-register-routine): Do registration iff any articles warrant
25429         it.
25430         (spam-summary-prepare-exit): Change log message for nil group
25431         destinations.
25432
25433 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25434
25435         * spam.el (spam-report-resend-register-routine):
25436         Allow spam-report-resend-to to be a group parameter or a global value.
25437
25438 2004-05-26  Simon Josefsson  <jas@extundo.com>
25439
25440         * starttls.el: Merge with my GNUTLS based starttls.el.
25441         (starttls-gnutls-program, starttls-use-gnutls)
25442         (starttls-extra-arguments, starttls-process-connection-type)
25443         (starttls-connect, starttls-failure, starttls-success):
25444         New variables.
25445         (starttls-program, starttls-extra-args): Doc fix.
25446         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25447         New functions.
25448         (starttls-negotiate, starttls-open-stream):
25449         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25450         function if it is set.
25451
25452 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25453
25454         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25455         structured fields.
25456
25457 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25458
25459         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25460
25461 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25462
25463         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25464         Add variable.
25465         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25466         assigning the spam-mark to new messages.
25467
25468 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25469
25470         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25471
25472 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25473
25474         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25475
25476         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25477         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25478         default.
25479
25480 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25481
25482         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25483         correct data.
25484
25485 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25486
25487         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25488         (spam-group-processor-p): Fix function.
25489         (spam-group-processor-multiple-p)
25490         (spam-group-spam-processor-report-gmane-p)
25491         (spam-group-spam-processor-report-resend-p)
25492         (spam-group-spam-processor-bogofilter-p)
25493         (spam-group-spam-processor-blacklist-p)
25494         (spam-group-spam-processor-ifile-p)
25495         (spam-group-ham-processor-ifile-p)
25496         (spam-group-spam-processor-spamoracle-p)
25497         (spam-group-spam-processor-crm114-p)
25498         (spam-group-ham-processor-bogofilter-p)
25499         (spam-group-spam-processor-stat-p)
25500         (spam-group-ham-processor-stat-p)
25501         (spam-group-ham-processor-whitelist-p)
25502         (spam-group-ham-processor-BBDB-p)
25503         (spam-group-ham-processor-spamoracle-p)
25504         (spam-group-ham-processor-copy-p): Remove functions with some
25505         prejudice against unneeded code.
25506         (spam-report-articles-resend)
25507         (spam-report-resend-register-routine): Allow the group/topic
25508         spam-resend-to value to override spam-report-resend-to.
25509         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25510         properly now.
25511
25512         * gnus.el (spam-resend-to): Add group/topic parameter.
25513         (spam-process): Move the OBSOLETE processors to the end of the
25514         choices.
25515
25516 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25517
25518         * spam-report.el (spam-report-resend-to, spam-report-resend):
25519         Start with resend-to set to nil, and then ask the user if necessary.
25520         (spam-report-resend): spam-report-resend takes a list of articles, not
25521         separate article numbers.
25522
25523 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25524
25525         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25526         addition to emacs-w3m.
25527
25528 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25529
25530         * assistant.el (assistant-authinfo-data): New function.
25531         (assistant-eval): Eval for entire assistant.
25532
25533         * netrc.el (netrc-services-file): New variable.
25534         (netrc-parse-services): New function.
25535         (netrc-find-service-name): New function.
25536         (netrc-find-service-number): New function.
25537         (netrc-port-equal): New function.
25538         (netrc-machine): Use it.
25539
25540         * nnimap.el (nnimap-open-connection): Use netrc.
25541
25542         * gnus-util.el (gnus-netrc-get): Remove aliases.
25543
25544         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25545
25546         * assistant.el (wid-edit): Fix compilation.
25547
25548         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25549
25550 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25551
25552         * gnus-util.el (gnus-set-file-modes): New function.  (small
25553         patch).
25554
25555 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25556
25557         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25558
25559         * assistant.el (assistant-render-node): Fix up rendering and
25560         read-only text.
25561         (assistant-render-node): Reset.
25562         (assistant-make-read-only): Not sticky.
25563
25564 2004-05-20  Danny Siu  <dsiu@adobe.com>
25565
25566         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25567         centered even when gnus-auto-center-summary is t.
25568
25569 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25570
25571         * dns.el (dns-get-txt-answer): New function.
25572         (dns-read-txt): Ditto.
25573         (query-dns): Use it.
25574
25575 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25576
25577         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25578         active for foreign groups even if the group level is higher than
25579         the specified value.
25580
25581 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25582
25583         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
25584         non-active groups.
25585
25586         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
25587
25588 2004-05-20  Magnus Henoch  <mange@freemail.hu>
25589
25590         * dns.el (dns-read-type): Add support for SVR.  (small patch)
25591
25592 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
25593
25594         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
25595         (spam-crm114-header, spam-crm114-spam-switch)
25596         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
25597         (spam-crm114-positive-spam-header)
25598         (spam-crm114-database-directory, spam-list-of-processors)
25599         (spam-group-spam-processor-crm114-p)
25600         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
25601         (spam-generic-score, spam-list-of-checks)
25602         (spam-list-of-statistical-checks, spam-registration-functions)
25603         (spam-check-crm114-headers, spam-crm114-score)
25604         (spam-check-crm114, spam-crm114-register-with-crm114)
25605         (spam-crm114-register-spam-routine)
25606         (spam-crm114-unregister-spam-routine)
25607         (spam-crm114-register-ham-routine)
25608         (spam-crm114-unregister-ham-routine): Add CRM114 support.
25609
25610 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
25611
25612         * gnus.el: Add spam-use-crm114.
25613
25614         * spam.el (spam-list-of-processors, spam-registration-functions):
25615         Add spam-use-resend.
25616         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
25617         (spam-report-articles-gmane): Add doc fix.
25618         (spam-report-articles-resend, spam-report-resend-register-routine):
25619         Add wrappers around spam-report-resend-to.
25620
25621         * spam-report.el (spam-report-resend-to, spam-report-resend):
25622         Add support for resending spam.
25623         (spam-report-gmane): Fix line length >80.
25624
25625         * gnus.el (spam-process): Add spam-use-resend.
25626
25627 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25628
25629         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
25630         number of processed spam messages.
25631         (spam-ham-copy-or-move-routine): Return the number of processed
25632         ham messages.
25633         (spam-summary-prepare-exit): Use the above values to decide
25634         whether status messages shouled be displayed.
25635
25636 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
25637
25638         * rfc2047.el (rfc2047-encode-function-alist): Rename from
25639         `rfc2047-encoding-function-alist' in order to avoid conflicting
25640         with the old version.
25641         (rfc2047-encode-region): Concatenate words containing non-ASCII
25642         characters in structured fields; don't encode space-delimited
25643         ASCII words even in unstructured fields; don't break words at
25644         char-category boundaries.
25645         (rfc2047-encode-1): New function.
25646         (rfc2047-encode): Use it; encode text so that it occupies the
25647         maximum width within 76-column; work correctly on Q encoding for
25648         iso-2022-* charsets.
25649         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
25650         sure not to break a line just after the header name.
25651         (rfc2047-b-encode-region): Remove.
25652         (rfc2047-b-encode-string): New function.
25653         (rfc2047-q-encode-region): Remove.
25654         (rfc2047-q-encode-string): New function.
25655
25656         * mm-util.el (mm-replace-in-string): New function.
25657
25658 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25659
25660         * gnus-msg.el (gnus-inews-make-draft-meta-information):
25661         Really get it right.
25662         (gnus-inews-make-draft): Really.
25663
25664 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
25665
25666         * nnmh.el (nnmh-request-list-1): Don't check the link count
25667         before descending.  (small patch)
25668
25669 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25670
25671         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
25672         stuff.
25673
25674         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
25675         Match on real group name.
25676
25677         * gnus-art.el (gnus-signature-limit): Doc fix.
25678
25679         * gnus-msg.el (gnus-inews-make-draft): Quote list.
25680
25681         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
25682
25683 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
25684
25685         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
25686         isn't a string.
25687
25688 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25689
25690         * gnus-draft.el (gnus-draft-send):
25691         Bind rfc2047-encode-encoded-words.
25692
25693         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
25694         (rfc2047-encodable-p): Say that =? needs encoding.
25695         (rfc2047-encode-encoded-words): New variable.
25696
25697         * gnus-group.el (gnus-group-select-group): Doc fix.
25698
25699         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
25700
25701         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
25702         to nil.
25703
25704         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
25705
25706         * nnheader.el (nnheader-get-lines-and-char): New function.
25707
25708 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
25709
25710         * gnus-msg.el (gnus-summary-followup-with-original):
25711         Document yanking of region when active.
25712
25713 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25714
25715         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
25716         groups if the group level is higher than the specified value.
25717
25718 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25719
25720         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
25721         (gnus-group-jump-to-group): Add prefix argument using
25722         `gnus-group-jump-to-group-prompt'.  Query before jumping to
25723         non-active group.
25724
25725         * compface.el (uncompface): Be verbose when changing
25726         `uncompface-use-external'.
25727
25728         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
25729         handle manual section.
25730
25731 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25732
25733         * gnus-art.el (gnus-button-alist): Revert previous change.
25734
25735 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25736
25737         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
25738
25739 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25740
25741         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
25742         whether backend can accept message.
25743
25744         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
25745
25746 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
25747
25748         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25749         Avoid creating directory when nntp-marks-is-evil is true.
25750         Reported by Reiner Steib.
25751
25752 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
25753
25754         * gnus-picon.el (gnus-picon-insert-glyph):
25755         Add optional `nostring' argument.
25756
25757 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25758
25759         * gnus-picon.el (gnus-picon-style): New variable.
25760         (gnus-picon-transform-address): Support `gnus-picon-style'.
25761
25762 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25763
25764         * message.el (message-fill-field): Return point.
25765         (message-generate-headers): Go to end of field.
25766
25767         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
25768         stuff for non-living groups.
25769
25770 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
25771
25772         * gnus-art.el (gnus-article-followup-with-original)
25773         (gnus-article-reply-with-original): gnus-mark-active-p ->
25774         gnus-region-active-p.
25775
25776 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
25777
25778         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
25779         only when there is spam or ham to be processed.
25780
25781 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25782
25783         * mail-source.el (mail-source-delete-crash-box): Refactor.
25784         (mail-source-fetch): Use it.
25785         (mail-source-fetch-file): Ditto.
25786         (mail-source-fetch-directory): Run postscript in loop.
25787         (mail-source-fetch-pop): Delete.
25788         (mail-source-fetch-maildir): Ditto.
25789         (mail-source-fetch-imap): Ditto.
25790
25791         * imap.el (imap-authenticators): Comment out sasl.
25792
25793         * message.el (message-skip-to-next-address): New function.
25794         (message-fill-header-address): Refactor.
25795         (message-fill-address): Use it.
25796         (message-delete-address): Use it.
25797         (message-fill-header-general): Refactor.
25798         (message-fill-field-address): Rename.
25799         (message-narrow-to-field): Find the start of the header.
25800         (message-header-format-alist): Don't pre-fill.
25801         (message-fill-header): Remove.
25802         (message-insert-header): New function.
25803         (message-shorten-references): Use it.
25804
25805         * rfc2047.el (rfc2047-field-value): Strip props.
25806
25807         * mail-parse.el (mail-header-make-address): New alias.
25808
25809         * ietf-drums.el (ietf-drums-make-address): New function.
25810
25811         * imap.el: Add compiler directives.
25812
25813         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
25814
25815         * gnus-art.el (article-decode-idna-rhs): Don't use
25816         message-idna-inside-rhs-p.
25817
25818 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25819
25820         * message.el (message-idna-inside-rhs-p): Remove.
25821         (message-idna-to-ascii-rhs-1): Use proper address parsing.
25822
25823         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
25824         false positives.
25825
25826 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
25827
25828         * imap.el (imap-sasl-make-mechanisms): Use sasl.
25829
25830 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25831
25832         * nneething.el (nneething-file-name): Don't create spurious
25833         files.
25834
25835         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
25836         (gnus-inews-do-gcc): Remove sleep.
25837
25838         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
25839         part under point.
25840
25841         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
25842         (gnus-agent-regenerate-group): Using nil messages aren't valid.
25843
25844 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
25845
25846         * spam.el (spam-summary-prepare-exit): Fix (length).
25847
25848 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
25849
25850         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
25851         as expired without moving it" message when there are spam
25852         messages left.
25853
25854 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
25855
25856         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
25857         header is not nil.
25858
25859 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
25860
25861         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
25862         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
25863         (nntp-marks-changed-p): New arg SERVER.
25864         (nntp-request-update-info): Adjust caller.
25865
25866 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
25867
25868         * nntp.el (nntp-save-marks): Pass missing arg.
25869
25870 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
25871
25872         * nntp.el: Support marks.
25873         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
25874         (nntp-marks-modtime, nntp-marks-directory): New variables.
25875         (nntp-request-set-mark, nntp-request-update-info)
25876         (nntp-possibly-create-directory, nntp-marks-changed-p)
25877         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
25878         New functions.
25879
25880 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
25881
25882         * gnus-xmas.el (gnus-xmas-select-lowest-window)
25883         (gnus-xmas-redefine): Rename.
25884
25885         * gnus-score.el (gnus-score-insert-help):
25886         Use gnus-select-lowest-window.
25887
25888         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
25889         appt-select-lowest-window and rename to gnus-select-lowest-window.
25890
25891         * gnus.el: do.
25892
25893 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25894
25895         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
25896         encodings of MIME-encoded words, in order to improve
25897         interoperability with several broken MUAs.
25898
25899 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25900
25901         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
25902         tags, only when charsets are not specified in headers.
25903         (mm-inline-text-html-render-with-w3m): Ditto.
25904
25905         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
25906         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
25907
25908 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25909
25910         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
25911         instead of MIME-decoded from fields when checking
25912         `gnus-article-address-banner-alist'.
25913
25914 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
25915
25916         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
25917         description rather than subject.
25918
25919 2004-05-02  Steve Youngs  <steve@youngs.au.com>
25920
25921         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
25922
25923 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25924
25925         * gnus.el (gnus-version-number): Bump.
25926
25927 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25928
25929         * gnus.el: No Gnus v0.2 is released.
25930
25931 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25932
25933         * gnus-agent.el (gnus-agent-read-agentview):
25934         Inline gnus-uncompress-range.
25935
25936 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25937
25938         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
25939         `exec-installed-p'.
25940
25941 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
25942
25943         * gnus.el (spam-process, spam-autodetect-methods):
25944         Add bsfilter and bsfilter-headers.
25945
25946         * spam.el (spam-bsfilter): New customize group.
25947         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
25948         (spam-bsfilter-header, spam-bsfilter-probability-header)
25949         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
25950         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
25951         (spam-bsfilter-database-directory): New options.
25952         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
25953         (spam-list-of-statistical-checks, spam-registration-functions):
25954         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
25955         (spam-bsfilter-score): New command.
25956         (spam-check-bsfilter-headers, spam-check-bsfilter)
25957         (spam-bsfilter-register-with-bsfilter)
25958         (spam-bsfilter-register-spam-routine)
25959         (spam-bsfilter-unregister-spam-routine)
25960         (spam-bsfilter-register-ham-routine)
25961         (spam-bsfilter-unregister-ham-routine): New functions.
25962         (spam-generic-score): Support bsfilter; Accept an optional argument
25963         to recalcurate spam score even if scoring header has already been
25964         added.
25965         (spam-bogofilter-score, spam-spamassassin-score): Accept an
25966         optional argument to recalcurate spam score even if scoring header
25967         has already been added.
25968
25969 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
25970
25971         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
25972         strings!  Reported by David D. Smith <davidsmith@acm.org>.
25973         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
25974         link is missing.
25975
25976 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
25977
25978         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
25979         (html2text-get-attr): Rewrite.
25980
25981         * message.el (message-setup-1): Remove redundant put-text-property
25982         on mail-header-separator.
25983
25984 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
25985
25986         * gnus-registry.el (gnus-registry-cache-whitespace)
25987         (gnus-registry-action, gnus-registry-spool-action)
25988         (gnus-registry-split-fancy-with-parent): Change message levels
25989         from 5 to 3 or 7, as needed.
25990
25991         * spam.el (spam-summary-prepare-exit)
25992         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
25993         (spam-split, spam-find-spam, spam-log-undo-registration)
25994         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
25995         level from 5 to 6.
25996
25997 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25998
25999         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26000         2004-03-04 change).
26001
26002 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26003
26004         * sieve-manage.el (sieve-manage-open):
26005         * nnweb.el (nnweb-insert-html):
26006         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26007         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26008         * nnspool.el (nnspool-request-group):
26009         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26010         * nnml.el (nnml-request-update-info):
26011         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26012         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26013         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26014         (nnimap-request-set-mark):
26015         * nnfolder.el (nnfolder-request-update-info):
26016         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26017         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26018         * gnus-uu.el (gnus-uu-find-articles-matching):
26019         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26020         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26021         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26022         * gnus-nocem.el (gnus-nocem-scan-groups):
26023         * gnus-int.el (gnus-start-news-server):
26024         * gnus-group.el (gnus-group-make-kiboze-group)
26025         (gnus-group-browse-foreign-server):
26026         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26027         Use mapc when appropriate.
26028
26029 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26030             Adam Sjøgren  <asjo@koldfront.dk>
26031             Wes Hardaker  <wes@hardakers.net>
26032             Michael Shields  <shields@msrl.com>
26033
26034         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26035         may need for spam sorting and scoring.
26036         (spam-user-format-function-S): Add user format function suitable for
26037         general use.
26038         (spam-article-sort-by-spam-status): Add sorting function for summary
26039         sorting.
26040         (spam-extra-header-to-number): Add function to get a score from a
26041         header.
26042         (spam-summary-score): Add function to get a numeric score from the
26043         headers.
26044         (spam-generic-score): Fix function doc, was in wrong place.
26045         (spam-initialize): Take symbols when it's run, and install the
26046         extra headers that spam-necessary-extra-headers thinks we need.
26047
26048 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26049
26050         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26051         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26052
26053 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26054
26055         * gnus-sum.el (gnus-set-global-variables)
26056         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26057         (gnus-article-get-xrefs, gnus-summary-best-group)
26058         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26059         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26060         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26061         Use with-current-buffer.
26062
26063 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26064
26065         * spam.el (spam-summary-prepare-exit): Simplify logic.
26066         (spam-fetch-article-header): Read the article header if it's not
26067         available.
26068         (spam-list-articles): Simplify logic.
26069         (spam-filelist-register-routine): Fix bug with unregister-list.
26070
26071         * gnus-registry.el: Fix comments at beginning.
26072
26073 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26074
26075         * message.el (message-cater-to-broken-inn): Remove.
26076         (message-shorten-references): Make sure the total folded length of
26077         References is shorter than 998 characters to cater to a bug in INN
26078         2.3.  Also, don't pretend that references aren't folded -- this
26079         hasn't worked for a while.
26080
26081 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26082
26083         * gnus-agent.el (gnus-agentize):
26084         gnus-agent-send-mail-real-function no longer set to current value
26085         of message-send-mail-function but rather a lambda that calls
26086         message-send-mail-function.  The change makes the agent real-time
26087         responsive to user changes to message-send-mail-function.
26088
26089 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26090
26091         * legacy-gnus-agent.el
26092         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26093         help from Florian Weimer <fw@deneb.enyo.de>
26094
26095 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26096
26097         * nnmail.el (nnmail-cache-insert): Revert last change.
26098
26099 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26100
26101         * nnmail.el (nnmail-cache-insert): Always check whether
26102         nnmail-cache-ignore-groups matches a group name.
26103
26104 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26105
26106         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26107         (spam-find-spam, spam-log-processing-to-registry)
26108         (spam-log-registered-p, spam-log-unregistration-needed-p)
26109         (spam-log-undo-registration): Use gnus-message instead of
26110         gnus-error, none of these errors are fatal.
26111
26112         * gnus-registry.el (gnus-registry-clean-empty-function)
26113         (gnus-registry-clean-empty): Remove only empty entries without
26114         extra data.
26115
26116 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26117
26118         * spam-stat.el (spam-stat-buffer-change-to-spam)
26119         (spam-stat-buffer-change-to-non-spam): Change (error) to
26120         (gnus-message 8) invocation.
26121
26122 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26123
26124         * nntp.el (nntp-via-netcat-command): New variable.
26125         (nntp-via-netcat-switches): New variable.
26126         (nntp-open-via-rlogin-and-netcat): New function.
26127         (nntp-open-connection-function): Doc fix.
26128         (nntp-telnet-command): Doc fix.
26129         (nntp-end-of-line): Doc fix.
26130         (nntp-via-rlogin-command): Doc fix.
26131         (nntp-via-user-name): Doc fix.
26132         (nntp-via-address): Doc fix.
26133
26134 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26135
26136         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26137         error in Emacs 21.1.
26138
26139 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26140
26141         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26142
26143 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26144
26145         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26146         (gnus-agent-with-refreshed-group): New macro.
26147         (gnus-agent-rename-group): New function.
26148         (gnus-agent-delete-group): New function.
26149         (gnus-agent-save-group-info): Use gnus-command-method when
26150         `method' parameter is nil.  Don't write nil entries into the
26151         active file.
26152         (gnus-agent-get-group-info): New function.
26153         (gnus-agent-fetch-articles):
26154         Use gnus-agent-update-files-total-fetched-for to increment disk space
26155         used.
26156         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26157         Use gnus-agent-update-view-total-fetched-for to increment disk space
26158         used.
26159         (gnus-agent-get-local): Add optional parameters to avoid calling
26160         gnus-group-real-name and gnus-find-method-for-group.
26161         (gnus-agent-set-local): Delete stored entry if either min, or max,
26162         are nil.
26163         (gnus-agent-fetch-session): Reworded error/quit messages.
26164         On quit, use gnus-agent-regenerate-group to record existance of any
26165         articles fetched to disk before the quit occurred.
26166         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26167         gnus-agent-update-view-total-fetched-for, and
26168         gnus-agent-update-files-total-fetched-for to decrement disk space
26169         used.
26170         (gnus-agent-retrieve-headers):
26171         Use gnus-agent-update-view-total-fetched-for to increment disk space
26172         used.
26173         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26174         with gnus-agent-update-files-total-fetched-for to decrement disk
26175         space and fresh group buffer.
26176         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26177         (gnus-agent-need-update-total-fetched-for): New variable.
26178         (gnus-agent-update-files-total-fetched-for): New function.
26179         (gnus-agent-update-view-total-fetched-for): New function.
26180         (gnus-agent-total-fetched-for): New function.
26181
26182         * gnus-cache.el (gnus-cache-save-buffers):
26183         Use gnus-cache-update-overview-total-fetched-for to change disk space
26184         used by this group.
26185         (gnus-cache-possibly-enter-article):
26186         Use gnus-cache-update-file-total-fetched-for to increment disk space
26187         used by this group.
26188         (gnus-cache-possibly-remove-article):
26189         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26190         used by this group.
26191         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26192         (gnus-cache-rename-group): New function.
26193         (gnus-cache-delete-group): New function.
26194         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26195         (gnus-cache-need-update-total-fetched-for): New variable.
26196         (gnus-cache-with-refreshed-group): New macro.
26197         (gnus-cache-update-file-total-fetched-for): New function.
26198         (gnus-cache-update-overview-total-fetched-for): New function.
26199         (gnus-cache-rename-group-total-fetched-for): New function.
26200         (gnus-cache-delete-group-total-fetched-for): New function.
26201         (gnus-cache-total-fetched-for): New function.
26202
26203         * gnus-group.el: Require gnus-sum and autoload functions to
26204         resolve warnings when gnus-group.el compiled alone.
26205         (gnus-group-line-format): Document new %F.
26206         (size of Fetched data) group line format; identifies disk space
26207         used by agent and cache.
26208         (gnus-group-line-format-alist): Define new F format.
26209         (gnus-total-fetched-for): New function.
26210         (gnus-group-delete-group): No longer update
26211         gnus-cache-active-altered as gnus-request-delete-group now keeps
26212         the cache in sync.
26213         (gnus-group-list-active): Let the agent store a server's active
26214         list if currently plugged.
26215
26216         * gnus-int.el (gnus-request-delete-group):
26217         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26218         local disk in sync with the server.
26219         (gnus-request-rename-group):
26220         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26221         local disk in sync with the server.
26222
26223         * gnus-start.el (gnus-get-unread-articles):
26224         Cosmetic simplification to logic.
26225
26226         * gnus-util.el (gnus-rename-file): New function.
26227
26228 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26229
26230         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26231
26232 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26233
26234         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26235         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26236
26237 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26238
26239         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26240         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26241
26242 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26243
26244         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26245
26246 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26247
26248         * spam.el (spam-set-difference): Add function to replace
26249         gnus-set-difference in spam.el.
26250         (spam-summary-prepare-exit): Use spam-set-difference.
26251
26252 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26253
26254         * gnus-registry.el (gnus-registry-cache-file): Update to use
26255         gnus-dribble-directory OR gnus-home-directory OR ~.
26256         (gnus-registry-split-fancy-with-parent): Fix doc.
26257
26258 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26259
26260         * message.el (message-exchange-point-and-mark):
26261         Use message-mark-active-p.  Suggested by Jesper Harder
26262         <harder@ifa.au.dk>.
26263
26264 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26265
26266         * message.el (message-exchange-point-and-mark): Don't activate
26267         region if it was inactive.  Suggested by Hiroshi Fujishima
26268         <pooh@nature.tsukuba.ac.jp>.
26269
26270 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26271
26272         * gnus-art.el (article-display-face): Display Faces in the same
26273         order as X-Faces.
26274
26275 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26276
26277         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26278
26279 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26280
26281         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26282         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26283         (gnus-article-mime-hierarchy): Remove.
26284         (gnus-article-mime-hierarchy-next): Remove.
26285         (gnus-article-mode): Revert 2004-03-19 change.
26286         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26287         (gnus-insert-mime-button): Revert 2004-03-19 change.
26288         (gnus-mime-accumulate-hierarchy): Remove.
26289         (gnus-mime-enter-multipart): Remove.
26290         (gnus-mime-leave-multipart): Remove.
26291         (gnus-mime-display-part): Revert 2004-03-19 change.
26292         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26293
26294         * mml.el (mml-preview): Revert 2004-03-19 change.
26295
26296 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26297
26298         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26299
26300 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26301
26302         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26303         t while entering a file name using the mm-with-multibyte macro.
26304         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26305
26306         * mm-util.el (mm-with-multibyte): New macro.
26307
26308 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26309
26310         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26311         New user option.
26312         (gnus-mime-multipart-functions): Doc and customization fix.
26313         (gnus-article-mime-hierarchy): New variable.
26314         (gnus-article-mime-hierarchy-next): New variable.
26315         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26316         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26317         gnus-article-mime-hierarchy-next to nil.
26318         (gnus-insert-mime-button): Show hierarchy numbers.
26319         (gnus-mime-accumulate-hierarchy): New function.
26320         (gnus-mime-enter-multipart): New function.
26321         (gnus-mime-leave-multipart): New function.
26322         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26323         (gnus-mime-display-alternative): Show hierarchy numbers.
26324
26325         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26326         gnus-article-mime-hierarchy-next to nil.
26327
26328 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26329
26330         * dns.el: Don't require gnus-xmas.
26331
26332 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26333
26334         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26335         inline PGP.
26336         (mml-menu): Disable mml-quote-region if mark is inactive.
26337
26338 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26339
26340         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26341         when the group's active is not available.
26342
26343 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26344
26345         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26346         error.
26347
26348 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26349
26350         * imap.el (imap-store-password): New variable.
26351         (imap-interactive-login): Use it.
26352         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26353
26354 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26355
26356         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26357         window-start and hscroll to summary window.
26358
26359 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26360
26361         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26362         conversion message to newsrc-dribble when an actual conversion is
26363         performed.
26364
26365 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26366
26367         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26368
26369 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26370
26371         * mm-decode.el (mm-complicated-handles): New function reviving
26372         former definition of mm-multiple-handles.
26373
26374         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26375         (gnus-mime-delete-part): Use it.
26376
26377 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26378
26379         * gnus-agent.el (gnus-agent-read-local):
26380         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26381         avoid the implicit assumption that they will always be equal.
26382         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26383         coding-system-for-write, as the with-temp-file macro first prints
26384         to a buffer then saves the buffer.
26385
26386 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26387
26388         * gnus-art.el (gnus-article-edit-part): New function.
26389         (gnus-mime-save-part-and-strip): Use it; do query instead of
26390         signaling an error; don't use mm-multiple-handles.
26391         (gnus-mime-delete-part): Ditto.
26392
26393 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26394
26395         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26396         old file versions.
26397         (gnus-group-prepare-hook): Remove function that converted list
26398         form of gnus-agent-expire-days to group properties.
26399
26400         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26401         (gnus-request-accept-article): Re-indented.
26402
26403         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26404         converters to handle old agent file formats.  Add logic for a
26405         "backup before upgrading warning".
26406         (gnus-convert-mark-converter-prompt): Developers can mark
26407         functions as needing (default), or not needing,
26408         gnus-convert-old-newsrc's "backup before upgrading warning".
26409         (gnus-convert-converter-needs-prompt): Tests whether the user
26410         should be protected from potentially irreversable changes by the
26411         function.
26412
26413         * legacy-gnus-agent.el: New.  Provides converters that are only
26414         loaded when gnus-convert-old-newsrc needs to call them.
26415
26416 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26417
26418         * mail-source.el (mail-source-touch-pop): Doc fix.
26419
26420         * message.el (message-smtpmail-send-it): Doc fix.
26421
26422 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26423
26424         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26425
26426         * nnmail.el (nnmail-split-fancy): do.
26427
26428         * gnus-kill.el (gnus-kill, gnus-execute): do.
26429
26430 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26431
26432         * gnus-sum.el (gnus-widget-reversible-match)
26433         (gnus-widget-reversible-to-internal)
26434         (gnus-widget-reversible-to-external): New functions.
26435         (gnus-widget-reversible): New widget.
26436         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26437
26438 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26439
26440         * gnus-sum.el (gnus-thread-sort-functions)
26441         (gnus-article-sort-functions): Document `(not F)' items.
26442
26443 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26444
26445         * spam.el (spam-use-gmane-xref): Add new backend.
26446         (spam-gmane-xref-spam-group): Add variable to control the name of the
26447         Gmane spam group.
26448         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26449         (spam-regex-headers-spam, spam-regex-headers-ham)
26450         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26451         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26452         backends and checks.
26453         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26454
26455         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26456         an autodetect method.
26457
26458 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26459
26460         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26461         articles are being added to a group.
26462         (gnus-request-replace-article): Inform the agent that articles
26463         need to be uncached as the cached contents are no longer valid.
26464
26465 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26466
26467         * binhex.el: Don't autoload executable-find.
26468
26469         * canlock.el: Don't autoload mail-fetch-field.
26470
26471         * dgnushack.el: Autoload c-mode for XEmacs.
26472
26473         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26474
26475         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26476         rmail-dont-reply-to and rmail-output.
26477
26478         * gnus-score.el: Don't autoload ffap-string-at-point.
26479
26480         * gnus-setup.el: Don't autoload sc-cite-original.
26481
26482         * imap.el: Don't autoload base64-decode-string,
26483         base64-encode-string and md5.
26484
26485         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26486         and rmail-msg-restore-non-pruned-header.
26487
26488         * mm-decode.el: Don't autoload executable-find.
26489
26490         * mm-url.el: Don't autoload executable-find.
26491
26492         * mm-view.el: Don't autoload diff-mode.
26493
26494         * nndb.el: Don't autoload news-reply-mode, news-setup,
26495         cancel-timer and telnet.
26496
26497         * password.el: Don't autoload run-at-time for Emacs.
26498
26499         * sha1-el.el: Don't autoload executable-find.
26500
26501         * sieve-mode.el: Don't autoload c-mode.
26502
26503         * uudecode.el: Don't autoload executable-find.
26504
26505 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26506
26507         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26508         (gnus-agent-possibly-alter-active): Avoid null in numeric
26509         comparison.
26510         (gnus-agent-set-local): Refuse to save null in local object table.
26511         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26512         list of articles that will be marked as unread.
26513
26514 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26515
26516         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26517
26518 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26519
26520         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26521         language tags.
26522
26523 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26524
26525         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26526         Don't bind "obarray".
26527
26528         * gnus-sum.el (gnus-thread-sort-functions):
26529         Add `gnus-thread-sort-by-most-recent-number' and
26530         `gnus-thread-sort-by-most-recent-date'.
26531         Reported by Kai Grossjohann <kai@emptydomain.de>.
26532
26533 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26534
26535         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26536
26537 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26538
26539         * gnus-cus.el (gnus-agent-customize-category):
26540         Remove ignore-errors macro reference that required cl to be loaded at
26541         run-time.
26542
26543         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26544         single-interval range of the form (min . max).  Previously the
26545         range had to look like ((min . max)).  Likewise, return
26546         (min . max) rather than ((min . max)).
26547         (gnus-range-map): Use gnus-range-normalize to accept
26548         single-interval range.
26549
26550         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26551         the cache, but not the agent, now appear with their usual face.
26552
26553         * dgnushack.el (loaddir): New variable that is bound to the
26554         directory containing the dgnushack.el file.  Use loaddir, rather
26555         than srcdir, to update load-path.  Change lets dgnushack compile
26556         code in directories other than GNUS/lisp.
26557
26558 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26559
26560         * lpath.el: Don't bind w3m-safe-url-regexp.
26561
26562         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26563         w3m-safe-url-regexp variable buffer-local.
26564
26565         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26566
26567 2004-02-27  Simon Josefsson  <jas@extundo.com>
26568
26569         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26570         gnus-group-real-prefix.
26571         (gnus-summary-move-article): Use it, instead of
26572         gnus-group-real-prefix.
26573
26574 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26575
26576         * lpath.el: Bind w3m-safe-url-regexp.
26577
26578         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26579         w3m-safe-url-regexp variable buffer-local and set it as the value
26580         of mm-w3m-safe-url-regexp.
26581
26582         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26583
26584         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
26585         parsing gnus-posting-styles when the message is not for replying.
26586
26587         * dgnushack.el: Autoload sgml-mode for XEmacs.
26588
26589         * nnrss.el (nnrss-opml-export):
26590         Use mm-set-buffer-file-coding-system instead of
26591         set-buffer-file-coding-system.
26592
26593 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
26594
26595         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
26596         of checkdoc.el).
26597         * nnrss.el: do.
26598         * gnus-mlspl.el: do.
26599         * gnus-ml.el: do.
26600         * gnus-srvr.el: do.
26601
26602         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
26603
26604 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
26605
26606         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
26607         Corrections to custom-manual links.
26608
26609         * gnus-art.el (gnus-article): Ditto.
26610
26611         * mm-decode.el (mime-display, mime-security): Ditto.
26612
26613 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26614
26615         * flow-fill.el: Typo.
26616
26617 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
26618
26619         * spam-wash.el: New file.
26620
26621 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
26622
26623         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
26624
26625 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
26626
26627         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
26628         to be run with new-articles as LIST1, not LIST2.
26629         (spam-registration-functions): Add spam-use-ham-copy as a nil
26630         registration backend.
26631
26632 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
26633
26634         * spam-stat.el (spam-stat-washing-hook): New option.
26635         (spam-stat-buffer-words): Use it.
26636         (spam-stat-process-directory, spam-stat-test-directory):
26637         Use insert-file-contents-literally.
26638         (spam-stat-coding-system): New variable.
26639         (spam-stat-load, spam-stat-save): Use it.
26640
26641 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26642
26643         * spam-report.el (spam-report-plug-agent):
26644         Quote spam-report-url-to-file and spam-report-url-ping-plain.
26645
26646 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
26647
26648         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
26649         Allow / in mailto URLs.
26650
26651 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
26652
26653         * spam-report.el (spam-report-process-queue): Fix interactive use.
26654         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
26655         (spam-report-unplug-agent): Doc fixes.
26656         (spam-report-url-ping-mm-url, spam-report-url-to-file)
26657         (spam-report-agentize, spam-report-deagentize): Autoload.
26658
26659 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26660
26661         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
26662
26663         * message.el (message-setup-fill-variables): Add mml tags to
26664         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
26665         <ajk@iu.edu>.
26666         (message-mode): Don't modify paragraph-separate there.
26667
26668 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26669
26670         * compface.el (uncompface-use-external): Default to undecided.
26671         (uncompface-use-external-threshold): New variable.
26672         (uncompface-float-time): New macro.
26673         (uncompface): Determine whether to use the external decoder if
26674         uncompface-use-external is undecided.
26675
26676 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26677
26678         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
26679         after images.
26680
26681         * gnus-art.el (gnus-mime-display-single): Remove dead code.
26682
26683 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
26684
26685         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
26686
26687         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
26688
26689         * gnus-sum.el (gnus-summary-limit-to-age)
26690         (gnus-summary-limit-children): do.
26691
26692         * gnus-int.el (gnus-request-scan): do.
26693
26694         * gnus-group.el (gnus-group-suspend): do.
26695
26696         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
26697
26698         * gnus-cite.el (gnus-cite-parse-attributions): do.
26699
26700         * gnus-agent.el (gnus-summary-set-agent-mark)
26701         (gnus-agent-regenerate-group): do.
26702
26703         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
26704
26705         * binhex.el (binhex-decode-region-internal): do.
26706
26707 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26708
26709         * gnus-fun.el (gnus-face-properties-alist): New user option.
26710         (gnus-display-x-face-in-from): Use it.
26711
26712         * gnus-art.el (article-display-face): Ditto.
26713
26714         * compface.el (uncompface-use-external): Default to nil.
26715
26716 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
26717
26718         * nntp.el (nntp-erase-buffer): New function.
26719         (nntp-retrieve-data, nntp-send-command)
26720         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
26721         (nntp-possibly-change-group): Use it.
26722
26723         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
26724         Use with-current-buffer.
26725
26726 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
26727
26728         * compface.el: Merge the ELisp-based uncompface program.
26729         (compface): New customization group.
26730         (uncompface-use-external): New user option.
26731         (uncompface): Call uncompface-internal if uncompface-use-external
26732         is nil.
26733         (uncompface-internal): New function.  Note that there are also
26734         some other functions and variables added for this function.
26735
26736 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
26737
26738         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
26739         if necessary.
26740
26741 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
26742
26743         * spam-report.el (spam-report-unplug-agent)
26744         (spam-report-plug-agent, spam-report-deagentize)
26745         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
26746         Add support for the Agent in spam-report: when unplugged, report to a
26747         file; when plugged, submit all the requests.
26748
26749         * spam.el (spam-register-routine): Fix message about
26750         registration.
26751
26752 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
26753
26754         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
26755         dependencies.
26756         (rfc2047-encode): Use it.
26757
26758         * gnus-art.el (gnus-button-marker-list): Move before first
26759         reference.
26760
26761         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
26762         (imap-parse-body): Fix format string mismatch.
26763
26764         * gnus-score.el (gnus-summary-increase-score): do.
26765
26766         * nnrss.el (nnrss-close): New function.
26767
26768 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
26769
26770         * nnrss.el (nnrss-make-filename): New function.
26771         (nnrss-request-delete-group, nnrss-read-server-data)
26772         (nnrss-save-server-data, nnrss-read-group-data)
26773         (nnrss-save-group-data): Use it.
26774         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
26775         (nnrss-read-server-data, nnrss-read-group-data): Use load.
26776         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
26777
26778 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
26779
26780         * mml.el (mml-compute-boundary-1): Don't uncompress files.
26781
26782 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
26783
26784         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
26785         files.
26786
26787         * message.el (message-generate-headers-first): Don't quote nil
26788         and t in docstrings.
26789
26790         * imap.el (imap-id): do.
26791
26792         * gnus-agent.el (gnus-agent-consider-all-articles)
26793         (gnus-agent-queue-mail): do.
26794
26795 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
26796
26797         * spam-report.el (spam-report-process-queue): New function.
26798         Process requests from `spam-report-requests-file'.
26799         (spam-report-process-queue): Doc fix.
26800
26801 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
26802
26803         * spam.el (spam-register-routine)
26804         (spam-log-processing-to-registry, spam-log-registered-p)
26805         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26806         Change "check" to "spam-check" for semi-clarity.
26807
26808 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
26809
26810         * pop3.el: Require nnheader.
26811
26812         * mml-smime.el: Require cl.  Autoload message-fetch-field.
26813
26814         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
26815
26816         * gnus-picon.el: Require cl.
26817
26818         * gnus-fun.el: Require gnus-ems and gnus-util.
26819
26820         * gnus.el (gnus-method-to-server): Move defsubst before first use.
26821
26822         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
26823
26824         * gnus-art.el (gnus-article-edit-mode): Define before first
26825         reference.
26826
26827 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
26828
26829         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
26830         (gnus-uu-post-encoded): Use point-at-bol.
26831
26832         * gnus-topic.el (gnus-group-active-topic-p): do.
26833
26834         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
26835
26836         * gnus-group.el (gnus-group-kill-region): do.
26837
26838         * gnus-art.el (article-date-ut): do.
26839
26840         * message.el (message-fetch-field): Remove redundant
26841         case-fold-search binding.
26842         (message-narrow-to-field): Simplify.
26843
26844 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
26845
26846         * spam.el (spam-directory): Derive from `gnus-directory'.
26847
26848         * spam-report.el (spam-report-url-to-file)
26849         (spam-report-requests-file): New function and variable for offline
26850         reporting.
26851         (spam-report-url-ping-function): Add `spam-report-url-to-file'
26852         and user defined function.
26853         (spam-report-url-ping-mm-url): Remove doubled slash.
26854
26855 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
26856
26857         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
26858
26859 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
26860
26861         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
26862         Fix format string mismatch.
26863
26864         * sieve.el (sieve-deactivate-all): do.
26865
26866         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
26867
26868         * nnlistserv.el (nnlistserv-kk-wash-article): do.
26869
26870         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
26871
26872         * mm-bodies.el (mm-7bit-chars): Don't include \r.
26873
26874 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
26875
26876         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
26877         the list of checks.
26878
26879 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
26880
26881         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
26882         padding.
26883
26884 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
26885
26886         * mm-view.el (mm-fill-flowed): New variable.
26887         (mm-inline-text): Use it.
26888
26889 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
26890
26891         * spam.el (spam-spamassassin-register-ham-routine)
26892         (spam-spamassassin-register-spam-routine): Fix function names.
26893
26894 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26895
26896         * gnus.el (gnus-tmp-grouplens): Remove.
26897         (gnus-summary-line-format): Remove grouplens.
26898
26899         * gnus-group.el (gnus-group-line-format): Ditto.
26900
26901         * gnus-spec.el (gnus-format-specs): Ditto.
26902         (gnus-update-format-specifications): Flush the group format spec
26903         cache if there's the grouplens stuff.
26904         (gnus-parse-simple-format): Replace %l with the empty string.
26905
26906 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
26907
26908         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
26909         omission.
26910
26911 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26912
26913         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
26914         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26915
26916 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
26917
26918         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
26919         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
26920         New macros and functions.
26921         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
26922         Handle > NLINK_MAX messages.
26923         * nnmaildir.el (nnmaildir-request-set-mark):
26924         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
26925
26926 2004-01-25  Alex Schroeder  <alex@gnu.org>
26927
26928         * spam-stat.el (spam-stat-process-directory-age): New option.
26929         (spam-stat-process-directory): Use it.
26930
26931 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
26932
26933         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
26934         (spam-stat-save): Accept prefix argument.
26935
26936 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
26937
26938         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
26939         links" error.
26940
26941 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26942
26943         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
26944         the rest of the and/or forms.
26945
26946 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26947
26948         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
26949         compatibility with old .newsrc.eld files.
26950
26951         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
26952
26953         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
26954
26955         * gnus-start.el (gnus-1): do.
26956
26957         * gnus-group.el (gnus-group-line-format-alist): do.
26958
26959         * gnus.el (gnus-use-grouplens, gnus-visual): do.
26960
26961         * gnus-gl.el: Remove.
26962
26963 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26964
26965         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
26966         marks consisting of a single range {for example, (3 . 5)} rather
26967         than a list of a single range { ((3 . 5)) }.
26968
26969 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
26970
26971         * spam-stat.el (spam-stat-store-gnus-article-buffer):
26972         Use with-current-buffer.
26973         (spam-stat-store-current-buffer): Use insert-buffer-substring to
26974         avoid consing a string.
26975
26976         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
26977         Remove obsolete entries for big5 and gb2312.
26978
26979 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26980
26981         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
26982         uncompressed list.
26983
26984 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
26985
26986         * spam-stat.el (spam-stat-strip-xref): New function.
26987         (spam-stat-process-directory): Use it.
26988
26989         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
26990         here -- it's done in message-fetch-field.
26991
26992 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26993
26994         * gnus-agent.el (gnus-agent-queue-mail)
26995         (gnus-agent-prompt-send-queue): New variables.
26996         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
26997         * gnus-draft.el (gnus-group-send-queue): Pass the group name
26998         "nndraft:queue" along to gnus-draft-send.
26999         Use gnus-agent-prompt-send-queue.
27000         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27001         is "nndraft:queue".  Suggested by Gaute Strokkenes
27002         <gs234@srcf.ucam.org>
27003
27004         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27005         (agent-enable-undownloaded-faces): Add.
27006         (gnus-agent-cat-groups): Use eval-and-compile, not
27007         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27008         method of gnus-agent-cat-groups even when the buffer has been
27009         evaled.
27010         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27011         delete gnus-agent-save-active-1.
27012         (gnus-agent-save-groups): Delete.  Identical to
27013         gnus-agent-save-active.
27014         (gnus-agent-write-active): No longer adjust agent's copy of active
27015         file as agent's adjustments are now stored in their own
27016         file.  Remove optional parameter.
27017         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27018         servers.  Add use of min/max range limits from server's local
27019         file.
27020         (gnus-agent-save-alist): Remove unused optional argument.
27021         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27022         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27023         (gnus-agent-set-local): A per-server file that keeps min/max range
27024         limits for articles known to the agent.  Provides a fast mechanism
27025         for altering many active ranges.
27026         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27027         active file (local makes it unnecessary).
27028         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27029
27030         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27031         (agent-enable-undownloaded-faces): Add.
27032
27033         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27034         disable it when sending to "nndraft:queue".
27035         (gnus-group-send-queue): Add safety check to avoid sending queue
27036         when unplugged.
27037
27038         * gnus-group.el (gnus-group-catchup): Use new
27039         gnus-sequence-of-unread-articles, not
27040         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27041         numbers of articles.  Use gnus-range-map to avoid having to
27042         uncompress the unread list.
27043         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27044         Fix invalid ange-ftp reference.
27045
27046         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27047         (gnus-sorted-range-intersection): Intersection of two ranges
27048         without requiring that they first be uncompressed.
27049
27050         * gnus-start.el (gnus-activate-group): Unless blocked by the
27051         caller, possibly expand the active range to include both cached
27052         and agentized articles.
27053         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27054         multiple version-dependent converters.
27055         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27056         gnus-agent-save-active.
27057         (gnus-save-newsrc-file): Save dirty agent range limits.
27058
27059         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27060         gnus-agent-possibly-alter-active.
27061         (gnus-adjust-marked-articles): Faster handling of simple lists.
27062
27063 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27064
27065         * spam-stat.el (spam-stat-test-directory): New optional argument
27066         displays a list of files detected.  Suggested by Andrew Cohen
27067         <cohen@andy.bu.edu>.
27068         (spam-stat-buffer-words-with-scores): Don't narrow and change
27069         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27070
27071 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27072
27073         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27074         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27075         (spam-spamassassin-arguments)
27076         (spam-spamassassin-spam-flag-header)
27077         (spam-spamassassin-positive-spam-flag-header)
27078         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27079         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27080         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27081         (spam-list-of-processors, spam-list-of-checks)
27082         (spam-list-of-statistical-checks, spam-registration-functions)
27083         (spam-check-spamassassin-headers, spam-check-spamassassin)
27084         (spam-spamassassin-score)
27085         (spam-spamassassin-register-with-sa-learn)
27086         (spam-spamassassin-register-spam-routine)
27087         (spam-spamassassin-register-ham-routine)
27088         (spam-assassin-register-spam-routine)
27089         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27090         (spam-bogofilter-score): Fix to show article before scoring.
27091
27092 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27093
27094         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27095         default scoring function.
27096         (spam-generic-score): Call spam-spamassassin-score if
27097         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27098         spam-bogofilter-score otherwise.
27099
27100         * gnus.el (spam-process, spam-autodetect-methods):
27101         Add spamassassin and spamassassin-headers.
27102
27103 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27104
27105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27106         Suppress unnecessary messages.
27107
27108 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27109
27110         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27111         make-hash-table.
27112
27113 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27114
27115         * canlock.el (base64-encode-string): Don't autoload it.
27116
27117 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27118
27119         * run-at-time.el: Remove useless (require 'itimer),
27120         eval-and-compile and (featurep 'xemacs).
27121
27122 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27123
27124         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27125         GROUP is a virtual group.
27126
27127 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27128
27129         * gnus.el: Autoload `message-y-or-n-p'.
27130
27131 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27132
27133         * pgg-parse.el: Remove unnecessary (require 'custom).
27134
27135         * pgg-def.el: do.
27136
27137         * nnmail.el: do.
27138
27139         * gnus-undo.el: do.
27140
27141         * gnus-picon.el: do.
27142
27143         * gnus-util.el: do.
27144
27145 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27146
27147         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27148
27149 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27150
27151         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27152         handle, as well as a list.
27153
27154         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27155         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27156         (mm-w3m-cid-retrieve): Simplify.
27157
27158 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27159
27160         * message.el (message-kill-to-signature): Allow prefix arg to
27161         specify number of lines to keep before signature.
27162
27163 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27164
27165         * message.el (message-kill-to-signature): Change docstring.
27166
27167 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27168
27169         * canlock.el: Always require sha1-el.
27170         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27171
27172         * message.el: Autoload sha1 only when compiling.
27173
27174         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27175         eudc-expand-inline for XEmacs.
27176
27177 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27178
27179         * message.el (message-canlock-generate): Require sha1-el.
27180
27181 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27182
27183         * message.el (message-expand-name): Silence the byte compiler.
27184
27185         * lpath.el: Add detect-coding-system.
27186
27187         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27188         cus-edit.
27189
27190 2004-01-13  Simon Josefsson  <jas@extundo.com>
27191
27192         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27193         Invoke gnus-score-mode.
27194         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27195
27196         * gnus-range.el (gnus-compress-sequence): Doc fix.
27197         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27198
27199 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27200
27201         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27202
27203 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27204
27205         * spam.el (spam-get-article-as-string): Update to use
27206         gnus-request-article-this-buffer, much simpler.
27207         (spam-get-article-as-buffer): Remove.
27208
27209 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27210
27211         * message.el (message-expand-name): Use EUDC if the user uses that.
27212
27213 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27214
27215         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27216         character for the encoding to avoid consing a string.
27217
27218         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27219         unnecessarily.
27220
27221         * mm-util.el (mm-replace-chars-in-string): Remove.
27222
27223         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27224         of mm-replace-chars-in-string.
27225
27226 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27227
27228         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27229
27230         * mm-util.el (mm-subst-char-in-string): Support inplace.
27231
27232         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27233         a new string in every iteration.  Use shy groups.
27234
27235 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27236
27237         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27238         * gnus-soup.el (gnus-soup-group-brew):
27239         * gnus-msg.el (gnus-put-message):
27240         * gnus-move.el (gnus-group-move-group-to-server):
27241         * gnus-kill.el (gnus-batch-score):
27242         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27243         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27244         (gnus-group-update-group, gnus-group-read-group)
27245         (gnus-group-make-group, gnus-group-make-help-group)
27246         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27247         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27248         (gnus-group-sort-by-unread, gnus-group-catchup)
27249         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27250         (gnus-group-yank-group, gnus-group-set-info)
27251         (gnus-group-list-groups):
27252         * gnus.el (gnus-generate-new-group-name):
27253         * gnus-delay.el (gnus-delay-send-queue):
27254         * nnvirtual.el (nnvirtual-catchup-group):
27255         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27256         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27257         (gnus-group-prepare-topics, gnus-topic-check-topology):
27258         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27259         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27260         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27261         (gnus-group-make-articles-read):
27262         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27263         (gnus-group-change-level, gnus-kill-newsgroup)
27264         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27265         (gnus-get-unread-articles, gnus-make-articles-unread)
27266         (gnus-make-ascending-articles-unread): Use accessor
27267         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27268         to get group information for improved readability.
27269
27270
27271 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27272
27273         * gnus-art.el (article-decode-mime-words, article-babel)
27274         (gnus-article-highlight-signature, gnus-article-add-buttons)
27275         (gnus-signature-toggle): Use gnus-with-article-buffer.
27276
27277         * gnus-art.el (gnus-article-highlight-headers)
27278         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27279
27280         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27281         (gnus-article-set-globals, gnus-request-article-this-buffer)
27282         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27283         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27284         (gnus-mime-display-alternative): Use with-current-buffer.
27285
27286 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27287
27288         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27289         also under 80 char limit, and call gnus-error if needed.
27290         (spam-fetch-article-header): Fix - it was a
27291         buffer-local variable (gnus-newsgroup-data).
27292         (spam-find-spam): Use spam-generate-fake-headers, forget about
27293         spam-insert-fake-headers.
27294         (spam-insert-fake-headers): Remove.
27295
27296 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27297
27298         * deuglify.el (gnus-article-outlook-unwrap-lines)
27299         (gnus-outlook-rearrange-article)
27300         (gnus-outlook-repair-attribution-outlook)
27301         (gnus-outlook-repair-attribution-block)
27302         (gnus-outlook-repair-attribution-other): Remove redundant
27303         save-excursion.
27304
27305 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27306
27307         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27308         (spam-fetch-field-subject-fast)
27309         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27310         (spam-fetch-article-header): Add functions to deal with Gnus
27311         internals for fast retrieval of article header data.
27312         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27313
27314 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27315
27316         * pop3.el (pop3-md5): Remove.
27317         (pop3-apop): Replace pop3-md5 with md5.
27318
27319         * mm-bodies.el: base64 is always built-in.
27320
27321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27322         Use with-current-buffer.
27323
27324 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27325
27326         * canlock.el (canlock-insert-header): Remove excessive grouping in
27327         regexp.
27328
27329         * gnus-sum.el (gnus-summary-read-document): Ditto.
27330
27331         * gnus-uu.el (gnus-uu-part-number): Ditto.
27332
27333         * html2text.el (html2text-remove-tags): Ditto.
27334         (html2text-format-tags): Ditto.
27335         (html2text-format-single-elements): Ditto.
27336
27337         * mml.el (mml-parse-1): Ditto.
27338
27339 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27340
27341         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27342
27343         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27344
27345         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27346
27347         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27348
27349 2003-11-15  Simon Josefsson  <jas@extundo.com>
27350
27351         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27352         (pgg-gpg-lookup-key): Use regexp match instead of
27353         split-string (split-string is different between emacs 21.2 and
27354         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27355
27356 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27357
27358         * gnus-art.el (gnus-mime-view-all-parts)
27359         (gnus-article-part-wrapper, gnus-article-view-part):
27360         Use with-current-buffer.
27361
27362 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27363
27364         * spam.el (spam-disable-spam-split-during-ham-respool)
27365         (spam-spamoracle-database, spam-cache-lookups)
27366         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27367         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27368         (spam-group-ham-marks, spam-group-spam-marks)
27369         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27370         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27371         also add spam-use-blackholes to the statistical checks.
27372         (spam-fetch-field-fast): Add interface to fetching fields, may
27373         become a macro.
27374         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27375         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27376         (spam-insert-fake-headers): Fake an article when needed.
27377         (spam-find-spam): Fake article when possible.
27378         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27379         (spam-check-bogofilter-headers): Use message-fetch-field instead
27380         of nnmail-fetch-field.
27381
27382 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27383
27384         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27385
27386 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27387
27388         * spam.el (spam-split): Do not require spam-use-CHECK to be
27389         enabled if that check is passed to spam-split explicitly; also
27390         fix so 'spam doesn't get converted to spam-split-group when
27391         spam-split-symbolic-return is t.
27392         (spam-find-spam): Find registrations of the article and use those
27393         instead of re-running spam-split to find the spam/ham
27394         classification of the article.
27395         (spam-log-processing-to-registry, spam-log-registered-p)
27396         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27397         Use gnus-error instead of gnus-message.
27398         (spam-log-registration-type): Add function to determine the
27399         classification of a message based on registry entries; will
27400         return nil if both 'spam and 'ham are found.
27401         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27402         a reasonably fast local cache without the loading errors.
27403         (spam-cache-lookups): Set to t by default.
27404         (spam-find-spam): Don't try to guess spam-cache-lookups.
27405         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27406         spam-caches entry.
27407         (spam-filelist-build-cache, spam-filelist-check-cache):
27408         Fix caching of whitelist/blacklist entries.
27409         (spam-check-whitelist, spam-check-blacklist):
27410         Invoke spam-from-listed-p with a type, not a cache variable.
27411         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27412
27413 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27414
27415         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27416
27417         * nnmail.el (nnmail-split-fancy): do.
27418
27419         * mml.el (mml-parse): do.
27420
27421         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27422         (gnus-score-adaptive): do.
27423
27424 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27425
27426         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27427         (gnus-mime-button-map): Don't set keymap parent.
27428         (gnus-button-ctan-directory-regexp): Use shy grouping.
27429         (gnus-prev-page-map): Don't set keymap parent.
27430         (gnus-prev-page-map): Remove duplicated one.
27431         (gnus-next-page-map): Don't set keymap parent.
27432         (gnus-mime-security-button-map): Ditto.
27433
27434         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27435         version number.
27436
27437         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27438
27439 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27440
27441         * canlock.el (canlock-sha1-function): Remove.
27442         (canlock-sha1-function-for-verify): Remove.
27443         (canlock-openssl-program): Remove.
27444         (canlock-openssl-args): Remove.
27445         (canlock-ignore-errors): Remove.
27446         (canlock-sha1-with-openssl): Remove.
27447         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27448         (canlock-verify): Don't use canlock-ignore-errors.
27449
27450         * sha1-el.el (sha1-string-external): Make it can return a string
27451         in binary form.
27452         (sha1-region-external): Ditto.
27453         (sha1-string-internal): Ditto.
27454         (sha1-region-internal): Ditto.
27455         (sha1-region): Ditto.
27456         (sha1-string): Ditto.
27457         (sha1): Ditto.
27458
27459 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27460
27461         * spam.el (spam-report-articles-gmane): New command.
27462
27463 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27464
27465         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27466
27467         * run-at-time.el (run-at-time-saved): Remove.
27468         (run-at-time): Doc fix.
27469
27470 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27471
27472         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27473         (gnus-summary-limit-map): Add it.
27474         (gnus-summary-make-menu-bar): do.
27475
27476 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27477
27478         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27479         Make attempt at some caching support (done for BBDB only now).
27480         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27481         addresses to be checked.
27482         (spam-clear-cache-BBDB): Add function, to be invoked by
27483         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27484         (spam-check-BBDB): Check and use the caches, if
27485         spam-cache-lookups is on, remove superfluous (provide).
27486
27487 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27488
27489         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27490
27491 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27492
27493         * run-at-time.el (run-at-time-saved): Move to after the definition
27494         of `run-at-time'.
27495
27496         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27497
27498 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27499
27500         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27501         mm-w3m-local-map-property.
27502
27503         * mm-view.el (mm-w3m-mode-map): Remove.
27504         (mm-w3m-local-map-property): Remove.
27505         (mm-inline-text-html-render-with-w3m): Don't use
27506         mm-w3m-local-map-property.
27507
27508 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27509
27510         * run-at-time.el: New file.
27511
27512         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27513         under Emacs.
27514
27515         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27516         of gnus-set-text-properties.
27517
27518         * gnus-uu.el (gnus-uu-save-article): Ditto.
27519
27520         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27521
27522         * gnus-cite.el (gnus-cite-parse): Ditto.
27523
27524         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27525         of gnus-.
27526
27527         * gnus-xmas.el (run-at-time): Require run-at-time.
27528
27529         * gnus.el: Change calls to nnheader-run-at-time and
27530         password-run-at-time throughout to use run-at-time directly.
27531
27532         * password.el: Remove definition of run-at-time.
27533
27534         * nnheaderxm.el: Remove definition of run-at-time.
27535
27536 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27537
27538         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27539         in prompt.
27540
27541 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27542
27543         * messagexmas.el (message-xmas-redefine): Alias
27544         `message-make-caesar-translation-table' to
27545         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27546         version.
27547
27548         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27549         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27550         `gnus-xmas-set-text-properties'.
27551         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27552         `gnus-xmas-completing-read'.
27553         (gnus-xmas-completing-read): Removed.
27554         (gnus-xmas-open-network-stream): Removed.
27555
27556         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27557         XEmacs version.
27558
27559         * dns.el (dns-make-network-process): Use `open-network-stream'
27560         instead of `gnus-xmas-open-network-stream'.
27561
27562         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27563
27564         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27565
27566 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27567
27568         * gnus-art.el (gnus-mime-display-alternative)
27569         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27570         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27571         Don't use gnus-local-map-property.
27572
27573         * gnus-util.el (gnus-local-map-property): Remove.
27574
27575         * mm-view.el (mm-view-pkcs7-decrypt):
27576         Replace gnus-completing-read-maybe-default with completing-read.
27577
27578         * gnus-util.el (gnus-completing-read): do.
27579         (gnus-completing-read-maybe-default): Remove.
27580
27581 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27582
27583         * password.el: Only autoload `run-at-time' if not XEmacs.
27584         Only autoload the itimer functions if XEmacs.
27585
27586 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27587
27588         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
27589         XEmacsen.
27590
27591         * dgnushack.el: Autoload executable-find for XEmacs.
27592
27593 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27594
27595         * gnus-art.el (gnus-read-string): Remove.
27596         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
27597         read-string.
27598
27599 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
27600
27601         * netrc.el: Autoload password-read.
27602         (netrc): Add configuration group.
27603         (netrc-encoding-method, netrc-openssl-path):
27604         Add variables for encoding and decoding of files with symmetric
27605         ciphers.
27606         (netrc-encode): Add assistant function to encode a file with
27607         netrc-encoding-method.
27608         (netrc-parse): Add interactive parameter, added optional
27609         decoding if netrc-encoding-method is non-nil but otherwise
27610         behavior is standard.
27611         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
27612         Do s/encode/encrypt/ everywhere.
27613
27614         * spam.el: Remove executable-find autoload.
27615
27616 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27617
27618         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
27619
27620         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
27621
27622 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
27623
27624         * gnus-art.el (gnus-treat-ansi-sequences)
27625         (article-treat-ansi-sequences): New variable and function.
27626         Suggested by Dan Jacobson <jidanni@jidanni.org>.
27627
27628         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
27629         Use it.
27630
27631 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
27632
27633         * mm-util.el (mm-quote-arg): Remove.
27634
27635         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
27636         shell-quote-argument.
27637
27638         * gnus-uu.el (gnus-uu-command): do.
27639
27640         * gnus-sum.el (gnus-summary-insert-pseudos): do.
27641
27642         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
27643         with make-char.
27644
27645         * mm-util.el (mm-make-char): Remove.
27646
27647         * mml.el (mml-mode): Replace gnus-add-minor-mode with
27648         add-minor-mode.
27649
27650         * gnus-undo.el (gnus-undo-mode): do.
27651
27652         * gnus-topic.el (gnus-topic-mode): do.
27653
27654         * gnus-sum.el (gnus-dead-summary-mode): do.
27655
27656         * gnus-start.el (gnus-slave-mode): do.
27657
27658         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
27659
27660         * gnus-ml.el (gnus-mailing-list-mode): do.
27661
27662         * gnus-gl.el (gnus-grouplens-mode): do.
27663
27664         * gnus-draft.el (gnus-draft-mode): do.
27665
27666         * gnus-dired.el (gnus-dired-mode): do.
27667
27668         * gnus-ems.el (gnus-add-minor-mode): Remove.
27669
27670         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27671         Replace gnus-char-width with char-width.
27672
27673         * gnus-ems.el (gnus-char-width): Remove.
27674
27675         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
27676         Replace gnus-char-width with char-width.
27677
27678         * gnus-ems.el (gnus-char-width): Remove.
27679
27680         * spam-stat.el (with-syntax-table): Remove with-syntax-table
27681         definition.
27682         Remove Emacs 20 hash table compatibility code.
27683
27684         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
27685         20 compatibility code.
27686
27687         * spam.el (spam-point-at-eol): Replace with point-at-eol.
27688
27689         * smime.el (smime-point-at-eol): Replace with point-at-eol.
27690
27691         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
27692         Replace with point-at-{eol,bol}.
27693
27694         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
27695
27696         * imap.el (imap-point-at-eol): Replace with point-at-eol.
27697
27698         * flow-fill.el (fill-flowed-point-at-bol)
27699         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
27700
27701         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
27702         Replace with point-at-{eol,bol} throughout all files.
27703
27704 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
27705
27706         * ntlm.el (ntlm-string-as-unibyte): New macro.
27707         (ntlm-build-auth-response): Use it.
27708
27709         Remove Emacs 20 stuff:
27710         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
27711         (butlast, mapc, remove): Remove the compiler macros.
27712         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
27713         of delq and copy-sequence.
27714         * gnus-art.el (popup-menu): Remove the compiler macro.
27715         * nnmail.el (nnmail-split-fancy): Don't support customizing with
27716         Emacs 20.
27717
27718 2004-01-05  Simon Josefsson  <jas@extundo.com>
27719
27720         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
27721         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
27722         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
27723         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
27724         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
27725         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
27726         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
27727         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
27728         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
27729         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
27730         ntlm-string-permute, string-lshift into ntlm-string-lshift,
27731         string-xor into ntlm-string-xor.
27732         Suggested by Jesper Harder <harder@myrealbox.com>.
27733
27734         * ntlm.el: Don't include poem.
27735
27736         * md4.el (print-int32, print-string-hexa): Remove.
27737         Suggested by Jesper Harder <harder@myrealbox.com>.
27738
27739         * sasl-ntlm.el, ntlm.el, md4.el: New files.
27740
27741         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
27742         probably breaks emacs with DL patch, but do we care? Is anyone
27743         still using the DL stuff?)
27744
27745         * sieve-manage.el: Use the password package.
27746         (sieve-manage-read-passwd): Remove.
27747         (sieve-manage-interactive-login): Use password.  Re-add
27748         condition-case around loop.
27749
27750         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
27751         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
27752         Use the password package.
27753
27754 2003-02-19  Simon Josefsson  <jas@extundo.com>
27755
27756         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
27757         token.
27758
27759 2002-08-07  Simon Josefsson  <jas@extundo.com>
27760
27761         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
27762         (sieve-manage-authenticators)
27763         (sieve-manage-authenticator-alist): Add some SASL mechs.
27764         (sieve-sasl-auth): New function.
27765         (sieve-manage-cram-md5-auth)
27766         (sieve-manage-plain-auth): Rewrite using SASL library.
27767         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
27768         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
27769         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
27770         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
27771
27772 2004-01-05  Simon Josefsson  <jas@extundo.com>
27773
27774         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
27775         New files.
27776
27777 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27778
27779         * gnus-group.el (gnus-no-groups-message): Update.
27780
27781         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
27782
27783 2003-11-09  Simon Josefsson  <jas@extundo.com>
27784
27785         * imap.el: Support for ID IMAP extension (RFC 2971).
27786         (imap-local-variables): Add imap-id.
27787         (imap-id): New variable.
27788         (imap-id): New function.
27789         (imap-parse-response): Parse untagged ID response.
27790         * nnimap.el (nnimap-id): New variable.
27791         (nnimap-open-connection): Use it.
27792
27793 2003-12-28  Simon Josefsson  <jas@extundo.com>
27794
27795         * gnus-score.el (gnus-score-edit-all-score): New.
27796         * gnus-group.el (gnus-group-score-map): Bind it to W e.
27797
27798 2004-01-04  Simon Josefsson  <jas@extundo.com>
27799
27800         * password.el: Add.
27801
27802 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
27803
27804         * dns.el (dns-query-types): Fix typo.
27805         (dns-query-types): New function.
27806         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
27807         PTR and SOA replies, see RFC 1035.
27808
27809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27810
27811         * gnus.el (gnus-logo-color-style): Change colors to `no'.
27812
27813         * Move to Changelog.2.
27814
27815 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27816
27817         * gnus.el (gnus-version-number): Bump version.
27818
27819 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27820
27821         * gnus.el: No Gnus v0.1 is released.
27822
27823 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
27824
27825         * gnus.el: No Gnus v0.0 is released.
27826
27827 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27828
27829         * gnus.el (gnus-version-number): Bump.
27830         (gnus-version): No.
27831
27832 See ChangeLog.2 for earlier changes.
27833
27834   Copyright (C) 2004-2014 Free Software Foundation, Inc.
27835
27836   This file is part of GNU Emacs.
27837
27838   GNU Emacs is free software: you can redistribute it and/or modify
27839   it under the terms of the GNU General Public License as published by
27840   the Free Software Foundation, either version 3 of the License, or
27841   (at your option) any later version.
27842
27843   GNU Emacs is distributed in the hope that it will be useful,
27844   but WITHOUT ANY WARRANTY; without even the implied warranty of
27845   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27846   GNU General Public License for more details.
27847
27848   You should have received a copy of the GNU General Public License
27849   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27850
27851 ;; Local Variables:
27852 ;; coding: utf-8
27853 ;; fill-column: 79
27854 ;; add-log-time-zone-rule: t
27855 ;; End: